WooCommerce Payments – Fully Integrated Solution Built and Supported by Woo - Version 2.2.0

Version Description

  • 2021-03-31 =
  • Fix - Paying with a saved card for a subscription with a free trial will now correctly save the chosen payment method to the order for future renewals.
  • Add - Payment Request Button support for US merchants (Apple Pay, Google Pay, Microsoft Pay, and the browser standard Payment Request API).
  • Update - Not passing level3 data for non-US merchants.
  • Add - REST endpoint for fetching account data.
  • Add - Deposits list pagination and sorting.
  • Fix - Deposit overview now displays placeholder information instead of continuing to load when an error happens.
Download this release

Release Info

Developer automattic
Plugin Icon 128x128 WooCommerce Payments – Fully Integrated Solution Built and Supported by Woo
Version 2.2.0
Comparing to
See all releases

Code changes from version 2.1.1 to 2.2.0

Files changed (36) hide show
  1. changelog.txt +8 -0
  2. dist/index.asset.php +1 -1
  3. dist/index.css +5 -7
  4. dist/index.js +1 -1
  5. dist/payment-request.asset.php +1 -1
  6. dist/payment-request.js +1 -1
  7. dist/settings.asset.php +1 -1
  8. dist/settings.js +1 -1
  9. includes/admin/class-wc-payments-admin.php +42 -5
  10. includes/admin/class-wc-rest-payments-accounts-controller.php +45 -0
  11. includes/admin/class-wc-rest-payments-deposits-controller.php +5 -3
  12. includes/class-wc-payment-gateway-wcpay.php +61 -47
  13. includes/class-wc-payments-account.php +10 -0
  14. includes/class-wc-payments-apple-pay-registration.php +52 -46
  15. includes/class-wc-payments-payment-request-button-handler.php +297 -160
  16. includes/class-wc-payments.php +15 -6
  17. includes/constants/class-payment-request-button-states.php +1162 -0
  18. includes/wc-payment-api/class-wc-payments-api-client.php +9 -5
  19. readme.txt +9 -1
  20. vendor/autoload.php +1 -1
  21. vendor/autoload_packages.php +1 -1
  22. vendor/composer/autoload_real.php +7 -7
  23. vendor/composer/autoload_static.php +4 -4
  24. vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
  25. vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
  26. vendor/jetpack-autoloader/class-autoloader.php +1 -1
  27. vendor/jetpack-autoloader/class-container.php +1 -1
  28. vendor/jetpack-autoloader/class-hook-manager.php +1 -1
  29. vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
  30. vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
  31. vendor/jetpack-autoloader/class-path-processor.php +1 -1
  32. vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
  33. vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
  34. vendor/jetpack-autoloader/class-version-loader.php +1 -1
  35. vendor/jetpack-autoloader/class-version-selector.php +1 -1
  36. woocommerce-payments.php +1 -1
changelog.txt CHANGED
@@ -1,5 +1,13 @@
1
  *** WooCommerce Payments Changelog ***
2
 
 
 
 
 
 
 
 
 
3
  = 2.1.1 - 2021-03-23 =
4
  * Fix - Fatal error when a subscription is processed with action scheduler hook.
5
 
1
  *** WooCommerce Payments Changelog ***
2
 
3
+ = 2.2.0 - 2021-03-31 =
4
+ * Fix - Paying with a saved card for a subscription with a free trial will now correctly save the chosen payment method to the order for future renewals.
5
+ * Add - Payment Request Button support for US merchants (Apple Pay, Google Pay, Microsoft Pay, and the browser standard Payment Request API).
6
+ * Update - Not passing level3 data for non-US merchants.
7
+ * Add - REST endpoint for fetching account data.
8
+ * Add - Deposits list pagination and sorting.
9
+ * Fix - Deposit overview now displays placeholder information instead of continuing to load when an error happens.
10
+
11
  = 2.1.1 - 2021-03-23 =
12
  * Fix - Fatal error when a subscription is processed with action scheduler hook.
13
 
dist/index.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'moment', 'react', 'wc-components', 'wc-currency', 'wc-navigation', 'wp-api-fetch', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-mediaelement', 'wp-polyfill', 'wp-url'), 'version' => '9c2cd6128c527998732e0086ae45f3d7');
1
+ <?php return array('dependencies' => array('lodash', 'moment', 'react', 'wc-components', 'wc-currency', 'wc-navigation', 'wp-api-fetch', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-mediaelement', 'wp-polyfill', 'wp-url'), 'version' => '1401ce10f91d38ba086d7e44101b81f4');
dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- @media screen and (max-width: 782px){.woocommerce-layout .woocommerce-layout__main{padding-top:16px;padding-bottom:16px}}.woocommerce-card__body>:first-child{margin-top:0}.woocommerce-card__body>:last-child{margin-bottom:0}.woocommerce-card__body hr.full-width{margin:0 -16px;margin-bottom:-1px}.woocommerce-card__body textarea{width:100%;padding:6px 8px}.woocommerce-card__body textarea:focus{color:#32373c;border-color:#674399;box-shadow:0 0 2px rgba(103,67,153,0.8)}.woocommerce-table{font-weight:300;letter-spacing:0.012rem;color:#50575e}.woocommerce-table .woocommerce-card__header{border-bottom:1px solid #ccd0d4}.woocommerce-table .woocommerce-table__summary{border-radius:0 0 3px 3px}.woocommerce-table .woocommerce-card__menu{margin:-6px 0}.woocommerce-table .woocommerce-table__item{white-space:nowrap}.woocommerce-table .info-button{width:40px;padding-right:0}.woocommerce-table .info-button>a{height:18px;fill:#8c8f94}.woocommerce-table .info-button+.woocommerce-table__header{border-left:none}.woocommerce-table .info-button .is-placeholder{display:none}.woocommerce-table .payment-method__brand{display:block;margin:0 auto}.wcpay-test-mode-notice.components-notice.is-warning{margin:24px 0;padding:12px;background-color:#f5e6b3}.wcpay-connect-error-notice.components-notice{margin:24px 0;padding:12px}.wcpay-payment-details .woocommerce-card__header{border-bottom:1px solid #dcdcde}.payment-method-details{display:flex;align-items:flex-start}@media screen and (max-width: 1023px){.payment-method-details{display:block}}.payment-method-details__column{flex:0 0 50%}.payment-method-detail{display:flex;align-items:flex-start;font-size:14px;line-height:28px}.payment-method-detail__label{margin:0;color:#50575e;flex:0 0 36%;font-weight:normal;line-height:20px;padding:4px 0}.payment-method-detail__value{margin:0;color:#2c3338;line-height:20px;padding:4px 0}
2
 
3
  .connect-account .connect-account__card .woocommerce-card__body{line-height:1.5}.connect-account .connect-account__card .woocommerce-card__body p,.connect-account .connect-account__card .woocommerce-card__body h2{text-align:center}.connect-account .connect-account__card .woocommerce-card__body h2{font-size:20px;font-size:1.2rem;font-weight:300;margin:16px 0 8px}.connect-account .connect-account__card .hero-image{margin:16px auto 24px;display:block}.connect-account .connect-account__card .connect-account__description{margin:0 0 16px;font-weight:300;font-size:14px;color:#50575e}.connect-account .connect-account__card .connect-account__terms{margin:0 0 16px;font-weight:300;font-size:12px;color:#50575e}.connect-account .connect-account__card .connect-account__action{margin-top:16px}.connect-account .connect-account__card .connect-account__action .is-button{height:32px;line-height:30px;padding:0 20px 2px}
4
 
@@ -12,19 +12,17 @@
12
 
13
  .components-tooltip.components-popover{z-index:1000002}.components-tooltip.components-popover::before{border-color:transparent}.components-tooltip.components-popover[data-y-axis="top"]::after{border-top-color:#191e23}.components-tooltip.components-popover[data-y-axis="bottom"]::after{border-bottom-color:#191e23}.components-tooltip.components-popover .components-popover__content{min-width:0}.components-tooltip .components-popover__content{padding:4px 12px;background:#191e23;border-width:0;color:#fff;white-space:nowrap;text-align:center}.components-tooltip__shortcut{display:block;color:#7e8993}.transactions-list .date-time{min-width:195px}.transactions-list .converted-amount{display:flex;justify-content:flex-end}.transactions-list .converted-amount .conversion-indicator{margin-right:6px;height:18px;fill:#8c8f94}.woocommerce-report-table .woocommerce-search{flex-grow:1}.woocommerce-report-table .woocommerce-card__header{position:relative}.woocommerce-report-table.has-search .woocommerce-card__action{align-items:center;text-align:left;display:grid;width:100%;grid-template-columns:auto 1fr auto}@media (max-width: 960px){.woocommerce-report-table.has-search .woocommerce-card__action{grid-gap:12px;grid-template-columns:auto 1fr;grid-row-start:2;grid-row-end:2;grid-column-start:1;grid-column-end:4;margin:0}.woocommerce-report-table.has-search .woocommerce-card__action .woocommerce-table__compare{display:flex}.woocommerce-report-table.has-search .woocommerce-card__action .woocommerce-search{grid-area:2 / 2 / 3 / 4;margin-right:0}}.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action{grid-template-columns:1fr auto}.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action .woocommerce-search{align-self:center;grid-column-start:1;grid-column-end:2}@media (max-width: 960px){.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action{grid-template-columns:auto}.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action .woocommerce-search{grid-area:2 / 1 / 3 / 4;margin-left:0}}.woocommerce-report-table.has-search .woocommerce-search{margin:0 16px}.woocommerce-report-table.has-search .woocommerce-search .woocommerce-select-control__control{height:38px}
14
 
15
- .wcpay-deposit-overview .woocommerce-card__body{display:flex;flex-direction:row}.wcpay-deposit-overview .wcpay-deposit-detail{flex-grow:1}.wcpay-deposit-overview .wcpay-deposit-date{font-size:11px;line-height:18px;text-transform:uppercase;color:#8f98a1;margin-bottom:12px}.wcpay-deposit-overview .wcpay-deposit-bank-account{font-size:13px;line-height:18px;font-weight:300;color:#555d66;margin-top:12px}.wcpay-deposit-overview .wcpay-deposit-status{font-size:20px;line-height:18px;color:#191e23}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator{width:0.85em;height:0.85em}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-paid{background:#008a20;border-color:#b8e6bf}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-pending,.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-in_transit{background:#deb100;border-color:#f5e6b3}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-failed{background:#d63638;border-color:#facfd2}.wcpay-deposit-overview .wcpay-deposit-hero{flex-grow:5;border-left:1px solid #e2e4e7;margin:-16px 0;padding:16px 0}.wcpay-deposit-overview .wcpay-deposit-amount{text-align:right;font-size:36px;line-height:72px;color:#191e23;padding-right:18px}
16
 
17
  .chip{font-size:14px;font-size:.875rem;display:inline-block;padding:0.25rem 0.75rem;border-radius:1rem;white-space:nowrap}.chip.chip-primary{background:#c5d9ed;color:#043959}.chip.chip-light{background:#dcdcde;color:#2c3338}.chip.chip-alert{background:#facfd2;color:#691c1c}.chip.chip-warning{background:#f5e6b3;color:#9d6e00}.chip.is-compact{padding:0.06rem 0.65rem 0.1rem}
18
 
19
  .payment-method-details .payment-method__brand{width:28px;width:1.75rem;height:17px;height:1.063rem;margin-bottom:-4px;margin-bottom:-0.25rem;margin-top:1px}
20
 
21
- .woocommerce-card__body .woocommerce-list--horizontal{margin:0 -16px 0 -16px}.woocommerce-card__body .woocommerce-list--horizontal,.woocommerce-list--horizontal{display:flex;align-items:stretch;flex-direction:column}@media (min-width: 801px){.woocommerce-card__body .woocommerce-list--horizontal,.woocommerce-list--horizontal{flex-direction:initial;margin:1rem 0 0 0}}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item,.woocommerce-list--horizontal .woocommerce-list__item{padding:0.75rem 1rem;border-left:0;border-bottom:1px solid #dcdcde;border-top:0}@media (min-width: 801px){.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item,.woocommerce-list--horizontal .woocommerce-list__item{padding:0 1rem;border-left:1px solid #dcdcde;border-bottom:0}}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item:hover,.woocommerce-list--horizontal .woocommerce-list__item:hover{background:none}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item:hover .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item:hover .woocommerce-list__item-title{color:#50575e}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-inner,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-inner{margin:0;padding:0}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title,.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content{margin-top:0;font-size:14px;font-size:.875rem}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title{color:#50575e}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content{color:#2c3338}@media (min-width: 801px){.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item:first-child,.woocommerce-list--horizontal .woocommerce-list__item:first-child{border-left:0;padding-left:0}}.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item:last-child,.woocommerce-list--horizontal .woocommerce-list__item:last-child{border-bottom:0;padding-bottom:0}@media (min-width: 801px){.woocommerce-card__body .woocommerce-list--horizontal .woocommerce-list__item:last-child,.woocommerce-list--horizontal .woocommerce-list__item:last-child{padding-right:0}}
22
 
23
- .payment-details-summary{display:flex;margin-bottom:1rem}@media (max-width: 660px){.payment-details-summary{flex-direction:column}}.payment-details-summary .payment-details-summary__section{flex-grow:1}.payment-details-summary .payment-details-summary__amount{font-size:32px;font-size:2rem;font-weight:300;padding:0;margin:0;display:flex;align-items:center}.payment-details-summary .payment-details-summary__amount .payment-details-summary__amount-currency{font-size:16px;font-size:1rem;text-transform:uppercase;margin:0 0.5rem;color:#50575e}.payment-details-summary .payment-details-summary__breakdown p{font-size:14px;font-size:.875rem;color:#555d66;display:inline-block;margin:0.25rem 1rem 0 0}.payment-details-summary .payment-details-summary__breakdown p:last-child{margin-right:0}.payment-details-summary .payment-details-summary__id{height:100%;margin-top:8px;color:#787c82;display:flex;align-items:start;justify-content:initial}@media (min-width: 661px){.payment-details-summary .payment-details-summary__id{justify-content:flex-end}}
24
-
25
- .woocommerce-card__body .woocommerce-card__footer{margin:16px -16px 0;padding:16px;border-top:1px solid #dcdcde}.woocommerce-card__body .woocommerce-card__footer:last-child{padding-bottom:0}
26
 
27
  .wcpay-dispute-info-item:first-child{margin-top:0}.wcpay-dispute-info-key{font-weight:600}
28
 
29
- .wcpay-dispute-details .woocommerce-card__header,.wcpay-dispute-details .woocommerce-card__body,.wcpay-dispute-evidence .woocommerce-card__header,.wcpay-dispute-evidence .woocommerce-card__body{padding:16px 24px}.wcpay-dispute-details .woocommerce-card__header,.wcpay-dispute-evidence .woocommerce-card__header{border-bottom:1px solid #dcdcde}.wcpay-dispute-details .woocommerce-card__title,.wcpay-dispute-evidence .woocommerce-card__title{padding:3px 0;font-size:20px;font-size:1.2rem;font-weight:300}.wcpay-dispute-details .woocommerce-card__body,.wcpay-dispute-evidence .woocommerce-card__body{font-weight:300;letter-spacing:0.012rem;line-height:1.5}.wcpay-dispute-details .woocommerce-card__body,.wcpay-dispute-details .woocommerce-card__body p,.wcpay-dispute-details .woocommerce-card__body h3,.wcpay-dispute-evidence .woocommerce-card__body,.wcpay-dispute-evidence .woocommerce-card__body p,.wcpay-dispute-evidence .woocommerce-card__body h3{font-size:1rem}.wcpay-dispute-details .woocommerce-card__body .woocommerce-card__footer,.wcpay-dispute-evidence .woocommerce-card__body .woocommerce-card__footer{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.wcpay-dispute-details .is-button.is-large,.wcpay-dispute-evidence .is-button.is-large{height:40px;line-height:38px;font-size:14px;font-weight:500;padding:0 15px 2px}.wcpay-dispute-details .components-form-file-upload .is-button.is-large,.wcpay-dispute-evidence .components-form-file-upload .is-button.is-large{padding-left:14px;padding-bottom:0}.wcpay-dispute-details .components-form-file-upload .is-button.is-large svg,.wcpay-dispute-evidence .components-form-file-upload .is-button.is-large svg{margin-right:6px}.wcpay-dispute-details .is-button+.is-button,.wcpay-dispute-evidence .is-button+.is-button{margin-left:10px}.wcpay-dispute-details .components-base-control,.wcpay-dispute-evidence .components-base-control{position:relative}.wcpay-dispute-details .components-base-control .components-base-control__label,.wcpay-dispute-evidence .components-base-control .components-base-control__label{font-size:12px;color:#555d66}.wcpay-dispute-details .components-base-control+.components-base-control,.wcpay-dispute-evidence .components-base-control+.components-base-control{margin:16px 0 0}.wcpay-dispute-details .components-base-control:first-child,.wcpay-dispute-evidence .components-base-control:first-child{margin-top:4px}.wcpay-dispute-details .components-base-control:last-child>p,.wcpay-dispute-evidence .components-base-control:last-child>p{margin-bottom:8px}.wcpay-dispute-details .components-base-control>.components-base-control__help,.wcpay-dispute-evidence .components-base-control>.components-base-control__help{font-style:normal;font-weight:300;font-size:12px;line-height:16px;color:#787c82;margin-top:0}.wcpay-dispute-details .file-upload,.wcpay-dispute-evidence .file-upload{display:flex;flex-direction:row;align-items:center}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']):hover,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']):hover{background-color:#ab235a;border-color:#ab235a}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success{background-color:#008a20;border-color:#008a20}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success:hover,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success:hover{background-color:#007017;border-color:#007017}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive{background-color:#d63638;border-color:#d63638}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive:hover,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive:hover{background-color:#b32d2e;border-color:#b32d2e}.wcpay-dispute-details .file-upload .components-icon-button.delete-uploaded-file-button:not(:disabled):not([aria-disabled='true']):hover,.wcpay-dispute-evidence .file-upload .components-icon-button.delete-uploaded-file-button:not(:disabled):not([aria-disabled='true']):hover{color:#b32d2e;box-shadow:none}.wcpay-dispute-details .file-upload .upload-message,.wcpay-dispute-evidence .file-upload .upload-message{padding-left:24px;color:#787c82}.wcpay-dispute-details .file-upload .upload-message.is-destructive,.wcpay-dispute-evidence .file-upload .upload-message.is-destructive{color:#d63638}
30
 
1
+ @media screen and (max-width: 782px){.woocommerce-layout .woocommerce-layout__main{padding-top:16px;padding-bottom:16px}}.components-card__body>*:first-child{margin-top:0}.components-card__body>*:last-child{margin-bottom:0}.woocommerce-table{font-weight:300;letter-spacing:0.012rem;color:#50575e}.woocommerce-table .woocommerce-table__summary{border-radius:0 0 3px 3px}.woocommerce-table .woocommerce-table__item{white-space:nowrap}.woocommerce-table .info-button{width:40px;padding-right:0}.woocommerce-table .info-button>a{height:18px;fill:#8c8f94}.woocommerce-table .info-button+.woocommerce-table__header{border-left:none}.woocommerce-table .info-button .is-placeholder{display:none}.woocommerce-table .payment-method__brand{display:block;margin:0 auto}.wcpay-test-mode-notice.components-notice.is-warning{margin:24px 0;padding:12px;background-color:#f5e6b3}.wcpay-connect-error-notice.components-notice{margin:24px 0;padding:12px}.payment-method-details{display:flex;align-items:flex-start}@media screen and (max-width: 1023px){.payment-method-details{display:block}}.payment-method-details__column{flex:0 0 50%}.payment-method-detail{display:flex;align-items:flex-start;font-size:14px;line-height:28px}.payment-method-detail__label{margin:0;color:#50575e;flex:0 0 36%;font-weight:normal;line-height:20px;padding:4px 0}.payment-method-detail__value{margin:0;color:#2c3338;line-height:20px;padding:4px 0}
2
 
3
  .connect-account .connect-account__card .woocommerce-card__body{line-height:1.5}.connect-account .connect-account__card .woocommerce-card__body p,.connect-account .connect-account__card .woocommerce-card__body h2{text-align:center}.connect-account .connect-account__card .woocommerce-card__body h2{font-size:20px;font-size:1.2rem;font-weight:300;margin:16px 0 8px}.connect-account .connect-account__card .hero-image{margin:16px auto 24px;display:block}.connect-account .connect-account__card .connect-account__description{margin:0 0 16px;font-weight:300;font-size:14px;color:#50575e}.connect-account .connect-account__card .connect-account__terms{margin:0 0 16px;font-weight:300;font-size:12px;color:#50575e}.connect-account .connect-account__card .connect-account__action{margin-top:16px}.connect-account .connect-account__card .connect-account__action .is-button{height:32px;line-height:30px;padding:0 20px 2px}
4
 
12
 
13
  .components-tooltip.components-popover{z-index:1000002}.components-tooltip.components-popover::before{border-color:transparent}.components-tooltip.components-popover[data-y-axis="top"]::after{border-top-color:#191e23}.components-tooltip.components-popover[data-y-axis="bottom"]::after{border-bottom-color:#191e23}.components-tooltip.components-popover .components-popover__content{min-width:0}.components-tooltip .components-popover__content{padding:4px 12px;background:#191e23;border-width:0;color:#fff;white-space:nowrap;text-align:center}.components-tooltip__shortcut{display:block;color:#7e8993}.transactions-list .date-time{min-width:195px}.transactions-list .converted-amount{display:flex;justify-content:flex-end}.transactions-list .converted-amount .conversion-indicator{margin-right:6px;height:18px;fill:#8c8f94}.woocommerce-report-table .woocommerce-search{flex-grow:1}.woocommerce-report-table .woocommerce-card__header{position:relative}.woocommerce-report-table.has-search .woocommerce-card__action{align-items:center;text-align:left;display:grid;width:100%;grid-template-columns:auto 1fr auto}@media (max-width: 960px){.woocommerce-report-table.has-search .woocommerce-card__action{grid-gap:12px;grid-template-columns:auto 1fr;grid-row-start:2;grid-row-end:2;grid-column-start:1;grid-column-end:4;margin:0}.woocommerce-report-table.has-search .woocommerce-card__action .woocommerce-table__compare{display:flex}.woocommerce-report-table.has-search .woocommerce-card__action .woocommerce-search{grid-area:2 / 2 / 3 / 4;margin-right:0}}.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action{grid-template-columns:1fr auto}.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action .woocommerce-search{align-self:center;grid-column-start:1;grid-column-end:2}@media (max-width: 960px){.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action{grid-template-columns:auto}.woocommerce-report-table.has-search.has-search:not(.has-compare) .woocommerce-card__action .woocommerce-search{grid-area:2 / 1 / 3 / 4;margin-left:0}}.woocommerce-report-table.has-search .woocommerce-search{margin:0 16px}.woocommerce-report-table.has-search .woocommerce-search .woocommerce-select-control__control{height:38px}
14
 
15
+ .wcpay-deposit-overview .components-card__body{display:flex;flex-direction:row}.wcpay-deposit-overview .wcpay-deposit-detail{flex-grow:1}.wcpay-deposit-overview .wcpay-deposit-date{font-size:14px;line-height:20px;color:#757575;margin-bottom:12px}.wcpay-deposit-overview .wcpay-deposit-bank-account{font-size:14px;line-height:20px;color:#757575;margin-top:12px;text-transform:uppercase}.wcpay-deposit-overview .wcpay-deposit-status{font-size:20px;line-height:18px;color:#191e23}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator{width:0.85em;height:0.85em}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-paid{background:#008a20;border-color:#b8e6bf}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-pending,.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-in_transit{background:#deb100;border-color:#f5e6b3}.wcpay-deposit-overview .wcpay-deposit-status .woocommerce-order-status__indicator.is-failed{background:#d63638;border-color:#facfd2}.wcpay-deposit-overview .wcpay-deposit-hero{flex-grow:5;border-left:1px solid #e2e4e7;margin:-20px 0;padding:20px 0}.wcpay-deposit-overview .wcpay-deposit-amount{text-align:right;font-size:36px;line-height:82px;color:#191e23;padding-right:18px}
16
 
17
  .chip{font-size:14px;font-size:.875rem;display:inline-block;padding:0.25rem 0.75rem;border-radius:1rem;white-space:nowrap}.chip.chip-primary{background:#c5d9ed;color:#043959}.chip.chip-light{background:#dcdcde;color:#2c3338}.chip.chip-alert{background:#facfd2;color:#691c1c}.chip.chip-warning{background:#f5e6b3;color:#9d6e00}.chip.is-compact{padding:0.06rem 0.65rem 0.1rem}
18
 
19
  .payment-method-details .payment-method__brand{width:28px;width:1.75rem;height:17px;height:1.063rem;margin-bottom:-4px;margin-bottom:-0.25rem;margin-top:1px}
20
 
21
+ .woocommerce-list--horizontal{margin:0 -16px 0 -16px}.woocommerce-list--horizontal,.woocommerce-list--horizontal{display:flex;align-items:stretch;flex-direction:column}@media (min-width: 801px){.woocommerce-list--horizontal,.woocommerce-list--horizontal{flex-direction:initial;margin:1rem 0 0 0}}.woocommerce-list--horizontal .woocommerce-list__item,.woocommerce-list--horizontal .woocommerce-list__item{padding:0.75rem 1rem;border-left:0;border-bottom:1px solid #dcdcde;border-top:0}@media (min-width: 801px){.woocommerce-list--horizontal .woocommerce-list__item,.woocommerce-list--horizontal .woocommerce-list__item{padding:0 1rem;border-left:1px solid #dcdcde;border-bottom:0}}.woocommerce-list--horizontal .woocommerce-list__item:hover,.woocommerce-list--horizontal .woocommerce-list__item:hover{background:none}.woocommerce-list--horizontal .woocommerce-list__item:hover .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item:hover .woocommerce-list__item-title{color:#50575e}.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-inner,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-inner{margin:0;padding:0}.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content{margin-top:0;font-size:14px;font-size:.875rem}.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-title{color:#50575e}.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content,.woocommerce-list--horizontal .woocommerce-list__item .woocommerce-list__item-content{color:#2c3338}@media (min-width: 801px){.woocommerce-list--horizontal .woocommerce-list__item:first-child,.woocommerce-list--horizontal .woocommerce-list__item:first-child{border-left:0;padding-left:0}}.woocommerce-list--horizontal .woocommerce-list__item:last-child,.woocommerce-list--horizontal .woocommerce-list__item:last-child{border-bottom:0;padding-bottom:0}@media (min-width: 801px){.woocommerce-list--horizontal .woocommerce-list__item:last-child,.woocommerce-list--horizontal .woocommerce-list__item:last-child{padding-right:0}}
22
 
23
+ .components-card__header{font-size:20px}.components-card{margin-bottom:24px}.payment-details-summary{display:flex}@media (max-width: 660px){.payment-details-summary{flex-direction:column}}.payment-details-summary .payment-details-summary__section{flex-grow:1}.payment-details-summary .payment-details-summary__amount{font-size:32px;font-size:2rem;font-weight:300;padding:0;margin:0;display:flex;align-items:center}.payment-details-summary .payment-details-summary__amount .payment-details-summary__amount-currency{font-size:16px;font-size:1rem;text-transform:uppercase;margin:0 0.5rem;color:#50575e}.payment-details-summary .payment-details-summary__breakdown p{font-size:14px;font-size:.875rem;color:#555d66;display:inline-block;margin:0.25rem 1rem 0 0}.payment-details-summary .payment-details-summary__breakdown p:last-child{margin-right:0}.payment-details-summary .payment-details-summary__id{height:100%;margin-top:8px;color:#787c82;display:flex;align-items:start;justify-content:initial}@media (min-width: 661px){.payment-details-summary .payment-details-summary__id{justify-content:flex-end}}.woocommerce-list--horizontal{margin-top:0 !important}
 
 
24
 
25
  .wcpay-dispute-info-item:first-child{margin-top:0}.wcpay-dispute-info-key{font-weight:600}
26
 
27
+ .wcpay-dispute-details .components-card__header,.wcpay-dispute-evidence .components-card__header{font-size:20px}.wcpay-dispute-details .components-card,.wcpay-dispute-evidence .components-card{margin-bottom:24px}.wcpay-dispute-details .components-form-file-upload .is-button.is-large,.wcpay-dispute-evidence .components-form-file-upload .is-button.is-large{padding:6px 12px;margin-top:4px}.wcpay-dispute-details .components-form-file-upload .is-button.is-large svg,.wcpay-dispute-evidence .components-form-file-upload .is-button.is-large svg{margin-right:6px}.wcpay-dispute-details .is-button+.is-button,.wcpay-dispute-evidence .is-button+.is-button{margin-left:10px}.wcpay-dispute-details .components-textarea-control__input,.wcpay-dispute-evidence .components-textarea-control__input{display:block;margin-top:4px;width:100%}.wcpay-dispute-details .components-text-control__input,.wcpay-dispute-evidence .components-text-control__input{margin-top:4px}.wcpay-dispute-details .components-base-control,.wcpay-dispute-evidence .components-base-control{position:relative}.wcpay-dispute-details .components-base-control .components-base-control__label,.wcpay-dispute-evidence .components-base-control .components-base-control__label{margin-bottom:4px}.wcpay-dispute-details .components-base-control+.components-base-control,.wcpay-dispute-evidence .components-base-control+.components-base-control{margin:16px 0 0}.wcpay-dispute-details .components-base-control>.components-base-control__help,.wcpay-dispute-evidence .components-base-control>.components-base-control__help{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#787c82;margin-top:8px}.wcpay-dispute-details .file-upload,.wcpay-dispute-evidence .file-upload{display:flex;flex-direction:row;align-items:center}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success{background-color:#008a20;border-color:#008a20}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success:hover,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-success:hover{background-color:#007017;border-color:#007017}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive{background-color:#d63638;border-color:#d63638}.wcpay-dispute-details .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive:hover,.wcpay-dispute-evidence .file-upload .components-icon-button.is-primary:not(:disabled):not([aria-disabled='true']).is-destructive:hover{background-color:#b32d2e;border-color:#b32d2e}.wcpay-dispute-details .file-upload .components-icon-button.delete-uploaded-file-button:not(:disabled):not([aria-disabled='true']):hover,.wcpay-dispute-evidence .file-upload .components-icon-button.delete-uploaded-file-button:not(:disabled):not([aria-disabled='true']):hover{color:#b32d2e;box-shadow:none}.wcpay-dispute-details .file-upload .upload-message,.wcpay-dispute-evidence .file-upload .upload-message{padding-left:24px;color:#787c82}.wcpay-dispute-details .file-upload .upload-message.is-destructive,.wcpay-dispute-evidence .file-upload .upload-message.is-destructive{color:#d63638}
28
 
dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
  /*! For license information please see index.js.LICENSE.txt */
2
- !function(){var e={184:function(e,t){var a;!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var a=arguments[t];if(a){var c=typeof a;if("string"===c||"number"===c)e.push(a);else if(Array.isArray(a)&&a.length){var o=r.apply(null,a);o&&e.push(o)}else if("object"===c)for(var s in a)n.call(a,s)&&a[s]&&e.push(s)}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(a=function(){return r}.apply(t,[]))||(e.exports=a)}()},139:function(e){"use strict";function t(e){return function(){return e}}var a=function(){};a.thatReturns=t,a.thatReturnsFalse=t(!1),a.thatReturnsTrue=t(!0),a.thatReturnsNull=t(null),a.thatReturnsThis=function(){return this},a.thatReturnsArgument=function(e){return e},e.exports=a},759:function(e){"use strict";e.exports=function(e,t,a,n,r,c,o,s){if(!e){var i;if(void 0===t)i=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[a,n,r,c,o,s],m=0;(i=new Error(t.replace(/%s/g,(function(){return l[m++]})))).name="Invariant Violation"}throw i.framesToPop=1,i}}},620:function(e,t,a){"use strict";var n=a(139);e.exports=n},487:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=Object.assign||function(e){for(var t,a=1;a<arguments.length;a++)for(var n in t=arguments[a])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},r=function(){function e(e,t){for(var a,n=0;n<t.length;n++)(a=t[n]).enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),c=a(804),o=i(c),s=i(a(697));function i(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var u=function(e,t){return 0<=t.indexOf(e)},d=function(e){return 0==e%18},h=["gridicons-add-outline","gridicons-add","gridicons-align-image-center","gridicons-align-image-left","gridicons-align-image-none","gridicons-align-image-right","gridicons-attachment","gridicons-bold","gridicons-bookmark-outline","gridicons-bookmark","gridicons-calendar","gridicons-cart","gridicons-create","gridicons-custom-post-type","gridicons-external","gridicons-folder","gridicons-heading","gridicons-help-outline","gridicons-help","gridicons-history","gridicons-info-outline","gridicons-info","gridicons-italic","gridicons-layout-blocks","gridicons-link-break","gridicons-link","gridicons-list-checkmark","gridicons-list-ordered","gridicons-list-unordered","gridicons-menus","gridicons-minus","gridicons-my-sites","gridicons-notice-outline","gridicons-notice","gridicons-plus-small","gridicons-plus","gridicons-popout","gridicons-posts","gridicons-scheduled","gridicons-share-ios","gridicons-star-outline","gridicons-star","gridicons-stats","gridicons-status","gridicons-thumbs-up","gridicons-textcolor","gridicons-time","gridicons-trophy","gridicons-user-circle","gridicons-reader-follow","gridicons-reader-following"],p=["gridicons-arrow-down","gridicons-arrow-up","gridicons-comment","gridicons-clear-formatting","gridicons-flag","gridicons-menu","gridicons-reader","gridicons-strikethrough"],v=["gridicons-align-center","gridicons-align-justify","gridicons-align-left","gridicons-align-right","gridicons-arrow-left","gridicons-arrow-right","gridicons-house","gridicons-indent-left","gridicons-indent-right","gridicons-minus-small","gridicons-print","gridicons-sign-out","gridicons-stats-alt","gridicons-trash","gridicons-underline","gridicons-video-camera"],f=function(e){function t(){return l(this,t),m(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"render",value:function(){var e=this.props,t=e.size,a=e.onClick,r=e.icon,c=e.className,s=function(e,t){var a={};for(var n in e)0<=t.indexOf(n)||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(e,["size","onClick","icon","className"]),i="gridicons-"+r,l=void 0,m=["gridicon",i,c,!(!u(i,h)||!d(t))&&"needs-offset",!(!u(i,p)||!d(t))&&"needs-offset-x",!(!u(i,v)||!d(t))&&"needs-offset-y"].filter(Boolean).join(" ");switch(i){default:l=o.default.createElement("svg",n({height:t,width:t},s));break;case"gridicons-add-image":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 4v2h-3v3h-2V6h-3V4h3V1h2v3h3zm-8.5 7c.828 0 1.5-.672 1.5-1.5S15.328 8 14.5 8 13 8.672 13 9.5s.672 1.5 1.5 1.5zm3.5 3.234l-.513-.57c-.794-.885-2.18-.885-2.976 0l-.655.73L9 9l-3 3.333V6h7V4H6c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2v-7h-2v3.234z"})));break;case"gridicons-add-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 9h-4V7h-2v4H7v2h4v4h2v-4h4v-2z"})));break;case"gridicons-add":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})));break;case"gridicons-align-center":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19h16v-2H4v2zm13-6H7v2h10v-2zM4 9v2h16V9H4zm13-4H7v2h10V5z"})));break;case"gridicons-align-image-center":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 5h18v2H3V5zm0 14h18v-2H3v2zm5-4h8V9H8v6z"})));break;case"gridicons-align-image-left":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 5h18v2H3V5zm0 14h18v-2H3v2zm0-4h8V9H3v6zm10 0h8v-2h-8v2zm0-4h8V9h-8v2z"})));break;case"gridicons-align-image-none":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 7H3V5h18v2zm0 10H3v2h18v-2zM11 9H3v6h8V9z"})));break;case"gridicons-align-image-right":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 7H3V5h18v2zm0 10H3v2h18v-2zm0-8h-8v6h8V9zm-10 4H3v2h8v-2zm0-4H3v2h8V9z"})));break;case"gridicons-align-justify":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19h16v-2H4v2zm16-6H4v2h16v-2zM4 9v2h16V9H4zm16-4H4v2h16V5z"})));break;case"gridicons-align-left":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19h16v-2H4v2zm10-6H4v2h10v-2zM4 9v2h16V9H4zm10-4H4v2h10V5z"})));break;case"gridicons-align-right":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 17H4v2h16v-2zm-10-2h10v-2H10v2zM4 9v2h16V9H4zm6-2h10V5H10v2z"})));break;case"gridicons-arrow-down":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 4v12.17l-5.59-5.59L4 12l8 8 8-8-1.41-1.41L13 16.17V4h-2z"})));break;case"gridicons-arrow-left":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})));break;case"gridicons-arrow-right":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"})));break;case"gridicons-arrow-up":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 20V7.83l5.59 5.59L20 12l-8-8-8 8 1.41 1.41L11 7.83V20h2z"})));break;case"gridicons-aside":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 20l6-6V6c0-1.105-.895-2-2-2H6c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h8zM6 6h12v6h-4c-1.105 0-2 .895-2 2v4H6V6zm10 4H8V8h8v2z"})));break;case"gridicons-attachment":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 1c-2.762 0-5 2.238-5 5v10c0 1.657 1.343 3 3 3s2.99-1.343 2.99-3V6H13v10c0 .553-.447 1-1 1-.553 0-1-.447-1-1V6c0-1.657 1.343-3 3-3s3 1.343 3 3v10.125C17 18.887 14.762 21 12 21s-5-2.238-5-5v-5H5v5c0 3.866 3.134 7 7 7s6.99-3.134 6.99-7V6c0-2.762-2.228-5-4.99-5z"})));break;case"gridicons-audio":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"})));break;case"gridicons-bell":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6.14 14.97l2.828 2.827c-.362.362-.862.586-1.414.586-1.105 0-2-.895-2-2 0-.552.224-1.052.586-1.414zm8.867 5.324L14.3 21 3 9.7l.706-.707 1.102.157c.754.108 1.69-.122 2.077-.51l3.885-3.884c2.34-2.34 6.135-2.34 8.475 0s2.34 6.135 0 8.475l-3.885 3.886c-.388.388-.618 1.323-.51 2.077l.157 1.1z"})));break;case"gridicons-block":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"})));break;case"gridicons-bold":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M7 5.01h4.547c2.126 0 3.67.302 4.632.906.96.605 1.44 1.567 1.44 2.887 0 .896-.21 1.63-.63 2.205-.42.574-.98.92-1.678 1.036v.103c.95.212 1.637.608 2.057 1.19.42.58.63 1.35.63 2.315 0 1.367-.494 2.434-1.482 3.2-.99.765-2.332 1.148-4.027 1.148H7V5.01zm3 5.936h2.027c.862 0 1.486-.133 1.872-.4.386-.267.578-.708.578-1.323 0-.574-.21-.986-.63-1.236-.42-.25-1.087-.374-1.996-.374H10v3.333zm0 2.523v3.905h2.253c.876 0 1.52-.167 1.94-.502.416-.335.625-.848.625-1.54 0-1.243-.89-1.864-2.668-1.864H10z"})));break;case"gridicons-book":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 3h2v18H4zM18 3H7v18h11c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 6h-6V8h6v1zm0-2h-6V6h6v1z"})));break;case"gridicons-bookmark-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 5v12.554l-5-2.857-5 2.857V5h10m0-2H7c-1.105 0-2 .896-2 2v16l7-4 7 4V5c0-1.104-.896-2-2-2z"})));break;case"gridicons-bookmark":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 3H7c-1.105 0-2 .896-2 2v16l7-4 7 4V5c0-1.104-.896-2-2-2z"})));break;case"gridicons-briefcase":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 15h-4v-2H2v6c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2v-6h-8v2zm6-9h-2V4c0-1.105-.895-2-2-2H8c-1.105 0-2 .895-2 2v2H4c-1.105 0-2 .895-2 2v4h20V8c0-1.105-.895-2-2-2zm-4 0H8V4h8v2z"})));break;case"gridicons-bug":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 14h4v-2h-4v-2h1a2 2 0 0 0 2-2V6h-2v2H5V6H3v2a2 2 0 0 0 2 2h1v2H2v2h4v1a6 6 0 0 0 .09 1H5a2 2 0 0 0-2 2v2h2v-2h1.81A6 6 0 0 0 11 20.91V10h2v10.91A6 6 0 0 0 17.19 18H19v2h2v-2a2 2 0 0 0-2-2h-1.09a6 6 0 0 0 .09-1zM12 2a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4z"})));break;case"gridicons-calendar":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"})));break;case"gridicons-camera":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 12c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3 3 1.3 3 3zm5-5v11c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2V4h4v1h2l1-2h6l1 2h2c1.1 0 2 .9 2 2zM7.5 9c0-.8-.7-1.5-1.5-1.5S4.5 8.2 4.5 9s.7 1.5 1.5 1.5S7.5 9.8 7.5 9zM19 12c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5 5-2.2 5-5z"})));break;case"gridicons-caption":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 15l2-2v5c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h13l-2 2H4v12h16v-3zm2.44-8.56l-.88-.88c-.586-.585-1.534-.585-2.12 0L12 13v2H6v2h9v-1l7.44-7.44c.585-.586.585-1.534 0-2.12z"})));break;case"gridicons-cart":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"})));break;case"gridicons-chat":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 12c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H9v3l-3-3H3zM21 18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-6v1c0 2.2-1.8 4-4 4v2c0 1.1.9 2 2 2h2v3l3-3h3z"})));break;case"gridicons-checkmark-circle":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})));break;case"gridicons-checkmark":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 19.414l-6.707-6.707 1.414-1.414L9 16.586 20.293 5.293l1.414 1.414"})));break;case"gridicons-chevron-down":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"})));break;case"gridicons-chevron-left":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 20l-8-8 8-8 1.414 1.414L8.828 12l6.586 6.586"})));break;case"gridicons-chevron-right":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 20l8-8-8-8-1.414 1.414L15.172 12l-6.586 6.586"})));break;case"gridicons-chevron-up":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 15l8-8 8 8-1.414 1.414L12 9.828l-6.586 6.586"})));break;case"gridicons-clear-formatting":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.837 10.163l-4.6 4.6L10 4h4l.777 2.223-2.144 2.144-.627-2.092-1.17 3.888zm5.495.506L19.244 19H15.82l-1.05-3.5H11.5L5 22l-1.5-1.5 17-17L22 5l-5.668 5.67zm-2.31 2.31l-.032.03.032-.01v-.02z"})));break;case"gridicons-clipboard":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 18H8v-2h8v2zm0-6H8v2h8v-2zm2-9h-2v2h2v15H6V5h2V3H6c-1.105 0-2 .895-2 2v15c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zm-4 2V4c0-1.105-.895-2-2-2s-2 .895-2 2v1c-1.105 0-2 .895-2 2v1h8V7c0-1.105-.895-2-2-2z"})));break;case"gridicons-cloud-download":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 9c-.01 0-.017.002-.025.003C17.72 5.646 14.922 3 11.5 3 7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5zm-6 7l-4-5h3V8h2v3h3l-4 5z"})));break;case"gridicons-cloud-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11.5 5c2.336 0 4.304 1.825 4.48 4.154l.142 1.86 1.867-.012h.092C19.698 11.043 21 12.37 21 14c0 .748-.28 1.452-.783 2H3.28c-.156-.256-.28-.59-.28-1 0-1.074.85-1.953 1.915-1.998.06.007.118.012.178.015l2.66.124-.622-2.587C7.044 10.186 7 9.843 7 9.5 7 7.02 9.02 5 11.5 5m0-2C7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5l-.025.002C17.72 5.646 14.922 3 11.5 3z"})));break;case"gridicons-cloud-upload":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 9c-.01 0-.017.002-.025.003C17.72 5.646 14.922 3 11.5 3 7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5zm-5 4v3h-2v-3H8l4-5 4 5h-3z"})));break;case"gridicons-cloud":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 9c-.01 0-.017.002-.025.003C17.72 5.646 14.922 3 11.5 3 7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5z"})));break;case"gridicons-code":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 12l-5.45 6.5L16 17.21 20.39 12 16 6.79l1.55-1.29zM8 6.79L6.45 5.5 1 12l5.45 6.5L8 17.21 3.61 12zm.45 14.61l1.93.52L15.55 2.6l-1.93-.52z"})));break;case"gridicons-cog":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 12c0-.568-.06-1.122-.174-1.656l1.834-1.612-2-3.464-2.322.786c-.82-.736-1.787-1.308-2.86-1.657L14 2h-4l-.48 2.396c-1.07.35-2.04.92-2.858 1.657L4.34 5.268l-2 3.464 1.834 1.612C4.06 10.878 4 11.432 4 12s.06 1.122.174 1.656L2.34 15.268l2 3.464 2.322-.786c.82.736 1.787 1.308 2.86 1.657L10 22h4l.48-2.396c1.07-.35 2.038-.92 2.858-1.657l2.322.786 2-3.464-1.834-1.613c.113-.535.174-1.09.174-1.657zm-8 4c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})));break;case"gridicons-comment":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 16l-5 5v-5H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2h-7z"})));break;case"gridicons-computer":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"})));break;case"gridicons-coupon":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 16v2h-2v-2h2zm3-3h2v-2h-2v2zm2 8h-2v2h2v-2zm3-5v2h2v-2h-2zm-1-3c.552 0 1 .448 1 1h2c0-1.657-1.343-3-3-3v2zm1 7c0 .552-.448 1-1 1v2c1.657 0 3-1.343 3-3h-2zm-7 1c-.552 0-1-.448-1-1h-2c0 1.657 1.343 3 3 3v-2zm3.21-5.21c-.78.78-2.047.782-2.828.002l-.002-.002L10 11.41l-1.43 1.44c.28.506.427 1.073.43 1.65C9 16.433 7.433 18 5.5 18S2 16.433 2 14.5 3.567 11 5.5 11c.577.003 1.144.15 1.65.43L8.59 10 7.15 8.57c-.506.28-1.073.427-1.65.43C3.567 9 2 7.433 2 5.5S3.567 2 5.5 2 9 3.567 9 5.5c-.003.577-.15 1.144-.43 1.65L10 8.59l3.88-3.88c.78-.78 2.047-.782 2.828-.002l.002.002-5.3 5.29 5.8 5.79zM5.5 7C6.328 7 7 6.328 7 5.5S6.328 4 5.5 4 4 4.672 4 5.5 4.672 7 5.5 7zM7 14.5c0-.828-.672-1.5-1.5-1.5S4 13.672 4 14.5 4.672 16 5.5 16 7 15.328 7 14.5z"})));break;case"gridicons-create":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 14v5c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V5c0-1.105.895-2 2-2h5v2H5v14h14v-5h2z"}),o.default.createElement("path",{d:"M21 7h-4V3h-2v4h-4v2h4v4h2V9h4"})));break;case"gridicons-credit-card":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 2v2H4V6h16zM4 18v-6h16v6H4zm2-4h7v2H6v-2zm9 0h3v2h-3v-2z"})));break;case"gridicons-crop":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 16h-4V8c0-1.105-.895-2-2-2H8V2H6v4H2v2h4v8c0 1.105.895 2 2 2h8v4h2v-4h4v-2zM8 16V8h8v8H8z"})));break;case"gridicons-cross-circle":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19.1 4.9C15.2 1 8.8 1 4.9 4.9S1 15.2 4.9 19.1s10.2 3.9 14.1 0 4-10.3.1-14.2zm-4.3 11.3L12 13.4l-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4z"})));break;case"gridicons-cross-small":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17.705 7.705l-1.41-1.41L12 10.59 7.705 6.295l-1.41 1.41L10.59 12l-4.295 4.295 1.41 1.41L12 13.41l4.295 4.295 1.41-1.41L13.41 12l4.295-4.295z"})));break;case"gridicons-cross":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"})));break;case"gridicons-custom-post-type":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5c-1.105 0-2 .895-2 2v14c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zM6 6h5v5H6V6zm4.5 13C9.12 19 8 17.88 8 16.5S9.12 14 10.5 14s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm3-6l3-5 3 5h-6z"})));break;case"gridicons-customize":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"})));break;case"gridicons-domains":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z"})));break;case"gridicons-dropdown":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M7 10l5 5 5-5"})));break;case"gridicons-ellipsis-circle":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.5 13.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5S9 11.2 9 12s-.7 1.5-1.5 1.5zm4.5 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm4.5 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5z"})));break;case"gridicons-ellipsis":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"})));break;case"gridicons-external":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"})));break;case"gridicons-filter":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"})));break;case"gridicons-flag":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M15 6c0-1.105-.895-2-2-2H5v17h2v-7h5c0 1.105.895 2 2 2h6V6h-5z"})));break;case"gridicons-flip-horizontal":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 18v-5h3v-2h-3V6c0-1.105-.895-2-2-2H6c-1.105 0-2 .895-2 2v5H1v2h3v5c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2zM6 6h12v5H6V6z"})));break;case"gridicons-flip-vertical":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 4h-5V1h-2v3H6c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h5v3h2v-3h5c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 18V6h5v12H6z"})));break;case"gridicons-folder-multiple":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 8c-1.105 0-2 .895-2 2v10c0 1.1.9 2 2 2h14c1.105 0 2-.895 2-2H4V8zm16 10H8c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h3c1.105 0 2 .895 2 2h7c1.105 0 2 .895 2 2v8c0 1.105-.895 2-2 2z"})));break;case"gridicons-folder":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"})));break;case"gridicons-fullscreen-exit":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 10V4h2v2.59l3.29-3.29 1.41 1.41L17.41 8H20v2zM4 10V8h2.59l-3.3-3.29 1.42-1.42L8 6.59V4h2v6zm16 4v2h-2.59l3.29 3.29-1.41 1.41L16 17.41V20h-2v-6zm-10 0v6H8v-2.59l-3.29 3.3-1.42-1.42L6.59 16H4v-2z"})));break;case"gridicons-fullscreen":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 3v6h-2V6.41l-3.29 3.3-1.42-1.42L17.59 5H15V3zM3 3v6h2V6.41l3.29 3.3 1.42-1.42L6.41 5H9V3zm18 18v-6h-2v2.59l-3.29-3.29-1.41 1.41L17.59 19H15v2zM9 21v-2H6.41l3.29-3.29-1.41-1.42L5 17.59V15H3v6z"})));break;case"gridicons-gift":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 6h-4.8c.5-.5.8-1.2.8-2 0-1.7-1.3-3-3-3s-3 1.3-3 3c0-1.7-1.3-3-3-3S6 2.3 6 4c0 .8.3 1.5.8 2H2v6h1v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8h1V6zm-2 4h-7V8h7v2zm-5-7c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM9 3c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM4 8h7v2H4V8zm1 4h6v8H5v-8zm14 8h-6v-8h6v8z"})));break;case"gridicons-globe":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18l2-2 1-1v-2h-2v-1l-1-1H9v3l2 2v1.93c-3.94-.494-7-3.858-7-7.93l1 1h2v-2h2l3-3V6h-2L9 5v-.41C9.927 4.21 10.94 4 12 4s2.073.212 3 .59V6l-1 1v2l1 1 3.13-3.13c.752.897 1.304 1.964 1.606 3.13H18l-2 2v2l1 1h2l.286.286C18.03 18.06 15.24 20 12 20z"})));break;case"gridicons-grid":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 8H4V4h4v4zm6-4h-4v4h4V4zm6 0h-4v4h4V4zM8 10H4v4h4v-4zm6 0h-4v4h4v-4zm6 0h-4v4h4v-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm6 0h-4v4h4v-4z"})));break;case"gridicons-heading-h1":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 7h2v10h-2v-4H7v4H5V7h2v4h4V7zm6.57 0c-.594.95-1.504 1.658-2.57 2v1h2v7h2V7h-1.43z"})));break;case"gridicons-heading-h2":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 7h2v10H9v-4H5v4H3V7h2v4h4V7zm8 8c.51-.41.6-.62 1.06-1.05.437-.4.848-.828 1.23-1.28.334-.39.62-.82.85-1.28.2-.39.305-.822.31-1.26.005-.44-.087-.878-.27-1.28-.177-.385-.437-.726-.76-1-.346-.283-.743-.497-1.17-.63-.485-.153-.99-.227-1.5-.22-.36 0-.717.033-1.07.1-.343.06-.678.158-1 .29-.304.13-.593.295-.86.49-.287.21-.56.437-.82.68l1.24 1.22c.308-.268.643-.502 1-.7.35-.2.747-.304 1.15-.3.455-.03.906.106 1.27.38.31.278.477.684.45 1.1-.014.396-.14.78-.36 1.11-.285.453-.62.872-1 1.25-.44.43-.98.92-1.59 1.43-.61.51-1.41 1.06-2.16 1.65V17h8v-2h-4z"})));break;case"gridicons-heading-h3":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14.11 14.218c.355.287.75.523 1.17.7.434.18.9.273 1.37.27.484.017.965-.086 1.4-.3.333-.146.55-.476.55-.84.003-.203-.05-.403-.15-.58-.123-.19-.3-.34-.51-.43-.32-.137-.655-.228-1-.27-.503-.073-1.012-.106-1.52-.1v-1.57c.742.052 1.485-.07 2.17-.36.37-.164.615-.525.63-.93.026-.318-.12-.627-.38-.81-.34-.203-.734-.3-1.13-.28-.395.013-.784.108-1.14.28-.375.167-.73.375-1.06.62l-1.22-1.39c.5-.377 1.053-.68 1.64-.9.608-.224 1.252-.336 1.9-.33.525-.007 1.05.05 1.56.17.43.1.84.277 1.21.52.325.21.595.495.79.83.19.342.287.73.28 1.12.01.48-.177.943-.52 1.28-.417.39-.916.685-1.46.86v.06c.61.14 1.175.425 1.65.83.437.382.68.94.66 1.52.005.42-.113.835-.34 1.19-.23.357-.538.657-.9.88-.408.253-.853.44-1.32.55-.514.128-1.04.192-1.57.19-.786.02-1.57-.106-2.31-.37-.59-.214-1.126-.556-1.57-1l1.12-1.41zM9 11H5V7H3v10h2v-4h4v4h2V7H9v4z"})));break;case"gridicons-heading-h4":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 17H9v-4H5v4H3V7h2v4h4V7h2v10zm10-2h-1v2h-2v-2h-5v-2l4.05-6H20v6h1v2zm-3-2V9l-2.79 4H18z"})));break;case"gridicons-heading-h5":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14.09 14.19c.352.27.73.5 1.13.69.42.196.877.296 1.34.29.51.014 1.01-.125 1.44-.4.378-.253.594-.686.57-1.14.02-.45-.197-.877-.57-1.13-.406-.274-.89-.41-1.38-.39h-.47c-.135.014-.27.04-.4.08l-.41.15-.48.23-1.02-.57.28-5h6.4v1.92h-4.31L16 10.76c.222-.077.45-.138.68-.18.235-.037.472-.054.71-.05.463-.004.924.057 1.37.18.41.115.798.305 1.14.56.33.248.597.57.78.94.212.422.322.888.32 1.36.007.497-.11.99-.34 1.43-.224.417-.534.782-.91 1.07-.393.3-.837.527-1.31.67-.497.164-1.016.252-1.54.26-.788.023-1.573-.11-2.31-.39-.584-.238-1.122-.577-1.59-1l1.09-1.42zM11 17H9v-4H5v4H3V7h2v4h4V7h2v10z"})));break;case"gridicons-heading-h6":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 17H9v-4H5v4H3V7h2v4h4V7h2v10zm8.58-7.508c-.248-.204-.524-.37-.82-.49-.625-.242-1.317-.242-1.94 0-.3.11-.566.287-.78.52-.245.27-.432.586-.55.93-.16.46-.243.943-.25 1.43.367-.33.79-.59 1.25-.77.405-.17.84-.262 1.28-.27.415-.006.83.048 1.23.16.364.118.704.304 1 .55.295.253.528.57.68.93.193.403.302.843.32 1.29.01.468-.094.93-.3 1.35-.206.387-.49.727-.83 1-.357.287-.764.504-1.2.64-.98.31-2.033.293-3-.05-.507-.182-.968-.472-1.35-.85-.437-.416-.778-.92-1-1.48-.243-.693-.352-1.426-.32-2.16-.02-.797.11-1.59.38-2.34.215-.604.556-1.156 1-1.62.406-.416.897-.74 1.44-.95.54-.21 1.118-.314 1.7-.31.682-.02 1.36.096 2 .34.5.19.962.464 1.37.81l-1.31 1.34zm-2.39 5.84c.202 0 .405-.03.6-.09.183-.046.356-.128.51-.24.15-.136.27-.303.35-.49.092-.225.136-.467.13-.71.037-.405-.123-.804-.43-1.07-.328-.23-.72-.347-1.12-.33-.346-.002-.687.07-1 .21-.383.17-.724.418-1 .73.046.346.143.683.29 1 .108.23.257.44.44.62.152.15.337.26.54.33.225.055.46.068.69.04z"})));break;case"gridicons-heading":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 20h-3v-6H9v6H6V5.01h3V11h6V5.01h3V20z"})));break;case"gridicons-heart-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16.5 4.5c2.206 0 4 1.794 4 4 0 4.67-5.543 8.94-8.5 11.023C9.043 17.44 3.5 13.17 3.5 8.5c0-2.206 1.794-4 4-4 1.298 0 2.522.638 3.273 1.706L12 7.953l1.227-1.746c.75-1.07 1.975-1.707 3.273-1.707m0-1.5c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z"})));break;case"gridicons-heart":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16.5 3c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z"})));break;case"gridicons-help-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm4 8c0-2.21-1.79-4-4-4s-4 1.79-4 4h2c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2c-.552 0-1 .448-1 1v2h2v-1.14c1.722-.447 3-1.998 3-3.86zm-3 6h-2v2h2v-2z"})));break;case"gridicons-help":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 16h-2v-2h2v2zm0-4.14V15h-2v-2c0-.552.448-1 1-1 1.103 0 2-.897 2-2s-.897-2-2-2-2 .897-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.862-1.278 3.413-3 3.86z"})));break;case"gridicons-history":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2.12 13.526c.742 4.78 4.902 8.47 9.88 8.47 5.5 0 10-4.5 10-9.998S17.5 2 12 2C8.704 2 5.802 3.6 4 6V2H2.003L2 9h7V7H5.8c1.4-1.8 3.702-3 6.202-3C16.4 4 20 7.6 20 11.998s-3.6 8-8 8c-3.877 0-7.13-2.795-7.848-6.472H2.12z"}),o.default.createElement("path",{d:"M11.002 7v5.3l3.2 4.298 1.6-1.197-2.8-3.7V7"})));break;case"gridicons-house":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 9L12 1 2 9v2h2v10h5v-4c0-1.657 1.343-3 3-3s3 1.343 3 3v4h5V11h2V9z"})));break;case"gridicons-image-multiple":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"})));break;case"gridicons-image-remove":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20.587 3.423L22 4.837 20 6.84V18c0 1.105-.895 2-2 2H6.84l-2.007 2.006-1.414-1.414 17.167-17.17zM12.42 14.42l1 1 1-1c.63-.504 1.536-.456 2.11.11L18 16V8.84l-5.58 5.58zM15.16 6H6v6.38l2.19-2.19 1.39 1.39L4 17.163V6c0-1.105.895-2 2-2h11.162l-2 2z"})));break;case"gridicons-image":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 6v12c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 0H6v6.38l2.19-2.19 5.23 5.23 1-1c.63-.504 1.536-.456 2.11.11L18 16V6zm-5 3.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5z"})));break;case"gridicons-indent-left":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 20h2V4h-2v16zM2 11h10.172l-2.086-2.086L11.5 7.5 16 12l-4.5 4.5-1.414-1.414L12.172 13H2v-2z"})));break;case"gridicons-indent-right":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6 4H4v16h2V4zm16 9H11.828l2.086 2.086L12.5 16.5 8 12l4.5-4.5 1.414 1.414L11.828 11H22v2z"})));break;case"gridicons-info-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"})));break;case"gridicons-info":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})));break;case"gridicons-ink":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M5 15c0 3.866 3.134 7 7 7s7-3.134 7-7c0-1.387-.41-2.677-1.105-3.765h.007L12 2l-5.903 9.235h.007C5.41 12.323 5 13.613 5 15z"})));break;case"gridicons-institution":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2 19h20v3H2zM12 2L2 6v2h20V6M17 10h3v7h-3zM10.5 10h3v7h-3zM4 10h3v7H4z"})));break;case"gridicons-italic":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.536 5l-.427 2h1.5L9.262 18h-1.5l-.427 2h6.128l.426-2h-1.5l2.347-11h1.5l.427-2"})));break;case"gridicons-layout-blocks":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 7h-2V3c0-1.105-.895-2-2-2H7c-1.105 0-2 .895-2 2v2H3c-1.105 0-2 .895-2 2v4c0 1.105.895 2 2 2h2v8c0 1.105.895 2 2 2h10c1.105 0 2-.895 2-2v-2h2c1.105 0 2-.895 2-2V9c0-1.105-.895-2-2-2zm-4 14H7v-8h2c1.105 0 2-.895 2-2V7c0-1.105-.895-2-2-2H7V3h10v4h-2c-1.105 0-2 .895-2 2v8c0 1.105.895 2 2 2h2v2zm4-4h-6V9h6v8z"})));break;case"gridicons-layout":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 20H5c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h3c1.105 0 2 .895 2 2v12c0 1.105-.895 2-2 2zm8-10h4c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2h-4c-1.105 0-2 .895-2 2v3c0 1.105.895 2 2 2zm5 10v-6c0-1.105-.895-2-2-2h-5c-1.105 0-2 .895-2 2v6c0 1.105.895 2 2 2h5c1.105 0 2-.895 2-2z"})));break;case"gridicons-line-graph":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 19h18v2H3zm3-3c1.1 0 2-.9 2-2 0-.5-.2-1-.5-1.3L8.8 10H9c.5 0 1-.2 1.3-.5l2.7 1.4v.1c0 1.1.9 2 2 2s2-.9 2-2c0-.5-.2-.9-.5-1.3L17.8 7h.2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .5.2 1 .5 1.3L15.2 9H15c-.5 0-1 .2-1.3.5L11 8.2V8c0-1.1-.9-2-2-2s-2 .9-2 2c0 .5.2 1 .5 1.3L6.2 12H6c-1.1 0-2 .9-2 2s.9 2 2 2z"})));break;case"gridicons-link-break":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 11l-2 2H7v-2h3zm9.64-3.64L22 5l-1.5-1.5-17 17L5 22l9-9h3v-2h-1l2-2c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1c2.21 0 4-1.79 4-4v-2c0-1.623-.97-3.013-2.36-3.64zM4.36 16.64L6 15c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.63 7 7 7H6c-2.21 0-4 1.79-4 4v2c0 1.623.97 3.013 2.36 3.64z"})));break;case"gridicons-link":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 13H7v-2h10v2zm1-6h-1c-1.63 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1c2.21 0 4-1.79 4-4v-2c0-2.21-1.79-4-4-4zM2 11v2c0 2.21 1.79 4 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.63 7 7 7H6c-2.21 0-4 1.79-4 4z"})));break;case"gridicons-list-checkmark":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9.5 15.5L5 20l-2.5-2.5 1.06-1.06L5 17.88l3.44-3.44L9.5 15.5zM10 5v2h11V5H10zm0 14h11v-2H10v2zm0-6h11v-2H10v2zM8.44 8.44L5 11.88l-1.44-1.44L2.5 11.5 5 14l4.5-4.5-1.06-1.06zm0-6L5 5.88 3.56 4.44 2.5 5.5 5 8l4.5-4.5-1.06-1.06z"})));break;case"gridicons-list-ordered-rtl":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 19h13v-2H3v2zm0-6h13v-2H3v2zm0-8v2h13V5H3zm16.587.252c.107-.096.197-.188.27-.275-.013.228-.02.48-.02.756V8h1.176V3.717H19.97L18.5 4.915l.6.738.487-.4zm.448 7.826c.475-.426.785-.715.93-.867.146-.15.262-.296.35-.434.088-.138.153-.278.195-.42.042-.143.063-.298.063-.466 0-.225-.06-.427-.18-.608-.12-.18-.29-.32-.507-.417-.218-.1-.465-.148-.742-.148-.22 0-.42.022-.596.067-.177.045-.34.11-.49.195-.15.084-.337.225-.558.422l.636.744c.174-.15.33-.264.467-.34.138-.078.274-.117.41-.117.13 0 .232.03.304.096.072.064.108.152.108.264 0 .09-.018.176-.054.258-.035.082-.1.18-.19.294-.093.114-.288.328-.587.64L18.547 13.3v.762h3.108v-.955h-1.62v-.03zm.46 4.747v-.018c.306-.086.54-.225.702-.414.162-.19.243-.42.243-.685 0-.31-.126-.55-.378-.727-.252-.175-.6-.263-1.043-.263-.308 0-.58.033-.817.1s-.47.178-.696.334l.48.774c.293-.184.576-.275.85-.275.147 0 .263.026.35.08.087.056.13.14.13.253 0 .3-.294.45-.882.45h-.27v.87h.264c.216 0 .392.017.526.05.135.03.232.08.293.143.06.064.09.154.09.27 0 .153-.058.265-.174.337-.116.07-.3.106-.555.106-.163 0-.342-.023-.537-.07-.194-.045-.385-.116-.573-.212v.96c.228.09.44.15.637.183.196.034.41.05.64.05.56 0 .998-.113 1.314-.342.316-.228.474-.542.474-.94.003-.585-.355-.923-1.07-1.013z"})));break;case"gridicons-list-ordered":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 19h13v-2H8v2zm0-6h13v-2H8v2zm0-8v2h13V5H8zm-4.425.252c.107-.096.197-.188.27-.275-.013.228-.02.48-.02.756V8h1.176V3.717H3.96L2.487 4.915l.6.738.487-.4zm.334 7.764c.474-.426.784-.715.93-.867.145-.153.26-.298.35-.436.087-.138.152-.278.194-.42.042-.143.063-.298.063-.466 0-.225-.06-.427-.18-.608s-.29-.32-.507-.417c-.218-.1-.465-.148-.742-.148-.22 0-.42.022-.596.067s-.34.11-.49.195c-.15.085-.337.226-.558.423l.636.744c.174-.15.33-.264.467-.34.138-.078.274-.117.41-.117.13 0 .232.032.304.097.073.064.11.152.11.264 0 .09-.02.176-.055.258-.036.082-.1.18-.192.294-.092.114-.287.328-.586.64L2.42 13.238V14h3.11v-.955H3.91v-.03zm.53 4.746v-.018c.306-.086.54-.225.702-.414.162-.19.243-.42.243-.685 0-.31-.126-.55-.378-.727-.252-.176-.6-.264-1.043-.264-.307 0-.58.033-.816.1s-.47.178-.696.334l.48.773c.293-.183.576-.274.85-.274.147 0 .263.027.35.082s.13.14.13.252c0 .3-.294.45-.882.45h-.27v.87h.264c.217 0 .393.017.527.05.136.03.233.08.294.143.06.064.09.154.09.27 0 .153-.057.265-.173.337-.115.07-.3.106-.554.106-.164 0-.343-.022-.538-.07-.194-.044-.385-.115-.573-.21v.96c.228.088.44.148.637.182.196.033.41.05.64.05.56 0 .998-.114 1.314-.343.315-.228.473-.542.473-.94.002-.585-.356-.923-1.07-1.013z"})));break;case"gridicons-list-unordered":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 19h12v-2H9v2zm0-6h12v-2H9v2zm0-8v2h12V5H9zm-4-.5c-.828 0-1.5.672-1.5 1.5S4.172 7.5 5 7.5 6.5 6.828 6.5 6 5.828 4.5 5 4.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5z"})));break;case"gridicons-location":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 9c0-3.866-3.134-7-7-7S5 5.134 5 9c0 1.387.41 2.677 1.105 3.765h-.008C8.457 16.46 12 22 12 22l5.903-9.235h-.007C18.59 11.677 19 10.387 19 9zm-7 3c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"})));break;case"gridicons-lock":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 8h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v1H6c-1.105 0-2 .895-2 2v10c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V10c0-1.105-.895-2-2-2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v1H9V7zm4 8.723V18h-2v-2.277c-.595-.346-1-.984-1-1.723 0-1.105.895-2 2-2s2 .895 2 2c0 .738-.405 1.376-1 1.723z"})));break;case"gridicons-mail":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 4.236l-8 4.882-8-4.882V6h16v2.236z"})));break;case"gridicons-mention":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2a10 10 0 0 0 0 20v-2a8 8 0 1 1 8-8v.5a1.5 1.5 0 0 1-3 0V7h-2v1a5 5 0 1 0 1 7 3.5 3.5 0 0 0 6-2.46V12A10 10 0 0 0 12 2zm0 13a3 3 0 1 1 3-3 3 3 0 0 1-3 3z"})));break;case"gridicons-menu":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 6v2H3V6h18zM3 18h18v-2H3v2zm0-5h18v-2H3v2z"})));break;case"gridicons-menus":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 19h10v-2H9v2zm0-6h6v-2H9v2zm0-8v2h12V5H9zm-4-.5c-.828 0-1.5.672-1.5 1.5S4.172 7.5 5 7.5 6.5 6.828 6.5 6 5.828 4.5 5 4.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5z"})));break;case"gridicons-microphone":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 9v1a7 7 0 0 1-6 6.92V20h3v2H8v-2h3v-3.08A7 7 0 0 1 5 10V9h2v1a5 5 0 0 0 10 0V9zm-7 4a3 3 0 0 0 3-3V5a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3z"})));break;case"gridicons-minus-small":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6 11h12v2H6z"})));break;case"gridicons-minus":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 11h18v2H3z"})));break;case"gridicons-money":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2 5v14h20V5H2zm5 12c0-1.657-1.343-3-3-3v-4c1.657 0 3-1.343 3-3h10c0 1.657 1.343 3 3 3v4c-1.657 0-3 1.343-3 3H7zm5-8c1.1 0 2 1.3 2 3s-.9 3-2 3-2-1.3-2-3 .9-3 2-3z"})));break;case"gridicons-multiple-users":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M24 14.6c0 .6-1.2 1-2.6 1.2-.9-1.7-2.7-3-4.8-3.9.2-.3.4-.5.6-.8h.8c3.1-.1 6 1.8 6 3.5zM6.8 11H6c-3.1 0-6 1.9-6 3.6 0 .6 1.2 1 2.6 1.2.9-1.7 2.7-3 4.8-3.9l-.6-.9zm5.2 1c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 1c-4.1 0-8 2.6-8 5 0 2 8 2 8 2s8 0 8-2c0-2.4-3.9-5-8-5zm5.7-3h.3c1.7 0 3-1.3 3-3s-1.3-3-3-3c-.5 0-.9.1-1.3.3.8 1 1.3 2.3 1.3 3.7 0 .7-.1 1.4-.3 2zM6 10h.3C6.1 9.4 6 8.7 6 8c0-1.4.5-2.7 1.3-3.7C6.9 4.1 6.5 4 6 4 4.3 4 3 5.3 3 7s1.3 3 3 3z"})));break;case"gridicons-my-sites-horizon":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.986 13.928l.762-2.284-1.324-3.63c-.458-.026-.892-.08-.892-.08-.458-.027-.405-.727.054-.7 0 0 1.403.107 2.24.107.888 0 2.265-.107 2.265-.107.46-.027.513.646.055.7 0 0-.46.055-.973.082l2.006 5.966c-.875-.034-1.74-.053-2.6-.06l-.428-1.177-.403 1.17c-.252.002-.508.01-.76.015zm-7.156.393c-.21-.737-.33-1.514-.33-2.32 0-1.232.264-2.402.736-3.46l2.036 5.58c.85-.06 1.69-.104 2.526-.138L6.792 8.015c.512-.027.973-.08.973-.08.458-.055.404-.728-.055-.702 0 0-1.376.108-2.265.108-.16 0-.347-.003-.547-.01C6.418 5.025 9.03 3.5 12 3.5c2.213 0 4.228.846 5.74 2.232-.036-.002-.072-.007-.11-.007-.835 0-1.427.727-1.427 1.51 0 .7.404 1.292.835 1.993.323.566.7 1.293.7 2.344 0 .674-.244 1.463-.572 2.51.3.02.604.043.907.066l.798-2.307c.486-1.212.647-2.18.647-3.043 0-.313-.02-.603-.057-.874.662 1.21 1.04 2.6 1.04 4.077 0 .807-.128 1.58-.34 2.32.5.05 1.006.112 1.51.17.205-.798.33-1.628.33-2.49 0-5.523-4.477-10-10-10S2 6.477 2 12c0 .862.125 1.692.33 2.49.5-.057 1.003-.12 1.5-.17zm14.638 3.168C16.676 19.672 14.118 20.5 12 20.5c-1.876 0-4.55-.697-6.463-3.012-.585.048-1.174.1-1.77.16C5.572 20.272 8.578 22 12 22c3.422 0 6.43-1.73 8.232-4.35-.593-.063-1.18-.114-1.764-.162zM12 15.01c-3.715 0-7.368.266-10.958.733.18.41.35.825.506 1.247 3.427-.43 6.91-.68 10.452-.68s7.025.25 10.452.68c.156-.422.327-.836.506-1.246-3.59-.467-7.243-.734-10.958-.734z"})));break;case"gridicons-my-sites":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM3.5 12c0-1.232.264-2.402.736-3.46L8.29 19.65C5.456 18.272 3.5 15.365 3.5 12zm8.5 8.5c-.834 0-1.64-.12-2.4-.345l2.55-7.41 2.613 7.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702 0 0-1.376.108-2.265.108-.835 0-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7 0 0 .434.055.892.082l1.324 3.63-1.86 5.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702 0 0-1.376.108-2.265.108-.16 0-.347-.003-.547-.01C6.418 5.025 9.03 3.5 12 3.5c2.213 0 4.228.846 5.74 2.232-.037-.002-.072-.007-.11-.007-.835 0-1.427.727-1.427 1.51 0 .7.404 1.292.835 1.993.323.566.7 1.293.7 2.344 0 .727-.28 1.572-.646 2.748l-.848 2.833-3.072-9.138zm3.1 11.332l2.597-7.506c.484-1.212.645-2.18.645-3.044 0-.313-.02-.603-.057-.874.664 1.21 1.042 2.6 1.042 4.078 0 3.136-1.7 5.874-4.227 7.347z"})));break;case"gridicons-nametag":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 6a1 1 0 1 1-1 1 1 1 0 0 1 1-1zm-6 8h12v3H6zm14-8h-4V3H8v3H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zM10 5h4v5h-4zm10 14H4v-9h4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2h4z"})));break;case"gridicons-next-page":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 8h-8V6h8v2zm4-4v8l-6 6H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 0H8v12h6v-4c0-1.105.895-2 2-2h4V4zM4 6c-1.105 0-2 .895-2 2v12c0 1.1.9 2 2 2h12c1.105 0 2-.895 2-2H4V6z"})));break;case"gridicons-not-visible":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M1 12s4.188-6 11-6c.947 0 1.84.12 2.678.322L8.36 12.64C8.133 12.14 8 11.586 8 11c0-.937.335-1.787.875-2.47C6.483 9.344 4.66 10.917 3.62 12c.68.707 1.696 1.62 2.98 2.398L5.15 15.85C2.498 14.13 1 12 1 12zm22 0s-4.188 6-11 6c-.946 0-1.836-.124-2.676-.323L5 22l-1.5-1.5 17-17L22 5l-3.147 3.147C21.5 9.87 23 12 23 12zm-2.615.006c-.678-.708-1.697-1.624-2.987-2.403L16 11c0 2.21-1.79 4-4 4l-.947.947c.31.03.624.053.947.053 3.978 0 6.943-2.478 8.385-3.994z"})));break;case"gridicons-notice-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 13h-2v2h2v-2zm-2-2h2l.5-6h-3l.5 6z"})));break;case"gridicons-notice":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"})));break;case"gridicons-offline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 3h8l-4 6h4L6 21l4-9H6l4-9"})));break;case"gridicons-pages":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"})));break;case"gridicons-pause":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})));break;case"gridicons-pencil":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 6l5 5-9.507 9.507c-.686-.686-.69-1.794-.012-2.485l-.002-.003c-.69.676-1.8.673-2.485-.013-.677-.677-.686-1.762-.036-2.455l-.008-.008c-.694.65-1.78.64-2.456-.036L13 6zm7.586-.414l-2.172-2.172c-.78-.78-2.047-.78-2.828 0L14 5l5 5 1.586-1.586c.78-.78.78-2.047 0-2.828zM3 18v3h3c0-1.657-1.343-3-3-3z"})));break;case"gridicons-phone":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"})));break;case"gridicons-pin":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 17c0-2.038-1.188-3.836-3-4.92V5h.5c.828 0 1.5-.672 1.5-1.5S17.328 2 16.5 2h-9C6.672 2 6 2.672 6 3.5S6.672 5 7.5 5H8v7.08C6.188 13.164 5 14.962 5 17h6v4c0 .55.45 1 1 1s1-.45 1-1v-4h6z"})));break;case"gridicons-plans":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm-1 12H6l5-10v10zm2 6V10h5l-5 10z"})));break;case"gridicons-play":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm-2 14.5v-9l6 4.5z"})));break;case"gridicons-plugins":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 8V3c0-.552-.448-1-1-1s-1 .448-1 1v5h-4V3c0-.552-.448-1-1-1s-1 .448-1 1v5H5v4c0 2.79 1.637 5.193 4 6.317V22h6v-3.683c2.363-1.124 4-3.527 4-6.317V8h-3z"})));break;case"gridicons-plus-small":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 11h-5V6h-2v5H6v2h5v5h2v-5h5"})));break;case"gridicons-plus":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 13h-8v8h-2v-8H3v-2h8V3h2v8h8v2z"})));break;case"gridicons-popout":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6 7V5c0-1.105.895-2 2-2h11c1.105 0 2 .895 2 2v14c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2v-2h2v2h11V5H8v2H6zm5.5-.5l-1.414 1.414L13.172 11H3v2h10.172l-3.086 3.086L11.5 17.5 17 12l-5.5-5.5z"})));break;case"gridicons-posts":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"})));break;case"gridicons-print":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 16h6v2H9v-2zm13 1h-3v3c0 1.105-.895 2-2 2H7c-1.105 0-2-.895-2-2v-3H2V9c0-1.105.895-2 2-2h1V5c0-1.105.895-2 2-2h10c1.105 0 2 .895 2 2v2h1c1.105 0 2 .895 2 2v8zM7 7h10V5H7v2zm10 7H7v6h10v-6zm3-3.5c0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5.672 1.5 1.5 1.5 1.5-.672 1.5-1.5z"})));break;case"gridicons-product-downloadable":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zm-6-10v5.17l2.59-2.58L17 14l-5 5-5-5 1.41-1.42L11 15.17V10h2z"})));break;case"gridicons-product-external":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zm-2-9v6h-2v-2.59l-3.29 3.29-1.41-1.41L13.59 13H11v-2h6z"})));break;case"gridicons-product-virtual":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zM7 16.45c0-1.005.815-1.82 1.82-1.82h.09c-.335-1.59.68-3.148 2.27-3.483s3.148.68 3.483 2.27c.02.097.036.195.046.293 1.252-.025 2.29.97 2.314 2.224.017.868-.462 1.67-1.235 2.066H7.87c-.54-.33-.87-.917-.87-1.55z"})));break;case"gridicons-product":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zM9 11h6c0 1.105-.895 2-2 2h-2c-1.105 0-2-.895-2-2z"})));break;case"gridicons-quote":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11.192 15.757c0-.88-.23-1.618-.69-2.217-.326-.412-.768-.683-1.327-.812-.55-.128-1.07-.137-1.54-.028-.16-.95.1-1.956.76-3.022.66-1.065 1.515-1.867 2.558-2.403L9.373 5c-.8.396-1.56.898-2.26 1.505-.71.607-1.34 1.305-1.9 2.094s-.98 1.68-1.25 2.69-.346 2.04-.217 3.1c.168 1.4.62 2.52 1.356 3.35.735.84 1.652 1.26 2.748 1.26.965 0 1.766-.29 2.4-.878.628-.576.94-1.365.94-2.368l.002.003zm9.124 0c0-.88-.23-1.618-.69-2.217-.326-.42-.77-.692-1.327-.817-.56-.124-1.074-.13-1.54-.022-.16-.94.09-1.95.75-3.02.66-1.06 1.514-1.86 2.557-2.4L18.49 5c-.8.396-1.555.898-2.26 1.505-.708.607-1.34 1.305-1.894 2.094-.556.79-.97 1.68-1.24 2.69-.273 1-.345 2.04-.217 3.1.165 1.4.615 2.52 1.35 3.35.732.833 1.646 1.25 2.742 1.25.967 0 1.768-.29 2.402-.876.627-.576.942-1.365.942-2.368v.01z"})));break;case"gridicons-read-more":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 12h6v-2H9zm-7 0h5v-2H2zm15 0h5v-2h-5zm3 2v2l-6 6H6a2 2 0 0 1-2-2v-6h2v6h6v-4a2 2 0 0 1 2-2h6zM4 8V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4h-2V4H6v4z"})));break;case"gridicons-reader-follow-conversation":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 14v-3h-2v3h-3v2h3v3h2v-3h3v-2"}),o.default.createElement("path",{d:"M13 16h-2l-5 5v-5H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v4h-4v3h-3v4z"})));break;case"gridicons-reader-follow":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"})));break;case"gridicons-reader-following-conversation":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16.8 14.5l3.2-3.2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h2v5l8.7-8.7 2.1 2.2z"}),o.default.createElement("path",{d:"M22.6 11.1l-6.1 6.1-2.1-2.2-1.4 1.4 3.5 3.6 7.5-7.6"})));break;case"gridicons-reader-following":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"})));break;case"gridicons-reader":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 4v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4H3zm7 11H5v-1h5v1zm2-2H5v-1h7v1zm0-2H5v-1h7v1zm7 4h-5v-5h5v5zm0-7H5V6h14v2z"})));break;case"gridicons-reblog":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22.086 9.914L20 7.828V18c0 1.105-.895 2-2 2h-7v-2h7V7.828l-2.086 2.086L14.5 8.5 19 4l4.5 4.5-1.414 1.414zM6 16.172V6h7V4H6c-1.105 0-2 .895-2 2v10.172l-2.086-2.086L.5 15.5 5 20l4.5-4.5-1.414-1.414L6 16.172z"})));break;case"gridicons-redo":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 6v3.586L14.343 5.93C13.17 4.756 11.636 4.17 10.1 4.17s-3.07.585-4.242 1.757c-2.343 2.342-2.343 6.14 0 8.484l5.364 5.364 1.414-1.414L7.272 13c-1.56-1.56-1.56-4.097 0-5.657.755-.755 1.76-1.172 2.828-1.172 1.068 0 2.073.417 2.828 1.173L16.586 11H13v2h7V6h-2z"})));break;case"gridicons-refresh":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17.91 14c-.478 2.833-2.943 5-5.91 5-3.308 0-6-2.692-6-6s2.692-6 6-6h2.172l-2.086 2.086L13.5 10.5 18 6l-4.5-4.5-1.414 1.414L14.172 5H12c-4.418 0-8 3.582-8 8s3.582 8 8 8c4.08 0 7.438-3.055 7.93-7h-2.02z"})));break;case"gridicons-refund":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13.91 2.91L11.83 5H14c4.418 0 8 3.582 8 8h-2c0-3.314-2.686-6-6-6h-2.17l2.09 2.09-1.42 1.41L8 6l1.41-1.41L12.5 1.5l1.41 1.41zM2 12v10h16V12H2zm2 6.56v-3.11c.6-.35 1.1-.85 1.45-1.45h9.1c.35.6.85 1.1 1.45 1.45v3.11c-.593.35-1.085.845-1.43 1.44H5.45c-.35-.597-.85-1.094-1.45-1.44zm6 .44c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2z"})));break;case"gridicons-reply":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 16h7.2l-2.6 2.6L15 20l5-5-5-5-1.4 1.4 2.6 2.6H9c-2.2 0-4-1.8-4-4s1.8-4 4-4h2V4H9c-3.3 0-6 2.7-6 6s2.7 6 6 6z"})));break;case"gridicons-resize":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 4v2h3.59L6 16.59V13H4v7h7v-2H7.41L18 7.41V11h2V4h-7"})));break;case"gridicons-rotate":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 14v6c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-6c0-1.105.895-2 2-2h10c1.105 0 2 .895 2 2zM13.914 2.914L11.828 5H14c4.418 0 8 3.582 8 8h-2c0-3.308-2.692-6-6-6h-2.172l2.086 2.086L12.5 10.5 8 6l1.414-1.414L12.5 1.5l1.414 1.414z"})));break;case"gridicons-scheduled":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.498 18l-3.705-3.704 1.415-1.415 2.294 2.295 5.293-5.293 1.415 1.415L10.498 18zM21 6v13c0 1.104-.896 2-2 2H5c-1.104 0-2-.896-2-2V6c0-1.104.896-2 2-2h1V2h2v2h8V2h2v2h1c1.104 0 2 .896 2 2zm-2 2H5v11h14V8z"})));break;case"gridicons-search":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"})));break;case"gridicons-share-computer":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6v2H7v2h10v-2h-3v-2h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 14H4V4h16zm-3.25-3a1.75 1.75 0 0 1-3.5 0L10 11.36a1.71 1.71 0 1 1 0-2.71L13.25 7a1.77 1.77 0 1 1 .68 1.37L10.71 10l3.22 1.61A1.74 1.74 0 0 1 16.75 13z"})));break;case"gridicons-share-ios":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 8h2c1.105 0 2 .895 2 2v9c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2v-9c0-1.105.895-2 2-2h2v2H5v9h14v-9h-2V8zM6.5 5.5l1.414 1.414L11 3.828V14h2V3.828l3.086 3.086L17.5 5.5 12 0 6.5 5.5z"})));break;case"gridicons-share":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 16c-.788 0-1.5.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118c-.053.223-.088.453-.088.692 0 1.657 1.343 3 3 3s3-1.343 3-3-1.343-3-3-3z"})));break;case"gridicons-shipping":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 8h-2V7c0-1.105-.895-2-2-2H4c-1.105 0-2 .895-2 2v10h2c0 1.657 1.343 3 3 3s3-1.343 3-3h4c0 1.657 1.343 3 3 3s3-1.343 3-3h2v-5l-4-4zM7 18.5c-.828 0-1.5-.672-1.5-1.5s.672-1.5 1.5-1.5 1.5.672 1.5 1.5-.672 1.5-1.5 1.5zM4 14V7h10v7H4zm13 4.5c-.828 0-1.5-.672-1.5-1.5s.672-1.5 1.5-1.5 1.5.672 1.5 1.5-.672 1.5-1.5 1.5z"})));break;case"gridicons-shutter":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18.9 4.8s-.7 5.6-3.5 10.2c1.7-.3 3.9-.9 6.6-2 0 0 .7-4.6-3.1-8.2zm-6 2.8c-1.1-1.3-2.7-3-5-4.7C5.1 4.2 3 6.6 2.3 9.6 7 7.7 11 7.5 12.9 7.6zm3.4 2.9c.6-1.6 1.2-3.9 1.6-6.7-4.1-3-8.6-1.5-8.6-1.5s4.4 3.4 7 8.2zm-5.2 6c1.1 1.3 2.7 3 5 4.7 0 0 4.3-1.6 5.6-6.7 0-.1-5.3 2.1-10.6 2zm-3.4-3.1c-.6 1.6-1.2 3.8-1.5 6.7 0 0 3.6 2.9 8.6 1.5 0 0-4.6-3.4-7.1-8.2zM2 11.1s-.7 4.5 3.1 8.2c0 0 .7-5.7 3.5-10.3-1.7.3-4 .9-6.6 2.1z"})));break;case"gridicons-sign-out":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 17v2c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V5c0-1.105.895-2 2-2h9c1.105 0 2 .895 2 2v2h-2V5H5v14h9v-2h2zm2.5-10.5l-1.414 1.414L20.172 11H10v2h10.172l-3.086 3.086L18.5 17.5 24 12l-5.5-5.5z"})));break;case"gridicons-site":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-5 14H6v-7h7zm5 0h-3v-7h3zm0-9H6V6h12z"})));break;case"gridicons-spam":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 2H7L2 7v10l5 5h10l5-5V7l-5-5zm-4 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"})));break;case"gridicons-speaker":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 8v6c1.7 0 3-1.3 3-3s-1.3-3-3-3zM11 7H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1v3c0 1.1.9 2 2 2h2v-5h2l4 4h2V3h-2l-4 4z"})));break;case"gridicons-special-character":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12.005 7.418c-1.237 0-2.19.376-2.86 1.128s-1.005 1.812-1.005 3.18c0 1.387.226 2.513.677 3.377.45.865 1.135 1.543 2.05 2.036V20H5v-2.666h3.12c-1.04-.636-1.842-1.502-2.405-2.6-.564-1.097-.846-2.322-.846-3.676 0-1.258.29-2.363.875-3.317.585-.952 1.417-1.685 2.497-2.198s2.334-.77 3.763-.77c2.18 0 3.915.572 5.204 1.713s1.932 2.673 1.932 4.594c0 1.353-.283 2.57-.852 3.65-.567 1.08-1.38 1.947-2.44 2.603H19V20h-5.908v-2.86c.95-.493 1.65-1.18 2.102-2.062s.677-2.006.677-3.374c0-1.36-.336-2.415-1.01-3.164-.672-.747-1.624-1.122-2.855-1.122z"})));break;case"gridicons-star-outline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"})));break;case"gridicons-star":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"})));break;case"gridicons-stats-alt":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 21H3v-2h18v2zM8 10H4v7h4v-7zm6-7h-4v14h4V3zm6 3h-4v11h4V6z"})));break;case"gridicons-stats-down-alt":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 21H3v-2h18v2zM8 3H4v14h4V3zm6 3h-4v11h4V6zm6 4h-4v7h4v-7z"})));break;case"gridicons-stats-down":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 16H5V5h14v14zM9 17H7V7h2v10zm4 0h-2v-7h2v7zm4 0h-2v-5h2v5z"})));break;case"gridicons-stats-up-alt":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 21H3v-2h18v2zM8 10H4v7h4v-7zm6-4h-4v11h4V6zm6-3h-4v14h4V3z"})));break;case"gridicons-stats-up":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 16H5V5h14v14zM9 17H7v-5h2v5zm4 0h-2v-7h2v7zm4 0h-2V7h2v10z"})));break;case"gridicons-stats":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5c-1.105 0-2 .895-2 2v14c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zm0 16H5V5h14v14zM9 17H7v-5h2v5zm4 0h-2V7h2v10zm4 0h-2v-7h2v7z"})));break;case"gridicons-status":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM7.55 13c-.02.166-.05.33-.05.5 0 2.485 2.015 4.5 4.5 4.5s4.5-2.015 4.5-4.5c0-.17-.032-.334-.05-.5h-8.9zM10 10V8c0-.552-.448-1-1-1s-1 .448-1 1v2c0 .552.448 1 1 1s1-.448 1-1zm6 0V8c0-.552-.448-1-1-1s-1 .448-1 1v2c0 .552.448 1 1 1s1-.448 1-1z"})));break;case"gridicons-strikethrough":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14.348 12H21v2h-4.613c.24.515.368 1.094.368 1.748 0 1.317-.474 2.355-1.423 3.114-.947.76-2.266 1.138-3.956 1.138-1.557 0-2.934-.293-4.132-.878v-2.874c.985.44 1.818.75 2.5.928.682.18 1.306.27 1.872.27.68 0 1.2-.13 1.562-.39.363-.26.545-.644.545-1.158 0-.285-.08-.54-.24-.763-.16-.222-.394-.437-.704-.643-.18-.12-.483-.287-.88-.49H3v-2H14.347zm-3.528-2c-.073-.077-.143-.155-.193-.235-.126-.202-.19-.44-.19-.713 0-.44.157-.795.47-1.068.313-.273.762-.41 1.348-.41.492 0 .993.064 1.502.19.51.127 1.153.35 1.93.67l1-2.405c-.753-.327-1.473-.58-2.16-.76-.69-.18-1.414-.27-2.173-.27-1.544 0-2.753.37-3.628 1.108-.874.738-1.312 1.753-1.312 3.044 0 .302.036.58.088.848h3.318z"})));break;case"gridicons-sync":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23.5 13.5l-3.086 3.086L19 18l-4.5-4.5 1.414-1.414L18 14.172V12c0-3.308-2.692-6-6-6V4c4.418 0 8 3.582 8 8v2.172l2.086-2.086L23.5 13.5zM6 12V9.828l2.086 2.086L9.5 10.5 5 6 3.586 7.414.5 10.5l1.414 1.414L4 9.828V12c0 4.418 3.582 8 8 8v-2c-3.308 0-6-2.692-6-6z"})));break;case"gridicons-tablet":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 2H6c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h12c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-5 19h-2v-1h2v1zm5-2H6V5h12v14z"})));break;case"gridicons-tag":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"})));break;case"gridicons-text-color":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 19h18v3H3v-3zM15.82 17h3.424L14 3h-4L4.756 17H8.18l1.067-3.5h5.506L15.82 17zm-1.952-6h-3.73l1.868-5.725L13.868 11z"})));break;case"gridicons-themes":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 6c-1.105 0-2 .895-2 2v12c0 1.1.9 2 2 2h12c1.105 0 2-.895 2-2H4V6zm16-4H8c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V4c0-1.105-.895-2-2-2zm-5 14H8V9h7v7zm5 0h-3V9h3v7zm0-9H8V4h12v3z"})));break;case"gridicons-thumbs-up":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6.7 22H2v-9h2l2.7 9zM20 9h-6V5c0-1.657-1.343-3-3-3h-1v4L7.1 9.625c-.712.89-1.1 1.996-1.1 3.135V14l2.1 7h8.337c1.836 0 3.435-1.25 3.88-3.03l1.622-6.485C22.254 10.223 21.3 9 20 9z"})));break;case"gridicons-time":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.8 13.4L13 11.667V7h-2v5.333l3.2 4.266 1.6-1.2z"})));break;case"gridicons-trash":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6.187 8h11.625l-.695 11.125C17.05 20.18 16.177 21 15.12 21H8.88c-1.057 0-1.93-.82-1.997-1.875L6.187 8zM19 5v2H5V5h3V4c0-1.105.895-2 2-2h4c1.105 0 2 .895 2 2v1h3zm-9 0h4V4h-4v1z"})));break;case"gridicons-trophy":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 5.062V3H6v2.062H2V8c0 2.525 1.89 4.598 4.324 4.932.7 2.058 2.485 3.61 4.676 3.978V18c0 1.105-.895 2-2 2H8v2h8v-2h-1c-1.105 0-2-.895-2-2v-1.09c2.19-.368 3.976-1.92 4.676-3.978C20.11 12.598 22 10.525 22 8V5.062h-4zM4 8v-.938h2v3.766C4.836 10.416 4 9.304 4 8zm16 0c0 1.304-.836 2.416-2 2.83V7.06h2V8z"})));break;case"gridicons-types":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 17c0 2.76-2.24 5-5 5s-5-2.24-5-5 2.24-5 5-5 5 2.24 5 5zM6.5 6.5h3.8L7 1 1 11h5.5V6.5zm9.5 4.085V8H8v8h2.585c.433-2.783 2.632-4.982 5.415-5.415z"})));break;case"gridicons-underline":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19v2h16v-2H4zM18 3v8c0 3.314-2.686 6-6 6s-6-2.686-6-6V3h3v8c0 1.654 1.346 3 3 3s3-1.346 3-3V3h3z"})));break;case"gridicons-undo":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18.142 5.93C16.97 4.756 15.435 4.17 13.9 4.17s-3.072.586-4.244 1.757L6 9.585V6H4v7h7v-2H7.414l3.657-3.657c.756-.755 1.76-1.172 2.83-1.172 1.067 0 2.072.417 2.827 1.173 1.56 1.56 1.56 4.097 0 5.657l-5.364 5.364 1.414 1.414 5.364-5.364c2.345-2.343 2.345-6.142.002-8.485z"})));break;case"gridicons-user-add":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("circle",{cx:"15",cy:"8",r:"4"}),o.default.createElement("path",{d:"M15 20s8 0 8-2c0-2.4-3.9-5-8-5s-8 2.6-8 5c0 2 8 2 8 2zM6 10V7H4v3H1v2h3v3h2v-3h3v-2z"})));break;case"gridicons-user-circle":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18.5c-4.694 0-8.5-3.806-8.5-8.5S7.306 3.5 12 3.5s8.5 3.806 8.5 8.5-3.806 8.5-8.5 8.5zm0-8c-3.038 0-5.5 1.728-5.5 3.5s2.462 3.5 5.5 3.5 5.5-1.728 5.5-3.5-2.462-3.5-5.5-3.5zm0-.5c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z"})));break;case"gridicons-user":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 16s8 0 8-2c0-2.4-3.9-5-8-5s-8 2.6-8 5c0 2 8 2 8 2z"})));break;case"gridicons-video-camera":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 9V7c0-1.105-.895-2-2-2H4c-1.105 0-2 .895-2 2v10c0 1.105.895 2 2 2h11c1.105 0 2-.895 2-2v-2l5 4V5l-5 4z"})));break;case"gridicons-video-remove":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19.42 4.59l1.167-1.167L22 4.837 20 6.84V18c0 1.105-.895 2-2 2v-2h-2v2H6.84l-2.007 2.006-1.414-1.414 1.17-1.172-.01-.01L8 16 18 6l1.41-1.42.01.01zM15.84 11H18V8.84L15.84 11zM16 8.01l.01-.01H16v.01zM6 15.17l-2 2V6c0-1.105.895-2 2-2v2h2V4h9.17l-9 9H6v2.17zM6 8v3h2V8H6zm12 8v-3h-2v3h2z"})));break;case"gridicons-video":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 4h8v1.997h2V4c1.105 0 2 .896 2 2v12c0 1.104-.895 2-2 2v-2.003h-2V20H8v-2.003H6V20c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2v1.997h2V4zm2 11l4.5-3L10 9v6zm8 .997v-3h-2v3h2zm0-5v-3h-2v3h2zm-10 5v-3H6v3h2zm0-5v-3H6v3h2z"})));break;case"gridicons-visible":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 6C5.188 6 1 12 1 12s4.188 6 11 6 11-6 11-6-4.188-6-11-6zm0 10c-3.943 0-6.926-2.484-8.38-4 1.04-1.085 2.863-2.657 5.255-3.47C8.335 9.214 8 10.064 8 11c0 2.21 1.79 4 4 4s4-1.79 4-4c0-.937-.335-1.787-.875-2.47 2.393.813 4.216 2.386 5.254 3.47-1.456 1.518-4.438 4-8.38 4z"})));break;case"gridicons-zoom-in":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M15.8 13.8c.7-1.1 1.2-2.4 1.2-3.8 0-3.9-3.1-7-7-7s-7 3.1-7 7 3.1 7 7 7c1.4 0 2.7-.4 3.8-1.2L19 21l2-2-5.2-5.2zM10 15c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"}),o.default.createElement("path",{d:"M11 7H9v2H7v2h2v2h2v-2h2V9h-2"})));break;case"gridicons-zoom-out":l=o.default.createElement("svg",n({className:m,height:t,width:t,onClick:a},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 10c0 3.9 3.1 7 7 7 1.4 0 2.7-.5 3.8-1.2L19 21l2-2-5.2-5.2c.8-1.1 1.2-2.4 1.2-3.8 0-3.9-3.1-7-7-7s-7 3.1-7 7zm2 0c0-2.8 2.2-5 5-5s5 2.2 5 5-2.2 5-5 5-5-2.2-5-5z"}),o.default.createElement("path",{d:"M7 9h6v2H7z"})))}return l}}]),t}(c.PureComponent);f.defaultProps={size:24},f.propTypes={icon:s.default.string.isRequired,size:s.default.number,onClick:s.default.func,className:s.default.string},t.default=f,e.exports=t.default},717:function(e){"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var a=function(){};a.prototype=t.prototype,e.prototype=new a,e.prototype.constructor=e}},746:function(e,t,a){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r=s(a(804)),c=s(a(156)),o=s(a(743));function s(e){return e&&e.__esModule?e:{default:e}}var i=void 0;function l(e,t){var a,o,s,m,u,d,h,p,v=[],f={};for(d=0;d<e.length;d++)if("string"!==(u=e[d]).type){if(!t.hasOwnProperty(u.value)||void 0===t[u.value])throw new Error("Invalid interpolation, missing component node: `"+u.value+"`");if("object"!==n(t[u.value]))throw new Error("Invalid interpolation, component node must be a ReactElement or null: `"+u.value+"`","\n> "+i);if("componentClose"===u.type)throw new Error("Missing opening component token: `"+u.value+"`");if("componentOpen"===u.type){a=t[u.value],s=d;break}v.push(t[u.value])}else v.push(u.value);return a&&(m=function(e,t){var a,n,r=t[e],c=0;for(n=e+1;n<t.length;n++)if((a=t[n]).value===r.value){if("componentOpen"===a.type){c++;continue}if("componentClose"===a.type){if(0===c)return n;c--}}throw new Error("Missing closing component token `"+r.value+"`")}(s,e),h=l(e.slice(s+1,m),t),o=r.default.cloneElement(a,{},h),v.push(o),m<e.length-1&&(p=l(e.slice(m+1),t),v=v.concat(p))),1===v.length?v[0]:(v.forEach((function(e,t){e&&(f["interpolation-child-"+t]=e)})),(0,c.default)(f))}t.Z=function(e){var t=e.mixedString,a=e.components,r=e.throwErrors;if(i=t,!a)return t;if("object"!==(void 0===a?"undefined":n(a))){if(r)throw new Error("Interpolation Error: unable to process `"+t+"` because components is not an object");return t}var c=(0,o.default)(t);try{return l(c,a)}catch(e){if(r)throw new Error("Interpolation Error: unable to process `"+t+"` because of error `"+e.message+"`");return t}}},743:function(e){"use strict";function t(e){return e.match(/^\{\{\//)?{type:"componentClose",value:e.replace(/\W/g,"")}:e.match(/\/\}\}$/)?{type:"componentSelfClosing",value:e.replace(/\W/g,"")}:e.match(/^\{\{/)?{type:"componentOpen",value:e.replace(/\W/g,"")}:{type:"string",value:e}}e.exports=function(e){return e.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function c(){}c.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,c,o){if(o!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:c,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},156:function(e,t,a){"use strict";var n=a(804),r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,c=a(139),o=a(759),s=a(620),i="function"==typeof Symbol&&Symbol.iterator;function l(e,t){return e&&"object"==typeof e&&null!=e.key?(a=e.key,n={"=":"=0",":":"=2"},"$"+(""+a).replace(/[=:]/g,(function(e){return n[e]}))):t.toString(36);var a,n}function m(e,t,a,n){var c,s=typeof e;if("undefined"!==s&&"boolean"!==s||(e=null),null===e||"string"===s||"number"===s||"object"===s&&e.$$typeof===r)return a(n,e,""===t?"."+l(e,0):t),1;var u=0,d=""===t?".":t+":";if(Array.isArray(e))for(var h=0;h<e.length;h++)u+=m(c=e[h],d+l(c,h),a,n);else{var p=function(e){var t=e&&(i&&e[i]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(p)for(var v,f=p.call(e),g=0;!(v=f.next()).done;)u+=m(c=v.value,d+l(c,g++),a,n);else if("object"===s){var w=""+e;o(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===w?"object with keys {"+Object.keys(e).join(", ")+"}":w,"")}}return u}var u=/\/+/g;function d(e){return(""+e).replace(u,"$&/")}var h,p,v=f,f=function(e){var t=this;if(t.instancePool.length){var a=t.instancePool.pop();return t.call(a,e),a}return new t(e)};function g(e,t,a,n){this.result=e,this.keyPrefix=t,this.func=a,this.context=n,this.count=0}function w(e,t,a){var r,o,s=e.result,i=e.keyPrefix,l=e.func,m=e.context,u=l.call(m,t,e.count++);Array.isArray(u)?y(u,s,a,c.thatReturnsArgument):null!=u&&(n.isValidElement(u)&&(r=u,o=i+(!u.key||t&&t.key===u.key?"":d(u.key)+"/")+a,u=n.cloneElement(r,{key:o},void 0!==r.props?r.props.children:void 0)),s.push(u))}function y(e,t,a,n,r){var c="";null!=a&&(c=d(a)+"/");var o=g.getPooled(t,c,n,r);!function(e,t,a){null==e||m(e,"",t,a)}(e,w,o),g.release(o)}g.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},h=function(e,t,a,n){var r=this;if(r.instancePool.length){var c=r.instancePool.pop();return r.call(c,e,t,a,n),c}return new r(e,t,a,n)},(p=g).instancePool=[],p.getPooled=h||v,p.poolSize||(p.poolSize=10),p.release=function(e){var t=this;o(e instanceof t,"Trying to release an instance into a pool of a different type."),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},e.exports=function(e){if("object"!=typeof e||!e||Array.isArray(e))return s(!1,"React.addons.createFragment only accepts a single object. Got: %s",e),e;if(n.isValidElement(e))return s(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),e;o(1!==e.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var t=[];for(var a in e)y(e[a],t,a,c.thatReturnsArgument);return t}},384:function(e){e.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},539:function(e,t,a){var n=Object.getOwnPropertyDescriptors||function(e){for(var t=Object.keys(e),a={},n=0;n<t.length;n++)a[t[n]]=Object.getOwnPropertyDescriptor(e,t[n]);return a},r=/%[sdj%]/g;t.format=function(e){if(!g(e)){for(var t=[],a=0;a<arguments.length;a++)t.push(s(arguments[a]));return t.join(" ")}a=1;for(var n=arguments,c=n.length,o=String(e).replace(r,(function(e){if("%%"===e)return"%";if(a>=c)return e;switch(e){case"%s":return String(n[a++]);case"%d":return Number(n[a++]);case"%j":try{return JSON.stringify(n[a++])}catch(e){return"[Circular]"}default:return e}})),i=n[a];a<c;i=n[++a])v(i)||!z(i)?o+=" "+i:o+=" "+s(i);return o},t.deprecate=function(e,a){if("undefined"!=typeof process&&!0===process.noDeprecation)return e;if("undefined"==typeof process)return function(){return t.deprecate(e,a).apply(this,arguments)};var n=!1;return function(){if(!n){if(process.throwDeprecation)throw new Error(a);process.traceDeprecation?console.trace(a):console.error(a),n=!0}return e.apply(this,arguments)}};var c,o={};function s(e,a){var n={seen:[],stylize:l};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),p(a)?n.showHidden=a:a&&t._extend(n,a),w(n.showHidden)&&(n.showHidden=!1),w(n.depth)&&(n.depth=2),w(n.colors)&&(n.colors=!1),w(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=i),m(n,e,n.depth)}function i(e,t){var a=s.styles[t];return a?"["+s.colors[a][0]+"m"+e+"["+s.colors[a][1]+"m":e}function l(e,t){return e}function m(e,a,n){if(e.customInspect&&a&&E(a.inspect)&&a.inspect!==t.inspect&&(!a.constructor||a.constructor.prototype!==a)){var r=a.inspect(n,e);return g(r)||(r=m(e,r,n)),r}var c=function(e,t){if(w(t))return e.stylize("undefined","undefined");if(g(t)){var a="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(a,"string")}return f(t)?e.stylize(""+t,"number"):p(t)?e.stylize(""+t,"boolean"):v(t)?e.stylize("null","null"):void 0}(e,a);if(c)return c;var o=Object.keys(a),s=function(e){var t={};return e.forEach((function(e,a){t[e]=!0})),t}(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(a)),_(a)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return u(a);if(0===o.length){if(E(a)){var i=a.name?": "+a.name:"";return e.stylize("[Function"+i+"]","special")}if(y(a))return e.stylize(RegExp.prototype.toString.call(a),"regexp");if(b(a))return e.stylize(Date.prototype.toString.call(a),"date");if(_(a))return u(a)}var l,z="",k=!1,H=["{","}"];return h(a)&&(k=!0,H=["[","]"]),E(a)&&(z=" [Function"+(a.name?": "+a.name:"")+"]"),y(a)&&(z=" "+RegExp.prototype.toString.call(a)),b(a)&&(z=" "+Date.prototype.toUTCString.call(a)),_(a)&&(z=" "+u(a)),0!==o.length||k&&0!=a.length?n<0?y(a)?e.stylize(RegExp.prototype.toString.call(a),"regexp"):e.stylize("[Object]","special"):(e.seen.push(a),l=k?function(e,t,a,n,r){for(var c=[],o=0,s=t.length;o<s;++o)C(t,String(o))?c.push(d(e,t,a,n,String(o),!0)):c.push("");return r.forEach((function(r){r.match(/^\d+$/)||c.push(d(e,t,a,n,r,!0))})),c}(e,a,n,s,o):o.map((function(t){return d(e,a,n,s,t,k)})),e.seen.pop(),function(e,t,a){return e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60?a[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+a[1]:a[0]+t+" "+e.join(", ")+" "+a[1]}(l,z,H)):H[0]+z+H[1]}function u(e){return"["+Error.prototype.toString.call(e)+"]"}function d(e,t,a,n,r,c){var o,s,i;if((i=Object.getOwnPropertyDescriptor(t,r)||{value:t[r]}).get?s=i.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):i.set&&(s=e.stylize("[Setter]","special")),C(n,r)||(o="["+r+"]"),s||(e.seen.indexOf(i.value)<0?(s=v(a)?m(e,i.value,null):m(e,i.value,a-1)).indexOf("\n")>-1&&(s=c?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),w(o)){if(c&&r.match(/^\d+$/))return s;(o=JSON.stringify(""+r)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=e.stylize(o,"string"))}return o+": "+s}function h(e){return Array.isArray(e)}function p(e){return"boolean"==typeof e}function v(e){return null===e}function f(e){return"number"==typeof e}function g(e){return"string"==typeof e}function w(e){return void 0===e}function y(e){return z(e)&&"[object RegExp]"===k(e)}function z(e){return"object"==typeof e&&null!==e}function b(e){return z(e)&&"[object Date]"===k(e)}function _(e){return z(e)&&("[object Error]"===k(e)||e instanceof Error)}function E(e){return"function"==typeof e}function k(e){return Object.prototype.toString.call(e)}function H(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(w(c)&&(c=process.env.NODE_DEBUG||""),e=e.toUpperCase(),!o[e])if(new RegExp("\\b"+e+"\\b","i").test(c)){var a=process.pid;o[e]=function(){var n=t.format.apply(t,arguments);console.error("%s %d: %s",e,a,n)}}else o[e]=function(){};return o[e]},t.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=h,t.isBoolean=p,t.isNull=v,t.isNullOrUndefined=function(e){return null==e},t.isNumber=f,t.isString=g,t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=w,t.isRegExp=y,t.isObject=z,t.isDate=b,t.isError=_,t.isFunction=E,t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=a(384);var M=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function V(){var e=new Date,t=[H(e.getHours()),H(e.getMinutes()),H(e.getSeconds())].join(":");return[e.getDate(),M[e.getMonth()],t].join(" ")}function C(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){console.log("%s - %s",V(),t.format.apply(t,arguments))},t.inherits=a(717),t._extend=function(e,t){if(!t||!z(t))return e;for(var a=Object.keys(t),n=a.length;n--;)e[a[n]]=t[a[n]];return e};var x="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function L(e,t){if(!e){var a=new Error("Promise was rejected with a falsy value");a.reason=e,e=a}return t(e)}t.promisify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');if(x&&e[x]){var t;if("function"!=typeof(t=e[x]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(t,x,{value:t,enumerable:!1,writable:!1,configurable:!0}),t}function t(){for(var t,a,n=new Promise((function(e,n){t=e,a=n})),r=[],c=0;c<arguments.length;c++)r.push(arguments[c]);r.push((function(e,n){e?a(e):t(n)}));try{e.apply(this,r)}catch(e){a(e)}return n}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),x&&Object.defineProperty(t,x,{value:t,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(t,n(e))},t.promisify.custom=x,t.callbackify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');function t(){for(var t=[],a=0;a<arguments.length;a++)t.push(arguments[a]);var n=t.pop();if("function"!=typeof n)throw new TypeError("The last argument must be of type Function");var r=this,c=function(){return n.apply(r,arguments)};e.apply(this,t).then((function(e){process.nextTick(c,null,e)}),(function(e){process.nextTick(L,e,c)}))}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),Object.defineProperties(t,n(e)),t}},804:function(e){"use strict";e.exports=window.React}},t={};function a(n){if(t[n])return t[n].exports;var r=t[n]={exports:{}};return e[n](r,r.exports,a),r.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){"use strict";var e={};a.r(e),a.d(e,{getDeposit:function(){return Vt},getDepositQueryError:function(){return Rt},getDeposits:function(){return St},getDepositsOverview:function(){return Ct},getDepositsOverviewError:function(){return xt}});var t={};a.r(t),a.d(t,{updateDeposit:function(){return Nt},updateDeposits:function(){return Tt},updateDepositsOverview:function(){return Dt},updateErrorForDepositQuery:function(){return Bt},updateErrorForDepositsOverview:function(){return Ot}});var n={};a.r(n),a.d(n,{getDeposit:function(){return Pt},getDeposits:function(){return Ft},getDepositsOverview:function(){return jt}});var r={};a.r(r),a.d(r,{getTransactions:function(){return Kt},getTransactionsError:function(){return Jt},getTransactionsSummary:function(){return ea},getTransactionsSummaryError:function(){return ta}});var c={};a.r(c),a.d(c,{updateErrorForTransactions:function(){return na},updateErrorForTransactionsSummary:function(){return ca},updateTransactions:function(){return aa},updateTransactionsSummary:function(){return ra}});var o={};a.r(o),a.d(o,{getTransactions:function(){return la},getTransactionsSummary:function(){return ma}});var s={};a.r(s),a.d(s,{getCharge:function(){return pa},getChargeError:function(){return va}});var i={};a.r(i),a.d(i,{updateCharge:function(){return fa},updateErrorForCharge:function(){return ga}});var l={};a.r(l),a.d(l,{getCharge:function(){return wa}});var m={};a.r(m),a.d(m,{getTimeline:function(){return _a},getTimelineError:function(){return Ea}});var u={};a.r(u),a.d(u,{updateErrorForTimeline:function(){return Ha},updateTimeline:function(){return ka}});var d={};a.r(d),a.d(d,{getTimeline:function(){return Ma}});var h={};a.r(h),a.d(h,{getDispute:function(){return Ra},getDisputes:function(){return Na}});var p={};a.r(p),a.d(p,{acceptDispute:function(){return Ba},updateDispute:function(){return Oa},updateDisputes:function(){return Ta}});var v={};a.r(v),a.d(v,{getDispute:function(){return Aa},getDisputes:function(){return Pa}});var f=window.wp.i18n,g=window.wp.hooks,w=(window.wp.mediaelement,window.wc.components),y=window.wp.element,z=window.lodash,b=a(184),_=a.n(b);function E(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function k(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{},n=Object.keys(a);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(a).filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable})))),n.forEach((function(t){E(e,t,a[t])}))}return e}function H(e,t){if(null==e)return{};var a,n,r=function(e,t){if(null==e)return{};var a,n,r={},c=Object.keys(e);for(n=0;n<c.length;n++)a=c[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)a=c[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var M=(0,y.forwardRef)((function(e,t){var a=e.href,n=e.target,r=e.isPrimary,c=e.isLarge,o=e.isSmall,s=e.isTertiary,i=e.isToggled,l=e.isBusy,m=e.isDefault,u=e.isLink,d=e.isDestructive,h=e.className,p=e.disabled,v=H(e,["href","target","isPrimary","isLarge","isSmall","isTertiary","isToggled","isBusy","isDefault","isLink","isDestructive","className","disabled"]),f=_()("components-button",h,{"is-button":m||r||c||o,"is-default":m||!r&&(c||o),"is-primary":r,"is-large":c,"is-small":o,"is-tertiary":s,"is-toggled":i,"is-busy":l,"is-link":u,"is-destructive":d}),g=void 0===a||p?"button":"a",w="a"===g?{href:a,target:n}:{type:"button",disabled:p};return(0,y.createElement)(g,k({},w,v,{className:f,ref:t}))}));function V(){return(V=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e}).apply(this,arguments)}function C(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function L(e,t,a){return t&&x(e.prototype,t),a&&x(e,a),e}function S(e){return(S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function R(e){return(R="function"==typeof Symbol&&"symbol"===S(Symbol.iterator)?function(e){return S(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":S(e)})(e)}function N(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function D(e,t){return!t||"object"!==R(t)&&"function"!=typeof t?N(e):t}function O(e){return(O=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function T(e,t){return(T=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function B(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&T(e,t)}function I(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=[],n=!0,r=!1,c=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done)&&(a.push(o.value),!t||a.length!==t);n=!0);}catch(e){r=!0,c=e}finally{try{n||null==s.return||s.return()}finally{if(r)throw c}}return a}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var A=window.wp.dom,P=window.wp.keycodes,j=window.wp.deprecated,F=a.n(j),q=window.wp.compose,Z=function(){return"rtl"===document.documentElement.dir};function U(e,t,a,n){var r=t.width;"left"===a&&Z()?a="right":"right"===a&&Z()&&(a="left");var c,o=Math.round(e.left+e.width/2),s={popoverLeft:o,contentWidth:(o-r/2>0?r/2:o)+(o+r/2>window.innerWidth?window.innerWidth-o:r/2)},i="middle"===n?e.left:o,l={popoverLeft:i,contentWidth:i-r>0?r:i},m="middle"===n?e.right:o,u={popoverLeft:m,contentWidth:m+r>window.innerWidth?window.innerWidth-m:r},d=null;if("center"===a&&s.contentWidth===r)c="center";else if("left"===a&&l.contentWidth===r)c="left";else if("right"===a&&u.contentWidth===r)c="right";else{var h="left"==(c=l.contentWidth>u.contentWidth?"left":"right")?l.contentWidth:u.contentWidth;d=h!==r?h:null}return{xAxis:c,popoverLeft:"center"===c?s.popoverLeft:"left"===c?l.popoverLeft:u.popoverLeft,contentWidth:d}}function W(e,t,a){var n,r=t.height,c=e.top+e.height/2,o={popoverTop:c,contentHeight:(c-r/2>0?r/2:c)+(c+r/2>window.innerHeight?window.innerHeight-c:r/2)},s={popoverTop:e.top,contentHeight:e.top-10-r>0?r:e.top-10},i={popoverTop:e.bottom,contentHeight:e.bottom+10+r>window.innerHeight?window.innerHeight-10-e.bottom:r},l=null;if("middle"===a&&o.contentHeight===r)n="middle";else if("top"===a&&s.contentHeight===r)n="top";else if("bottom"===a&&i.contentHeight===r)n="bottom";else{var m="top"==(n=s.contentHeight>i.contentHeight?"top":"bottom")?s.contentHeight:i.contentHeight;l=m!==r?m:null}return{yAxis:n,popoverTop:"middle"===n?o.popoverTop:"top"===n?s.popoverTop:i.popoverTop,contentHeight:l}}function Q(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var Y=(0,y.createContext)({focusHistory:[]}),G=Y.Provider,$=Y.Consumer;G.displayName="FocusReturnProvider",$.displayName="FocusReturnConsumer",y.Component;var K=(0,q.createHigherOrderComponent)((function e(t){if((n=t)instanceof y.Component||"function"==typeof n){var a=t;return e({})(a)}var n,r=t.onFocusReturn,c=void 0===r?z.stubTrue:r;return function(e){var t=function(t){function a(){var e;return C(this,a),(e=D(this,O(a).apply(this,arguments))).ownFocusedElements=new Set,e.activeElementOnMount=document.activeElement,e.setIsFocusedFalse=function(){return e.isFocused=!1},e.setIsFocusedTrue=function(t){e.ownFocusedElements.add(t.target),e.isFocused=!0},e}return B(a,t),L(a,[{key:"componentWillUnmount",value:function(){var e=this.activeElementOnMount,t=this.isFocused,a=this.ownFocusedElements;if(t&&!1!==c())for(var n,r=[].concat(Q(z.without.apply(void 0,[this.props.focus.focusHistory].concat(Q(a)))),[e]);n=r.pop();)if(document.body.contains(n))return void n.focus()}},{key:"render",value:function(){return(0,y.createElement)("div",{onFocus:this.setIsFocusedTrue,onBlur:this.setIsFocusedFalse},(0,y.createElement)(e,this.props.childProps))}}]),a}(y.Component);return function(e){return(0,y.createElement)($,null,(function(a){return(0,y.createElement)(t,{childProps:e,focus:a})}))}}}),"withFocusReturn"),J=(0,q.createHigherOrderComponent)((function(e){return function(t){function a(){var e;return C(this,a),(e=D(this,O(a).apply(this,arguments))).focusContainRef=(0,y.createRef)(),e.handleTabBehaviour=e.handleTabBehaviour.bind(N(e)),e}return B(a,t),L(a,[{key:"handleTabBehaviour",value:function(e){if(e.keyCode===P.TAB){var t=A.focus.tabbable.find(this.focusContainRef.current);if(t.length){var a=t[0],n=t[t.length-1];e.shiftKey&&e.target===a?(e.preventDefault(),n.focus()):(e.shiftKey||e.target!==n)&&t.includes(e.target)||(e.preventDefault(),a.focus())}}}},{key:"render",value:function(){return(0,y.createElement)("div",{onKeyDown:this.handleTabBehaviour,ref:this.focusContainRef,tabIndex:"-1"},(0,y.createElement)(e,this.props))}}]),a}(y.Component)}),"withConstrainedTabbing"),X=["button","submit"],ee=(0,q.createHigherOrderComponent)((function(e){return function(t){function a(){var e;return C(this,a),(e=D(this,O(a).apply(this,arguments))).bindNode=e.bindNode.bind(N(e)),e.cancelBlurCheck=e.cancelBlurCheck.bind(N(e)),e.queueBlurCheck=e.queueBlurCheck.bind(N(e)),e.normalizeButtonFocus=e.normalizeButtonFocus.bind(N(e)),e}return B(a,t),L(a,[{key:"componentWillUnmount",value:function(){this.cancelBlurCheck()}},{key:"bindNode",value:function(e){e?this.node=e:(delete this.node,this.cancelBlurCheck())}},{key:"queueBlurCheck",value:function(e){var t=this;e.persist(),this.preventBlurCheck||(this.blurCheckTimeout=setTimeout((function(){document.hasFocus()?"function"==typeof t.node.handleFocusOutside&&t.node.handleFocusOutside(e):e.preventDefault()}),0))}},{key:"cancelBlurCheck",value:function(){clearTimeout(this.blurCheckTimeout)}},{key:"normalizeButtonFocus",value:function(e){var t=e.type,a=e.target;(0,z.includes)(["mouseup","touchend"],t)?this.preventBlurCheck=!1:function(e){switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return(0,z.includes)(X,e.type)}return!1}(a)&&(this.preventBlurCheck=!0)}},{key:"render",value:function(){return(0,y.createElement)("div",{onFocus:this.cancelBlurCheck,onMouseDown:this.normalizeButtonFocus,onMouseUp:this.normalizeButtonFocus,onTouchStart:this.normalizeButtonFocus,onTouchEnd:this.normalizeButtonFocus,onBlur:this.queueBlurCheck},(0,y.createElement)(e,V({ref:this.bindNode},this.props)))}}]),a}(y.Component)}),"withFocusOutside")(function(e){function t(){return C(this,t),D(this,O(t).apply(this,arguments))}return B(t,e),L(t,[{key:"handleFocusOutside",value:function(e){this.props.onFocusOutside(e)}},{key:"render",value:function(){return this.props.children}}]),t}(y.Component)),te=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.htmlDocument,a=void 0===t?document:t,n=e.className,r=void 0===n?"lockscroll":n,c=0,o=0;function s(e){var t=a.scrollingElement||a.body;e&&(o=t.scrollTop);var n=e?"add":"remove";t.classList[n](r),a.documentElement.classList[n](r),e||(t.scrollTop=o)}function i(){0===c&&s(!0),++c}function l(){1===c&&s(!1),--c}return function(e){function t(){return C(this,t),D(this,O(t).apply(this,arguments))}return B(t,e),L(t,[{key:"componentDidMount",value:function(){i()}},{key:"componentWillUnmount",value:function(){l()}},{key:"render",value:function(){return null}}]),t}(y.Component)}();function ae(e){e.stopPropagation()}var ne=(0,y.forwardRef)((function(e,t){var a=e.children,n=H(e,["children"]);return(0,y.createElement)("div",V({},n,{ref:t,onMouseDown:ae}),a)})),re=(0,y.createContext)({registerSlot:function(){},unregisterSlot:function(){},registerFill:function(){},unregisterFill:function(){},getSlot:function(){},getFills:function(){},subscribe:function(){}}),ce=(re.Provider,re.Consumer),oe=(y.Component,0);function se(e){var t=e.name,a=e.children,n=e.registerFill,r=e.unregisterFill,c=function(e){var t=(0,y.useContext)(re),a=t.getSlot,n=t.subscribe,r=I((0,y.useState)(a(e)),2),c=r[0],o=r[1];return(0,y.useEffect)((function(){return o(a(e)),n((function(){o(a(e))}))}),[e]),c}(t),o=(0,y.useRef)({name:t,children:a});return o.current.occurrence||(o.current.occurrence=++oe),(0,y.useLayoutEffect)((function(){return n(t,o.current),function(){return r(t,o.current)}}),[]),(0,y.useLayoutEffect)((function(){o.current.children=a,c&&!c.props.bubblesVirtually&&c.forceUpdate()}),[a]),(0,y.useLayoutEffect)((function(){t!==o.current.name&&(r(o.current.name,o.current),o.current.name=t,n(t,o.current))}),[t]),c&&c.node&&c.props.bubblesVirtually?((0,z.isFunction)(a)&&(a=a(c.props.fillProps)),(0,y.createPortal)(a,c.node)):null}var ie=function(e){return(0,y.createElement)(ce,null,(function(t){var a=t.registerFill,n=t.unregisterFill;return(0,y.createElement)(se,V({},e,{registerFill:a,unregisterFill:n}))}))},le=function(e){function t(){var e;return C(this,t),(e=D(this,O(t).apply(this,arguments))).bindNode=e.bindNode.bind(N(e)),e}return B(t,e),L(t,[{key:"componentDidMount",value:function(){(0,this.props.registerSlot)(this.props.name,this)}},{key:"componentWillUnmount",value:function(){(0,this.props.unregisterSlot)(this.props.name,this)}},{key:"componentDidUpdate",value:function(e){var t=this.props,a=t.name,n=t.unregisterSlot,r=t.registerSlot;e.name!==a&&(n(e.name),r(a,this))}},{key:"bindNode",value:function(e){this.node=e}},{key:"render",value:function(){var e=this.props,t=e.children,a=e.name,n=e.bubblesVirtually,r=void 0!==n&&n,c=e.fillProps,o=void 0===c?{}:c,s=e.getFills,i=e.className;if(r)return(0,y.createElement)("div",{ref:this.bindNode,className:i});var l=(0,z.map)(s(a,this),(function(e){var t=e.occurrence,a=(0,z.isFunction)(e.children)?e.children(o):e.children;return y.Children.map(a,(function(e,a){if(!e||(0,z.isString)(e))return e;var n="".concat(t,"---").concat(e.key||a);return(0,y.cloneElement)(e,{key:n})}))})).filter((0,z.negate)(y.isEmptyElement));return(0,y.createElement)(y.Fragment,null,(0,z.isFunction)(t)?t(l):l)}}]),t}(y.Component),me=function(e){return(0,y.createElement)(ce,null,(function(t){var a=t.registerSlot,n=t.unregisterSlot,r=t.getFills;return(0,y.createElement)(le,V({},e,{registerSlot:a,unregisterSlot:n,getFills:r}))}))},ue=function(e){var t=e.type,a=e.options,n=void 0===a?{}:a,r=e.children;if("appear"===t){var c,o=n.origin,s=I((void 0===o?"top":o).split(" "),2),i=s[0],l=s[1],m=void 0===l?"center":l;return r({className:_()("components-animate__appear",(c={},E(c,"is-from-"+m,"center"!==m),E(c,"is-from-"+i,"middle"!==i),c))})}if("slide-in"===t){var u=n.origin,d=void 0===u?"left":u;return r({className:_()("components-animate__slide-in","is-from-"+d)})}return r("loading"===t?{className:_()("components-animate__loading")}:{})},de=J(K((function(e){return e.children}))),he="Popover";function pe(e,t){var a=window.getComputedStyle(t),n=a.paddingTop,r=a.paddingBottom,c=a.paddingLeft,o=a.paddingRight,s=n?parseInt(n,10):0,i=r?parseInt(r,10):0,l=c?parseInt(c,10):0,m=o?parseInt(o,10):0;return{x:e.left+l,y:e.top+s,width:e.width-l-m,height:e.height-s-i,left:e.left+l,right:e.right-m,top:e.top+s,bottom:e.bottom-i}}function ve(e,t,a){a?e.getAttribute(t)!==a&&e.setAttribute(t,a):e.hasAttribute(t)&&e.removeAttribute(t)}function fe(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";e.style[t]!==a&&(e.style[t]=a)}function ge(e,t,a){a?e.classList.contains(t)||e.classList.add(t):e.classList.contains(t)&&e.classList.remove(t)}var we=function(e){var t=e.headerTitle,a=e.onClose,n=e.onKeyDown,r=e.children,c=e.className,o=e.noArrow,s=void 0!==o&&o,i=e.position,l=void 0===i?"top":i,m=(e.range,e.focusOnMount),u=void 0===m?"firstElement":m,d=e.anchorRef,h=e.shouldAnchorIncludePadding,p=e.anchorVerticalBuffer,v=e.anchorHorizontalBuffer,f=e.anchorRect,g=e.getAnchorRect,w=e.expandOnMobile,z=e.animate,b=void 0===z||z,E=e.onClickOutside,M=e.onFocusOutside,C=H(e,["headerTitle","onClose","onKeyDown","children","className","noArrow","position","range","focusOnMount","anchorRef","shouldAnchorIncludePadding","anchorVerticalBuffer","anchorHorizontalBuffer","anchorRect","getAnchorRect","expandOnMobile","animate","onClickOutside","onFocusOutside"]),x=(0,y.useRef)(null),L=(0,y.useRef)(null),S=(0,y.useRef)(),R=(0,y.useRef)(),N=(0,q.useViewportMatch)("medium","<"),D=I((0,y.useState)(),2),O=D[0],T=D[1],B=w&&N;s=B||s,(0,y.useEffect)((function(){var e=S.current,t=L.current;if(B)return ge(e,"is-without-arrow",s),ve(e,"data-x-axis"),ve(e,"data-y-axis"),fe(e,"top"),fe(e,"left"),fe(t,"maxHeight"),void fe(t,"maxWidth");var a=function(){var a=function(e,t,a){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3],r=arguments.length>4?arguments[4]:void 0;if(t)return t;if(a){if(!e.current)return;return a(e.current)}if(!1!==n){if(!n)return;if(n instanceof window.Range)return(0,A.getRectangleFromRange)(n);var c=n.getBoundingClientRect();return r?c:pe(c,n)}if(e.current){var o=e.current.parentNode,s=o.getBoundingClientRect();return r?s:pe(s,o)}}(x,f,g,d,h);if(a){a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return{x:e.left-a,y:e.top-t,width:e.width+2*a,height:e.height+2*t,left:e.left-a,right:e.right+a,top:e.top-t,bottom:e.bottom+t}}(a,p,v),R.current||(R.current=t.getBoundingClientRect());var n=function(e,t){var a=I((arguments.length>2&&void 0!==arguments[2]?arguments[2]:"top").split(" "),2),n=a[0],r=a[1],c=void 0===r?"center":r,o=W(e,t,n);return k({},U(e,t,c,o.yAxis),o)}(a,R.current,l),r=n.popoverTop,c=n.popoverLeft,o=n.xAxis,i=n.yAxis,m=n.contentHeight,u=n.contentWidth;ge(e,"is-without-arrow",s||"center"===o&&"middle"===i),ve(e,"data-x-axis",o),ve(e,"data-y-axis",i),fe(e,"top","number"==typeof r?r+"px":""),fe(e,"left","number"==typeof c?c+"px":""),fe(t,"maxHeight","number"==typeof m?m+"px":""),fe(t,"maxWidth","number"==typeof u?u+"px":""),T(({left:"right",right:"left"}[o]||"center")+" "+({top:"bottom",bottom:"top"}[i]||"middle"))}},n=window.setTimeout(a),r=window.setInterval(a,500);return window.addEventListener("resize",a),window.addEventListener("scroll",a,!0),function(){window.clearTimeout(n),window.clearInterval(r),window.removeEventListener("resize",a),window.removeEventListener("scroll",a,!0)}}),[B,f,g,d,h,p,v,l]),function(e,t){(0,y.useEffect)((function(){var a=setTimeout((function(){if(e&&t.current)if("firstElement"!==e)"container"===e&&t.current.focus();else{var a=A.focus.tabbable.find(t.current)[0];a?a.focus():t.current.focus()}}),0);return function(){return clearTimeout(a)}}),[])}(u,L);var j=function(e){e.keyCode===P.ESCAPE&&a&&(e.stopPropagation(),a()),n&&n(e)},Z=(0,y.createElement)(ee,{onFocusOutside:function(e){if(M)M(e);else if(E){var t;try{t=new window.MouseEvent("click")}catch(e){(t=document.createEvent("MouseEvent")).initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)}Object.defineProperty(t,"target",{get:function(){return e.relatedTarget}}),F()("Popover onClickOutside prop",{alternative:"onFocusOutside"}),E(t)}else a&&a()}},(0,y.createElement)(ue,{type:b&&O?"appear":null,options:{origin:O}},(function(e){var n=e.className;return(0,y.createElement)(ne,V({className:_()("components-popover",c,n,{"is-expanded":B,"is-without-arrow":s})},C,{onKeyDown:j,ref:S}),B&&(0,y.createElement)("div",{className:"components-popover__header"},(0,y.createElement)("span",{className:"components-popover__header-title"},t),(0,y.createElement)(Me,{className:"components-popover__close",icon:"no-alt",onClick:a})),(0,y.createElement)("div",{ref:L,className:"components-popover__content",tabIndex:"-1"},r))})));return u&&(Z=(0,y.createElement)(de,null,Z)),(0,y.createElement)(ce,null,(function(e){var t=e.getSlot;return t&&t(he)&&(Z=(0,y.createElement)(ie,{name:he},Z)),(0,y.createElement)("span",{ref:x},Z,N&&w&&(0,y.createElement)(te,null))}))};we.Slot=function(){return(0,y.createElement)(me,{bubblesVirtually:!0,name:he})};var ye=we,ze=function(e){var t,a,n=e.shortcut,r=e.className;return n?((0,z.isString)(n)&&(t=n),(0,z.isObject)(n)&&(t=n.display,a=n.ariaLabel),(0,y.createElement)("span",{className:r,"aria-label":a},t)):null},be=function(e){function t(){var e;return C(this,t),(e=D(this,O(t).apply(this,arguments))).delayedSetIsOver=(0,z.debounce)((function(t){return e.setState({isOver:t})}),700),e.cancelIsMouseDown=e.createSetIsMouseDown(!1),e.isInMouseDown=!1,e.state={isOver:!1},e}return B(t,e),L(t,[{key:"componentWillUnmount",value:function(){this.delayedSetIsOver.cancel(),document.removeEventListener("mouseup",this.cancelIsMouseDown)}},{key:"emitToChild",value:function(e,t){var a=this.props.children;if(1===y.Children.count(a)){var n=y.Children.only(a);"function"==typeof n.props[e]&&n.props[e](t)}}},{key:"createToggleIsOver",value:function(e,t){var a=this;return function(n){if(a.emitToChild(e,n),!(n.currentTarget.disabled||"focus"===n.type&&a.isInMouseDown)){a.delayedSetIsOver.cancel();var r=(0,z.includes)(["focus","mouseenter"],n.type);r!==a.state.isOver&&(t?a.delayedSetIsOver(r):a.setState({isOver:r}))}}}},{key:"createSetIsMouseDown",value:function(e){var t=this;return function(a){t.emitToChild(e?"onMouseDown":"onMouseUp",a),document[e?"addEventListener":"removeEventListener"]("mouseup",t.cancelIsMouseDown),t.isInMouseDown=e}}},{key:"render",value:function(){var e=this.props,t=e.children,a=e.position,n=e.text,r=e.shortcut;if(1!==y.Children.count(t))return t;var c=y.Children.only(t),o=this.state.isOver;return(0,y.cloneElement)(c,{onMouseEnter:this.createToggleIsOver("onMouseEnter",!0),onMouseLeave:this.createToggleIsOver("onMouseLeave"),onClick:this.createToggleIsOver("onClick"),onFocus:this.createToggleIsOver("onFocus"),onBlur:this.createToggleIsOver("onBlur"),onMouseDown:this.createSetIsMouseDown(!0),children:(0,y.concatChildren)(c.props.children,o&&(0,y.createElement)(ye,{focusOnMount:!1,position:a,className:"components-tooltip","aria-hidden":"true",animate:!1},n,(0,y.createElement)(ze,{className:"components-tooltip__shortcut",shortcut:r})))})}}]),t}(y.Component),_e=function(e){return(0,y.createElement)("path",e)},Ee=function(e){var t=k({},e,{role:"img","aria-hidden":"true",focusable:"false"});return(0,y.createElement)("svg",(0,z.omit)(t,"__unstableActive"))},ke=function(e){function t(){return C(this,t),D(this,O(t).apply(this,arguments))}return B(t,e),L(t,[{key:"render",value:function(){var e,t=this.props,a=t.icon,n=t.size,r=void 0===n?20:n,c=t.className,o=H(t,["icon","size","className"]);switch(a){case"admin-appearance":e="M14.48 11.06L7.41 3.99l1.5-1.5c.5-.56 2.3-.47 3.51.32 1.21.8 1.43 1.28 2.91 2.1 1.18.64 2.45 1.26 4.45.85zm-.71.71L6.7 4.7 4.93 6.47c-.39.39-.39 1.02 0 1.41l1.06 1.06c.39.39.39 1.03 0 1.42-.6.6-1.43 1.11-2.21 1.69-.35.26-.7.53-1.01.84C1.43 14.23.4 16.08 1.4 17.07c.99 1 2.84-.03 4.18-1.36.31-.31.58-.66.85-1.02.57-.78 1.08-1.61 1.69-2.21.39-.39 1.02-.39 1.41 0l1.06 1.06c.39.39 1.02.39 1.41 0z";break;case"admin-collapse":e="M10 2.16c4.33 0 7.84 3.51 7.84 7.84s-3.51 7.84-7.84 7.84S2.16 14.33 2.16 10 5.71 2.16 10 2.16zm2 11.72V6.12L6.18 9.97z";break;case"admin-comments":e="M5 2h9c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z";break;case"admin-customizer":e="M18.33 3.57s.27-.8-.31-1.36c-.53-.52-1.22-.24-1.22-.24-.61.3-5.76 3.47-7.67 5.57-.86.96-2.06 3.79-1.09 4.82.92.98 3.96-.17 4.79-1 2.06-2.06 5.21-7.17 5.5-7.79zM1.4 17.65c2.37-1.56 1.46-3.41 3.23-4.64.93-.65 2.22-.62 3.08.29.63.67.8 2.57-.16 3.46-1.57 1.45-4 1.55-6.15.89z";break;case"admin-generic":e="M18 12h-2.18c-.17.7-.44 1.35-.81 1.93l1.54 1.54-2.1 2.1-1.54-1.54c-.58.36-1.23.63-1.91.79V19H8v-2.18c-.68-.16-1.33-.43-1.91-.79l-1.54 1.54-2.12-2.12 1.54-1.54c-.36-.58-.63-1.23-.79-1.91H1V9.03h2.17c.16-.7.44-1.35.8-1.94L2.43 5.55l2.1-2.1 1.54 1.54c.58-.37 1.24-.64 1.93-.81V2h3v2.18c.68.16 1.33.43 1.91.79l1.54-1.54 2.12 2.12-1.54 1.54c.36.59.64 1.24.8 1.94H18V12zm-8.5 1.5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z";break;case"admin-home":e="M16 8.5l1.53 1.53-1.06 1.06L10 4.62l-6.47 6.47-1.06-1.06L10 2.5l4 4v-2h2v4zm-6-2.46l6 5.99V18H4v-5.97zM12 17v-5H8v5h4z";break;case"admin-links":e="M17.74 2.76c1.68 1.69 1.68 4.41 0 6.1l-1.53 1.52c-1.12 1.12-2.7 1.47-4.14 1.09l2.62-2.61.76-.77.76-.76c.84-.84.84-2.2 0-3.04-.84-.85-2.2-.85-3.04 0l-.77.76-3.38 3.38c-.37-1.44-.02-3.02 1.1-4.14l1.52-1.53c1.69-1.68 4.42-1.68 6.1 0zM8.59 13.43l5.34-5.34c.42-.42.42-1.1 0-1.52-.44-.43-1.13-.39-1.53 0l-5.33 5.34c-.42.42-.42 1.1 0 1.52.44.43 1.13.39 1.52 0zm-.76 2.29l4.14-4.15c.38 1.44.03 3.02-1.09 4.14l-1.52 1.53c-1.69 1.68-4.41 1.68-6.1 0-1.68-1.68-1.68-4.42 0-6.1l1.53-1.52c1.12-1.12 2.7-1.47 4.14-1.1l-4.14 4.15c-.85.84-.85 2.2 0 3.05.84.84 2.2.84 3.04 0z";break;case"admin-media":e="M13 11V4c0-.55-.45-1-1-1h-1.67L9 1H5L3.67 3H2c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h10c.55 0 1-.45 1-1zM7 4.5c1.38 0 2.5 1.12 2.5 2.5S8.38 9.5 7 9.5 4.5 8.38 4.5 7 5.62 4.5 7 4.5zM14 6h5v10.5c0 1.38-1.12 2.5-2.5 2.5S14 17.88 14 16.5s1.12-2.5 2.5-2.5c.17 0 .34.02.5.05V9h-3V6zm-4 8.05V13h2v3.5c0 1.38-1.12 2.5-2.5 2.5S7 17.88 7 16.5 8.12 14 9.5 14c.17 0 .34.02.5.05z";break;case"admin-multisite":e="M14.27 6.87L10 3.14 5.73 6.87 5 6.14l5-4.38 5 4.38zM14 8.42l-4.05 3.43L6 8.38v-.74l4-3.5 4 3.5v.78zM11 9.7V8H9v1.7h2zm-1.73 4.03L5 10 .73 13.73 0 13l5-4.38L10 13zm10 0L15 10l-4.27 3.73L10 13l5-4.38L20 13zM5 11l4 3.5V18H1v-3.5zm10 0l4 3.5V18h-8v-3.5zm-9 6v-2H4v2h2zm10 0v-2h-2v2h2z";break;case"admin-network":e="M16.95 2.58c1.96 1.95 1.96 5.12 0 7.07-1.51 1.51-3.75 1.84-5.59 1.01l-1.87 3.31-2.99.31L5 18H2l-1-2 7.95-7.69c-.92-1.87-.62-4.18.93-5.73 1.95-1.96 5.12-1.96 7.07 0zm-2.51 3.79c.74 0 1.33-.6 1.33-1.34 0-.73-.59-1.33-1.33-1.33-.73 0-1.33.6-1.33 1.33 0 .74.6 1.34 1.33 1.34z";break;case"admin-page":e="M6 15V2h10v13H6zm-1 1h8v2H3V5h2v11z";break;case"admin-plugins":e="M13.11 4.36L9.87 7.6 8 5.73l3.24-3.24c.35-.34 1.05-.2 1.56.32.52.51.66 1.21.31 1.55zm-8 1.77l.91-1.12 9.01 9.01-1.19.84c-.71.71-2.63 1.16-3.82 1.16H6.14L4.9 17.26c-.59.59-1.54.59-2.12 0-.59-.58-.59-1.53 0-2.12l1.24-1.24v-3.88c0-1.13.4-3.19 1.09-3.89zm7.26 3.97l3.24-3.24c.34-.35 1.04-.21 1.55.31.52.51.66 1.21.31 1.55l-3.24 3.25z";break;case"admin-post":e="M10.44 3.02l1.82-1.82 6.36 6.35-1.83 1.82c-1.05-.68-2.48-.57-3.41.36l-.75.75c-.92.93-1.04 2.35-.35 3.41l-1.83 1.82-2.41-2.41-2.8 2.79c-.42.42-3.38 2.71-3.8 2.29s1.86-3.39 2.28-3.81l2.79-2.79L4.1 9.36l1.83-1.82c1.05.69 2.48.57 3.4-.36l.75-.75c.93-.92 1.05-2.35.36-3.41z";break;case"admin-settings":e="M18 16V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h13c.55 0 1-.45 1-1zM8 11h1c.55 0 1 .45 1 1s-.45 1-1 1H8v1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V13H6c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V11zm5-2h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V7h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V9z";break;case"admin-site-alt":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm7.5 6.48c-.274.896-.908 1.64-1.75 2.05-.45-1.69-1.658-3.074-3.27-3.75.13-.444.41-.83.79-1.09-.43-.28-1-.42-1.34.07-.53.69 0 1.61.21 2v.14c-.555-.337-.99-.84-1.24-1.44-.966-.03-1.922.208-2.76.69-.087-.565-.032-1.142.16-1.68.733.07 1.453-.23 1.92-.8.46-.52-.13-1.18-.59-1.58h.36c1.36-.01 2.702.335 3.89 1 1.36 1.005 2.194 2.57 2.27 4.26.24 0 .7-.55.91-.92.172.34.32.69.44 1.05zM9 16.84c-2.05-2.08.25-3.75-1-5.24-.92-.85-2.29-.26-3.11-1.23-.282-1.473.267-2.982 1.43-3.93.52-.44 4-1 5.42.22.83.715 1.415 1.674 1.67 2.74.46.035.918-.066 1.32-.29.41 2.98-3.15 6.74-5.73 7.73zM5.15 2.09c.786-.3 1.676-.028 2.16.66-.42.38-.94.63-1.5.72.02-.294.085-.584.19-.86l-.85-.52z";break;case"admin-site-alt2":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm2.92 12.34c0 .35.14.63.36.66.22.03.47-.22.58-.6l.2.08c.718.384 1.07 1.22.84 2-.15.69-.743 1.198-1.45 1.24-.49-1.21-2.11.06-3.56-.22-.612-.154-1.11-.6-1.33-1.19 1.19-.11 2.85-1.73 4.36-1.97zM8 11.27c.918 0 1.695-.68 1.82-1.59.44.54.41 1.324-.07 1.83-.255.223-.594.325-.93.28-.335-.047-.635-.236-.82-.52zm3-.76c.41.39 3-.06 3.52 1.09-.95-.2-2.95.61-3.47-1.08l-.05-.01zM9.73 5.45v.27c-.65-.77-1.33-1.07-1.61-.57-.28.5 1 1.11.76 1.88-.24.77-1.27.56-1.88 1.61-.61 1.05-.49 2.42 1.24 3.67-1.192-.132-2.19-.962-2.54-2.11-.4-1.2-.09-2.26-.78-2.46C4 7.46 3 8.71 3 9.8c-1.26-1.26.05-2.86-1.2-4.18C3.5 1.998 7.644.223 11.44 1.49c-1.1 1.02-1.722 2.458-1.71 3.96z";break;case"admin-site-alt3":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zM1.11 9.68h2.51c.04.91.167 1.814.38 2.7H1.84c-.403-.85-.65-1.764-.73-2.7zm8.57-5.4V1.19c.964.366 1.756 1.08 2.22 2 .205.347.386.708.54 1.08l-2.76.01zm3.22 1.35c.232.883.37 1.788.41 2.7H9.68v-2.7h3.22zM8.32 1.19v3.09H5.56c.154-.372.335-.733.54-1.08.462-.924 1.255-1.64 2.22-2.01zm0 4.44v2.7H4.7c.04-.912.178-1.817.41-2.7h3.21zm-4.7 2.69H1.11c.08-.936.327-1.85.73-2.7H4c-.213.886-.34 1.79-.38 2.7zM4.7 9.68h3.62v2.7H5.11c-.232-.883-.37-1.788-.41-2.7zm3.63 4v3.09c-.964-.366-1.756-1.08-2.22-2-.205-.347-.386-.708-.54-1.08l2.76-.01zm1.35 3.09v-3.04h2.76c-.154.372-.335.733-.54 1.08-.464.92-1.256 1.634-2.22 2v-.04zm0-4.44v-2.7h3.62c-.04.912-.178 1.817-.41 2.7H9.68zm4.71-2.7h2.51c-.08.936-.327 1.85-.73 2.7H14c.21-.87.337-1.757.38-2.65l.01-.05zm0-1.35c-.046-.894-.176-1.78-.39-2.65h2.16c.403.85.65 1.764.73 2.7l-2.5-.05zm1-4H13.6c-.324-.91-.793-1.76-1.39-2.52 1.244.56 2.325 1.426 3.14 2.52h.04zm-9.6-2.52c-.597.76-1.066 1.61-1.39 2.52H2.65c.815-1.094 1.896-1.96 3.14-2.52zm-3.15 12H4.4c.324.91.793 1.76 1.39 2.52-1.248-.567-2.33-1.445-3.14-2.55l-.01.03zm9.56 2.52c.597-.76 1.066-1.61 1.39-2.52h1.76c-.82 1.08-1.9 1.933-3.14 2.48l-.01.04z";break;case"admin-site":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm3.46 11.95c0 1.47-.8 3.3-4.06 4.7.3-4.17-2.52-3.69-3.2-5 .126-1.1.804-2.063 1.8-2.55-1.552-.266-3-.96-4.18-2 .05.47.28.904.64 1.21-.782-.295-1.458-.817-1.94-1.5.977-3.225 3.883-5.482 7.25-5.63-.84 1.38-1.5 4.13 0 5.57C7.23 7 6.26 5 5.41 5.79c-1.13 1.06.33 2.51 3.42 3.08 3.29.59 3.66 1.58 3.63 3.08zm1.34-4c-.32-1.11.62-2.23 1.69-3.14 1.356 1.955 1.67 4.45.84 6.68-.77-1.89-2.17-2.32-2.53-3.57v.03z";break;case"admin-tools":e="M16.68 9.77c-1.34 1.34-3.3 1.67-4.95.99l-5.41 6.52c-.99.99-2.59.99-3.58 0s-.99-2.59 0-3.57l6.52-5.42c-.68-1.65-.35-3.61.99-4.95 1.28-1.28 3.12-1.62 4.72-1.06l-2.89 2.89 2.82 2.82 2.86-2.87c.53 1.58.18 3.39-1.08 4.65zM3.81 16.21c.4.39 1.04.39 1.43 0 .4-.4.4-1.04 0-1.43-.39-.4-1.03-.4-1.43 0-.39.39-.39 1.03 0 1.43z";break;case"admin-users":e="M10 9.25c-2.27 0-2.73-3.44-2.73-3.44C7 4.02 7.82 2 9.97 2c2.16 0 2.98 2.02 2.71 3.81 0 0-.41 3.44-2.68 3.44zm0 2.57L12.72 10c2.39 0 4.52 2.33 4.52 4.53v2.49s-3.65 1.13-7.24 1.13c-3.65 0-7.24-1.13-7.24-1.13v-2.49c0-2.25 1.94-4.48 4.47-4.48z";break;case"album":e="M0 18h10v-.26c1.52.4 3.17.35 4.76-.24 4.14-1.52 6.27-6.12 4.75-10.26-1.43-3.89-5.58-6-9.51-4.98V2H0v16zM9 3v14H1V3h8zm5.45 8.22c-.68 1.35-2.32 1.9-3.67 1.23-.31-.15-.57-.35-.78-.59V8.13c.8-.86 2.11-1.13 3.22-.58 1.35.68 1.9 2.32 1.23 3.67zm-2.75-.82c.22.16.53.12.7-.1.16-.22.12-.53-.1-.7s-.53-.12-.7.1c-.16.21-.12.53.1.7zm3.01 3.67c-1.17.78-2.56.99-3.83.69-.27-.06-.44-.34-.37-.61s.34-.43.62-.36l.17.04c.96.17 1.98-.01 2.86-.59.47-.32.86-.72 1.14-1.18.15-.23.45-.3.69-.16.23.15.3.46.16.69-.36.57-.84 1.08-1.44 1.48zm1.05 1.57c-1.48.99-3.21 1.32-4.84 1.06-.28-.05-.47-.32-.41-.6.05-.27.32-.45.61-.39l.22.04c1.31.15 2.68-.14 3.87-.94.71-.47 1.27-1.07 1.7-1.74.14-.24.45-.31.68-.16.24.14.31.45.16.69-.49.79-1.16 1.49-1.99 2.04z";break;case"align-center":e="M3 5h14V3H3v2zm12 8V7H5v6h10zM3 17h14v-2H3v2z";break;case"align-full-width":e="M17 13V3H3v10h14zM5 17h10v-2H5v2z";break;case"align-left":e="M3 5h14V3H3v2zm9 8V7H3v6h9zm2-4h3V7h-3v2zm0 4h3v-2h-3v2zM3 17h14v-2H3v2z";break;case"align-none":e="M3 5h14V3H3v2zm10 8V7H3v6h10zM3 17h14v-2H3v2z";break;case"align-pull-left":e="M9 16V4H3v12h6zm2-7h6V7h-6v2zm0 4h6v-2h-6v2z";break;case"align-pull-right":e="M17 16V4h-6v12h6zM9 7H3v2h6V7zm0 4H3v2h6v-2z";break;case"align-right":e="M3 5h14V3H3v2zm0 4h3V7H3v2zm14 4V7H8v6h9zM3 13h3v-2H3v2zm0 4h14v-2H3v2z";break;case"align-wide":e="M5 5h10V3H5v2zm12 8V7H3v6h14zM5 17h10v-2H5v2z";break;case"analytics":e="M18 18V2H2v16h16zM16 5H4V4h12v1zM7 7v3h3c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3zm1 2V7c1.1 0 2 .9 2 2H8zm8-1h-4V7h4v1zm0 3h-4V9h4v2zm0 2h-4v-1h4v1zm0 3H4v-1h12v1z";break;case"archive":e="M19 4v2H1V4h18zM2 7h16v10H2V7zm11 3V9H7v1h6z";break;case"arrow-down-alt":e="M9 2h2v12l4-4 2 1-7 7-7-7 2-1 4 4V2z";break;case"arrow-down-alt2":e="M5 6l5 5 5-5 2 1-7 7-7-7z";break;case"arrow-down":e="M15 8l-4.03 6L7 8h8z";break;case"arrow-left-alt":e="M18 9v2H6l4 4-1 2-7-7 7-7 1 2-4 4h12z";break;case"arrow-left-alt2":e="M14 5l-5 5 5 5-1 2-7-7 7-7z";break;case"arrow-left":e="M13 14L7 9.97 13 6v8z";break;case"arrow-right-alt":e="M2 11V9h12l-4-4 1-2 7 7-7 7-1-2 4-4H2z";break;case"arrow-right-alt2":e="M6 15l5-5-5-5 1-2 7 7-7 7z";break;case"arrow-right":e="M8 6l6 4.03L8 14V6z";break;case"arrow-up-alt":e="M11 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z";break;case"arrow-up-alt2":e="M15 14l-5-5-5 5-2-1 7-7 7 7z";break;case"arrow-up":e="M7 13l4.03-6L15 13H7z";break;case"art":e="M8.55 3.06c1.01.34-1.95 2.01-.1 3.13 1.04.63 3.31-2.22 4.45-2.86.97-.54 2.67-.65 3.53 1.23 1.09 2.38.14 8.57-3.79 11.06-3.97 2.5-8.97 1.23-10.7-2.66-2.01-4.53 3.12-11.09 6.61-9.9zm1.21 6.45c.73 1.64 4.7-.5 3.79-2.8-.59-1.49-4.48 1.25-3.79 2.8z";break;case"awards":e="M4.46 5.16L5 7.46l-.54 2.29 2.01 1.24L7.7 13l2.3-.54 2.3.54 1.23-2.01 2.01-1.24L15 7.46l.54-2.3-2-1.24-1.24-2.01-2.3.55-2.29-.54-1.25 2zm5.55 6.34C7.79 11.5 6 9.71 6 7.49c0-2.2 1.79-3.99 4.01-3.99 2.2 0 3.99 1.79 3.99 3.99 0 2.22-1.79 4.01-3.99 4.01zm-.02-1C8.33 10.5 7 9.16 7 7.5c0-1.65 1.33-3 2.99-3S13 5.85 13 7.5c0 1.66-1.35 3-3.01 3zm3.84 1.1l-1.28 2.24-2.08-.47L13 19.2l1.4-2.2h2.5zm-7.7.07l1.25 2.25 2.13-.51L7 19.2 5.6 17H3.1z";break;case"backup":e="M13.65 2.88c3.93 2.01 5.48 6.84 3.47 10.77s-6.83 5.48-10.77 3.47c-1.87-.96-3.2-2.56-3.86-4.4l1.64-1.03c.45 1.57 1.52 2.95 3.08 3.76 3.01 1.54 6.69.35 8.23-2.66 1.55-3.01.36-6.69-2.65-8.24C9.78 3.01 6.1 4.2 4.56 7.21l1.88.97-4.95 3.08-.39-5.82 1.78.91C4.9 2.4 9.75.89 13.65 2.88zm-4.36 7.83C9.11 10.53 9 10.28 9 10c0-.07.03-.12.04-.19h-.01L10 5l.97 4.81L14 13l-4.5-2.12.02-.02c-.08-.04-.16-.09-.23-.15z";break;case"block-default":e="M15 6V4h-3v2H8V4H5v2H4c-.6 0-1 .4-1 1v8h14V7c0-.6-.4-1-1-1h-1z";break;case"book-alt":e="M5 17h13v2H5c-1.66 0-3-1.34-3-3V4c0-1.66 1.34-3 3-3h13v14H5c-.55 0-1 .45-1 1s.45 1 1 1zm2-3.5v-11c0-.28-.22-.5-.5-.5s-.5.22-.5.5v11c0 .28.22.5.5.5s.5-.22.5-.5z";break;case"book":e="M16 3h2v16H5c-1.66 0-3-1.34-3-3V4c0-1.66 1.34-3 3-3h9v14H5c-.55 0-1 .45-1 1s.45 1 1 1h11V3z";break;case"buddicons-activity":e="M8 1v7h2V6c0-1.52 1.45-3 3-3v.86c.55-.52 1.26-.86 2-.86v3h1c1.1 0 2 .9 2 2s-.9 2-2 2h-1v6c0 .55-.45 1-1 1s-1-.45-1-1v-2.18c-.31.11-.65.18-1 .18v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H8v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c-.35 0-.69-.07-1-.18V16c0 .55-.45 1-1 1s-1-.45-1-1v-4H2v-1c0-1.66 1.34-3 3-3h2V1h1zm5 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z";break;case"buddicons-bbpress-logo":e="M8.5 12.6c.3-1.3 0-2.3-1.1-2.3-.8 0-1.6.6-1.8 1.5l-.3 1.7c-.3 1 .3 1.5 1 1.5 1.2 0 1.9-1.1 2.2-2.4zm-4-6.4C3.7 7.3 3.3 8.6 3.3 10c0 1 .2 1.9.6 2.8l1-4.6c.3-1.7.4-2-.4-2zm9.3 6.4c.3-1.3 0-2.3-1.1-2.3-.8 0-1.6.6-1.8 1.5l-.4 1.7c-.2 1.1.4 1.6 1.1 1.6 1.1-.1 1.9-1.2 2.2-2.5zM10 3.3c-2 0-3.9.9-5.1 2.3.6-.1 1.4-.2 1.8-.3.2 0 .2.1.2.2 0 .2-1 4.8-1 4.8.5-.3 1.2-.7 1.8-.7.9 0 1.5.4 1.9.9l.5-2.4c.4-1.6.4-1.9-.4-1.9-.4 0-.4-.5 0-.6.6-.1 1.8-.2 2.3-.3.2 0 .2.1.2.2l-1 4.8c.5-.4 1.2-.7 1.9-.7 1.7 0 2.5 1.3 2.1 3-.3 1.7-2 3-3.8 3-1.3 0-2.1-.7-2.3-1.4-.7.8-1.7 1.3-2.8 1.4 1.1.7 2.4 1.1 3.7 1.1 3.7 0 6.7-3 6.7-6.7s-3-6.7-6.7-6.7zM10 2c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 15.5c-2.1 0-4-.8-5.3-2.2-.3-.4-.7-.8-1-1.2-.7-1.2-1.2-2.6-1.2-4.1 0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5z";break;case"buddicons-buddypress-logo":e="M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10 4.48 0 10 0zm0 .5C4.75.5.5 4.75.5 10s4.25 9.5 9.5 9.5 9.5-4.25 9.5-9.5S15.25.5 10 .5zm0 1c4.7 0 8.5 3.8 8.5 8.5s-3.8 8.5-8.5 8.5-8.5-3.8-8.5-8.5S5.3 1.5 10 1.5zm1.8 1.71c-.57 0-1.1.17-1.55.45 1.56.37 2.73 1.77 2.73 3.45 0 .69-.21 1.33-.55 1.87 1.31-.29 2.29-1.45 2.29-2.85 0-1.61-1.31-2.92-2.92-2.92zm-2.38 1c-1.61 0-2.92 1.31-2.92 2.93 0 1.61 1.31 2.92 2.92 2.92 1.62 0 2.93-1.31 2.93-2.92 0-1.62-1.31-2.93-2.93-2.93zm4.25 5.01l-.51.59c2.34.69 2.45 3.61 2.45 3.61h1.28c0-4.71-3.22-4.2-3.22-4.2zm-2.1.8l-2.12 2.09-2.12-2.09C3.12 10.24 3.89 15 3.89 15h11.08c.47-4.98-3.4-4.98-3.4-4.98z";break;case"buddicons-community":e="M9 3c0-.67-.47-1.43-1-2-.5.5-1 1.38-1 2 0 .48.45 1 1 1s1-.47 1-1zm4 0c0-.67-.47-1.43-1-2-.5.5-1 1.38-1 2 0 .48.45 1 1 1s1-.47 1-1zM9 9V5.5c0-.55-.45-1-1-1-.57 0-1 .49-1 1V9c0 .55.45 1 1 1 .57 0 1-.49 1-1zm4 0V5.5c0-.55-.45-1-1-1-.57 0-1 .49-1 1V9c0 .55.45 1 1 1 .57 0 1-.49 1-1zm4 1c0-1.48-1.41-2.77-3.5-3.46V9c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5V6.01c-.17 0-.33-.01-.5-.01s-.33.01-.5.01V9c0 .83-.67 1.5-1.5 1.5S6.5 9.83 6.5 9V6.54C4.41 7.23 3 8.52 3 10c0 1.41.95 2.65 3.21 3.37 1.11.35 2.39 1.12 3.79 1.12s2.69-.78 3.79-1.13C16.04 12.65 17 11.41 17 10zm-7 5.43c1.43 0 2.74-.79 3.88-1.11 1.9-.53 2.49-1.34 3.12-2.32v3c0 2.21-3.13 4-7 4s-7-1.79-7-4v-3c.64.99 1.32 1.8 3.15 2.33 1.13.33 2.44 1.1 3.85 1.1z";break;case"buddicons-forums":e="M13.5 7h-7C5.67 7 5 6.33 5 5.5S5.67 4 6.5 4h1.59C8.04 3.84 8 3.68 8 3.5 8 2.67 8.67 2 9.5 2h1c.83 0 1.5.67 1.5 1.5 0 .18-.04.34-.09.5h1.59c.83 0 1.5.67 1.5 1.5S14.33 7 13.5 7zM4 8h12c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1s.45-1 1-1zm1 3h10c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm2 3h6c.55 0 1 .45 1 1s-.45 1-1 1h-1.09c.05.16.09.32.09.5 0 .83-.67 1.5-1.5 1.5h-1c-.83 0-1.5-.67-1.5-1.5 0-.18.04-.34.09-.5H7c-.55 0-1-.45-1-1s.45-1 1-1z";break;case"buddicons-friends":e="M8.75 5.77C8.75 4.39 7 2 7 2S5.25 4.39 5.25 5.77 5.9 7.5 7 7.5s1.75-.35 1.75-1.73zm6 0C14.75 4.39 13 2 13 2s-1.75 2.39-1.75 3.77S11.9 7.5 13 7.5s1.75-.35 1.75-1.73zM9 17V9c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm6 0V9c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm-9-6l2-1v2l-2 1v-2zm6 0l2-1v2l-2 1v-2zm-6 3l2-1v2l-2 1v-2zm6 0l2-1v2l-2 1v-2z";break;case"buddicons-groups":e="M15.45 6.25c1.83.94 1.98 3.18.7 4.98-.8 1.12-2.33 1.88-3.46 1.78L10.05 18H9l-2.65-4.99c-1.13.16-2.73-.63-3.55-1.79-1.28-1.8-1.13-4.04.71-4.97.48-.24.96-.33 1.43-.31-.01.4.01.8.07 1.21.26 1.69 1.41 3.53 2.86 4.37-.19.55-.49.99-.88 1.25L9 16.58v-5.66C7.64 10.55 6.26 8.76 6 7c-.4-2.65 1-5 3.5-5s3.9 2.35 3.5 5c-.26 1.76-1.64 3.55-3 3.92v5.77l2.07-3.84c-.44-.23-.77-.71-.99-1.3 1.48-.83 2.65-2.69 2.91-4.4.06-.41.08-.82.07-1.22.46-.01.92.08 1.39.32z";break;case"buddicons-pm":e="M10 2c3 0 8 5 8 5v11H2V7s5-5 8-5zm7 14.72l-3.73-2.92L17 11l-.43-.37-2.26 1.3.24-4.31-8.77-.52-.46 4.54-1.99-.95L3 11l3.73 2.8-3.44 2.85.4.43L10 13l6.53 4.15z";break;case"buddicons-replies":e="M17.54 10.29c1.17 1.17 1.17 3.08 0 4.25-1.18 1.17-3.08 1.17-4.25 0l-.34-.52c0 3.66-2 4.38-2.95 4.98-.82-.6-2.95-1.28-2.95-4.98l-.34.52c-1.17 1.17-3.07 1.17-4.25 0-1.17-1.17-1.17-3.08 0-4.25 0 0 1.02-.67 2.1-1.3C3.71 7.84 3.2 6.42 3.2 4.88c0-.34.03-.67.08-1C3.53 5.66 4.47 7.22 5.8 8.3c.67-.35 1.85-.83 2.37-.92H8c-1.1 0-2-.9-2-2s.9-2 2-2v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5h2v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5c1.1 0 2 .9 2 2s-.9 2-2 2h-.17c.51.09 1.78.61 2.38.92 1.33-1.08 2.27-2.64 2.52-4.42.05.33.08.66.08 1 0 1.54-.51 2.96-1.36 4.11 1.08.63 2.09 1.3 2.09 1.3zM8.5 6.38c.5 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3-2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-2.3 5.73c-.12.11-.19.26-.19.43.02.25.23.46.49.46h1c.26 0 .47-.21.49-.46 0-.15-.07-.29-.19-.43-.08-.06-.18-.11-.3-.11h-1c-.12 0-.22.05-.3.11zM12 12.5c0-.12-.06-.28-.19-.38-.09-.07-.19-.12-.31-.12h-3c-.12 0-.22.05-.31.12-.11.1-.19.25-.19.38 0 .28.22.5.5.5h3c.28 0 .5-.22.5-.5zM8.5 15h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5zm1 2h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5z";break;case"buddicons-topics":e="M10.44 1.66c-.59-.58-1.54-.58-2.12 0L2.66 7.32c-.58.58-.58 1.53 0 2.12.6.6 1.56.56 2.12 0l5.66-5.66c.58-.58.59-1.53 0-2.12zm2.83 2.83c-.59-.59-1.54-.59-2.12 0l-5.66 5.66c-.59.58-.59 1.53 0 2.12.6.6 1.56.55 2.12 0l5.66-5.66c.58-.58.58-1.53 0-2.12zm1.06 6.72l4.18 4.18c.59.58.59 1.53 0 2.12s-1.54.59-2.12 0l-4.18-4.18-1.77 1.77c-.59.58-1.54.58-2.12 0-.59-.59-.59-1.54 0-2.13l5.66-5.65c.58-.59 1.53-.59 2.12 0 .58.58.58 1.53 0 2.12zM5 15c0-1.59-1.66-4-1.66-4S2 13.78 2 15s.6 2 1.34 2h.32C4.4 17 5 16.59 5 15z";break;case"buddicons-tracking":e="M10.98 6.78L15.5 15c-1 2-3.5 3-5.5 3s-4.5-1-5.5-3L9 6.82c-.75-1.23-2.28-1.98-4.29-2.03l2.46-2.92c1.68 1.19 2.46 2.32 2.97 3.31.56-.87 1.2-1.68 2.7-2.12l1.83 2.86c-1.42-.34-2.64.08-3.69.86zM8.17 10.4l-.93 1.69c.49.11 1 .16 1.54.16 1.35 0 2.58-.36 3.55-.95l-1.01-1.82c-.87.53-1.96.86-3.15.92zm.86 5.38c1.99 0 3.73-.74 4.74-1.86l-.98-1.76c-1 1.12-2.74 1.87-4.74 1.87-.62 0-1.21-.08-1.76-.21l-.63 1.15c.94.5 2.1.81 3.37.81z";break;case"building":e="M3 20h14V0H3v20zM7 3H5V1h2v2zm4 0H9V1h2v2zm4 0h-2V1h2v2zM7 6H5V4h2v2zm4 0H9V4h2v2zm4 0h-2V4h2v2zM7 9H5V7h2v2zm4 0H9V7h2v2zm4 0h-2V7h2v2zm-8 3H5v-2h2v2zm4 0H9v-2h2v2zm4 0h-2v-2h2v2zm-4 7H5v-6h6v6zm4-4h-2v-2h2v2zm0 3h-2v-2h2v2z";break;case"businessman":e="M7.3 6l-.03-.19c-.04-.37-.05-.73-.03-1.08.02-.36.1-.71.25-1.04.14-.32.31-.61.52-.86s.49-.46.83-.6c.34-.15.72-.23 1.13-.23.69 0 1.26.2 1.71.59s.76.87.91 1.44.18 1.16.09 1.78l-.03.19c-.01.09-.05.25-.11.48-.05.24-.12.47-.2.69-.08.21-.19.45-.34.72-.14.27-.3.49-.47.69-.18.19-.4.34-.67.48-.27.13-.55.19-.86.19s-.59-.06-.87-.19c-.26-.13-.49-.29-.67-.5-.18-.2-.34-.42-.49-.66-.15-.25-.26-.49-.34-.73-.09-.25-.16-.47-.21-.67-.06-.21-.1-.37-.12-.5zm9.2 6.24c.41.7.5 1.41.5 2.14v2.49c0 .03-.12.08-.29.13-.18.04-.42.13-.97.27-.55.12-1.1.24-1.65.34s-1.19.19-1.95.27c-.75.08-1.46.12-2.13.12-.68 0-1.39-.04-2.14-.12-.75-.07-1.4-.17-1.98-.27-.58-.11-1.08-.23-1.56-.34-.49-.11-.8-.21-1.06-.29L3 16.87v-2.49c0-.75.07-1.46.46-2.15s.81-1.25 1.5-1.68C5.66 10.12 7.19 10 8 10l1.67 1.67L9 13v3l1.02 1.08L11 16v-3l-.68-1.33L11.97 10c.77 0 2.2.07 2.9.52.71.45 1.21 1.02 1.63 1.72z";break;case"button":e="M17 5H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm1 7c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v5z";break;case"calendar-alt":e="M15 4h3v15H2V4h3V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1h4V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1zM6 3v2.5c0 .14.05.26.15.36.09.09.21.14.35.14s.26-.05.35-.14c.1-.1.15-.22.15-.36V3c0-.14-.05-.26-.15-.35-.09-.1-.21-.15-.35-.15s-.26.05-.35.15c-.1.09-.15.21-.15.35zm7 0v2.5c0 .14.05.26.14.36.1.09.22.14.36.14s.26-.05.36-.14c.09-.1.14-.22.14-.36V3c0-.14-.05-.26-.14-.35-.1-.1-.22-.15-.36-.15s-.26.05-.36.15c-.09.09-.14.21-.14.35zm4 15V8H3v10h14zM7 9v2H5V9h2zm2 0h2v2H9V9zm4 2V9h2v2h-2zm-6 1v2H5v-2h2zm2 0h2v2H9v-2zm4 2v-2h2v2h-2zm-6 1v2H5v-2h2zm4 2H9v-2h2v2zm4 0h-2v-2h2v2z";break;case"calendar":e="M15 4h3v14H2V4h3V3c0-.83.67-1.5 1.5-1.5S8 2.17 8 3v1h4V3c0-.83.67-1.5 1.5-1.5S15 2.17 15 3v1zM6 3v2.5c0 .28.22.5.5.5s.5-.22.5-.5V3c0-.28-.22-.5-.5-.5S6 2.72 6 3zm7 0v2.5c0 .28.22.5.5.5s.5-.22.5-.5V3c0-.28-.22-.5-.5-.5s-.5.22-.5.5zm4 14V8H3v9h14zM7 16V9H5v7h2zm4 0V9H9v7h2zm4 0V9h-2v7h2z";break;case"camera":e="M6 5V3H3v2h3zm12 10V4H9L7 6H2v9h16zm-7-8c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z";break;case"carrot":e="M2 18.43c1.51 1.36 11.64-4.67 13.14-7.21.72-1.22-.13-3.01-1.52-4.44C15.2 5.73 16.59 9 17.91 8.31c.6-.32.99-1.31.7-1.92-.52-1.08-2.25-1.08-3.42-1.21.83-.2 2.82-1.05 2.86-2.25.04-.92-1.13-1.97-2.05-1.86-1.21.14-1.65 1.88-2.06 3-.05-.71-.2-2.27-.98-2.95-1.04-.91-2.29-.05-2.32 1.05-.04 1.33 2.82 2.07 1.92 3.67C11.04 4.67 9.25 4.03 8.1 4.7c-.49.31-1.05.91-1.63 1.69.89.94 2.12 2.07 3.09 2.72.2.14.26.42.11.62-.14.21-.42.26-.62.12-.99-.67-2.2-1.78-3.1-2.71-.45.67-.91 1.43-1.34 2.23.85.86 1.93 1.83 2.79 2.41.2.14.25.42.11.62-.14.21-.42.26-.63.12-.85-.58-1.86-1.48-2.71-2.32C2.4 13.69 1.1 17.63 2 18.43z";break;case"cart":e="M6 13h9c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1V4H2c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v2h13l-4 7H6v1zm-.5 3c.83 0 1.5.67 1.5 1.5S6.33 19 5.5 19 4 18.33 4 17.5 4.67 16 5.5 16zm9 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z";break;case"category":e="M5 7h13v10H2V4h7l2 2H4v9h1V7z";break;case"chart-area":e="M18 18l.01-12.28c.59-.35.99-.99.99-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .8.47 1.48 1.14 1.8l-4.13 6.58c-.33-.24-.73-.38-1.16-.38-.84 0-1.55.51-1.85 1.24l-2.14-1.53c.09-.22.14-.46.14-.71 0-1.11-.89-2-2-2-1.1 0-2 .89-2 2 0 .73.4 1.36.98 1.71L1 18h17zM17 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM5 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5.85 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z";break;case"chart-bar":e="M18 18V2h-4v16h4zm-6 0V7H8v11h4zm-6 0v-8H2v8h4z";break;case"chart-line":e="M18 3.5c0 .62-.38 1.16-.92 1.38v13.11H1.99l4.22-6.73c-.13-.23-.21-.48-.21-.76C6 9.67 6.67 9 7.5 9S9 9.67 9 10.5c0 .13-.02.25-.05.37l1.44.63c.27-.3.67-.5 1.11-.5.18 0 .35.04.51.09l3.58-6.41c-.36-.27-.59-.7-.59-1.18 0-.83.67-1.5 1.5-1.5.19 0 .36.04.53.1l.05-.09v.11c.54.22.92.76.92 1.38zm-1.92 13.49V5.85l-3.29 5.89c.13.23.21.48.21.76 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5l.01-.07-1.63-.72c-.25.18-.55.29-.88.29-.18 0-.35-.04-.51-.1l-3.2 5.09h12.29z";break;case"chart-pie":e="M10 10V3c3.87 0 7 3.13 7 7h-7zM9 4v7h7c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.13-7 7-7z";break;case"clipboard":e="M11.9.39l1.4 1.4c1.61.19 3.5-.74 4.61.37s.18 3 .37 4.61l1.4 1.4c.39.39.39 1.02 0 1.41l-9.19 9.2c-.4.39-1.03.39-1.42 0L1.29 11c-.39-.39-.39-1.02 0-1.42l9.2-9.19c.39-.39 1.02-.39 1.41 0zm.58 2.25l-.58.58 4.95 4.95.58-.58c-.19-.6-.2-1.22-.15-1.82.02-.31.05-.62.09-.92.12-1 .18-1.63-.17-1.98s-.98-.29-1.98-.17c-.3.04-.61.07-.92.09-.6.05-1.22.04-1.82-.15zm4.02.93c.39.39.39 1.03 0 1.42s-1.03.39-1.42 0-.39-1.03 0-1.42 1.03-.39 1.42 0zm-6.72.36l-.71.7L15.44 11l.7-.71zM8.36 5.34l-.7.71 6.36 6.36.71-.7zM6.95 6.76l-.71.7 6.37 6.37.7-.71zM5.54 8.17l-.71.71 6.36 6.36.71-.71zM4.12 9.58l-.71.71 6.37 6.37.71-.71z";break;case"clock":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 14c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.71-5.29c.07.05.14.1.23.15l-.02.02L14 13l-3.03-3.19L10 5l-.97 4.81h.01c0 .02-.01.05-.02.09S9 9.97 9 10c0 .28.1.52.29.71z";break;case"cloud-saved":e="M14.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16h10c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5zm-6.3 5.9l-3.2-3.2 1.4-1.4 1.8 1.8 3.8-3.8 1.4 1.4-5.2 5.2z";break;case"cloud-upload":e="M14.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16H8v-3H5l4.5-4.5L14 13h-3v3h3.5c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5z";break;case"cloud":e="M14.9 9c1.8.2 3.1 1.7 3.1 3.5 0 1.9-1.6 3.5-3.5 3.5h-10C2.6 16 1 14.4 1 12.5 1 10.7 2.3 9.3 4.1 9 4 8.9 4 8.7 4 8.5 4 7.1 5.1 6 6.5 6c.3 0 .7.1.9.2C8.1 4.9 9.4 4 11 4c2.2 0 4 1.8 4 4 0 .4-.1.7-.1 1z";break;case"columns":e="M3 15h6V5H3v10zm8 0h6V5h-6v10z";break;case"controls-back":e="M2 10l10-6v3.6L18 4v12l-6-3.6V16z";break;case"controls-forward":e="M18 10L8 16v-3.6L2 16V4l6 3.6V4z";break;case"controls-pause":e="M5 16V4h3v12H5zm7-12h3v12h-3V4z";break;case"controls-play":e="M5 4l10 6-10 6V4z";break;case"controls-repeat":e="M5 7v3l-2 1.5V5h11V3l4 3.01L14 9V7H5zm10 6v-3l2-1.5V15H6v2l-4-3.01L6 11v2h9z";break;case"controls-skipback":e="M11.98 7.63l6-3.6v12l-6-3.6v3.6l-8-4.8v4.8h-2v-12h2v4.8l8-4.8v3.6z";break;case"controls-skipforward":e="M8 12.4L2 16V4l6 3.6V4l8 4.8V4h2v12h-2v-4.8L8 16v-3.6z";break;case"controls-volumeoff":e="M2 7h4l5-4v14l-5-4H2V7z";break;case"controls-volumeon":e="M2 7h4l5-4v14l-5-4H2V7zm12.69-2.46C14.82 4.59 18 5.92 18 10s-3.18 5.41-3.31 5.46c-.06.03-.13.04-.19.04-.2 0-.39-.12-.46-.31-.11-.26.02-.55.27-.65.11-.05 2.69-1.15 2.69-4.54 0-3.41-2.66-4.53-2.69-4.54-.25-.1-.38-.39-.27-.65.1-.25.39-.38.65-.27zM16 10c0 2.57-2.23 3.43-2.32 3.47-.06.02-.12.03-.18.03-.2 0-.39-.12-.47-.32-.1-.26.04-.55.29-.65.07-.02 1.68-.67 1.68-2.53s-1.61-2.51-1.68-2.53c-.25-.1-.38-.39-.29-.65.1-.25.39-.39.65-.29.09.04 2.32.9 2.32 3.47z";break;case"cover-image":e="M2.2 1h15.5c.7 0 1.3.6 1.3 1.2v11.5c0 .7-.6 1.2-1.2 1.2H2.2c-.6.1-1.2-.5-1.2-1.1V2.2C1 1.6 1.6 1 2.2 1zM17 13V3H3v10h14zm-4-4s0-5 3-5v7c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V7c2 0 3 4 3 4s1-4 3-4 3 2 3 2zM4 17h12v2H4z";break;case"dashboard":e="M3.76 16h12.48c1.1-1.37 1.76-3.11 1.76-5 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 1.89.66 3.63 1.76 5zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 6c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5.37 5.55L12 7v6c0 1.1-.9 2-2 2s-2-.9-2-2c0-.57.24-1.08.63-1.45zM4 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5 3c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z";break;case"desktop":e="M3 2h14c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-5v2h2c.55 0 1 .45 1 1v1H5v-1c0-.55.45-1 1-1h2v-2H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm13 9V4H4v7h12zM5 5h9L5 9V5z";break;case"dismiss":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm5 11l-3-3 3-3-2-2-3 3-3-3-2 2 3 3-3 3 2 2 3-3 3 3z";break;case"download":e="M14.01 4v6h2V2H4v8h2.01V4h8zm-2 2v6h3l-5 6-5-6h3V6h4z";break;case"edit":e="M13.89 3.39l2.71 2.72c.46.46.42 1.24.03 1.64l-8.01 8.02-5.56 1.16 1.16-5.58s7.6-7.63 7.99-8.03c.39-.39 1.22-.39 1.68.07zm-2.73 2.79l-5.59 5.61 1.11 1.11 5.54-5.65zm-2.97 8.23l5.58-5.6-1.07-1.08-5.59 5.6z";break;case"editor-aligncenter":e="M14 5V3H6v2h8zm3 4V7H3v2h14zm-3 4v-2H6v2h8zm3 4v-2H3v2h14z";break;case"editor-alignleft":e="M12 5V3H3v2h9zm5 4V7H3v2h14zm-5 4v-2H3v2h9zm5 4v-2H3v2h14z";break;case"editor-alignright":e="M17 5V3H8v2h9zm0 4V7H3v2h14zm0 4v-2H8v2h9zm0 4v-2H3v2h14z";break;case"editor-bold":e="M6 4v13h4.54c1.37 0 2.46-.33 3.26-1 .8-.66 1.2-1.58 1.2-2.77 0-.84-.17-1.51-.51-2.01s-.9-.85-1.67-1.03v-.09c.57-.1 1.02-.4 1.36-.9s.51-1.13.51-1.91c0-1.14-.39-1.98-1.17-2.5C12.75 4.26 11.5 4 9.78 4H6zm2.57 5.15V6.26h1.36c.73 0 1.27.11 1.61.32.34.22.51.58.51 1.07 0 .54-.16.92-.47 1.15s-.82.35-1.51.35h-1.5zm0 2.19h1.6c1.44 0 2.16.53 2.16 1.61 0 .6-.17 1.05-.51 1.34s-.86.43-1.57.43H8.57v-3.38z";break;case"editor-break":e="M16 4h2v9H7v3l-5-4 5-4v3h9V4z";break;case"editor-code":e="M9 6l-4 4 4 4-1 2-6-6 6-6zm2 8l4-4-4-4 1-2 6 6-6 6z";break;case"editor-contract":e="M15.75 6.75L18 3v14l-2.25-3.75L17 12h-4v4l1.25-1.25L18 17H2l3.75-2.25L7 16v-4H3l1.25 1.25L2 17V3l2.25 3.75L3 8h4V4L5.75 5.25 2 3h16l-3.75 2.25L13 4v4h4z";break;case"editor-customchar":e="M10 5.4c1.27 0 2.24.36 2.91 1.08.66.71 1 1.76 1 3.13 0 1.28-.23 2.37-.69 3.27-.47.89-1.27 1.52-2.22 2.12v2h6v-2h-3.69c.92-.64 1.62-1.34 2.12-2.34.49-1.01.74-2.13.74-3.35 0-1.78-.55-3.19-1.65-4.22S11.92 3.54 10 3.54s-3.43.53-4.52 1.57c-1.1 1.04-1.65 2.44-1.65 4.2 0 1.21.24 2.31.73 3.33.48 1.01 1.19 1.71 2.1 2.36H3v2h6v-2c-.98-.64-1.8-1.28-2.24-2.17-.45-.89-.67-1.96-.67-3.22 0-1.37.33-2.41 1-3.13C7.75 5.76 8.72 5.4 10 5.4z";break;case"editor-expand":e="M7 8h6v4H7zm-5 5v4h4l-1.2-1.2L7 12l-3.8 2.2M14 17h4v-4l-1.2 1.2L13 12l2.2 3.8M14 3l1.3 1.3L13 8l3.8-2.2L18 7V3M6 3H2v4l1.2-1.2L7 8 4.7 4.3";break;case"editor-help":e="M17 10c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7zm-6.3 1.48H9.14v-.43c0-.38.08-.7.24-.98s.46-.57.88-.89c.41-.29.68-.53.81-.71.14-.18.2-.39.2-.62 0-.25-.09-.44-.28-.58-.19-.13-.45-.19-.79-.19-.58 0-1.25.19-2 .57l-.64-1.28c.87-.49 1.8-.74 2.77-.74.81 0 1.45.2 1.92.58.48.39.71.91.71 1.55 0 .43-.09.8-.29 1.11-.19.32-.57.67-1.11 1.06-.38.28-.61.49-.71.63-.1.15-.15.34-.15.57v.35zm-1.47 2.74c-.18-.17-.27-.42-.27-.73 0-.33.08-.58.26-.75s.43-.25.77-.25c.32 0 .57.09.75.26s.27.42.27.74c0 .3-.09.55-.27.72-.18.18-.43.27-.75.27-.33 0-.58-.09-.76-.26z";break;case"editor-indent":e="M3 5V3h9v2H3zm10-1V3h4v1h-4zm0 3h2V5l4 3.5-4 3.5v-2h-2V7zM3 8V6h9v2H3zm2 3V9h7v2H5zm-2 3v-2h9v2H3zm10 0v-1h4v1h-4zm-4 3v-2h3v2H9z";break;case"editor-insertmore":e="M17 7V3H3v4h14zM6 11V9H3v2h3zm6 0V9H8v2h4zm5 0V9h-3v2h3zm0 6v-4H3v4h14z";break;case"editor-italic":e="M14.78 6h-2.13l-2.8 9h2.12l-.62 2H4.6l.62-2h2.14l2.8-9H8.03l.62-2h6.75z";break;case"editor-justify":e="M2 3h16v2H2V3zm0 4h16v2H2V7zm0 4h16v2H2v-2zm0 4h16v2H2v-2z";break;case"editor-kitchensink":e="M19 2v6H1V2h18zm-1 5V3H2v4h16zM5 4v2H3V4h2zm3 0v2H6V4h2zm3 0v2H9V4h2zm3 0v2h-2V4h2zm3 0v2h-2V4h2zm2 5v9H1V9h18zm-1 8v-7H2v7h16zM5 11v2H3v-2h2zm3 0v2H6v-2h2zm3 0v2H9v-2h2zm6 0v2h-5v-2h5zm-6 3v2H3v-2h8zm3 0v2h-2v-2h2zm3 0v2h-2v-2h2z";break;case"editor-ltr":e="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM14 14l5-4-5-4v8z";break;case"editor-ol-rtl":e="M15.025 8.75a1.048 1.048 0 0 1 .45-.1.507.507 0 0 1 .35.11.455.455 0 0 1 .13.36.803.803 0 0 1-.06.3 1.448 1.448 0 0 1-.19.33c-.09.11-.29.32-.58.62l-.99 1v.58h2.76v-.7h-1.72v-.04l.51-.48a7.276 7.276 0 0 0 .7-.71 1.75 1.75 0 0 0 .3-.49 1.254 1.254 0 0 0 .1-.51.968.968 0 0 0-.16-.56 1.007 1.007 0 0 0-.44-.37 1.512 1.512 0 0 0-.65-.14 1.98 1.98 0 0 0-.51.06 1.9 1.9 0 0 0-.42.15 3.67 3.67 0 0 0-.48.35l.45.54a2.505 2.505 0 0 1 .45-.3zM16.695 15.29a1.29 1.29 0 0 0-.74-.3v-.02a1.203 1.203 0 0 0 .65-.37.973.973 0 0 0 .23-.65.81.81 0 0 0-.37-.71 1.72 1.72 0 0 0-1-.26 2.185 2.185 0 0 0-1.33.4l.4.6a1.79 1.79 0 0 1 .46-.23 1.18 1.18 0 0 1 .41-.07c.38 0 .58.15.58.46a.447.447 0 0 1-.22.43 1.543 1.543 0 0 1-.7.12h-.31v.66h.31a1.764 1.764 0 0 1 .75.12.433.433 0 0 1 .23.41.55.55 0 0 1-.2.47 1.084 1.084 0 0 1-.63.15 2.24 2.24 0 0 1-.57-.08 2.671 2.671 0 0 1-.52-.2v.74a2.923 2.923 0 0 0 1.18.22 1.948 1.948 0 0 0 1.22-.33 1.077 1.077 0 0 0 .43-.92.836.836 0 0 0-.26-.64zM15.005 4.17c.06-.05.16-.14.3-.28l-.02.42V7h.84V3h-.69l-1.29 1.03.4.51zM4.02 5h9v1h-9zM4.02 10h9v1h-9zM4.02 15h9v1h-9z";break;case"editor-ol":e="M6 7V3h-.69L4.02 4.03l.4.51.46-.37c.06-.05.16-.14.3-.28l-.02.42V7H6zm2-2h9v1H8V5zm-1.23 6.95v-.7H5.05v-.04l.51-.48c.33-.31.57-.54.7-.71.14-.17.24-.33.3-.49.07-.16.1-.33.1-.51 0-.21-.05-.4-.16-.56-.1-.16-.25-.28-.44-.37s-.41-.14-.65-.14c-.19 0-.36.02-.51.06-.15.03-.29.09-.42.15-.12.07-.29.19-.48.35l.45.54c.16-.13.31-.23.45-.3.15-.07.3-.1.45-.1.14 0 .26.03.35.11s.13.2.13.36c0 .1-.02.2-.06.3s-.1.21-.19.33c-.09.11-.29.32-.58.62l-.99 1v.58h2.76zM8 10h9v1H8v-1zm-1.29 3.95c0-.3-.12-.54-.37-.71-.24-.17-.58-.26-1-.26-.52 0-.96.13-1.33.4l.4.6c.17-.11.32-.19.46-.23.14-.05.27-.07.41-.07.38 0 .58.15.58.46 0 .2-.07.35-.22.43s-.38.12-.7.12h-.31v.66h.31c.34 0 .59.04.75.12.15.08.23.22.23.41 0 .22-.07.37-.2.47-.14.1-.35.15-.63.15-.19 0-.38-.03-.57-.08s-.36-.12-.52-.2v.74c.34.15.74.22 1.18.22.53 0 .94-.11 1.22-.33.29-.22.43-.52.43-.92 0-.27-.09-.48-.26-.64s-.42-.26-.74-.3v-.02c.27-.06.49-.19.65-.37.15-.18.23-.39.23-.65zM8 15h9v1H8v-1z";break;case"editor-outdent":e="M7 4V3H3v1h4zm10 1V3H8v2h9zM7 7H5V5L1 8.5 5 12v-2h2V7zm10 1V6H8v2h9zm-2 3V9H8v2h7zm2 3v-2H8v2h9zM7 14v-1H3v1h4zm4 3v-2H8v2h3z";break;case"editor-paragraph":e="M15 2H7.54c-.83 0-1.59.2-2.28.6-.7.41-1.25.96-1.65 1.65C3.2 4.94 3 5.7 3 6.52s.2 1.58.61 2.27c.4.69.95 1.24 1.65 1.64.69.41 1.45.61 2.28.61h.43V17c0 .27.1.51.29.71.2.19.44.29.71.29.28 0 .51-.1.71-.29.2-.2.3-.44.3-.71V5c0-.27.09-.51.29-.71.2-.19.44-.29.71-.29s.51.1.71.29c.19.2.29.44.29.71v12c0 .27.1.51.3.71.2.19.43.29.71.29.27 0 .51-.1.71-.29.19-.2.29-.44.29-.71V4H15c.27 0 .5-.1.7-.3.2-.19.3-.43.3-.7s-.1-.51-.3-.71C15.5 2.1 15.27 2 15 2z";break;case"editor-paste-text":e="M12.38 2L15 5v1H5V5l2.64-3h4.74zM10 5c.55 0 1-.44 1-1 0-.55-.45-1-1-1s-1 .45-1 1c0 .56.45 1 1 1zm5.45-1H17c.55 0 1 .45 1 1v12c0 .56-.45 1-1 1H3c-.55 0-1-.44-1-1V5c0-.55.45-1 1-1h1.55L4 4.63V7h12V4.63zM14 11V9H6v2h3v5h2v-5h3z";break;case"editor-paste-word":e="M12.38 2L15 5v1H5V5l2.64-3h4.74zM10 5c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8 12V5c0-.55-.45-1-1-1h-1.54l.54.63V7H4V4.62L4.55 4H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-3-8l-2 7h-2l-1-5-1 5H6.92L5 9h2l1 5 1-5h2l1 5 1-5h2z";break;case"editor-quote":e="M9.49 13.22c0-.74-.2-1.38-.61-1.9-.62-.78-1.83-.88-2.53-.72-.29-1.65 1.11-3.75 2.92-4.65L7.88 4c-2.73 1.3-5.42 4.28-4.96 8.05C3.21 14.43 4.59 16 6.54 16c.85 0 1.56-.25 2.12-.75s.83-1.18.83-2.03zm8.05 0c0-.74-.2-1.38-.61-1.9-.63-.78-1.83-.88-2.53-.72-.29-1.65 1.11-3.75 2.92-4.65L15.93 4c-2.73 1.3-5.41 4.28-4.95 8.05.29 2.38 1.66 3.95 3.61 3.95.85 0 1.56-.25 2.12-.75s.83-1.18.83-2.03z";break;case"editor-removeformatting":e="M14.29 4.59l1.1 1.11c.41.4.61.94.61 1.47v2.12c0 .53-.2 1.07-.61 1.47l-6.63 6.63c-.4.41-.94.61-1.47.61s-1.07-.2-1.47-.61l-1.11-1.1-1.1-1.11c-.41-.4-.61-.94-.61-1.47v-2.12c0-.54.2-1.07.61-1.48l6.63-6.62c.4-.41.94-.61 1.47-.61s1.06.2 1.47.61zm-6.21 9.7l6.42-6.42c.39-.39.39-1.03 0-1.43L12.36 4.3c-.19-.19-.45-.29-.72-.29s-.52.1-.71.29l-6.42 6.42c-.39.4-.39 1.04 0 1.43l2.14 2.14c.38.38 1.04.38 1.43 0z";break;case"editor-rtl":e="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM19 6l-5 4 5 4V6z";break;case"editor-spellcheck":e="M15.84 2.76c.25 0 .49.04.71.11.23.07.44.16.64.25l.35-.81c-.52-.26-1.08-.39-1.69-.39-.58 0-1.09.13-1.52.37-.43.25-.76.61-.99 1.08C13.11 3.83 13 4.38 13 5c0 .99.23 1.75.7 2.28s1.15.79 2.02.79c.6 0 1.13-.09 1.6-.26v-.84c-.26.08-.51.14-.74.19-.24.05-.49.08-.74.08-.59 0-1.04-.19-1.34-.57-.32-.37-.47-.93-.47-1.66 0-.7.16-1.25.48-1.65.33-.4.77-.6 1.33-.6zM6.5 8h1.04L5.3 2H4.24L2 8h1.03l.58-1.66H5.9zM8 2v6h2.17c.67 0 1.19-.15 1.57-.46.38-.3.56-.72.56-1.26 0-.4-.1-.72-.3-.95-.19-.24-.5-.39-.93-.47v-.04c.35-.06.6-.21.78-.44.18-.24.28-.53.28-.88 0-.52-.19-.9-.56-1.14-.36-.24-.96-.36-1.79-.36H8zm.98 2.48V2.82h.85c.44 0 .77.06.97.19.21.12.31.33.31.61 0 .31-.1.53-.29.66-.18.13-.48.2-.89.2h-.95zM5.64 5.5H3.9l.54-1.56c.14-.4.25-.76.32-1.1l.15.52c.07.23.13.4.17.51zm3.34-.23h.99c.44 0 .76.08.98.23.21.15.32.38.32.69 0 .34-.11.59-.32.75s-.52.24-.93.24H8.98V5.27zM4 13l5 5 9-8-1-1-8 6-4-3z";break;case"editor-strikethrough":e="M15.82 12.25c.26 0 .5-.02.74-.07.23-.05.48-.12.73-.2v.84c-.46.17-.99.26-1.58.26-.88 0-1.54-.26-2.01-.79-.39-.44-.62-1.04-.68-1.79h-.94c.12.21.18.48.18.79 0 .54-.18.95-.55 1.26-.38.3-.9.45-1.56.45H8v-2.5H6.59l.93 2.5H6.49l-.59-1.67H3.62L3.04 13H2l.93-2.5H2v-1h1.31l.93-2.49H5.3l.92 2.49H8V7h1.77c1 0 1.41.17 1.77.41.37.24.55.62.55 1.13 0 .35-.09.64-.27.87l-.08.09h1.29c.05-.4.15-.77.31-1.1.23-.46.55-.82.98-1.06.43-.25.93-.37 1.51-.37.61 0 1.17.12 1.69.38l-.35.81c-.2-.1-.42-.18-.64-.25s-.46-.11-.71-.11c-.55 0-.99.2-1.31.59-.23.29-.38.66-.44 1.11H17v1h-2.95c.06.5.2.9.44 1.19.3.37.75.56 1.33.56zM4.44 8.96l-.18.54H5.3l-.22-.61c-.04-.11-.09-.28-.17-.51-.07-.24-.12-.41-.14-.51-.08.33-.18.69-.33 1.09zm4.53-1.09V9.5h1.19c.28-.02.49-.09.64-.18.19-.13.28-.35.28-.66 0-.28-.1-.48-.3-.61-.2-.12-.53-.18-.97-.18h-.84zm-3.33 2.64v-.01H3.91v.01h1.73zm5.28.01l-.03-.02H8.97v1.68h1.04c.4 0 .71-.08.92-.23.21-.16.31-.4.31-.74 0-.31-.11-.54-.32-.69z";break;case"editor-table":e="M18 17V3H2v14h16zM16 7H4V5h12v2zm-7 4H4V9h5v2zm7 0h-5V9h5v2zm-7 4H4v-2h5v2zm7 0h-5v-2h5v2z";break;case"editor-textcolor":e="M13.23 15h1.9L11 4H9L5 15h1.88l1.07-3h4.18zm-1.53-4.54H8.51L10 5.6z";break;case"editor-ul":e="M5.5 7C4.67 7 4 6.33 4 5.5 4 4.68 4.67 4 5.5 4 6.32 4 7 4.68 7 5.5 7 6.33 6.32 7 5.5 7zM8 5h9v1H8V5zm-2.5 7c-.83 0-1.5-.67-1.5-1.5C4 9.68 4.67 9 5.5 9c.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5zM8 10h9v1H8v-1zm-2.5 7c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5zM8 15h9v1H8v-1z";break;case"editor-underline":e="M14 5h-2v5.71c0 1.99-1.12 2.98-2.45 2.98-1.32 0-2.55-1-2.55-2.96V5H5v5.87c0 1.91 1 4.54 4.48 4.54 3.49 0 4.52-2.58 4.52-4.5V5zm0 13v-2H5v2h9z";break;case"editor-unlink":e="M17.74 2.26c1.68 1.69 1.68 4.41 0 6.1l-1.53 1.52c-.32.33-.69.58-1.08.77L13 10l1.69-1.64.76-.77.76-.76c.84-.84.84-2.2 0-3.04-.84-.85-2.2-.85-3.04 0l-.77.76-.76.76L10 7l-.65-2.14c.19-.38.44-.75.77-1.07l1.52-1.53c1.69-1.68 4.42-1.68 6.1 0zM2 4l8 6-6-8zm4-2l4 8-2-8H6zM2 6l8 4-8-2V6zm7.36 7.69L10 13l.74 2.35-1.38 1.39c-1.69 1.68-4.41 1.68-6.1 0-1.68-1.68-1.68-4.42 0-6.1l1.39-1.38L7 10l-.69.64-1.52 1.53c-.85.84-.85 2.2 0 3.04.84.85 2.2.85 3.04 0zM18 16l-8-6 6 8zm-4 2l-4-8 2 8h2zm4-4l-8-4 8 2v2z";break;case"editor-video":e="M16 2h-3v1H7V2H4v15h3v-1h6v1h3V2zM6 3v1H5V3h1zm9 0v1h-1V3h1zm-2 1v5H7V4h6zM6 5v1H5V5h1zm9 0v1h-1V5h1zM6 7v1H5V7h1zm9 0v1h-1V7h1zM6 9v1H5V9h1zm9 0v1h-1V9h1zm-2 1v5H7v-5h6zm-7 1v1H5v-1h1zm9 0v1h-1v-1h1zm-9 2v1H5v-1h1zm9 0v1h-1v-1h1zm-9 2v1H5v-1h1zm9 0v1h-1v-1h1z";break;case"ellipsis":e="M5 10c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm12-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-7 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z";break;case"email-alt":e="M19 14.5v-9c0-.83-.67-1.5-1.5-1.5H3.49c-.83 0-1.5.67-1.5 1.5v9c0 .83.67 1.5 1.5 1.5H17.5c.83 0 1.5-.67 1.5-1.5zm-1.31-9.11c.33.33.15.67-.03.84L13.6 9.95l3.9 4.06c.12.14.2.36.06.51-.13.16-.43.15-.56.05l-4.37-3.73-2.14 1.95-2.13-1.95-4.37 3.73c-.13.1-.43.11-.56-.05-.14-.15-.06-.37.06-.51l3.9-4.06-4.06-3.72c-.18-.17-.36-.51-.03-.84s.67-.17.95.07l6.24 5.04 6.25-5.04c.28-.24.62-.4.95-.07z";break;case"email-alt2":e="M18.01 11.18V2.51c0-1.19-.9-1.81-2-1.37L4 5.91c-1.1.44-2 1.77-2 2.97v8.66c0 1.2.9 1.81 2 1.37l12.01-4.77c1.1-.44 2-1.76 2-2.96zm-1.43-7.46l-6.04 9.33-6.65-4.6c-.1-.07-.36-.32-.17-.64.21-.36.65-.21.65-.21l6.3 2.32s4.83-6.34 5.11-6.7c.13-.17.43-.34.73-.13.29.2.16.49.07.63z";break;case"email":e="M3.87 4h13.25C18.37 4 19 4.59 19 5.79v8.42c0 1.19-.63 1.79-1.88 1.79H3.87c-1.25 0-1.88-.6-1.88-1.79V5.79c0-1.2.63-1.79 1.88-1.79zm6.62 8.6l6.74-5.53c.24-.2.43-.66.13-1.07-.29-.41-.82-.42-1.17-.17l-5.7 3.86L4.8 5.83c-.35-.25-.88-.24-1.17.17-.3.41-.11.87.13 1.07z";break;case"embed-audio":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 3H7v4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.4 0 .7.1 1 .3V5h4v2zm4 3.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-generic":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-3 6.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-photo":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 8H3V6h7v6zm4-1.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3zm-6-4V8.5L7.2 10 6 9.2 4 11h5zM4.6 8.6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z";break;case"embed-post":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8.6 9l-.4.3c-.4.4-.5 1.1-.2 1.6l-.8.8-1.1-1.1-1.3 1.3c-.2.2-1.6 1.3-1.8 1.1-.2-.2.9-1.6 1.1-1.8l1.3-1.3-1.1-1.1.8-.8c.5.3 1.2.3 1.6-.2l.3-.3c.5-.5.5-1.2.2-1.7L8 5l3 2.9-.8.8c-.5-.2-1.2-.2-1.6.3zm5.4 1.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-video":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 6.5L8 9.1V11H3V6h5v1.8l2-1.3v4zm4 0L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"excerpt-view":e="M19 18V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1zM4 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v6H6V3h11zM4 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v6H6v-6h11z";break;case"exit":e="M13 3v2h2v10h-2v2h4V3h-4zm0 8V9H5.4l4.3-4.3-1.4-1.4L1.6 10l6.7 6.7 1.4-1.4L5.4 11H13z";break;case"external":e="M9 3h8v8l-2-1V6.92l-5.6 5.59-1.41-1.41L14.08 5H10zm3 12v-3l2-2v7H3V6h8L9 8H5v7h7z";break;case"facebook-alt":e="M8.46 18h2.93v-7.3h2.45l.37-2.84h-2.82V6.04c0-.82.23-1.38 1.41-1.38h1.51V2.11c-.26-.03-1.15-.11-2.19-.11-2.18 0-3.66 1.33-3.66 3.76v2.1H6v2.84h2.46V18z";break;case"facebook":e="M2.89 2h14.23c.49 0 .88.39.88.88v14.24c0 .48-.39.88-.88.88h-4.08v-6.2h2.08l.31-2.41h-2.39V7.85c0-.7.2-1.18 1.2-1.18h1.28V4.51c-.22-.03-.98-.09-1.86-.09-1.85 0-3.11 1.12-3.11 3.19v1.78H8.46v2.41h2.09V18H2.89c-.49 0-.89-.4-.89-.88V2.88c0-.49.4-.88.89-.88z";break;case"feedback":e="M2 2h16c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm15 14V7H3v9h14zM4 8v1h3V8H4zm4 0v3h8V8H8zm-4 4v1h3v-1H4zm4 0v3h8v-3H8z";break;case"filter":e="M3 4.5v-2s3.34-1 7-1 7 1 7 1v2l-5 7.03v6.97s-1.22-.09-2.25-.59S8 16.5 8 16.5v-4.97z";break;case"flag":e="M5 18V3H3v15h2zm1-6V4c3-1 7 1 11 0v8c-3 1.27-8-1-11 0z";break;case"format-aside":e="M1 1h18v12l-6 6H1V1zm3 3v1h12V4H4zm0 4v1h12V8H4zm6 5v-1H4v1h6zm2 4l5-5h-5v5z";break;case"format-audio":e="M6.99 3.08l11.02-2c.55-.08.99.45.99 1V14.5c0 1.94-1.57 3.5-3.5 3.5S12 16.44 12 14.5c0-1.93 1.57-3.5 3.5-3.5.54 0 1.04.14 1.5.35V5.08l-9 2V16c-.24 1.7-1.74 3-3.5 3C2.57 19 1 17.44 1 15.5 1 13.57 2.57 12 4.5 12c.54 0 1.04.14 1.5.35V4.08c0-.55.44-.91.99-1z";break;case"format-chat":e="M11 6h-.82C9.07 6 8 7.2 8 8.16V10l-3 3v-3H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v3zm0 1h6c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-2v3l-3-3h-1c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2z";break;case"format-gallery":e="M16 4h1.96c.57 0 1.04.47 1.04 1.04v12.92c0 .57-.47 1.04-1.04 1.04H5.04C4.47 19 4 18.53 4 17.96V16H2.04C1.47 16 1 15.53 1 14.96V2.04C1 1.47 1.47 1 2.04 1h12.92c.57 0 1.04.47 1.04 1.04V4zM3 14h11V3H3v11zm5-8.5C8 4.67 7.33 4 6.5 4S5 4.67 5 5.5 5.67 7 6.5 7 8 6.33 8 5.5zm2 4.5s1-5 3-5v8H4V7c2 0 2 3 2 3s.33-2 2-2 2 2 2 2zm7 7V6h-1v8.96c0 .57-.47 1.04-1.04 1.04H6v1h11z";break;case"format-image":e="M2.25 1h15.5c.69 0 1.25.56 1.25 1.25v15.5c0 .69-.56 1.25-1.25 1.25H2.25C1.56 19 1 18.44 1 17.75V2.25C1 1.56 1.56 1 2.25 1zM17 17V3H3v14h14zM10 6c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm3 5s0-6 3-6v10c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V8c2 0 3 4 3 4s1-3 3-3 3 2 3 2z";break;case"format-quote":e="M8.54 12.74c0-.87-.24-1.61-.72-2.22-.73-.92-2.14-1.03-2.96-.85-.34-1.93 1.3-4.39 3.42-5.45L6.65 1.94C3.45 3.46.31 6.96.85 11.37 1.19 14.16 2.8 16 5.08 16c1 0 1.83-.29 2.48-.88.66-.59.98-1.38.98-2.38zm9.43 0c0-.87-.24-1.61-.72-2.22-.73-.92-2.14-1.03-2.96-.85-.34-1.93 1.3-4.39 3.42-5.45l-1.63-2.28c-3.2 1.52-6.34 5.02-5.8 9.43.34 2.79 1.95 4.63 4.23 4.63 1 0 1.83-.29 2.48-.88.66-.59.98-1.38.98-2.38z";break;case"format-status":e="M10 1c7 0 9 2.91 9 6.5S17 14 10 14s-9-2.91-9-6.5S3 1 10 1zM5.5 9C6.33 9 7 8.33 7 7.5S6.33 6 5.5 6 4 6.67 4 7.5 4.67 9 5.5 9zM10 9c.83 0 1.5-.67 1.5-1.5S10.83 6 10 6s-1.5.67-1.5 1.5S9.17 9 10 9zm4.5 0c.83 0 1.5-.67 1.5-1.5S15.33 6 14.5 6 13 6.67 13 7.5 13.67 9 14.5 9zM6 14.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-3 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z";break;case"format-video":e="M2 1h16c.55 0 1 .45 1 1v16l-18-.02V2c0-.55.45-1 1-1zm4 1L4 5h1l2-3H6zm4 0H9L7 5h1zm3 0h-1l-2 3h1zm3 0h-1l-2 3h1zm1 14V6H3v10h14zM8 7l6 4-6 4V7z";break;case"forms":e="M2 2h7v7H2V2zm9 0v7h7V2h-7zM5.5 4.5L7 3H4zM12 8V3h5v5h-5zM4.5 5.5L3 4v3zM8 4L6.5 5.5 8 7V4zM5.5 6.5L4 8h3zM9 18v-7H2v7h7zm9 0h-7v-7h7v7zM8 12v5H3v-5h5zm6.5 1.5L16 12h-3zM12 16l1.5-1.5L12 13v3zm3.5-1.5L17 16v-3zm-1 1L13 17h3z";break;case"googleplus":e="M6.73 10h5.4c.05.29.09.57.09.95 0 3.27-2.19 5.6-5.49 5.6-3.17 0-5.73-2.57-5.73-5.73 0-3.17 2.56-5.73 5.73-5.73 1.54 0 2.84.57 3.83 1.5l-1.55 1.5c-.43-.41-1.17-.89-2.28-.89-1.96 0-3.55 1.62-3.55 3.62 0 1.99 1.59 3.61 3.55 3.61 2.26 0 3.11-1.62 3.24-2.47H6.73V10zM19 10v1.64h-1.64v1.63h-1.63v-1.63h-1.64V10h1.64V8.36h1.63V10H19z";break;case"grid-view":e="M2 1h16c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm7.01 7.99v-6H3v6h6.01zm8 0v-6h-6v6h6zm-8 8.01v-6H3v6h6.01zm8 0v-6h-6v6h6z";break;case"groups":e="M8.03 4.46c-.29 1.28.55 3.46 1.97 3.46 1.41 0 2.25-2.18 1.96-3.46-.22-.98-1.08-1.63-1.96-1.63-.89 0-1.74.65-1.97 1.63zm-4.13.9c-.25 1.08.47 2.93 1.67 2.93s1.92-1.85 1.67-2.93c-.19-.83-.92-1.39-1.67-1.39s-1.48.56-1.67 1.39zm8.86 0c-.25 1.08.47 2.93 1.66 2.93 1.2 0 1.92-1.85 1.67-2.93-.19-.83-.92-1.39-1.67-1.39-.74 0-1.47.56-1.66 1.39zm-.59 11.43l1.25-4.3C14.2 10 12.71 8.47 10 8.47c-2.72 0-4.21 1.53-3.44 4.02l1.26 4.3C8.05 17.51 9 18 10 18c.98 0 1.94-.49 2.17-1.21zm-6.1-7.63c-.49.67-.96 1.83-.42 3.59l1.12 3.79c-.34.2-.77.31-1.2.31-.85 0-1.65-.41-1.85-1.03l-1.07-3.65c-.65-2.11.61-3.4 2.92-3.4.27 0 .54.02.79.06-.1.1-.2.22-.29.33zm8.35-.39c2.31 0 3.58 1.29 2.92 3.4l-1.07 3.65c-.2.62-1 1.03-1.85 1.03-.43 0-.86-.11-1.2-.31l1.11-3.77c.55-1.78.08-2.94-.42-3.61-.08-.11-.18-.23-.28-.33.25-.04.51-.06.79-.06z";break;case"hammer":e="M17.7 6.32l1.41 1.42-3.47 3.41-1.42-1.42.84-.82c-.32-.76-.81-1.57-1.51-2.31l-4.61 6.59-5.26 4.7c-.39.39-1.02.39-1.42 0l-1.2-1.21c-.39-.39-.39-1.02 0-1.41l10.97-9.92c-1.37-.86-3.21-1.46-5.67-1.48 2.7-.82 4.95-.93 6.58-.3 1.7.66 2.82 2.2 3.91 3.58z";break;case"heading":e="M12.5 4v5.2h-5V4H5v13h2.5v-5.2h5V17H15V4";break;case"heart":e="M10 17.12c3.33-1.4 5.74-3.79 7.04-6.21 1.28-2.41 1.46-4.81.32-6.25-1.03-1.29-2.37-1.78-3.73-1.74s-2.68.63-3.63 1.46c-.95-.83-2.27-1.42-3.63-1.46s-2.7.45-3.73 1.74c-1.14 1.44-.96 3.84.34 6.25 1.28 2.42 3.69 4.81 7.02 6.21z";break;case"hidden":e="M17.2 3.3l.16.17c.39.39.39 1.02 0 1.41L4.55 17.7c-.39.39-1.03.39-1.41 0l-.17-.17c-.39-.39-.39-1.02 0-1.41l1.59-1.6c-1.57-1-2.76-2.3-3.56-3.93.81-1.65 2.03-2.98 3.64-3.99S8.04 5.09 10 5.09c1.2 0 2.33.21 3.4.6l2.38-2.39c.39-.39 1.03-.39 1.42 0zm-7.09 4.01c-.23.25-.34.54-.34.88 0 .31.12.58.31.81l1.8-1.79c-.13-.12-.28-.21-.45-.26-.11-.01-.28-.03-.49-.04-.33.03-.6.16-.83.4zM2.4 10.59c.69 1.23 1.71 2.25 3.05 3.05l1.28-1.28c-.51-.69-.77-1.47-.77-2.36 0-1.06.36-1.98 1.09-2.76-1.04.27-1.96.7-2.76 1.26-.8.58-1.43 1.27-1.89 2.09zm13.22-2.13l.96-.96c1.02.86 1.83 1.89 2.42 3.09-.81 1.65-2.03 2.98-3.64 3.99s-3.4 1.51-5.36 1.51c-.63 0-1.24-.07-1.83-.18l1.07-1.07c.25.02.5.05.76.05 1.63 0 3.13-.4 4.5-1.21s2.4-1.84 3.1-3.09c-.46-.82-1.09-1.51-1.89-2.09-.03-.01-.06-.03-.09-.04zm-5.58 5.58l4-4c-.01 1.1-.41 2.04-1.18 2.81-.78.78-1.72 1.18-2.82 1.19z";break;case"html":e="M4 16v-2H2v2H1v-5h1v2h2v-2h1v5H4zM7 16v-4H5.6v-1h3.7v1H8v4H7zM10 16v-5h1l1.4 3.4h.1L14 11h1v5h-1v-3.1h-.1l-1.1 2.5h-.6l-1.1-2.5H11V16h-1zM19 16h-3v-5h1v4h2v1zM9.4 4.2L7.1 6.5l2.3 2.3-.6 1.2-3.5-3.5L8.8 3l.6 1.2zm1.2 4.6l2.3-2.3-2.3-2.3.6-1.2 3.5 3.5-3.5 3.5-.6-1.2z";break;case"id-alt":e="M18 18H2V2h16v16zM8.05 7.53c.13-.07.24-.15.33-.24.09-.1.17-.21.24-.34.07-.14.13-.26.17-.37s.07-.22.1-.34L8.95 6c0-.04.01-.07.01-.09.05-.32.03-.61-.04-.9-.08-.28-.23-.52-.46-.72C8.23 4.1 7.95 4 7.6 4c-.2 0-.39.04-.56.11-.17.08-.31.18-.41.3-.11.13-.2.27-.27.44-.07.16-.11.33-.12.51s0 .36.01.55l.02.09c.01.06.03.15.06.25s.06.21.1.33.1.25.17.37c.08.12.16.23.25.33s.2.19.34.25c.13.06.28.09.43.09s.3-.03.43-.09zM16 5V4h-5v1h5zm0 2V6h-5v1h5zM7.62 8.83l-1.38-.88c-.41 0-.79.11-1.14.32-.35.22-.62.5-.81.85-.19.34-.29.7-.29 1.07v1.25l.2.05c.13.04.31.09.55.14.24.06.51.12.8.17.29.06.62.1 1 .14.37.04.73.06 1.07.06s.69-.02 1.07-.06.7-.09.98-.14c.27-.05.54-.1.82-.17.27-.06.45-.11.54-.13.09-.03.16-.05.21-.06v-1.25c0-.36-.1-.72-.31-1.07s-.49-.64-.84-.86-.72-.33-1.11-.33zM16 9V8h-3v1h3zm0 2v-1h-3v1h3zm0 3v-1H4v1h12zm0 2v-1H4v1h12z";break;case"id":e="M18 16H2V4h16v12zM7.05 8.53c.13-.07.24-.15.33-.24.09-.1.17-.21.24-.34.07-.14.13-.26.17-.37s.07-.22.1-.34L7.95 7c0-.04.01-.07.01-.09.05-.32.03-.61-.04-.9-.08-.28-.23-.52-.46-.72C7.23 5.1 6.95 5 6.6 5c-.2 0-.39.04-.56.11-.17.08-.31.18-.41.3-.11.13-.2.27-.27.44-.07.16-.11.33-.12.51s0 .36.01.55l.02.09c.01.06.03.15.06.25s.06.21.1.33.1.25.17.37c.08.12.16.23.25.33s.2.19.34.25c.13.06.28.09.43.09s.3-.03.43-.09zM17 9V5h-5v4h5zm-10.38.83l-1.38-.88c-.41 0-.79.11-1.14.32-.35.22-.62.5-.81.85-.19.34-.29.7-.29 1.07v1.25l.2.05c.13.04.31.09.55.14.24.06.51.12.8.17.29.06.62.1 1 .14.37.04.73.06 1.07.06s.69-.02 1.07-.06.7-.09.98-.14c.27-.05.54-.1.82-.17.27-.06.45-.11.54-.13.09-.03.16-.05.21-.06v-1.25c0-.36-.1-.72-.31-1.07s-.49-.64-.84-.86-.72-.33-1.11-.33zM17 11v-1h-5v1h5zm0 2v-1h-5v1h5zm0 2v-1H3v1h14z";break;case"image-crop":e="M19 12v3h-4v4h-3v-4H4V7H0V4h4V0h3v4h7l3-3 1 1-3 3v7h4zm-8-5H7v4zm-3 5h4V8z";break;case"image-filter":e="M14 5.87c0-2.2-1.79-4-4-4s-4 1.8-4 4c0 2.21 1.79 4 4 4s4-1.79 4-4zM3.24 10.66c-1.92 1.1-2.57 3.55-1.47 5.46 1.11 1.92 3.55 2.57 5.47 1.47 1.91-1.11 2.57-3.55 1.46-5.47-1.1-1.91-3.55-2.56-5.46-1.46zm9.52 6.93c1.92 1.1 4.36.45 5.47-1.46 1.1-1.92.45-4.36-1.47-5.47-1.91-1.1-4.36-.45-5.46 1.46-1.11 1.92-.45 4.36 1.46 5.47z";break;case"image-flip-horizontal":e="M19 3v14h-8v3H9v-3H1V3h8V0h2v3h8zm-8.5 14V3h-1v14h1zM7 6.5L3 10l4 3.5v-7zM17 10l-4-3.5v7z";break;case"image-flip-vertical":e="M20 9v2h-3v8H3v-8H0V9h3V1h14v8h3zM6.5 7h7L10 3zM17 9.5H3v1h14v-1zM13.5 13h-7l3.5 4z";break;case"image-rotate-left":e="M7 5H5.05c0-1.74.85-2.9 2.95-2.9V0C4.85 0 2.96 2.11 2.96 5H1.18L3.8 8.39zm13-4v14h-5v5H1V10h9V1h10zm-2 2h-6v7h3v3h3V3zm-5 9H3v6h10v-6z";break;case"image-rotate-right":e="M15.95 5H14l3.2 3.39L19.82 5h-1.78c0-2.89-1.89-5-5.04-5v2.1c2.1 0 2.95 1.16 2.95 2.9zM1 1h10v9h9v10H6v-5H1V1zm2 2v10h3v-3h3V3H3zm5 9v6h10v-6H8z";break;case"image-rotate":e="M10.25 1.02c5.1 0 8.75 4.04 8.75 9s-3.65 9-8.75 9c-3.2 0-6.02-1.59-7.68-3.99l2.59-1.52c1.1 1.5 2.86 2.51 4.84 2.51 3.3 0 6-2.79 6-6s-2.7-6-6-6c-1.97 0-3.72 1-4.82 2.49L7 8.02l-6 2v-7L2.89 4.6c1.69-2.17 4.36-3.58 7.36-3.58z";break;case"images-alt":e="M4 15v-3H2V2h12v3h2v3h2v10H6v-3H4zm7-12c-1.1 0-2 .9-2 2h4c0-1.1-.89-2-2-2zm-7 8V6H3v5h1zm7-3h4c0-1.1-.89-2-2-2-1.1 0-2 .9-2 2zm-5 6V9H5v5h1zm9-1c1.1 0 2-.89 2-2 0-1.1-.9-2-2-2s-2 .9-2 2c0 1.11.9 2 2 2zm2 4v-2c-5 0-5-3-10-3v5h10z";break;case"images-alt2":e="M5 3h14v11h-2v2h-2v2H1V7h2V5h2V3zm13 10V4H6v9h12zm-3-4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm1 6v-1H5V6H4v9h12zM7 6l10 6H7V6zm7 11v-1H3V8H2v9h12z";break;case"index-card":e="M1 3.17V18h18V4H8v-.83c0-.32-.12-.6-.35-.83S7.14 2 6.82 2H2.18c-.33 0-.6.11-.83.34-.24.23-.35.51-.35.83zM10 6v2H3V6h7zm7 0v10h-5V6h5zm-7 4v2H3v-2h7zm0 4v2H3v-2h7z";break;case"info-outline":e="M9 15h2V9H9v6zm1-10c-.5 0-1 .5-1 1s.5 1 1 1 1-.5 1-1-.5-1-1-1zm0-4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z";break;case"info":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1 4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 9V9H9v6h2z";break;case"insert-after":e="M9 12h2v-2h2V8h-2V6H9v2H7v2h2v2zm1 4c3.9 0 7-3.1 7-7s-3.1-7-7-7-7 3.1-7 7 3.1 7 7 7zm0-12c2.8 0 5 2.2 5 5s-2.2 5-5 5-5-2.2-5-5 2.2-5 5-5zM3 19h14v-2H3v2z";break;case"insert-before":e="M11 8H9v2H7v2h2v2h2v-2h2v-2h-2V8zm-1-4c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zM3 1v2h14V1H3z";break;case"insert":e="M10 1c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm1-11H9v3H6v2h3v3h2v-3h3V9h-3V6z";break;case"instagram":e="M12.67 10A2.67 2.67 0 1 0 10 12.67 2.68 2.68 0 0 0 12.67 10zm1.43 0A4.1 4.1 0 1 1 10 5.9a4.09 4.09 0 0 1 4.1 4.1zm1.13-4.27a1 1 0 1 1-1-1 1 1 0 0 1 1 1zM10 3.44c-1.17 0-3.67-.1-4.72.32a2.67 2.67 0 0 0-1.52 1.52c-.42 1-.32 3.55-.32 4.72s-.1 3.67.32 4.72a2.74 2.74 0 0 0 1.52 1.52c1 .42 3.55.32 4.72.32s3.67.1 4.72-.32a2.83 2.83 0 0 0 1.52-1.52c.42-1.05.32-3.55.32-4.72s.1-3.67-.32-4.72a2.74 2.74 0 0 0-1.52-1.52c-1.05-.42-3.55-.32-4.72-.32zM18 10c0 1.1 0 2.2-.05 3.3a4.84 4.84 0 0 1-1.29 3.36A4.8 4.8 0 0 1 13.3 18H6.7a4.84 4.84 0 0 1-3.36-1.29 4.84 4.84 0 0 1-1.29-3.41C2 12.2 2 11.1 2 10V6.7a4.84 4.84 0 0 1 1.34-3.36A4.8 4.8 0 0 1 6.7 2.05C7.8 2 8.9 2 10 2h3.3a4.84 4.84 0 0 1 3.36 1.29A4.8 4.8 0 0 1 18 6.7V10z";break;case"keyboard-hide":e="M18,0 L2,0 C0.9,0 0.01,0.9 0.01,2 L0,12 C0,13.1 0.9,14 2,14 L18,14 C19.1,14 20,13.1 20,12 L20,2 C20,0.9 19.1,0 18,0 Z M18,12 L2,12 L2,2 L18,2 L18,12 Z M9,3 L11,3 L11,5 L9,5 L9,3 Z M9,6 L11,6 L11,8 L9,8 L9,6 Z M6,3 L8,3 L8,5 L6,5 L6,3 Z M6,6 L8,6 L8,8 L6,8 L6,6 Z M3,6 L5,6 L5,8 L3,8 L3,6 Z M3,3 L5,3 L5,5 L3,5 L3,3 Z M6,9 L14,9 L14,11 L6,11 L6,9 Z M12,6 L14,6 L14,8 L12,8 L12,6 Z M12,3 L14,3 L14,5 L12,5 L12,3 Z M15,6 L17,6 L17,8 L15,8 L15,6 Z M15,3 L17,3 L17,5 L15,5 L15,3 Z M10,20 L14,16 L6,16 L10,20 Z";break;case"laptop":e="M3 3h14c.6 0 1 .4 1 1v10c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V4c0-.6.4-1 1-1zm13 2H4v8h12V5zm-3 1H5v4zm6 11v-1H1v1c0 .6.5 1 1.1 1h15.8c.6 0 1.1-.4 1.1-1z";break;case"layout":e="M2 2h5v11H2V2zm6 0h5v5H8V2zm6 0h4v16h-4V2zM8 8h5v5H8V8zm-6 6h11v4H2v-4z";break;case"leftright":e="M3 10.03L9 6v8zM11 6l6 4.03L11 14V6z";break;case"lightbulb":e="M10 1c3.11 0 5.63 2.52 5.63 5.62 0 1.84-2.03 4.58-2.03 4.58-.33.44-.6 1.25-.6 1.8v1c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-1c0-.55-.27-1.36-.6-1.8 0 0-2.02-2.74-2.02-4.58C4.38 3.52 6.89 1 10 1zM7 16.87V16h6v.87c0 .62-.13 1.13-.75 1.13H12c0 .62-.4 1-1.02 1h-2c-.61 0-.98-.38-.98-1h-.25c-.62 0-.75-.51-.75-1.13z";break;case"list-view":e="M2 19h16c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1zM4 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6V3h11zM4 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6V7h11zM4 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6v-2h11zM4 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6v-2h11z";break;case"location-alt":e="M13 13.14l1.17-5.94c.79-.43 1.33-1.25 1.33-2.2 0-1.38-1.12-2.5-2.5-2.5S10.5 3.62 10.5 5c0 .95.54 1.77 1.33 2.2zm0-9.64c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm1.72 4.8L18 6.97v9L13.12 18 7 15.97l-5 2v-9l5-2 4.27 1.41 1.73 7.3z";break;case"location":e="M10 2C6.69 2 4 4.69 4 8c0 2.02 1.17 3.71 2.53 4.89.43.37 1.18.96 1.85 1.83.74.97 1.41 2.01 1.62 2.71.21-.7.88-1.74 1.62-2.71.67-.87 1.42-1.46 1.85-1.83C14.83 11.71 16 10.02 16 8c0-3.31-2.69-6-6-6zm0 2.56c1.9 0 3.44 1.54 3.44 3.44S11.9 11.44 10 11.44 6.56 9.9 6.56 8 8.1 4.56 10 4.56z";break;case"lock":e="M14 9h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h1V6c0-2.21 1.79-4 4-4s4 1.79 4 4v3zm-2 0V6c0-1.1-.9-2-2-2s-2 .9-2 2v3h4zm-1 7l-.36-2.15c.51-.24.86-.75.86-1.35 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .6.35 1.11.86 1.35L9 16h2z";break;case"marker":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z";break;case"media-archive":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zM8 3.5v2l1.8-1zM11 5L9.2 6 11 7V5zM8 6.5v2l1.8-1zM11 8L9.2 9l1.8 1V8zM8 9.5v2l1.8-1zm3 1.5l-1.8 1 1.8 1v-2zm-1.5 6c.83 0 1.62-.72 1.5-1.63-.05-.38-.49-1.61-.49-1.61l-1.99-1.1s-.45 1.95-.52 2.71c-.07.77.67 1.63 1.5 1.63zm0-2.39c.42 0 .76.34.76.76 0 .43-.34.77-.76.77s-.76-.34-.76-.77c0-.42.34-.76.76-.76z";break;case"media-audio":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm1 7.26V8.09c0-.11-.04-.21-.12-.29-.07-.08-.16-.11-.27-.1 0 0-3.97.71-4.25.78C8.07 8.54 8 8.8 8 9v3.37c-.2-.09-.42-.07-.6-.07-.38 0-.7.13-.96.39-.26.27-.4.58-.4.96 0 .37.14.69.4.95.26.27.58.4.96.4.34 0 .7-.04.96-.26.26-.23.64-.65.64-1.12V10.3l3-.6V12c-.67-.2-1.17.04-1.44.31-.26.26-.39.58-.39.95 0 .38.13.69.39.96.27.26.71.39 1.08.39.38 0 .7-.13.96-.39.26-.27.4-.58.4-.96z";break;case"media-code":e="M12 2l4 4v12H4V2h8zM9 13l-2-2 2-2-1-1-3 3 3 3zm3 1l3-3-3-3-1 1 2 2-2 2z";break;case"media-default":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3z";break;case"media-document":e="M12 2l4 4v12H4V2h8zM5 3v1h6V3H5zm7 3h3l-3-3v3zM5 5v1h6V5H5zm10 3V7H5v1h10zM5 9v1h4V9H5zm10 3V9h-5v3h5zM5 11v1h4v-1H5zm10 3v-1H5v1h10zm-3 2v-1H5v1h7z";break;case"media-interactive":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm2 8V8H6v6h3l-1 2h1l1-2 1 2h1l-1-2h3zm-6-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-2v2h-3V9h3zm0 3v1H7v-1h6z";break;case"media-spreadsheet":e="M12 2l4 4v12H4V2h8zm-1 4V3H5v3h6zM8 8V7H5v1h3zm3 0V7H9v1h2zm4 0V7h-3v1h3zm-7 2V9H5v1h3zm3 0V9H9v1h2zm4 0V9h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2zm4 0v-1h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2zm4 0v-1h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2z";break;case"media-text":e="M12 2l4 4v12H4V2h8zM5 3v1h6V3H5zm7 3h3l-3-3v3zM5 5v1h6V5H5zm10 3V7H5v1h10zm0 2V9H5v1h10zm0 2v-1H5v1h10zm-4 2v-1H5v1h6z";break;case"media-video":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm-1 8v-3c0-.27-.1-.51-.29-.71-.2-.19-.44-.29-.71-.29H7c-.27 0-.51.1-.71.29-.19.2-.29.44-.29.71v3c0 .27.1.51.29.71.2.19.44.29.71.29h3c.27 0 .51-.1.71-.29.19-.2.29-.44.29-.71zm3 1v-5l-2 2v1z";break;case"megaphone":e="M18.15 5.94c.46 1.62.38 3.22-.02 4.48-.42 1.28-1.26 2.18-2.3 2.48-.16.06-.26.06-.4.06-.06.02-.12.02-.18.02-.06.02-.14.02-.22.02h-6.8l2.22 5.5c.02.14-.06.26-.14.34-.08.1-.24.16-.34.16H6.95c-.1 0-.26-.06-.34-.16-.08-.08-.16-.2-.14-.34l-1-5.5H4.25l-.02-.02c-.5.06-1.08-.18-1.54-.62s-.88-1.08-1.06-1.88c-.24-.8-.2-1.56-.02-2.2.18-.62.58-1.08 1.06-1.3l.02-.02 9-5.4c.1-.06.18-.1.24-.16.06-.04.14-.08.24-.12.16-.08.28-.12.5-.18 1.04-.3 2.24.1 3.22.98s1.84 2.24 2.26 3.86zm-2.58 5.98h-.02c.4-.1.74-.34 1.04-.7.58-.7.86-1.76.86-3.04 0-.64-.1-1.3-.28-1.98-.34-1.36-1.02-2.5-1.78-3.24s-1.68-1.1-2.46-.88c-.82.22-1.4.96-1.7 2-.32 1.04-.28 2.36.06 3.72.38 1.36 1 2.5 1.8 3.24.78.74 1.62 1.1 2.48.88zm-2.54-7.08c.22-.04.42-.02.62.04.38.16.76.48 1.02 1s.42 1.2.42 1.78c0 .3-.04.56-.12.8-.18.48-.44.84-.86.94-.34.1-.8-.06-1.14-.4s-.64-.86-.78-1.5c-.18-.62-.12-1.24.02-1.72s.48-.84.82-.94z";break;case"menu-alt":e="M3 4h14v2H3V4zm0 5h14v2H3V9zm0 5h14v2H3v-2z";break;case"menu":e="M17 7V5H3v2h14zm0 4V9H3v2h14zm0 4v-2H3v2h14z";break;case"microphone":e="M12 9V3c0-1.1-.89-2-2-2-1.12 0-2 .94-2 2v6c0 1.1.9 2 2 2 1.13 0 2-.94 2-2zm4 0c0 2.97-2.16 5.43-5 5.91V17h2c.56 0 1 .45 1 1s-.44 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.09C6.17 14.43 4 11.97 4 9c0-.55.45-1 1-1 .56 0 1 .45 1 1 0 2.21 1.8 4 4 4 2.21 0 4-1.79 4-4 0-.55.45-1 1-1 .56 0 1 .45 1 1z";break;case"migrate":e="M4 6h6V4H2v12.01h8V14H4V6zm2 2h6V5l6 5-6 5v-3H6V8z";break;case"minus":e="M4 9h12v2H4V9z";break;case"money":e="M0 3h20v12h-.75c0-1.79-1.46-3.25-3.25-3.25-1.31 0-2.42.79-2.94 1.91-.25-.1-.52-.16-.81-.16-.98 0-1.8.63-2.11 1.5H0V3zm8.37 3.11c-.06.15-.1.31-.11.47s-.01.33.01.5l.02.08c.01.06.02.14.05.23.02.1.06.2.1.31.03.11.09.22.15.33.07.12.15.22.23.31s.18.17.31.23c.12.06.25.09.4.09.14 0 .27-.03.39-.09s.22-.14.3-.22c.09-.09.16-.2.22-.32.07-.12.12-.23.16-.33s.07-.2.09-.31c.03-.11.04-.18.05-.22s.01-.07.01-.09c.05-.29.03-.56-.04-.82s-.21-.48-.41-.66c-.21-.18-.47-.27-.79-.27-.19 0-.36.03-.52.1-.15.07-.28.16-.38.28-.09.11-.17.25-.24.4zm4.48 6.04v-1.14c0-.33-.1-.66-.29-.98s-.45-.59-.77-.79c-.32-.21-.66-.31-1.02-.31l-1.24.84-1.28-.82c-.37 0-.72.1-1.04.3-.31.2-.56.46-.74.77-.18.32-.27.65-.27.99v1.14l.18.05c.12.04.29.08.51.14.23.05.47.1.74.15.26.05.57.09.91.13.34.03.67.05.99.05.3 0 .63-.02.98-.05.34-.04.64-.08.89-.13.25-.04.5-.1.76-.16l.5-.12c.08-.02.14-.04.19-.06zm3.15.1c1.52 0 2.75 1.23 2.75 2.75s-1.23 2.75-2.75 2.75c-.73 0-1.38-.3-1.87-.77.23-.35.37-.78.37-1.23 0-.77-.39-1.46-.99-1.86.43-.96 1.37-1.64 2.49-1.64zm-5.5 3.5c0-.96.79-1.75 1.75-1.75s1.75.79 1.75 1.75-.79 1.75-1.75 1.75-1.75-.79-1.75-1.75z";break;case"move":e="M19 10l-4 4v-3h-4v4h3l-4 4-4-4h3v-4H5v3l-4-4 4-4v3h4V5H6l4-4 4 4h-3v4h4V6z";break;case"nametag":e="M12 5V2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm-2-3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 13V7c0-1.1-.9-2-2-2h-3v.33C13 6.25 12.25 7 11.33 7H8.67C7.75 7 7 6.25 7 5.33V5H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-1-6v6H3V9h14zm-8 2c0-.55-.22-1-.5-1s-.5.45-.5 1 .22 1 .5 1 .5-.45.5-1zm3 0c0-.55-.22-1-.5-1s-.5.45-.5 1 .22 1 .5 1 .5-.45.5-1zm-5.96 1.21c.92.48 2.34.79 3.96.79s3.04-.31 3.96-.79c-.21 1-1.89 1.79-3.96 1.79s-3.75-.79-3.96-1.79z";break;case"networking":e="M18 13h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01h-4c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2h-5v2h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01H8c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2H4v2h1c.55 0 1 .45 1 1.01v2.98C6 17.55 5.55 18 5 18H1c-.55 0-1-.45-1-1.01v-2.98C0 13.45.45 13 1 13h1v-2c0-1.1.9-2 2-2h5V7H8c-.55 0-1-.45-1-1.01V3.01C7 2.45 7.45 2 8 2h4c.55 0 1 .45 1 1.01v2.98C13 6.55 12.55 7 12 7h-1v2h5c1.1 0 2 .9 2 2v2z";break;case"no-alt":e="M14.95 6.46L11.41 10l3.54 3.54-1.41 1.41L10 11.42l-3.53 3.53-1.42-1.42L8.58 10 5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z";break;case"no":e="M12.12 10l3.53 3.53-2.12 2.12L10 12.12l-3.54 3.54-2.12-2.12L7.88 10 4.34 6.46l2.12-2.12L10 7.88l3.54-3.53 2.12 2.12z";break;case"palmtree":e="M8.58 2.39c.32 0 .59.05.81.14 1.25.55 1.69 2.24 1.7 3.97.59-.82 2.15-2.29 3.41-2.29s2.94.73 3.53 3.55c-1.13-.65-2.42-.94-3.65-.94-1.26 0-2.45.32-3.29.89.4-.11.86-.16 1.33-.16 1.39 0 2.9.45 3.4 1.31.68 1.16.47 3.38-.76 4.14-.14-2.1-1.69-4.12-3.47-4.12-.44 0-.88.12-1.33.38C8 10.62 7 14.56 7 19H2c0-5.53 4.21-9.65 7.68-10.79-.56-.09-1.17-.15-1.82-.15C6.1 8.06 4.05 8.5 2 10c.76-2.96 2.78-4.1 4.69-4.1 1.25 0 2.45.5 3.2 1.29-.66-2.24-2.49-2.86-4.08-2.86-.8 0-1.55.16-2.05.35.91-1.29 3.31-2.29 4.82-2.29zM13 11.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z";break;case"paperclip":e="M17.05 2.7c1.93 1.94 1.93 5.13 0 7.07L10 16.84c-1.88 1.89-4.91 1.93-6.86.15-.06-.05-.13-.09-.19-.15-1.93-1.94-1.93-5.12 0-7.07l4.94-4.95c.91-.92 2.28-1.1 3.39-.58.3.15.59.33.83.58 1.17 1.17 1.17 3.07 0 4.24l-4.93 4.95c-.39.39-1.02.39-1.41 0s-.39-1.02 0-1.41l4.93-4.95c.39-.39.39-1.02 0-1.41-.38-.39-1.02-.39-1.4 0l-4.94 4.95c-.91.92-1.1 2.29-.57 3.4.14.3.32.59.57.84s.54.43.84.57c1.11.53 2.47.35 3.39-.57l7.05-7.07c1.16-1.17 1.16-3.08 0-4.25-.56-.55-1.28-.83-2-.86-.08.01-.16.01-.24 0-.22-.03-.43-.11-.6-.27-.39-.4-.38-1.05.02-1.45.16-.16.36-.24.56-.28.14-.02.27-.01.4.02 1.19.06 2.36.52 3.27 1.43z";break;case"performance":e="M3.76 17.01h12.48C17.34 15.63 18 13.9 18 12c0-4.41-3.58-8-8-8s-8 3.59-8 8c0 1.9.66 3.63 1.76 5.01zM9 6c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zM4 8c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm4.52 3.4c.84-.83 6.51-3.5 6.51-3.5s-2.66 5.68-3.49 6.51c-.84.84-2.18.84-3.02 0-.83-.83-.83-2.18 0-3.01zM3 13c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm6 0c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm6 0c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1z";break;case"phone":e="M12.06 6l-.21-.2c-.52-.54-.43-.79.08-1.3l2.72-2.75c.81-.82.96-1.21 1.73-.48l.21.2zm.53.45l4.4-4.4c.7.94 2.34 3.47 1.53 5.34-.73 1.67-1.09 1.75-2 3-1.85 2.11-4.18 4.37-6 6.07-1.26.91-1.31 1.33-3 2-1.8.71-4.4-.89-5.38-1.56l4.4-4.4 1.18 1.62c.34.46 1.2-.06 1.8-.66 1.04-1.05 3.18-3.18 4-4.07.59-.59 1.12-1.45.66-1.8zM1.57 16.5l-.21-.21c-.68-.74-.29-.9.52-1.7l2.74-2.72c.51-.49.75-.6 1.27-.11l.2.21z";break;case"playlist-audio":e="M17 3V1H2v2h15zm0 4V5H2v2h15zm-7 4V9H2v2h8zm7.45-1.96l-6 1.12c-.16.02-.19.03-.29.13-.11.09-.16.22-.16.37v4.59c-.29-.13-.66-.14-.93-.14-.54 0-1 .19-1.38.57s-.56.84-.56 1.38c0 .53.18.99.56 1.37s.84.57 1.38.57c.49 0 .92-.16 1.29-.48s.59-.71.65-1.19v-4.95L17 11.27v3.48c-.29-.13-.56-.19-.83-.19-.54 0-1.11.19-1.49.57-.38.37-.57.83-.57 1.37s.19.99.57 1.37.84.57 1.38.57c.53 0 .99-.19 1.37-.57s.57-.83.57-1.37V9.6c0-.16-.05-.3-.16-.41-.11-.12-.24-.17-.39-.15zM8 15v-2H2v2h6zm-2 4v-2H2v2h4z";break;case"playlist-video":e="M17 3V1H2v2h15zm0 4V5H2v2h15zM6 11V9H2v2h4zm2-2h9c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1zm3 7l3.33-2L11 12v4zm-5-1v-2H2v2h4zm0 4v-2H2v2h4z";break;case"plus-alt":e="M15.8 4.2c3.2 3.21 3.2 8.39 0 11.6-3.21 3.2-8.39 3.2-11.6 0C1 12.59 1 7.41 4.2 4.2 7.41 1 12.59 1 15.8 4.2zm-4.3 11.3v-4h4v-3h-4v-4h-3v4h-4v3h4v4h3z";break;case"plus-light":e="M17 9v2h-6v6H9v-6H3V9h6V3h2v6h6z";break;case"plus":e="M17 7v3h-5v5H9v-5H4V7h5V2h3v5h5z";break;case"portfolio":e="M4 5H.78c-.37 0-.74.32-.69.84l1.56 9.99S3.5 8.47 3.86 6.7c.11-.53.61-.7.98-.7H10s-.7-2.08-.77-2.31C9.11 3.25 8.89 3 8.45 3H5.14c-.36 0-.7.23-.8.64C4.25 4.04 4 5 4 5zm4.88 0h-4s.42-1 .87-1h2.13c.48 0 1 1 1 1zM2.67 16.25c-.31.47-.76.75-1.26.75h15.73c.54 0 .92-.31 1.03-.83.44-2.19 1.68-8.44 1.68-8.44.07-.5-.3-.73-.62-.73H16V5.53c0-.16-.26-.53-.66-.53h-3.76c-.52 0-.87.58-.87.58L10 7H5.59c-.32 0-.63.19-.69.5 0 0-1.59 6.7-1.72 7.33-.07.37-.22.99-.51 1.42zM15.38 7H11s.58-1 1.13-1h2.29c.71 0 .96 1 .96 1z";break;case"post-status":e="M14 6c0 1.86-1.28 3.41-3 3.86V16c0 1-2 2-2 2V9.86c-1.72-.45-3-2-3-3.86 0-2.21 1.79-4 4-4s4 1.79 4 4zM8 5c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z";break;case"pressthis":e="M14.76 1C16.55 1 18 2.46 18 4.25c0 1.78-1.45 3.24-3.24 3.24-.23 0-.47-.03-.7-.08L13 8.47V19H2V4h9.54c.13-2 1.52-3 3.22-3zm0 5.49C16 6.49 17 5.48 17 4.25 17 3.01 16 2 14.76 2s-2.24 1.01-2.24 2.25c0 .37.1.72.27 1.03L9.57 8.5c-.28.28-1.77 2.22-1.5 2.49.02.03.06.04.1.04.49 0 2.14-1.28 2.39-1.53l3.24-3.24c.29.14.61.23.96.23z";break;case"products":e="M17 8h1v11H2V8h1V6c0-2.76 2.24-5 5-5 .71 0 1.39.15 2 .42.61-.27 1.29-.42 2-.42 2.76 0 5 2.24 5 5v2zM5 6v2h2V6c0-1.13.39-2.16 1.02-3H8C6.35 3 5 4.35 5 6zm10 2V6c0-1.65-1.35-3-3-3h-.02c.63.84 1.02 1.87 1.02 3v2h2zm-5-4.22C9.39 4.33 9 5.12 9 6v2h2V6c0-.88-.39-1.67-1-2.22z";break;case"randomize":e="M18 6.01L14 9V7h-4l-5 8H2v-2h2l5-8h5V3zM2 5h3l1.15 2.17-1.12 1.8L4 7H2V5zm16 9.01L14 17v-2H9l-1.15-2.17 1.12-1.8L10 13h4v-2z";break;case"redo":e="M8 5h5V2l6 4-6 4V7H8c-2.2 0-4 1.8-4 4s1.8 4 4 4h5v2H8c-3.3 0-6-2.7-6-6s2.7-6 6-6z";break;case"rest-api":e="M3 4h2v12H3z";break;case"rss":e="M14.92 18H18C18 9.32 10.82 2.25 2 2.25v3.02c7.12 0 12.92 5.71 12.92 12.73zm-5.44 0h3.08C12.56 12.27 7.82 7.6 2 7.6v3.02c2 0 3.87.77 5.29 2.16C8.7 14.17 9.48 16.03 9.48 18zm-5.35-.02c1.17 0 2.13-.93 2.13-2.09 0-1.15-.96-2.09-2.13-2.09-1.18 0-2.13.94-2.13 2.09 0 1.16.95 2.09 2.13 2.09z";break;case"saved":e="M15.3 5.3l-6.8 6.8-2.8-2.8-1.4 1.4 4.2 4.2 8.2-8.2";break;case"schedule":e="M2 2h16v4H2V2zm0 10V8h4v4H2zm6-2V8h4v2H8zm6 3V8h4v5h-4zm-6 5v-6h4v6H8zm-6 0v-4h4v4H2zm12 0v-3h4v3h-4z";break;case"screenoptions":e="M9 9V3H3v6h6zm8 0V3h-6v6h6zm-8 8v-6H3v6h6zm8 0v-6h-6v6h6z";break;case"search":e="M12.14 4.18c1.87 1.87 2.11 4.75.72 6.89.12.1.22.21.36.31.2.16.47.36.81.59.34.24.56.39.66.47.42.31.73.57.94.78.32.32.6.65.84 1 .25.35.44.69.59 1.04.14.35.21.68.18 1-.02.32-.14.59-.36.81s-.49.34-.81.36c-.31.02-.65-.04-.99-.19-.35-.14-.7-.34-1.04-.59-.35-.24-.68-.52-1-.84-.21-.21-.47-.52-.77-.93-.1-.13-.25-.35-.47-.66-.22-.32-.4-.57-.56-.78-.16-.2-.29-.35-.44-.5-2.07 1.09-4.69.76-6.44-.98-2.14-2.15-2.14-5.64 0-7.78 2.15-2.15 5.63-2.15 7.78 0zm-1.41 6.36c1.36-1.37 1.36-3.58 0-4.95-1.37-1.37-3.59-1.37-4.95 0-1.37 1.37-1.37 3.58 0 4.95 1.36 1.37 3.58 1.37 4.95 0z";break;case"share-alt":e="M16.22 5.8c.47.69.29 1.62-.4 2.08-.69.47-1.62.29-2.08-.4-.16-.24-.35-.46-.55-.67-.21-.2-.43-.39-.67-.55s-.5-.3-.77-.41c-.27-.12-.55-.21-.84-.26-.59-.13-1.23-.13-1.82-.01-.29.06-.57.15-.84.27-.27.11-.53.25-.77.41s-.46.35-.66.55c-.21.21-.4.43-.56.67s-.3.5-.41.76c-.01.02-.01.03-.01.04-.1.24-.17.48-.23.72H1V6h2.66c.04-.07.07-.13.12-.2.27-.4.57-.77.91-1.11s.72-.65 1.11-.91c.4-.27.83-.51 1.28-.7s.93-.34 1.41-.43c.99-.21 2.03-.21 3.02 0 .48.09.96.24 1.41.43s.88.43 1.28.7c.39.26.77.57 1.11.91s.64.71.91 1.11zM12.5 10c0-1.38-1.12-2.5-2.5-2.5S7.5 8.62 7.5 10s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5zm-8.72 4.2c-.47-.69-.29-1.62.4-2.09.69-.46 1.62-.28 2.08.41.16.24.35.46.55.67.21.2.43.39.67.55s.5.3.77.41c.27.12.55.2.84.26.59.13 1.23.12 1.82 0 .29-.06.57-.14.84-.26.27-.11.53-.25.77-.41s.46-.35.66-.55c.21-.21.4-.44.56-.67.16-.25.3-.5.41-.76.01-.02.01-.03.01-.04.1-.24.17-.48.23-.72H19v3h-2.66c-.04.06-.07.13-.12.2-.27.4-.57.77-.91 1.11s-.72.65-1.11.91c-.4.27-.83.51-1.28.7s-.93.33-1.41.43c-.99.21-2.03.21-3.02 0-.48-.1-.96-.24-1.41-.43s-.88-.43-1.28-.7c-.39-.26-.77-.57-1.11-.91s-.64-.71-.91-1.11z";break;case"share-alt2":e="M18 8l-5 4V9.01c-2.58.06-4.88.45-7 2.99.29-3.57 2.66-5.66 7-5.94V3zM4 14h11v-2l2-1.6V16H2V5h9.43c-1.83.32-3.31 1-4.41 2H4v7z";break;case"share":e="M14.5 12c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3c0-.24.03-.46.09-.69l-4.38-2.3c-.55.61-1.33.99-2.21.99-1.66 0-3-1.34-3-3s1.34-3 3-3c.88 0 1.66.39 2.21.99l4.38-2.3c-.06-.23-.09-.45-.09-.69 0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3c-.88 0-1.66-.39-2.21-.99l-4.38 2.3c.06.23.09.45.09.69s-.03.46-.09.69l4.38 2.3c.55-.61 1.33-.99 2.21-.99z";break;case"shield-alt":e="M10 2s3 2 7 2c0 11-7 14-7 14S3 15 3 4c4 0 7-2 7-2z";break;case"shield":e="M10 2s3 2 7 2c0 11-7 14-7 14S3 15 3 4c4 0 7-2 7-2zm0 8h5s1-1 1-5c0 0-5-1-6-2v7H5c1 4 5 7 5 7v-7z";break;case"shortcode":e="M6 14H4V6h2V4H2v12h4M7.1 17h2.1l3.7-14h-2.1M14 4v2h2v8h-2v2h4V4";break;case"slides":e="M5 14V6h10v8H5zm-3-1V7h2v6H2zm4-6v6h8V7H6zm10 0h2v6h-2V7zm-3 2V8H7v1h6zm0 3v-2H7v2h6z";break;case"smartphone":e="M6 2h8c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm7 12V4H7v10h6zM8 5h4l-4 5V5z";break;case"smiley":e="M7 5.2c1.1 0 2 .89 2 2 0 .37-.11.71-.28 1C8.72 8.2 8 8 7 8s-1.72.2-1.72.2c-.17-.29-.28-.63-.28-1 0-1.11.9-2 2-2zm6 0c1.11 0 2 .89 2 2 0 .37-.11.71-.28 1 0 0-.72-.2-1.72-.2s-1.72.2-1.72.2c-.17-.29-.28-.63-.28-1 0-1.11.89-2 2-2zm-3 13.7c3.72 0 7.03-2.36 8.23-5.88l-1.32-.46C15.9 15.52 13.12 17.5 10 17.5s-5.9-1.98-6.91-4.94l-1.32.46c1.2 3.52 4.51 5.88 8.23 5.88z";break;case"sort":e="M11 7H1l5 7zm-2 7h10l-5-7z";break;case"sos":e="M18 10c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM7.23 3.57L8.72 7.3c-.62.29-1.13.8-1.42 1.42L3.57 7.23c.71-1.64 2.02-2.95 3.66-3.66zm9.2 3.66L12.7 8.72c-.29-.62-.8-1.13-1.42-1.42l1.49-3.73c1.64.71 2.95 2.02 3.66 3.66zM10 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-6.43.77l3.73-1.49c.29.62.8 1.13 1.42 1.42l-1.49 3.73c-1.64-.71-2.95-2.02-3.66-3.66zm9.2 3.66l-1.49-3.73c.62-.29 1.13-.8 1.42-1.42l3.73 1.49c-.71 1.64-2.02 2.95-3.66 3.66z";break;case"star-empty":e="M10 1L7 7l-6 .75 4.13 4.62L4 19l6-3 6 3-1.12-6.63L19 7.75 13 7zm0 2.24l2.34 4.69 4.65.58-3.18 3.56.87 5.15L10 14.88l-4.68 2.34.87-5.15-3.18-3.56 4.65-.58z";break;case"star-filled":e="M10 1l3 6 6 .75-4.12 4.62L16 19l-6-3-6 3 1.13-6.63L1 7.75 7 7z";break;case"star-half":e="M10 1L7 7l-6 .75 4.13 4.62L4 19l6-3 6 3-1.12-6.63L19 7.75 13 7zm0 2.24l2.34 4.69 4.65.58-3.18 3.56.87 5.15L10 14.88V3.24z";break;case"sticky":e="M5 3.61V1.04l8.99-.01-.01 2.58c-1.22.26-2.16 1.35-2.16 2.67v.5c.01 1.31.93 2.4 2.17 2.66l-.01 2.58h-3.41l-.01 2.57c0 .6-.47 4.41-1.06 4.41-.6 0-1.08-3.81-1.08-4.41v-2.56L5 12.02l.01-2.58c1.23-.25 2.15-1.35 2.15-2.66v-.5c0-1.31-.92-2.41-2.16-2.67z";break;case"store":e="M1 10c.41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.51.43.54 0 1.08-.14 1.49-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.63-.46 1-1.17 1-2V7l-3-7H4L0 7v1c0 .83.37 1.54 1 2zm2 8.99h5v-5h4v5h5v-7c-.37-.05-.72-.22-1-.43-.63-.45-1-.73-1-1.56 0 .83-.38 1.11-1 1.56-.41.3-.95.43-1.49.44-.55 0-1.1-.14-1.51-.44-.63-.45-1-.73-1-1.56 0 .83-.38 1.11-1 1.56-.41.3-.95.43-1.5.44-.54 0-1.09-.14-1.5-.44-.63-.45-1-.73-1-1.57 0 .84-.38 1.12-1 1.57-.29.21-.63.38-1 .44v6.99z";break;case"table-col-after":e="M14.08 12.864V9.216h3.648V7.424H14.08V3.776h-1.728v3.648H8.64v1.792h3.712v3.648zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm0 5.12H1.28v3.84H6.4V6.4zm0 5.12H1.28v3.84H6.4v-3.84zM19.2 1.28H7.68v14.08H19.2V1.28z";break;case"table-col-before":e="M6.4 3.776v3.648H2.752v1.792H6.4v3.648h1.728V9.216h3.712V7.424H8.128V3.776zM0 17.92V0h20.48v17.92H0zM12.8 1.28H1.28v14.08H12.8V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.12h-5.12v3.84h5.12V6.4zm0 5.12h-5.12v3.84h5.12v-3.84z";break;case"table-col-delete":e="M6.4 9.98L7.68 8.7v-.256L6.4 7.164V9.98zm6.4-1.532l1.28-1.28V9.92L12.8 8.64v-.192zm7.68 9.472V0H0v17.92h20.48zm-1.28-2.56h-5.12v-1.024l-.256.256-1.024-1.024v1.792H7.68v-1.792l-1.024 1.024-.256-.256v1.024H1.28V1.28H6.4v2.368l.704-.704.576.576V1.216h5.12V3.52l.96-.96.32.32V1.216h5.12V15.36zm-5.76-2.112l-3.136-3.136-3.264 3.264-1.536-1.536 3.264-3.264L5.632 5.44l1.536-1.536 3.136 3.136 3.2-3.2 1.536 1.536-3.2 3.2 3.136 3.136-1.536 1.536z";break;case"table-row-after":e="M13.824 10.176h-2.88v-2.88H9.536v2.88h-2.88v1.344h2.88v2.88h1.408v-2.88h2.88zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm6.4 0H7.68v3.84h5.12V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.056H1.28v9.024H19.2V6.336z";break;case"table-row-before":e="M6.656 6.464h2.88v2.88h1.408v-2.88h2.88V5.12h-2.88V2.24H9.536v2.88h-2.88zM0 17.92V0h20.48v17.92H0zm7.68-2.56h5.12v-3.84H7.68v3.84zm-6.4 0H6.4v-3.84H1.28v3.84zM19.2 1.28H1.28v9.024H19.2V1.28zm0 10.24h-5.12v3.84h5.12v-3.84z";break;case"table-row-delete":e="M17.728 11.456L14.592 8.32l3.2-3.2-1.536-1.536-3.2 3.2L9.92 3.648 8.384 5.12l3.2 3.2-3.264 3.264 1.536 1.536 3.264-3.264 3.136 3.136 1.472-1.536zM0 17.92V0h20.48v17.92H0zm19.2-6.4h-.448l-1.28-1.28H19.2V6.4h-1.792l1.28-1.28h.512V1.28H1.28v3.84h6.208l1.28 1.28H1.28v3.84h7.424l-1.28 1.28H1.28v3.84H19.2v-3.84z";break;case"tablet":e="M4 2h12c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm11 14V4H5v12h10zM6 5h6l-6 5V5z";break;case"tag":e="M11 2h7v7L8 19l-7-7zm3 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z";break;case"tagcloud":e="M11 3v4H1V3h10zm8 0v4h-7V3h7zM7 8v3H1V8h6zm12 0v3H8V8h11zM9 12v2H1v-2h8zm10 0v2h-9v-2h9zM6 15v1H1v-1h5zm5 0v1H7v-1h4zm3 0v1h-2v-1h2zm5 0v1h-4v-1h4z";break;case"testimonial":e="M4 3h12c.55 0 1.02.2 1.41.59S18 4.45 18 5v7c0 .55-.2 1.02-.59 1.41S16.55 14 16 14h-1l-5 5v-5H4c-.55 0-1.02-.2-1.41-.59S2 12.55 2 12V5c0-.55.2-1.02.59-1.41S3.45 3 4 3zm11 2H4v1h11V5zm1 3H4v1h12V8zm-3 3H4v1h9v-1z";break;case"text":e="M18 3v2H2V3h16zm-6 4v2H2V7h10zm6 0v2h-4V7h4zM8 11v2H2v-2h6zm10 0v2h-8v-2h8zm-4 4v2H2v-2h12z";break;case"thumbs-down":e="M7.28 18c-.15.02-.26-.02-.41-.07-.56-.19-.83-.79-.66-1.35.17-.55 1-3.04 1-3.58 0-.53-.75-1-1.35-1h-3c-.6 0-1-.4-1-1s2-7 2-7c.17-.39.55-1 1-1H14v9h-2.14c-.41.41-3.3 4.71-3.58 5.27-.21.41-.6.68-1 .73zM18 12h-2V3h2v9z";break;case"thumbs-up":e="M12.72 2c.15-.02.26.02.41.07.56.19.83.79.66 1.35-.17.55-1 3.04-1 3.58 0 .53.75 1 1.35 1h3c.6 0 1 .4 1 1s-2 7-2 7c-.17.39-.55 1-1 1H6V8h2.14c.41-.41 3.3-4.71 3.58-5.27.21-.41.6-.68 1-.73zM2 8h2v9H2V8z";break;case"tickets-alt":e="M20 6.38L18.99 9.2v-.01c-.52-.19-1.03-.16-1.53.08s-.85.62-1.04 1.14-.16 1.03.07 1.53c.24.5.62.84 1.15 1.03v.01l-1.01 2.82-15.06-5.38.99-2.79c.52.19 1.03.16 1.53-.08.5-.23.84-.61 1.03-1.13s.16-1.03-.08-1.53c-.23-.49-.61-.83-1.13-1.02L4.93 1zm-4.97 5.69l1.37-3.76c.12-.31.1-.65-.04-.95s-.39-.53-.7-.65L8.14 3.98c-.64-.23-1.37.12-1.6.74L5.17 8.48c-.24.65.1 1.37.74 1.6l7.52 2.74c.14.05.28.08.43.08.52 0 1-.33 1.17-.83zM7.97 4.45l7.51 2.73c.19.07.34.21.43.39.08.18.09.38.02.57l-1.37 3.76c-.13.38-.58.59-.96.45L6.09 9.61c-.39-.14-.59-.57-.45-.96l1.37-3.76c.1-.29.39-.49.7-.49.09 0 .17.02.26.05zm6.82 12.14c.35.27.75.41 1.2.41H16v3H0v-2.96c.55 0 1.03-.2 1.41-.59.39-.38.59-.86.59-1.41s-.2-1.02-.59-1.41-.86-.59-1.41-.59V10h1.05l-.28.8 2.87 1.02c-.51.16-.89.62-.89 1.18v4c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25v-1.75l.83.3c.12.43.36.78.71 1.04zM3.25 17v-4c0-.41.34-.75.75-.75h.83l7.92 2.83V17c0 .41-.34.75-.75.75H4c-.41 0-.75-.34-.75-.75z";break;case"tickets":e="M20 5.38L18.99 8.2v-.01c-1.04-.37-2.19.18-2.57 1.22-.37 1.04.17 2.19 1.22 2.56v.01l-1.01 2.82L1.57 9.42l.99-2.79c1.04.38 2.19-.17 2.56-1.21s-.17-2.18-1.21-2.55L4.93 0zm-5.45 3.37c.74-2.08-.34-4.37-2.42-5.12-2.08-.74-4.37.35-5.11 2.42-.74 2.08.34 4.38 2.42 5.12 2.07.74 4.37-.35 5.11-2.42zm-2.56-4.74c.89.32 1.57.94 1.97 1.71-.01-.01-.02-.01-.04-.02-.33-.12-.67.09-.78.4-.1.28-.03.57.05.91.04.27.09.62-.06 1.04-.1.29-.33.58-.65 1l-.74 1.01.08-4.08.4.11c.19.04.26-.24.08-.29 0 0-.57-.15-.92-.28-.34-.12-.88-.36-.88-.36-.18-.08-.3.19-.12.27 0 0 .16.08.34.16l.01 1.63L9.2 9.18l.08-4.11c.2.06.4.11.4.11.19.04.26-.23.07-.29 0 0-.56-.15-.91-.28-.07-.02-.14-.05-.22-.08.93-.7 2.19-.94 3.37-.52zM7.4 6.19c.17-.49.44-.92.78-1.27l.04 5c-.94-.95-1.3-2.39-.82-3.73zm4.04 4.75l2.1-2.63c.37-.41.57-.77.69-1.12.05-.12.08-.24.11-.35.09.57.04 1.18-.17 1.77-.45 1.25-1.51 2.1-2.73 2.33zm-.7-3.22l.02 3.22c0 .02 0 .04.01.06-.4 0-.8-.07-1.2-.21-.33-.12-.63-.28-.9-.48zm1.24 6.08l2.1.75c.24.84 1 1.45 1.91 1.45H16v3H0v-2.96c1.1 0 2-.89 2-2 0-1.1-.9-2-2-2V9h1.05l-.28.8 4.28 1.52C4.4 12.03 4 12.97 4 14c0 2.21 1.79 4 4 4s4-1.79 4-4c0-.07-.02-.13-.02-.2zm-6.53-2.33l1.48.53c-.14.04-.15.27.03.28 0 0 .18.02.37.03l.56 1.54-.78 2.36-1.31-3.9c.21-.01.41-.03.41-.03.19-.02.17-.31-.02-.3 0 0-.59.05-.96.05-.07 0-.15 0-.23-.01.13-.2.28-.38.45-.55zM4.4 14c0-.52.12-1.02.32-1.46l1.71 4.7C5.23 16.65 4.4 15.42 4.4 14zm4.19-1.41l1.72.62c.07.17.12.37.12.61 0 .31-.12.66-.28 1.16l-.35 1.2zM11.6 14c0 1.33-.72 2.49-1.79 3.11l1.1-3.18c.06-.17.1-.31.14-.46l.52.19c.02.11.03.22.03.34zm-4.62 3.45l1.08-3.14 1.11 3.03c.01.02.01.04.02.05-.37.13-.77.21-1.19.21-.35 0-.69-.06-1.02-.15z";break;case"tide":e="M17 7.2V3H3v7.1c2.6-.5 4.5-1.5 6.4-2.6.2-.2.4-.3.6-.5v3c-1.9 1.1-4 2.2-7 2.8V17h14V9.9c-2.6.5-4.4 1.5-6.2 2.6-.3.1-.5.3-.8.4V10c2-1.1 4-2.2 7-2.8z";break;case"translation":e="M11 7H9.49c-.63 0-1.25.3-1.59.7L7 5H4.13l-2.39 7h1.69l.74-2H7v4H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2v2zM6.51 9H4.49l1-2.93zM10 8h7c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-7c-1.1 0-2-.9-2-2v-7c0-1.1.9-2 2-2zm7.25 5v-1.08h-3.17V9.75h-1.16v2.17H9.75V13h1.28c.11.85.56 1.85 1.28 2.62-.87.36-1.89.62-2.31.62-.01.02.22.97.2 1.46.84 0 2.21-.5 3.28-1.15 1.09.65 2.48 1.15 3.34 1.15-.02-.49.2-1.44.2-1.46-.43 0-1.49-.27-2.38-.63.7-.77 1.14-1.77 1.25-2.61h1.36zm-3.81 1.93c-.5-.46-.85-1.13-1.01-1.93h2.09c-.17.8-.51 1.47-1 1.93l-.04.03s-.03-.02-.04-.03z";break;case"trash":e="M12 4h3c.6 0 1 .4 1 1v1H3V5c0-.6.5-1 1-1h3c.2-1.1 1.3-2 2.5-2s2.3.9 2.5 2zM8 4h3c-.2-.6-.9-1-1.5-1S8.2 3.4 8 4zM4 7h11l-.9 10.1c0 .5-.5.9-1 .9H5.9c-.5 0-.9-.4-1-.9L4 7z";break;case"twitter":e="M18.94 4.46c-.49.73-1.11 1.38-1.83 1.9.01.15.01.31.01.47 0 4.85-3.69 10.44-10.43 10.44-2.07 0-4-.61-5.63-1.65.29.03.58.05.88.05 1.72 0 3.3-.59 4.55-1.57-1.6-.03-2.95-1.09-3.42-2.55.22.04.45.07.69.07.33 0 .66-.05.96-.13-1.67-.34-2.94-1.82-2.94-3.6v-.04c.5.27 1.06.44 1.66.46-.98-.66-1.63-1.78-1.63-3.06 0-.67.18-1.3.5-1.84 1.81 2.22 4.51 3.68 7.56 3.83-.06-.27-.1-.55-.1-.84 0-2.02 1.65-3.66 3.67-3.66 1.06 0 2.01.44 2.68 1.16.83-.17 1.62-.47 2.33-.89-.28.85-.86 1.57-1.62 2.02.75-.08 1.45-.28 2.11-.57z";break;case"undo":e="M12 5H7V2L1 6l6 4V7h5c2.2 0 4 1.8 4 4s-1.8 4-4 4H7v2h5c3.3 0 6-2.7 6-6s-2.7-6-6-6z";break;case"universal-access-alt":e="M19 10c0-4.97-4.03-9-9-9s-9 4.03-9 9 4.03 9 9 9 9-4.03 9-9zm-9-7.4c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76-4.47 1.4-4.47 1.4 1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z";break;case"universal-access":e="M10 2.6c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76-4.47 1.4-4.47 1.4 1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z";break;case"unlock":e="M12 9V6c0-1.1-.9-2-2-2s-2 .9-2 2H6c0-2.21 1.79-4 4-4s4 1.79 4 4v3h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h7zm-1 7l-.36-2.15c.51-.24.86-.75.86-1.35 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .6.35 1.11.86 1.35L9 16h2z";break;case"update":e="M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z";break;case"upload":e="M8 14V8H5l5-6 5 6h-3v6H8zm-2 2v-6H4v8h12.01v-8H14v6H6z";break;case"vault":e="M18 17V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-1 0H3V3h14v14zM4.75 4h10.5c.41 0 .75.34.75.75V6h-1v3h1v2h-1v3h1v1.25c0 .41-.34.75-.75.75H4.75c-.41 0-.75-.34-.75-.75V4.75c0-.41.34-.75.75-.75zM13 10c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zM9 7l.77 1.15C10.49 8.46 11 9.17 11 10c0 1.1-.9 2-2 2s-2-.9-2-2c0-.83.51-1.54 1.23-1.85z";break;case"video-alt":e="M8 5c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1 0 .57.49 1 1 1h5c.55 0 1-.45 1-1zm6 5l4-4v10l-4-4v-2zm-1 4V8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h8c.55 0 1-.45 1-1z";break;case"video-alt2":e="M12 13V7c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2zm1-2.5l6 4.5V5l-6 4.5v1z";break;case"video-alt3":e="M19 15V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2zM8 14V6l6 4z";break;case"visibility":e="M19.7 9.4C17.7 6 14 3.9 10 3.9S2.3 6 .3 9.4L0 10l.3.6c2 3.4 5.7 5.5 9.7 5.5s7.7-2.1 9.7-5.5l.3-.6-.3-.6zM10 14.1c-3.1 0-6-1.6-7.7-4.1C3.6 8 5.7 6.6 8 6.1c-.9.6-1.5 1.7-1.5 2.9 0 1.9 1.6 3.5 3.5 3.5s3.5-1.6 3.5-3.5c0-1.2-.6-2.3-1.5-2.9 2.3.5 4.4 1.9 5.7 3.9-1.7 2.5-4.6 4.1-7.7 4.1z";break;case"warning":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z";break;case"welcome-add-page":e="M17 7V4h-2V2h-3v1H3v15h11V9h1V7h2zm-1-2v1h-2v2h-1V6h-2V5h2V3h1v2h2z";break;case"welcome-comments":e="M5 2h10c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm8.5 8.5L11 8l2.5-2.5-1-1L10 7 7.5 4.5l-1 1L9 8l-2.5 2.5 1 1L10 9l2.5 2.5z";break;case"welcome-learn-more":e="M10 10L2.54 7.02 3 18H1l.48-11.41L0 6l10-4 10 4zm0-5c-.55 0-1 .22-1 .5s.45.5 1 .5 1-.22 1-.5-.45-.5-1-.5zm0 6l5.57-2.23c.71.94 1.2 2.07 1.36 3.3-.3-.04-.61-.07-.93-.07-2.55 0-4.78 1.37-6 3.41C8.78 13.37 6.55 12 4 12c-.32 0-.63.03-.93.07.16-1.23.65-2.36 1.36-3.3z";break;case"welcome-view-site":e="M18 14V4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-8-8c2.3 0 4.4 1.14 6 3-1.6 1.86-3.7 3-6 3s-4.4-1.14-6-3c1.6-1.86 3.7-3 6-3zm2 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm2 8h3v1H3v-1h3v-1h8v1z";break;case"welcome-widgets-menus":e="M19 16V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h15c.55 0 1-.45 1-1zM4 4h13v4H4V4zm1 1v2h3V5H5zm4 0v2h3V5H9zm4 0v2h3V5h-3zm-8.5 5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 10h4v1H6v-1zm6 0h5v5h-5v-5zm-7.5 2c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 12h4v1H6v-1zm7 0v2h3v-2h-3zm-8.5 2c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 14h4v1H6v-1z";break;case"welcome-write-blog":e="M16.89 1.2l1.41 1.41c.39.39.39 1.02 0 1.41L14 8.33V18H3V3h10.67l1.8-1.8c.4-.39 1.03-.4 1.42 0zm-5.66 8.48l5.37-5.36-1.42-1.42-5.36 5.37-.71 2.12z";break;case"wordpress-alt":e="M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z";break;case"wordpress":e="M20 10c0-5.52-4.48-10-10-10S0 4.48 0 10s4.48 10 10 10 10-4.48 10-10zM10 1.01c4.97 0 8.99 4.02 8.99 8.99s-4.02 8.99-8.99 8.99S1.01 14.97 1.01 10 5.03 1.01 10 1.01zM8.01 14.82L4.96 6.61c.49-.03 1.05-.08 1.05-.08.43-.05.38-1.01-.06-.99 0 0-1.29.1-2.13.1-.15 0-.33 0-.52-.01 1.44-2.17 3.9-3.6 6.7-3.6 2.09 0 3.99.79 5.41 2.09-.6-.08-1.45.35-1.45 1.42 0 .66.38 1.22.79 1.88.31.54.5 1.22.5 2.21 0 1.34-1.27 4.48-1.27 4.48l-2.71-7.5c.48-.03.75-.16.75-.16.43-.05.38-1.1-.05-1.08 0 0-1.3.11-2.14.11-.78 0-2.11-.11-2.11-.11-.43-.02-.48 1.06-.05 1.08l.84.08 1.12 3.04zm6.02 2.15L16.64 10s.67-1.69.39-3.81c.63 1.14.94 2.42.94 3.81 0 2.96-1.56 5.58-3.94 6.97zM2.68 6.77L6.5 17.25c-2.67-1.3-4.47-4.08-4.47-7.25 0-1.16.2-2.23.65-3.23zm7.45 4.53l2.29 6.25c-.75.27-1.57.42-2.42.42-.72 0-1.41-.11-2.06-.3z";break;case"yes-alt":e="M10 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-.615 12.66h-1.34l-3.24-4.54 1.34-1.25 2.57 2.4 5.14-5.93 1.34.94-5.81 8.38z";break;case"yes":e="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"}if(!e)return null;var s=["dashicon","dashicons-"+a,c].filter(Boolean).join(" ");return(0,y.createElement)(Ee,V({"aria-hidden":!0,role:"img",focusable:"false",className:s,xmlns:"http://www.w3.org/2000/svg",width:r,height:r,viewBox:"0 0 20 20"},o),(0,y.createElement)(_e,{d:e}))}}]),t}(y.Component),He=function(e){var t=e.icon,a=void 0===t?null:t,n=e.size,r=H(e,["icon","size"]),c=n||20;if("string"==typeof a)return(0,y.createElement)(ke,V({icon:a,size:c},r));if(a&&ke===a.type)return(0,y.cloneElement)(a,k({size:c},r));var o=n||24;if("function"==typeof a)return a.prototype instanceof y.Component?(0,y.createElement)(a,k({size:o},r)):a(k({size:o},r));if(a&&("svg"===a.type||a.type===Ee)){var s=k({width:o,height:o},a.props,r);return(0,y.createElement)(Ee,s)}return(0,y.isValidElement)(a)?(0,y.cloneElement)(a,k({size:o},r)):a},Me=(0,y.forwardRef)((function(e,t){var a=e.icon,n=e.children,r=e.label,c=e.className,o=e.tooltip,s=e.shortcut,i=e.labelPosition,l=e.size,m=H(e,["icon","children","label","className","tooltip","shortcut","labelPosition","size"]),u=_()("components-icon-button",c,{"has-text":n}),d=o||r,h=!m.disabled&&(o||s||!!r&&(!n||(0,z.isArray)(n)&&!n.length)&&!1!==o),p=(0,y.createElement)(M,V({"aria-label":r},m,{className:u,ref:t}),(0,y.createElement)(He,{icon:a,size:l}),n);return h&&(p=(0,y.createElement)(be,{text:d,shortcut:s,position:i},p)),p})),Ve=function(e){var t=e.className,a=e.status,n=e.children,r=e.onRemove,c=void 0===r?z.noop:r,o=e.isDismissible,s=void 0===o||o,i=e.actions,l=void 0===i?[]:i,m=e.__unstableHTML,u=_()(t,"components-notice","is-"+a,{"is-dismissible":s});return m&&(n=(0,y.createElement)(y.RawHTML,null,n)),(0,y.createElement)("div",{className:u},(0,y.createElement)("div",{className:"components-notice__content"},n,l.map((function(e,t){var a=e.className,n=e.label,r=e.noDefaultClasses,c=void 0!==r&&r,o=e.onClick,s=e.url;return(0,y.createElement)(M,{key:t,href:s,isDefault:!c&&!s,isLink:!c&&!!s,onClick:s?void 0:o,className:_()("components-notice__action",a)},n)}))),s&&(0,y.createElement)(Me,{className:"components-notice__dismiss",icon:"no-alt",label:(0,f.__)("Dismiss this notice"),onClick:c,tooltip:!1}))},Ce="https://cdn.sift.com/s.js",xe="https://js.stripe.com/v3",Le={forter:function(e){var t=e.site_id;if(!document.querySelector('script[id="'+t+'"]')){var a=document.createElement("script");a.id=t,a.textContent="(function () {var eu = 'g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv';var siteId = \""+t+'";function t(t,e){for(var n=t.split(""),r=0;r<n.length;++r)n[r]=String.fromCharCode(n[r].charCodeAt(0)+e);return n.join("")}function e(e){return t(e,-v).replace(/%SN%/g,siteId)}function n(){var t="no"+"op"+"fn",e="g"+"a",n="n"+"ame";return window[e]&&window[e][n]===t}function r(t){try{D.ex=t,n()&&D.ex.indexOf(S.uB)===-1&&(D.ex+=S.uB),y(D)}catch(e){}}function o(t,e,n,r){function o(e){try{e.blockedURI===t&&(r(!0),i=!0,document.removeEventListener("securitypolicyviolation",o))}catch(n){document.removeEventListener("securitypolicyviolation",o)}}var i=!1;t="https://"+t,document.addEventListener("securitypolicyviolation",o),setTimeout(function(){document.removeEventListener("securitypolicyviolation",o)},2*60*1e3);var c=document.createElement("script");c.onerror=function(){if(!i)try{r(!1),i=!0}catch(t){}},c.onload=n,c.type="text/javascript",c.id="ftr__script",c.async=!0,c.src=t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(c,a)}function i(){I(S.uAL),setTimeout(c,w,S.uAL)}function c(t){try{var e=t===S.uDF?h:p,n=function(){try{b(),r(t+S.uS)}catch(e){}},c=function(e){try{b(),D.td=1*new Date-D.ts,r(e?t+S.uF+S.cP:t+S.uF),t===S.uDF&&i()}catch(n){r(S.eUoe)}};o(e,void 0,n,c)}catch(a){r(t+S.eTlu)}}var a={write:function(t,e,n,r){void 0===r&&(r=!0);var o,i;if(n?(o=new Date,o.setTime(o.getTime()+24*n*60*60*1e3),i="; expires="+o.toGMTString()):i="",!r)return void(document.cookie=escape(t)+"="+escape(e)+i+"; path=/");var c,a,u;if(u=location.host,1===u.split(".").length)document.cookie=escape(t)+"="+escape(e)+i+"; path=/";else{a=u.split("."),a.shift(),c="."+a.join("."),document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c;var d=this.read(t);null!=d&&d==e||(c="."+u,document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c)}},read:function(t){var e=null;try{for(var n=escape(t)+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "==i.charAt(0);)i=i.substring(1,i.length);0===i.indexOf(n)&&(e=unescape(i.substring(n.length,i.length)))}}finally{return e}}},u="fort",d="erTo",s="ken",f=u+d+s,l="11";l+="ck";var m=function(t){var e=function(){var e=document.createElement("link");return e.setAttribute("rel","pre"+"con"+"nect"),e.setAttribute("cros"+"sori"+"gin","anonymous"),e.onload=function(){document.head.removeChild(e)},e.onerror=function(t){document.head.removeChild(e)},e.setAttribute("href",t),document.head.appendChild(e),e};if(document.head){var n=e();setTimeout(function(){document.head.removeChild(n)},3e3)}},v=3,h=e("(VQ(1fgq71iruwhu1frp2vq2(VQ(2vfulsw1mv"),p=e(eu||"g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv"),w=10;window.ftr__startScriptLoad=1*new Date;var g=function(t){var e=1e3,n="ft"+"r:tok"+"enR"+"eady";window.ftr__tt&&clearTimeout(window.ftr__tt),window.ftr__tt=setTimeout(function(){try{delete window.ftr__tt,t+="_tt";var e=document.createEvent("Event");e.initEvent(n,!1,!1),e.detail=t,document.dispatchEvent(e)}catch(r){}},e)},y=function(t){var e=function(t){return t||""},n=e(t.id)+"_"+e(t.ts)+"_"+e(t.td)+"_"+e(t.ex)+"_"+e(l);a.write(f,n,1825,!0),g(n)},T=function(){var t=a.read(f)||"",e=t.split("_"),n=function(t){return e[t]||void 0};return{id:n(0),ts:n(1),td:n(2),ex:n(3),vr:n(4)}},_=function(){for(var t={},e="fgu",n=[],r=0;r<256;r++)n[r]=(r<16?"0":"")+r.toString(16);var o=function(t,e,r,o,i){var c=i?"-":"";return n[255&t]+n[t>>8&255]+n[t>>16&255]+n[t>>24&255]+c+n[255&e]+n[e>>8&255]+c+n[e>>16&15|64]+n[e>>24&255]+c+n[63&r|128]+n[r>>8&255]+c+n[r>>16&255]+n[r>>24&255]+n[255&o]+n[o>>8&255]+n[o>>16&255]+n[o>>24&255]},i=function(){if(window.Uint32Array&&window.crypto&&window.crypto.getRandomValues){var t=new window.Uint32Array(4);return window.crypto.getRandomValues(t),{d0:t[0],d1:t[1],d2:t[2],d3:t[3]}}return{d0:4294967296*Math.random()>>>0,d1:4294967296*Math.random()>>>0,d2:4294967296*Math.random()>>>0,d3:4294967296*Math.random()>>>0}},c=function(){var t="",e=function(t,e){for(var n="",r=t;r>0;--r)n+=e.charAt(1e3*Math.random()%e.length);return n};return t+=e(2,"0123456789"),t+=e(1,"123456789"),t+=e(8,"0123456789")};return t.safeGenerateNoDash=function(){try{var t=i();return o(t.d0,t.d1,t.d2,t.d3,!1)}catch(n){try{return e+c()}catch(n){}}},t.isValidNumericalToken=function(t){return t&&t.toString().length<=11&&t.length>=9&&parseInt(t,10).toString().length<=11&&parseInt(t,10).toString().length>=9},t.isValidUUIDToken=function(t){return t&&32===t.toString().length&&/^[a-z0-9]+$/.test(t)},t.isValidFGUToken=function(t){return 0==t.indexOf(e)&&t.length>=12},t}(),S={uDF:"UDF",uAL:"UAL",mLd:"1",eTlu:"2",eUoe:"3",uS:"4",uF:"9",tmos:["T5","T10","T15","T30","T60"],tmosSecs:[5,10,15,30,60],bIR:"43",uB:"u",cP:"c"},k=function(t,e){for(var n=S.tmos,r=0;r<n.length;r++)if(t+n[r]===e)return!0;return!1};try{var D=T();try{D.id&&(_.isValidNumericalToken(D.id)||_.isValidUUIDToken(D.id)||_.isValidFGUToken(D.id))?window.ftr__ncd=!1:(D.id=_.safeGenerateNoDash(),window.ftr__ncd=!0),D.ts=window.ftr__startScriptLoad,y(D);for(var x="for"+"ter"+".co"+"m",A="ht"+"tps://c"+"dn9."+x,U="ht"+"tps://"+D.id+"-"+siteId+".cd"+"n."+x,F="http"+"s://cd"+"n3."+x,L=[A,U,F],E=0;E<L.length;E++)m(L[E]);var V=new Array(S.tmosSecs.length),I=function(t){for(var e=0;e<S.tmosSecs.length;e++)V[e]=setTimeout(r,1e3*S.tmosSecs[e],t+S.tmos[e])},b=function(){for(var t=0;t<S.tmosSecs.length;t++)clearTimeout(V[t])};k(S.uDF,D.ex)?i():(I(S.uDF),setTimeout(c,w,S.uDF))}catch(C){r(S.mLd)}}catch(C){}})()',document.body.appendChild(a)}},sift:function(e){var t=e.beacon_key,a=e.session_id,n=e.user_id,r=window._sift=window._sift||[];if(r.push(["_setAccount",t]),r.push(["_setUserId",n]),r.push(["_setSessionId",a]),r.push(["_trackPageview"]),!document.querySelector('[src="'+Ce+'"]')){var c=document.createElement("script");c.src=Ce,c.async=!0,document.body.appendChild(c)}},stripe:function(){if(!document.querySelector('[src^="'+xe+'"]')){var e=document.createElement("script");e.src=xe,e.async=!0,document.body.appendChild(e)}}},Se=function(e){var t=e.children,a=e.maxWidth,n=e.isNarrow,r=e.className,c=a?{maxWidth:a}:null,o=[void 0===r?"":r,"woocommerce-payments-page"];n&&o.push("is-narrow");var s="undefined"!=typeof wcpaySettings?wcpaySettings.fraudServices:[];return(0,y.useEffect)((function(){return function(e){for(var t in e){var a=Le[t];a&&e[t]&&a(e[t])}}(s)}),[]),React.createElement("div",{className:o.join(" "),style:c},t)},Re=function(){return(Re=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Ne=function(e){return React.createElement("svg",Re({},e,{width:"260",height:"193",viewBox:"0 0 260 193",fill:"none",xmlns:"http://www.w3.org/2000/svg"}),React.createElement("g",{clipPath:"url(#clip0)"},React.createElement("path",{d:"M188.147 0.353976L5.49328 57.1468C1.37508 58.4273 -0.926025 62.806 0.353615 66.9269L33.2129 172.746C34.4926 176.867 38.8684 179.169 42.9866 177.889L225.64 121.096C229.758 119.815 232.059 115.437 230.78 111.316L197.92 5.49701C196.641 1.37611 192.265 -0.926507 188.147 0.353976Z",fill:"url(#paint0_linear)"}),React.createElement("path",{d:"M187.201 2.02519L8.57824 57.5647C4.46004 58.8451 2.15894 63.2238 3.43858 67.3447L34.9709 168.89C36.2505 173.011 40.6264 175.314 44.7446 174.033L223.367 118.494C227.485 117.213 229.786 112.835 228.507 108.714L196.974 7.16823C195.695 3.04733 191.319 0.744715 187.201 2.02519Z",fill:"white"}),React.createElement("path",{d:"M199.423 15.0552L5.8877 75.2317L11.0743 91.9346L204.61 31.7581L199.423 15.0552Z",fill:"#674399"}),React.createElement("path",{d:"M95.0713 134.624L45.8979 149.914L48.1408 157.137L97.3142 141.847L95.0713 134.624Z",fill:"#BDBDBD"}),React.createElement("path",{d:"M127.377 111.214L42.1133 137.725L44.3562 144.948L129.62 118.437L127.377 111.214Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M252.192 66.439H59.7576C55.4451 66.439 51.9492 69.9372 51.9492 74.2524V185.187C51.9492 189.502 55.4451 193 59.7576 193H252.192C256.504 193 260 189.502 260 185.187V74.2524C260 69.9372 256.504 66.439 252.192 66.439Z",fill:"url(#paint1_linear)"}),React.createElement("path",{d:"M249.166 67.7293H62.1194C57.8069 67.7293 54.311 71.2275 54.311 75.5428V181.877C54.311 186.193 57.8069 189.691 62.1194 189.691H249.166C253.479 189.691 256.975 186.193 256.975 181.877V75.5428C256.975 71.2275 253.479 67.7293 249.166 67.7293Z",fill:"white"}),React.createElement("path",{d:"M108.411 126.936H102.506V143.718H108.411V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M115.97 126.936H110.064V143.718H115.97V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M123.528 126.936H117.623V143.718H123.528V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M136.756 126.936H130.851V143.718H136.756V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M144.314 126.936H138.409V143.718H144.314V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M151.872 126.936H145.967V143.718H151.872V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M165.1 126.936H159.195V143.718H165.1V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M172.659 126.936H166.753V143.718H172.659V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M180.217 126.936H174.312V143.718H180.217V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M193.445 126.936H187.54V143.718H193.445V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M201.003 126.936H195.098V143.718H201.003V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M208.562 126.936H202.657V143.718H208.562V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M102.414 99.6817H67.2051V119.002H102.414V99.6817Z",fill:"#674399"}),React.createElement("path",{opacity:"0.1",d:"M225.643 163.042H204.064V184.635H225.643V163.042Z",fill:"#674399"}),React.createElement("path",{opacity:"0.1",d:"M236.433 163.042H214.854V184.635H236.433V163.042Z",fill:"#674399"})),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear",x1:"115.955",y1:"178.574",x2:"116.743",y2:"-0.324663",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#808080",stopOpacity:"0.25"}),React.createElement("stop",{offset:"0.53514",stopColor:"#808080",stopOpacity:"0.12"}),React.createElement("stop",{offset:"1",stopColor:"#808080",stopOpacity:"0.1"})),React.createElement("linearGradient",{id:"paint1_linear",x1:"114339",y1:"86036.4",x2:"114339",y2:"29661",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#808080",stopOpacity:"0.25"}),React.createElement("stop",{offset:"0.53514",stopColor:"#808080",stopOpacity:"0.12"}),React.createElement("stop",{offset:"1",stopColor:"#808080",stopOpacity:"0.1"})),React.createElement("clipPath",{id:"clip0"},React.createElement("rect",{width:"260",height:"193",fill:"white"}))))};function De(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Oe(e,t){if(e){if("string"==typeof e)return De(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?De(e,t):void 0}}function Te(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var a=[],n=!0,r=!1,c=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done)&&(a.push(o.value),!t||a.length!==t);n=!0);}catch(e){r=!0,c=e}finally{try{n||null==s.return||s.return()}finally{if(r)throw c}}return a}}(e,t)||Oe(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Be(e){return(Be="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ie(e){return function(e){if(Array.isArray(e))return De(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Oe(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var Ae,Pe,je,Fe,qe=a(804),Ze=/<(\/)?(\w+)\s*(\/)?>/g;function Ue(e,t,a,n,r){return{element:e,tokenStart:t,tokenLength:a,prevOffset:n,leadingTextStart:r,children:[]}}function We(e){var t=function(){var e=Ze.exec(Ae);if(null===e)return["no-more-tokens"];var t=e.index,a=Te(e,4),n=a[0],r=a[1],c=a[2],o=a[3],s=n.length;return o?["self-closed",c,t,s]:r?["closer",c,t,s]:["opener",c,t,s]}(),a=Te(t,4),n=a[0],r=a[1],c=a[2],o=a[3],s=Fe.length,i=c>Pe?Pe:null;if(!e[r])return Qe(),!1;switch(n){case"no-more-tokens":if(0!==s){var l=Fe.pop(),m=l.leadingTextStart,u=l.tokenStart;je.push(Ae.substr(m,u))}return Qe(),!1;case"self-closed":return 0===s?(null!==i&&je.push(Ae.substr(i,c-i)),je.push(e[r]),Pe=c+o,!0):(Ye(new Ue(e[r],c,o)),Pe=c+o,!0);case"opener":return Fe.push(new Ue(e[r],c,o,c+o,i)),Pe=c+o,!0;case"closer":if(1===s)return function(e){var t=Fe.pop(),a=t.element,n=t.leadingTextStart,r=t.prevOffset,c=t.tokenStart,o=t.children,s=e?Ae.substr(r,e-r):Ae.substr(r);s&&o.push(s),null!==n&&je.push(Ae.substr(n,c-n)),je.push(qe.cloneElement.apply(void 0,[a,null].concat(Ie(o))))}(c),Pe=c+o,!0;var d=Fe.pop(),h=Ae.substr(d.prevOffset,c-d.prevOffset);d.children.push(h),d.prevOffset=c+o;var p=new Ue(d.element,d.tokenStart,d.tokenLength,c+o);return p.children=d.children,Ye(p),Pe=c+o,!0;default:return Qe(),!1}}function Qe(){var e=Ae.length-Pe;0!==e&&je.push(Ae.substr(Pe,e))}function Ye(e){var t=e.element,a=e.tokenStart,n=e.tokenLength,r=e.prevOffset,c=e.children,o=Fe[Fe.length-1],s=Ae.substr(o.prevOffset,a-o.prevOffset);s&&o.children.push(s),o.children.push(qe.cloneElement.apply(void 0,[t,null].concat(Ie(c)))),o.prevOffset=r||a+n}var Ge=function(e,t){if(Ae=e,Pe=0,je=[],Fe=[],Ze.lastIndex=0,!function(e){var t="object"===Be(e),a=t&&Object.values(e);return t&&a.length&&a.every((function(e){return(0,qe.isValidElement)(e)}))}(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(We(t));return qe.createElement.apply(void 0,[qe.Fragment,null].concat(Ie(je)))},$e={heading:(0,f.__)("WooCommerce Payments","woocommerce-payments"),description:Ge((0,f.__)("Accept credit card payments the easy way! <a>No set up fees. No monthly fees.</a>","woocommerce-payments"),{a:React.createElement("a",{href:"https://docs.woocommerce.com/document/payments/faq/fees/",target:"_blank",rel:"noopener noreferrer"})}),terms:Ge((0,f.__)("By clicking “Set up,” you agree to the <a>Terms of Service</a>","woocommerce-payments"),{a:React.createElement("a",{href:"https://wordpress.com/tos",target:"_blank",rel:"noopener noreferrer"})}),onboardingDisabled:[(0,f.__)("We've temporarily paused new account creation.","woocommmerce-payments"),(0,f.__)("We'll notify you when we resume!","woocommmerce-payments")]},Ke=function(e,t){window.wcTracks.recordEvent(e,t)},Je={CONNECT_ACCOUNT_CLICKED:"wcpay_connect_account_clicked"},Xe=function(){return wcpaySettings.errorMessage?React.createElement(Ve,{className:"wcpay-connect-error-notice",status:"error",isDismissible:!1},wcpaySettings.errorMessage):null},et=function(){return React.createElement("p",null,$e.onboardingDisabled[0],React.createElement("br",null),$e.onboardingDisabled[1])},tt=function(){var e=(0,y.useState)(!1),t=e[0],a=e[1];return React.createElement(React.Fragment,null,React.createElement("p",{className:"connect-account__terms"},$e.terms),React.createElement("hr",{className:"full-width"}),React.createElement("p",{className:"connect-account__action"},React.createElement(M,{isPrimary:!0,isLarge:!0,isBusy:t,disabled:t,onClick:function(){a(!0),Ke(Je.CONNECT_ACCOUNT_CLICKED)},href:wcpaySettings.connectUrl},(0,f.__)("Set up","woocommerce-payments"))))},at=function(){return React.createElement(Se,{isNarrow:!0,className:"connect-account"},React.createElement(Xe,null),React.createElement(w.Card,{className:"connect-account__card"},React.createElement(Ne,{className:"hero-image"}),React.createElement("h2",null,$e.heading),React.createElement("p",{className:"connect-account__description"},$e.description),wcpaySettings.onBoardingDisabled?React.createElement(et,null):React.createElement(tt,null)))},nt=window.wp.url,rt=window.moment,ct=a.n(rt),ot=window.wp.date,st=function(e){return(0,z.capitalize)(e).replace(/_/g," ")},it=function(e,t){void 0===t&&(t=!1);var a=t?ct()(e).endOf("day").utc().toISOString():ct()(e).startOf("day").utc().toISOString();return e&&(0,ot.dateI18n)("Y-m-d H:i:s",a,!0)},lt={transactions:(0,f.__)("Viewing test transactions. To view live transactions, disable test mode in WooCommerce Payments settings.","woocommerce-payments"),paymentDetails:(0,f.__)("Test payment:","woocommerce-payments"),deposits:(0,f.__)("Viewing test deposits. To view live deposits, disable test mode in WooCommerce Payments settings.","woocommerce-payments"),depositDetails:(0,f.__)("Test deposit:","woocommerce-payments"),disputes:(0,f.__)("Viewing test disputes. To view live disputes, disable test mode in WooCommerce Payments settings.","woocommerce-payments"),disputeDetails:(0,f.__)("Test dispute:","woocommerce-payments")},mt=[lt.paymentDetails,lt.disputeDetails,lt.depositDetails],ut=function(e){var t,a=e.topic;return void 0===t&&(t=!1),("undefined"==typeof wcpaySettings?t:"1"===wcpaySettings.testMode||t)&&React.createElement(Ve,{className:"wcpay-test-mode-notice",status:"warning",isDismissible:!1},function(e){var t=React.createElement("a",{href:(0,nt.addQueryArgs)("admin.php",{page:"wc-settings",tab:"checkout",section:"woocommerce_payments"})},(0,f.__)("View WooCommerce Payments settings.","woocommerce-payments"));return mt.includes(e)?React.createElement("span",null,React.createElement("b",null,e)," ",function(e){return(0,f._n)("WooCommerce Payments was in test mode when this order was placed.","WooCommerce Payments was in test mode when these orders were placed.",lt.depositDetails===e?2:1,"woocommerce-payments")}(e)," ",t):React.createElement("span",null,e," ",t)}(a))},dt=a(487),ht=a.n(dt),pt=window.wp.data,vt=window.wp.dataControls,ft="/wc/v3/payments",gt="wc/payments",wt="SET_DEPOSIT",yt="SET_DEPOSITS_OVERVIEW",zt="SET_ERROR_FOR_DEPOSITS_OVERVIEW",bt="SET_DEPOSITS",_t="SET_ERROR_FOR_DEPOSIT_QUERY",Et=function(e){return JSON.stringify(e,Object.keys(e).sort())},kt=function(){return(kt=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Ht={byId:{},queries:{}},Mt=function(e){return e&&e.deposits||{}},Vt=function(e,t){return(Mt(e).byId||{})[t]},Ct=function(e){return(Mt(e).overview||{}).data},xt=function(e){return(Mt(e).overview||{}).error},Lt=function(e,t){var a=Et(t);return(Mt(e).queries||{})[a]||{}},St=function(e,t){return(Lt(e,t).data||[]).map(Vt.bind(void 0,e))},Rt=function(e,t){return Lt(e,t).error||{}};function Nt(e){return{type:wt,data:e}}function Dt(e){return{type:yt,data:e}}function Ot(e,t){return{type:zt,error:t}}function Tt(e,t){return{type:bt,query:e,data:t}}function Bt(e,t,a){return{type:_t,query:e,data:t,error:a}}var It=function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}},At=function(e){return{id:e.id,date:+new Date(1e3*e.arrival_date),type:0<e.amount?"deposit":"withdrawal",amount:e.amount,currency:e.currency,status:e.status,bankAccount:e.destination.bank_name&&e.destination.bank_name+" •••• "+e.destination.last4+" ("+e.destination.currency.toUpperCase()+")"}};function Pt(e){var t,a;return It(this,(function(n){switch(n.label){case 0:t=(0,nt.addQueryArgs)(ft+"/deposits/"+e),n.label=1;case 1:return n.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return"payout"===(a=n.sent()).object&&(a=At(a)),[4,Nt(a)];case 3:return n.sent(),[3,6];case 4:return n.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving deposit.","woocommerce-payments"))];case 5:return n.sent(),[3,6];case 6:return[2]}}))}function jt(){var e,t;return It(this,(function(a){switch(a.label){case 0:e=(0,nt.addQueryArgs)(ft+"/deposits/overview"),a.label=1;case 1:return a.trys.push([1,4,,7]),[4,(0,vt.apiFetch)({path:e})];case 2:return(t=a.sent()).last_deposit&&"payout"===t.last_deposit.object&&(t.last_deposit=At(t.last_deposit)),t.next_deposit&&"payout"===t.next_deposit.object&&(t.next_deposit=At(t.next_deposit)),[4,Dt(t)];case 3:return a.sent(),[3,7];case 4:return a.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving deposits overview.","woocommerce-payments"))];case 5:return a.sent(),[4,Ot()];case 6:return a.sent(),[3,7];case 7:return[2]}}))}function Ft(e){var t,a,n,r,c,o,s;return It(this,(function(i){switch(i.label){case 0:t=(0,nt.addQueryArgs)(ft+"/deposits",{page:e.paged,pagesize:e.perPage}),i.label=1;case 1:return i.trys.push([1,8,,11]),[4,(0,vt.apiFetch)({path:t})||{}];case 2:return(a=i.sent()).data&&a.data.length&&"payout"===a.data[0].object&&(a.data=a.data.map(At)),[4,Tt(e,a.data)];case 3:for(r in i.sent(),n=[],a.data)n.push(r);c=0,i.label=4;case 4:return c<n.length?(o=n[c],[4,(0,vt.dispatch)(gt,"finishResolution","getDeposit",[a.data[o].id])]):[3,7];case 5:i.sent(),i.label=6;case 6:return c++,[3,4];case 7:return[3,11];case 8:return s=i.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving deposits.","woocommerce-payments"))];case 9:return i.sent(),[4,Bt(e,null,s)];case 10:return i.sent(),[3,11];case 11:return[2]}}))}var qt="SET_TRANSACTIONS",Zt="SET_ERROR_FOR_TRANSACTIONS",Ut="SET_TRANSACTIONS_SUMMARY",Wt="SET_ERROR_FOR_TRANSACTIONS_SUMMARY",Qt=function(){return(Qt=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Yt={summary:{}},Gt=function(e){return e&&e.transactions||{}},$t=function(e,t){var a=Et(t);return Gt(e)[a]||{}},Kt=function(e,t){return $t(e,t).data||[]},Jt=function(e,t){return $t(e,t).error||{}},Xt=function(e,t){var a=Et(t);return Gt(e).summary[a]||{}},ea=function(e,t){return Xt(e,t).data||{}},ta=function(e,t){return Xt(e,t).error||{}};function aa(e,t){return{type:qt,query:e,data:t}}function na(e,t,a){return{type:Zt,query:e,data:t,error:a}}function ra(e,t){return{type:Ut,query:e,data:t}}function ca(e,t,a){return{type:Wt,query:e,data:t,error:a}}var oa=function(){return(oa=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},sa=function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}},ia=function(e){return{match:e.match,date_before:it(e.dateBefore,!0),date_after:it(e.dateAfter),date_between:e.dateBetween&&[it(e.dateBetween[0]),it(e.dateBetween[1],!0)],type_is:e.typeIs,type_is_not:e.typeIsNot,deposit_id:e.depositId,search:e.search}};function la(e){var t,a,n;return sa(this,(function(r){switch(r.label){case 0:t=(0,nt.addQueryArgs)(ft+"/transactions",oa({page:e.paged,pagesize:e.perPage,sort:e.orderby,direction:e.order},ia(e))),r.label=1;case 1:return r.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return a=r.sent(),[4,aa(e,a.data||[])];case 3:return r.sent(),[3,6];case 4:return n=r.sent(),[4,na(e,null,n)];case 5:return r.sent(),[3,6];case 6:return[2]}}))}function ma(e){var t,a,n;return sa(this,(function(r){switch(r.label){case 0:t=(0,nt.addQueryArgs)(ft+"/transactions/summary",ia(e)),r.label=1;case 1:return r.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return a=r.sent(),[4,ra(e,a)];case 3:return r.sent(),[3,6];case 4:return n=r.sent(),[4,ca(e,null,n)];case 5:return r.sent(),[3,6];case 6:return[2]}}))}var ua="SET_CHARGE",da="SET_ERROR_FOR_CHARGE",ha=function(){return(ha=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},pa=function(e,t){return e.charges[t]&&e.charges[t].data?e.charges[t].data:{}},va=function(e,t){return e.charges[t]&&e.charges[t].error?e.charges[t].error:{}};function fa(e,t){return{type:ua,id:e,data:t}}function ga(e,t,a){return{type:da,id:e,data:t,error:a}}function wa(e){var t,a;return function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,5]),[4,(0,vt.apiFetch)({path:ft+"/charges/"+e})];case 1:return t=n.sent(),[4,fa(e,t)];case 2:return n.sent(),[3,5];case 3:return a=n.sent(),[4,ga(e,null,a)];case 4:return n.sent(),[3,5];case 5:return[2]}}))}var ya="SET_TIMELINE",za="SET_ERROR_FOR_TIMELINE",ba=function(){return(ba=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},_a=function(e,t){return e.timeline&&e.timeline[t]&&e.timeline[t].data?e.timeline[t].data:{}},Ea=function(e,t){return e.timeline&&e.timeline[t]&&e.timeline[t].error?e.timeline[t].error:{}};function ka(e,t){return{id:e,type:ya,data:t}}function Ha(e,t){return{id:e,type:za,error:t}}function Ma(e){var t,a;return function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,5]),[4,(0,vt.apiFetch)({path:ft+"/timeline/"+e})];case 1:return t=n.sent(),[4,ka(e,t.data)];case 2:return n.sent(),[3,5];case 3:return a=n.sent(),[4,Ha(e,a)];case 4:return n.sent(),[3,5];case 5:return[2]}}))}var Va="SET_DISPUTE",Ca="SET_DISPUTES",xa=function(){return(xa=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},La={byId:{},queries:{}},Sa=function(e){return e&&e.disputes||{}},Ra=function(e,t){return(Sa(e).byId||{})[t]},Na=function(e,t){return(function(e,t){var a=Et(t);return(Sa(e).queries||{})[a]||{}}(e,t).data||[]).map(Ra.bind(void 0,e))},Da=window.wc.navigation;function Oa(e){return{type:Va,data:e}}function Ta(e,t){return{type:Ca,query:e,data:t}}function Ba(e){var t,a;return function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}(this,(function(n){switch(n.label){case 0:return n.trys.push([0,6,,8]),[4,(0,vt.dispatch)(gt,"startResolution","getDispute",[e])];case 1:return n.sent(),[4,(0,vt.apiFetch)({path:ft+"/disputes/"+e+"/close",method:"post"})];case 2:return[4,Oa(t=n.sent())];case 3:return n.sent(),[4,(0,vt.dispatch)(gt,"finishResolution","getDispute",[e])];case 4:return n.sent(),(0,Da.getHistory)().push((0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes"})),window.wcTracks.recordEvent("wcpay_dispute_accept_success"),a=t.order?(0,f.sprintf)((0,f.__)("You have accepted the dispute for order #%s.","woocommerce-payments"),t.order.number):(0,f.__)("You have accepted the dispute.","woocommerce-payments"),[4,(0,vt.dispatch)("core/notices","createSuccessNotice",a)];case 5:return n.sent(),[3,8];case 6:return n.sent(),a=(0,f.__)("There has been an error accepting the dispute. Please try again later.","woocommerce-payments"),window.wcTracks.recordEvent("wcpay_dispute_accept_failed"),[4,(0,vt.dispatch)("core/notices","createErrorNotice",a)];case 7:return n.sent(),[3,8];case 8:return[2]}}))}var Ia=function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}};function Aa(e){var t;return Ia(this,(function(a){switch(a.label){case 0:t=(0,nt.addQueryArgs)(ft+"/disputes/"+e),a.label=1;case 1:return a.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return[4,Oa(a.sent())];case 3:return a.sent(),[3,6];case 4:return a.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving dispute.","woocommerce-payments"))];case 5:return a.sent(),[3,6];case 6:return[2]}}))}function Pa(e){var t,a,n,r,c,o;return Ia(this,(function(s){switch(s.label){case 0:t=(0,nt.addQueryArgs)(ft+"/disputes",{page:e.paged,pagesize:e.perPage}),s.label=1;case 1:return s.trys.push([1,8,,10]),[4,(0,vt.apiFetch)({path:t})||{}];case 2:return a=s.sent(),[4,Ta(e,a.data)];case 3:for(r in s.sent(),n=[],a.data)n.push(r);c=0,s.label=4;case 4:return c<n.length?(o=n[c],[4,(0,vt.dispatch)(gt,"finishResolution","getDispute",[a.data[o].id])]):[3,7];case 5:s.sent(),s.label=6;case 6:return c++,[3,4];case 7:return[3,10];case 8:return s.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving disputes.","woocommerce-payments"))];case 9:return s.sent(),[3,10];case 10:return[2]}}))}var ja=function(){return(ja=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};(0,pt.registerStore)(gt,{reducer:(0,pt.combineReducers)({deposits:function(e,t){var a,n,r;void 0===e&&(e=Ht);var c=t.type,o=t.query,s=void 0===o?{}:o,i=t.data,l=void 0===i?[]:i,m=t.error,u=Et(s);switch(c){case wt:return kt(kt({},e),{byId:kt(kt({},e.byId),(a={},a[l.id]=l,a))});case yt:return kt(kt({},e),{overview:kt(kt({},e.overview),{data:l})});case zt:return kt(kt({},e),{overview:kt(kt({},e.overview),{error:m})});case bt:return kt(kt({},e),{byId:kt(kt({},e.byId),(0,z.keyBy)(l,"id")),queries:kt(kt({},e.queries),(n={},n[u]={data:(0,z.map)(l,"id")},n))});case _t:return kt(kt({},e),{queries:kt(kt({},e.queries),(r={},r[u]={error:m},r))})}return e},transactions:function(e,t){var a,n,r,c;void 0===e&&(e=Yt);var o=t.type,s=t.query,i=void 0===s?{}:s,l=t.data,m=void 0===l?[]:l,u=t.error,d=Et(i);switch(o){case qt:return Qt(Qt({},e),((a={})[d]={data:m},a));case Zt:return Qt(Qt({},e),((n={})[d]={error:u},n));case Ut:return Qt(Qt({},e),{summary:Qt(Qt({},e.summary),(r={},r[d]={data:m},r))});case Wt:return Qt(Qt({},e),{summary:Qt(Qt({},e.summary),(c={},c[d]={error:u},c))})}return e},charges:function(e,t){var a,n;void 0===e&&(e={});var r=t.type,c=t.id,o=t.data,s=t.error;switch(r){case ua:e=ha(ha({},e),((a={})[c]=ha(ha({},e[c]),{data:o}),a));break;case da:e=ha(ha({},e),((n={})[c]=ha(ha({},e[c]),{error:s}),n))}return e},timeline:function(e,t){var a,n;void 0===e&&(e={});var r=t.type,c=t.id,o=t.data,s=t.error;switch(r){case ya:e=ba(ba({},e),((a={})[c]={data:o},a));break;case za:e=ba(ba({},e),((n={})[c]=ba(ba({},e[c]),{error:s}),n))}return e},disputes:function(e,t){var a,n;void 0===e&&(e=La);var r=t.type,c=t.query,o=void 0===c?{}:c,s=t.data,i=void 0===s?[]:s,l=Et(o);switch(r){case Va:return xa(xa({},e),{byId:xa(xa({},e.byId),(a={},a[i.id]=i,a))});case Ca:return xa(xa({},e),{byId:xa(xa({},e.byId),(0,z.keyBy)(i,"id")),queries:xa(xa({},e.queries),(n={},n[l]={data:(0,z.map)(i,"id")},n))})}return e}}),actions:ja(ja(ja(ja(ja({},t),c),i),u),p),controls:vt.controls,selectors:ja(ja(ja(ja(ja({},e),r),s),m),h),resolvers:ja(ja(ja(ja(ja({},n),o),l),d),v)});var Fa=function(){return(Fa=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},qa=function(e){var t=e.isLoading,a=e.display,n=e.placeholder,r=e.value,c=e.children;return t?React.createElement("span",{className:a?"is-loadable-placeholder is-"+a:"is-loadable-placeholder","aria-busy":"true"},void 0===n?c||r:n):c||r||null},Za=function(e){var t=e.numLines,a=void 0===t?1:t,n=function(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(a[n[r]]=e[n[r]])}return a}(e,["numLines"]),r=React.createElement("p",{style:{lineHeight:a}},"Block placeholder");return React.createElement(qa,Fa({},n,{placeholder:r,display:"block"}))},Ua=qa,Wa=function(e,t){return(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/"+t+"/details",id:e})},Qa=function(e){var t=e.id,a=e.parentSegment;return t?React.createElement(w.Link,{href:Wa(t,a)},React.createElement(ht(),{icon:"info-outline",size:18})):null},Ya=window.wc.currency,Ga=a.n(Ya),$a=function(){return($a=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Ka=(0,Ya.getCurrencyData)(),Ja=function(e){return wcpaySettings.zeroDecimalCurrencies.includes(e.toLowerCase())},Xa=function(e,t){void 0===t&&(t="USD");var a=Ja(t);a||(e/=100);var n=function(e){var t=(0,z.find)(Ka,{code:e.toUpperCase()});return t?new(Ga())(t):null}(t);if(null===n)return en(e,t,a);try{return"function"==typeof n.formatAmount?n.formatAmount(e):n.formatCurrency(e)}catch(n){return en(e,t,a)}};function en(e,t,a){return(0,f.sprintf)(a?"%s %i":"%s %.2f",t.toUpperCase(),e)}var tn=function(e,t){return(0,ot.dateI18n)(e,ct().utc(t).toISOString(),!0)},an=function(e,t){return Xa(e?e.amount:0,e&&e.currency?e.currency:t)},nn=function(e){var t=e?(0,f.__)("Est.","woocommerce-payments")+" "+tn("M j, Y",e.date):"—";return e&&"in_transit"===e.status?t+" - "+(0,f.__)("In transit","woocommerce-payments"):t},rn=function(e){switch(e.interval){case"daily":return(0,f.__)("Automatic, every business day","woocommerce-payments");case"weekly":return(0,f.sprintf)((0,f.__)("Automatic, every week on %s","woocommerce-payments"),ct()().locale("en").day(e.weekly_anchor).locale(ct().locale()).format("dddd"));case"monthly":var t=ct().locale().startsWith("en")?"en":ct().locale();return(0,f.sprintf)((0,f.__)("Automatic, every month on the %s","woocommerce-payments"),ct()().locale(t).date(e.monthly_anchor).format("Do"))}},cn=function(){var e=(0,pt.useSelect)((function(e){var t=e(gt),a=t.getDepositsOverview,n=t.getDepositsOverviewError,r=t.isResolving;return{overview:a(),overviewError:n(),isLoading:r("getDepositsOverview")}})),t=e.overview,a=e.isLoading;return React.createElement("div",{className:"wcpay-deposits-overview"},React.createElement("p",{className:"wcpay-deposits-overview__schedule"},React.createElement(ht(),{icon:"calendar",className:"wcpay-deposits-overview__schedule-icon"}),React.createElement("span",{className:"wcpay-deposits-overview__schedule-label"},(0,f.__)("Deposit schedule:","woocommerce-payments"))," ",React.createElement("span",{className:"wcpay-deposits-overview__schedule-value"},React.createElement(Ua,{isLoading:a||!t,display:"inline",placeholder:"Deposit schedule placeholder"},t?function(e){var t=e.account,a=t.deposits_schedule,n=t.deposits_disabled,r=e.last_deposit;if(n||"manual"===a.interval){var c="https://docs.woocommerce.com/document/payments/faq/deposits-suspended/";return Ge((0,f.__)("Temporarily suspended (<a>learn more</a>)","woocommerce-payments"),{a:React.createElement("a",{href:c,target:"_blank",rel:"noopener noreferrer"})})}return r?rn(a):(c="https://docs.woocommerce.com/document/payments/faq/deposit-schedule/",Ge((0,f.sprintf)((0,f.__)("%s – your first deposit is held for seven days (<a>learn more</a>)","woocommerce-payments"),rn({interval:"daily"})),{a:React.createElement("a",{href:c,target:"_blank",rel:"noopener noreferrer"})}))}(t):""))),a||!t?React.createElement(w.SummaryListPlaceholder,{numberOfItems:4}):React.createElement(w.SummaryList,{label:(0,f.__)("Deposits overview","woocommerce-payments")},(function(){return[React.createElement(w.SummaryNumber,{key:"lastDeposit",label:(0,f.__)("Last deposit","woocommerce-payments"),value:an(t.last_deposit,t.account.default_currency),prevLabel:(a=t.last_deposit,a?tn("F j, Y",a.date):"—"),href:t.last_deposit?Wa(t.last_deposit.id,"deposits"):""}),React.createElement(w.SummaryNumber,{key:"nextDeposit",label:(0,f.__)("Next deposit","woocommerce-payments"),value:an(t.next_deposit,t.account.default_currency),prevLabel:nn(t.next_deposit),href:t.next_deposit?Wa(t.next_deposit.id,"deposits"):""}),React.createElement(w.SummaryNumber,{key:"pendingBalance",label:(0,f.__)("Pending balance","woocommerce-payments"),value:an(t.balance.pending,t.account.default_currency),prevLabel:(e=t.balance.pending,(0,f.sprintf)((0,f._n)("%d deposit","%d deposits",e.deposits_count,"woocommerce-payments"),e.deposits_count))}),React.createElement(w.SummaryNumber,{key:"availableBalance",label:(0,f.__)("Available balance","woocommerce-payments"),value:an(t.balance.available,t.account.default_currency),prevLabel:""})];var e,a})))},on={deposit:(0,f.__)("Deposit","woocommerce-payments"),withdrawal:(0,f.__)("Withdrawal","woocommerce-payments")},sn={paid:(0,f.__)("Paid","woocommerce-payments"),pending:(0,f.__)("Pending","woocommerce-payments"),in_transit:(0,f.__)("In transit","woocommerce-payments"),canceled:(0,f.__)("Canceled","woocommerce-payments"),failed:(0,f.__)("Failed","woocommerce-payments"),estimated:(0,f.__)("Estimated","woocommerce-payments")},ln=a(539),mn=function(e){var t=e.href,a=e.children;return t?React.createElement(w.Link,{href:t,className:"woocommerce-table__clickable-cell",tabIndex:"-1"},a):a},un=[{key:"details",label:"",required:!0,cellClassName:"info-button"},{key:"date",label:(0,f.__)("Date","woocommerce-payments"),required:!0,isLeftAligned:!0,defaultOrder:"desc",cellClassName:"date-time"},{key:"type",label:(0,f.__)("Type","woocommerce-payments"),required:!0},{key:"amount",label:(0,f.__)("Amount","woocommerce-payments"),isNumeric:!0,required:!0},{key:"status",label:(0,f.__)("Status","woocommerce-payments"),required:!0},{key:"bankAccount",label:(0,f.__)("Bank account","woocommerce-payments")}],dn=function(){var e=function(e){var t=e.paged,a=e.per_page;return(0,pt.useSelect)((function(e){var n=e(gt),r=n.getDeposits,c=n.getDepositQueryError,o=n.isResolving,s={paged:Number.isNaN(parseInt(t,10))?"1":t,perPage:Number.isNaN(parseInt(a,10))?"25":a};return{deposits:r(s),depositsError:c(s),isLoading:o("getDeposits",[s])}}),[t,a])}((0,Da.getQuery)()),t=e.deposits,a=e.isLoading,n=t.map((function(e){var t=function(t){return React.createElement(mn,{href:Wa(e.id,"deposits")},t)},a=React.createElement(Qa,{id:e.id,parentSegment:"deposits"}),n=React.createElement(w.Link,{href:Wa(e.id,"deposits")},(0,ot.dateI18n)("M j, Y",ct().utc(e.date).toISOString(),!0)),r={details:{value:e.id,display:a},date:{value:e.date,display:n},type:{value:e.type,display:t(on[e.type])},amount:{value:e.amount/100,display:t(Xa(e.amount,e.currency))},status:{value:e.status,display:t(sn[e.status]||(0,ln.formatStringValue)(e.status))},bankAccount:{value:e.bankAccount,display:t(e.bankAccount)}};return un.map((function(e){var t=e.key;return r[t]||{display:null}}))}));return React.createElement(w.TableCard,{title:(0,f.__)("Deposit history","woocommerce-payments"),isLoading:a,rowsPerPage:10,totalRows:10,headers:un,rows:n,query:(0,Da.getQuery)(),onQueryChange:Da.onQueryChange})},hn=function(){return React.createElement(Se,null,React.createElement(ut,{topic:lt.deposits}),React.createElement(cn,null),React.createElement(dn,null))},pn=function(e){var t=e.order;return t?React.createElement(w.Link,{href:t.url,type:"external"},t.number):React.createElement("span",null,"–")},vn={normal:(0,f.__)("Normal","woocommerce-payments"),elevated:(0,f.__)("Elevated","woocommerce-payments"),highest:(0,f.__)("Highest","woocommerce-payments")},fn=["normal","elevated","highest"],gn={normal:"green",elevated:"orange",highest:"red"},wn=function(e){var t=e.risk,a=fn[t];return React.createElement("span",{style:{color:gn[a]}},vn[a])},yn={charge:(0,f.__)("Charge","woocommerce-payments"),payment:(0,f.__)("Payment","woocommerce-payments"),payment_failure_refund:(0,f.__)("Payment failure refund","woocommerce-payments"),payment_refund:(0,f.__)("Payment refund","woocommerce-payments"),refund:(0,f.__)("Refund","woocommerce-payments"),refund_failure:(0,f.__)("Refund failure","woocommerce-payments"),dispute:(0,f.__)("Dispute","woocommerce-payments"),dispute_reversal:(0,f.__)("Dispute reversal","woocommerce-payments")},zn=function(e){var t=e.depositId,a=e.dateAvailable,n=(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/deposits/details",id:t}),r=null!=a&&(0,ot.dateI18n)("M j, Y",ct().utc(a).toISOString(),!0);return t?React.createElement(w.Link,{href:n},r||(0,f.__)("Deposit details","woocommerce-payments")):r||(0,f.__)("Pending","woocommerce-payments")},bn=function(e){var t=e.amount,a=e.currency;return React.createElement(be,{text:(0,f.sprintf)((0,f.__)("Converted from %s","woocommerce-payments"),Xa(t,a)),position:"bottom center"},React.createElement("span",{className:"conversion-indicator","data-testid":"conversion-indicator"},React.createElement(ht(),{icon:"sync",size:18})))},_n=function(e){var t=e.amount,a=e.currency,n=e.fromAmount,r=e.fromCurrency,c=Xa(t,a);return a===r?c:React.createElement("div",{className:"converted-amount"},React.createElement(bn,{amount:n,currency:r}),c)},En=window.wp.apiFetch,kn=a.n(En),Hn=a(746),Mn=window.wp.htmlEntities,Vn={name:"transactions",className:"woocommerce-search__transactions-result",options:function(e){var t=e?{search_term:e}:{};return kn()({path:(0,nt.addQueryArgs)("/wc/v3/payments/transactions/search",t)})},isDebounced:!0,getOptionIdentifier:function(e){return e.label},getOptionKeywords:function(e){return[e.label]},getFreeTextOptions:function(e){return[{key:"all",label:React.createElement("span",{key:"name",className:"woocommerce-search__result-name"},(0,Hn.Z)({mixedString:(0,f.__)("All transactions with customer names or billing emails that include {{query /}}","woocommerce-admin"),components:{query:React.createElement("strong",{className:"components-form-token-field__suggestion-match"},e)}})),value:{label:e}}]},getOptionLabel:function(e,t){var a=function(e,t){if(!t)return null;var a=e.toLocaleLowerCase().indexOf(t.toLocaleLowerCase());return-1===a?null:{suggestionBeforeMatch:(0,Mn.decodeEntities)(e.substring(0,a)),suggestionMatch:(0,Mn.decodeEntities)(e.substring(a,a+t.length)),suggestionAfterMatch:(0,Mn.decodeEntities)(e.substring(a+t.length))}}(e.label,t);return React.createElement("span",{key:"name",className:"woocommerce-search__result-name","aria-label":e.label},a.suggestionBeforeMatch,React.createElement("strong",{className:"components-form-token-field__suggestion-match"},a.suggestionMatch),a.suggestionAfterMatch)},getOptionCompletion:function(e){return{key:e.label,label:e.label}}},Cn=function(e){var t=function(e,t){var a=e.paged,n=e.per_page,r=e.orderby,c=e.order,o=e.match,s=e.date_before,i=e.date_after,l=e.date_between,m=e.type_is,u=e.type_is_not,d=e.search;return(0,pt.useSelect)((function(e){var h=e(gt),p=h.getTransactions,v=h.getTransactionsError,f=h.isResolving,g={paged:Number.isNaN(parseInt(a,10))?"1":a,perPage:Number.isNaN(parseInt(n,10))?"25":n,orderby:r||"date",order:c||"desc",match:o,dateBefore:s,dateAfter:i,dateBetween:l&&l.sort((function(e,t){return ct()(e).diff(ct()(t))})),typeIs:m,typeIsNot:u,depositId:t,search:d};return{transactions:p(g),transactionsError:v(g),isLoading:f("getTransactions",[g])}}),[a,n,r,c,o,s,i,l,m,u,t,d])}((0,Da.getQuery)(),e.depositId),a=t.transactions,n=t.isLoading,r=function(e,t){var a=e.match,n=e.date_before,r=e.date_after,c=e.date_between,o=e.type_is,s=e.type_is_not,i=e.search;return(0,pt.useSelect)((function(e){var l=e(gt),m=l.getTransactionsSummary,u=l.isResolving,d={match:a,dateBefore:n,dateAfter:r,dateBetween:c,typeIs:o,typeIsNot:s,depositId:t,search:i};return{transactionsSummary:m(d),isLoading:u("getTransactionsSummary",[d])}}),[a,n,r,c,o,s,t,i])}((0,Da.getQuery)(),e.depositId),c=r.transactionsSummary,o=r.isLoading,s=(0,y.useMemo)((function(){return t=!e.depositId,a=wcpaySettings.isSubscriptionsActive,[{key:"details",label:"",required:!0},{key:"date",label:(0,f.__)("Date / Time","woocommerce-payments"),screenReaderLabel:(0,f.__)("Date and time","woocommerce-payments"),required:!0,isLeftAligned:!0,defaultOrder:"desc",cellClassName:"date-time",isSortable:!0,defaultSort:!0},{key:"type",label:(0,f.__)("Type","woocommerce-payments"),screenReaderLabel:(0,f.__)("Type","woocommerce-payments"),required:!0},{key:"amount",label:(0,f.__)("Amount","woocommerce-payments"),screenReaderLabel:(0,f.__)("Amount","woocommerce-payments"),isNumeric:!0,isSortable:!0},{key:"fees",label:(0,f.__)("Fees","woocommerce-payments"),screenReaderLabel:(0,f.__)("Fees","woocommerce-payments"),isNumeric:!0,isSortable:!0},{key:"net",label:(0,f.__)("Net","woocommerce-payments"),screenReaderLabel:(0,f.__)("Net","woocommerce-payments"),isNumeric:!0,required:!0,isSortable:!0},{key:"order",label:(0,f.__)("Order #","woocommerce-payments"),screenReaderLabel:(0,f.__)("Order number","woocommerce-payments"),required:!0},a&&{key:"subscriptions",label:(0,f.__)("Subscription #","woocommerce-payments"),screenReaderLabel:(0,f.__)("Subscription number","woocommerce-payments")},{key:"source",label:(0,f.__)("Source","woocommerce-payments"),screenReaderLabel:(0,f.__)("Source","woocommerce-payments")},{key:"customer_name",label:(0,f.__)("Customer","woocommerce-payments"),screenReaderLabel:(0,f.__)("Customer","woocommerce-payments")},{key:"customer_email",label:(0,f.__)("Email","woocommerce-payments"),screenReaderLabel:(0,f.__)("Email","woocommerce-payments"),visible:!1},{key:"customer_country",label:(0,f.__)("Country","woocommerce-payments"),screenReaderLabel:(0,f.__)("Country","woocommerce-payments"),visible:!1},{key:"risk_level",label:(0,f.__)("Risk level","woocommerce-payments"),screenReaderLabel:(0,f.__)("Risk level","woocommerce-payments"),visible:!1},t&&{key:"deposit",label:(0,f.__)("Deposit","woocommerce-payments"),screenReaderLabel:(0,f.__)("Deposit","woocommerce-payments"),cellClassName:"deposit"}].filter(Boolean);var t,a}),[e.depositId,wcpaySettings.isSubscriptionsActive]),i=s.find((function(e){return"details"===e.key}))||{};(0,Da.getQuery)().orderby&&"date"!==(0,Da.getQuery)().orderby?i.cellClassName="info-button":i.cellClassName="info-button is-sorted";var l=a.map((function(e){var t=Wa(e.charge_id,"transactions"),a=function(e){return React.createElement(mn,{href:t},e)},n=React.createElement(Qa,{id:e.charge_id,parentSegment:"transactions"}),r=React.createElement(pn,{order:e.order}),c=wcpaySettings.isSubscriptionsActive&&e.order&&e.order.subscriptions&&e.order.subscriptions.map((function(e,t,a){return[React.createElement(pn,{key:t,order:e}),t!==a.length-1&&", "]})),o=React.createElement(wn,{risk:e.risk_level}),i=e.order?React.createElement("a",{href:e.order.customer_url},e.customer_name):e.customer_name,l=e.order?React.createElement("a",{href:e.order.customer_url},e.customer_email):e.customer_email,m=React.createElement(zn,{depositId:e.deposit_id,dateAvailable:e.date_available}),u=e.currency.toUpperCase(),d={details:{value:e.transaction_id,display:n},date:{value:e.date,display:a((0,ot.dateI18n)("M j, Y / g:iA",ct().utc(e.date).local().toISOString()))},type:{value:e.type,display:a(yn[e.type]||st(e.type))},source:{value:e.source,display:a(React.createElement("span",{className:"payment-method__brand payment-method__brand--"+e.source}))},order:{value:e.order_id,display:r},subscriptions:{value:e.order_id,display:c},customer_name:{value:e.customer_name,display:i},customer_email:{value:e.customer_email,display:l},customer_country:{value:e.customer_country,display:a(e.customer_country)},amount:{value:e.amount/100,display:a(React.createElement(_n,{amount:e.amount,currency:u,fromAmount:e.customer_amount,fromCurrency:e.customer_currency.toUpperCase()}))},fees:{value:e.fees/100,display:a(Xa(-1*e.fees,u))},net:{value:e.net/100,display:a(Xa(e.net,u))},risk_level:{value:e.risk_level,display:a(o)},deposit:{value:e.deposit_id,display:m}};return s.map((function(e){var t=e.key;return d[t]||{display:null}}))})),m=[{label:"transactions",value:""+c.count},{label:"total",value:""+Xa(c.total,c.currency)},{label:"fees",value:""+Xa(c.fees,c.currency)},{label:"net",value:""+Xa(c.net,c.currency)}],u=(0,Da.getQuery)().search&&(0,Da.getQuery)().search.map((function(e){return{key:e,label:e}})),d=wcpaySettings.isSubscriptionsActive?(0,f.__)("Search by order number, subscription number, customer name, or billing email","woocommerce-payments"):(0,f.__)("Search by order number, customer name, or billing email","woocommerce-payments");return wcpaySettings.featureFlags.customSearch||(d=(0,f.__)("Search by customer name","woocommerce-payments")),React.createElement(w.TableCard,{className:"transactions-list woocommerce-report-table has-search",title:e.depositId?(0,f.__)("Deposit transactions","woocommerce-payments"):(0,f.__)("Transactions","woocommerce-payments"),isLoading:n,rowsPerPage:(0,Da.getQuery)().per_page||25,totalRows:c.count||0,headers:s,rows:l,summary:o?null:m,query:(0,Da.getQuery)(),onQueryChange:Da.onQueryChange,actions:[React.createElement(w.Search,{allowFreeTextSearch:!0,inlineTags:!0,key:"search",onChange:function(e){(0,Da.updateQueryString)({search:e.length?(0,z.uniq)(e.map((function(e){return e.label}))):void 0})},placeholder:d,selected:u,showClearButton:!0,type:wcpaySettings.featureFlags.customSearch?"custom":"customers",autocompleter:Vn})]})},xn=function(e){var t=e.status;return React.createElement(w.OrderStatus,{order:{status:t},orderStatusMap:sn})},Ln=function(e){var t,a=e.depositId,n=(t=a,(0,pt.useSelect)((function(e){var a=e(gt),n=a.getDeposit,r=a.isResolving;return{deposit:n(t),isLoading:r("getDeposit",[t])}}),[t])),r=n.deposit,c=void 0===r?{}:r,o=n.isLoading;return React.createElement(w.Card,{className:"wcpay-deposit-overview"},React.createElement("div",{className:"wcpay-deposit-detail"},React.createElement("div",{className:"wcpay-deposit-date"},React.createElement(Ua,{isLoading:o,placeholder:"Date placeholder"},(0,f.__)("Deposit date","woocommerce-payments")+": ",(0,ot.dateI18n)("M j, Y",ct().utc(c.date).toISOString(),!0))),React.createElement("div",{className:"wcpay-deposit-status"},React.createElement(Ua,{isLoading:o,placeholder:"Status"},React.createElement(xn,{status:c.status}))),React.createElement("div",{className:"wcpay-deposit-bank-account"},React.createElement(Ua,{isLoading:o,placeholder:"Bank account placeholder"},c.bankAccount))),React.createElement("div",{className:"wcpay-deposit-hero"},React.createElement("div",{className:"wcpay-deposit-amount"},React.createElement(Ua,{isLoading:o,placeholder:"Amount",display:"inline"},Xa(c.amount,c.currency)))))},Sn=function(e){var t=e.query.id;return React.createElement(Se,null,React.createElement(ut,{topic:lt.depositDetails}),React.createElement(Ln,{depositId:t}),React.createElement(Cn,{depositId:t}))},Rn=Object.entries(yn).filter((function(e){return!e[0].startsWith("payment")})).map((function(e){var t=e[0];return{label:e[1],value:t}})),Nn=[{label:(0,f.__)("Show","woocommerce-payments"),param:"filter",staticParams:["paged","per_page","search"],showFilters:function(){return!0},filters:[{label:(0,f.__)("All transactions","woocommerce-payments"),value:"all"},{label:(0,f.__)("Advanced filters","woocommerce-payments"),value:"advanced"}]}],Dn={title:(0,f.__)("Transactions match {{select /}} filters","woocommerce-payments"),filters:{date:{labels:{add:(0,f.__)("Date","woocommerce-payments"),remove:(0,f.__)("Remove transaction date filter","woocommerce-payments"),rule:(0,f.__)("Select a transaction date filter match","woocommerce-payments"),title:(0,f.__)("{{title}}Date{{/title}} {{rule /}} {{filter /}}","woocommerce-payments"),filter:(0,f.__)("Select a transaction date","woocommerce-payments")},rules:[{value:"before",label:(0,f.__)("Before","woocommerce-admin")},{value:"after",label:(0,f.__)("After","woocommerce-admin")},{value:"between",label:(0,f.__)("Between","woocommerce-admin")}],input:{component:"Date"}},type:{labels:{add:(0,f.__)("Type","woocommerce-payments"),remove:(0,f.__)("Remove transaction type filter","woocommerce-payments"),rule:(0,f.__)("Select a transaction type filter match","woocommerce-payments"),title:(0,f.__)("{{title}}Type{{/title}} {{rule /}} {{filter /}}","woocommerce-payments"),filter:(0,f.__)("Select a transaction type","woocommerce-payments")},rules:[{value:"is",label:(0,f._x)("Is","transaction type","woocommerce-payments")},{value:"is_not",label:(0,f._x)("Is not","transaction type","woocommerce-payments")}],input:{component:"SelectControl",options:Rn}}}},On=function(){return React.createElement(w.ReportFilters,{filters:Nn,advancedFilters:Dn,showDatePicker:!1,path:"/payments/transactions",query:(0,Da.getQuery)()})},Tn=function(){return React.createElement(Se,null,React.createElement(ut,{topic:lt.transactions}),React.createElement(On,null),React.createElement(Cn,null))},Bn=["issuer_declined","invalid"],In=["blocked"],An=function(e){return void 0===e&&(e={}),e.outcome?e.outcome.type:null},Pn=function(e){return void 0===e&&(e={}),!0===e.disputed},jn=function(e){return void 0===e&&(e={}),0<e.amount_refunded},Fn=function(e){return void 0===e&&(e={}),!0===e.refunded},qn=function(e){return void 0===e&&(e={}),function(e){return void 0===e&&(e={}),"failed"===e.status&&Bn.includes(An(e))}(e)?"failed":function(e){return void 0===e&&(e={}),"failed"===e.status&&In.includes(An(e))}(e)?"blocked":Pn(e)?"disputed_"+(void 0===(t=e.dispute)&&(t={}),t.status||null):function(e){return void 0===e&&(e={}),jn(e)&&!Fn(e)}(e)?"refunded_partial":Fn(e)?"refunded_full":function(e){return void 0===e&&(e={}),"succeeded"===e.status&&!0===e.paid}(e)?function(e){return void 0===e&&(e={}),!0===e.captured}(e)?"paid":"authorized":e.status;var t},Zn={warning_needs_response:{type:"primary",message:(0,f.__)("Inquiry: Needs response","woocommerce-payments")},warning_under_review:{type:"light",message:(0,f.__)("Inquiry: Under review","woocommerce-payments")},warning_closed:{type:"light",message:(0,f.__)("Inquiry: Closed","woocommerce-payments")},needs_response:{type:"primary",message:(0,f.__)("Needs response","woocommerce-payments")},under_review:{type:"light",message:(0,f.__)("Under review","woocommerce-payments")},charge_refunded:{type:"light",message:(0,f.__)("Charge refunded","woocommerce-payments")},won:{type:"light",message:(0,f.__)("Won","woocommerce-payments")},lost:{type:"light",message:(0,f.__)("Lost","woocommerce-payments")}},Un=function(){return(Un=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Wn=Object.entries(Zn).reduce((function(e,t){var a=t[0],n=t[1];return e["disputed_"+a]={type:n.type,message:a.startsWith("warning_")?n.message:(0,f.sprintf)((0,f.__)("Disputed: %s","woocommerce-payments"),n.message)},e}),{}),Qn=Un({refunded_partial:{type:"light",message:(0,f.__)("Partial refund","woocommerce-payments")},refunded_full:{type:"light",message:(0,f.__)("Refunded","woocommerce-payments")},paid:{type:"light",message:(0,f.__)("Paid","woocommerce-payments")},authorized:{type:"primary",message:(0,f.__)("Payment authorized","woocommerce-payments")},failed:{type:"alert",message:(0,f.__)("Payment failed","woocommerce-payments")},blocked:{type:"alert",message:(0,f.__)("Payment blocked","woocommerce-payments")}},Wn),Yn=["primary","light","warning","alert"],Gn=function(e){var t=e.message,a=e.type,n=e.isCompact,r=["chip","chip-"+(Yn.find((function(e){return e===a}))||"primary"),n?"is-compact":""];return React.createElement("span",{className:r.join(" ").trim()},t)},$n=function(e){var t=e.status,a=Qn[t]||{},n=a.message||st(t),r=a.type||"light";return React.createElement(Gn,{message:n,type:r})},Kn=function(e){var t=e.payment,a=t?t[t.type]:null;return a?React.createElement("span",{className:"payment-method-details"},React.createElement("span",{className:"payment-method__brand payment-method__brand--"+a.brand})," •••• ",a.last4):React.createElement("span",null,"–")},Jn=function(e){var t=e.items;return React.createElement(w.List,{className:"woocommerce-list--horizontal",items:t})},Xn=function(e){var t=e.customer;if(void 0===(t||{}).name)return"-";var a=t.name;t.email&&(a=t.name+" ("+t.email+")");var n=(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/transactions",search:[a]});return React.createElement(w.Link,{href:n},t.name)},er={amount:0,currency:"USD",net:0,fee:0,refunded:null},tr=function(e){var t=e.charge;return[{title:(0,f.__)("Date","woocommerce-payments"),content:t.created?(0,ot.dateI18n)("M j, Y, g:ia",ct()(1e3*t.created).toISOString()):"–"},{title:(0,f.__)("Customer","woocommerce-payments"),content:React.createElement(Xn,{customer:t.billing_details})},{title:(0,f.__)("Order","woocommerce-payments"),content:React.createElement(pn,{order:t.order})},wcpaySettings.isSubscriptionsActive&&{title:(0,f.__)("Subscription","woocommerce-payments"),content:t.order&&t.order.subscriptions.length?t.order.subscriptions.map((function(e,t,a){return[React.createElement(pn,{key:t,order:e}),t!==a.length-1&&", "]})):React.createElement(pn,null)},{title:(0,f.__)("Payment method","woocommerce-payments"),content:React.createElement(Kn,{payment:t.payment_method_details})},{title:(0,f.__)("Risk evaluation","woocommerce-payments"),content:vn[(0,z.get)(t,"outcome.risk_level")]||"–"}].filter(Boolean)},ar=function(e){var t=e.charge,a=void 0===t?{}:t,n=e.isLoading,r=a.amount?function(e){var t=e.balance_transaction?{currency:e.balance_transaction.currency,amount:e.balance_transaction.amount,fee:e.balance_transaction.fee,refunded:0,net:0}:{currency:e.currency,amount:e.amount,fee:e.application_fee_amount,refunded:0,net:0};return jn(e)&&(t.refunded-=(0,z.sumBy)(e.refunds.data,"balance_transaction.amount")),Pn(e)&&(t.fee+=(0,z.sumBy)(e.dispute.balance_transactions,"fee"),t.refunded-=(0,z.sumBy)(e.dispute.balance_transactions,"amount")),t.net=t.amount-t.fee-t.refunded,t}(a):er,c=a.currency&&r.currency!==a.currency;return React.createElement(w.Card,{className:"payment-details-summary-details"},React.createElement("div",{className:"payment-details-summary"},React.createElement("div",{className:"payment-details-summary__section"},React.createElement("p",{className:"payment-details-summary__amount"},React.createElement(Ua,{isLoading:n,placeholder:"Amount placeholder"},Xa(a.amount,a.currency),React.createElement("span",{className:"payment-details-summary__amount-currency"},a.currency||"USD"),React.createElement($n,{status:qn(a)}))),React.createElement("div",{className:"payment-details-summary__breakdown"},c?React.createElement("p",null,Xa(r.amount,r.currency)," ",r.currency.toUpperCase()):null,r.refunded?React.createElement("p",null,(0,f.__)("Refunded","woocommerce-payments")+": ",Xa(-r.refunded,r.currency)):"",React.createElement("p",null,React.createElement(Ua,{isLoading:n,placeholder:"Fee amount"},(0,f.__)("Fee","woocommerce-payments")+": ",Xa(-r.fee,r.currency))),React.createElement("p",null,React.createElement(Ua,{isLoading:n,placeholder:"Net amount"},(0,f.__)("Net","woocommerce-payments")+": ",Xa(r.net,r.currency))))),React.createElement("div",{className:"payment-details-summary__section"},React.createElement("div",{className:"payment-details-summary__id"},React.createElement(Ua,{isLoading:n,placeholder:"Payment ID: ch_xxxxxxxxxxxxxxxxxxxxxxxx"},(0,f.__)("Payment ID","woocommerce-payments")+": ",a.id)))),React.createElement("hr",{className:"full-width"}),React.createElement(Za,{isLoading:n,numLines:4},React.createElement(Jn,{items:tr({charge:a})})))},nr={bank_cannot_process:{display:(0,f.__)("Bank cannot process","woocommerce-payments")},check_returned:{display:(0,f.__)("Check returned","woocommerce-payments")},credit_not_processed:{display:(0,f.__)("Credit not processed","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If your customer was not refunded appropriately, you will need to accept the dispute, or resolve the issue with your customer. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims that the purchased product was returned or the transaction was otherwise canceled, but you have not yet provided a refund or credit.","woocommerce-payments")],required:[(0,f.__)("Demonstrate that you have refunded your customer through other means or that your customer is not entitled to a refund. You cannot issue a refund while a payment is being disputed. If you believe that your customer was entitled a refund that you did not provide, you can accept the dispute.","woocommerce-payments")],respond:[(0,f.__)("You should first get in touch with your customer. If you understand what their complaint is, there is a chance for you to explain the misunderstanding or to make it right. If you’re able to resolve the issue with your customer, you can ask that they withdraw the dispute.","woocommerce-payments"),(0,f.__)("If the cardholder agrees to withdraw the dispute, you should still submit evidence for the dispute using the forms on the next screen. In addition to the following evidence, your submission should include correspondence with the cardholder saying they would withdraw the dispute and a written statement from their card issuer confirming that the dispute has been withdrawn.","woocommerce-payments")]},customer_initiated:{display:(0,f.__)("Customer initiated","woocommerce-payments")},debit_not_authorized:{display:(0,f.__)("Debit not authorized","woocommerce-payments")},duplicate:{display:(0,f.__)("Duplicate","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If there were duplicate payments, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims they were charged multiple times for the same product or service.","woocommerce-payments")],required:[(0,f.__)("Demonstrate that each payment was for a separate product or service.","woocommerce-payments")],respond:[(0,f.__)("Determine if your customer was incorrectly charged multiple times.","woocommerce-payments"),(0,f.__)("If they were not, collect any and all information documenting that each payment was made separately, such as copies of receipts. If the receipts don’t include the items purchased, be sure to include an itemized list. Each receipt should clearly indicate that the payments are for separate purchases of items or services. If you’ve been able to get in touch with the customer you should be sure to address any concerns they had in your evidence.","woocommerce-payments"),(0,f.__)("If there have been two or more separate payments, you should get in touch with your customer. If you understand what their complaint is, there is a chance for you to explain the misunderstanding or to make it right. If you’re able to resolve the issue with your customer, you can ask that they withdraw the dispute.","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments")]},fraudulent:{display:(0,f.__)("Fraudulent","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you believe the payment was actually made using a stolen credit card, you will need to accept the dispute. The credit card networks place liability for accepting fraudulent payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("This is the most common reason for a dispute, and happens when a cardholder claims that they didn’t authorize the payment. This can happen if the card was lost or stolen and used to make a fraudulent purchase. It can also happen if the cardholder doesn’t recognize the payment as it appears on the billing statement from their card issuer.","woocommerce-payments")],required:[(0,f.__)("Provide adequate payment and order details so that a legitimate customer recognizes it, or proves to the card issuer that their cardholder authorized the transaction.","woocommerce-payments")],respond:[(0,f.__)("Try to get in touch with your customer. Sometimes people forget about payments they make or don’t recognize the way they appear on their card statement. If this is the case, ask them to contact their card issuer and let them know they no longer dispute the transaction.","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments"),(0,f.__)("It may be more efficient—and provide a better customer experience—to accept an accidental dispute and charge the customer again, if appropriate. Even when a dispute is withdrawn, it usually takes approximately 75 days to be finalized. Remember, it doesn’t matter to the card networks whether you win or lose a dispute; what matters is how many disputes a business receives, regardless of how many disputes are won.","woocommerce-payments")]},general:{display:(0,f.__)("General","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments")],summary:[(0,f.__)("This is an uncategorized dispute, so you should contact the customer for additional details to find out why the payment was disputed.","woocommerce-payments")]},incorrect_account_details:{display:(0,f.__)("Incorrect account details","woocommerce-payments")},insufficient_funds:{display:(0,f.__)("Insufficient funds","woocommerce-payments")},product_not_received:{display:(0,f.__)("Product not received","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer received their product or service, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims they did not receive the products or services purchased.","woocommerce-payments")],required:[(0,f.__)("Prove that the customer received a physical product or offline service, or made use of a digital product or online service. This must have occurred prior to the date the dispute was initiated.","woocommerce-payments")],respond:[(0,f.__)("First, get in touch with your customer. Understanding why they filed the dispute will be important for helping make sure your customer gets the product and will give you critical information to prevent this from happening to others.","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments")]},product_unacceptable:{display:(0,f.__)("Product unacceptable","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer received their product or service as described, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The product or service was received but was defective, damaged, or not as described.","woocommerce-payments")],required:[(0,f.__)("Demonstrate that the product or service was delivered as described at the time of purchase.","woocommerce-payments")],respond:[(0,f.__)("If the product or service is as described, provide specific information (invoice, contract, etc.) to refute the cardholder’s claims. Quality disputes are where the customer does not agree with the condition of merchandise or service received (e.g., a car repair situation or quality of a hotel room). There may be instances where you will need to obtain a neutral third-party opinion to help corroborate your claim against the cardholder. Provide as much specific information and documentation as possible to refute the cardholder’s claims. It is recommended that you address each point that the cardholder has made.","woocommerce-payments"),(0,f.__)("If the customer has not yet returned the product or canceled the service, provide specific information to that effect. You should double-check your incoming shipping records to verify that you have not received a return before you respond. If you have processed a credit or reversal for this transaction, provide evidence of this which includes the amount and date processed.","woocommerce-payments"),(0,f.__)("For products that have been repaired or replaced, provide evidence that the cardholder agreed to a repair or replacement, it has been received by the customer, and the repair or replacement has not since been disputed.","woocommerce-payments"),(0,f.__)("If your customer made no attempt to return the product or cancel the service, or if you provided a replacement product or service, make sure to note that as well.","woocommerce-payments"),(0,f.__)("If the customer withdraws their dispute you should still submit evidence using the forms on the next screen. Be sure to provide a letter or email from the cardholder stating that they are no longer in dispute.","woocommerce-payments")]},subscription_canceled:{display:(0,f.__)("Subscription canceled","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer’s subscription was canceled, and or they did not follow your cancelation policy, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims that you continued to charge them after a subscription was canceled.","woocommerce-payments")],required:[(0,f.__)("Prove that the subscription was still active and that the customer was aware of, and did not follow, your cancellation procedure.","woocommerce-payments")],respond:[(0,f.__)("First, get in touch with your customer. If you understand what they believe happened, there is a chance for you to explain the misunderstanding or to make it right. ","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments"),(0,f.__)("Otherwise, use the forms on the next screen to submit evidence that the subscription was still active and that the customer was aware of, and did not follow, your cancellation procedure.","woocommerce-payments")]},unrecognized:{display:(0,f.__)("Unrecognized","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer’s subscription was canceled, and or they did not follow your cancelation policy, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer doesn’t recognize the payment appearing on their card statement.","woocommerce-payments")],required:[(0,f.__)("As with fraudulent disputes, get your customer to withdraw the dispute by helping them identify the payment. Otherwise challenge the dispute with appropriate evidence that proves the purchase was legitimate. ","woocommerce-payments")],respond:[(0,f.__)("First, try to get in touch with your customer. Sometimes people forget about payments they make or don’t recognize the way they appear on their card statement. If this is the case, ask them to contact their card issuer and let them know they no longer dispute the transaction. Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments"),(0,f.__)("It may be more efficient—and provide a better customer experience—to accept an accidental dispute and charge the customer again, if appropriate. Even when a dispute is withdrawn, it usually takes approximately 75 days to be finalized. Remember, it doesn’t matter to the card networks whether you win or lose a dispute; what matters is how many disputes a business receives, regardless of how many disputes are won.","woocommerce-payments")]}},rr=function(e,t){return void 0===t&&(t=""),React.createElement(ht(),{icon:e,className:t})},cr=function(e,t){return{date:new Date(1e3*e.datetime),icon:rr("sync"),headline:(0,f.sprintf)((0,f.__)("Payment status changed to %s.","woocommerce-payments"),t),body:[]}},or=function(e,t,a,n){void 0===n&&(n=[]);var r="";if(e.deposit){r=(0,f.sprintf)(a?(0,f.__)("%1$s was added to your <a>%2$s deposit</a>.","woocommerce-payments"):(0,f.__)("%1$s was deducted from your <a>%2$s deposit</a>.","woocommerce-payments"),t,(0,ot.dateI18n)("M j, Y",ct()(1e3*e.deposit.arrival_date).toISOString()));var c=(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/deposits/details",id:e.deposit.id});r=Ge(r,{a:React.createElement("a",{href:c})})}else r=(0,f.sprintf)(a?(0,f.__)("%s will be added to a future deposit.","woocommerce-payments"):(0,f.__)("%s will be deducted from a future deposit.","woocommerce-payments"),t);return{date:new Date(1e3*e.datetime),icon:rr(a?"plus":"minus"),headline:r,body:n}},sr=function(e,t,a,n,r){return void 0===r&&(r=[]),{date:new Date(1e3*e.datetime),headline:t,icon:rr(a,n),body:r}},ir=function(e){void 0===e&&(e={});var t=e.transaction_details,a=void 0===t?{}:t,n=a.customer_currency,r=a.store_currency;return n&&r&&n!==r},lr=function(e){if(ir(e)){var t=e.transaction_details;return function(e,t){if(e.currency&&t.currency){var a=Ja(e.currency)?1:100;return Xa(a,e.currency)+" → "+function(e,t){var a="number"==typeof t.amount&&"number"==typeof e.amount&&0!==e.amount?Math.abs(t.amount/e.amount):0;Ja(t.currency)&&(a*=100),Ja(e.currency)&&(a/=100);var n,r=(0,z.find)(Ka,{code:t.currency.toUpperCase()}),c=1>a?6:5,o=Ja(t.currency);return r||(0,f.sprintf)(o?"%s %i":"%s %.5f",t.currency.toUpperCase(),a),void 0===(n=new(Ga())($a($a({},r),{precision:c})).formatAmount(a))&&(n=""),n.split(" ").map((function(e){return(0,z.endsWith)(e,"0")?(0,z.trimEnd)(e,"0"):e})).join(" ")}(e,t)+": "+Xa(Math.abs(t.amount),t.currency)}}({currency:t.customer_currency,amount:t.customer_amount},{currency:t.store_currency,amount:t.store_amount})}},mr=function(e){var t=e.type,a=function(t,a){return(0,f.sprintf)(t,Xa(a,e.currency))};switch(t){case"authorized":return[cr(e,(0,f.__)("Authorized","woocommerce-payments")),sr(e,a((0,f.__)("A payment of %s was successfully authorized.","woocommerce-payments"),e.amount),"checkmark","is-warning")];case"authorization_voided":return[cr(e,(0,f.__)("Authorization Voided","woocommerce-payments")),sr(e,a((0,f.__)("Authorization for %s was voided.","woocommerce-payments"),e.amount),"checkmark","is-warning")];case"authorization_expired":return[cr(e,(0,f.__)("Authorization Expired","woocommerce-payments")),sr(e,a((0,f.__)("Authorization for %s expired.","woocommerce-payments"),e.amount),"cross","is-error")];case"captured":var n=function(e){return ir(e)?Xa(e.transaction_details.store_amount-e.transaction_details.store_fee,e.transaction_details.store_currency):Xa(e.amount-e.fee,e.currency)}(e),r=function(e){if(!e.fee_rates)return(0,f.sprintf)((0,f.__)("Fee: %s","woocommerce-payments"),Xa(e.fee,e.currency));var t=e.fee_rates,a=t.percentage,n=t.fixed,r=t.fixed_currency,c=e.fee,o=e.currency;return ir(e)&&(c=e.transaction_details.store_fee,o=e.transaction_details.store_currency),(0,f.sprintf)((0,f.__)("Fee (%2$.1f%% + %3$s): %1$s","woocommeerce-payments"),Xa(-c,o),100*a,Xa(n,r))}(e);return[cr(e,(0,f.__)("Paid","woocommerce-payments")),or(e,n,!0),sr(e,a((0,f.__)("A payment of %s was successfully charged.","woocommerce-payments"),e.amount),"checkmark","is-success",[lr(e),r,(0,f.sprintf)((0,f.__)("Net deposit: %s","woocommerce-payments"),n)])];case"partial_refund":case"full_refund":var c=Xa(e.amount_refunded,e.currency),o=ir(e)?Xa(e.transaction_details.store_amount,e.transaction_details.store_currency):c;return[cr(e,"full_refund"===t?(0,f.__)("Refunded","woocommerce-payments"):(0,f.__)("Partial Refund","woocommerce-payments")),or(e,o,!1),sr(e,(0,f.sprintf)((0,f.__)("A payment of %s was successfully refunded.","woocommerce-payments"),c),"checkmark","is-success",[lr(e)])];case"failed":return[cr(e,(0,f.__)("Failed","woocommerce-payments")),sr(e,a((0,f.__)("A payment of %s failed.","woocommerce-payments"),e.amount),"cross","is-error")];case"dispute_needs_response":var s=(0,f.__)("Payment disputed","woocommerce-payments");nr[e.reason]&&(s=(0,f.sprintf)((0,f.__)("Payment disputed as %s.","woocommerce-payments"),nr[e.reason].display));var i=(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes/details",id:e.dispute_id}),l=void 0;if(null===e.amount)l={date:new Date(1e3*e.datetime),icon:rr("info-outline"),headline:(0,f.__)("No funds have been withdrawn yet.","woocommerce-payments"),body:[(0,f.__)("The cardholder's bank is requesting more information to decide whether to return these funds to the cardholder.","woocommerce-services")]};else{var m=Xa(Math.abs(e.amount)+Math.abs(e.fee),e.currency),u=ir(e)?Xa(e.transaction_details.customer_amount,e.transaction_details.customer_currency):Xa(e.amount,e.currency);l=or(e,m,!1,[(0,f.sprintf)((0,f.__)("Disputed amount: %s","woocommerce-payments"),u),lr(e),(0,f.sprintf)((0,f.__)("Fee: %s","woocommerce-payments"),Xa(e.fee,e.currency))])}return[cr(e,(0,f.__)("Disputed: Needs Response","woocommerce-payments")),l,sr(e,s,"cross","is-error",[React.createElement("a",{href:i},(0,f.__)("View dispute","woocommerce-payments"))])];case"dispute_in_review":return[cr(e,(0,f.__)("Disputed: In Review","woocommerce-payments")),sr(e,(0,f.__)("Challenge evidence submitted.","woocommerce-payments"),"checkmark","is-success")];case"dispute_won":var d=Xa(Math.abs(e.amount)+Math.abs(e.fee),e.currency);return[cr(e,(0,f.__)("Disputed: Won","woocommerce-payments")),or(e,d,!0,[(0,f.sprintf)((0,f.__)("Dispute reversal: %s","woocommerce-payments"),Xa(e.amount,e.currency)),(0,f.sprintf)((0,f.__)("Fee refund: %s","woocommerce-payments"),Xa(Math.abs(e.fee),e.currency))]),sr(e,(0,f.__)("Dispute won! The bank ruled in your favor.","woocommerce-payments"),"notice-outline","is-success")];case"dispute_lost":return[cr(e,(0,f.__)("Disputed: Lost","woocommerce-payments")),sr(e,(0,f.__)("Dispute lost. The bank ruled in favor of your customer.","woocommerce-payments"),"cross","is-error")];case"dispute_warning_closed":return[sr(e,(0,f.__)("Dispute inquiry closed. The bank chose not to pursue this dispute.","woocommerce-payments"),"notice-outline","is-success")];case"dispute_charge_refunded":return[sr(e,(0,f.__)("The disputed charge has been refunded.","woocommerce-payments"),"notice-outline","is-success")];default:return[]}},ur=function(e){var t=e.chargeId;if(!wcpaySettings.featureFlags.paymentTimeline)return null;var a,n=function(e){return(0,pt.useSelect)((function(t){var a=t(gt),n=a.getTimeline,r=a.getTimelineError,c=a.isResolving,o=a.getCharge,s=a.getChargeError,i=c("getCharge",[e]),l=s(e);if(i||l instanceof Error)return{timeline:null,timelineError:l,isLoading:i};var m=o(e).payment_intent;return m?{timeline:n(m),timelineError:r(m),isLoading:c("getTimeline",[m])}:{timeline:null,timelineError:null,isLoading:!1}}),[e])}(t),r=n.timeline,c=n.timelineError,o=n.isLoading,s=(a=r)?(0,z.flatMap)(a,mr):[];return React.createElement(w.Card,{title:React.createElement(Ua,{isLoading:o,value:(0,f.__)("Timeline","woocommerce-payments")}),className:"payment-details__timeline"},React.createElement(Za,{isLoading:o,numLines:3},c instanceof Error?(0,f.__)("Error while loading timeline","woocommerce-payments"):React.createElement(w.Timeline,{items:s})),React.createElement(Za,{isLoading:o,numLines:3}),React.createElement(Za,{isLoading:o,numLines:3}),React.createElement(Za,{isLoading:o,numLines:3}))},dr=function(e){var t=e.label,a=e.children,n=e.isLoading;return React.createElement("div",{className:"payment-method-detail"},React.createElement("h4",{className:"payment-method-detail__label"},React.createElement(Ua,{isLoading:n,display:"block",value:t})),React.createElement("p",{className:"payment-method-detail__value"},React.createElement(Ua,{isLoading:n,value:a})))},hr=function(e){switch(e.checked){case"pass":return(0,f.__)("Passed","woocommerce-payments");case"fail":return(0,f.__)("Failed","woocommerce-payments");case"unavailable":return(0,f.__)("Unavailable","woocommerce-payments");default:return(0,f.__)("Not checked","woocommerce-payments")}},pr={last4:"0000",fingerprint:"fingerprint placeholder",date:"date placeholder",cardType:"card type placeholder",id:"id placeholder",name:"name placeholder",email:"email placeholder",formattedAddress:"address placeholder",country:"country placeholder",cvcCheck:null,line1Check:null,postalCodeCheck:null},vr=function(e){var t=e.charge,a=void 0===t?{}:t,n=e.isLoading,r=a&&a.payment_method_details?function(e){var t=e.billing_details,a=e.payment_method,n=e.payment_method_details.card,r=n.last4,c=n.fingerprint,o=n.exp_month,s=n.exp_year,i=n.funding,l=n.network,m=n.country,u=n.checks,d=t.name,h=t.email,p=t.formatted_address,v=u.cvc_check,g=u.address_line1_check,w=u.address_postal_code_check,y=o+" / "+s,z={credit:(0,f.__)("credit","woocommerce-payments"),debit:(0,f.__)("debit","woocommerce-payments"),prepaid:(0,f.__)("prepaid","woocommerce-payments"),unknown:(0,f.__)("unknown","woocommerce-payments")};return{last4:r,fingerprint:c,date:y,cardType:(0,f.sprintf)((0,f.__)("%1$s %2$s card","woocommerce-payments"),l.charAt(0).toUpperCase()+l.slice(1),z[i]),id:a,name:d,email:h,country:wcSettings.countries[m],cvcCheck:v,line1Check:g,postalCodeCheck:w,formattedAddress:p}}(a):pr,c=r.last4,o=r.fingerprint,s=r.date,i=r.cardType,l=r.id,m=r.name,u=r.email,d=r.country,h=r.cvcCheck,p=r.line1Check,v=r.postalCodeCheck,g=r.formattedAddress,y=dr,z=hr;return React.createElement(w.Card,{title:React.createElement(Ua,{isLoading:n,value:(0,f.__)("Payment method","woocommerce-payments")})},React.createElement("div",{className:"payment-method-details"},React.createElement("div",{className:"payment-method-details__column"},React.createElement(y,{isLoading:n,label:(0,f.__)("Number","woocommerce-payments")},"•••• ",c),React.createElement(y,{isLoading:n,label:(0,f.__)("Fingerprint","woocommerce-payments")},o),React.createElement(y,{isLoading:n,label:(0,f.__)("Expires","woocommerce-payments")},s),React.createElement(y,{isLoading:n,label:(0,f.__)("Type","woocommerce-payments")},i),React.createElement(y,{isLoading:n,label:(0,f.__)("ID","woocommerce-payments")},l)),React.createElement("div",{className:"payment-method-details__column"},React.createElement(y,{isLoading:n,label:(0,f.__)("Owner","woocommerce-payments")},m),React.createElement(y,{isLoading:n,label:(0,f.__)("Owner email","woocommerce-payments")},u),React.createElement(y,{isLoading:n,label:(0,f.__)("Address","woocommerce-payments")},React.createElement("span",{dangerouslySetInnerHTML:{__html:g}})),React.createElement(y,{isLoading:n,label:(0,f.__)("Origin","woocommerce-payments")},d),React.createElement(y,{isLoading:n,label:(0,f.__)("CVC check","woocommerce-payments")},React.createElement(z,{checked:h})),React.createElement(y,{isLoading:n,label:(0,f.__)("Street check","woocommerce-payments")},React.createElement(z,{checked:p})),React.createElement(y,{isLoading:n,label:(0,f.__)("Zip check","woocommerce-payments")},React.createElement(z,{checked:v})))))},fr=function(e){var t=e.query.id,a=function(e){return(0,pt.useSelect)((function(t){var a=t(gt),n=a.getCharge,r=a.getChargeError,c=a.isResolving;return{charge:n(e),chargeError:r(e),isLoading:c("getCharge",[e])}}),[e])}(t),n=a.charge,r=a.isLoading,c=a.chargeError,o=React.createElement(ut,{topic:lt.paymentDetails});return!r&&c instanceof Error?React.createElement(Se,{maxWidth:1032,className:"wcpay-payment-details"},o,React.createElement(w.Card,null,React.createElement("div",null,(0,f.__)("Payment details not loaded","woocommerce-payments")))):React.createElement(Se,{maxWidth:1032,className:"wcpay-payment-details"},o,React.createElement(ar,{charge:n,isLoading:r}),React.createElement(ur,{chargeId:t}),!1,React.createElement(vr,{charge:n,isLoading:r}),!1)},gr=function(e){var t=e.status,a=Zn[t]||{},n=a.message||st(t),r=a.type||"light";return React.createElement(Gn,{message:n,type:r,isCompact:!0})},wr=[{key:"details",label:"",required:!0,cellClassName:"info-button"},{key:"amount",label:(0,f.__)("Amount","woocommerce-payments"),required:!0},{key:"status",label:(0,f.__)("Status","woocommerce-payments"),required:!0},{key:"reason",label:(0,f.__)("Reason","woocommerce-payments"),required:!0},{key:"source",label:(0,f.__)("Source","woocommerce-payments"),required:!0},{key:"order",label:(0,f.__)("Order #","woocommerce-payments"),required:!0},{key:"customer",label:(0,f.__)("Customer","woocommerce-payments")},{key:"email",label:(0,f.__)("Email","woocommerce-payments"),visible:!1},{key:"country",label:(0,f.__)("Country","woocommerce-payments"),visible:!1},{key:"created",label:(0,f.__)("Disputed on","woocommerce-payments"),required:!0},{key:"dueBy",label:(0,f.__)("Respond by","woocommerce-payments"),required:!0}],yr=function(){var e=function(e){var t=e.paged,a=e.per_page;return(0,pt.useSelect)((function(e){var n=e(gt),r=n.getDisputes,c=n.isResolving,o={paged:Number.isNaN(parseInt(t,10))?"1":t,perPage:Number.isNaN(parseInt(a,10))?"25":a};return{disputes:r(o),isLoading:c("getDisputes",[o])}}),[t,a])}((0,Da.getQuery)()),t=e.disputes,a=e.isLoading,n=t.map((function(e){var t=e.order?{value:e.order.number,display:React.createElement(pn,{order:e.order})}:null,a=function(t){return React.createElement(mn,{href:Wa(e.id,"disputes")},t)},n=React.createElement(Qa,{id:e.id,parentSegment:"disputes"}),r=nr[e.reason],c=r?r.display:st(e.reason),o=e.charge||{},s=((o.payment_method_details||{}).card||{}).brand,i=o.billing_details||{},l={amount:{value:e.amount/100,display:a(Xa(e.amount||0,e.currency||"USD"))},status:{value:e.status,display:a(React.createElement(gr,{status:e.status}))},reason:{value:e.reason,display:a(c)},source:{value:s,display:a(React.createElement("span",{className:"payment-method__brand payment-method__brand--"+s}))},created:{value:1e3*e.created,display:a((0,ot.dateI18n)("M j, Y",ct()(1e3*e.created).toISOString()))},dueBy:{value:1e3*e.evidence_details.due_by,display:a((0,ot.dateI18n)("M j, Y / g:iA",ct()(1e3*e.evidence_details.due_by).toISOString()))},order:t,customer:{value:i.name,display:a(i.name)},email:{value:i.email,display:a(i.email)},country:{value:(i.address||{}).country,display:a((i.address||{}).country)},details:{value:e.id,display:n}};return wr.map((function(e){var t=e.key;return l[t]||{display:null}}))}));return React.createElement(Se,null,React.createElement(ut,{topic:lt.disputes}),React.createElement(w.TableCard,{title:(0,f.__)("Disputes","woocommerce-payments"),isLoading:a,rowsPerPage:10,totalRows:10,headers:wr,rows:n,query:(0,Da.getQuery)(),onQueryChange:Da.onQueryChange}))},zr=function(e){var t=e.children;return React.createElement("div",{className:"woocommerce-card__footer"},t)},br=function(e){var t=e.id,a=e.needsResponse,n=e.isSubmitted,r=e.onAccept;if(!a&&!n)return null;var c=(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes/challenge",id:t}),o=(0,f.__)("Are you sure you'd like to accept this dispute? This action can not be undone.","woocommerce-payments");return React.createElement(zr,null,React.createElement(w.Link,{href:c,className:"components-button is-button is-primary is-large",onClick:function(){return window.wcTracks.recordEvent(a?"wcpay_dispute_challenge_clicked":"wcpay_view_submitted_evidence_clicked")}},a?(0,f.__)("Challenge dispute","woocommerce-payments"):(0,f.__)("View submitted evidence","woocommerce-payments")),a&&React.createElement(M,{isDefault:!0,isLarge:!0,onClick:function(){return window.confirm(o)&&r()}},(0,f.__)("Accept dispute","woocommerce-payments")))},_r=[{key:"created",label:(0,f.__)("Dispute date","woocommerce-payments")},{key:"amount",label:(0,f.__)("Disputed amount","woocommerce-payments")},{key:"dueBy",label:(0,f.__)("Respond by","woocommerce-payments")},{key:"reason",label:(0,f.__)("Reason","woocommerce-payments")},{key:"order",label:(0,f.__)("Order","woocommerce-payments")},{key:"customer",label:(0,f.__)("Customer","woocommerce-payments")},{key:"transactionId",label:(0,f.__)("Transaction ID","woocommerce-payments")}],Er=function(e){var t="object"==typeof e.charge?e.charge.id:e.charge;return React.createElement(w.Link,{href:Wa(t,"transactions")},t)},kr=function(e){var t=nr[e.reason];return t?t.display:st(e.reason)},Hr=function(e){var t=e.dispute,a=e.isLoading,n=a?{created:"Created date",amount:"Amount",dueBy:"Due by date",reason:"Dispute reason",order:"Order link",customer:"Customer name",transactionId:"Transaction link"}:{created:(0,ot.dateI18n)("M j, Y",ct()(1e3*t.created).toISOString()),amount:Xa(t.amount||0,t.currency||"USD"),dueBy:(0,ot.dateI18n)("M j, Y - g:iA",ct()(1e3*t.evidence_details.due_by).toISOString()),reason:kr(t),order:t.order?React.createElement(pn,{order:t.order}):null,customer:"object"==typeof t.charge?t.charge.billing_details.name:null,transactionId:Er(t)};return React.createElement("div",{className:"wcpay-dispute-info"},_r.map((function(e){var t=e.key,r=e.label;return null==n[t]?null:React.createElement("div",{key:t,className:"wcpay-dispute-info-item"},React.createElement(Ua,{isLoading:a,display:"inline"},React.createElement("span",{className:"wcpay-dispute-info-key"},r+": "),React.createElement("span",{className:"wcpay-dispute-info-value"},n[t])))})))},Mr=function(e){var t=e.children;return(void 0===t?[]:t).map((function(e,t){return React.createElement("p",{key:t},e)}))},Vr=function(e){var t=function(e){var t=(0,pt.useSelect)((function(t){var a=t(gt),n=a.getDispute,r=a.isResolving;return{dispute:n(e),isLoading:r("getDispute",[e])}}),[e]),a=t.dispute,n=t.isLoading,r=(0,pt.useDispatch)(gt).acceptDispute;return{dispute:a,isLoading:n,doAccept:function(){return r(e)}}}(e.query.id),a=t.dispute,n=void 0===a?{}:a,r=t.isLoading,c=t.doAccept,o=!r&&n.id,s=o&&React.createElement(br,{id:n.id,needsResponse:"needs_response"===n.status||"warning_needs_response"===n.status,isSubmitted:n.evidence_details&&0<n.evidence_details.submission_count,onAccept:c}),i=nr[n.reason]||{},l=React.createElement(ut,{topic:lt.disputeDetails});return r||o?React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-details"},l,React.createElement(w.Card,{title:React.createElement(Ua,{isLoading:r,value:(0,f.__)("Dispute overview","woocommerce-payments")})},React.createElement(Hr,{dispute:n,isLoading:r}),React.createElement(Za,{isLoading:r,numLines:4},React.createElement(Mr,null,i.overview)),React.createElement(Za,{isLoading:r,numLines:6},s)),React.createElement(w.Card,{title:React.createElement(Ua,{isLoading:r,value:i.display?(0,f.sprintf)((0,f.__)("Dispute: %s","woocommerce-payments"),i.display):(0,f.__)("Dispute type","woocommerce-payments")})},React.createElement(Za,{isLoading:r,numLines:4},React.createElement(Mr,null,i.summary)),React.createElement(Za,{isLoading:r,numLines:6},i.required&&React.createElement("h3",null," ",(0,f.__)("Required to overturn dispute","woocommerce-payments")," "),React.createElement(Mr,null,i.required)),React.createElement(Za,{isLoading:r,numLines:6},i.respond&&React.createElement("h3",null,(0,f.__)("How to respond","woocommerce-payments")),React.createElement(Mr,null,i.respond),s))):React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-details"},l,React.createElement(w.Card,null,React.createElement("div",null,(0,f.__)("Dispute not loaded","woocommerce-payments"))))},Cr=function(e){var t=e.as;return function(e){var t=e.as,a=void 0===t?"div":t,n=H(e,["as"]);return"function"==typeof n.children?n.children(n):(0,y.createElement)(a,n)}(k({as:void 0===t?"div":t,className:"components-visually-hidden"},H(e,["as"])))};function xr(e){var t=e.id,a=e.label,n=e.hideLabelFromVision,r=e.help,c=e.className,o=e.children;return(0,y.createElement)("div",{className:_()("components-base-control",c)},(0,y.createElement)("div",{className:"components-base-control__field"},a&&t&&(n?(0,y.createElement)(Cr,{as:"label",htmlFor:t},a):(0,y.createElement)("label",{className:"components-base-control__label",htmlFor:t},a)),a&&!t&&(n?(0,y.createElement)(Cr,{as:"label"},a):(0,y.createElement)(xr.VisualLabel,null,a)),o),!!r&&(0,y.createElement)("p",{id:t+"__help",className:"components-base-control__help"},r))}xr.VisualLabel=function(e){var t=e.className,a=e.children;return t=_()("components-base-control__label",t),(0,y.createElement)("span",{className:t},a)};var Lr=xr,Sr=(0,q.withInstanceId)((function(e){var t=e.label,a=e.hideLabelFromVision,n=e.value,r=e.help,c=e.className,o=e.instanceId,s=e.onChange,i=e.type,l=void 0===i?"text":i,m=H(e,["label","hideLabelFromVision","value","help","className","instanceId","onChange","type"]),u="inspector-text-control-".concat(o);return(0,y.createElement)(Lr,{label:t,hideLabelFromVision:a,id:u,help:r,className:c},(0,y.createElement)("input",V({className:"components-text-control__input",type:l,id:u,value:n,onChange:function(e){return s(e.target.value)},"aria-describedby":r?u+"__help":void 0},m)))})),Rr=(0,q.withInstanceId)((function(e){var t=e.label,a=e.hideLabelFromVision,n=e.value,r=e.help,c=e.instanceId,o=e.onChange,s=e.rows,i=void 0===s?4:s,l=e.className,m=H(e,["label","hideLabelFromVision","value","help","instanceId","onChange","rows","className"]),u="inspector-textarea-control-".concat(c);return(0,y.createElement)(Lr,{label:t,hideLabelFromVision:a,id:u,help:r,className:l},(0,y.createElement)("textarea",V({className:"components-textarea-control__input",id:u,rows:i,onChange:function(e){return o(e.target.value)},"aria-describedby":r?u+"__help":void 0,value:n},m)))})),Nr=(0,q.withInstanceId)((function(e){var t=e.help,a=e.instanceId,n=e.label,r=e.multiple,c=void 0!==r&&r,o=e.onChange,s=e.options,i=void 0===s?[]:s,l=e.className,m=e.hideLabelFromVision,u=H(e,["help","instanceId","label","multiple","onChange","options","className","hideLabelFromVision"]),d="inspector-select-control-".concat(a);return!(0,z.isEmpty)(i)&&(0,y.createElement)(Lr,{label:n,hideLabelFromVision:m,id:d,help:t,className:l},(0,y.createElement)("select",V({id:d,className:"components-select-control__input",onChange:function(e){if(c){var t=Q(e.target.options).filter((function(e){return e.selected})).map((function(e){return e.value}));o(t)}else o(e.target.value)},"aria-describedby":t?"".concat(d,"__help"):void 0,multiple:c},u),i.map((function(e,t){return(0,y.createElement)("option",{key:"".concat(e.label,"-").concat(e.value,"-").concat(t),value:e.value,disabled:e.disabled},e.label)}))))})),Dr=function(){return(Dr=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Or=[{key:"general",title:(0,f.__)("General evidence","woocommerce-payments"),description:(0,f.__)("Provide general evidence about the customer and the order.","woocommerce-payments"),fields:[{key:"product_description",label:(0,f.__)("Product description","woocommerce-payments"),type:"textarea",description:(0,f.__)("A description of the product or service and any relevant details on how this was presented to the customer at the time of purchase.","woocommerce-payments")},{key:"customer_name",label:(0,f.__)("Customer name","woocommerce-payments"),type:"text"},{key:"customer_email_address",label:(0,f.__)("Customer email","woocommerce-payments"),type:"text"},{key:"customer_signature",label:(0,f.__)("Customer signature","woocommerce-payments"),type:"file",description:(0,f.__)("A relevant document or contract showing the customer's signature (if available).","woocommerce-payments")},{key:"billing_address",label:(0,f.__)("Customer billing address","woocommerce-payments"),type:"textarea"},{key:"customer_purchase_ip",label:(0,f.__)("Customer IP address","woocommerce-payments"),type:"text"},{key:"receipt",label:(0,f.__)("Receipt","woocommerce-payments"),type:"file",description:(0,f.__)("Any receipt or message sent to the customer notifying them of the charge. This field will be automatically filled with a Stripe generated email receipt if any such receipt was sent.","woocommerce-payments")},{key:"customer_communication",label:(0,f.__)("Customer communication","woocommerce-payments"),type:"file",description:(0,f.__)("Any communication with the customer that you feel is relevant to your case (e.g. emails proving that they received the product or service, or demonstrating their use of or satisfaction with the product or service).","woocommerce-payments")}]},{key:"refund_policy_info",title:(0,f.__)("Refund policy info","woocommerce-payments"),fields:[{key:"refund_policy",label:(0,f.__)("Refund policy","woocommerce-payments"),type:"file",description:(0,f.__)("Your refund policy, as shown or provided to the customer.","woocommerce-payments")},{key:"refund_policy_disclosure",label:(0,f.__)("Refund policy disclosure","woocommerce-payments"),type:"textarea",description:(0,f.__)("An explanation of how and when the customer was shown or provided your refund policy prior to purchase.","woocommerce-payments")},{key:"refund_refusal_explanation",label:(0,f.__)("Refund refusal explanation","woocommerce-payments"),type:"textarea",description:(0,f.__)("Your explanation for why the customer is not entitled to a refund.","woocommerce-payments")}],reason:"credit_not_processed"},{key:"duplicate_charge_info",title:(0,f.__)("Duplicate charge info","woocommerce-payments"),fields:[{key:"duplicate_charge_id",label:(0,f.__)("Duplicate charge ID","woocommerce-payments"),type:"text",description:(0,f.__)("The charge ID for the previous payment that appears to be a duplicate of the one that is disputed.","woocommerce-payments")},{key:"duplicate_charge_explanation",label:(0,f.__)("Explanation of duplicate charge","woocommerce-payments"),type:"textarea",description:(0,f.__)("An explanation of the difference between the disputed payment and the prior one that appears to be a duplicate.","woocommerce-payments")},{key:"duplicate_charge_documentation",label:(0,f.__)("Duplicate charge documentation","woocommerce-payments"),type:"file",description:(0,f.__)("Upload documentation for the prior payment that can uniquely identify it, such as a separate receipt. This document should be paired with a similar document from the disputed payment that proves the two are separate. This should also include a separate shipping label or receipt for the other payment. If multiple products were shipped together, provide a packing list that shows each purchase.","woocommerce-payments")},{key:"shipping_documentation",label:(0,f.__)("Shipping documentation","woocommerce-payments"),type:"file",description:(0,f.__)("A shipping label or receipt for the disputed payment.","woocommerce-payments"),denormalized:!0,productType:"physical_product"},{key:"service_documentation",label:(0,f.__)("Service documentation","woocommerce-payments"),type:"file",description:(0,f.__)("A copy of a service agreement or documentation for the disputed payment.","woocommerce-payments"),denormalized:!0,productType:"offline_service"}],reason:"duplicate"},{key:"shipping_information",title:(0,f.__)("Shipping information","woocommerce-payments"),fields:[{key:"shipping_carrier",label:(0,f.__)("Shipping carrier","woocommerce-payments"),type:"text",description:(0,f.__)("The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas.","woocommerce-payments")},{key:"shipping_tracking_number",label:(0,f.__)("Tracking number","woocommerce-payments"),type:"text",description:(0,f.__)("The tracking number (if available) for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas. When we compile your evidence into a single document, these tracking numbers will be expanded to include detailed delivery information from the carrier.","woocommerce-payments")},{key:"shipping_documentation",label:(0,f.__)("Proof of shipping","woocommerce-payments"),type:"file",description:(0,f.__)("Provide documentation as proof that a product was shipped to the cardholder at the same address the cardholder provided to you. This could include a copy of the shipment receipt or label, and show the full shipping address of the cardholder, if possible.","woocommerce-payments")},{key:"shipping_date",label:(0,f.__)("Date of shipment","woocommerce-payments"),type:"text",description:(0,f.__)("The date on which a physical product began its route to the shipping address. This date should be prior to the date of the dispute.","woocommerce-payments")},{key:"shipping_address",label:(0,f.__)("Shipping address","woocommerce-payments"),type:"textarea",description:(0,f.__)("The address to which a physical product was shipped. The shipping address must match a billing address verified with AVS. (A signature is not required as evidence of delivery).","woocommerce-payments")}],reason:["fraudulent","product_not_received","product_unacceptable","unrecognized"],productType:"physical_product"},{key:"cancellation_policy_info",title:(0,f.__)("Cancellation policy info","woocommerce-payments"),fields:[{key:"cancellation_policy",label:(0,f.__)("Cancellation policy","woocommerce-payments"),type:"file",description:(0,f.__)("Your subscription cancellation policy, as shown to the customer.","woocommerce-payments")},{key:"cancellation_policy_disclosure",label:(0,f.__)("Cancellation policy disclosure","woocommerce-payments"),type:"textarea",description:(0,f.__)("An explanation of how and when the customer was shown your cancellation policy prior to purchase.","woocommerce-payments")},{key:"cancellation_rebuttal",label:(0,f.__)("Cancellation rebuttal","woocommerce-payments"),type:"textarea",description:(0,f.__)("A justification for why the customer's subscription was not canceled.","woocommerce-payments")}],reason:"subscription_canceled"},{key:"download_and_activity_logs",title:(0,f.__)("Download and activity logs","woocommerce-payments"),fields:[{key:"access_activity_log",type:"file",description:[(0,f.__)("Provide at least two of the following pieces of information:","woocommerce-payments"),(0,f.__)("• Customer's IP address and their device's geographical location at the time of purchase","woocommerce-payments"),(0,f.__)("• Device ID and name of the device","woocommerce-payments"),(0,f.__)("• Customer name and email address linked to their customer profile","woocommerce-payments"),(0,f.__)("• Evidence that the customer logged into their account for your business before the transaction date","woocommerce-payments"),(0,f.__)("• Evidence that your website or app was accessed by the cardholder for purchase or services on or after the transaction date","woocommerce-payments"),(0,f.__)("• Evidence that the same device and card used in the disputed payment was used in a previous payment that was not disputed","woocommerce-payments")]}],reason:["fraudulent","product_not_received"],productType:"digital_product_or_service"},{key:"download_and_activity_logs",title:(0,f.__)("Download and activity logs","woocommerce-payments"),fields:[{key:"access_activity_log",type:"file",description:(0,f.__)("Any server or activity logs showing proof that the cardholder accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity.","woocommerce-payments")}],reason:["product_unacceptable","subscription_canceled","unrecognized"],productType:"digital_product_or_service",denormalized:!0},{key:"service_details",title:(0,f.__)("Service details","woocommerce-payments"),fields:[{key:"service_date",label:(0,f.__)("Service date","woocommerce-payments"),type:"text",description:(0,f.__)("The date on which the cardholder received or began receiving the purchased service.","woocommerce-payments")},{key:"service_documentation",label:(0,f.__)("Proof of service","woocommerce-payments"),type:"file",description:(0,f.__)("Documentation showing proof that a service was provided to the cardholder. This could include a copy of a signed contract, work order, or other form of written agreement.","woocommerce-payments")}],reason:["fraudulent","product_not_received","product_unacceptable","subscription_canceled","unrecognized"],productType:"offline_service"},{key:"uncategorized",title:(0,f.__)("Additional details","woocommerce-payments"),description:(0,f.__)("Provide any extra evidence or statements you'd like the bank to see, either as text or by uploading a document.","woocommerce-payments"),fields:[{key:"uncategorized_text",label:(0,f.__)("Additional details","woocommerce-payments"),type:"textarea"},{key:"uncategorized_file",label:(0,f.__)("Additional document","woocommerce-payments"),type:"file"}]}],Tr=window.wp.isShallowEqual,Br=a.n(Tr),Ir=(0,y.createContext)({addDropZone:function(){},removeDropZone:function(){}}),Ar=Ir.Provider,Pr=Ir.Consumer,jr=function(e){var t=e.dataTransfer;if(t){if((0,z.includes)(t.types,"Files"))return"file";if((0,z.includes)(t.types,"text/html"))return"html"}return"default"},Fr=function(e,t){return"file"===e&&t.onFilesDrop||"html"===e&&t.onHTMLDrop||"default"===e&&t.onDrop},qr=function(e){function t(){var e;return C(this,t),(e=D(this,O(t).apply(this,arguments))).onDragOver=e.onDragOver.bind(N(e)),e.onDrop=e.onDrop.bind(N(e)),e.addDropZone=e.addDropZone.bind(N(e)),e.removeDropZone=e.removeDropZone.bind(N(e)),e.resetDragState=e.resetDragState.bind(N(e)),e.toggleDraggingOverDocument=(0,z.throttle)(e.toggleDraggingOverDocument.bind(N(e)),200),e.dropZones=[],e.dropZoneCallbacks={addDropZone:e.addDropZone,removeDropZone:e.removeDropZone},e.state={hoveredDropZone:-1,isDraggingOverDocument:!1,position:null},e}return B(t,e),L(t,[{key:"componentDidMount",value:function(){window.addEventListener("dragover",this.onDragOver),window.addEventListener("mouseup",this.resetDragState)}},{key:"componentWillUnmount",value:function(){window.removeEventListener("dragover",this.onDragOver),window.removeEventListener("mouseup",this.resetDragState)}},{key:"addDropZone",value:function(e){this.dropZones.push(e)}},{key:"removeDropZone",value:function(e){this.dropZones=(0,z.filter)(this.dropZones,(function(t){return t!==e}))}},{key:"resetDragState",value:function(){this.toggleDraggingOverDocument.cancel();var e=this.state,t=e.isDraggingOverDocument,a=e.hoveredDropZone;(t||-1!==a)&&(this.setState({hoveredDropZone:-1,isDraggingOverDocument:!1,position:null}),this.dropZones.forEach((function(e){return e.setState({isDraggingOverDocument:!1,isDraggingOverElement:!1,position:null,type:null})})))}},{key:"toggleDraggingOverDocument",value:function(e,t){var a=this,n=window.CustomEvent&&e instanceof window.CustomEvent?e.detail:e,r=(0,z.filter)(this.dropZones,(function(e){return Fr(t,e)&&function(e,t,a){var n=e.getBoundingClientRect();return n.bottom!==n.top&&n.left!==n.right&&t>=n.left&&t<=n.right&&a>=n.top&&a<=n.bottom}(e.element,n.clientX,n.clientY)})),c=(0,z.find)(r,(function(e){return!(0,z.some)(r,(function(t){return t!==e&&e.element.parentElement.contains(t.element)}))})),o=this.dropZones.indexOf(c),s=null;if(c){var i=c.element.getBoundingClientRect();s={x:n.clientX-i.left<i.right-n.clientX?"left":"right",y:n.clientY-i.top<i.bottom-n.clientY?"top":"bottom"}}var l=[];this.state.isDraggingOverDocument?o!==this.state.hoveredDropZone?(-1!==this.state.hoveredDropZone&&l.push(this.dropZones[this.state.hoveredDropZone]),c&&l.push(c)):c&&o===this.state.hoveredDropZone&&!(0,z.isEqual)(s,this.state.position)&&l.push(c):l=this.dropZones,l.forEach((function(e){var n=a.dropZones.indexOf(e)===o;e.setState({isDraggingOverDocument:Fr(t,e),isDraggingOverElement:n,position:n?s:null,type:n?t:null})}));var m={isDraggingOverDocument:!0,hoveredDropZone:o,position:s};Br()(m,this.state)||this.setState(m)}},{key:"onDragOver",value:function(e){this.toggleDraggingOverDocument(e,jr(e)),e.preventDefault()}},{key:"onDrop",value:function(e){e.dataTransfer&&e.dataTransfer.files.length;var t=this.state,a=t.position,n=t.hoveredDropZone,r=jr(e),c=this.dropZones[n];if(this.resetDragState(),c)switch(r){case"file":c.onFilesDrop(Q(e.dataTransfer.files),a);break;case"html":c.onHTMLDrop(e.dataTransfer.getData("text/html"),a);break;case"default":c.onDrop(e,a)}e.stopPropagation(),e.preventDefault()}},{key:"render",value:function(){return(0,y.createElement)("div",{onDrop:this.onDrop,className:"components-drop-zone__provider"},(0,y.createElement)(Ar,{value:this.dropZoneCallbacks},this.props.children))}}]),t}(y.Component),Zr=function(e){function t(){var e;return C(this,t),(e=D(this,O(t).apply(this,arguments))).dropZoneElement=(0,y.createRef)(),e.dropZone={element:null,onDrop:e.props.onDrop,onFilesDrop:e.props.onFilesDrop,onHTMLDrop:e.props.onHTMLDrop,setState:e.setState.bind(N(e))},e.state={isDraggingOverDocument:!1,isDraggingOverElement:!1,position:null,type:null},e}return B(t,e),L(t,[{key:"componentDidMount",value:function(){this.dropZone.element=this.dropZoneElement.current,this.props.addDropZone(this.dropZone)}},{key:"componentWillUnmount",value:function(){this.props.removeDropZone(this.dropZone)}},{key:"render",value:function(){var e,t=this.props,a=t.className,n=t.label,r=t.onFilesDrop,c=t.onHTMLDrop,o=t.onDrop,s=this.state,i=s.isDraggingOverDocument,l=s.isDraggingOverElement,m=s.position,u=s.type,d=_()("components-drop-zone",a,E({"is-active":(i||l)&&("file"===u&&r||"html"===u&&c||"default"===u&&o),"is-dragging-over-document":i,"is-dragging-over-element":l,"is-close-to-top":m&&"top"===m.y,"is-close-to-bottom":m&&"bottom"===m.y,"is-close-to-left":m&&"left"===m.x,"is-close-to-right":m&&"right"===m.x},"is-dragging-".concat(u),!!u));return l&&(e=(0,y.createElement)("div",{className:"components-drop-zone__content"},(0,y.createElement)(ke,{icon:"upload",size:"40",className:"components-drop-zone__content-icon"}),(0,y.createElement)("span",{className:"components-drop-zone__content-text"},n||(0,f.__)("Drop files to upload")))),(0,y.createElement)("div",{ref:this.dropZoneElement,className:d},e)}}]),t}(y.Component),Ur=function(e){return(0,y.createElement)(Pr,null,(function(t){var a=t.addDropZone,n=t.removeDropZone;return(0,y.createElement)(Zr,V({addDropZone:a,removeDropZone:n},e))}))},Wr=function(e){function t(){var e;return C(this,t),(e=D(this,O(t).apply(this,arguments))).openFileDialog=e.openFileDialog.bind(N(e)),e.bindInput=e.bindInput.bind(N(e)),e}return B(t,e),L(t,[{key:"openFileDialog",value:function(){this.input.click()}},{key:"bindInput",value:function(e){this.input=e}},{key:"render",value:function(){var e=this.props,t=e.accept,a=e.children,n=e.icon,r=void 0===n?"upload":n,c=e.multiple,o=void 0!==c&&c,s=e.onChange,i=e.render,l=H(e,["accept","children","icon","multiple","onChange","render"]),m=i?i({openFileDialog:this.openFileDialog}):(0,y.createElement)(Me,V({icon:r,onClick:this.openFileDialog},l),a);return(0,y.createElement)("div",{className:"components-form-file-upload"},m,(0,y.createElement)("input",{type:"file",ref:this.bindInput,multiple:o,style:{display:"none"},accept:t,onChange:s}))}}]),t}(y.Component),Qr=function(e){var t=e.fileName,a=e.field,n=e.disabled,r=e.isDone,c=e.isLoading,o=e.accept,s=e.error,i=e.onFileChange,l=e.onFileRemove,m=e.help,u=s&&0<s.length;return React.createElement(Lr,{id:"form-file-upload-base-control-"+a.key,label:a.label,help:m},React.createElement(qr,null,React.createElement(Ur,{onFilesDrop:function(e){return i(a.key,e[0])}})),React.createElement("div",{className:"file-upload"},React.createElement(Wr,{id:"form-file-upload-"+a.key,className:r&&!u?"is-success":null,isLarge:!0,isPrimary:!0,isDestructive:u,isBusy:c,disabled:n||c,icon:React.createElement(ht(),{icon:r&&!u?"checkmark":"add-outline",size:18}),accept:o,onChange:function(e){return i(a.key,e.target.files[0])}},(0,f.__)("Upload file","woocommerce-payments")),u?React.createElement("span",{className:"upload-message is-destructive"},s):React.createElement("span",{className:"upload-message"},t),r&&!n?React.createElement(Me,{className:"delete-uploaded-file-button","aria-label":"Remove file",icon:React.createElement(ht(),{icon:"trash",size:18}),onClick:function(){return l(a.key)}}):null))},Yr=function(){return(Yr=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},Gr=function(e,t,a,n){return new(a||(a=Promise))((function(r,c){function o(e){try{i(n.next(e))}catch(e){c(e)}}function s(e){try{i(n.throw(e))}catch(e){c(e)}}function i(e){var t;e.done?r(e.value):(t=e.value,t instanceof a?t:new a((function(e){e(t)}))).then(o,s)}i((n=n.apply(e,t||[])).next())}))},$r=function(e,t){var a,n,r,c,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,n&&(r=2&c[0]?n.return:c[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,c[1])).done)return r;switch(n=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,n=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((r=(r=o.trys).length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){o.label=c[1];break}if(6===c[0]&&o.label<r[1]){o.label=r[1],r=c;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(c);break}r[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],n=0}finally{a=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}},Kr=function(e){return Array.isArray(e)?(0,z.flatten)(e.map((function(e,t){return[e,React.createElement("br",{key:t})]}))):e},Jr=function(e){var t=e.fields,a=e.evidence,n=e.onChange,r=e.onFileChange,c=e.onFileRemove,o=e.onSave,s=e.readOnly;if(!t||!t.length)return null;var i=function(e){return{label:e.label,value:a[e.key]||"",onChange:function(t){return n(e.key,t)},disabled:s,help:Kr(e.description)}},l=function(e){switch(e.type){case"file":return React.createElement(Qr,Yr({key:e.key},function(e){var t=a.metadata&&a.metadata[e.key]||"",n=a.isUploading&&(a.isUploading[e.key]||!1),o=a.uploadingErrors&&(a.uploadingErrors[e.key]||""),i=!n&&0<t.length;return{field:e,fileName:t,accept:".pdf, image/png, image/jpeg",onFileChange:r,onFileRemove:c,disabled:s,isLoading:n,isDone:i,error:o,help:Kr(e.description)}}(e)));case"text":return React.createElement(Sr,Yr({key:e.key},i(e)));default:return React.createElement(Rr,Yr({key:e.key},i(e)))}},m=t.map((function(e){return React.createElement(w.Card,{key:e.key,title:e.title},e.description&&React.createElement("p",null,e.description),e.fields.map(l))})),u=(0,f.__)("Are you sure you're ready to submit this evidence? Evidence submissions are final.","woocommerce-payments");return React.createElement(React.Fragment,null,m,s?null:React.createElement(w.Card,null,React.createElement("p",null,(0,f.__)("When you submit your evidence, we'll format it and send it to the cardholder's bank, then email you once the dispute has been decided.","woocommerce-payments")),React.createElement("p",null,React.createElement("strong",null,(0,f.__)("Evidence submission is final.","woocommerce-payments"))," ",(0,f.__)("You can also save this evidence for later instead of submitting it immediately.","woocommerce-payments")," ",React.createElement("strong",null,(0,f.__)("We will automatically submit any saved evidence at the due date.","woocommerce-payments"))),React.createElement(zr,null,React.createElement(M,{isPrimary:!0,isLarge:!0,onClick:function(){return window.confirm(u)&&o(!0)}},(0,f.__)("Submit evidence","woocommerce-payments")),React.createElement(M,{isDefault:!0,isLarge:!0,onClick:function(){return o(!1)}},(0,f.__)("Save for later","woocommerce-payments")))))},Xr=function(e){var t=e.isLoading,a=e.dispute,n=void 0===a?{}:a,r=e.productType,c=e.onChangeProductType,o=function(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(a[n[r]]=e[n[r]])}return a}(e,["isLoading","dispute","productType","onChangeProductType"]),s=n&&"needs_response"!==n.status&&"warning_needs_response"!==n.status,i=!t&&n.id,l=React.createElement(ut,{topic:lt.disputeDetails});return t||i?React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-evidence"},l,React.createElement(w.Card,{title:React.createElement(Ua,{isLoading:t,value:(0,f.__)("Challenge dispute","woocommerce-payments")})},React.createElement(Hr,{dispute:n,isLoading:t})),React.createElement(w.Card,{title:React.createElement(Ua,{isLoading:t,value:(0,f.__)("Product type","woocommerce-payments")})},React.createElement(Za,{isLoading:t,numLines:2},React.createElement(Nr,{value:r,onChange:c,options:[{label:(0,f.__)("Select one…","woocommerce-payments"),disabled:!0,value:""},{label:(0,f.__)("Physical product","woocommerce-payments"),value:"physical_product"},{label:(0,f.__)("Digital product or service","woocommerce-payments"),value:"digital_product_or_service"},{label:(0,f.__)("Offline service","woocommerce-payments"),value:"offline_service"},{label:(0,f.__)("Multiple product types","woocommerce-payments"),value:"multiple"}],disabled:s}))),!t&&React.createElement(Jr,Yr({},o,{readOnly:s}))):React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-details"},l,React.createElement("div",null,(0,f.__)("Dispute not loaded","woocommerce-payments")))},ec=function(e){var t,a,n="/wc/v3/payments/disputes/"+e.query.id,r=(0,y.useState)(),c=r[0],o=r[1],s=(0,y.useState)(!1),i=s[0],l=s[1],m=(0,y.useState)({}),u=m[0],d=m[1],h=(0,pt.useDispatch)("core/notices"),p=h.createSuccessNotice,v=h.createErrorNotice,g=h.createInfoNotice,w=!c||(0,z.isMatchWith)(c.evidence,u,(function(e,t){if(null===e&&!t)return!0}));t=function(){if(!w)return(0,f.__)("There are unsaved changes on this page. Are you sure you want to leave and discard the unsaved changes?","woocommerce-payments")},a=[w],(0,y.useEffect)((function(){var e=t();if(e){var a=function(e){e.preventDefault(),e.returnValue=""};window.addEventListener("beforeunload",a);var n=(0,Da.getHistory)().block(e);return function(){window.removeEventListener("beforeunload",a),n()}}}),a),(0,y.useEffect)((function(){Gr(void 0,void 0,void 0,(function(){var e;return $r(this,(function(t){switch(t.label){case 0:l(!0),t.label=1;case 1:return t.trys.push([1,,3,4]),e=o,[4,kn()({path:n})];case 2:return e.apply(void 0,[t.sent()]),[3,4];case 3:return l(!1),[7];case 4:return[2]}}))}))}),[]);var b=function(e,t){return d((function(a){var n;return Yr(Yr({},a),((n={})[e]=t,n))}))},_=function(e){return void 0===e&&(e={}),o((function(t){return(0,z.merge)({},t,e)}))},E=(0,pt.useDispatch)(gt).updateDispute,k=function(e){if(!e)return"";var t=e.metadata.__product_type||"";return!t&&e.evidence_details&&e.evidence_details.has_evidence&&(t="multiple"),t}(c),H=(0,y.useMemo)((function(){return function(e,t){return e&&t?"multiple"===t?Or.map((function(e){return e.denormalized?null:Dr(Dr({},e),{fields:e.fields.filter((function(e){return!e.denormalized}))})})).filter(Boolean):Or.map((function(a){var n=a.reason&&!(0,z.includes)(a.reason,e),r=a.productType&&a.productType!==t;if(n||r)return null;var c=a.fields.filter((function(e){return!e.productType||e.productType===t}));return Dr(Dr({},a),{fields:c})})).filter(Boolean):[]}(c&&c.reason,k)}),[c&&c.reason,k]);return React.createElement(Xr,{isLoading:i,dispute:c,evidence:c?Yr(Yr(Yr({},c.evidence),u),{metadata:c.metadata||{},isUploading:c.isUploading||{},uploadingErrors:c.uploadingErrors||{}}):{},onChange:b,onFileChange:function(e,t){return Gr(void 0,void 0,void 0,(function(){var a,n,r,c,o,s,i,l,m,u,d;return $r(this,(function(h){switch(h.label){case 0:if(!t)return[2];window.wcTracks.recordEvent("wcpay_dispute_file_upload_started",{type:e}),(a=new FormData).append("file",t),a.append("purpose","dispute_evidence"),_({metadata:(c={},c[e]="",c),isUploading:(o={},o[e]=!0,o),uploadingErrors:(s={},s[e]="",s)}),b(e,""),h.label=1;case 1:return h.trys.push([1,3,,4]),[4,kn()({path:"/wc/v3/payments/file",method:"post",body:a})];case 2:return n=h.sent(),_({metadata:(i={},i[e]=n.filename,i),isUploading:(l={},l[e]=!1,l)}),b(e,n.id),window.wcTracks.recordEvent("wcpay_dispute_file_upload_success",{type:e}),[3,4];case 3:return r=h.sent(),window.wcTracks.recordEvent("wcpay_dispute_file_upload_failed",{message:r.message}),_({metadata:(m={},m[e]="",m),isUploading:(u={},u[e]=!1,u),uploadingErrors:(d={},d[e]=r.message,d)}),b(e,""),[3,4];case 4:return[2]}}))}))},onFileRemove:function(e){var t,a;b(e,""),_({metadata:(t={},t[e]="",t),uploadingErrors:(a={},a[e]="",a)})},onSave:function(e){return Gr(void 0,void 0,void 0,(function(){var t,a;return $r(this,(function(r){switch(r.label){case 0:if((0,z.some)(c.isUploading))return g((0,f.__)("Please wait until file upload is finished"),"woocommerce-payments"),[2];l(!0),r.label=1;case 1:return r.trys.push([1,3,4,5]),window.wcTracks.recordEvent(e?"wcpay_dispute_submit_evidence_clicked":"wcpay_dispute_save_evidence_clicked"),t=c.metadata,[4,kn()({path:n,method:"post",data:{evidence:Yr(Yr({},c.evidence),u),metadata:t,submit:e}})];case 2:return a=r.sent(),o(a),function(e){var t=e?(0,f.__)("Evidence submitted!","woocommerce-payments"):(0,f.__)("Evidence saved!","woocommerce-payments"),a=(0,nt.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes"});window.wcTracks.recordEvent(e?"wcpay_dispute_submit_evidence_success":"wcpay_dispute_save_evidence_success"),p(t),(0,Da.getHistory)().push(a)}(e),d({}),E(a),[3,5];case 3:return function(e,t){window.wcTracks.recordEvent(t?"wcpay_dispute_submit_evidence_failed":"wcpay_dispute_save_evidence_failed");var a=t?(0,f.__)("Failed to submit evidence. (%s)","woocommerce-payments"):(0,f.__)("Failed to save evidence. (%s)","woocommerce-payments");v((0,f.sprintf)(a,e.message))}(r.sent(),e),[3,5];case 4:return l(!1),[7];case 5:return[2]}}))}))},productType:k,onChangeProductType:function(e){var t,a={selection:e};window.wcTracks.recordEvent("wcpay_dispute_product_selected",a),_({metadata:(t={},t.__product_type=e,t)})},fields:H})};(0,g.addFilter)("woocommerce_admin_pages_list","woocommerce-payments",(function(e){var t,a={menuID:"toplevel_page_wc-admin-path--payments-"+(t=document.querySelector("#toplevel_page_wc-admin-path--payments-connect")?"connect":"deposits"),rootLink:["/payments/"+t,(0,f.__)("Payments","woocommerce-payments")]},n=a.menuID,r=a.rootLink,c=window.wcAdminFeatures&&window.wcAdminFeatures.navigation?(0,f.__)("WooCommerce Payments","woocommerce-payments"):(0,f.__)("Connect","woocommerce-payments");return e.push({container:at,path:"/payments/connect",wpOpenMenu:n,breadcrumbs:[r,c],navArgs:{id:"wc-payments"}}),e.push({container:hn,path:"/payments/deposits",wpOpenMenu:n,breadcrumbs:[r,(0,f.__)("Deposits","woocommerce-payments")],navArgs:{id:"wc-payments-deposits"}}),e.push({container:Sn,path:"/payments/deposits/details",wpOpenMenu:n,breadcrumbs:[r,["/payments/deposits",(0,f.__)("Deposits","woocommerce-payments")],(0,f.__)("Deposit details","woocommerce-payments")]}),e.push({container:Tn,path:"/payments/transactions",wpOpenMenu:n,breadcrumbs:[r,(0,f.__)("Transactions","woocommerce-payments")],navArgs:{id:"wc-payments-transactions"}}),e.push({container:fr,path:"/payments/transactions/details",wpOpenMenu:n,breadcrumbs:[r,["/payments/transactions",(0,f.__)("Transactions","woocommerce-payments")],(0,f.__)("Payment details","woocommerce-payments")]}),e.push({container:yr,path:"/payments/disputes",wpOpenMenu:n,breadcrumbs:[r,(0,f.__)("Disputes","woocommerce-payments")],navArgs:{id:"wc-payments-disputes"}}),e.push({container:Vr,path:"/payments/disputes/details",wpOpenMenu:n,breadcrumbs:[r,["/payments/disputes",(0,f.__)("Disputes","woocommerce-payments")],(0,f.__)("Dispute details","woocommerce-payments")]}),e.push({container:ec,path:"/payments/disputes/challenge",wpOpenMenu:n,breadcrumbs:[r,["/payments/disputes",(0,f.__)("Disputes","woocommerce-payments")],(0,f.__)("Challenge dispute","woocommerce-payments")]}),e}))}()}();
1
  /*! For license information please see index.js.LICENSE.txt */
2
+ !function(){var e={503:function(e){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},466:function(e){e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}},184:function(e,t){var r;!function(){"use strict";var a={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var c=typeof r;if("string"===c||"number"===c)e.push(r);else if(Array.isArray(r)&&r.length){var o=n.apply(null,r);o&&e.push(o)}else if("object"===c)for(var s in r)a.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(r=function(){return n}.apply(t,[]))||(e.exports=r)}()},139:function(e){"use strict";function t(e){return function(){return e}}var r=function(){};r.thatReturns=t,r.thatReturnsFalse=t(!1),r.thatReturnsTrue=t(!0),r.thatReturnsNull=t(null),r.thatReturnsThis=function(){return this},r.thatReturnsArgument=function(e){return e},e.exports=r},759:function(e){"use strict";e.exports=function(e,t,r,a,n,c,o,s){if(!e){var i;if(void 0===t)i=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[r,a,n,c,o,s],u=0;(i=new Error(t.replace(/%s/g,(function(){return l[u++]})))).name="Invariant Violation"}throw i.framesToPop=1,i}}},620:function(e,t,r){"use strict";var a=r(139);e.exports=a},487:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=Object.assign||function(e){for(var t,r=1;r<arguments.length;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},n=function(){function e(e,t){for(var r,a=0;a<t.length;a++)(r=t[a]).enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}return function(t,r,a){return r&&e(t.prototype,r),a&&e(t,a),t}}(),c=r(804),o=i(c),s=i(r(697));function i(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var m=function(e,t){return 0<=t.indexOf(e)},d=function(e){return 0==e%18},h=["gridicons-add-outline","gridicons-add","gridicons-align-image-center","gridicons-align-image-left","gridicons-align-image-none","gridicons-align-image-right","gridicons-attachment","gridicons-bold","gridicons-bookmark-outline","gridicons-bookmark","gridicons-calendar","gridicons-cart","gridicons-create","gridicons-custom-post-type","gridicons-external","gridicons-folder","gridicons-heading","gridicons-help-outline","gridicons-help","gridicons-history","gridicons-info-outline","gridicons-info","gridicons-italic","gridicons-layout-blocks","gridicons-link-break","gridicons-link","gridicons-list-checkmark","gridicons-list-ordered","gridicons-list-unordered","gridicons-menus","gridicons-minus","gridicons-my-sites","gridicons-notice-outline","gridicons-notice","gridicons-plus-small","gridicons-plus","gridicons-popout","gridicons-posts","gridicons-scheduled","gridicons-share-ios","gridicons-star-outline","gridicons-star","gridicons-stats","gridicons-status","gridicons-thumbs-up","gridicons-textcolor","gridicons-time","gridicons-trophy","gridicons-user-circle","gridicons-reader-follow","gridicons-reader-following"],p=["gridicons-arrow-down","gridicons-arrow-up","gridicons-comment","gridicons-clear-formatting","gridicons-flag","gridicons-menu","gridicons-reader","gridicons-strikethrough"],v=["gridicons-align-center","gridicons-align-justify","gridicons-align-left","gridicons-align-right","gridicons-arrow-left","gridicons-arrow-right","gridicons-house","gridicons-indent-left","gridicons-indent-right","gridicons-minus-small","gridicons-print","gridicons-sign-out","gridicons-stats-alt","gridicons-trash","gridicons-underline","gridicons-video-camera"],f=function(e){function t(){return l(this,t),u(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),n(t,[{key:"render",value:function(){var e=this.props,t=e.size,r=e.onClick,n=e.icon,c=e.className,s=function(e,t){var r={};for(var a in e)0<=t.indexOf(a)||Object.prototype.hasOwnProperty.call(e,a)&&(r[a]=e[a]);return r}(e,["size","onClick","icon","className"]),i="gridicons-"+n,l=void 0,u=["gridicon",i,c,!(!m(i,h)||!d(t))&&"needs-offset",!(!m(i,p)||!d(t))&&"needs-offset-x",!(!m(i,v)||!d(t))&&"needs-offset-y"].filter(Boolean).join(" ");switch(i){default:l=o.default.createElement("svg",a({height:t,width:t},s));break;case"gridicons-add-image":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 4v2h-3v3h-2V6h-3V4h3V1h2v3h3zm-8.5 7c.828 0 1.5-.672 1.5-1.5S15.328 8 14.5 8 13 8.672 13 9.5s.672 1.5 1.5 1.5zm3.5 3.234l-.513-.57c-.794-.885-2.18-.885-2.976 0l-.655.73L9 9l-3 3.333V6h7V4H6c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2v-7h-2v3.234z"})));break;case"gridicons-add-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 9h-4V7h-2v4H7v2h4v4h2v-4h4v-2z"})));break;case"gridicons-add":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})));break;case"gridicons-align-center":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19h16v-2H4v2zm13-6H7v2h10v-2zM4 9v2h16V9H4zm13-4H7v2h10V5z"})));break;case"gridicons-align-image-center":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 5h18v2H3V5zm0 14h18v-2H3v2zm5-4h8V9H8v6z"})));break;case"gridicons-align-image-left":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 5h18v2H3V5zm0 14h18v-2H3v2zm0-4h8V9H3v6zm10 0h8v-2h-8v2zm0-4h8V9h-8v2z"})));break;case"gridicons-align-image-none":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 7H3V5h18v2zm0 10H3v2h18v-2zM11 9H3v6h8V9z"})));break;case"gridicons-align-image-right":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 7H3V5h18v2zm0 10H3v2h18v-2zm0-8h-8v6h8V9zm-10 4H3v2h8v-2zm0-4H3v2h8V9z"})));break;case"gridicons-align-justify":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19h16v-2H4v2zm16-6H4v2h16v-2zM4 9v2h16V9H4zm16-4H4v2h16V5z"})));break;case"gridicons-align-left":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19h16v-2H4v2zm10-6H4v2h10v-2zM4 9v2h16V9H4zm10-4H4v2h10V5z"})));break;case"gridicons-align-right":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 17H4v2h16v-2zm-10-2h10v-2H10v2zM4 9v2h16V9H4zm6-2h10V5H10v2z"})));break;case"gridicons-arrow-down":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 4v12.17l-5.59-5.59L4 12l8 8 8-8-1.41-1.41L13 16.17V4h-2z"})));break;case"gridicons-arrow-left":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})));break;case"gridicons-arrow-right":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"})));break;case"gridicons-arrow-up":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 20V7.83l5.59 5.59L20 12l-8-8-8 8 1.41 1.41L11 7.83V20h2z"})));break;case"gridicons-aside":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 20l6-6V6c0-1.105-.895-2-2-2H6c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h8zM6 6h12v6h-4c-1.105 0-2 .895-2 2v4H6V6zm10 4H8V8h8v2z"})));break;case"gridicons-attachment":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 1c-2.762 0-5 2.238-5 5v10c0 1.657 1.343 3 3 3s2.99-1.343 2.99-3V6H13v10c0 .553-.447 1-1 1-.553 0-1-.447-1-1V6c0-1.657 1.343-3 3-3s3 1.343 3 3v10.125C17 18.887 14.762 21 12 21s-5-2.238-5-5v-5H5v5c0 3.866 3.134 7 7 7s6.99-3.134 6.99-7V6c0-2.762-2.228-5-4.99-5z"})));break;case"gridicons-audio":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"})));break;case"gridicons-bell":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6.14 14.97l2.828 2.827c-.362.362-.862.586-1.414.586-1.105 0-2-.895-2-2 0-.552.224-1.052.586-1.414zm8.867 5.324L14.3 21 3 9.7l.706-.707 1.102.157c.754.108 1.69-.122 2.077-.51l3.885-3.884c2.34-2.34 6.135-2.34 8.475 0s2.34 6.135 0 8.475l-3.885 3.886c-.388.388-.618 1.323-.51 2.077l.157 1.1z"})));break;case"gridicons-block":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"})));break;case"gridicons-bold":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M7 5.01h4.547c2.126 0 3.67.302 4.632.906.96.605 1.44 1.567 1.44 2.887 0 .896-.21 1.63-.63 2.205-.42.574-.98.92-1.678 1.036v.103c.95.212 1.637.608 2.057 1.19.42.58.63 1.35.63 2.315 0 1.367-.494 2.434-1.482 3.2-.99.765-2.332 1.148-4.027 1.148H7V5.01zm3 5.936h2.027c.862 0 1.486-.133 1.872-.4.386-.267.578-.708.578-1.323 0-.574-.21-.986-.63-1.236-.42-.25-1.087-.374-1.996-.374H10v3.333zm0 2.523v3.905h2.253c.876 0 1.52-.167 1.94-.502.416-.335.625-.848.625-1.54 0-1.243-.89-1.864-2.668-1.864H10z"})));break;case"gridicons-book":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 3h2v18H4zM18 3H7v18h11c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 6h-6V8h6v1zm0-2h-6V6h6v1z"})));break;case"gridicons-bookmark-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 5v12.554l-5-2.857-5 2.857V5h10m0-2H7c-1.105 0-2 .896-2 2v16l7-4 7 4V5c0-1.104-.896-2-2-2z"})));break;case"gridicons-bookmark":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 3H7c-1.105 0-2 .896-2 2v16l7-4 7 4V5c0-1.104-.896-2-2-2z"})));break;case"gridicons-briefcase":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 15h-4v-2H2v6c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2v-6h-8v2zm6-9h-2V4c0-1.105-.895-2-2-2H8c-1.105 0-2 .895-2 2v2H4c-1.105 0-2 .895-2 2v4h20V8c0-1.105-.895-2-2-2zm-4 0H8V4h8v2z"})));break;case"gridicons-bug":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 14h4v-2h-4v-2h1a2 2 0 0 0 2-2V6h-2v2H5V6H3v2a2 2 0 0 0 2 2h1v2H2v2h4v1a6 6 0 0 0 .09 1H5a2 2 0 0 0-2 2v2h2v-2h1.81A6 6 0 0 0 11 20.91V10h2v10.91A6 6 0 0 0 17.19 18H19v2h2v-2a2 2 0 0 0-2-2h-1.09a6 6 0 0 0 .09-1zM12 2a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4z"})));break;case"gridicons-calendar":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"})));break;case"gridicons-camera":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 12c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3 3 1.3 3 3zm5-5v11c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2V4h4v1h2l1-2h6l1 2h2c1.1 0 2 .9 2 2zM7.5 9c0-.8-.7-1.5-1.5-1.5S4.5 8.2 4.5 9s.7 1.5 1.5 1.5S7.5 9.8 7.5 9zM19 12c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5 5-2.2 5-5z"})));break;case"gridicons-caption":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 15l2-2v5c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h13l-2 2H4v12h16v-3zm2.44-8.56l-.88-.88c-.586-.585-1.534-.585-2.12 0L12 13v2H6v2h9v-1l7.44-7.44c.585-.586.585-1.534 0-2.12z"})));break;case"gridicons-cart":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"})));break;case"gridicons-chat":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 12c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H9v3l-3-3H3zM21 18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-6v1c0 2.2-1.8 4-4 4v2c0 1.1.9 2 2 2h2v3l3-3h3z"})));break;case"gridicons-checkmark-circle":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})));break;case"gridicons-checkmark":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 19.414l-6.707-6.707 1.414-1.414L9 16.586 20.293 5.293l1.414 1.414"})));break;case"gridicons-chevron-down":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"})));break;case"gridicons-chevron-left":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 20l-8-8 8-8 1.414 1.414L8.828 12l6.586 6.586"})));break;case"gridicons-chevron-right":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 20l8-8-8-8-1.414 1.414L15.172 12l-6.586 6.586"})));break;case"gridicons-chevron-up":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 15l8-8 8 8-1.414 1.414L12 9.828l-6.586 6.586"})));break;case"gridicons-clear-formatting":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.837 10.163l-4.6 4.6L10 4h4l.777 2.223-2.144 2.144-.627-2.092-1.17 3.888zm5.495.506L19.244 19H15.82l-1.05-3.5H11.5L5 22l-1.5-1.5 17-17L22 5l-5.668 5.67zm-2.31 2.31l-.032.03.032-.01v-.02z"})));break;case"gridicons-clipboard":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 18H8v-2h8v2zm0-6H8v2h8v-2zm2-9h-2v2h2v15H6V5h2V3H6c-1.105 0-2 .895-2 2v15c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zm-4 2V4c0-1.105-.895-2-2-2s-2 .895-2 2v1c-1.105 0-2 .895-2 2v1h8V7c0-1.105-.895-2-2-2z"})));break;case"gridicons-cloud-download":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 9c-.01 0-.017.002-.025.003C17.72 5.646 14.922 3 11.5 3 7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5zm-6 7l-4-5h3V8h2v3h3l-4 5z"})));break;case"gridicons-cloud-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11.5 5c2.336 0 4.304 1.825 4.48 4.154l.142 1.86 1.867-.012h.092C19.698 11.043 21 12.37 21 14c0 .748-.28 1.452-.783 2H3.28c-.156-.256-.28-.59-.28-1 0-1.074.85-1.953 1.915-1.998.06.007.118.012.178.015l2.66.124-.622-2.587C7.044 10.186 7 9.843 7 9.5 7 7.02 9.02 5 11.5 5m0-2C7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5l-.025.002C17.72 5.646 14.922 3 11.5 3z"})));break;case"gridicons-cloud-upload":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 9c-.01 0-.017.002-.025.003C17.72 5.646 14.922 3 11.5 3 7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5zm-5 4v3h-2v-3H8l4-5 4 5h-3z"})));break;case"gridicons-cloud":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 9c-.01 0-.017.002-.025.003C17.72 5.646 14.922 3 11.5 3 7.91 3 5 5.91 5 9.5c0 .524.07 1.03.186 1.52C5.123 11.015 5.064 11 5 11c-2.21 0-4 1.79-4 4 0 1.202.54 2.267 1.38 3h18.593C22.196 17.09 23 15.643 23 14c0-2.76-2.24-5-5-5z"})));break;case"gridicons-code":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 12l-5.45 6.5L16 17.21 20.39 12 16 6.79l1.55-1.29zM8 6.79L6.45 5.5 1 12l5.45 6.5L8 17.21 3.61 12zm.45 14.61l1.93.52L15.55 2.6l-1.93-.52z"})));break;case"gridicons-cog":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 12c0-.568-.06-1.122-.174-1.656l1.834-1.612-2-3.464-2.322.786c-.82-.736-1.787-1.308-2.86-1.657L14 2h-4l-.48 2.396c-1.07.35-2.04.92-2.858 1.657L4.34 5.268l-2 3.464 1.834 1.612C4.06 10.878 4 11.432 4 12s.06 1.122.174 1.656L2.34 15.268l2 3.464 2.322-.786c.82.736 1.787 1.308 2.86 1.657L10 22h4l.48-2.396c1.07-.35 2.038-.92 2.858-1.657l2.322.786 2-3.464-1.834-1.613c.113-.535.174-1.09.174-1.657zm-8 4c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})));break;case"gridicons-comment":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 16l-5 5v-5H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2h-7z"})));break;case"gridicons-computer":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"})));break;case"gridicons-coupon":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 16v2h-2v-2h2zm3-3h2v-2h-2v2zm2 8h-2v2h2v-2zm3-5v2h2v-2h-2zm-1-3c.552 0 1 .448 1 1h2c0-1.657-1.343-3-3-3v2zm1 7c0 .552-.448 1-1 1v2c1.657 0 3-1.343 3-3h-2zm-7 1c-.552 0-1-.448-1-1h-2c0 1.657 1.343 3 3 3v-2zm3.21-5.21c-.78.78-2.047.782-2.828.002l-.002-.002L10 11.41l-1.43 1.44c.28.506.427 1.073.43 1.65C9 16.433 7.433 18 5.5 18S2 16.433 2 14.5 3.567 11 5.5 11c.577.003 1.144.15 1.65.43L8.59 10 7.15 8.57c-.506.28-1.073.427-1.65.43C3.567 9 2 7.433 2 5.5S3.567 2 5.5 2 9 3.567 9 5.5c-.003.577-.15 1.144-.43 1.65L10 8.59l3.88-3.88c.78-.78 2.047-.782 2.828-.002l.002.002-5.3 5.29 5.8 5.79zM5.5 7C6.328 7 7 6.328 7 5.5S6.328 4 5.5 4 4 4.672 4 5.5 4.672 7 5.5 7zM7 14.5c0-.828-.672-1.5-1.5-1.5S4 13.672 4 14.5 4.672 16 5.5 16 7 15.328 7 14.5z"})));break;case"gridicons-create":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 14v5c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V5c0-1.105.895-2 2-2h5v2H5v14h14v-5h2z"}),o.default.createElement("path",{d:"M21 7h-4V3h-2v4h-4v2h4v4h2V9h4"})));break;case"gridicons-credit-card":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 2v2H4V6h16zM4 18v-6h16v6H4zm2-4h7v2H6v-2zm9 0h3v2h-3v-2z"})));break;case"gridicons-crop":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 16h-4V8c0-1.105-.895-2-2-2H8V2H6v4H2v2h4v8c0 1.105.895 2 2 2h8v4h2v-4h4v-2zM8 16V8h8v8H8z"})));break;case"gridicons-cross-circle":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19.1 4.9C15.2 1 8.8 1 4.9 4.9S1 15.2 4.9 19.1s10.2 3.9 14.1 0 4-10.3.1-14.2zm-4.3 11.3L12 13.4l-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4z"})));break;case"gridicons-cross-small":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17.705 7.705l-1.41-1.41L12 10.59 7.705 6.295l-1.41 1.41L10.59 12l-4.295 4.295 1.41 1.41L12 13.41l4.295 4.295 1.41-1.41L13.41 12l4.295-4.295z"})));break;case"gridicons-cross":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"})));break;case"gridicons-custom-post-type":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5c-1.105 0-2 .895-2 2v14c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zM6 6h5v5H6V6zm4.5 13C9.12 19 8 17.88 8 16.5S9.12 14 10.5 14s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zm3-6l3-5 3 5h-6z"})));break;case"gridicons-customize":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"})));break;case"gridicons-domains":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z"})));break;case"gridicons-dropdown":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M7 10l5 5 5-5"})));break;case"gridicons-ellipsis-circle":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM7.5 13.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5S9 11.2 9 12s-.7 1.5-1.5 1.5zm4.5 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm4.5 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5z"})));break;case"gridicons-ellipsis":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"})));break;case"gridicons-external":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"})));break;case"gridicons-filter":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"})));break;case"gridicons-flag":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M15 6c0-1.105-.895-2-2-2H5v17h2v-7h5c0 1.105.895 2 2 2h6V6h-5z"})));break;case"gridicons-flip-horizontal":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 18v-5h3v-2h-3V6c0-1.105-.895-2-2-2H6c-1.105 0-2 .895-2 2v5H1v2h3v5c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2zM6 6h12v5H6V6z"})));break;case"gridicons-flip-vertical":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 4h-5V1h-2v3H6c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h5v3h2v-3h5c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 18V6h5v12H6z"})));break;case"gridicons-folder-multiple":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 8c-1.105 0-2 .895-2 2v10c0 1.1.9 2 2 2h14c1.105 0 2-.895 2-2H4V8zm16 10H8c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h3c1.105 0 2 .895 2 2h7c1.105 0 2 .895 2 2v8c0 1.105-.895 2-2 2z"})));break;case"gridicons-folder":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"})));break;case"gridicons-fullscreen-exit":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14 10V4h2v2.59l3.29-3.29 1.41 1.41L17.41 8H20v2zM4 10V8h2.59l-3.3-3.29 1.42-1.42L8 6.59V4h2v6zm16 4v2h-2.59l3.29 3.29-1.41 1.41L16 17.41V20h-2v-6zm-10 0v6H8v-2.59l-3.29 3.3-1.42-1.42L6.59 16H4v-2z"})));break;case"gridicons-fullscreen":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 3v6h-2V6.41l-3.29 3.3-1.42-1.42L17.59 5H15V3zM3 3v6h2V6.41l3.29 3.3 1.42-1.42L6.41 5H9V3zm18 18v-6h-2v2.59l-3.29-3.29-1.41 1.41L17.59 19H15v2zM9 21v-2H6.41l3.29-3.29-1.41-1.42L5 17.59V15H3v6z"})));break;case"gridicons-gift":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 6h-4.8c.5-.5.8-1.2.8-2 0-1.7-1.3-3-3-3s-3 1.3-3 3c0-1.7-1.3-3-3-3S6 2.3 6 4c0 .8.3 1.5.8 2H2v6h1v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8h1V6zm-2 4h-7V8h7v2zm-5-7c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM9 3c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM4 8h7v2H4V8zm1 4h6v8H5v-8zm14 8h-6v-8h6v8z"})));break;case"gridicons-globe":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18l2-2 1-1v-2h-2v-1l-1-1H9v3l2 2v1.93c-3.94-.494-7-3.858-7-7.93l1 1h2v-2h2l3-3V6h-2L9 5v-.41C9.927 4.21 10.94 4 12 4s2.073.212 3 .59V6l-1 1v2l1 1 3.13-3.13c.752.897 1.304 1.964 1.606 3.13H18l-2 2v2l1 1h2l.286.286C18.03 18.06 15.24 20 12 20z"})));break;case"gridicons-grid":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 8H4V4h4v4zm6-4h-4v4h4V4zm6 0h-4v4h4V4zM8 10H4v4h4v-4zm6 0h-4v4h4v-4zm6 0h-4v4h4v-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm6 0h-4v4h4v-4z"})));break;case"gridicons-heading-h1":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 7h2v10h-2v-4H7v4H5V7h2v4h4V7zm6.57 0c-.594.95-1.504 1.658-2.57 2v1h2v7h2V7h-1.43z"})));break;case"gridicons-heading-h2":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 7h2v10H9v-4H5v4H3V7h2v4h4V7zm8 8c.51-.41.6-.62 1.06-1.05.437-.4.848-.828 1.23-1.28.334-.39.62-.82.85-1.28.2-.39.305-.822.31-1.26.005-.44-.087-.878-.27-1.28-.177-.385-.437-.726-.76-1-.346-.283-.743-.497-1.17-.63-.485-.153-.99-.227-1.5-.22-.36 0-.717.033-1.07.1-.343.06-.678.158-1 .29-.304.13-.593.295-.86.49-.287.21-.56.437-.82.68l1.24 1.22c.308-.268.643-.502 1-.7.35-.2.747-.304 1.15-.3.455-.03.906.106 1.27.38.31.278.477.684.45 1.1-.014.396-.14.78-.36 1.11-.285.453-.62.872-1 1.25-.44.43-.98.92-1.59 1.43-.61.51-1.41 1.06-2.16 1.65V17h8v-2h-4z"})));break;case"gridicons-heading-h3":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14.11 14.218c.355.287.75.523 1.17.7.434.18.9.273 1.37.27.484.017.965-.086 1.4-.3.333-.146.55-.476.55-.84.003-.203-.05-.403-.15-.58-.123-.19-.3-.34-.51-.43-.32-.137-.655-.228-1-.27-.503-.073-1.012-.106-1.52-.1v-1.57c.742.052 1.485-.07 2.17-.36.37-.164.615-.525.63-.93.026-.318-.12-.627-.38-.81-.34-.203-.734-.3-1.13-.28-.395.013-.784.108-1.14.28-.375.167-.73.375-1.06.62l-1.22-1.39c.5-.377 1.053-.68 1.64-.9.608-.224 1.252-.336 1.9-.33.525-.007 1.05.05 1.56.17.43.1.84.277 1.21.52.325.21.595.495.79.83.19.342.287.73.28 1.12.01.48-.177.943-.52 1.28-.417.39-.916.685-1.46.86v.06c.61.14 1.175.425 1.65.83.437.382.68.94.66 1.52.005.42-.113.835-.34 1.19-.23.357-.538.657-.9.88-.408.253-.853.44-1.32.55-.514.128-1.04.192-1.57.19-.786.02-1.57-.106-2.31-.37-.59-.214-1.126-.556-1.57-1l1.12-1.41zM9 11H5V7H3v10h2v-4h4v4h2V7H9v4z"})));break;case"gridicons-heading-h4":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 17H9v-4H5v4H3V7h2v4h4V7h2v10zm10-2h-1v2h-2v-2h-5v-2l4.05-6H20v6h1v2zm-3-2V9l-2.79 4H18z"})));break;case"gridicons-heading-h5":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14.09 14.19c.352.27.73.5 1.13.69.42.196.877.296 1.34.29.51.014 1.01-.125 1.44-.4.378-.253.594-.686.57-1.14.02-.45-.197-.877-.57-1.13-.406-.274-.89-.41-1.38-.39h-.47c-.135.014-.27.04-.4.08l-.41.15-.48.23-1.02-.57.28-5h6.4v1.92h-4.31L16 10.76c.222-.077.45-.138.68-.18.235-.037.472-.054.71-.05.463-.004.924.057 1.37.18.41.115.798.305 1.14.56.33.248.597.57.78.94.212.422.322.888.32 1.36.007.497-.11.99-.34 1.43-.224.417-.534.782-.91 1.07-.393.3-.837.527-1.31.67-.497.164-1.016.252-1.54.26-.788.023-1.573-.11-2.31-.39-.584-.238-1.122-.577-1.59-1l1.09-1.42zM11 17H9v-4H5v4H3V7h2v4h4V7h2v10z"})));break;case"gridicons-heading-h6":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11 17H9v-4H5v4H3V7h2v4h4V7h2v10zm8.58-7.508c-.248-.204-.524-.37-.82-.49-.625-.242-1.317-.242-1.94 0-.3.11-.566.287-.78.52-.245.27-.432.586-.55.93-.16.46-.243.943-.25 1.43.367-.33.79-.59 1.25-.77.405-.17.84-.262 1.28-.27.415-.006.83.048 1.23.16.364.118.704.304 1 .55.295.253.528.57.68.93.193.403.302.843.32 1.29.01.468-.094.93-.3 1.35-.206.387-.49.727-.83 1-.357.287-.764.504-1.2.64-.98.31-2.033.293-3-.05-.507-.182-.968-.472-1.35-.85-.437-.416-.778-.92-1-1.48-.243-.693-.352-1.426-.32-2.16-.02-.797.11-1.59.38-2.34.215-.604.556-1.156 1-1.62.406-.416.897-.74 1.44-.95.54-.21 1.118-.314 1.7-.31.682-.02 1.36.096 2 .34.5.19.962.464 1.37.81l-1.31 1.34zm-2.39 5.84c.202 0 .405-.03.6-.09.183-.046.356-.128.51-.24.15-.136.27-.303.35-.49.092-.225.136-.467.13-.71.037-.405-.123-.804-.43-1.07-.328-.23-.72-.347-1.12-.33-.346-.002-.687.07-1 .21-.383.17-.724.418-1 .73.046.346.143.683.29 1 .108.23.257.44.44.62.152.15.337.26.54.33.225.055.46.068.69.04z"})));break;case"gridicons-heading":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 20h-3v-6H9v6H6V5.01h3V11h6V5.01h3V20z"})));break;case"gridicons-heart-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16.5 4.5c2.206 0 4 1.794 4 4 0 4.67-5.543 8.94-8.5 11.023C9.043 17.44 3.5 13.17 3.5 8.5c0-2.206 1.794-4 4-4 1.298 0 2.522.638 3.273 1.706L12 7.953l1.227-1.746c.75-1.07 1.975-1.707 3.273-1.707m0-1.5c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z"})));break;case"gridicons-heart":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16.5 3c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z"})));break;case"gridicons-help-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm4 8c0-2.21-1.79-4-4-4s-4 1.79-4 4h2c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2c-.552 0-1 .448-1 1v2h2v-1.14c1.722-.447 3-1.998 3-3.86zm-3 6h-2v2h2v-2z"})));break;case"gridicons-help":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 16h-2v-2h2v2zm0-4.14V15h-2v-2c0-.552.448-1 1-1 1.103 0 2-.897 2-2s-.897-2-2-2-2 .897-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.862-1.278 3.413-3 3.86z"})));break;case"gridicons-history":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2.12 13.526c.742 4.78 4.902 8.47 9.88 8.47 5.5 0 10-4.5 10-9.998S17.5 2 12 2C8.704 2 5.802 3.6 4 6V2H2.003L2 9h7V7H5.8c1.4-1.8 3.702-3 6.202-3C16.4 4 20 7.6 20 11.998s-3.6 8-8 8c-3.877 0-7.13-2.795-7.848-6.472H2.12z"}),o.default.createElement("path",{d:"M11.002 7v5.3l3.2 4.298 1.6-1.197-2.8-3.7V7"})));break;case"gridicons-house":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 9L12 1 2 9v2h2v10h5v-4c0-1.657 1.343-3 3-3s3 1.343 3 3v4h5V11h2V9z"})));break;case"gridicons-image-multiple":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"})));break;case"gridicons-image-remove":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20.587 3.423L22 4.837 20 6.84V18c0 1.105-.895 2-2 2H6.84l-2.007 2.006-1.414-1.414 17.167-17.17zM12.42 14.42l1 1 1-1c.63-.504 1.536-.456 2.11.11L18 16V8.84l-5.58 5.58zM15.16 6H6v6.38l2.19-2.19 1.39 1.39L4 17.163V6c0-1.105.895-2 2-2h11.162l-2 2z"})));break;case"gridicons-image":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 6v12c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 0H6v6.38l2.19-2.19 5.23 5.23 1-1c.63-.504 1.536-.456 2.11.11L18 16V6zm-5 3.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5z"})));break;case"gridicons-indent-left":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 20h2V4h-2v16zM2 11h10.172l-2.086-2.086L11.5 7.5 16 12l-4.5 4.5-1.414-1.414L12.172 13H2v-2z"})));break;case"gridicons-indent-right":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6 4H4v16h2V4zm16 9H11.828l2.086 2.086L12.5 16.5 8 12l4.5-4.5 1.414 1.414L11.828 11H22v2z"})));break;case"gridicons-info-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"})));break;case"gridicons-info":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})));break;case"gridicons-ink":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M5 15c0 3.866 3.134 7 7 7s7-3.134 7-7c0-1.387-.41-2.677-1.105-3.765h.007L12 2l-5.903 9.235h.007C5.41 12.323 5 13.613 5 15z"})));break;case"gridicons-institution":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2 19h20v3H2zM12 2L2 6v2h20V6M17 10h3v7h-3zM10.5 10h3v7h-3zM4 10h3v7H4z"})));break;case"gridicons-italic":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.536 5l-.427 2h1.5L9.262 18h-1.5l-.427 2h6.128l.426-2h-1.5l2.347-11h1.5l.427-2"})));break;case"gridicons-layout-blocks":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 7h-2V3c0-1.105-.895-2-2-2H7c-1.105 0-2 .895-2 2v2H3c-1.105 0-2 .895-2 2v4c0 1.105.895 2 2 2h2v8c0 1.105.895 2 2 2h10c1.105 0 2-.895 2-2v-2h2c1.105 0 2-.895 2-2V9c0-1.105-.895-2-2-2zm-4 14H7v-8h2c1.105 0 2-.895 2-2V7c0-1.105-.895-2-2-2H7V3h10v4h-2c-1.105 0-2 .895-2 2v8c0 1.105.895 2 2 2h2v2zm4-4h-6V9h6v8z"})));break;case"gridicons-layout":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 20H5c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h3c1.105 0 2 .895 2 2v12c0 1.105-.895 2-2 2zm8-10h4c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2h-4c-1.105 0-2 .895-2 2v3c0 1.105.895 2 2 2zm5 10v-6c0-1.105-.895-2-2-2h-5c-1.105 0-2 .895-2 2v6c0 1.105.895 2 2 2h5c1.105 0 2-.895 2-2z"})));break;case"gridicons-line-graph":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 19h18v2H3zm3-3c1.1 0 2-.9 2-2 0-.5-.2-1-.5-1.3L8.8 10H9c.5 0 1-.2 1.3-.5l2.7 1.4v.1c0 1.1.9 2 2 2s2-.9 2-2c0-.5-.2-.9-.5-1.3L17.8 7h.2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .5.2 1 .5 1.3L15.2 9H15c-.5 0-1 .2-1.3.5L11 8.2V8c0-1.1-.9-2-2-2s-2 .9-2 2c0 .5.2 1 .5 1.3L6.2 12H6c-1.1 0-2 .9-2 2s.9 2 2 2z"})));break;case"gridicons-link-break":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 11l-2 2H7v-2h3zm9.64-3.64L22 5l-1.5-1.5-17 17L5 22l9-9h3v-2h-1l2-2c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1c2.21 0 4-1.79 4-4v-2c0-1.623-.97-3.013-2.36-3.64zM4.36 16.64L6 15c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.63 7 7 7H6c-2.21 0-4 1.79-4 4v2c0 1.623.97 3.013 2.36 3.64z"})));break;case"gridicons-link":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 13H7v-2h10v2zm1-6h-1c-1.63 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1c2.21 0 4-1.79 4-4v-2c0-2.21-1.79-4-4-4zM2 11v2c0 2.21 1.79 4 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.63 7 7 7H6c-2.21 0-4 1.79-4 4z"})));break;case"gridicons-list-checkmark":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9.5 15.5L5 20l-2.5-2.5 1.06-1.06L5 17.88l3.44-3.44L9.5 15.5zM10 5v2h11V5H10zm0 14h11v-2H10v2zm0-6h11v-2H10v2zM8.44 8.44L5 11.88l-1.44-1.44L2.5 11.5 5 14l4.5-4.5-1.06-1.06zm0-6L5 5.88 3.56 4.44 2.5 5.5 5 8l4.5-4.5-1.06-1.06z"})));break;case"gridicons-list-ordered-rtl":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 19h13v-2H3v2zm0-6h13v-2H3v2zm0-8v2h13V5H3zm16.587.252c.107-.096.197-.188.27-.275-.013.228-.02.48-.02.756V8h1.176V3.717H19.97L18.5 4.915l.6.738.487-.4zm.448 7.826c.475-.426.785-.715.93-.867.146-.15.262-.296.35-.434.088-.138.153-.278.195-.42.042-.143.063-.298.063-.466 0-.225-.06-.427-.18-.608-.12-.18-.29-.32-.507-.417-.218-.1-.465-.148-.742-.148-.22 0-.42.022-.596.067-.177.045-.34.11-.49.195-.15.084-.337.225-.558.422l.636.744c.174-.15.33-.264.467-.34.138-.078.274-.117.41-.117.13 0 .232.03.304.096.072.064.108.152.108.264 0 .09-.018.176-.054.258-.035.082-.1.18-.19.294-.093.114-.288.328-.587.64L18.547 13.3v.762h3.108v-.955h-1.62v-.03zm.46 4.747v-.018c.306-.086.54-.225.702-.414.162-.19.243-.42.243-.685 0-.31-.126-.55-.378-.727-.252-.175-.6-.263-1.043-.263-.308 0-.58.033-.817.1s-.47.178-.696.334l.48.774c.293-.184.576-.275.85-.275.147 0 .263.026.35.08.087.056.13.14.13.253 0 .3-.294.45-.882.45h-.27v.87h.264c.216 0 .392.017.526.05.135.03.232.08.293.143.06.064.09.154.09.27 0 .153-.058.265-.174.337-.116.07-.3.106-.555.106-.163 0-.342-.023-.537-.07-.194-.045-.385-.116-.573-.212v.96c.228.09.44.15.637.183.196.034.41.05.64.05.56 0 .998-.113 1.314-.342.316-.228.474-.542.474-.94.003-.585-.355-.923-1.07-1.013z"})));break;case"gridicons-list-ordered":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 19h13v-2H8v2zm0-6h13v-2H8v2zm0-8v2h13V5H8zm-4.425.252c.107-.096.197-.188.27-.275-.013.228-.02.48-.02.756V8h1.176V3.717H3.96L2.487 4.915l.6.738.487-.4zm.334 7.764c.474-.426.784-.715.93-.867.145-.153.26-.298.35-.436.087-.138.152-.278.194-.42.042-.143.063-.298.063-.466 0-.225-.06-.427-.18-.608s-.29-.32-.507-.417c-.218-.1-.465-.148-.742-.148-.22 0-.42.022-.596.067s-.34.11-.49.195c-.15.085-.337.226-.558.423l.636.744c.174-.15.33-.264.467-.34.138-.078.274-.117.41-.117.13 0 .232.032.304.097.073.064.11.152.11.264 0 .09-.02.176-.055.258-.036.082-.1.18-.192.294-.092.114-.287.328-.586.64L2.42 13.238V14h3.11v-.955H3.91v-.03zm.53 4.746v-.018c.306-.086.54-.225.702-.414.162-.19.243-.42.243-.685 0-.31-.126-.55-.378-.727-.252-.176-.6-.264-1.043-.264-.307 0-.58.033-.816.1s-.47.178-.696.334l.48.773c.293-.183.576-.274.85-.274.147 0 .263.027.35.082s.13.14.13.252c0 .3-.294.45-.882.45h-.27v.87h.264c.217 0 .393.017.527.05.136.03.233.08.294.143.06.064.09.154.09.27 0 .153-.057.265-.173.337-.115.07-.3.106-.554.106-.164 0-.343-.022-.538-.07-.194-.044-.385-.115-.573-.21v.96c.228.088.44.148.637.182.196.033.41.05.64.05.56 0 .998-.114 1.314-.343.315-.228.473-.542.473-.94.002-.585-.356-.923-1.07-1.013z"})));break;case"gridicons-list-unordered":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 19h12v-2H9v2zm0-6h12v-2H9v2zm0-8v2h12V5H9zm-4-.5c-.828 0-1.5.672-1.5 1.5S4.172 7.5 5 7.5 6.5 6.828 6.5 6 5.828 4.5 5 4.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5z"})));break;case"gridicons-location":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 9c0-3.866-3.134-7-7-7S5 5.134 5 9c0 1.387.41 2.677 1.105 3.765h-.008C8.457 16.46 12 22 12 22l5.903-9.235h-.007C18.59 11.677 19 10.387 19 9zm-7 3c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"})));break;case"gridicons-lock":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 8h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v1H6c-1.105 0-2 .895-2 2v10c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V10c0-1.105-.895-2-2-2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v1H9V7zm4 8.723V18h-2v-2.277c-.595-.346-1-.984-1-1.723 0-1.105.895-2 2-2s2 .895 2 2c0 .738-.405 1.376-1 1.723z"})));break;case"gridicons-mail":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 4.236l-8 4.882-8-4.882V6h16v2.236z"})));break;case"gridicons-mention":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2a10 10 0 0 0 0 20v-2a8 8 0 1 1 8-8v.5a1.5 1.5 0 0 1-3 0V7h-2v1a5 5 0 1 0 1 7 3.5 3.5 0 0 0 6-2.46V12A10 10 0 0 0 12 2zm0 13a3 3 0 1 1 3-3 3 3 0 0 1-3 3z"})));break;case"gridicons-menu":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 6v2H3V6h18zM3 18h18v-2H3v2zm0-5h18v-2H3v2z"})));break;case"gridicons-menus":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 19h10v-2H9v2zm0-6h6v-2H9v2zm0-8v2h12V5H9zm-4-.5c-.828 0-1.5.672-1.5 1.5S4.172 7.5 5 7.5 6.5 6.828 6.5 6 5.828 4.5 5 4.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5zm0 6c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5z"})));break;case"gridicons-microphone":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 9v1a7 7 0 0 1-6 6.92V20h3v2H8v-2h3v-3.08A7 7 0 0 1 5 10V9h2v1a5 5 0 0 0 10 0V9zm-7 4a3 3 0 0 0 3-3V5a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3z"})));break;case"gridicons-minus-small":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6 11h12v2H6z"})));break;case"gridicons-minus":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 11h18v2H3z"})));break;case"gridicons-money":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M2 5v14h20V5H2zm5 12c0-1.657-1.343-3-3-3v-4c1.657 0 3-1.343 3-3h10c0 1.657 1.343 3 3 3v4c-1.657 0-3 1.343-3 3H7zm5-8c1.1 0 2 1.3 2 3s-.9 3-2 3-2-1.3-2-3 .9-3 2-3z"})));break;case"gridicons-multiple-users":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M24 14.6c0 .6-1.2 1-2.6 1.2-.9-1.7-2.7-3-4.8-3.9.2-.3.4-.5.6-.8h.8c3.1-.1 6 1.8 6 3.5zM6.8 11H6c-3.1 0-6 1.9-6 3.6 0 .6 1.2 1 2.6 1.2.9-1.7 2.7-3 4.8-3.9l-.6-.9zm5.2 1c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 1c-4.1 0-8 2.6-8 5 0 2 8 2 8 2s8 0 8-2c0-2.4-3.9-5-8-5zm5.7-3h.3c1.7 0 3-1.3 3-3s-1.3-3-3-3c-.5 0-.9.1-1.3.3.8 1 1.3 2.3 1.3 3.7 0 .7-.1 1.4-.3 2zM6 10h.3C6.1 9.4 6 8.7 6 8c0-1.4.5-2.7 1.3-3.7C6.9 4.1 6.5 4 6 4 4.3 4 3 5.3 3 7s1.3 3 3 3z"})));break;case"gridicons-my-sites-horizon":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.986 13.928l.762-2.284-1.324-3.63c-.458-.026-.892-.08-.892-.08-.458-.027-.405-.727.054-.7 0 0 1.403.107 2.24.107.888 0 2.265-.107 2.265-.107.46-.027.513.646.055.7 0 0-.46.055-.973.082l2.006 5.966c-.875-.034-1.74-.053-2.6-.06l-.428-1.177-.403 1.17c-.252.002-.508.01-.76.015zm-7.156.393c-.21-.737-.33-1.514-.33-2.32 0-1.232.264-2.402.736-3.46l2.036 5.58c.85-.06 1.69-.104 2.526-.138L6.792 8.015c.512-.027.973-.08.973-.08.458-.055.404-.728-.055-.702 0 0-1.376.108-2.265.108-.16 0-.347-.003-.547-.01C6.418 5.025 9.03 3.5 12 3.5c2.213 0 4.228.846 5.74 2.232-.036-.002-.072-.007-.11-.007-.835 0-1.427.727-1.427 1.51 0 .7.404 1.292.835 1.993.323.566.7 1.293.7 2.344 0 .674-.244 1.463-.572 2.51.3.02.604.043.907.066l.798-2.307c.486-1.212.647-2.18.647-3.043 0-.313-.02-.603-.057-.874.662 1.21 1.04 2.6 1.04 4.077 0 .807-.128 1.58-.34 2.32.5.05 1.006.112 1.51.17.205-.798.33-1.628.33-2.49 0-5.523-4.477-10-10-10S2 6.477 2 12c0 .862.125 1.692.33 2.49.5-.057 1.003-.12 1.5-.17zm14.638 3.168C16.676 19.672 14.118 20.5 12 20.5c-1.876 0-4.55-.697-6.463-3.012-.585.048-1.174.1-1.77.16C5.572 20.272 8.578 22 12 22c3.422 0 6.43-1.73 8.232-4.35-.593-.063-1.18-.114-1.764-.162zM12 15.01c-3.715 0-7.368.266-10.958.733.18.41.35.825.506 1.247 3.427-.43 6.91-.68 10.452-.68s7.025.25 10.452.68c.156-.422.327-.836.506-1.246-3.59-.467-7.243-.734-10.958-.734z"})));break;case"gridicons-my-sites":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM3.5 12c0-1.232.264-2.402.736-3.46L8.29 19.65C5.456 18.272 3.5 15.365 3.5 12zm8.5 8.5c-.834 0-1.64-.12-2.4-.345l2.55-7.41 2.613 7.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702 0 0-1.376.108-2.265.108-.835 0-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7 0 0 .434.055.892.082l1.324 3.63-1.86 5.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702 0 0-1.376.108-2.265.108-.16 0-.347-.003-.547-.01C6.418 5.025 9.03 3.5 12 3.5c2.213 0 4.228.846 5.74 2.232-.037-.002-.072-.007-.11-.007-.835 0-1.427.727-1.427 1.51 0 .7.404 1.292.835 1.993.323.566.7 1.293.7 2.344 0 .727-.28 1.572-.646 2.748l-.848 2.833-3.072-9.138zm3.1 11.332l2.597-7.506c.484-1.212.645-2.18.645-3.044 0-.313-.02-.603-.057-.874.664 1.21 1.042 2.6 1.042 4.078 0 3.136-1.7 5.874-4.227 7.347z"})));break;case"gridicons-nametag":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 6a1 1 0 1 1-1 1 1 1 0 0 1 1-1zm-6 8h12v3H6zm14-8h-4V3H8v3H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zM10 5h4v5h-4zm10 14H4v-9h4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2h4z"})));break;case"gridicons-next-page":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 8h-8V6h8v2zm4-4v8l-6 6H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 0H8v12h6v-4c0-1.105.895-2 2-2h4V4zM4 6c-1.105 0-2 .895-2 2v12c0 1.1.9 2 2 2h12c1.105 0 2-.895 2-2H4V6z"})));break;case"gridicons-not-visible":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M1 12s4.188-6 11-6c.947 0 1.84.12 2.678.322L8.36 12.64C8.133 12.14 8 11.586 8 11c0-.937.335-1.787.875-2.47C6.483 9.344 4.66 10.917 3.62 12c.68.707 1.696 1.62 2.98 2.398L5.15 15.85C2.498 14.13 1 12 1 12zm22 0s-4.188 6-11 6c-.946 0-1.836-.124-2.676-.323L5 22l-1.5-1.5 17-17L22 5l-3.147 3.147C21.5 9.87 23 12 23 12zm-2.615.006c-.678-.708-1.697-1.624-2.987-2.403L16 11c0 2.21-1.79 4-4 4l-.947.947c.31.03.624.053.947.053 3.978 0 6.943-2.478 8.385-3.994z"})));break;case"gridicons-notice-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 13h-2v2h2v-2zm-2-2h2l.5-6h-3l.5 6z"})));break;case"gridicons-notice":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"})));break;case"gridicons-offline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10 3h8l-4 6h4L6 21l4-9H6l4-9"})));break;case"gridicons-pages":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"})));break;case"gridicons-pause":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"})));break;case"gridicons-pencil":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 6l5 5-9.507 9.507c-.686-.686-.69-1.794-.012-2.485l-.002-.003c-.69.676-1.8.673-2.485-.013-.677-.677-.686-1.762-.036-2.455l-.008-.008c-.694.65-1.78.64-2.456-.036L13 6zm7.586-.414l-2.172-2.172c-.78-.78-2.047-.78-2.828 0L14 5l5 5 1.586-1.586c.78-.78.78-2.047 0-2.828zM3 18v3h3c0-1.657-1.343-3-3-3z"})));break;case"gridicons-phone":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"})));break;case"gridicons-pin":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 17c0-2.038-1.188-3.836-3-4.92V5h.5c.828 0 1.5-.672 1.5-1.5S17.328 2 16.5 2h-9C6.672 2 6 2.672 6 3.5S6.672 5 7.5 5H8v7.08C6.188 13.164 5 14.962 5 17h6v4c0 .55.45 1 1 1s1-.45 1-1v-4h6z"})));break;case"gridicons-plans":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm-1 12H6l5-10v10zm2 6V10h5l-5 10z"})));break;case"gridicons-play":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm-2 14.5v-9l6 4.5z"})));break;case"gridicons-plugins":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 8V3c0-.552-.448-1-1-1s-1 .448-1 1v5h-4V3c0-.552-.448-1-1-1s-1 .448-1 1v5H5v4c0 2.79 1.637 5.193 4 6.317V22h6v-3.683c2.363-1.124 4-3.527 4-6.317V8h-3z"})));break;case"gridicons-plus-small":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 11h-5V6h-2v5H6v2h5v5h2v-5h5"})));break;case"gridicons-plus":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 13h-8v8h-2v-8H3v-2h8V3h2v8h8v2z"})));break;case"gridicons-popout":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6 7V5c0-1.105.895-2 2-2h11c1.105 0 2 .895 2 2v14c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2v-2h2v2h11V5H8v2H6zm5.5-.5l-1.414 1.414L13.172 11H3v2h10.172l-3.086 3.086L11.5 17.5 17 12l-5.5-5.5z"})));break;case"gridicons-posts":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"})));break;case"gridicons-print":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 16h6v2H9v-2zm13 1h-3v3c0 1.105-.895 2-2 2H7c-1.105 0-2-.895-2-2v-3H2V9c0-1.105.895-2 2-2h1V5c0-1.105.895-2 2-2h10c1.105 0 2 .895 2 2v2h1c1.105 0 2 .895 2 2v8zM7 7h10V5H7v2zm10 7H7v6h10v-6zm3-3.5c0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5.672 1.5 1.5 1.5 1.5-.672 1.5-1.5z"})));break;case"gridicons-product-downloadable":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zm-6-10v5.17l2.59-2.58L17 14l-5 5-5-5 1.41-1.42L11 15.17V10h2z"})));break;case"gridicons-product-external":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zm-2-9v6h-2v-2.59l-3.29 3.29-1.41-1.41L13.59 13H11v-2h6z"})));break;case"gridicons-product-virtual":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zM7 16.45c0-1.005.815-1.82 1.82-1.82h.09c-.335-1.59.68-3.148 2.27-3.483s3.148.68 3.483 2.27c.02.097.036.195.046.293 1.252-.025 2.29.97 2.314 2.224.017.868-.462 1.67-1.235 2.066H7.87c-.54-.33-.87-.917-.87-1.55z"})));break;case"gridicons-product":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 3H2v6h1v11c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V9h1V3zM4 5h16v2H4V5zm15 15H5V9h14v11zM9 11h6c0 1.105-.895 2-2 2h-2c-1.105 0-2-.895-2-2z"})));break;case"gridicons-quote":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M11.192 15.757c0-.88-.23-1.618-.69-2.217-.326-.412-.768-.683-1.327-.812-.55-.128-1.07-.137-1.54-.028-.16-.95.1-1.956.76-3.022.66-1.065 1.515-1.867 2.558-2.403L9.373 5c-.8.396-1.56.898-2.26 1.505-.71.607-1.34 1.305-1.9 2.094s-.98 1.68-1.25 2.69-.346 2.04-.217 3.1c.168 1.4.62 2.52 1.356 3.35.735.84 1.652 1.26 2.748 1.26.965 0 1.766-.29 2.4-.878.628-.576.94-1.365.94-2.368l.002.003zm9.124 0c0-.88-.23-1.618-.69-2.217-.326-.42-.77-.692-1.327-.817-.56-.124-1.074-.13-1.54-.022-.16-.94.09-1.95.75-3.02.66-1.06 1.514-1.86 2.557-2.4L18.49 5c-.8.396-1.555.898-2.26 1.505-.708.607-1.34 1.305-1.894 2.094-.556.79-.97 1.68-1.24 2.69-.273 1-.345 2.04-.217 3.1.165 1.4.615 2.52 1.35 3.35.732.833 1.646 1.25 2.742 1.25.967 0 1.768-.29 2.402-.876.627-.576.942-1.365.942-2.368v.01z"})));break;case"gridicons-read-more":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 12h6v-2H9zm-7 0h5v-2H2zm15 0h5v-2h-5zm3 2v2l-6 6H6a2 2 0 0 1-2-2v-6h2v6h6v-4a2 2 0 0 1 2-2h6zM4 8V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4h-2V4H6v4z"})));break;case"gridicons-reader-follow-conversation":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 14v-3h-2v3h-3v2h3v3h2v-3h3v-2"}),o.default.createElement("path",{d:"M13 16h-2l-5 5v-5H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v4h-4v3h-3v4z"})));break;case"gridicons-reader-follow":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"})));break;case"gridicons-reader-following-conversation":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16.8 14.5l3.2-3.2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h2v5l8.7-8.7 2.1 2.2z"}),o.default.createElement("path",{d:"M22.6 11.1l-6.1 6.1-2.1-2.2-1.4 1.4 3.5 3.6 7.5-7.6"})));break;case"gridicons-reader-following":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"})));break;case"gridicons-reader":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 4v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4H3zm7 11H5v-1h5v1zm2-2H5v-1h7v1zm0-2H5v-1h7v1zm7 4h-5v-5h5v5zm0-7H5V6h14v2z"})));break;case"gridicons-reblog":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22.086 9.914L20 7.828V18c0 1.105-.895 2-2 2h-7v-2h7V7.828l-2.086 2.086L14.5 8.5 19 4l4.5 4.5-1.414 1.414zM6 16.172V6h7V4H6c-1.105 0-2 .895-2 2v10.172l-2.086-2.086L.5 15.5 5 20l4.5-4.5-1.414-1.414L6 16.172z"})));break;case"gridicons-redo":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 6v3.586L14.343 5.93C13.17 4.756 11.636 4.17 10.1 4.17s-3.07.585-4.242 1.757c-2.343 2.342-2.343 6.14 0 8.484l5.364 5.364 1.414-1.414L7.272 13c-1.56-1.56-1.56-4.097 0-5.657.755-.755 1.76-1.172 2.828-1.172 1.068 0 2.073.417 2.828 1.173L16.586 11H13v2h7V6h-2z"})));break;case"gridicons-refresh":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17.91 14c-.478 2.833-2.943 5-5.91 5-3.308 0-6-2.692-6-6s2.692-6 6-6h2.172l-2.086 2.086L13.5 10.5 18 6l-4.5-4.5-1.414 1.414L14.172 5H12c-4.418 0-8 3.582-8 8s3.582 8 8 8c4.08 0 7.438-3.055 7.93-7h-2.02z"})));break;case"gridicons-refund":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13.91 2.91L11.83 5H14c4.418 0 8 3.582 8 8h-2c0-3.314-2.686-6-6-6h-2.17l2.09 2.09-1.42 1.41L8 6l1.41-1.41L12.5 1.5l1.41 1.41zM2 12v10h16V12H2zm2 6.56v-3.11c.6-.35 1.1-.85 1.45-1.45h9.1c.35.6.85 1.1 1.45 1.45v3.11c-.593.35-1.085.845-1.43 1.44H5.45c-.35-.597-.85-1.094-1.45-1.44zm6 .44c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2z"})));break;case"gridicons-reply":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M9 16h7.2l-2.6 2.6L15 20l5-5-5-5-1.4 1.4 2.6 2.6H9c-2.2 0-4-1.8-4-4s1.8-4 4-4h2V4H9c-3.3 0-6 2.7-6 6s2.7 6 6 6z"})));break;case"gridicons-resize":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M13 4v2h3.59L6 16.59V13H4v7h7v-2H7.41L18 7.41V11h2V4h-7"})));break;case"gridicons-rotate":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 14v6c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-6c0-1.105.895-2 2-2h10c1.105 0 2 .895 2 2zM13.914 2.914L11.828 5H14c4.418 0 8 3.582 8 8h-2c0-3.308-2.692-6-6-6h-2.172l2.086 2.086L12.5 10.5 8 6l1.414-1.414L12.5 1.5l1.414 1.414z"})));break;case"gridicons-scheduled":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M10.498 18l-3.705-3.704 1.415-1.415 2.294 2.295 5.293-5.293 1.415 1.415L10.498 18zM21 6v13c0 1.104-.896 2-2 2H5c-1.104 0-2-.896-2-2V6c0-1.104.896-2 2-2h1V2h2v2h8V2h2v2h1c1.104 0 2 .896 2 2zm-2 2H5v11h14V8z"})));break;case"gridicons-search":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"})));break;case"gridicons-share-computer":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6v2H7v2h10v-2h-3v-2h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 14H4V4h16zm-3.25-3a1.75 1.75 0 0 1-3.5 0L10 11.36a1.71 1.71 0 1 1 0-2.71L13.25 7a1.77 1.77 0 1 1 .68 1.37L10.71 10l3.22 1.61A1.74 1.74 0 0 1 16.75 13z"})));break;case"gridicons-share-ios":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 8h2c1.105 0 2 .895 2 2v9c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2v-9c0-1.105.895-2 2-2h2v2H5v9h14v-9h-2V8zM6.5 5.5l1.414 1.414L11 3.828V14h2V3.828l3.086 3.086L17.5 5.5 12 0 6.5 5.5z"})));break;case"gridicons-share":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 16c-.788 0-1.5.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118c-.053.223-.088.453-.088.692 0 1.657 1.343 3 3 3s3-1.343 3-3-1.343-3-3-3z"})));break;case"gridicons-shipping":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 8h-2V7c0-1.105-.895-2-2-2H4c-1.105 0-2 .895-2 2v10h2c0 1.657 1.343 3 3 3s3-1.343 3-3h4c0 1.657 1.343 3 3 3s3-1.343 3-3h2v-5l-4-4zM7 18.5c-.828 0-1.5-.672-1.5-1.5s.672-1.5 1.5-1.5 1.5.672 1.5 1.5-.672 1.5-1.5 1.5zM4 14V7h10v7H4zm13 4.5c-.828 0-1.5-.672-1.5-1.5s.672-1.5 1.5-1.5 1.5.672 1.5 1.5-.672 1.5-1.5 1.5z"})));break;case"gridicons-shutter":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18.9 4.8s-.7 5.6-3.5 10.2c1.7-.3 3.9-.9 6.6-2 0 0 .7-4.6-3.1-8.2zm-6 2.8c-1.1-1.3-2.7-3-5-4.7C5.1 4.2 3 6.6 2.3 9.6 7 7.7 11 7.5 12.9 7.6zm3.4 2.9c.6-1.6 1.2-3.9 1.6-6.7-4.1-3-8.6-1.5-8.6-1.5s4.4 3.4 7 8.2zm-5.2 6c1.1 1.3 2.7 3 5 4.7 0 0 4.3-1.6 5.6-6.7 0-.1-5.3 2.1-10.6 2zm-3.4-3.1c-.6 1.6-1.2 3.8-1.5 6.7 0 0 3.6 2.9 8.6 1.5 0 0-4.6-3.4-7.1-8.2zM2 11.1s-.7 4.5 3.1 8.2c0 0 .7-5.7 3.5-10.3-1.7.3-4 .9-6.6 2.1z"})));break;case"gridicons-sign-out":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M16 17v2c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V5c0-1.105.895-2 2-2h9c1.105 0 2 .895 2 2v2h-2V5H5v14h9v-2h2zm2.5-10.5l-1.414 1.414L20.172 11H10v2h10.172l-3.086 3.086L18.5 17.5 24 12l-5.5-5.5z"})));break;case"gridicons-site":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-5 14H6v-7h7zm5 0h-3v-7h3zm0-9H6V6h12z"})));break;case"gridicons-spam":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 2H7L2 7v10l5 5h10l5-5V7l-5-5zm-4 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"})));break;case"gridicons-speaker":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 8v6c1.7 0 3-1.3 3-3s-1.3-3-3-3zM11 7H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1v3c0 1.1.9 2 2 2h2v-5h2l4 4h2V3h-2l-4 4z"})));break;case"gridicons-special-character":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12.005 7.418c-1.237 0-2.19.376-2.86 1.128s-1.005 1.812-1.005 3.18c0 1.387.226 2.513.677 3.377.45.865 1.135 1.543 2.05 2.036V20H5v-2.666h3.12c-1.04-.636-1.842-1.502-2.405-2.6-.564-1.097-.846-2.322-.846-3.676 0-1.258.29-2.363.875-3.317.585-.952 1.417-1.685 2.497-2.198s2.334-.77 3.763-.77c2.18 0 3.915.572 5.204 1.713s1.932 2.673 1.932 4.594c0 1.353-.283 2.57-.852 3.65-.567 1.08-1.38 1.947-2.44 2.603H19V20h-5.908v-2.86c.95-.493 1.65-1.18 2.102-2.062s.677-2.006.677-3.374c0-1.36-.336-2.415-1.01-3.164-.672-.747-1.624-1.122-2.855-1.122z"})));break;case"gridicons-star-outline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"})));break;case"gridicons-star":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"})));break;case"gridicons-stats-alt":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 21H3v-2h18v2zM8 10H4v7h4v-7zm6-7h-4v14h4V3zm6 3h-4v11h4V6z"})));break;case"gridicons-stats-down-alt":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 21H3v-2h18v2zM8 3H4v14h4V3zm6 3h-4v11h4V6zm6 4h-4v7h4v-7z"})));break;case"gridicons-stats-down":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 16H5V5h14v14zM9 17H7V7h2v10zm4 0h-2v-7h2v7zm4 0h-2v-5h2v5z"})));break;case"gridicons-stats-up-alt":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M21 21H3v-2h18v2zM8 10H4v7h4v-7zm6-4h-4v11h4V6zm6-3h-4v14h4V3z"})));break;case"gridicons-stats-up":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 16H5V5h14v14zM9 17H7v-5h2v5zm4 0h-2v-7h2v7zm4 0h-2V7h2v10z"})));break;case"gridicons-stats":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19 3H5c-1.105 0-2 .895-2 2v14c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zm0 16H5V5h14v14zM9 17H7v-5h2v5zm4 0h-2V7h2v10zm4 0h-2v-7h2v7z"})));break;case"gridicons-status":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM7.55 13c-.02.166-.05.33-.05.5 0 2.485 2.015 4.5 4.5 4.5s4.5-2.015 4.5-4.5c0-.17-.032-.334-.05-.5h-8.9zM10 10V8c0-.552-.448-1-1-1s-1 .448-1 1v2c0 .552.448 1 1 1s1-.448 1-1zm6 0V8c0-.552-.448-1-1-1s-1 .448-1 1v2c0 .552.448 1 1 1s1-.448 1-1z"})));break;case"gridicons-strikethrough":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M14.348 12H21v2h-4.613c.24.515.368 1.094.368 1.748 0 1.317-.474 2.355-1.423 3.114-.947.76-2.266 1.138-3.956 1.138-1.557 0-2.934-.293-4.132-.878v-2.874c.985.44 1.818.75 2.5.928.682.18 1.306.27 1.872.27.68 0 1.2-.13 1.562-.39.363-.26.545-.644.545-1.158 0-.285-.08-.54-.24-.763-.16-.222-.394-.437-.704-.643-.18-.12-.483-.287-.88-.49H3v-2H14.347zm-3.528-2c-.073-.077-.143-.155-.193-.235-.126-.202-.19-.44-.19-.713 0-.44.157-.795.47-1.068.313-.273.762-.41 1.348-.41.492 0 .993.064 1.502.19.51.127 1.153.35 1.93.67l1-2.405c-.753-.327-1.473-.58-2.16-.76-.69-.18-1.414-.27-2.173-.27-1.544 0-2.753.37-3.628 1.108-.874.738-1.312 1.753-1.312 3.044 0 .302.036.58.088.848h3.318z"})));break;case"gridicons-sync":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M23.5 13.5l-3.086 3.086L19 18l-4.5-4.5 1.414-1.414L18 14.172V12c0-3.308-2.692-6-6-6V4c4.418 0 8 3.582 8 8v2.172l2.086-2.086L23.5 13.5zM6 12V9.828l2.086 2.086L9.5 10.5 5 6 3.586 7.414.5 10.5l1.414 1.414L4 9.828V12c0 4.418 3.582 8 8 8v-2c-3.308 0-6-2.692-6-6z"})));break;case"gridicons-tablet":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 2H6c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h12c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-5 19h-2v-1h2v1zm5-2H6V5h12v14z"})));break;case"gridicons-tag":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"})));break;case"gridicons-text-color":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 19h18v3H3v-3zM15.82 17h3.424L14 3h-4L4.756 17H8.18l1.067-3.5h5.506L15.82 17zm-1.952-6h-3.73l1.868-5.725L13.868 11z"})));break;case"gridicons-themes":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 6c-1.105 0-2 .895-2 2v12c0 1.1.9 2 2 2h12c1.105 0 2-.895 2-2H4V6zm16-4H8c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V4c0-1.105-.895-2-2-2zm-5 14H8V9h7v7zm5 0h-3V9h3v7zm0-9H8V4h12v3z"})));break;case"gridicons-thumbs-up":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6.7 22H2v-9h2l2.7 9zM20 9h-6V5c0-1.657-1.343-3-3-3h-1v4L7.1 9.625c-.712.89-1.1 1.996-1.1 3.135V14l2.1 7h8.337c1.836 0 3.435-1.25 3.88-3.03l1.622-6.485C22.254 10.223 21.3 9 20 9z"})));break;case"gridicons-time":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.8 13.4L13 11.667V7h-2v5.333l3.2 4.266 1.6-1.2z"})));break;case"gridicons-trash":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M6.187 8h11.625l-.695 11.125C17.05 20.18 16.177 21 15.12 21H8.88c-1.057 0-1.93-.82-1.997-1.875L6.187 8zM19 5v2H5V5h3V4c0-1.105.895-2 2-2h4c1.105 0 2 .895 2 2v1h3zm-9 0h4V4h-4v1z"})));break;case"gridicons-trophy":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18 5.062V3H6v2.062H2V8c0 2.525 1.89 4.598 4.324 4.932.7 2.058 2.485 3.61 4.676 3.978V18c0 1.105-.895 2-2 2H8v2h8v-2h-1c-1.105 0-2-.895-2-2v-1.09c2.19-.368 3.976-1.92 4.676-3.978C20.11 12.598 22 10.525 22 8V5.062h-4zM4 8v-.938h2v3.766C4.836 10.416 4 9.304 4 8zm16 0c0 1.304-.836 2.416-2 2.83V7.06h2V8z"})));break;case"gridicons-types":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M22 17c0 2.76-2.24 5-5 5s-5-2.24-5-5 2.24-5 5-5 5 2.24 5 5zM6.5 6.5h3.8L7 1 1 11h5.5V6.5zm9.5 4.085V8H8v8h2.585c.433-2.783 2.632-4.982 5.415-5.415z"})));break;case"gridicons-underline":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M4 19v2h16v-2H4zM18 3v8c0 3.314-2.686 6-6 6s-6-2.686-6-6V3h3v8c0 1.654 1.346 3 3 3s3-1.346 3-3V3h3z"})));break;case"gridicons-undo":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M18.142 5.93C16.97 4.756 15.435 4.17 13.9 4.17s-3.072.586-4.244 1.757L6 9.585V6H4v7h7v-2H7.414l3.657-3.657c.756-.755 1.76-1.172 2.83-1.172 1.067 0 2.072.417 2.827 1.173 1.56 1.56 1.56 4.097 0 5.657l-5.364 5.364 1.414 1.414 5.364-5.364c2.345-2.343 2.345-6.142.002-8.485z"})));break;case"gridicons-user-add":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("circle",{cx:"15",cy:"8",r:"4"}),o.default.createElement("path",{d:"M15 20s8 0 8-2c0-2.4-3.9-5-8-5s-8 2.6-8 5c0 2 8 2 8 2zM6 10V7H4v3H1v2h3v3h2v-3h3v-2z"})));break;case"gridicons-user-circle":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18.5c-4.694 0-8.5-3.806-8.5-8.5S7.306 3.5 12 3.5s8.5 3.806 8.5 8.5-3.806 8.5-8.5 8.5zm0-8c-3.038 0-5.5 1.728-5.5 3.5s2.462 3.5 5.5 3.5 5.5-1.728 5.5-3.5-2.462-3.5-5.5-3.5zm0-.5c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z"})));break;case"gridicons-user":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 16s8 0 8-2c0-2.4-3.9-5-8-5s-8 2.6-8 5c0 2 8 2 8 2z"})));break;case"gridicons-video-camera":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M17 9V7c0-1.105-.895-2-2-2H4c-1.105 0-2 .895-2 2v10c0 1.105.895 2 2 2h11c1.105 0 2-.895 2-2v-2l5 4V5l-5 4z"})));break;case"gridicons-video-remove":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M19.42 4.59l1.167-1.167L22 4.837 20 6.84V18c0 1.105-.895 2-2 2v-2h-2v2H6.84l-2.007 2.006-1.414-1.414 1.17-1.172-.01-.01L8 16 18 6l1.41-1.42.01.01zM15.84 11H18V8.84L15.84 11zM16 8.01l.01-.01H16v.01zM6 15.17l-2 2V6c0-1.105.895-2 2-2v2h2V4h9.17l-9 9H6v2.17zM6 8v3h2V8H6zm12 8v-3h-2v3h2z"})));break;case"gridicons-video":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M8 4h8v1.997h2V4c1.105 0 2 .896 2 2v12c0 1.104-.895 2-2 2v-2.003h-2V20H8v-2.003H6V20c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2v1.997h2V4zm2 11l4.5-3L10 9v6zm8 .997v-3h-2v3h2zm0-5v-3h-2v3h2zm-10 5v-3H6v3h2zm0-5v-3H6v3h2z"})));break;case"gridicons-visible":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M12 6C5.188 6 1 12 1 12s4.188 6 11 6 11-6 11-6-4.188-6-11-6zm0 10c-3.943 0-6.926-2.484-8.38-4 1.04-1.085 2.863-2.657 5.255-3.47C8.335 9.214 8 10.064 8 11c0 2.21 1.79 4 4 4s4-1.79 4-4c0-.937-.335-1.787-.875-2.47 2.393.813 4.216 2.386 5.254 3.47-1.456 1.518-4.438 4-8.38 4z"})));break;case"gridicons-zoom-in":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M15.8 13.8c.7-1.1 1.2-2.4 1.2-3.8 0-3.9-3.1-7-7-7s-7 3.1-7 7 3.1 7 7 7c1.4 0 2.7-.4 3.8-1.2L19 21l2-2-5.2-5.2zM10 15c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"}),o.default.createElement("path",{d:"M11 7H9v2H7v2h2v2h2v-2h2V9h-2"})));break;case"gridicons-zoom-out":l=o.default.createElement("svg",a({className:u,height:t,width:t,onClick:r},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),o.default.createElement("g",null,o.default.createElement("path",{d:"M3 10c0 3.9 3.1 7 7 7 1.4 0 2.7-.5 3.8-1.2L19 21l2-2-5.2-5.2c.8-1.1 1.2-2.4 1.2-3.8 0-3.9-3.1-7-7-7s-7 3.1-7 7zm2 0c0-2.8 2.2-5 5-5s5 2.2 5 5-2.2 5-5 5-5-2.2-5-5z"}),o.default.createElement("path",{d:"M7 9h6v2H7z"})))}return l}}]),t}(c.PureComponent);f.defaultProps={size:24},f.propTypes={icon:s.default.string.isRequired,size:s.default.number,onClick:s.default.func,className:s.default.string},t.default=f,e.exports=t.default},717:function(e){"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},746:function(e,t,r){"use strict";var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n=s(r(804)),c=s(r(156)),o=s(r(743));function s(e){return e&&e.__esModule?e:{default:e}}var i=void 0;function l(e,t){var r,o,s,u,m,d,h,p,v=[],f={};for(d=0;d<e.length;d++)if("string"!==(m=e[d]).type){if(!t.hasOwnProperty(m.value)||void 0===t[m.value])throw new Error("Invalid interpolation, missing component node: `"+m.value+"`");if("object"!==a(t[m.value]))throw new Error("Invalid interpolation, component node must be a ReactElement or null: `"+m.value+"`","\n> "+i);if("componentClose"===m.type)throw new Error("Missing opening component token: `"+m.value+"`");if("componentOpen"===m.type){r=t[m.value],s=d;break}v.push(t[m.value])}else v.push(m.value);return r&&(u=function(e,t){var r,a,n=t[e],c=0;for(a=e+1;a<t.length;a++)if((r=t[a]).value===n.value){if("componentOpen"===r.type){c++;continue}if("componentClose"===r.type){if(0===c)return a;c--}}throw new Error("Missing closing component token `"+n.value+"`")}(s,e),h=l(e.slice(s+1,u),t),o=n.default.cloneElement(r,{},h),v.push(o),u<e.length-1&&(p=l(e.slice(u+1),t),v=v.concat(p))),1===v.length?v[0]:(v.forEach((function(e,t){e&&(f["interpolation-child-"+t]=e)})),(0,c.default)(f))}t.Z=function(e){var t=e.mixedString,r=e.components,n=e.throwErrors;if(i=t,!r)return t;if("object"!==(void 0===r?"undefined":a(r))){if(n)throw new Error("Interpolation Error: unable to process `"+t+"` because components is not an object");return t}var c=(0,o.default)(t);try{return l(c,r)}catch(e){if(n)throw new Error("Interpolation Error: unable to process `"+t+"` because of error `"+e.message+"`");return t}}},743:function(e){"use strict";function t(e){return e.match(/^\{\{\//)?{type:"componentClose",value:e.replace(/\W/g,"")}:e.match(/\/\}\}$/)?{type:"componentSelfClosing",value:e.replace(/\W/g,"")}:e.match(/^\{\{/)?{type:"componentOpen",value:e.replace(/\W/g,"")}:{type:"string",value:e}}e.exports=function(e){return e.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(t)}},703:function(e,t,r){"use strict";var a=r(414);function n(){}function c(){}c.resetWarningCache=n,e.exports=function(){function e(e,t,r,n,c,o){if(o!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:c,resetWarningCache:n};return r.PropTypes=r,r}},697:function(e,t,r){e.exports=r(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},156:function(e,t,r){"use strict";var a=r(804),n="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,c=r(139),o=r(759),s=r(620),i="function"==typeof Symbol&&Symbol.iterator;function l(e,t){return e&&"object"==typeof e&&null!=e.key?(r=e.key,a={"=":"=0",":":"=2"},"$"+(""+r).replace(/[=:]/g,(function(e){return a[e]}))):t.toString(36);var r,a}function u(e,t,r,a){var c,s=typeof e;if("undefined"!==s&&"boolean"!==s||(e=null),null===e||"string"===s||"number"===s||"object"===s&&e.$$typeof===n)return r(a,e,""===t?"."+l(e,0):t),1;var m=0,d=""===t?".":t+":";if(Array.isArray(e))for(var h=0;h<e.length;h++)m+=u(c=e[h],d+l(c,h),r,a);else{var p=function(e){var t=e&&(i&&e[i]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(p)for(var v,f=p.call(e),g=0;!(v=f.next()).done;)m+=u(c=v.value,d+l(c,g++),r,a);else if("object"===s){var w=""+e;o(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===w?"object with keys {"+Object.keys(e).join(", ")+"}":w,"")}}return m}var m=/\/+/g;function d(e){return(""+e).replace(m,"$&/")}var h,p,v=f,f=function(e){var t=this;if(t.instancePool.length){var r=t.instancePool.pop();return t.call(r,e),r}return new t(e)};function g(e,t,r,a){this.result=e,this.keyPrefix=t,this.func=r,this.context=a,this.count=0}function w(e,t,r){var n,o,s=e.result,i=e.keyPrefix,l=e.func,u=e.context,m=l.call(u,t,e.count++);Array.isArray(m)?y(m,s,r,c.thatReturnsArgument):null!=m&&(a.isValidElement(m)&&(n=m,o=i+(!m.key||t&&t.key===m.key?"":d(m.key)+"/")+r,m=a.cloneElement(n,{key:o},void 0!==n.props?n.props.children:void 0)),s.push(m))}function y(e,t,r,a,n){var c="";null!=r&&(c=d(r)+"/");var o=g.getPooled(t,c,a,n);!function(e,t,r){null==e||u(e,"",t,r)}(e,w,o),g.release(o)}g.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},h=function(e,t,r,a){var n=this;if(n.instancePool.length){var c=n.instancePool.pop();return n.call(c,e,t,r,a),c}return new n(e,t,r,a)},(p=g).instancePool=[],p.getPooled=h||v,p.poolSize||(p.poolSize=10),p.release=function(e){var t=this;o(e instanceof t,"Trying to release an instance into a pool of a different type."),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},e.exports=function(e){if("object"!=typeof e||!e||Array.isArray(e))return s(!1,"React.addons.createFragment only accepts a single object. Got: %s",e),e;if(a.isValidElement(e))return s(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),e;o(1!==e.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var t=[];for(var r in e)y(e[r],t,r,c.thatReturnsArgument);return t}},621:function(e,t,r){var a;!function(n){var c=/^\s+/,o=/\s+$/,s=0,i=n.round,l=n.min,u=n.max,m=n.random;function d(e,t){if(t=t||{},(e=e||"")instanceof d)return e;if(!(this instanceof d))return new d(e,t);var r=function(e){var t,r,a,s={r:0,g:0,b:0},i=1,m=null,d=null,h=null,p=!1,v=!1;return"string"==typeof e&&(e=function(e){e=e.replace(c,"").replace(o,"").toLowerCase();var t,r=!1;if(L[e])e=L[e],r=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(t=q.rgb.exec(e))?{r:t[1],g:t[2],b:t[3]}:(t=q.rgba.exec(e))?{r:t[1],g:t[2],b:t[3],a:t[4]}:(t=q.hsl.exec(e))?{h:t[1],s:t[2],l:t[3]}:(t=q.hsla.exec(e))?{h:t[1],s:t[2],l:t[3],a:t[4]}:(t=q.hsv.exec(e))?{h:t[1],s:t[2],v:t[3]}:(t=q.hsva.exec(e))?{h:t[1],s:t[2],v:t[3],a:t[4]}:(t=q.hex8.exec(e))?{r:D(t[1]),g:D(t[2]),b:D(t[3]),a:I(t[4]),format:r?"name":"hex8"}:(t=q.hex6.exec(e))?{r:D(t[1]),g:D(t[2]),b:D(t[3]),format:r?"name":"hex"}:(t=q.hex4.exec(e))?{r:D(t[1]+""+t[1]),g:D(t[2]+""+t[2]),b:D(t[3]+""+t[3]),a:I(t[4]+""+t[4]),format:r?"name":"hex8"}:!!(t=q.hex3.exec(e))&&{r:D(t[1]+""+t[1]),g:D(t[2]+""+t[2]),b:D(t[3]+""+t[3]),format:r?"name":"hex"}}(e)),"object"==typeof e&&(U(e.r)&&U(e.g)&&U(e.b)?(t=e.r,r=e.g,a=e.b,s={r:255*N(t,255),g:255*N(r,255),b:255*N(a,255)},p=!0,v="%"===String(e.r).substr(-1)?"prgb":"rgb"):U(e.h)&&U(e.s)&&U(e.v)?(m=T(e.s),d=T(e.v),s=function(e,t,r){e=6*N(e,360),t=N(t,100),r=N(r,100);var a=n.floor(e),c=e-a,o=r*(1-t),s=r*(1-c*t),i=r*(1-(1-c)*t),l=a%6;return{r:255*[r,s,o,o,i,r][l],g:255*[i,r,r,s,o,o][l],b:255*[o,o,i,r,r,s][l]}}(e.h,m,d),p=!0,v="hsv"):U(e.h)&&U(e.s)&&U(e.l)&&(m=T(e.s),h=T(e.l),s=function(e,t,r){var a,n,c;function o(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+6*(t-e)*r:r<.5?t:r<2/3?e+(t-e)*(2/3-r)*6:e}if(e=N(e,360),t=N(t,100),r=N(r,100),0===t)a=n=c=r;else{var s=r<.5?r*(1+t):r+t-r*t,i=2*r-s;a=o(i,s,e+1/3),n=o(i,s,e),c=o(i,s,e-1/3)}return{r:255*a,g:255*n,b:255*c}}(e.h,m,h),p=!0,v="hsl"),e.hasOwnProperty("a")&&(i=e.a)),i=R(i),{ok:p,format:e.format||v,r:l(255,u(s.r,0)),g:l(255,u(s.g,0)),b:l(255,u(s.b,0)),a:i}}(e);this._originalInput=e,this._r=r.r,this._g=r.g,this._b=r.b,this._a=r.a,this._roundA=i(100*this._a)/100,this._format=t.format||r.format,this._gradientType=t.gradientType,this._r<1&&(this._r=i(this._r)),this._g<1&&(this._g=i(this._g)),this._b<1&&(this._b=i(this._b)),this._ok=r.ok,this._tc_id=s++}function h(e,t,r){e=N(e,255),t=N(t,255),r=N(r,255);var a,n,c=u(e,t,r),o=l(e,t,r),s=(c+o)/2;if(c==o)a=n=0;else{var i=c-o;switch(n=s>.5?i/(2-c-o):i/(c+o),c){case e:a=(t-r)/i+(t<r?6:0);break;case t:a=(r-e)/i+2;break;case r:a=(e-t)/i+4}a/=6}return{h:a,s:n,l:s}}function p(e,t,r){e=N(e,255),t=N(t,255),r=N(r,255);var a,n,c=u(e,t,r),o=l(e,t,r),s=c,i=c-o;if(n=0===c?0:i/c,c==o)a=0;else{switch(c){case e:a=(t-r)/i+(t<r?6:0);break;case t:a=(r-e)/i+2;break;case r:a=(e-t)/i+4}a/=6}return{h:a,s:n,v:s}}function v(e,t,r,a){var n=[A(i(e).toString(16)),A(i(t).toString(16)),A(i(r).toString(16))];return a&&n[0].charAt(0)==n[0].charAt(1)&&n[1].charAt(0)==n[1].charAt(1)&&n[2].charAt(0)==n[2].charAt(1)?n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0):n.join("")}function f(e,t,r,a){return[A(B(a)),A(i(e).toString(16)),A(i(t).toString(16)),A(i(r).toString(16))].join("")}function g(e,t){t=0===t?0:t||10;var r=d(e).toHsl();return r.s-=t/100,r.s=O(r.s),d(r)}function w(e,t){t=0===t?0:t||10;var r=d(e).toHsl();return r.s+=t/100,r.s=O(r.s),d(r)}function y(e){return d(e).desaturate(100)}function b(e,t){t=0===t?0:t||10;var r=d(e).toHsl();return r.l+=t/100,r.l=O(r.l),d(r)}function z(e,t){t=0===t?0:t||10;var r=d(e).toRgb();return r.r=u(0,l(255,r.r-i(-t/100*255))),r.g=u(0,l(255,r.g-i(-t/100*255))),r.b=u(0,l(255,r.b-i(-t/100*255))),d(r)}function _(e,t){t=0===t?0:t||10;var r=d(e).toHsl();return r.l-=t/100,r.l=O(r.l),d(r)}function k(e,t){var r=d(e).toHsl(),a=(r.h+t)%360;return r.h=a<0?360+a:a,d(r)}function E(e){var t=d(e).toHsl();return t.h=(t.h+180)%360,d(t)}function H(e){var t=d(e).toHsl(),r=t.h;return[d(e),d({h:(r+120)%360,s:t.s,l:t.l}),d({h:(r+240)%360,s:t.s,l:t.l})]}function M(e){var t=d(e).toHsl(),r=t.h;return[d(e),d({h:(r+90)%360,s:t.s,l:t.l}),d({h:(r+180)%360,s:t.s,l:t.l}),d({h:(r+270)%360,s:t.s,l:t.l})]}function V(e){var t=d(e).toHsl(),r=t.h;return[d(e),d({h:(r+72)%360,s:t.s,l:t.l}),d({h:(r+216)%360,s:t.s,l:t.l})]}function x(e,t,r){t=t||6,r=r||30;var a=d(e).toHsl(),n=360/r,c=[d(e)];for(a.h=(a.h-(n*t>>1)+720)%360;--t;)a.h=(a.h+n)%360,c.push(d(a));return c}function C(e,t){t=t||6;for(var r=d(e).toHsv(),a=r.h,n=r.s,c=r.v,o=[],s=1/t;t--;)o.push(d({h:a,s:n,v:c})),c=(c+s)%1;return o}d.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,r,a=this.toRgb();return e=a.r/255,t=a.g/255,r=a.b/255,.2126*(e<=.03928?e/12.92:n.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:n.pow((t+.055)/1.055,2.4))+.0722*(r<=.03928?r/12.92:n.pow((r+.055)/1.055,2.4))},setAlpha:function(e){return this._a=R(e),this._roundA=i(100*this._a)/100,this},toHsv:function(){var e=p(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=p(this._r,this._g,this._b),t=i(360*e.h),r=i(100*e.s),a=i(100*e.v);return 1==this._a?"hsv("+t+", "+r+"%, "+a+"%)":"hsva("+t+", "+r+"%, "+a+"%, "+this._roundA+")"},toHsl:function(){var e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=h(this._r,this._g,this._b),t=i(360*e.h),r=i(100*e.s),a=i(100*e.l);return 1==this._a?"hsl("+t+", "+r+"%, "+a+"%)":"hsla("+t+", "+r+"%, "+a+"%, "+this._roundA+")"},toHex:function(e){return v(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,r,a,n){var c=[A(i(e).toString(16)),A(i(t).toString(16)),A(i(r).toString(16)),A(B(a))];return n&&c[0].charAt(0)==c[0].charAt(1)&&c[1].charAt(0)==c[1].charAt(1)&&c[2].charAt(0)==c[2].charAt(1)&&c[3].charAt(0)==c[3].charAt(1)?c[0].charAt(0)+c[1].charAt(0)+c[2].charAt(0)+c[3].charAt(0):c.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:i(this._r),g:i(this._g),b:i(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+i(this._r)+", "+i(this._g)+", "+i(this._b)+")":"rgba("+i(this._r)+", "+i(this._g)+", "+i(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:i(100*N(this._r,255))+"%",g:i(100*N(this._g,255))+"%",b:i(100*N(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+i(100*N(this._r,255))+"%, "+i(100*N(this._g,255))+"%, "+i(100*N(this._b,255))+"%)":"rgba("+i(100*N(this._r,255))+"%, "+i(100*N(this._g,255))+"%, "+i(100*N(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(S[v(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+f(this._r,this._g,this._b,this._a),r=t,a=this._gradientType?"GradientType = 1, ":"";if(e){var n=d(e);r="#"+f(n._r,n._g,n._b,n._a)}return"progid:DXImageTransform.Microsoft.gradient("+a+"startColorstr="+t+",endColorstr="+r+")"},toString:function(e){var t=!!e;e=e||this._format;var r=!1,a=this._a<1&&this._a>=0;return t||!a||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(r=this.toRgbString()),"prgb"===e&&(r=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(r=this.toHexString()),"hex3"===e&&(r=this.toHexString(!0)),"hex4"===e&&(r=this.toHex8String(!0)),"hex8"===e&&(r=this.toHex8String()),"name"===e&&(r=this.toName()),"hsl"===e&&(r=this.toHslString()),"hsv"===e&&(r=this.toHsvString()),r||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return d(this.toString())},_applyModification:function(e,t){var r=e.apply(null,[this].concat([].slice.call(t)));return this._r=r._r,this._g=r._g,this._b=r._b,this.setAlpha(r._a),this},lighten:function(){return this._applyModification(b,arguments)},brighten:function(){return this._applyModification(z,arguments)},darken:function(){return this._applyModification(_,arguments)},desaturate:function(){return this._applyModification(g,arguments)},saturate:function(){return this._applyModification(w,arguments)},greyscale:function(){return this._applyModification(y,arguments)},spin:function(){return this._applyModification(k,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(x,arguments)},complement:function(){return this._applyCombination(E,arguments)},monochromatic:function(){return this._applyCombination(C,arguments)},splitcomplement:function(){return this._applyCombination(V,arguments)},triad:function(){return this._applyCombination(H,arguments)},tetrad:function(){return this._applyCombination(M,arguments)}},d.fromRatio=function(e,t){if("object"==typeof e){var r={};for(var a in e)e.hasOwnProperty(a)&&(r[a]="a"===a?e[a]:T(e[a]));e=r}return d(e,t)},d.equals=function(e,t){return!(!e||!t)&&d(e).toRgbString()==d(t).toRgbString()},d.random=function(){return d.fromRatio({r:m(),g:m(),b:m()})},d.mix=function(e,t,r){r=0===r?0:r||50;var a=d(e).toRgb(),n=d(t).toRgb(),c=r/100;return d({r:(n.r-a.r)*c+a.r,g:(n.g-a.g)*c+a.g,b:(n.b-a.b)*c+a.b,a:(n.a-a.a)*c+a.a})},d.readability=function(e,t){var r=d(e),a=d(t);return(n.max(r.getLuminance(),a.getLuminance())+.05)/(n.min(r.getLuminance(),a.getLuminance())+.05)},d.isReadable=function(e,t,r){var a,n,c,o,s,i=d.readability(e,t);switch(n=!1,(c=r,"AA"!==(o=((c=c||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==o&&(o="AA"),"small"!==(s=(c.size||"small").toLowerCase())&&"large"!==s&&(s="small"),a={level:o,size:s}).level+a.size){case"AAsmall":case"AAAlarge":n=i>=4.5;break;case"AAlarge":n=i>=3;break;case"AAAsmall":n=i>=7}return n},d.mostReadable=function(e,t,r){var a,n,c,o,s=null,i=0;n=(r=r||{}).includeFallbackColors,c=r.level,o=r.size;for(var l=0;l<t.length;l++)(a=d.readability(e,t[l]))>i&&(i=a,s=d(t[l]));return d.isReadable(e,s,{level:c,size:o})||!n?s:(r.includeFallbackColors=!1,d.mostReadable(e,["#fff","#000"],r))};var L=d.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},S=d.hexNames=function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[e[r]]=r);return t}(L);function R(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function N(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var r=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=l(t,u(0,parseFloat(e))),r&&(e=parseInt(e*t,10)/100),n.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function O(e){return l(1,u(0,e))}function D(e){return parseInt(e,16)}function A(e){return 1==e.length?"0"+e:""+e}function T(e){return e<=1&&(e=100*e+"%"),e}function B(e){return n.round(255*parseFloat(e)).toString(16)}function I(e){return D(e)/255}var P,F,j,q=(F="[\\s|\\(]+("+(P="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+P+")[,|\\s]+("+P+")\\s*\\)?",j="[\\s|\\(]+("+P+")[,|\\s]+("+P+")[,|\\s]+("+P+")[,|\\s]+("+P+")\\s*\\)?",{CSS_UNIT:new RegExp(P),rgb:new RegExp("rgb"+F),rgba:new RegExp("rgba"+j),hsl:new RegExp("hsl"+F),hsla:new RegExp("hsla"+j),hsv:new RegExp("hsv"+F),hsva:new RegExp("hsva"+j),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function U(e){return!!q.CSS_UNIT.exec(e)}e.exports?e.exports=d:void 0===(a=function(){return d}.call(t,r,t,e))||(e.exports=a)}(Math)},384:function(e){e.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},539:function(e,t,r){var a=Object.getOwnPropertyDescriptors||function(e){for(var t=Object.keys(e),r={},a=0;a<t.length;a++)r[t[a]]=Object.getOwnPropertyDescriptor(e,t[a]);return r},n=/%[sdj%]/g;t.format=function(e){if(!g(e)){for(var t=[],r=0;r<arguments.length;r++)t.push(s(arguments[r]));return t.join(" ")}r=1;for(var a=arguments,c=a.length,o=String(e).replace(n,(function(e){if("%%"===e)return"%";if(r>=c)return e;switch(e){case"%s":return String(a[r++]);case"%d":return Number(a[r++]);case"%j":try{return JSON.stringify(a[r++])}catch(e){return"[Circular]"}default:return e}})),i=a[r];r<c;i=a[++r])v(i)||!b(i)?o+=" "+i:o+=" "+s(i);return o},t.deprecate=function(e,r){if("undefined"!=typeof process&&!0===process.noDeprecation)return e;if("undefined"==typeof process)return function(){return t.deprecate(e,r).apply(this,arguments)};var a=!1;return function(){if(!a){if(process.throwDeprecation)throw new Error(r);process.traceDeprecation?console.trace(r):console.error(r),a=!0}return e.apply(this,arguments)}};var c,o={};function s(e,r){var a={seen:[],stylize:l};return arguments.length>=3&&(a.depth=arguments[2]),arguments.length>=4&&(a.colors=arguments[3]),p(r)?a.showHidden=r:r&&t._extend(a,r),w(a.showHidden)&&(a.showHidden=!1),w(a.depth)&&(a.depth=2),w(a.colors)&&(a.colors=!1),w(a.customInspect)&&(a.customInspect=!0),a.colors&&(a.stylize=i),u(a,e,a.depth)}function i(e,t){var r=s.styles[t];return r?"["+s.colors[r][0]+"m"+e+"["+s.colors[r][1]+"m":e}function l(e,t){return e}function u(e,r,a){if(e.customInspect&&r&&k(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var n=r.inspect(a,e);return g(n)||(n=u(e,n,a)),n}var c=function(e,t){if(w(t))return e.stylize("undefined","undefined");if(g(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}return f(t)?e.stylize(""+t,"number"):p(t)?e.stylize(""+t,"boolean"):v(t)?e.stylize("null","null"):void 0}(e,r);if(c)return c;var o=Object.keys(r),s=function(e){var t={};return e.forEach((function(e,r){t[e]=!0})),t}(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(r)),_(r)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return m(r);if(0===o.length){if(k(r)){var i=r.name?": "+r.name:"";return e.stylize("[Function"+i+"]","special")}if(y(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(z(r))return e.stylize(Date.prototype.toString.call(r),"date");if(_(r))return m(r)}var l,b="",E=!1,H=["{","}"];return h(r)&&(E=!0,H=["[","]"]),k(r)&&(b=" [Function"+(r.name?": "+r.name:"")+"]"),y(r)&&(b=" "+RegExp.prototype.toString.call(r)),z(r)&&(b=" "+Date.prototype.toUTCString.call(r)),_(r)&&(b=" "+m(r)),0!==o.length||E&&0!=r.length?a<0?y(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),l=E?function(e,t,r,a,n){for(var c=[],o=0,s=t.length;o<s;++o)x(t,String(o))?c.push(d(e,t,r,a,String(o),!0)):c.push("");return n.forEach((function(n){n.match(/^\d+$/)||c.push(d(e,t,r,a,n,!0))})),c}(e,r,a,s,o):o.map((function(t){return d(e,r,a,s,t,E)})),e.seen.pop(),function(e,t,r){return e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60?r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1]:r[0]+t+" "+e.join(", ")+" "+r[1]}(l,b,H)):H[0]+b+H[1]}function m(e){return"["+Error.prototype.toString.call(e)+"]"}function d(e,t,r,a,n,c){var o,s,i;if((i=Object.getOwnPropertyDescriptor(t,n)||{value:t[n]}).get?s=i.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):i.set&&(s=e.stylize("[Setter]","special")),x(a,n)||(o="["+n+"]"),s||(e.seen.indexOf(i.value)<0?(s=v(r)?u(e,i.value,null):u(e,i.value,r-1)).indexOf("\n")>-1&&(s=c?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),w(o)){if(c&&n.match(/^\d+$/))return s;(o=JSON.stringify(""+n)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=e.stylize(o,"string"))}return o+": "+s}function h(e){return Array.isArray(e)}function p(e){return"boolean"==typeof e}function v(e){return null===e}function f(e){return"number"==typeof e}function g(e){return"string"==typeof e}function w(e){return void 0===e}function y(e){return b(e)&&"[object RegExp]"===E(e)}function b(e){return"object"==typeof e&&null!==e}function z(e){return b(e)&&"[object Date]"===E(e)}function _(e){return b(e)&&("[object Error]"===E(e)||e instanceof Error)}function k(e){return"function"==typeof e}function E(e){return Object.prototype.toString.call(e)}function H(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(w(c)&&(c=process.env.NODE_DEBUG||""),e=e.toUpperCase(),!o[e])if(new RegExp("\\b"+e+"\\b","i").test(c)){var r=process.pid;o[e]=function(){var a=t.format.apply(t,arguments);console.error("%s %d: %s",e,r,a)}}else o[e]=function(){};return o[e]},t.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=h,t.isBoolean=p,t.isNull=v,t.isNullOrUndefined=function(e){return null==e},t.isNumber=f,t.isString=g,t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=w,t.isRegExp=y,t.isObject=b,t.isDate=z,t.isError=_,t.isFunction=k,t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=r(384);var M=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function V(){var e=new Date,t=[H(e.getHours()),H(e.getMinutes()),H(e.getSeconds())].join(":");return[e.getDate(),M[e.getMonth()],t].join(" ")}function x(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){console.log("%s - %s",V(),t.format.apply(t,arguments))},t.inherits=r(717),t._extend=function(e,t){if(!t||!b(t))return e;for(var r=Object.keys(t),a=r.length;a--;)e[r[a]]=t[r[a]];return e};var C="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function L(e,t){if(!e){var r=new Error("Promise was rejected with a falsy value");r.reason=e,e=r}return t(e)}t.promisify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');if(C&&e[C]){var t;if("function"!=typeof(t=e[C]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(t,C,{value:t,enumerable:!1,writable:!1,configurable:!0}),t}function t(){for(var t,r,a=new Promise((function(e,a){t=e,r=a})),n=[],c=0;c<arguments.length;c++)n.push(arguments[c]);n.push((function(e,a){e?r(e):t(a)}));try{e.apply(this,n)}catch(e){r(e)}return a}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),C&&Object.defineProperty(t,C,{value:t,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(t,a(e))},t.promisify.custom=C,t.callbackify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');function t(){for(var t=[],r=0;r<arguments.length;r++)t.push(arguments[r]);var a=t.pop();if("function"!=typeof a)throw new TypeError("The last argument must be of type Function");var n=this,c=function(){return a.apply(n,arguments)};e.apply(this,t).then((function(e){process.nextTick(c,null,e)}),(function(e){process.nextTick(L,e,c)}))}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),Object.defineProperties(t,a(e)),t}},804:function(e){"use strict";e.exports=window.React}},t={};function r(a){if(t[a])return t[a].exports;var n=t[a]={exports:{}};return e[a](n,n.exports,r),n.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){"use strict";var e={};r.r(e),r.d(e,{getDeposit:function(){return xt},getDepositQueryError:function(){return Ot},getDeposits:function(){return Rt},getDepositsCount:function(){return Nt},getDepositsOverview:function(){return Ct},getDepositsOverviewError:function(){return Lt}});var t={};r.r(t),r.d(t,{updateDeposit:function(){return Dt},updateDeposits:function(){return Bt},updateDepositsCount:function(){return It},updateDepositsOverview:function(){return At},updateErrorForDepositQuery:function(){return Pt},updateErrorForDepositsOverview:function(){return Tt}});var a={};r.r(a),r.d(a,{getDeposit:function(){return jt},getDeposits:function(){return Ut},getDepositsOverview:function(){return qt}});var n={};r.r(n),r.d(n,{getTransactions:function(){return Jt},getTransactionsError:function(){return er},getTransactionsSummary:function(){return rr},getTransactionsSummaryError:function(){return ar}});var c={};r.r(c),r.d(c,{updateErrorForTransactions:function(){return cr},updateErrorForTransactionsSummary:function(){return sr},updateTransactions:function(){return nr},updateTransactionsSummary:function(){return or}});var o={};r.r(o),r.d(o,{getTransactions:function(){return mr},getTransactionsSummary:function(){return dr}});var s={};r.r(s),r.d(s,{getCharge:function(){return fr},getChargeError:function(){return gr}});var i={};r.r(i),r.d(i,{updateCharge:function(){return wr},updateErrorForCharge:function(){return yr}});var l={};r.r(l),r.d(l,{getCharge:function(){return br}});var u={};r.r(u),r.d(u,{getTimeline:function(){return Er},getTimelineError:function(){return Hr}});var m={};r.r(m),r.d(m,{updateErrorForTimeline:function(){return Vr},updateTimeline:function(){return Mr}});var d={};r.r(d),r.d(d,{getTimeline:function(){return xr}});var h={};r.r(h),r.d(h,{getDispute:function(){return Or},getDisputes:function(){return Dr}});var p={};r.r(p),r.d(p,{acceptDispute:function(){return Ir},updateDispute:function(){return Tr},updateDisputes:function(){return Br}});var v={};r.r(v),r.d(v,{getDispute:function(){return Fr},getDisputes:function(){return jr}});var f=window.wp.i18n,g=window.wp.hooks,w=(window.wp.mediaelement,window.wc.components),y=window.wp.element,b=window.lodash,z=r(184),_=r.n(z);function k(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function E(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},a=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),a.forEach((function(t){k(e,t,r[t])}))}return e}function H(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},c=Object.keys(e);for(a=0;a<c.length;a++)r=c[a],t.indexOf(r)>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a<c.length;a++)r=c[a],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}var M=(0,y.forwardRef)((function(e,t){var r=e.href,a=e.target,n=e.isPrimary,c=e.isLarge,o=e.isSmall,s=e.isTertiary,i=e.isToggled,l=e.isBusy,u=e.isDefault,m=e.isLink,d=e.isDestructive,h=e.className,p=e.disabled,v=H(e,["href","target","isPrimary","isLarge","isSmall","isTertiary","isToggled","isBusy","isDefault","isLink","isDestructive","className","disabled"]),f=_()("components-button",h,{"is-button":u||n||c||o,"is-default":u||!n&&(c||o),"is-primary":n,"is-large":c,"is-small":o,"is-tertiary":s,"is-toggled":i,"is-busy":l,"is-link":m,"is-destructive":d}),g=void 0===r||p?"button":"a",w="a"===g?{href:r,target:a}:{type:"button",disabled:p};return(0,y.createElement)(g,E({},w,v,{className:f,ref:t}))}));function V(){return(V=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}function x(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function C(e,t){for(var r=0;r<t.length;r++){var a=t[r];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function L(e,t,r){return t&&C(e.prototype,t),r&&C(e,r),e}function S(e){return(S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function R(e){return(R="function"==typeof Symbol&&"symbol"===S(Symbol.iterator)?function(e){return S(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":S(e)})(e)}function N(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function O(e,t){return!t||"object"!==R(t)&&"function"!=typeof t?N(e):t}function D(e){return(D=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function A(e,t){return(A=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function T(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&A(e,t)}function B(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=[],a=!0,n=!1,c=void 0;try{for(var o,s=e[Symbol.iterator]();!(a=(o=s.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){n=!0,c=e}finally{try{a||null==s.return||s.return()}finally{if(n)throw c}}return r}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var I=window.wp.dom,P=window.wp.keycodes,F=window.wp.deprecated,j=r.n(F),q=window.wp.compose,U=function(){return"rtl"===document.documentElement.dir};function Z(e,t,r,a){var n=t.width;"left"===r&&U()?r="right":"right"===r&&U()&&(r="left");var c,o=Math.round(e.left+e.width/2),s={popoverLeft:o,contentWidth:(o-n/2>0?n/2:o)+(o+n/2>window.innerWidth?window.innerWidth-o:n/2)},i="middle"===a?e.left:o,l={popoverLeft:i,contentWidth:i-n>0?n:i},u="middle"===a?e.right:o,m={popoverLeft:u,contentWidth:u+n>window.innerWidth?window.innerWidth-u:n},d=null;if("center"===r&&s.contentWidth===n)c="center";else if("left"===r&&l.contentWidth===n)c="left";else if("right"===r&&m.contentWidth===n)c="right";else{var h="left"==(c=l.contentWidth>m.contentWidth?"left":"right")?l.contentWidth:m.contentWidth;d=h!==n?h:null}return{xAxis:c,popoverLeft:"center"===c?s.popoverLeft:"left"===c?l.popoverLeft:m.popoverLeft,contentWidth:d}}function W(e,t,r){var a,n=t.height,c=e.top+e.height/2,o={popoverTop:c,contentHeight:(c-n/2>0?n/2:c)+(c+n/2>window.innerHeight?window.innerHeight-c:n/2)},s={popoverTop:e.top,contentHeight:e.top-10-n>0?n:e.top-10},i={popoverTop:e.bottom,contentHeight:e.bottom+10+n>window.innerHeight?window.innerHeight-10-e.bottom:n},l=null;if("middle"===r&&o.contentHeight===n)a="middle";else if("top"===r&&s.contentHeight===n)a="top";else if("bottom"===r&&i.contentHeight===n)a="bottom";else{var u="top"==(a=s.contentHeight>i.contentHeight?"top":"bottom")?s.contentHeight:i.contentHeight;l=u!==n?u:null}return{yAxis:a,popoverTop:"middle"===a?o.popoverTop:"top"===a?s.popoverTop:i.popoverTop,contentHeight:l}}function Q(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var $=(0,y.createContext)({focusHistory:[]}),Y=$.Provider,G=$.Consumer;Y.displayName="FocusReturnProvider",G.displayName="FocusReturnConsumer",y.Component;var X=(0,q.createHigherOrderComponent)((function e(t){if((a=t)instanceof y.Component||"function"==typeof a){var r=t;return e({})(r)}var a,n=t.onFocusReturn,c=void 0===n?b.stubTrue:n;return function(e){var t=function(t){function r(){var e;return x(this,r),(e=O(this,D(r).apply(this,arguments))).ownFocusedElements=new Set,e.activeElementOnMount=document.activeElement,e.setIsFocusedFalse=function(){return e.isFocused=!1},e.setIsFocusedTrue=function(t){e.ownFocusedElements.add(t.target),e.isFocused=!0},e}return T(r,t),L(r,[{key:"componentWillUnmount",value:function(){var e=this.activeElementOnMount,t=this.isFocused,r=this.ownFocusedElements;if(t&&!1!==c())for(var a,n=[].concat(Q(b.without.apply(void 0,[this.props.focus.focusHistory].concat(Q(r)))),[e]);a=n.pop();)if(document.body.contains(a))return void a.focus()}},{key:"render",value:function(){return(0,y.createElement)("div",{onFocus:this.setIsFocusedTrue,onBlur:this.setIsFocusedFalse},(0,y.createElement)(e,this.props.childProps))}}]),r}(y.Component);return function(e){return(0,y.createElement)(G,null,(function(r){return(0,y.createElement)(t,{childProps:e,focus:r})}))}}}),"withFocusReturn"),K=(0,q.createHigherOrderComponent)((function(e){return function(t){function r(){var e;return x(this,r),(e=O(this,D(r).apply(this,arguments))).focusContainRef=(0,y.createRef)(),e.handleTabBehaviour=e.handleTabBehaviour.bind(N(e)),e}return T(r,t),L(r,[{key:"handleTabBehaviour",value:function(e){if(e.keyCode===P.TAB){var t=I.focus.tabbable.find(this.focusContainRef.current);if(t.length){var r=t[0],a=t[t.length-1];e.shiftKey&&e.target===r?(e.preventDefault(),a.focus()):(e.shiftKey||e.target!==a)&&t.includes(e.target)||(e.preventDefault(),r.focus())}}}},{key:"render",value:function(){return(0,y.createElement)("div",{onKeyDown:this.handleTabBehaviour,ref:this.focusContainRef,tabIndex:"-1"},(0,y.createElement)(e,this.props))}}]),r}(y.Component)}),"withConstrainedTabbing"),J=["button","submit"],ee=(0,q.createHigherOrderComponent)((function(e){return function(t){function r(){var e;return x(this,r),(e=O(this,D(r).apply(this,arguments))).bindNode=e.bindNode.bind(N(e)),e.cancelBlurCheck=e.cancelBlurCheck.bind(N(e)),e.queueBlurCheck=e.queueBlurCheck.bind(N(e)),e.normalizeButtonFocus=e.normalizeButtonFocus.bind(N(e)),e}return T(r,t),L(r,[{key:"componentWillUnmount",value:function(){this.cancelBlurCheck()}},{key:"bindNode",value:function(e){e?this.node=e:(delete this.node,this.cancelBlurCheck())}},{key:"queueBlurCheck",value:function(e){var t=this;e.persist(),this.preventBlurCheck||(this.blurCheckTimeout=setTimeout((function(){document.hasFocus()?"function"==typeof t.node.handleFocusOutside&&t.node.handleFocusOutside(e):e.preventDefault()}),0))}},{key:"cancelBlurCheck",value:function(){clearTimeout(this.blurCheckTimeout)}},{key:"normalizeButtonFocus",value:function(e){var t=e.type,r=e.target;(0,b.includes)(["mouseup","touchend"],t)?this.preventBlurCheck=!1:function(e){switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return(0,b.includes)(J,e.type)}return!1}(r)&&(this.preventBlurCheck=!0)}},{key:"render",value:function(){return(0,y.createElement)("div",{onFocus:this.cancelBlurCheck,onMouseDown:this.normalizeButtonFocus,onMouseUp:this.normalizeButtonFocus,onTouchStart:this.normalizeButtonFocus,onTouchEnd:this.normalizeButtonFocus,onBlur:this.queueBlurCheck},(0,y.createElement)(e,V({ref:this.bindNode},this.props)))}}]),r}(y.Component)}),"withFocusOutside")(function(e){function t(){return x(this,t),O(this,D(t).apply(this,arguments))}return T(t,e),L(t,[{key:"handleFocusOutside",value:function(e){this.props.onFocusOutside(e)}},{key:"render",value:function(){return this.props.children}}]),t}(y.Component)),te=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.htmlDocument,r=void 0===t?document:t,a=e.className,n=void 0===a?"lockscroll":a,c=0,o=0;function s(e){var t=r.scrollingElement||r.body;e&&(o=t.scrollTop);var a=e?"add":"remove";t.classList[a](n),r.documentElement.classList[a](n),e||(t.scrollTop=o)}function i(){0===c&&s(!0),++c}function l(){1===c&&s(!1),--c}return function(e){function t(){return x(this,t),O(this,D(t).apply(this,arguments))}return T(t,e),L(t,[{key:"componentDidMount",value:function(){i()}},{key:"componentWillUnmount",value:function(){l()}},{key:"render",value:function(){return null}}]),t}(y.Component)}();function re(e){e.stopPropagation()}var ae=(0,y.forwardRef)((function(e,t){var r=e.children,a=H(e,["children"]);return(0,y.createElement)("div",V({},a,{ref:t,onMouseDown:re}),r)})),ne=(0,y.createContext)({registerSlot:function(){},unregisterSlot:function(){},registerFill:function(){},unregisterFill:function(){},getSlot:function(){},getFills:function(){},subscribe:function(){}}),ce=(ne.Provider,ne.Consumer),oe=(y.Component,0);function se(e){var t=e.name,r=e.children,a=e.registerFill,n=e.unregisterFill,c=function(e){var t=(0,y.useContext)(ne),r=t.getSlot,a=t.subscribe,n=B((0,y.useState)(r(e)),2),c=n[0],o=n[1];return(0,y.useEffect)((function(){return o(r(e)),a((function(){o(r(e))}))}),[e]),c}(t),o=(0,y.useRef)({name:t,children:r});return o.current.occurrence||(o.current.occurrence=++oe),(0,y.useLayoutEffect)((function(){return a(t,o.current),function(){return n(t,o.current)}}),[]),(0,y.useLayoutEffect)((function(){o.current.children=r,c&&!c.props.bubblesVirtually&&c.forceUpdate()}),[r]),(0,y.useLayoutEffect)((function(){t!==o.current.name&&(n(o.current.name,o.current),o.current.name=t,a(t,o.current))}),[t]),c&&c.node&&c.props.bubblesVirtually?((0,b.isFunction)(r)&&(r=r(c.props.fillProps)),(0,y.createPortal)(r,c.node)):null}var ie=function(e){return(0,y.createElement)(ce,null,(function(t){var r=t.registerFill,a=t.unregisterFill;return(0,y.createElement)(se,V({},e,{registerFill:r,unregisterFill:a}))}))},le=function(e){function t(){var e;return x(this,t),(e=O(this,D(t).apply(this,arguments))).bindNode=e.bindNode.bind(N(e)),e}return T(t,e),L(t,[{key:"componentDidMount",value:function(){(0,this.props.registerSlot)(this.props.name,this)}},{key:"componentWillUnmount",value:function(){(0,this.props.unregisterSlot)(this.props.name,this)}},{key:"componentDidUpdate",value:function(e){var t=this.props,r=t.name,a=t.unregisterSlot,n=t.registerSlot;e.name!==r&&(a(e.name),n(r,this))}},{key:"bindNode",value:function(e){this.node=e}},{key:"render",value:function(){var e=this.props,t=e.children,r=e.name,a=e.bubblesVirtually,n=void 0!==a&&a,c=e.fillProps,o=void 0===c?{}:c,s=e.getFills,i=e.className;if(n)return(0,y.createElement)("div",{ref:this.bindNode,className:i});var l=(0,b.map)(s(r,this),(function(e){var t=e.occurrence,r=(0,b.isFunction)(e.children)?e.children(o):e.children;return y.Children.map(r,(function(e,r){if(!e||(0,b.isString)(e))return e;var a="".concat(t,"---").concat(e.key||r);return(0,y.cloneElement)(e,{key:a})}))})).filter((0,b.negate)(y.isEmptyElement));return(0,y.createElement)(y.Fragment,null,(0,b.isFunction)(t)?t(l):l)}}]),t}(y.Component),ue=function(e){return(0,y.createElement)(ce,null,(function(t){var r=t.registerSlot,a=t.unregisterSlot,n=t.getFills;return(0,y.createElement)(le,V({},e,{registerSlot:r,unregisterSlot:a,getFills:n}))}))},me=function(e){var t=e.type,r=e.options,a=void 0===r?{}:r,n=e.children;if("appear"===t){var c,o=a.origin,s=B((void 0===o?"top":o).split(" "),2),i=s[0],l=s[1],u=void 0===l?"center":l;return n({className:_()("components-animate__appear",(c={},k(c,"is-from-"+u,"center"!==u),k(c,"is-from-"+i,"middle"!==i),c))})}if("slide-in"===t){var m=a.origin,d=void 0===m?"left":m;return n({className:_()("components-animate__slide-in","is-from-"+d)})}return n("loading"===t?{className:_()("components-animate__loading")}:{})},de=K(X((function(e){return e.children}))),he="Popover";function pe(e,t){var r=window.getComputedStyle(t),a=r.paddingTop,n=r.paddingBottom,c=r.paddingLeft,o=r.paddingRight,s=a?parseInt(a,10):0,i=n?parseInt(n,10):0,l=c?parseInt(c,10):0,u=o?parseInt(o,10):0;return{x:e.left+l,y:e.top+s,width:e.width-l-u,height:e.height-s-i,left:e.left+l,right:e.right-u,top:e.top+s,bottom:e.bottom-i}}function ve(e,t,r){r?e.getAttribute(t)!==r&&e.setAttribute(t,r):e.hasAttribute(t)&&e.removeAttribute(t)}function fe(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";e.style[t]!==r&&(e.style[t]=r)}function ge(e,t,r){r?e.classList.contains(t)||e.classList.add(t):e.classList.contains(t)&&e.classList.remove(t)}var we=function(e){var t=e.headerTitle,r=e.onClose,a=e.onKeyDown,n=e.children,c=e.className,o=e.noArrow,s=void 0!==o&&o,i=e.position,l=void 0===i?"top":i,u=(e.range,e.focusOnMount),m=void 0===u?"firstElement":u,d=e.anchorRef,h=e.shouldAnchorIncludePadding,p=e.anchorVerticalBuffer,v=e.anchorHorizontalBuffer,f=e.anchorRect,g=e.getAnchorRect,w=e.expandOnMobile,b=e.animate,z=void 0===b||b,k=e.onClickOutside,M=e.onFocusOutside,x=H(e,["headerTitle","onClose","onKeyDown","children","className","noArrow","position","range","focusOnMount","anchorRef","shouldAnchorIncludePadding","anchorVerticalBuffer","anchorHorizontalBuffer","anchorRect","getAnchorRect","expandOnMobile","animate","onClickOutside","onFocusOutside"]),C=(0,y.useRef)(null),L=(0,y.useRef)(null),S=(0,y.useRef)(),R=(0,y.useRef)(),N=(0,q.useViewportMatch)("medium","<"),O=B((0,y.useState)(),2),D=O[0],A=O[1],T=w&&N;s=T||s,(0,y.useEffect)((function(){var e=S.current,t=L.current;if(T)return ge(e,"is-without-arrow",s),ve(e,"data-x-axis"),ve(e,"data-y-axis"),fe(e,"top"),fe(e,"left"),fe(t,"maxHeight"),void fe(t,"maxWidth");var r=function(){var r=function(e,t,r){var a=arguments.length>3&&void 0!==arguments[3]&&arguments[3],n=arguments.length>4?arguments[4]:void 0;if(t)return t;if(r){if(!e.current)return;return r(e.current)}if(!1!==a){if(!a)return;if(a instanceof window.Range)return(0,I.getRectangleFromRange)(a);var c=a.getBoundingClientRect();return n?c:pe(c,a)}if(e.current){var o=e.current.parentNode,s=o.getBoundingClientRect();return n?s:pe(s,o)}}(C,f,g,d,h);if(r){r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return{x:e.left-r,y:e.top-t,width:e.width+2*r,height:e.height+2*t,left:e.left-r,right:e.right+r,top:e.top-t,bottom:e.bottom+t}}(r,p,v),R.current||(R.current=t.getBoundingClientRect());var a=function(e,t){var r=B((arguments.length>2&&void 0!==arguments[2]?arguments[2]:"top").split(" "),2),a=r[0],n=r[1],c=void 0===n?"center":n,o=W(e,t,a);return E({},Z(e,t,c,o.yAxis),o)}(r,R.current,l),n=a.popoverTop,c=a.popoverLeft,o=a.xAxis,i=a.yAxis,u=a.contentHeight,m=a.contentWidth;ge(e,"is-without-arrow",s||"center"===o&&"middle"===i),ve(e,"data-x-axis",o),ve(e,"data-y-axis",i),fe(e,"top","number"==typeof n?n+"px":""),fe(e,"left","number"==typeof c?c+"px":""),fe(t,"maxHeight","number"==typeof u?u+"px":""),fe(t,"maxWidth","number"==typeof m?m+"px":""),A(({left:"right",right:"left"}[o]||"center")+" "+({top:"bottom",bottom:"top"}[i]||"middle"))}},a=window.setTimeout(r),n=window.setInterval(r,500);return window.addEventListener("resize",r),window.addEventListener("scroll",r,!0),function(){window.clearTimeout(a),window.clearInterval(n),window.removeEventListener("resize",r),window.removeEventListener("scroll",r,!0)}}),[T,f,g,d,h,p,v,l]),function(e,t){(0,y.useEffect)((function(){var r=setTimeout((function(){if(e&&t.current)if("firstElement"!==e)"container"===e&&t.current.focus();else{var r=I.focus.tabbable.find(t.current)[0];r?r.focus():t.current.focus()}}),0);return function(){return clearTimeout(r)}}),[])}(m,L);var F=function(e){e.keyCode===P.ESCAPE&&r&&(e.stopPropagation(),r()),a&&a(e)},U=(0,y.createElement)(ee,{onFocusOutside:function(e){if(M)M(e);else if(k){var t;try{t=new window.MouseEvent("click")}catch(e){(t=document.createEvent("MouseEvent")).initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)}Object.defineProperty(t,"target",{get:function(){return e.relatedTarget}}),j()("Popover onClickOutside prop",{alternative:"onFocusOutside"}),k(t)}else r&&r()}},(0,y.createElement)(me,{type:z&&D?"appear":null,options:{origin:D}},(function(e){var a=e.className;return(0,y.createElement)(ae,V({className:_()("components-popover",c,a,{"is-expanded":T,"is-without-arrow":s})},x,{onKeyDown:F,ref:S}),T&&(0,y.createElement)("div",{className:"components-popover__header"},(0,y.createElement)("span",{className:"components-popover__header-title"},t),(0,y.createElement)(Me,{className:"components-popover__close",icon:"no-alt",onClick:r})),(0,y.createElement)("div",{ref:L,className:"components-popover__content",tabIndex:"-1"},n))})));return m&&(U=(0,y.createElement)(de,null,U)),(0,y.createElement)(ce,null,(function(e){var t=e.getSlot;return t&&t(he)&&(U=(0,y.createElement)(ie,{name:he},U)),(0,y.createElement)("span",{ref:C},U,N&&w&&(0,y.createElement)(te,null))}))};we.Slot=function(){return(0,y.createElement)(ue,{bubblesVirtually:!0,name:he})};var ye=we,be=function(e){var t,r,a=e.shortcut,n=e.className;return a?((0,b.isString)(a)&&(t=a),(0,b.isObject)(a)&&(t=a.display,r=a.ariaLabel),(0,y.createElement)("span",{className:n,"aria-label":r},t)):null},ze=function(e){function t(){var e;return x(this,t),(e=O(this,D(t).apply(this,arguments))).delayedSetIsOver=(0,b.debounce)((function(t){return e.setState({isOver:t})}),700),e.cancelIsMouseDown=e.createSetIsMouseDown(!1),e.isInMouseDown=!1,e.state={isOver:!1},e}return T(t,e),L(t,[{key:"componentWillUnmount",value:function(){this.delayedSetIsOver.cancel(),document.removeEventListener("mouseup",this.cancelIsMouseDown)}},{key:"emitToChild",value:function(e,t){var r=this.props.children;if(1===y.Children.count(r)){var a=y.Children.only(r);"function"==typeof a.props[e]&&a.props[e](t)}}},{key:"createToggleIsOver",value:function(e,t){var r=this;return function(a){if(r.emitToChild(e,a),!(a.currentTarget.disabled||"focus"===a.type&&r.isInMouseDown)){r.delayedSetIsOver.cancel();var n=(0,b.includes)(["focus","mouseenter"],a.type);n!==r.state.isOver&&(t?r.delayedSetIsOver(n):r.setState({isOver:n}))}}}},{key:"createSetIsMouseDown",value:function(e){var t=this;return function(r){t.emitToChild(e?"onMouseDown":"onMouseUp",r),document[e?"addEventListener":"removeEventListener"]("mouseup",t.cancelIsMouseDown),t.isInMouseDown=e}}},{key:"render",value:function(){var e=this.props,t=e.children,r=e.position,a=e.text,n=e.shortcut;if(1!==y.Children.count(t))return t;var c=y.Children.only(t),o=this.state.isOver;return(0,y.cloneElement)(c,{onMouseEnter:this.createToggleIsOver("onMouseEnter",!0),onMouseLeave:this.createToggleIsOver("onMouseLeave"),onClick:this.createToggleIsOver("onClick"),onFocus:this.createToggleIsOver("onFocus"),onBlur:this.createToggleIsOver("onBlur"),onMouseDown:this.createSetIsMouseDown(!0),children:(0,y.concatChildren)(c.props.children,o&&(0,y.createElement)(ye,{focusOnMount:!1,position:r,className:"components-tooltip","aria-hidden":"true",animate:!1},a,(0,y.createElement)(be,{className:"components-tooltip__shortcut",shortcut:n})))})}}]),t}(y.Component),_e=function(e){return(0,y.createElement)("path",e)},ke=function(e){var t=E({},e,{role:"img","aria-hidden":"true",focusable:"false"});return(0,y.createElement)("svg",(0,b.omit)(t,"__unstableActive"))},Ee=function(e){function t(){return x(this,t),O(this,D(t).apply(this,arguments))}return T(t,e),L(t,[{key:"render",value:function(){var e,t=this.props,r=t.icon,a=t.size,n=void 0===a?20:a,c=t.className,o=H(t,["icon","size","className"]);switch(r){case"admin-appearance":e="M14.48 11.06L7.41 3.99l1.5-1.5c.5-.56 2.3-.47 3.51.32 1.21.8 1.43 1.28 2.91 2.1 1.18.64 2.45 1.26 4.45.85zm-.71.71L6.7 4.7 4.93 6.47c-.39.39-.39 1.02 0 1.41l1.06 1.06c.39.39.39 1.03 0 1.42-.6.6-1.43 1.11-2.21 1.69-.35.26-.7.53-1.01.84C1.43 14.23.4 16.08 1.4 17.07c.99 1 2.84-.03 4.18-1.36.31-.31.58-.66.85-1.02.57-.78 1.08-1.61 1.69-2.21.39-.39 1.02-.39 1.41 0l1.06 1.06c.39.39 1.02.39 1.41 0z";break;case"admin-collapse":e="M10 2.16c4.33 0 7.84 3.51 7.84 7.84s-3.51 7.84-7.84 7.84S2.16 14.33 2.16 10 5.71 2.16 10 2.16zm2 11.72V6.12L6.18 9.97z";break;case"admin-comments":e="M5 2h9c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z";break;case"admin-customizer":e="M18.33 3.57s.27-.8-.31-1.36c-.53-.52-1.22-.24-1.22-.24-.61.3-5.76 3.47-7.67 5.57-.86.96-2.06 3.79-1.09 4.82.92.98 3.96-.17 4.79-1 2.06-2.06 5.21-7.17 5.5-7.79zM1.4 17.65c2.37-1.56 1.46-3.41 3.23-4.64.93-.65 2.22-.62 3.08.29.63.67.8 2.57-.16 3.46-1.57 1.45-4 1.55-6.15.89z";break;case"admin-generic":e="M18 12h-2.18c-.17.7-.44 1.35-.81 1.93l1.54 1.54-2.1 2.1-1.54-1.54c-.58.36-1.23.63-1.91.79V19H8v-2.18c-.68-.16-1.33-.43-1.91-.79l-1.54 1.54-2.12-2.12 1.54-1.54c-.36-.58-.63-1.23-.79-1.91H1V9.03h2.17c.16-.7.44-1.35.8-1.94L2.43 5.55l2.1-2.1 1.54 1.54c.58-.37 1.24-.64 1.93-.81V2h3v2.18c.68.16 1.33.43 1.91.79l1.54-1.54 2.12 2.12-1.54 1.54c.36.59.64 1.24.8 1.94H18V12zm-8.5 1.5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z";break;case"admin-home":e="M16 8.5l1.53 1.53-1.06 1.06L10 4.62l-6.47 6.47-1.06-1.06L10 2.5l4 4v-2h2v4zm-6-2.46l6 5.99V18H4v-5.97zM12 17v-5H8v5h4z";break;case"admin-links":e="M17.74 2.76c1.68 1.69 1.68 4.41 0 6.1l-1.53 1.52c-1.12 1.12-2.7 1.47-4.14 1.09l2.62-2.61.76-.77.76-.76c.84-.84.84-2.2 0-3.04-.84-.85-2.2-.85-3.04 0l-.77.76-3.38 3.38c-.37-1.44-.02-3.02 1.1-4.14l1.52-1.53c1.69-1.68 4.42-1.68 6.1 0zM8.59 13.43l5.34-5.34c.42-.42.42-1.1 0-1.52-.44-.43-1.13-.39-1.53 0l-5.33 5.34c-.42.42-.42 1.1 0 1.52.44.43 1.13.39 1.52 0zm-.76 2.29l4.14-4.15c.38 1.44.03 3.02-1.09 4.14l-1.52 1.53c-1.69 1.68-4.41 1.68-6.1 0-1.68-1.68-1.68-4.42 0-6.1l1.53-1.52c1.12-1.12 2.7-1.47 4.14-1.1l-4.14 4.15c-.85.84-.85 2.2 0 3.05.84.84 2.2.84 3.04 0z";break;case"admin-media":e="M13 11V4c0-.55-.45-1-1-1h-1.67L9 1H5L3.67 3H2c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h10c.55 0 1-.45 1-1zM7 4.5c1.38 0 2.5 1.12 2.5 2.5S8.38 9.5 7 9.5 4.5 8.38 4.5 7 5.62 4.5 7 4.5zM14 6h5v10.5c0 1.38-1.12 2.5-2.5 2.5S14 17.88 14 16.5s1.12-2.5 2.5-2.5c.17 0 .34.02.5.05V9h-3V6zm-4 8.05V13h2v3.5c0 1.38-1.12 2.5-2.5 2.5S7 17.88 7 16.5 8.12 14 9.5 14c.17 0 .34.02.5.05z";break;case"admin-multisite":e="M14.27 6.87L10 3.14 5.73 6.87 5 6.14l5-4.38 5 4.38zM14 8.42l-4.05 3.43L6 8.38v-.74l4-3.5 4 3.5v.78zM11 9.7V8H9v1.7h2zm-1.73 4.03L5 10 .73 13.73 0 13l5-4.38L10 13zm10 0L15 10l-4.27 3.73L10 13l5-4.38L20 13zM5 11l4 3.5V18H1v-3.5zm10 0l4 3.5V18h-8v-3.5zm-9 6v-2H4v2h2zm10 0v-2h-2v2h2z";break;case"admin-network":e="M16.95 2.58c1.96 1.95 1.96 5.12 0 7.07-1.51 1.51-3.75 1.84-5.59 1.01l-1.87 3.31-2.99.31L5 18H2l-1-2 7.95-7.69c-.92-1.87-.62-4.18.93-5.73 1.95-1.96 5.12-1.96 7.07 0zm-2.51 3.79c.74 0 1.33-.6 1.33-1.34 0-.73-.59-1.33-1.33-1.33-.73 0-1.33.6-1.33 1.33 0 .74.6 1.34 1.33 1.34z";break;case"admin-page":e="M6 15V2h10v13H6zm-1 1h8v2H3V5h2v11z";break;case"admin-plugins":e="M13.11 4.36L9.87 7.6 8 5.73l3.24-3.24c.35-.34 1.05-.2 1.56.32.52.51.66 1.21.31 1.55zm-8 1.77l.91-1.12 9.01 9.01-1.19.84c-.71.71-2.63 1.16-3.82 1.16H6.14L4.9 17.26c-.59.59-1.54.59-2.12 0-.59-.58-.59-1.53 0-2.12l1.24-1.24v-3.88c0-1.13.4-3.19 1.09-3.89zm7.26 3.97l3.24-3.24c.34-.35 1.04-.21 1.55.31.52.51.66 1.21.31 1.55l-3.24 3.25z";break;case"admin-post":e="M10.44 3.02l1.82-1.82 6.36 6.35-1.83 1.82c-1.05-.68-2.48-.57-3.41.36l-.75.75c-.92.93-1.04 2.35-.35 3.41l-1.83 1.82-2.41-2.41-2.8 2.79c-.42.42-3.38 2.71-3.8 2.29s1.86-3.39 2.28-3.81l2.79-2.79L4.1 9.36l1.83-1.82c1.05.69 2.48.57 3.4-.36l.75-.75c.93-.92 1.05-2.35.36-3.41z";break;case"admin-settings":e="M18 16V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h13c.55 0 1-.45 1-1zM8 11h1c.55 0 1 .45 1 1s-.45 1-1 1H8v1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V13H6c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V11zm5-2h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V7h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V9z";break;case"admin-site-alt":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm7.5 6.48c-.274.896-.908 1.64-1.75 2.05-.45-1.69-1.658-3.074-3.27-3.75.13-.444.41-.83.79-1.09-.43-.28-1-.42-1.34.07-.53.69 0 1.61.21 2v.14c-.555-.337-.99-.84-1.24-1.44-.966-.03-1.922.208-2.76.69-.087-.565-.032-1.142.16-1.68.733.07 1.453-.23 1.92-.8.46-.52-.13-1.18-.59-1.58h.36c1.36-.01 2.702.335 3.89 1 1.36 1.005 2.194 2.57 2.27 4.26.24 0 .7-.55.91-.92.172.34.32.69.44 1.05zM9 16.84c-2.05-2.08.25-3.75-1-5.24-.92-.85-2.29-.26-3.11-1.23-.282-1.473.267-2.982 1.43-3.93.52-.44 4-1 5.42.22.83.715 1.415 1.674 1.67 2.74.46.035.918-.066 1.32-.29.41 2.98-3.15 6.74-5.73 7.73zM5.15 2.09c.786-.3 1.676-.028 2.16.66-.42.38-.94.63-1.5.72.02-.294.085-.584.19-.86l-.85-.52z";break;case"admin-site-alt2":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm2.92 12.34c0 .35.14.63.36.66.22.03.47-.22.58-.6l.2.08c.718.384 1.07 1.22.84 2-.15.69-.743 1.198-1.45 1.24-.49-1.21-2.11.06-3.56-.22-.612-.154-1.11-.6-1.33-1.19 1.19-.11 2.85-1.73 4.36-1.97zM8 11.27c.918 0 1.695-.68 1.82-1.59.44.54.41 1.324-.07 1.83-.255.223-.594.325-.93.28-.335-.047-.635-.236-.82-.52zm3-.76c.41.39 3-.06 3.52 1.09-.95-.2-2.95.61-3.47-1.08l-.05-.01zM9.73 5.45v.27c-.65-.77-1.33-1.07-1.61-.57-.28.5 1 1.11.76 1.88-.24.77-1.27.56-1.88 1.61-.61 1.05-.49 2.42 1.24 3.67-1.192-.132-2.19-.962-2.54-2.11-.4-1.2-.09-2.26-.78-2.46C4 7.46 3 8.71 3 9.8c-1.26-1.26.05-2.86-1.2-4.18C3.5 1.998 7.644.223 11.44 1.49c-1.1 1.02-1.722 2.458-1.71 3.96z";break;case"admin-site-alt3":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zM1.11 9.68h2.51c.04.91.167 1.814.38 2.7H1.84c-.403-.85-.65-1.764-.73-2.7zm8.57-5.4V1.19c.964.366 1.756 1.08 2.22 2 .205.347.386.708.54 1.08l-2.76.01zm3.22 1.35c.232.883.37 1.788.41 2.7H9.68v-2.7h3.22zM8.32 1.19v3.09H5.56c.154-.372.335-.733.54-1.08.462-.924 1.255-1.64 2.22-2.01zm0 4.44v2.7H4.7c.04-.912.178-1.817.41-2.7h3.21zm-4.7 2.69H1.11c.08-.936.327-1.85.73-2.7H4c-.213.886-.34 1.79-.38 2.7zM4.7 9.68h3.62v2.7H5.11c-.232-.883-.37-1.788-.41-2.7zm3.63 4v3.09c-.964-.366-1.756-1.08-2.22-2-.205-.347-.386-.708-.54-1.08l2.76-.01zm1.35 3.09v-3.04h2.76c-.154.372-.335.733-.54 1.08-.464.92-1.256 1.634-2.22 2v-.04zm0-4.44v-2.7h3.62c-.04.912-.178 1.817-.41 2.7H9.68zm4.71-2.7h2.51c-.08.936-.327 1.85-.73 2.7H14c.21-.87.337-1.757.38-2.65l.01-.05zm0-1.35c-.046-.894-.176-1.78-.39-2.65h2.16c.403.85.65 1.764.73 2.7l-2.5-.05zm1-4H13.6c-.324-.91-.793-1.76-1.39-2.52 1.244.56 2.325 1.426 3.14 2.52h.04zm-9.6-2.52c-.597.76-1.066 1.61-1.39 2.52H2.65c.815-1.094 1.896-1.96 3.14-2.52zm-3.15 12H4.4c.324.91.793 1.76 1.39 2.52-1.248-.567-2.33-1.445-3.14-2.55l-.01.03zm9.56 2.52c.597-.76 1.066-1.61 1.39-2.52h1.76c-.82 1.08-1.9 1.933-3.14 2.48l-.01.04z";break;case"admin-site":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm3.46 11.95c0 1.47-.8 3.3-4.06 4.7.3-4.17-2.52-3.69-3.2-5 .126-1.1.804-2.063 1.8-2.55-1.552-.266-3-.96-4.18-2 .05.47.28.904.64 1.21-.782-.295-1.458-.817-1.94-1.5.977-3.225 3.883-5.482 7.25-5.63-.84 1.38-1.5 4.13 0 5.57C7.23 7 6.26 5 5.41 5.79c-1.13 1.06.33 2.51 3.42 3.08 3.29.59 3.66 1.58 3.63 3.08zm1.34-4c-.32-1.11.62-2.23 1.69-3.14 1.356 1.955 1.67 4.45.84 6.68-.77-1.89-2.17-2.32-2.53-3.57v.03z";break;case"admin-tools":e="M16.68 9.77c-1.34 1.34-3.3 1.67-4.95.99l-5.41 6.52c-.99.99-2.59.99-3.58 0s-.99-2.59 0-3.57l6.52-5.42c-.68-1.65-.35-3.61.99-4.95 1.28-1.28 3.12-1.62 4.72-1.06l-2.89 2.89 2.82 2.82 2.86-2.87c.53 1.58.18 3.39-1.08 4.65zM3.81 16.21c.4.39 1.04.39 1.43 0 .4-.4.4-1.04 0-1.43-.39-.4-1.03-.4-1.43 0-.39.39-.39 1.03 0 1.43z";break;case"admin-users":e="M10 9.25c-2.27 0-2.73-3.44-2.73-3.44C7 4.02 7.82 2 9.97 2c2.16 0 2.98 2.02 2.71 3.81 0 0-.41 3.44-2.68 3.44zm0 2.57L12.72 10c2.39 0 4.52 2.33 4.52 4.53v2.49s-3.65 1.13-7.24 1.13c-3.65 0-7.24-1.13-7.24-1.13v-2.49c0-2.25 1.94-4.48 4.47-4.48z";break;case"album":e="M0 18h10v-.26c1.52.4 3.17.35 4.76-.24 4.14-1.52 6.27-6.12 4.75-10.26-1.43-3.89-5.58-6-9.51-4.98V2H0v16zM9 3v14H1V3h8zm5.45 8.22c-.68 1.35-2.32 1.9-3.67 1.23-.31-.15-.57-.35-.78-.59V8.13c.8-.86 2.11-1.13 3.22-.58 1.35.68 1.9 2.32 1.23 3.67zm-2.75-.82c.22.16.53.12.7-.1.16-.22.12-.53-.1-.7s-.53-.12-.7.1c-.16.21-.12.53.1.7zm3.01 3.67c-1.17.78-2.56.99-3.83.69-.27-.06-.44-.34-.37-.61s.34-.43.62-.36l.17.04c.96.17 1.98-.01 2.86-.59.47-.32.86-.72 1.14-1.18.15-.23.45-.3.69-.16.23.15.3.46.16.69-.36.57-.84 1.08-1.44 1.48zm1.05 1.57c-1.48.99-3.21 1.32-4.84 1.06-.28-.05-.47-.32-.41-.6.05-.27.32-.45.61-.39l.22.04c1.31.15 2.68-.14 3.87-.94.71-.47 1.27-1.07 1.7-1.74.14-.24.45-.31.68-.16.24.14.31.45.16.69-.49.79-1.16 1.49-1.99 2.04z";break;case"align-center":e="M3 5h14V3H3v2zm12 8V7H5v6h10zM3 17h14v-2H3v2z";break;case"align-full-width":e="M17 13V3H3v10h14zM5 17h10v-2H5v2z";break;case"align-left":e="M3 5h14V3H3v2zm9 8V7H3v6h9zm2-4h3V7h-3v2zm0 4h3v-2h-3v2zM3 17h14v-2H3v2z";break;case"align-none":e="M3 5h14V3H3v2zm10 8V7H3v6h10zM3 17h14v-2H3v2z";break;case"align-pull-left":e="M9 16V4H3v12h6zm2-7h6V7h-6v2zm0 4h6v-2h-6v2z";break;case"align-pull-right":e="M17 16V4h-6v12h6zM9 7H3v2h6V7zm0 4H3v2h6v-2z";break;case"align-right":e="M3 5h14V3H3v2zm0 4h3V7H3v2zm14 4V7H8v6h9zM3 13h3v-2H3v2zm0 4h14v-2H3v2z";break;case"align-wide":e="M5 5h10V3H5v2zm12 8V7H3v6h14zM5 17h10v-2H5v2z";break;case"analytics":e="M18 18V2H2v16h16zM16 5H4V4h12v1zM7 7v3h3c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3zm1 2V7c1.1 0 2 .9 2 2H8zm8-1h-4V7h4v1zm0 3h-4V9h4v2zm0 2h-4v-1h4v1zm0 3H4v-1h12v1z";break;case"archive":e="M19 4v2H1V4h18zM2 7h16v10H2V7zm11 3V9H7v1h6z";break;case"arrow-down-alt":e="M9 2h2v12l4-4 2 1-7 7-7-7 2-1 4 4V2z";break;case"arrow-down-alt2":e="M5 6l5 5 5-5 2 1-7 7-7-7z";break;case"arrow-down":e="M15 8l-4.03 6L7 8h8z";break;case"arrow-left-alt":e="M18 9v2H6l4 4-1 2-7-7 7-7 1 2-4 4h12z";break;case"arrow-left-alt2":e="M14 5l-5 5 5 5-1 2-7-7 7-7z";break;case"arrow-left":e="M13 14L7 9.97 13 6v8z";break;case"arrow-right-alt":e="M2 11V9h12l-4-4 1-2 7 7-7 7-1-2 4-4H2z";break;case"arrow-right-alt2":e="M6 15l5-5-5-5 1-2 7 7-7 7z";break;case"arrow-right":e="M8 6l6 4.03L8 14V6z";break;case"arrow-up-alt":e="M11 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z";break;case"arrow-up-alt2":e="M15 14l-5-5-5 5-2-1 7-7 7 7z";break;case"arrow-up":e="M7 13l4.03-6L15 13H7z";break;case"art":e="M8.55 3.06c1.01.34-1.95 2.01-.1 3.13 1.04.63 3.31-2.22 4.45-2.86.97-.54 2.67-.65 3.53 1.23 1.09 2.38.14 8.57-3.79 11.06-3.97 2.5-8.97 1.23-10.7-2.66-2.01-4.53 3.12-11.09 6.61-9.9zm1.21 6.45c.73 1.64 4.7-.5 3.79-2.8-.59-1.49-4.48 1.25-3.79 2.8z";break;case"awards":e="M4.46 5.16L5 7.46l-.54 2.29 2.01 1.24L7.7 13l2.3-.54 2.3.54 1.23-2.01 2.01-1.24L15 7.46l.54-2.3-2-1.24-1.24-2.01-2.3.55-2.29-.54-1.25 2zm5.55 6.34C7.79 11.5 6 9.71 6 7.49c0-2.2 1.79-3.99 4.01-3.99 2.2 0 3.99 1.79 3.99 3.99 0 2.22-1.79 4.01-3.99 4.01zm-.02-1C8.33 10.5 7 9.16 7 7.5c0-1.65 1.33-3 2.99-3S13 5.85 13 7.5c0 1.66-1.35 3-3.01 3zm3.84 1.1l-1.28 2.24-2.08-.47L13 19.2l1.4-2.2h2.5zm-7.7.07l1.25 2.25 2.13-.51L7 19.2 5.6 17H3.1z";break;case"backup":e="M13.65 2.88c3.93 2.01 5.48 6.84 3.47 10.77s-6.83 5.48-10.77 3.47c-1.87-.96-3.2-2.56-3.86-4.4l1.64-1.03c.45 1.57 1.52 2.95 3.08 3.76 3.01 1.54 6.69.35 8.23-2.66 1.55-3.01.36-6.69-2.65-8.24C9.78 3.01 6.1 4.2 4.56 7.21l1.88.97-4.95 3.08-.39-5.82 1.78.91C4.9 2.4 9.75.89 13.65 2.88zm-4.36 7.83C9.11 10.53 9 10.28 9 10c0-.07.03-.12.04-.19h-.01L10 5l.97 4.81L14 13l-4.5-2.12.02-.02c-.08-.04-.16-.09-.23-.15z";break;case"block-default":e="M15 6V4h-3v2H8V4H5v2H4c-.6 0-1 .4-1 1v8h14V7c0-.6-.4-1-1-1h-1z";break;case"book-alt":e="M5 17h13v2H5c-1.66 0-3-1.34-3-3V4c0-1.66 1.34-3 3-3h13v14H5c-.55 0-1 .45-1 1s.45 1 1 1zm2-3.5v-11c0-.28-.22-.5-.5-.5s-.5.22-.5.5v11c0 .28.22.5.5.5s.5-.22.5-.5z";break;case"book":e="M16 3h2v16H5c-1.66 0-3-1.34-3-3V4c0-1.66 1.34-3 3-3h9v14H5c-.55 0-1 .45-1 1s.45 1 1 1h11V3z";break;case"buddicons-activity":e="M8 1v7h2V6c0-1.52 1.45-3 3-3v.86c.55-.52 1.26-.86 2-.86v3h1c1.1 0 2 .9 2 2s-.9 2-2 2h-1v6c0 .55-.45 1-1 1s-1-.45-1-1v-2.18c-.31.11-.65.18-1 .18v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H8v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c-.35 0-.69-.07-1-.18V16c0 .55-.45 1-1 1s-1-.45-1-1v-4H2v-1c0-1.66 1.34-3 3-3h2V1h1zm5 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z";break;case"buddicons-bbpress-logo":e="M8.5 12.6c.3-1.3 0-2.3-1.1-2.3-.8 0-1.6.6-1.8 1.5l-.3 1.7c-.3 1 .3 1.5 1 1.5 1.2 0 1.9-1.1 2.2-2.4zm-4-6.4C3.7 7.3 3.3 8.6 3.3 10c0 1 .2 1.9.6 2.8l1-4.6c.3-1.7.4-2-.4-2zm9.3 6.4c.3-1.3 0-2.3-1.1-2.3-.8 0-1.6.6-1.8 1.5l-.4 1.7c-.2 1.1.4 1.6 1.1 1.6 1.1-.1 1.9-1.2 2.2-2.5zM10 3.3c-2 0-3.9.9-5.1 2.3.6-.1 1.4-.2 1.8-.3.2 0 .2.1.2.2 0 .2-1 4.8-1 4.8.5-.3 1.2-.7 1.8-.7.9 0 1.5.4 1.9.9l.5-2.4c.4-1.6.4-1.9-.4-1.9-.4 0-.4-.5 0-.6.6-.1 1.8-.2 2.3-.3.2 0 .2.1.2.2l-1 4.8c.5-.4 1.2-.7 1.9-.7 1.7 0 2.5 1.3 2.1 3-.3 1.7-2 3-3.8 3-1.3 0-2.1-.7-2.3-1.4-.7.8-1.7 1.3-2.8 1.4 1.1.7 2.4 1.1 3.7 1.1 3.7 0 6.7-3 6.7-6.7s-3-6.7-6.7-6.7zM10 2c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 15.5c-2.1 0-4-.8-5.3-2.2-.3-.4-.7-.8-1-1.2-.7-1.2-1.2-2.6-1.2-4.1 0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5z";break;case"buddicons-buddypress-logo":e="M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10 4.48 0 10 0zm0 .5C4.75.5.5 4.75.5 10s4.25 9.5 9.5 9.5 9.5-4.25 9.5-9.5S15.25.5 10 .5zm0 1c4.7 0 8.5 3.8 8.5 8.5s-3.8 8.5-8.5 8.5-8.5-3.8-8.5-8.5S5.3 1.5 10 1.5zm1.8 1.71c-.57 0-1.1.17-1.55.45 1.56.37 2.73 1.77 2.73 3.45 0 .69-.21 1.33-.55 1.87 1.31-.29 2.29-1.45 2.29-2.85 0-1.61-1.31-2.92-2.92-2.92zm-2.38 1c-1.61 0-2.92 1.31-2.92 2.93 0 1.61 1.31 2.92 2.92 2.92 1.62 0 2.93-1.31 2.93-2.92 0-1.62-1.31-2.93-2.93-2.93zm4.25 5.01l-.51.59c2.34.69 2.45 3.61 2.45 3.61h1.28c0-4.71-3.22-4.2-3.22-4.2zm-2.1.8l-2.12 2.09-2.12-2.09C3.12 10.24 3.89 15 3.89 15h11.08c.47-4.98-3.4-4.98-3.4-4.98z";break;case"buddicons-community":e="M9 3c0-.67-.47-1.43-1-2-.5.5-1 1.38-1 2 0 .48.45 1 1 1s1-.47 1-1zm4 0c0-.67-.47-1.43-1-2-.5.5-1 1.38-1 2 0 .48.45 1 1 1s1-.47 1-1zM9 9V5.5c0-.55-.45-1-1-1-.57 0-1 .49-1 1V9c0 .55.45 1 1 1 .57 0 1-.49 1-1zm4 0V5.5c0-.55-.45-1-1-1-.57 0-1 .49-1 1V9c0 .55.45 1 1 1 .57 0 1-.49 1-1zm4 1c0-1.48-1.41-2.77-3.5-3.46V9c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5V6.01c-.17 0-.33-.01-.5-.01s-.33.01-.5.01V9c0 .83-.67 1.5-1.5 1.5S6.5 9.83 6.5 9V6.54C4.41 7.23 3 8.52 3 10c0 1.41.95 2.65 3.21 3.37 1.11.35 2.39 1.12 3.79 1.12s2.69-.78 3.79-1.13C16.04 12.65 17 11.41 17 10zm-7 5.43c1.43 0 2.74-.79 3.88-1.11 1.9-.53 2.49-1.34 3.12-2.32v3c0 2.21-3.13 4-7 4s-7-1.79-7-4v-3c.64.99 1.32 1.8 3.15 2.33 1.13.33 2.44 1.1 3.85 1.1z";break;case"buddicons-forums":e="M13.5 7h-7C5.67 7 5 6.33 5 5.5S5.67 4 6.5 4h1.59C8.04 3.84 8 3.68 8 3.5 8 2.67 8.67 2 9.5 2h1c.83 0 1.5.67 1.5 1.5 0 .18-.04.34-.09.5h1.59c.83 0 1.5.67 1.5 1.5S14.33 7 13.5 7zM4 8h12c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1s.45-1 1-1zm1 3h10c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm2 3h6c.55 0 1 .45 1 1s-.45 1-1 1h-1.09c.05.16.09.32.09.5 0 .83-.67 1.5-1.5 1.5h-1c-.83 0-1.5-.67-1.5-1.5 0-.18.04-.34.09-.5H7c-.55 0-1-.45-1-1s.45-1 1-1z";break;case"buddicons-friends":e="M8.75 5.77C8.75 4.39 7 2 7 2S5.25 4.39 5.25 5.77 5.9 7.5 7 7.5s1.75-.35 1.75-1.73zm6 0C14.75 4.39 13 2 13 2s-1.75 2.39-1.75 3.77S11.9 7.5 13 7.5s1.75-.35 1.75-1.73zM9 17V9c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm6 0V9c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm-9-6l2-1v2l-2 1v-2zm6 0l2-1v2l-2 1v-2zm-6 3l2-1v2l-2 1v-2zm6 0l2-1v2l-2 1v-2z";break;case"buddicons-groups":e="M15.45 6.25c1.83.94 1.98 3.18.7 4.98-.8 1.12-2.33 1.88-3.46 1.78L10.05 18H9l-2.65-4.99c-1.13.16-2.73-.63-3.55-1.79-1.28-1.8-1.13-4.04.71-4.97.48-.24.96-.33 1.43-.31-.01.4.01.8.07 1.21.26 1.69 1.41 3.53 2.86 4.37-.19.55-.49.99-.88 1.25L9 16.58v-5.66C7.64 10.55 6.26 8.76 6 7c-.4-2.65 1-5 3.5-5s3.9 2.35 3.5 5c-.26 1.76-1.64 3.55-3 3.92v5.77l2.07-3.84c-.44-.23-.77-.71-.99-1.3 1.48-.83 2.65-2.69 2.91-4.4.06-.41.08-.82.07-1.22.46-.01.92.08 1.39.32z";break;case"buddicons-pm":e="M10 2c3 0 8 5 8 5v11H2V7s5-5 8-5zm7 14.72l-3.73-2.92L17 11l-.43-.37-2.26 1.3.24-4.31-8.77-.52-.46 4.54-1.99-.95L3 11l3.73 2.8-3.44 2.85.4.43L10 13l6.53 4.15z";break;case"buddicons-replies":e="M17.54 10.29c1.17 1.17 1.17 3.08 0 4.25-1.18 1.17-3.08 1.17-4.25 0l-.34-.52c0 3.66-2 4.38-2.95 4.98-.82-.6-2.95-1.28-2.95-4.98l-.34.52c-1.17 1.17-3.07 1.17-4.25 0-1.17-1.17-1.17-3.08 0-4.25 0 0 1.02-.67 2.1-1.3C3.71 7.84 3.2 6.42 3.2 4.88c0-.34.03-.67.08-1C3.53 5.66 4.47 7.22 5.8 8.3c.67-.35 1.85-.83 2.37-.92H8c-1.1 0-2-.9-2-2s.9-2 2-2v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5h2v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5c1.1 0 2 .9 2 2s-.9 2-2 2h-.17c.51.09 1.78.61 2.38.92 1.33-1.08 2.27-2.64 2.52-4.42.05.33.08.66.08 1 0 1.54-.51 2.96-1.36 4.11 1.08.63 2.09 1.3 2.09 1.3zM8.5 6.38c.5 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3-2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-2.3 5.73c-.12.11-.19.26-.19.43.02.25.23.46.49.46h1c.26 0 .47-.21.49-.46 0-.15-.07-.29-.19-.43-.08-.06-.18-.11-.3-.11h-1c-.12 0-.22.05-.3.11zM12 12.5c0-.12-.06-.28-.19-.38-.09-.07-.19-.12-.31-.12h-3c-.12 0-.22.05-.31.12-.11.1-.19.25-.19.38 0 .28.22.5.5.5h3c.28 0 .5-.22.5-.5zM8.5 15h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5zm1 2h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5z";break;case"buddicons-topics":e="M10.44 1.66c-.59-.58-1.54-.58-2.12 0L2.66 7.32c-.58.58-.58 1.53 0 2.12.6.6 1.56.56 2.12 0l5.66-5.66c.58-.58.59-1.53 0-2.12zm2.83 2.83c-.59-.59-1.54-.59-2.12 0l-5.66 5.66c-.59.58-.59 1.53 0 2.12.6.6 1.56.55 2.12 0l5.66-5.66c.58-.58.58-1.53 0-2.12zm1.06 6.72l4.18 4.18c.59.58.59 1.53 0 2.12s-1.54.59-2.12 0l-4.18-4.18-1.77 1.77c-.59.58-1.54.58-2.12 0-.59-.59-.59-1.54 0-2.13l5.66-5.65c.58-.59 1.53-.59 2.12 0 .58.58.58 1.53 0 2.12zM5 15c0-1.59-1.66-4-1.66-4S2 13.78 2 15s.6 2 1.34 2h.32C4.4 17 5 16.59 5 15z";break;case"buddicons-tracking":e="M10.98 6.78L15.5 15c-1 2-3.5 3-5.5 3s-4.5-1-5.5-3L9 6.82c-.75-1.23-2.28-1.98-4.29-2.03l2.46-2.92c1.68 1.19 2.46 2.32 2.97 3.31.56-.87 1.2-1.68 2.7-2.12l1.83 2.86c-1.42-.34-2.64.08-3.69.86zM8.17 10.4l-.93 1.69c.49.11 1 .16 1.54.16 1.35 0 2.58-.36 3.55-.95l-1.01-1.82c-.87.53-1.96.86-3.15.92zm.86 5.38c1.99 0 3.73-.74 4.74-1.86l-.98-1.76c-1 1.12-2.74 1.87-4.74 1.87-.62 0-1.21-.08-1.76-.21l-.63 1.15c.94.5 2.1.81 3.37.81z";break;case"building":e="M3 20h14V0H3v20zM7 3H5V1h2v2zm4 0H9V1h2v2zm4 0h-2V1h2v2zM7 6H5V4h2v2zm4 0H9V4h2v2zm4 0h-2V4h2v2zM7 9H5V7h2v2zm4 0H9V7h2v2zm4 0h-2V7h2v2zm-8 3H5v-2h2v2zm4 0H9v-2h2v2zm4 0h-2v-2h2v2zm-4 7H5v-6h6v6zm4-4h-2v-2h2v2zm0 3h-2v-2h2v2z";break;case"businessman":e="M7.3 6l-.03-.19c-.04-.37-.05-.73-.03-1.08.02-.36.1-.71.25-1.04.14-.32.31-.61.52-.86s.49-.46.83-.6c.34-.15.72-.23 1.13-.23.69 0 1.26.2 1.71.59s.76.87.91 1.44.18 1.16.09 1.78l-.03.19c-.01.09-.05.25-.11.48-.05.24-.12.47-.2.69-.08.21-.19.45-.34.72-.14.27-.3.49-.47.69-.18.19-.4.34-.67.48-.27.13-.55.19-.86.19s-.59-.06-.87-.19c-.26-.13-.49-.29-.67-.5-.18-.2-.34-.42-.49-.66-.15-.25-.26-.49-.34-.73-.09-.25-.16-.47-.21-.67-.06-.21-.1-.37-.12-.5zm9.2 6.24c.41.7.5 1.41.5 2.14v2.49c0 .03-.12.08-.29.13-.18.04-.42.13-.97.27-.55.12-1.1.24-1.65.34s-1.19.19-1.95.27c-.75.08-1.46.12-2.13.12-.68 0-1.39-.04-2.14-.12-.75-.07-1.4-.17-1.98-.27-.58-.11-1.08-.23-1.56-.34-.49-.11-.8-.21-1.06-.29L3 16.87v-2.49c0-.75.07-1.46.46-2.15s.81-1.25 1.5-1.68C5.66 10.12 7.19 10 8 10l1.67 1.67L9 13v3l1.02 1.08L11 16v-3l-.68-1.33L11.97 10c.77 0 2.2.07 2.9.52.71.45 1.21 1.02 1.63 1.72z";break;case"button":e="M17 5H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm1 7c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v5z";break;case"calendar-alt":e="M15 4h3v15H2V4h3V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1h4V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1zM6 3v2.5c0 .14.05.26.15.36.09.09.21.14.35.14s.26-.05.35-.14c.1-.1.15-.22.15-.36V3c0-.14-.05-.26-.15-.35-.09-.1-.21-.15-.35-.15s-.26.05-.35.15c-.1.09-.15.21-.15.35zm7 0v2.5c0 .14.05.26.14.36.1.09.22.14.36.14s.26-.05.36-.14c.09-.1.14-.22.14-.36V3c0-.14-.05-.26-.14-.35-.1-.1-.22-.15-.36-.15s-.26.05-.36.15c-.09.09-.14.21-.14.35zm4 15V8H3v10h14zM7 9v2H5V9h2zm2 0h2v2H9V9zm4 2V9h2v2h-2zm-6 1v2H5v-2h2zm2 0h2v2H9v-2zm4 2v-2h2v2h-2zm-6 1v2H5v-2h2zm4 2H9v-2h2v2zm4 0h-2v-2h2v2z";break;case"calendar":e="M15 4h3v14H2V4h3V3c0-.83.67-1.5 1.5-1.5S8 2.17 8 3v1h4V3c0-.83.67-1.5 1.5-1.5S15 2.17 15 3v1zM6 3v2.5c0 .28.22.5.5.5s.5-.22.5-.5V3c0-.28-.22-.5-.5-.5S6 2.72 6 3zm7 0v2.5c0 .28.22.5.5.5s.5-.22.5-.5V3c0-.28-.22-.5-.5-.5s-.5.22-.5.5zm4 14V8H3v9h14zM7 16V9H5v7h2zm4 0V9H9v7h2zm4 0V9h-2v7h2z";break;case"camera":e="M6 5V3H3v2h3zm12 10V4H9L7 6H2v9h16zm-7-8c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z";break;case"carrot":e="M2 18.43c1.51 1.36 11.64-4.67 13.14-7.21.72-1.22-.13-3.01-1.52-4.44C15.2 5.73 16.59 9 17.91 8.31c.6-.32.99-1.31.7-1.92-.52-1.08-2.25-1.08-3.42-1.21.83-.2 2.82-1.05 2.86-2.25.04-.92-1.13-1.97-2.05-1.86-1.21.14-1.65 1.88-2.06 3-.05-.71-.2-2.27-.98-2.95-1.04-.91-2.29-.05-2.32 1.05-.04 1.33 2.82 2.07 1.92 3.67C11.04 4.67 9.25 4.03 8.1 4.7c-.49.31-1.05.91-1.63 1.69.89.94 2.12 2.07 3.09 2.72.2.14.26.42.11.62-.14.21-.42.26-.62.12-.99-.67-2.2-1.78-3.1-2.71-.45.67-.91 1.43-1.34 2.23.85.86 1.93 1.83 2.79 2.41.2.14.25.42.11.62-.14.21-.42.26-.63.12-.85-.58-1.86-1.48-2.71-2.32C2.4 13.69 1.1 17.63 2 18.43z";break;case"cart":e="M6 13h9c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1V4H2c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v2h13l-4 7H6v1zm-.5 3c.83 0 1.5.67 1.5 1.5S6.33 19 5.5 19 4 18.33 4 17.5 4.67 16 5.5 16zm9 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z";break;case"category":e="M5 7h13v10H2V4h7l2 2H4v9h1V7z";break;case"chart-area":e="M18 18l.01-12.28c.59-.35.99-.99.99-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .8.47 1.48 1.14 1.8l-4.13 6.58c-.33-.24-.73-.38-1.16-.38-.84 0-1.55.51-1.85 1.24l-2.14-1.53c.09-.22.14-.46.14-.71 0-1.11-.89-2-2-2-1.1 0-2 .89-2 2 0 .73.4 1.36.98 1.71L1 18h17zM17 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM5 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5.85 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z";break;case"chart-bar":e="M18 18V2h-4v16h4zm-6 0V7H8v11h4zm-6 0v-8H2v8h4z";break;case"chart-line":e="M18 3.5c0 .62-.38 1.16-.92 1.38v13.11H1.99l4.22-6.73c-.13-.23-.21-.48-.21-.76C6 9.67 6.67 9 7.5 9S9 9.67 9 10.5c0 .13-.02.25-.05.37l1.44.63c.27-.3.67-.5 1.11-.5.18 0 .35.04.51.09l3.58-6.41c-.36-.27-.59-.7-.59-1.18 0-.83.67-1.5 1.5-1.5.19 0 .36.04.53.1l.05-.09v.11c.54.22.92.76.92 1.38zm-1.92 13.49V5.85l-3.29 5.89c.13.23.21.48.21.76 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5l.01-.07-1.63-.72c-.25.18-.55.29-.88.29-.18 0-.35-.04-.51-.1l-3.2 5.09h12.29z";break;case"chart-pie":e="M10 10V3c3.87 0 7 3.13 7 7h-7zM9 4v7h7c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.13-7 7-7z";break;case"clipboard":e="M11.9.39l1.4 1.4c1.61.19 3.5-.74 4.61.37s.18 3 .37 4.61l1.4 1.4c.39.39.39 1.02 0 1.41l-9.19 9.2c-.4.39-1.03.39-1.42 0L1.29 11c-.39-.39-.39-1.02 0-1.42l9.2-9.19c.39-.39 1.02-.39 1.41 0zm.58 2.25l-.58.58 4.95 4.95.58-.58c-.19-.6-.2-1.22-.15-1.82.02-.31.05-.62.09-.92.12-1 .18-1.63-.17-1.98s-.98-.29-1.98-.17c-.3.04-.61.07-.92.09-.6.05-1.22.04-1.82-.15zm4.02.93c.39.39.39 1.03 0 1.42s-1.03.39-1.42 0-.39-1.03 0-1.42 1.03-.39 1.42 0zm-6.72.36l-.71.7L15.44 11l.7-.71zM8.36 5.34l-.7.71 6.36 6.36.71-.7zM6.95 6.76l-.71.7 6.37 6.37.7-.71zM5.54 8.17l-.71.71 6.36 6.36.71-.71zM4.12 9.58l-.71.71 6.37 6.37.71-.71z";break;case"clock":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 14c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.71-5.29c.07.05.14.1.23.15l-.02.02L14 13l-3.03-3.19L10 5l-.97 4.81h.01c0 .02-.01.05-.02.09S9 9.97 9 10c0 .28.1.52.29.71z";break;case"cloud-saved":e="M14.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16h10c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5zm-6.3 5.9l-3.2-3.2 1.4-1.4 1.8 1.8 3.8-3.8 1.4 1.4-5.2 5.2z";break;case"cloud-upload":e="M14.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16H8v-3H5l4.5-4.5L14 13h-3v3h3.5c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5z";break;case"cloud":e="M14.9 9c1.8.2 3.1 1.7 3.1 3.5 0 1.9-1.6 3.5-3.5 3.5h-10C2.6 16 1 14.4 1 12.5 1 10.7 2.3 9.3 4.1 9 4 8.9 4 8.7 4 8.5 4 7.1 5.1 6 6.5 6c.3 0 .7.1.9.2C8.1 4.9 9.4 4 11 4c2.2 0 4 1.8 4 4 0 .4-.1.7-.1 1z";break;case"columns":e="M3 15h6V5H3v10zm8 0h6V5h-6v10z";break;case"controls-back":e="M2 10l10-6v3.6L18 4v12l-6-3.6V16z";break;case"controls-forward":e="M18 10L8 16v-3.6L2 16V4l6 3.6V4z";break;case"controls-pause":e="M5 16V4h3v12H5zm7-12h3v12h-3V4z";break;case"controls-play":e="M5 4l10 6-10 6V4z";break;case"controls-repeat":e="M5 7v3l-2 1.5V5h11V3l4 3.01L14 9V7H5zm10 6v-3l2-1.5V15H6v2l-4-3.01L6 11v2h9z";break;case"controls-skipback":e="M11.98 7.63l6-3.6v12l-6-3.6v3.6l-8-4.8v4.8h-2v-12h2v4.8l8-4.8v3.6z";break;case"controls-skipforward":e="M8 12.4L2 16V4l6 3.6V4l8 4.8V4h2v12h-2v-4.8L8 16v-3.6z";break;case"controls-volumeoff":e="M2 7h4l5-4v14l-5-4H2V7z";break;case"controls-volumeon":e="M2 7h4l5-4v14l-5-4H2V7zm12.69-2.46C14.82 4.59 18 5.92 18 10s-3.18 5.41-3.31 5.46c-.06.03-.13.04-.19.04-.2 0-.39-.12-.46-.31-.11-.26.02-.55.27-.65.11-.05 2.69-1.15 2.69-4.54 0-3.41-2.66-4.53-2.69-4.54-.25-.1-.38-.39-.27-.65.1-.25.39-.38.65-.27zM16 10c0 2.57-2.23 3.43-2.32 3.47-.06.02-.12.03-.18.03-.2 0-.39-.12-.47-.32-.1-.26.04-.55.29-.65.07-.02 1.68-.67 1.68-2.53s-1.61-2.51-1.68-2.53c-.25-.1-.38-.39-.29-.65.1-.25.39-.39.65-.29.09.04 2.32.9 2.32 3.47z";break;case"cover-image":e="M2.2 1h15.5c.7 0 1.3.6 1.3 1.2v11.5c0 .7-.6 1.2-1.2 1.2H2.2c-.6.1-1.2-.5-1.2-1.1V2.2C1 1.6 1.6 1 2.2 1zM17 13V3H3v10h14zm-4-4s0-5 3-5v7c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V7c2 0 3 4 3 4s1-4 3-4 3 2 3 2zM4 17h12v2H4z";break;case"dashboard":e="M3.76 16h12.48c1.1-1.37 1.76-3.11 1.76-5 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 1.89.66 3.63 1.76 5zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 6c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5.37 5.55L12 7v6c0 1.1-.9 2-2 2s-2-.9-2-2c0-.57.24-1.08.63-1.45zM4 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5 3c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z";break;case"desktop":e="M3 2h14c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-5v2h2c.55 0 1 .45 1 1v1H5v-1c0-.55.45-1 1-1h2v-2H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm13 9V4H4v7h12zM5 5h9L5 9V5z";break;case"dismiss":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm5 11l-3-3 3-3-2-2-3 3-3-3-2 2 3 3-3 3 2 2 3-3 3 3z";break;case"download":e="M14.01 4v6h2V2H4v8h2.01V4h8zm-2 2v6h3l-5 6-5-6h3V6h4z";break;case"edit":e="M13.89 3.39l2.71 2.72c.46.46.42 1.24.03 1.64l-8.01 8.02-5.56 1.16 1.16-5.58s7.6-7.63 7.99-8.03c.39-.39 1.22-.39 1.68.07zm-2.73 2.79l-5.59 5.61 1.11 1.11 5.54-5.65zm-2.97 8.23l5.58-5.6-1.07-1.08-5.59 5.6z";break;case"editor-aligncenter":e="M14 5V3H6v2h8zm3 4V7H3v2h14zm-3 4v-2H6v2h8zm3 4v-2H3v2h14z";break;case"editor-alignleft":e="M12 5V3H3v2h9zm5 4V7H3v2h14zm-5 4v-2H3v2h9zm5 4v-2H3v2h14z";break;case"editor-alignright":e="M17 5V3H8v2h9zm0 4V7H3v2h14zm0 4v-2H8v2h9zm0 4v-2H3v2h14z";break;case"editor-bold":e="M6 4v13h4.54c1.37 0 2.46-.33 3.26-1 .8-.66 1.2-1.58 1.2-2.77 0-.84-.17-1.51-.51-2.01s-.9-.85-1.67-1.03v-.09c.57-.1 1.02-.4 1.36-.9s.51-1.13.51-1.91c0-1.14-.39-1.98-1.17-2.5C12.75 4.26 11.5 4 9.78 4H6zm2.57 5.15V6.26h1.36c.73 0 1.27.11 1.61.32.34.22.51.58.51 1.07 0 .54-.16.92-.47 1.15s-.82.35-1.51.35h-1.5zm0 2.19h1.6c1.44 0 2.16.53 2.16 1.61 0 .6-.17 1.05-.51 1.34s-.86.43-1.57.43H8.57v-3.38z";break;case"editor-break":e="M16 4h2v9H7v3l-5-4 5-4v3h9V4z";break;case"editor-code":e="M9 6l-4 4 4 4-1 2-6-6 6-6zm2 8l4-4-4-4 1-2 6 6-6 6z";break;case"editor-contract":e="M15.75 6.75L18 3v14l-2.25-3.75L17 12h-4v4l1.25-1.25L18 17H2l3.75-2.25L7 16v-4H3l1.25 1.25L2 17V3l2.25 3.75L3 8h4V4L5.75 5.25 2 3h16l-3.75 2.25L13 4v4h4z";break;case"editor-customchar":e="M10 5.4c1.27 0 2.24.36 2.91 1.08.66.71 1 1.76 1 3.13 0 1.28-.23 2.37-.69 3.27-.47.89-1.27 1.52-2.22 2.12v2h6v-2h-3.69c.92-.64 1.62-1.34 2.12-2.34.49-1.01.74-2.13.74-3.35 0-1.78-.55-3.19-1.65-4.22S11.92 3.54 10 3.54s-3.43.53-4.52 1.57c-1.1 1.04-1.65 2.44-1.65 4.2 0 1.21.24 2.31.73 3.33.48 1.01 1.19 1.71 2.1 2.36H3v2h6v-2c-.98-.64-1.8-1.28-2.24-2.17-.45-.89-.67-1.96-.67-3.22 0-1.37.33-2.41 1-3.13C7.75 5.76 8.72 5.4 10 5.4z";break;case"editor-expand":e="M7 8h6v4H7zm-5 5v4h4l-1.2-1.2L7 12l-3.8 2.2M14 17h4v-4l-1.2 1.2L13 12l2.2 3.8M14 3l1.3 1.3L13 8l3.8-2.2L18 7V3M6 3H2v4l1.2-1.2L7 8 4.7 4.3";break;case"editor-help":e="M17 10c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7zm-6.3 1.48H9.14v-.43c0-.38.08-.7.24-.98s.46-.57.88-.89c.41-.29.68-.53.81-.71.14-.18.2-.39.2-.62 0-.25-.09-.44-.28-.58-.19-.13-.45-.19-.79-.19-.58 0-1.25.19-2 .57l-.64-1.28c.87-.49 1.8-.74 2.77-.74.81 0 1.45.2 1.92.58.48.39.71.91.71 1.55 0 .43-.09.8-.29 1.11-.19.32-.57.67-1.11 1.06-.38.28-.61.49-.71.63-.1.15-.15.34-.15.57v.35zm-1.47 2.74c-.18-.17-.27-.42-.27-.73 0-.33.08-.58.26-.75s.43-.25.77-.25c.32 0 .57.09.75.26s.27.42.27.74c0 .3-.09.55-.27.72-.18.18-.43.27-.75.27-.33 0-.58-.09-.76-.26z";break;case"editor-indent":e="M3 5V3h9v2H3zm10-1V3h4v1h-4zm0 3h2V5l4 3.5-4 3.5v-2h-2V7zM3 8V6h9v2H3zm2 3V9h7v2H5zm-2 3v-2h9v2H3zm10 0v-1h4v1h-4zm-4 3v-2h3v2H9z";break;case"editor-insertmore":e="M17 7V3H3v4h14zM6 11V9H3v2h3zm6 0V9H8v2h4zm5 0V9h-3v2h3zm0 6v-4H3v4h14z";break;case"editor-italic":e="M14.78 6h-2.13l-2.8 9h2.12l-.62 2H4.6l.62-2h2.14l2.8-9H8.03l.62-2h6.75z";break;case"editor-justify":e="M2 3h16v2H2V3zm0 4h16v2H2V7zm0 4h16v2H2v-2zm0 4h16v2H2v-2z";break;case"editor-kitchensink":e="M19 2v6H1V2h18zm-1 5V3H2v4h16zM5 4v2H3V4h2zm3 0v2H6V4h2zm3 0v2H9V4h2zm3 0v2h-2V4h2zm3 0v2h-2V4h2zm2 5v9H1V9h18zm-1 8v-7H2v7h16zM5 11v2H3v-2h2zm3 0v2H6v-2h2zm3 0v2H9v-2h2zm6 0v2h-5v-2h5zm-6 3v2H3v-2h8zm3 0v2h-2v-2h2zm3 0v2h-2v-2h2z";break;case"editor-ltr":e="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM14 14l5-4-5-4v8z";break;case"editor-ol-rtl":e="M15.025 8.75a1.048 1.048 0 0 1 .45-.1.507.507 0 0 1 .35.11.455.455 0 0 1 .13.36.803.803 0 0 1-.06.3 1.448 1.448 0 0 1-.19.33c-.09.11-.29.32-.58.62l-.99 1v.58h2.76v-.7h-1.72v-.04l.51-.48a7.276 7.276 0 0 0 .7-.71 1.75 1.75 0 0 0 .3-.49 1.254 1.254 0 0 0 .1-.51.968.968 0 0 0-.16-.56 1.007 1.007 0 0 0-.44-.37 1.512 1.512 0 0 0-.65-.14 1.98 1.98 0 0 0-.51.06 1.9 1.9 0 0 0-.42.15 3.67 3.67 0 0 0-.48.35l.45.54a2.505 2.505 0 0 1 .45-.3zM16.695 15.29a1.29 1.29 0 0 0-.74-.3v-.02a1.203 1.203 0 0 0 .65-.37.973.973 0 0 0 .23-.65.81.81 0 0 0-.37-.71 1.72 1.72 0 0 0-1-.26 2.185 2.185 0 0 0-1.33.4l.4.6a1.79 1.79 0 0 1 .46-.23 1.18 1.18 0 0 1 .41-.07c.38 0 .58.15.58.46a.447.447 0 0 1-.22.43 1.543 1.543 0 0 1-.7.12h-.31v.66h.31a1.764 1.764 0 0 1 .75.12.433.433 0 0 1 .23.41.55.55 0 0 1-.2.47 1.084 1.084 0 0 1-.63.15 2.24 2.24 0 0 1-.57-.08 2.671 2.671 0 0 1-.52-.2v.74a2.923 2.923 0 0 0 1.18.22 1.948 1.948 0 0 0 1.22-.33 1.077 1.077 0 0 0 .43-.92.836.836 0 0 0-.26-.64zM15.005 4.17c.06-.05.16-.14.3-.28l-.02.42V7h.84V3h-.69l-1.29 1.03.4.51zM4.02 5h9v1h-9zM4.02 10h9v1h-9zM4.02 15h9v1h-9z";break;case"editor-ol":e="M6 7V3h-.69L4.02 4.03l.4.51.46-.37c.06-.05.16-.14.3-.28l-.02.42V7H6zm2-2h9v1H8V5zm-1.23 6.95v-.7H5.05v-.04l.51-.48c.33-.31.57-.54.7-.71.14-.17.24-.33.3-.49.07-.16.1-.33.1-.51 0-.21-.05-.4-.16-.56-.1-.16-.25-.28-.44-.37s-.41-.14-.65-.14c-.19 0-.36.02-.51.06-.15.03-.29.09-.42.15-.12.07-.29.19-.48.35l.45.54c.16-.13.31-.23.45-.3.15-.07.3-.1.45-.1.14 0 .26.03.35.11s.13.2.13.36c0 .1-.02.2-.06.3s-.1.21-.19.33c-.09.11-.29.32-.58.62l-.99 1v.58h2.76zM8 10h9v1H8v-1zm-1.29 3.95c0-.3-.12-.54-.37-.71-.24-.17-.58-.26-1-.26-.52 0-.96.13-1.33.4l.4.6c.17-.11.32-.19.46-.23.14-.05.27-.07.41-.07.38 0 .58.15.58.46 0 .2-.07.35-.22.43s-.38.12-.7.12h-.31v.66h.31c.34 0 .59.04.75.12.15.08.23.22.23.41 0 .22-.07.37-.2.47-.14.1-.35.15-.63.15-.19 0-.38-.03-.57-.08s-.36-.12-.52-.2v.74c.34.15.74.22 1.18.22.53 0 .94-.11 1.22-.33.29-.22.43-.52.43-.92 0-.27-.09-.48-.26-.64s-.42-.26-.74-.3v-.02c.27-.06.49-.19.65-.37.15-.18.23-.39.23-.65zM8 15h9v1H8v-1z";break;case"editor-outdent":e="M7 4V3H3v1h4zm10 1V3H8v2h9zM7 7H5V5L1 8.5 5 12v-2h2V7zm10 1V6H8v2h9zm-2 3V9H8v2h7zm2 3v-2H8v2h9zM7 14v-1H3v1h4zm4 3v-2H8v2h3z";break;case"editor-paragraph":e="M15 2H7.54c-.83 0-1.59.2-2.28.6-.7.41-1.25.96-1.65 1.65C3.2 4.94 3 5.7 3 6.52s.2 1.58.61 2.27c.4.69.95 1.24 1.65 1.64.69.41 1.45.61 2.28.61h.43V17c0 .27.1.51.29.71.2.19.44.29.71.29.28 0 .51-.1.71-.29.2-.2.3-.44.3-.71V5c0-.27.09-.51.29-.71.2-.19.44-.29.71-.29s.51.1.71.29c.19.2.29.44.29.71v12c0 .27.1.51.3.71.2.19.43.29.71.29.27 0 .51-.1.71-.29.19-.2.29-.44.29-.71V4H15c.27 0 .5-.1.7-.3.2-.19.3-.43.3-.7s-.1-.51-.3-.71C15.5 2.1 15.27 2 15 2z";break;case"editor-paste-text":e="M12.38 2L15 5v1H5V5l2.64-3h4.74zM10 5c.55 0 1-.44 1-1 0-.55-.45-1-1-1s-1 .45-1 1c0 .56.45 1 1 1zm5.45-1H17c.55 0 1 .45 1 1v12c0 .56-.45 1-1 1H3c-.55 0-1-.44-1-1V5c0-.55.45-1 1-1h1.55L4 4.63V7h12V4.63zM14 11V9H6v2h3v5h2v-5h3z";break;case"editor-paste-word":e="M12.38 2L15 5v1H5V5l2.64-3h4.74zM10 5c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8 12V5c0-.55-.45-1-1-1h-1.54l.54.63V7H4V4.62L4.55 4H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-3-8l-2 7h-2l-1-5-1 5H6.92L5 9h2l1 5 1-5h2l1 5 1-5h2z";break;case"editor-quote":e="M9.49 13.22c0-.74-.2-1.38-.61-1.9-.62-.78-1.83-.88-2.53-.72-.29-1.65 1.11-3.75 2.92-4.65L7.88 4c-2.73 1.3-5.42 4.28-4.96 8.05C3.21 14.43 4.59 16 6.54 16c.85 0 1.56-.25 2.12-.75s.83-1.18.83-2.03zm8.05 0c0-.74-.2-1.38-.61-1.9-.63-.78-1.83-.88-2.53-.72-.29-1.65 1.11-3.75 2.92-4.65L15.93 4c-2.73 1.3-5.41 4.28-4.95 8.05.29 2.38 1.66 3.95 3.61 3.95.85 0 1.56-.25 2.12-.75s.83-1.18.83-2.03z";break;case"editor-removeformatting":e="M14.29 4.59l1.1 1.11c.41.4.61.94.61 1.47v2.12c0 .53-.2 1.07-.61 1.47l-6.63 6.63c-.4.41-.94.61-1.47.61s-1.07-.2-1.47-.61l-1.11-1.1-1.1-1.11c-.41-.4-.61-.94-.61-1.47v-2.12c0-.54.2-1.07.61-1.48l6.63-6.62c.4-.41.94-.61 1.47-.61s1.06.2 1.47.61zm-6.21 9.7l6.42-6.42c.39-.39.39-1.03 0-1.43L12.36 4.3c-.19-.19-.45-.29-.72-.29s-.52.1-.71.29l-6.42 6.42c-.39.4-.39 1.04 0 1.43l2.14 2.14c.38.38 1.04.38 1.43 0z";break;case"editor-rtl":e="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM19 6l-5 4 5 4V6z";break;case"editor-spellcheck":e="M15.84 2.76c.25 0 .49.04.71.11.23.07.44.16.64.25l.35-.81c-.52-.26-1.08-.39-1.69-.39-.58 0-1.09.13-1.52.37-.43.25-.76.61-.99 1.08C13.11 3.83 13 4.38 13 5c0 .99.23 1.75.7 2.28s1.15.79 2.02.79c.6 0 1.13-.09 1.6-.26v-.84c-.26.08-.51.14-.74.19-.24.05-.49.08-.74.08-.59 0-1.04-.19-1.34-.57-.32-.37-.47-.93-.47-1.66 0-.7.16-1.25.48-1.65.33-.4.77-.6 1.33-.6zM6.5 8h1.04L5.3 2H4.24L2 8h1.03l.58-1.66H5.9zM8 2v6h2.17c.67 0 1.19-.15 1.57-.46.38-.3.56-.72.56-1.26 0-.4-.1-.72-.3-.95-.19-.24-.5-.39-.93-.47v-.04c.35-.06.6-.21.78-.44.18-.24.28-.53.28-.88 0-.52-.19-.9-.56-1.14-.36-.24-.96-.36-1.79-.36H8zm.98 2.48V2.82h.85c.44 0 .77.06.97.19.21.12.31.33.31.61 0 .31-.1.53-.29.66-.18.13-.48.2-.89.2h-.95zM5.64 5.5H3.9l.54-1.56c.14-.4.25-.76.32-1.1l.15.52c.07.23.13.4.17.51zm3.34-.23h.99c.44 0 .76.08.98.23.21.15.32.38.32.69 0 .34-.11.59-.32.75s-.52.24-.93.24H8.98V5.27zM4 13l5 5 9-8-1-1-8 6-4-3z";break;case"editor-strikethrough":e="M15.82 12.25c.26 0 .5-.02.74-.07.23-.05.48-.12.73-.2v.84c-.46.17-.99.26-1.58.26-.88 0-1.54-.26-2.01-.79-.39-.44-.62-1.04-.68-1.79h-.94c.12.21.18.48.18.79 0 .54-.18.95-.55 1.26-.38.3-.9.45-1.56.45H8v-2.5H6.59l.93 2.5H6.49l-.59-1.67H3.62L3.04 13H2l.93-2.5H2v-1h1.31l.93-2.49H5.3l.92 2.49H8V7h1.77c1 0 1.41.17 1.77.41.37.24.55.62.55 1.13 0 .35-.09.64-.27.87l-.08.09h1.29c.05-.4.15-.77.31-1.1.23-.46.55-.82.98-1.06.43-.25.93-.37 1.51-.37.61 0 1.17.12 1.69.38l-.35.81c-.2-.1-.42-.18-.64-.25s-.46-.11-.71-.11c-.55 0-.99.2-1.31.59-.23.29-.38.66-.44 1.11H17v1h-2.95c.06.5.2.9.44 1.19.3.37.75.56 1.33.56zM4.44 8.96l-.18.54H5.3l-.22-.61c-.04-.11-.09-.28-.17-.51-.07-.24-.12-.41-.14-.51-.08.33-.18.69-.33 1.09zm4.53-1.09V9.5h1.19c.28-.02.49-.09.64-.18.19-.13.28-.35.28-.66 0-.28-.1-.48-.3-.61-.2-.12-.53-.18-.97-.18h-.84zm-3.33 2.64v-.01H3.91v.01h1.73zm5.28.01l-.03-.02H8.97v1.68h1.04c.4 0 .71-.08.92-.23.21-.16.31-.4.31-.74 0-.31-.11-.54-.32-.69z";break;case"editor-table":e="M18 17V3H2v14h16zM16 7H4V5h12v2zm-7 4H4V9h5v2zm7 0h-5V9h5v2zm-7 4H4v-2h5v2zm7 0h-5v-2h5v2z";break;case"editor-textcolor":e="M13.23 15h1.9L11 4H9L5 15h1.88l1.07-3h4.18zm-1.53-4.54H8.51L10 5.6z";break;case"editor-ul":e="M5.5 7C4.67 7 4 6.33 4 5.5 4 4.68 4.67 4 5.5 4 6.32 4 7 4.68 7 5.5 7 6.33 6.32 7 5.5 7zM8 5h9v1H8V5zm-2.5 7c-.83 0-1.5-.67-1.5-1.5C4 9.68 4.67 9 5.5 9c.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5zM8 10h9v1H8v-1zm-2.5 7c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5zM8 15h9v1H8v-1z";break;case"editor-underline":e="M14 5h-2v5.71c0 1.99-1.12 2.98-2.45 2.98-1.32 0-2.55-1-2.55-2.96V5H5v5.87c0 1.91 1 4.54 4.48 4.54 3.49 0 4.52-2.58 4.52-4.5V5zm0 13v-2H5v2h9z";break;case"editor-unlink":e="M17.74 2.26c1.68 1.69 1.68 4.41 0 6.1l-1.53 1.52c-.32.33-.69.58-1.08.77L13 10l1.69-1.64.76-.77.76-.76c.84-.84.84-2.2 0-3.04-.84-.85-2.2-.85-3.04 0l-.77.76-.76.76L10 7l-.65-2.14c.19-.38.44-.75.77-1.07l1.52-1.53c1.69-1.68 4.42-1.68 6.1 0zM2 4l8 6-6-8zm4-2l4 8-2-8H6zM2 6l8 4-8-2V6zm7.36 7.69L10 13l.74 2.35-1.38 1.39c-1.69 1.68-4.41 1.68-6.1 0-1.68-1.68-1.68-4.42 0-6.1l1.39-1.38L7 10l-.69.64-1.52 1.53c-.85.84-.85 2.2 0 3.04.84.85 2.2.85 3.04 0zM18 16l-8-6 6 8zm-4 2l-4-8 2 8h2zm4-4l-8-4 8 2v2z";break;case"editor-video":e="M16 2h-3v1H7V2H4v15h3v-1h6v1h3V2zM6 3v1H5V3h1zm9 0v1h-1V3h1zm-2 1v5H7V4h6zM6 5v1H5V5h1zm9 0v1h-1V5h1zM6 7v1H5V7h1zm9 0v1h-1V7h1zM6 9v1H5V9h1zm9 0v1h-1V9h1zm-2 1v5H7v-5h6zm-7 1v1H5v-1h1zm9 0v1h-1v-1h1zm-9 2v1H5v-1h1zm9 0v1h-1v-1h1zm-9 2v1H5v-1h1zm9 0v1h-1v-1h1z";break;case"ellipsis":e="M5 10c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm12-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-7 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z";break;case"email-alt":e="M19 14.5v-9c0-.83-.67-1.5-1.5-1.5H3.49c-.83 0-1.5.67-1.5 1.5v9c0 .83.67 1.5 1.5 1.5H17.5c.83 0 1.5-.67 1.5-1.5zm-1.31-9.11c.33.33.15.67-.03.84L13.6 9.95l3.9 4.06c.12.14.2.36.06.51-.13.16-.43.15-.56.05l-4.37-3.73-2.14 1.95-2.13-1.95-4.37 3.73c-.13.1-.43.11-.56-.05-.14-.15-.06-.37.06-.51l3.9-4.06-4.06-3.72c-.18-.17-.36-.51-.03-.84s.67-.17.95.07l6.24 5.04 6.25-5.04c.28-.24.62-.4.95-.07z";break;case"email-alt2":e="M18.01 11.18V2.51c0-1.19-.9-1.81-2-1.37L4 5.91c-1.1.44-2 1.77-2 2.97v8.66c0 1.2.9 1.81 2 1.37l12.01-4.77c1.1-.44 2-1.76 2-2.96zm-1.43-7.46l-6.04 9.33-6.65-4.6c-.1-.07-.36-.32-.17-.64.21-.36.65-.21.65-.21l6.3 2.32s4.83-6.34 5.11-6.7c.13-.17.43-.34.73-.13.29.2.16.49.07.63z";break;case"email":e="M3.87 4h13.25C18.37 4 19 4.59 19 5.79v8.42c0 1.19-.63 1.79-1.88 1.79H3.87c-1.25 0-1.88-.6-1.88-1.79V5.79c0-1.2.63-1.79 1.88-1.79zm6.62 8.6l6.74-5.53c.24-.2.43-.66.13-1.07-.29-.41-.82-.42-1.17-.17l-5.7 3.86L4.8 5.83c-.35-.25-.88-.24-1.17.17-.3.41-.11.87.13 1.07z";break;case"embed-audio":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 3H7v4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.4 0 .7.1 1 .3V5h4v2zm4 3.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-generic":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-3 6.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-photo":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 8H3V6h7v6zm4-1.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3zm-6-4V8.5L7.2 10 6 9.2 4 11h5zM4.6 8.6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z";break;case"embed-post":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8.6 9l-.4.3c-.4.4-.5 1.1-.2 1.6l-.8.8-1.1-1.1-1.3 1.3c-.2.2-1.6 1.3-1.8 1.1-.2-.2.9-1.6 1.1-1.8l1.3-1.3-1.1-1.1.8-.8c.5.3 1.2.3 1.6-.2l.3-.3c.5-.5.5-1.2.2-1.7L8 5l3 2.9-.8.8c-.5-.2-1.2-.2-1.6.3zm5.4 1.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-video":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 6.5L8 9.1V11H3V6h5v1.8l2-1.3v4zm4 0L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"excerpt-view":e="M19 18V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1zM4 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v6H6V3h11zM4 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v6H6v-6h11z";break;case"exit":e="M13 3v2h2v10h-2v2h4V3h-4zm0 8V9H5.4l4.3-4.3-1.4-1.4L1.6 10l6.7 6.7 1.4-1.4L5.4 11H13z";break;case"external":e="M9 3h8v8l-2-1V6.92l-5.6 5.59-1.41-1.41L14.08 5H10zm3 12v-3l2-2v7H3V6h8L9 8H5v7h7z";break;case"facebook-alt":e="M8.46 18h2.93v-7.3h2.45l.37-2.84h-2.82V6.04c0-.82.23-1.38 1.41-1.38h1.51V2.11c-.26-.03-1.15-.11-2.19-.11-2.18 0-3.66 1.33-3.66 3.76v2.1H6v2.84h2.46V18z";break;case"facebook":e="M2.89 2h14.23c.49 0 .88.39.88.88v14.24c0 .48-.39.88-.88.88h-4.08v-6.2h2.08l.31-2.41h-2.39V7.85c0-.7.2-1.18 1.2-1.18h1.28V4.51c-.22-.03-.98-.09-1.86-.09-1.85 0-3.11 1.12-3.11 3.19v1.78H8.46v2.41h2.09V18H2.89c-.49 0-.89-.4-.89-.88V2.88c0-.49.4-.88.89-.88z";break;case"feedback":e="M2 2h16c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm15 14V7H3v9h14zM4 8v1h3V8H4zm4 0v3h8V8H8zm-4 4v1h3v-1H4zm4 0v3h8v-3H8z";break;case"filter":e="M3 4.5v-2s3.34-1 7-1 7 1 7 1v2l-5 7.03v6.97s-1.22-.09-2.25-.59S8 16.5 8 16.5v-4.97z";break;case"flag":e="M5 18V3H3v15h2zm1-6V4c3-1 7 1 11 0v8c-3 1.27-8-1-11 0z";break;case"format-aside":e="M1 1h18v12l-6 6H1V1zm3 3v1h12V4H4zm0 4v1h12V8H4zm6 5v-1H4v1h6zm2 4l5-5h-5v5z";break;case"format-audio":e="M6.99 3.08l11.02-2c.55-.08.99.45.99 1V14.5c0 1.94-1.57 3.5-3.5 3.5S12 16.44 12 14.5c0-1.93 1.57-3.5 3.5-3.5.54 0 1.04.14 1.5.35V5.08l-9 2V16c-.24 1.7-1.74 3-3.5 3C2.57 19 1 17.44 1 15.5 1 13.57 2.57 12 4.5 12c.54 0 1.04.14 1.5.35V4.08c0-.55.44-.91.99-1z";break;case"format-chat":e="M11 6h-.82C9.07 6 8 7.2 8 8.16V10l-3 3v-3H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v3zm0 1h6c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-2v3l-3-3h-1c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2z";break;case"format-gallery":e="M16 4h1.96c.57 0 1.04.47 1.04 1.04v12.92c0 .57-.47 1.04-1.04 1.04H5.04C4.47 19 4 18.53 4 17.96V16H2.04C1.47 16 1 15.53 1 14.96V2.04C1 1.47 1.47 1 2.04 1h12.92c.57 0 1.04.47 1.04 1.04V4zM3 14h11V3H3v11zm5-8.5C8 4.67 7.33 4 6.5 4S5 4.67 5 5.5 5.67 7 6.5 7 8 6.33 8 5.5zm2 4.5s1-5 3-5v8H4V7c2 0 2 3 2 3s.33-2 2-2 2 2 2 2zm7 7V6h-1v8.96c0 .57-.47 1.04-1.04 1.04H6v1h11z";break;case"format-image":e="M2.25 1h15.5c.69 0 1.25.56 1.25 1.25v15.5c0 .69-.56 1.25-1.25 1.25H2.25C1.56 19 1 18.44 1 17.75V2.25C1 1.56 1.56 1 2.25 1zM17 17V3H3v14h14zM10 6c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm3 5s0-6 3-6v10c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V8c2 0 3 4 3 4s1-3 3-3 3 2 3 2z";break;case"format-quote":e="M8.54 12.74c0-.87-.24-1.61-.72-2.22-.73-.92-2.14-1.03-2.96-.85-.34-1.93 1.3-4.39 3.42-5.45L6.65 1.94C3.45 3.46.31 6.96.85 11.37 1.19 14.16 2.8 16 5.08 16c1 0 1.83-.29 2.48-.88.66-.59.98-1.38.98-2.38zm9.43 0c0-.87-.24-1.61-.72-2.22-.73-.92-2.14-1.03-2.96-.85-.34-1.93 1.3-4.39 3.42-5.45l-1.63-2.28c-3.2 1.52-6.34 5.02-5.8 9.43.34 2.79 1.95 4.63 4.23 4.63 1 0 1.83-.29 2.48-.88.66-.59.98-1.38.98-2.38z";break;case"format-status":e="M10 1c7 0 9 2.91 9 6.5S17 14 10 14s-9-2.91-9-6.5S3 1 10 1zM5.5 9C6.33 9 7 8.33 7 7.5S6.33 6 5.5 6 4 6.67 4 7.5 4.67 9 5.5 9zM10 9c.83 0 1.5-.67 1.5-1.5S10.83 6 10 6s-1.5.67-1.5 1.5S9.17 9 10 9zm4.5 0c.83 0 1.5-.67 1.5-1.5S15.33 6 14.5 6 13 6.67 13 7.5 13.67 9 14.5 9zM6 14.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-3 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z";break;case"format-video":e="M2 1h16c.55 0 1 .45 1 1v16l-18-.02V2c0-.55.45-1 1-1zm4 1L4 5h1l2-3H6zm4 0H9L7 5h1zm3 0h-1l-2 3h1zm3 0h-1l-2 3h1zm1 14V6H3v10h14zM8 7l6 4-6 4V7z";break;case"forms":e="M2 2h7v7H2V2zm9 0v7h7V2h-7zM5.5 4.5L7 3H4zM12 8V3h5v5h-5zM4.5 5.5L3 4v3zM8 4L6.5 5.5 8 7V4zM5.5 6.5L4 8h3zM9 18v-7H2v7h7zm9 0h-7v-7h7v7zM8 12v5H3v-5h5zm6.5 1.5L16 12h-3zM12 16l1.5-1.5L12 13v3zm3.5-1.5L17 16v-3zm-1 1L13 17h3z";break;case"googleplus":e="M6.73 10h5.4c.05.29.09.57.09.95 0 3.27-2.19 5.6-5.49 5.6-3.17 0-5.73-2.57-5.73-5.73 0-3.17 2.56-5.73 5.73-5.73 1.54 0 2.84.57 3.83 1.5l-1.55 1.5c-.43-.41-1.17-.89-2.28-.89-1.96 0-3.55 1.62-3.55 3.62 0 1.99 1.59 3.61 3.55 3.61 2.26 0 3.11-1.62 3.24-2.47H6.73V10zM19 10v1.64h-1.64v1.63h-1.63v-1.63h-1.64V10h1.64V8.36h1.63V10H19z";break;case"grid-view":e="M2 1h16c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm7.01 7.99v-6H3v6h6.01zm8 0v-6h-6v6h6zm-8 8.01v-6H3v6h6.01zm8 0v-6h-6v6h6z";break;case"groups":e="M8.03 4.46c-.29 1.28.55 3.46 1.97 3.46 1.41 0 2.25-2.18 1.96-3.46-.22-.98-1.08-1.63-1.96-1.63-.89 0-1.74.65-1.97 1.63zm-4.13.9c-.25 1.08.47 2.93 1.67 2.93s1.92-1.85 1.67-2.93c-.19-.83-.92-1.39-1.67-1.39s-1.48.56-1.67 1.39zm8.86 0c-.25 1.08.47 2.93 1.66 2.93 1.2 0 1.92-1.85 1.67-2.93-.19-.83-.92-1.39-1.67-1.39-.74 0-1.47.56-1.66 1.39zm-.59 11.43l1.25-4.3C14.2 10 12.71 8.47 10 8.47c-2.72 0-4.21 1.53-3.44 4.02l1.26 4.3C8.05 17.51 9 18 10 18c.98 0 1.94-.49 2.17-1.21zm-6.1-7.63c-.49.67-.96 1.83-.42 3.59l1.12 3.79c-.34.2-.77.31-1.2.31-.85 0-1.65-.41-1.85-1.03l-1.07-3.65c-.65-2.11.61-3.4 2.92-3.4.27 0 .54.02.79.06-.1.1-.2.22-.29.33zm8.35-.39c2.31 0 3.58 1.29 2.92 3.4l-1.07 3.65c-.2.62-1 1.03-1.85 1.03-.43 0-.86-.11-1.2-.31l1.11-3.77c.55-1.78.08-2.94-.42-3.61-.08-.11-.18-.23-.28-.33.25-.04.51-.06.79-.06z";break;case"hammer":e="M17.7 6.32l1.41 1.42-3.47 3.41-1.42-1.42.84-.82c-.32-.76-.81-1.57-1.51-2.31l-4.61 6.59-5.26 4.7c-.39.39-1.02.39-1.42 0l-1.2-1.21c-.39-.39-.39-1.02 0-1.41l10.97-9.92c-1.37-.86-3.21-1.46-5.67-1.48 2.7-.82 4.95-.93 6.58-.3 1.7.66 2.82 2.2 3.91 3.58z";break;case"heading":e="M12.5 4v5.2h-5V4H5v13h2.5v-5.2h5V17H15V4";break;case"heart":e="M10 17.12c3.33-1.4 5.74-3.79 7.04-6.21 1.28-2.41 1.46-4.81.32-6.25-1.03-1.29-2.37-1.78-3.73-1.74s-2.68.63-3.63 1.46c-.95-.83-2.27-1.42-3.63-1.46s-2.7.45-3.73 1.74c-1.14 1.44-.96 3.84.34 6.25 1.28 2.42 3.69 4.81 7.02 6.21z";break;case"hidden":e="M17.2 3.3l.16.17c.39.39.39 1.02 0 1.41L4.55 17.7c-.39.39-1.03.39-1.41 0l-.17-.17c-.39-.39-.39-1.02 0-1.41l1.59-1.6c-1.57-1-2.76-2.3-3.56-3.93.81-1.65 2.03-2.98 3.64-3.99S8.04 5.09 10 5.09c1.2 0 2.33.21 3.4.6l2.38-2.39c.39-.39 1.03-.39 1.42 0zm-7.09 4.01c-.23.25-.34.54-.34.88 0 .31.12.58.31.81l1.8-1.79c-.13-.12-.28-.21-.45-.26-.11-.01-.28-.03-.49-.04-.33.03-.6.16-.83.4zM2.4 10.59c.69 1.23 1.71 2.25 3.05 3.05l1.28-1.28c-.51-.69-.77-1.47-.77-2.36 0-1.06.36-1.98 1.09-2.76-1.04.27-1.96.7-2.76 1.26-.8.58-1.43 1.27-1.89 2.09zm13.22-2.13l.96-.96c1.02.86 1.83 1.89 2.42 3.09-.81 1.65-2.03 2.98-3.64 3.99s-3.4 1.51-5.36 1.51c-.63 0-1.24-.07-1.83-.18l1.07-1.07c.25.02.5.05.76.05 1.63 0 3.13-.4 4.5-1.21s2.4-1.84 3.1-3.09c-.46-.82-1.09-1.51-1.89-2.09-.03-.01-.06-.03-.09-.04zm-5.58 5.58l4-4c-.01 1.1-.41 2.04-1.18 2.81-.78.78-1.72 1.18-2.82 1.19z";break;case"html":e="M4 16v-2H2v2H1v-5h1v2h2v-2h1v5H4zM7 16v-4H5.6v-1h3.7v1H8v4H7zM10 16v-5h1l1.4 3.4h.1L14 11h1v5h-1v-3.1h-.1l-1.1 2.5h-.6l-1.1-2.5H11V16h-1zM19 16h-3v-5h1v4h2v1zM9.4 4.2L7.1 6.5l2.3 2.3-.6 1.2-3.5-3.5L8.8 3l.6 1.2zm1.2 4.6l2.3-2.3-2.3-2.3.6-1.2 3.5 3.5-3.5 3.5-.6-1.2z";break;case"id-alt":e="M18 18H2V2h16v16zM8.05 7.53c.13-.07.24-.15.33-.24.09-.1.17-.21.24-.34.07-.14.13-.26.17-.37s.07-.22.1-.34L8.95 6c0-.04.01-.07.01-.09.05-.32.03-.61-.04-.9-.08-.28-.23-.52-.46-.72C8.23 4.1 7.95 4 7.6 4c-.2 0-.39.04-.56.11-.17.08-.31.18-.41.3-.11.13-.2.27-.27.44-.07.16-.11.33-.12.51s0 .36.01.55l.02.09c.01.06.03.15.06.25s.06.21.1.33.1.25.17.37c.08.12.16.23.25.33s.2.19.34.25c.13.06.28.09.43.09s.3-.03.43-.09zM16 5V4h-5v1h5zm0 2V6h-5v1h5zM7.62 8.83l-1.38-.88c-.41 0-.79.11-1.14.32-.35.22-.62.5-.81.85-.19.34-.29.7-.29 1.07v1.25l.2.05c.13.04.31.09.55.14.24.06.51.12.8.17.29.06.62.1 1 .14.37.04.73.06 1.07.06s.69-.02 1.07-.06.7-.09.98-.14c.27-.05.54-.1.82-.17.27-.06.45-.11.54-.13.09-.03.16-.05.21-.06v-1.25c0-.36-.1-.72-.31-1.07s-.49-.64-.84-.86-.72-.33-1.11-.33zM16 9V8h-3v1h3zm0 2v-1h-3v1h3zm0 3v-1H4v1h12zm0 2v-1H4v1h12z";break;case"id":e="M18 16H2V4h16v12zM7.05 8.53c.13-.07.24-.15.33-.24.09-.1.17-.21.24-.34.07-.14.13-.26.17-.37s.07-.22.1-.34L7.95 7c0-.04.01-.07.01-.09.05-.32.03-.61-.04-.9-.08-.28-.23-.52-.46-.72C7.23 5.1 6.95 5 6.6 5c-.2 0-.39.04-.56.11-.17.08-.31.18-.41.3-.11.13-.2.27-.27.44-.07.16-.11.33-.12.51s0 .36.01.55l.02.09c.01.06.03.15.06.25s.06.21.1.33.1.25.17.37c.08.12.16.23.25.33s.2.19.34.25c.13.06.28.09.43.09s.3-.03.43-.09zM17 9V5h-5v4h5zm-10.38.83l-1.38-.88c-.41 0-.79.11-1.14.32-.35.22-.62.5-.81.85-.19.34-.29.7-.29 1.07v1.25l.2.05c.13.04.31.09.55.14.24.06.51.12.8.17.29.06.62.1 1 .14.37.04.73.06 1.07.06s.69-.02 1.07-.06.7-.09.98-.14c.27-.05.54-.1.82-.17.27-.06.45-.11.54-.13.09-.03.16-.05.21-.06v-1.25c0-.36-.1-.72-.31-1.07s-.49-.64-.84-.86-.72-.33-1.11-.33zM17 11v-1h-5v1h5zm0 2v-1h-5v1h5zm0 2v-1H3v1h14z";break;case"image-crop":e="M19 12v3h-4v4h-3v-4H4V7H0V4h4V0h3v4h7l3-3 1 1-3 3v7h4zm-8-5H7v4zm-3 5h4V8z";break;case"image-filter":e="M14 5.87c0-2.2-1.79-4-4-4s-4 1.8-4 4c0 2.21 1.79 4 4 4s4-1.79 4-4zM3.24 10.66c-1.92 1.1-2.57 3.55-1.47 5.46 1.11 1.92 3.55 2.57 5.47 1.47 1.91-1.11 2.57-3.55 1.46-5.47-1.1-1.91-3.55-2.56-5.46-1.46zm9.52 6.93c1.92 1.1 4.36.45 5.47-1.46 1.1-1.92.45-4.36-1.47-5.47-1.91-1.1-4.36-.45-5.46 1.46-1.11 1.92-.45 4.36 1.46 5.47z";break;case"image-flip-horizontal":e="M19 3v14h-8v3H9v-3H1V3h8V0h2v3h8zm-8.5 14V3h-1v14h1zM7 6.5L3 10l4 3.5v-7zM17 10l-4-3.5v7z";break;case"image-flip-vertical":e="M20 9v2h-3v8H3v-8H0V9h3V1h14v8h3zM6.5 7h7L10 3zM17 9.5H3v1h14v-1zM13.5 13h-7l3.5 4z";break;case"image-rotate-left":e="M7 5H5.05c0-1.74.85-2.9 2.95-2.9V0C4.85 0 2.96 2.11 2.96 5H1.18L3.8 8.39zm13-4v14h-5v5H1V10h9V1h10zm-2 2h-6v7h3v3h3V3zm-5 9H3v6h10v-6z";break;case"image-rotate-right":e="M15.95 5H14l3.2 3.39L19.82 5h-1.78c0-2.89-1.89-5-5.04-5v2.1c2.1 0 2.95 1.16 2.95 2.9zM1 1h10v9h9v10H6v-5H1V1zm2 2v10h3v-3h3V3H3zm5 9v6h10v-6H8z";break;case"image-rotate":e="M10.25 1.02c5.1 0 8.75 4.04 8.75 9s-3.65 9-8.75 9c-3.2 0-6.02-1.59-7.68-3.99l2.59-1.52c1.1 1.5 2.86 2.51 4.84 2.51 3.3 0 6-2.79 6-6s-2.7-6-6-6c-1.97 0-3.72 1-4.82 2.49L7 8.02l-6 2v-7L2.89 4.6c1.69-2.17 4.36-3.58 7.36-3.58z";break;case"images-alt":e="M4 15v-3H2V2h12v3h2v3h2v10H6v-3H4zm7-12c-1.1 0-2 .9-2 2h4c0-1.1-.89-2-2-2zm-7 8V6H3v5h1zm7-3h4c0-1.1-.89-2-2-2-1.1 0-2 .9-2 2zm-5 6V9H5v5h1zm9-1c1.1 0 2-.89 2-2 0-1.1-.9-2-2-2s-2 .9-2 2c0 1.11.9 2 2 2zm2 4v-2c-5 0-5-3-10-3v5h10z";break;case"images-alt2":e="M5 3h14v11h-2v2h-2v2H1V7h2V5h2V3zm13 10V4H6v9h12zm-3-4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm1 6v-1H5V6H4v9h12zM7 6l10 6H7V6zm7 11v-1H3V8H2v9h12z";break;case"index-card":e="M1 3.17V18h18V4H8v-.83c0-.32-.12-.6-.35-.83S7.14 2 6.82 2H2.18c-.33 0-.6.11-.83.34-.24.23-.35.51-.35.83zM10 6v2H3V6h7zm7 0v10h-5V6h5zm-7 4v2H3v-2h7zm0 4v2H3v-2h7z";break;case"info-outline":e="M9 15h2V9H9v6zm1-10c-.5 0-1 .5-1 1s.5 1 1 1 1-.5 1-1-.5-1-1-1zm0-4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z";break;case"info":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1 4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 9V9H9v6h2z";break;case"insert-after":e="M9 12h2v-2h2V8h-2V6H9v2H7v2h2v2zm1 4c3.9 0 7-3.1 7-7s-3.1-7-7-7-7 3.1-7 7 3.1 7 7 7zm0-12c2.8 0 5 2.2 5 5s-2.2 5-5 5-5-2.2-5-5 2.2-5 5-5zM3 19h14v-2H3v2z";break;case"insert-before":e="M11 8H9v2H7v2h2v2h2v-2h2v-2h-2V8zm-1-4c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zM3 1v2h14V1H3z";break;case"insert":e="M10 1c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm1-11H9v3H6v2h3v3h2v-3h3V9h-3V6z";break;case"instagram":e="M12.67 10A2.67 2.67 0 1 0 10 12.67 2.68 2.68 0 0 0 12.67 10zm1.43 0A4.1 4.1 0 1 1 10 5.9a4.09 4.09 0 0 1 4.1 4.1zm1.13-4.27a1 1 0 1 1-1-1 1 1 0 0 1 1 1zM10 3.44c-1.17 0-3.67-.1-4.72.32a2.67 2.67 0 0 0-1.52 1.52c-.42 1-.32 3.55-.32 4.72s-.1 3.67.32 4.72a2.74 2.74 0 0 0 1.52 1.52c1 .42 3.55.32 4.72.32s3.67.1 4.72-.32a2.83 2.83 0 0 0 1.52-1.52c.42-1.05.32-3.55.32-4.72s.1-3.67-.32-4.72a2.74 2.74 0 0 0-1.52-1.52c-1.05-.42-3.55-.32-4.72-.32zM18 10c0 1.1 0 2.2-.05 3.3a4.84 4.84 0 0 1-1.29 3.36A4.8 4.8 0 0 1 13.3 18H6.7a4.84 4.84 0 0 1-3.36-1.29 4.84 4.84 0 0 1-1.29-3.41C2 12.2 2 11.1 2 10V6.7a4.84 4.84 0 0 1 1.34-3.36A4.8 4.8 0 0 1 6.7 2.05C7.8 2 8.9 2 10 2h3.3a4.84 4.84 0 0 1 3.36 1.29A4.8 4.8 0 0 1 18 6.7V10z";break;case"keyboard-hide":e="M18,0 L2,0 C0.9,0 0.01,0.9 0.01,2 L0,12 C0,13.1 0.9,14 2,14 L18,14 C19.1,14 20,13.1 20,12 L20,2 C20,0.9 19.1,0 18,0 Z M18,12 L2,12 L2,2 L18,2 L18,12 Z M9,3 L11,3 L11,5 L9,5 L9,3 Z M9,6 L11,6 L11,8 L9,8 L9,6 Z M6,3 L8,3 L8,5 L6,5 L6,3 Z M6,6 L8,6 L8,8 L6,8 L6,6 Z M3,6 L5,6 L5,8 L3,8 L3,6 Z M3,3 L5,3 L5,5 L3,5 L3,3 Z M6,9 L14,9 L14,11 L6,11 L6,9 Z M12,6 L14,6 L14,8 L12,8 L12,6 Z M12,3 L14,3 L14,5 L12,5 L12,3 Z M15,6 L17,6 L17,8 L15,8 L15,6 Z M15,3 L17,3 L17,5 L15,5 L15,3 Z M10,20 L14,16 L6,16 L10,20 Z";break;case"laptop":e="M3 3h14c.6 0 1 .4 1 1v10c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V4c0-.6.4-1 1-1zm13 2H4v8h12V5zm-3 1H5v4zm6 11v-1H1v1c0 .6.5 1 1.1 1h15.8c.6 0 1.1-.4 1.1-1z";break;case"layout":e="M2 2h5v11H2V2zm6 0h5v5H8V2zm6 0h4v16h-4V2zM8 8h5v5H8V8zm-6 6h11v4H2v-4z";break;case"leftright":e="M3 10.03L9 6v8zM11 6l6 4.03L11 14V6z";break;case"lightbulb":e="M10 1c3.11 0 5.63 2.52 5.63 5.62 0 1.84-2.03 4.58-2.03 4.58-.33.44-.6 1.25-.6 1.8v1c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-1c0-.55-.27-1.36-.6-1.8 0 0-2.02-2.74-2.02-4.58C4.38 3.52 6.89 1 10 1zM7 16.87V16h6v.87c0 .62-.13 1.13-.75 1.13H12c0 .62-.4 1-1.02 1h-2c-.61 0-.98-.38-.98-1h-.25c-.62 0-.75-.51-.75-1.13z";break;case"list-view":e="M2 19h16c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1zM4 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6V3h11zM4 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6V7h11zM4 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6v-2h11zM4 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6v-2h11z";break;case"location-alt":e="M13 13.14l1.17-5.94c.79-.43 1.33-1.25 1.33-2.2 0-1.38-1.12-2.5-2.5-2.5S10.5 3.62 10.5 5c0 .95.54 1.77 1.33 2.2zm0-9.64c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm1.72 4.8L18 6.97v9L13.12 18 7 15.97l-5 2v-9l5-2 4.27 1.41 1.73 7.3z";break;case"location":e="M10 2C6.69 2 4 4.69 4 8c0 2.02 1.17 3.71 2.53 4.89.43.37 1.18.96 1.85 1.83.74.97 1.41 2.01 1.62 2.71.21-.7.88-1.74 1.62-2.71.67-.87 1.42-1.46 1.85-1.83C14.83 11.71 16 10.02 16 8c0-3.31-2.69-6-6-6zm0 2.56c1.9 0 3.44 1.54 3.44 3.44S11.9 11.44 10 11.44 6.56 9.9 6.56 8 8.1 4.56 10 4.56z";break;case"lock":e="M14 9h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h1V6c0-2.21 1.79-4 4-4s4 1.79 4 4v3zm-2 0V6c0-1.1-.9-2-2-2s-2 .9-2 2v3h4zm-1 7l-.36-2.15c.51-.24.86-.75.86-1.35 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .6.35 1.11.86 1.35L9 16h2z";break;case"marker":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z";break;case"media-archive":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zM8 3.5v2l1.8-1zM11 5L9.2 6 11 7V5zM8 6.5v2l1.8-1zM11 8L9.2 9l1.8 1V8zM8 9.5v2l1.8-1zm3 1.5l-1.8 1 1.8 1v-2zm-1.5 6c.83 0 1.62-.72 1.5-1.63-.05-.38-.49-1.61-.49-1.61l-1.99-1.1s-.45 1.95-.52 2.71c-.07.77.67 1.63 1.5 1.63zm0-2.39c.42 0 .76.34.76.76 0 .43-.34.77-.76.77s-.76-.34-.76-.77c0-.42.34-.76.76-.76z";break;case"media-audio":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm1 7.26V8.09c0-.11-.04-.21-.12-.29-.07-.08-.16-.11-.27-.1 0 0-3.97.71-4.25.78C8.07 8.54 8 8.8 8 9v3.37c-.2-.09-.42-.07-.6-.07-.38 0-.7.13-.96.39-.26.27-.4.58-.4.96 0 .37.14.69.4.95.26.27.58.4.96.4.34 0 .7-.04.96-.26.26-.23.64-.65.64-1.12V10.3l3-.6V12c-.67-.2-1.17.04-1.44.31-.26.26-.39.58-.39.95 0 .38.13.69.39.96.27.26.71.39 1.08.39.38 0 .7-.13.96-.39.26-.27.4-.58.4-.96z";break;case"media-code":e="M12 2l4 4v12H4V2h8zM9 13l-2-2 2-2-1-1-3 3 3 3zm3 1l3-3-3-3-1 1 2 2-2 2z";break;case"media-default":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3z";break;case"media-document":e="M12 2l4 4v12H4V2h8zM5 3v1h6V3H5zm7 3h3l-3-3v3zM5 5v1h6V5H5zm10 3V7H5v1h10zM5 9v1h4V9H5zm10 3V9h-5v3h5zM5 11v1h4v-1H5zm10 3v-1H5v1h10zm-3 2v-1H5v1h7z";break;case"media-interactive":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm2 8V8H6v6h3l-1 2h1l1-2 1 2h1l-1-2h3zm-6-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-2v2h-3V9h3zm0 3v1H7v-1h6z";break;case"media-spreadsheet":e="M12 2l4 4v12H4V2h8zm-1 4V3H5v3h6zM8 8V7H5v1h3zm3 0V7H9v1h2zm4 0V7h-3v1h3zm-7 2V9H5v1h3zm3 0V9H9v1h2zm4 0V9h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2zm4 0v-1h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2zm4 0v-1h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2z";break;case"media-text":e="M12 2l4 4v12H4V2h8zM5 3v1h6V3H5zm7 3h3l-3-3v3zM5 5v1h6V5H5zm10 3V7H5v1h10zm0 2V9H5v1h10zm0 2v-1H5v1h10zm-4 2v-1H5v1h6z";break;case"media-video":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm-1 8v-3c0-.27-.1-.51-.29-.71-.2-.19-.44-.29-.71-.29H7c-.27 0-.51.1-.71.29-.19.2-.29.44-.29.71v3c0 .27.1.51.29.71.2.19.44.29.71.29h3c.27 0 .51-.1.71-.29.19-.2.29-.44.29-.71zm3 1v-5l-2 2v1z";break;case"megaphone":e="M18.15 5.94c.46 1.62.38 3.22-.02 4.48-.42 1.28-1.26 2.18-2.3 2.48-.16.06-.26.06-.4.06-.06.02-.12.02-.18.02-.06.02-.14.02-.22.02h-6.8l2.22 5.5c.02.14-.06.26-.14.34-.08.1-.24.16-.34.16H6.95c-.1 0-.26-.06-.34-.16-.08-.08-.16-.2-.14-.34l-1-5.5H4.25l-.02-.02c-.5.06-1.08-.18-1.54-.62s-.88-1.08-1.06-1.88c-.24-.8-.2-1.56-.02-2.2.18-.62.58-1.08 1.06-1.3l.02-.02 9-5.4c.1-.06.18-.1.24-.16.06-.04.14-.08.24-.12.16-.08.28-.12.5-.18 1.04-.3 2.24.1 3.22.98s1.84 2.24 2.26 3.86zm-2.58 5.98h-.02c.4-.1.74-.34 1.04-.7.58-.7.86-1.76.86-3.04 0-.64-.1-1.3-.28-1.98-.34-1.36-1.02-2.5-1.78-3.24s-1.68-1.1-2.46-.88c-.82.22-1.4.96-1.7 2-.32 1.04-.28 2.36.06 3.72.38 1.36 1 2.5 1.8 3.24.78.74 1.62 1.1 2.48.88zm-2.54-7.08c.22-.04.42-.02.62.04.38.16.76.48 1.02 1s.42 1.2.42 1.78c0 .3-.04.56-.12.8-.18.48-.44.84-.86.94-.34.1-.8-.06-1.14-.4s-.64-.86-.78-1.5c-.18-.62-.12-1.24.02-1.72s.48-.84.82-.94z";break;case"menu-alt":e="M3 4h14v2H3V4zm0 5h14v2H3V9zm0 5h14v2H3v-2z";break;case"menu":e="M17 7V5H3v2h14zm0 4V9H3v2h14zm0 4v-2H3v2h14z";break;case"microphone":e="M12 9V3c0-1.1-.89-2-2-2-1.12 0-2 .94-2 2v6c0 1.1.9 2 2 2 1.13 0 2-.94 2-2zm4 0c0 2.97-2.16 5.43-5 5.91V17h2c.56 0 1 .45 1 1s-.44 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.09C6.17 14.43 4 11.97 4 9c0-.55.45-1 1-1 .56 0 1 .45 1 1 0 2.21 1.8 4 4 4 2.21 0 4-1.79 4-4 0-.55.45-1 1-1 .56 0 1 .45 1 1z";break;case"migrate":e="M4 6h6V4H2v12.01h8V14H4V6zm2 2h6V5l6 5-6 5v-3H6V8z";break;case"minus":e="M4 9h12v2H4V9z";break;case"money":e="M0 3h20v12h-.75c0-1.79-1.46-3.25-3.25-3.25-1.31 0-2.42.79-2.94 1.91-.25-.1-.52-.16-.81-.16-.98 0-1.8.63-2.11 1.5H0V3zm8.37 3.11c-.06.15-.1.31-.11.47s-.01.33.01.5l.02.08c.01.06.02.14.05.23.02.1.06.2.1.31.03.11.09.22.15.33.07.12.15.22.23.31s.18.17.31.23c.12.06.25.09.4.09.14 0 .27-.03.39-.09s.22-.14.3-.22c.09-.09.16-.2.22-.32.07-.12.12-.23.16-.33s.07-.2.09-.31c.03-.11.04-.18.05-.22s.01-.07.01-.09c.05-.29.03-.56-.04-.82s-.21-.48-.41-.66c-.21-.18-.47-.27-.79-.27-.19 0-.36.03-.52.1-.15.07-.28.16-.38.28-.09.11-.17.25-.24.4zm4.48 6.04v-1.14c0-.33-.1-.66-.29-.98s-.45-.59-.77-.79c-.32-.21-.66-.31-1.02-.31l-1.24.84-1.28-.82c-.37 0-.72.1-1.04.3-.31.2-.56.46-.74.77-.18.32-.27.65-.27.99v1.14l.18.05c.12.04.29.08.51.14.23.05.47.1.74.15.26.05.57.09.91.13.34.03.67.05.99.05.3 0 .63-.02.98-.05.34-.04.64-.08.89-.13.25-.04.5-.1.76-.16l.5-.12c.08-.02.14-.04.19-.06zm3.15.1c1.52 0 2.75 1.23 2.75 2.75s-1.23 2.75-2.75 2.75c-.73 0-1.38-.3-1.87-.77.23-.35.37-.78.37-1.23 0-.77-.39-1.46-.99-1.86.43-.96 1.37-1.64 2.49-1.64zm-5.5 3.5c0-.96.79-1.75 1.75-1.75s1.75.79 1.75 1.75-.79 1.75-1.75 1.75-1.75-.79-1.75-1.75z";break;case"move":e="M19 10l-4 4v-3h-4v4h3l-4 4-4-4h3v-4H5v3l-4-4 4-4v3h4V5H6l4-4 4 4h-3v4h4V6z";break;case"nametag":e="M12 5V2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm-2-3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 13V7c0-1.1-.9-2-2-2h-3v.33C13 6.25 12.25 7 11.33 7H8.67C7.75 7 7 6.25 7 5.33V5H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-1-6v6H3V9h14zm-8 2c0-.55-.22-1-.5-1s-.5.45-.5 1 .22 1 .5 1 .5-.45.5-1zm3 0c0-.55-.22-1-.5-1s-.5.45-.5 1 .22 1 .5 1 .5-.45.5-1zm-5.96 1.21c.92.48 2.34.79 3.96.79s3.04-.31 3.96-.79c-.21 1-1.89 1.79-3.96 1.79s-3.75-.79-3.96-1.79z";break;case"networking":e="M18 13h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01h-4c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2h-5v2h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01H8c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2H4v2h1c.55 0 1 .45 1 1.01v2.98C6 17.55 5.55 18 5 18H1c-.55 0-1-.45-1-1.01v-2.98C0 13.45.45 13 1 13h1v-2c0-1.1.9-2 2-2h5V7H8c-.55 0-1-.45-1-1.01V3.01C7 2.45 7.45 2 8 2h4c.55 0 1 .45 1 1.01v2.98C13 6.55 12.55 7 12 7h-1v2h5c1.1 0 2 .9 2 2v2z";break;case"no-alt":e="M14.95 6.46L11.41 10l3.54 3.54-1.41 1.41L10 11.42l-3.53 3.53-1.42-1.42L8.58 10 5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z";break;case"no":e="M12.12 10l3.53 3.53-2.12 2.12L10 12.12l-3.54 3.54-2.12-2.12L7.88 10 4.34 6.46l2.12-2.12L10 7.88l3.54-3.53 2.12 2.12z";break;case"palmtree":e="M8.58 2.39c.32 0 .59.05.81.14 1.25.55 1.69 2.24 1.7 3.97.59-.82 2.15-2.29 3.41-2.29s2.94.73 3.53 3.55c-1.13-.65-2.42-.94-3.65-.94-1.26 0-2.45.32-3.29.89.4-.11.86-.16 1.33-.16 1.39 0 2.9.45 3.4 1.31.68 1.16.47 3.38-.76 4.14-.14-2.1-1.69-4.12-3.47-4.12-.44 0-.88.12-1.33.38C8 10.62 7 14.56 7 19H2c0-5.53 4.21-9.65 7.68-10.79-.56-.09-1.17-.15-1.82-.15C6.1 8.06 4.05 8.5 2 10c.76-2.96 2.78-4.1 4.69-4.1 1.25 0 2.45.5 3.2 1.29-.66-2.24-2.49-2.86-4.08-2.86-.8 0-1.55.16-2.05.35.91-1.29 3.31-2.29 4.82-2.29zM13 11.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z";break;case"paperclip":e="M17.05 2.7c1.93 1.94 1.93 5.13 0 7.07L10 16.84c-1.88 1.89-4.91 1.93-6.86.15-.06-.05-.13-.09-.19-.15-1.93-1.94-1.93-5.12 0-7.07l4.94-4.95c.91-.92 2.28-1.1 3.39-.58.3.15.59.33.83.58 1.17 1.17 1.17 3.07 0 4.24l-4.93 4.95c-.39.39-1.02.39-1.41 0s-.39-1.02 0-1.41l4.93-4.95c.39-.39.39-1.02 0-1.41-.38-.39-1.02-.39-1.4 0l-4.94 4.95c-.91.92-1.1 2.29-.57 3.4.14.3.32.59.57.84s.54.43.84.57c1.11.53 2.47.35 3.39-.57l7.05-7.07c1.16-1.17 1.16-3.08 0-4.25-.56-.55-1.28-.83-2-.86-.08.01-.16.01-.24 0-.22-.03-.43-.11-.6-.27-.39-.4-.38-1.05.02-1.45.16-.16.36-.24.56-.28.14-.02.27-.01.4.02 1.19.06 2.36.52 3.27 1.43z";break;case"performance":e="M3.76 17.01h12.48C17.34 15.63 18 13.9 18 12c0-4.41-3.58-8-8-8s-8 3.59-8 8c0 1.9.66 3.63 1.76 5.01zM9 6c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zM4 8c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm4.52 3.4c.84-.83 6.51-3.5 6.51-3.5s-2.66 5.68-3.49 6.51c-.84.84-2.18.84-3.02 0-.83-.83-.83-2.18 0-3.01zM3 13c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm6 0c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm6 0c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1z";break;case"phone":e="M12.06 6l-.21-.2c-.52-.54-.43-.79.08-1.3l2.72-2.75c.81-.82.96-1.21 1.73-.48l.21.2zm.53.45l4.4-4.4c.7.94 2.34 3.47 1.53 5.34-.73 1.67-1.09 1.75-2 3-1.85 2.11-4.18 4.37-6 6.07-1.26.91-1.31 1.33-3 2-1.8.71-4.4-.89-5.38-1.56l4.4-4.4 1.18 1.62c.34.46 1.2-.06 1.8-.66 1.04-1.05 3.18-3.18 4-4.07.59-.59 1.12-1.45.66-1.8zM1.57 16.5l-.21-.21c-.68-.74-.29-.9.52-1.7l2.74-2.72c.51-.49.75-.6 1.27-.11l.2.21z";break;case"playlist-audio":e="M17 3V1H2v2h15zm0 4V5H2v2h15zm-7 4V9H2v2h8zm7.45-1.96l-6 1.12c-.16.02-.19.03-.29.13-.11.09-.16.22-.16.37v4.59c-.29-.13-.66-.14-.93-.14-.54 0-1 .19-1.38.57s-.56.84-.56 1.38c0 .53.18.99.56 1.37s.84.57 1.38.57c.49 0 .92-.16 1.29-.48s.59-.71.65-1.19v-4.95L17 11.27v3.48c-.29-.13-.56-.19-.83-.19-.54 0-1.11.19-1.49.57-.38.37-.57.83-.57 1.37s.19.99.57 1.37.84.57 1.38.57c.53 0 .99-.19 1.37-.57s.57-.83.57-1.37V9.6c0-.16-.05-.3-.16-.41-.11-.12-.24-.17-.39-.15zM8 15v-2H2v2h6zm-2 4v-2H2v2h4z";break;case"playlist-video":e="M17 3V1H2v2h15zm0 4V5H2v2h15zM6 11V9H2v2h4zm2-2h9c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1zm3 7l3.33-2L11 12v4zm-5-1v-2H2v2h4zm0 4v-2H2v2h4z";break;case"plus-alt":e="M15.8 4.2c3.2 3.21 3.2 8.39 0 11.6-3.21 3.2-8.39 3.2-11.6 0C1 12.59 1 7.41 4.2 4.2 7.41 1 12.59 1 15.8 4.2zm-4.3 11.3v-4h4v-3h-4v-4h-3v4h-4v3h4v4h3z";break;case"plus-light":e="M17 9v2h-6v6H9v-6H3V9h6V3h2v6h6z";break;case"plus":e="M17 7v3h-5v5H9v-5H4V7h5V2h3v5h5z";break;case"portfolio":e="M4 5H.78c-.37 0-.74.32-.69.84l1.56 9.99S3.5 8.47 3.86 6.7c.11-.53.61-.7.98-.7H10s-.7-2.08-.77-2.31C9.11 3.25 8.89 3 8.45 3H5.14c-.36 0-.7.23-.8.64C4.25 4.04 4 5 4 5zm4.88 0h-4s.42-1 .87-1h2.13c.48 0 1 1 1 1zM2.67 16.25c-.31.47-.76.75-1.26.75h15.73c.54 0 .92-.31 1.03-.83.44-2.19 1.68-8.44 1.68-8.44.07-.5-.3-.73-.62-.73H16V5.53c0-.16-.26-.53-.66-.53h-3.76c-.52 0-.87.58-.87.58L10 7H5.59c-.32 0-.63.19-.69.5 0 0-1.59 6.7-1.72 7.33-.07.37-.22.99-.51 1.42zM15.38 7H11s.58-1 1.13-1h2.29c.71 0 .96 1 .96 1z";break;case"post-status":e="M14 6c0 1.86-1.28 3.41-3 3.86V16c0 1-2 2-2 2V9.86c-1.72-.45-3-2-3-3.86 0-2.21 1.79-4 4-4s4 1.79 4 4zM8 5c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z";break;case"pressthis":e="M14.76 1C16.55 1 18 2.46 18 4.25c0 1.78-1.45 3.24-3.24 3.24-.23 0-.47-.03-.7-.08L13 8.47V19H2V4h9.54c.13-2 1.52-3 3.22-3zm0 5.49C16 6.49 17 5.48 17 4.25 17 3.01 16 2 14.76 2s-2.24 1.01-2.24 2.25c0 .37.1.72.27 1.03L9.57 8.5c-.28.28-1.77 2.22-1.5 2.49.02.03.06.04.1.04.49 0 2.14-1.28 2.39-1.53l3.24-3.24c.29.14.61.23.96.23z";break;case"products":e="M17 8h1v11H2V8h1V6c0-2.76 2.24-5 5-5 .71 0 1.39.15 2 .42.61-.27 1.29-.42 2-.42 2.76 0 5 2.24 5 5v2zM5 6v2h2V6c0-1.13.39-2.16 1.02-3H8C6.35 3 5 4.35 5 6zm10 2V6c0-1.65-1.35-3-3-3h-.02c.63.84 1.02 1.87 1.02 3v2h2zm-5-4.22C9.39 4.33 9 5.12 9 6v2h2V6c0-.88-.39-1.67-1-2.22z";break;case"randomize":e="M18 6.01L14 9V7h-4l-5 8H2v-2h2l5-8h5V3zM2 5h3l1.15 2.17-1.12 1.8L4 7H2V5zm16 9.01L14 17v-2H9l-1.15-2.17 1.12-1.8L10 13h4v-2z";break;case"redo":e="M8 5h5V2l6 4-6 4V7H8c-2.2 0-4 1.8-4 4s1.8 4 4 4h5v2H8c-3.3 0-6-2.7-6-6s2.7-6 6-6z";break;case"rest-api":e="M3 4h2v12H3z";break;case"rss":e="M14.92 18H18C18 9.32 10.82 2.25 2 2.25v3.02c7.12 0 12.92 5.71 12.92 12.73zm-5.44 0h3.08C12.56 12.27 7.82 7.6 2 7.6v3.02c2 0 3.87.77 5.29 2.16C8.7 14.17 9.48 16.03 9.48 18zm-5.35-.02c1.17 0 2.13-.93 2.13-2.09 0-1.15-.96-2.09-2.13-2.09-1.18 0-2.13.94-2.13 2.09 0 1.16.95 2.09 2.13 2.09z";break;case"saved":e="M15.3 5.3l-6.8 6.8-2.8-2.8-1.4 1.4 4.2 4.2 8.2-8.2";break;case"schedule":e="M2 2h16v4H2V2zm0 10V8h4v4H2zm6-2V8h4v2H8zm6 3V8h4v5h-4zm-6 5v-6h4v6H8zm-6 0v-4h4v4H2zm12 0v-3h4v3h-4z";break;case"screenoptions":e="M9 9V3H3v6h6zm8 0V3h-6v6h6zm-8 8v-6H3v6h6zm8 0v-6h-6v6h6z";break;case"search":e="M12.14 4.18c1.87 1.87 2.11 4.75.72 6.89.12.1.22.21.36.31.2.16.47.36.81.59.34.24.56.39.66.47.42.31.73.57.94.78.32.32.6.65.84 1 .25.35.44.69.59 1.04.14.35.21.68.18 1-.02.32-.14.59-.36.81s-.49.34-.81.36c-.31.02-.65-.04-.99-.19-.35-.14-.7-.34-1.04-.59-.35-.24-.68-.52-1-.84-.21-.21-.47-.52-.77-.93-.1-.13-.25-.35-.47-.66-.22-.32-.4-.57-.56-.78-.16-.2-.29-.35-.44-.5-2.07 1.09-4.69.76-6.44-.98-2.14-2.15-2.14-5.64 0-7.78 2.15-2.15 5.63-2.15 7.78 0zm-1.41 6.36c1.36-1.37 1.36-3.58 0-4.95-1.37-1.37-3.59-1.37-4.95 0-1.37 1.37-1.37 3.58 0 4.95 1.36 1.37 3.58 1.37 4.95 0z";break;case"share-alt":e="M16.22 5.8c.47.69.29 1.62-.4 2.08-.69.47-1.62.29-2.08-.4-.16-.24-.35-.46-.55-.67-.21-.2-.43-.39-.67-.55s-.5-.3-.77-.41c-.27-.12-.55-.21-.84-.26-.59-.13-1.23-.13-1.82-.01-.29.06-.57.15-.84.27-.27.11-.53.25-.77.41s-.46.35-.66.55c-.21.21-.4.43-.56.67s-.3.5-.41.76c-.01.02-.01.03-.01.04-.1.24-.17.48-.23.72H1V6h2.66c.04-.07.07-.13.12-.2.27-.4.57-.77.91-1.11s.72-.65 1.11-.91c.4-.27.83-.51 1.28-.7s.93-.34 1.41-.43c.99-.21 2.03-.21 3.02 0 .48.09.96.24 1.41.43s.88.43 1.28.7c.39.26.77.57 1.11.91s.64.71.91 1.11zM12.5 10c0-1.38-1.12-2.5-2.5-2.5S7.5 8.62 7.5 10s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5zm-8.72 4.2c-.47-.69-.29-1.62.4-2.09.69-.46 1.62-.28 2.08.41.16.24.35.46.55.67.21.2.43.39.67.55s.5.3.77.41c.27.12.55.2.84.26.59.13 1.23.12 1.82 0 .29-.06.57-.14.84-.26.27-.11.53-.25.77-.41s.46-.35.66-.55c.21-.21.4-.44.56-.67.16-.25.3-.5.41-.76.01-.02.01-.03.01-.04.1-.24.17-.48.23-.72H19v3h-2.66c-.04.06-.07.13-.12.2-.27.4-.57.77-.91 1.11s-.72.65-1.11.91c-.4.27-.83.51-1.28.7s-.93.33-1.41.43c-.99.21-2.03.21-3.02 0-.48-.1-.96-.24-1.41-.43s-.88-.43-1.28-.7c-.39-.26-.77-.57-1.11-.91s-.64-.71-.91-1.11z";break;case"share-alt2":e="M18 8l-5 4V9.01c-2.58.06-4.88.45-7 2.99.29-3.57 2.66-5.66 7-5.94V3zM4 14h11v-2l2-1.6V16H2V5h9.43c-1.83.32-3.31 1-4.41 2H4v7z";break;case"share":e="M14.5 12c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3c0-.24.03-.46.09-.69l-4.38-2.3c-.55.61-1.33.99-2.21.99-1.66 0-3-1.34-3-3s1.34-3 3-3c.88 0 1.66.39 2.21.99l4.38-2.3c-.06-.23-.09-.45-.09-.69 0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3c-.88 0-1.66-.39-2.21-.99l-4.38 2.3c.06.23.09.45.09.69s-.03.46-.09.69l4.38 2.3c.55-.61 1.33-.99 2.21-.99z";break;case"shield-alt":e="M10 2s3 2 7 2c0 11-7 14-7 14S3 15 3 4c4 0 7-2 7-2z";break;case"shield":e="M10 2s3 2 7 2c0 11-7 14-7 14S3 15 3 4c4 0 7-2 7-2zm0 8h5s1-1 1-5c0 0-5-1-6-2v7H5c1 4 5 7 5 7v-7z";break;case"shortcode":e="M6 14H4V6h2V4H2v12h4M7.1 17h2.1l3.7-14h-2.1M14 4v2h2v8h-2v2h4V4";break;case"slides":e="M5 14V6h10v8H5zm-3-1V7h2v6H2zm4-6v6h8V7H6zm10 0h2v6h-2V7zm-3 2V8H7v1h6zm0 3v-2H7v2h6z";break;case"smartphone":e="M6 2h8c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm7 12V4H7v10h6zM8 5h4l-4 5V5z";break;case"smiley":e="M7 5.2c1.1 0 2 .89 2 2 0 .37-.11.71-.28 1C8.72 8.2 8 8 7 8s-1.72.2-1.72.2c-.17-.29-.28-.63-.28-1 0-1.11.9-2 2-2zm6 0c1.11 0 2 .89 2 2 0 .37-.11.71-.28 1 0 0-.72-.2-1.72-.2s-1.72.2-1.72.2c-.17-.29-.28-.63-.28-1 0-1.11.89-2 2-2zm-3 13.7c3.72 0 7.03-2.36 8.23-5.88l-1.32-.46C15.9 15.52 13.12 17.5 10 17.5s-5.9-1.98-6.91-4.94l-1.32.46c1.2 3.52 4.51 5.88 8.23 5.88z";break;case"sort":e="M11 7H1l5 7zm-2 7h10l-5-7z";break;case"sos":e="M18 10c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM7.23 3.57L8.72 7.3c-.62.29-1.13.8-1.42 1.42L3.57 7.23c.71-1.64 2.02-2.95 3.66-3.66zm9.2 3.66L12.7 8.72c-.29-.62-.8-1.13-1.42-1.42l1.49-3.73c1.64.71 2.95 2.02 3.66 3.66zM10 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-6.43.77l3.73-1.49c.29.62.8 1.13 1.42 1.42l-1.49 3.73c-1.64-.71-2.95-2.02-3.66-3.66zm9.2 3.66l-1.49-3.73c.62-.29 1.13-.8 1.42-1.42l3.73 1.49c-.71 1.64-2.02 2.95-3.66 3.66z";break;case"star-empty":e="M10 1L7 7l-6 .75 4.13 4.62L4 19l6-3 6 3-1.12-6.63L19 7.75 13 7zm0 2.24l2.34 4.69 4.65.58-3.18 3.56.87 5.15L10 14.88l-4.68 2.34.87-5.15-3.18-3.56 4.65-.58z";break;case"star-filled":e="M10 1l3 6 6 .75-4.12 4.62L16 19l-6-3-6 3 1.13-6.63L1 7.75 7 7z";break;case"star-half":e="M10 1L7 7l-6 .75 4.13 4.62L4 19l6-3 6 3-1.12-6.63L19 7.75 13 7zm0 2.24l2.34 4.69 4.65.58-3.18 3.56.87 5.15L10 14.88V3.24z";break;case"sticky":e="M5 3.61V1.04l8.99-.01-.01 2.58c-1.22.26-2.16 1.35-2.16 2.67v.5c.01 1.31.93 2.4 2.17 2.66l-.01 2.58h-3.41l-.01 2.57c0 .6-.47 4.41-1.06 4.41-.6 0-1.08-3.81-1.08-4.41v-2.56L5 12.02l.01-2.58c1.23-.25 2.15-1.35 2.15-2.66v-.5c0-1.31-.92-2.41-2.16-2.67z";break;case"store":e="M1 10c.41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.51.43.54 0 1.08-.14 1.49-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.63-.46 1-1.17 1-2V7l-3-7H4L0 7v1c0 .83.37 1.54 1 2zm2 8.99h5v-5h4v5h5v-7c-.37-.05-.72-.22-1-.43-.63-.45-1-.73-1-1.56 0 .83-.38 1.11-1 1.56-.41.3-.95.43-1.49.44-.55 0-1.1-.14-1.51-.44-.63-.45-1-.73-1-1.56 0 .83-.38 1.11-1 1.56-.41.3-.95.43-1.5.44-.54 0-1.09-.14-1.5-.44-.63-.45-1-.73-1-1.57 0 .84-.38 1.12-1 1.57-.29.21-.63.38-1 .44v6.99z";break;case"table-col-after":e="M14.08 12.864V9.216h3.648V7.424H14.08V3.776h-1.728v3.648H8.64v1.792h3.712v3.648zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm0 5.12H1.28v3.84H6.4V6.4zm0 5.12H1.28v3.84H6.4v-3.84zM19.2 1.28H7.68v14.08H19.2V1.28z";break;case"table-col-before":e="M6.4 3.776v3.648H2.752v1.792H6.4v3.648h1.728V9.216h3.712V7.424H8.128V3.776zM0 17.92V0h20.48v17.92H0zM12.8 1.28H1.28v14.08H12.8V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.12h-5.12v3.84h5.12V6.4zm0 5.12h-5.12v3.84h5.12v-3.84z";break;case"table-col-delete":e="M6.4 9.98L7.68 8.7v-.256L6.4 7.164V9.98zm6.4-1.532l1.28-1.28V9.92L12.8 8.64v-.192zm7.68 9.472V0H0v17.92h20.48zm-1.28-2.56h-5.12v-1.024l-.256.256-1.024-1.024v1.792H7.68v-1.792l-1.024 1.024-.256-.256v1.024H1.28V1.28H6.4v2.368l.704-.704.576.576V1.216h5.12V3.52l.96-.96.32.32V1.216h5.12V15.36zm-5.76-2.112l-3.136-3.136-3.264 3.264-1.536-1.536 3.264-3.264L5.632 5.44l1.536-1.536 3.136 3.136 3.2-3.2 1.536 1.536-3.2 3.2 3.136 3.136-1.536 1.536z";break;case"table-row-after":e="M13.824 10.176h-2.88v-2.88H9.536v2.88h-2.88v1.344h2.88v2.88h1.408v-2.88h2.88zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm6.4 0H7.68v3.84h5.12V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.056H1.28v9.024H19.2V6.336z";break;case"table-row-before":e="M6.656 6.464h2.88v2.88h1.408v-2.88h2.88V5.12h-2.88V2.24H9.536v2.88h-2.88zM0 17.92V0h20.48v17.92H0zm7.68-2.56h5.12v-3.84H7.68v3.84zm-6.4 0H6.4v-3.84H1.28v3.84zM19.2 1.28H1.28v9.024H19.2V1.28zm0 10.24h-5.12v3.84h5.12v-3.84z";break;case"table-row-delete":e="M17.728 11.456L14.592 8.32l3.2-3.2-1.536-1.536-3.2 3.2L9.92 3.648 8.384 5.12l3.2 3.2-3.264 3.264 1.536 1.536 3.264-3.264 3.136 3.136 1.472-1.536zM0 17.92V0h20.48v17.92H0zm19.2-6.4h-.448l-1.28-1.28H19.2V6.4h-1.792l1.28-1.28h.512V1.28H1.28v3.84h6.208l1.28 1.28H1.28v3.84h7.424l-1.28 1.28H1.28v3.84H19.2v-3.84z";break;case"tablet":e="M4 2h12c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm11 14V4H5v12h10zM6 5h6l-6 5V5z";break;case"tag":e="M11 2h7v7L8 19l-7-7zm3 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z";break;case"tagcloud":e="M11 3v4H1V3h10zm8 0v4h-7V3h7zM7 8v3H1V8h6zm12 0v3H8V8h11zM9 12v2H1v-2h8zm10 0v2h-9v-2h9zM6 15v1H1v-1h5zm5 0v1H7v-1h4zm3 0v1h-2v-1h2zm5 0v1h-4v-1h4z";break;case"testimonial":e="M4 3h12c.55 0 1.02.2 1.41.59S18 4.45 18 5v7c0 .55-.2 1.02-.59 1.41S16.55 14 16 14h-1l-5 5v-5H4c-.55 0-1.02-.2-1.41-.59S2 12.55 2 12V5c0-.55.2-1.02.59-1.41S3.45 3 4 3zm11 2H4v1h11V5zm1 3H4v1h12V8zm-3 3H4v1h9v-1z";break;case"text":e="M18 3v2H2V3h16zm-6 4v2H2V7h10zm6 0v2h-4V7h4zM8 11v2H2v-2h6zm10 0v2h-8v-2h8zm-4 4v2H2v-2h12z";break;case"thumbs-down":e="M7.28 18c-.15.02-.26-.02-.41-.07-.56-.19-.83-.79-.66-1.35.17-.55 1-3.04 1-3.58 0-.53-.75-1-1.35-1h-3c-.6 0-1-.4-1-1s2-7 2-7c.17-.39.55-1 1-1H14v9h-2.14c-.41.41-3.3 4.71-3.58 5.27-.21.41-.6.68-1 .73zM18 12h-2V3h2v9z";break;case"thumbs-up":e="M12.72 2c.15-.02.26.02.41.07.56.19.83.79.66 1.35-.17.55-1 3.04-1 3.58 0 .53.75 1 1.35 1h3c.6 0 1 .4 1 1s-2 7-2 7c-.17.39-.55 1-1 1H6V8h2.14c.41-.41 3.3-4.71 3.58-5.27.21-.41.6-.68 1-.73zM2 8h2v9H2V8z";break;case"tickets-alt":e="M20 6.38L18.99 9.2v-.01c-.52-.19-1.03-.16-1.53.08s-.85.62-1.04 1.14-.16 1.03.07 1.53c.24.5.62.84 1.15 1.03v.01l-1.01 2.82-15.06-5.38.99-2.79c.52.19 1.03.16 1.53-.08.5-.23.84-.61 1.03-1.13s.16-1.03-.08-1.53c-.23-.49-.61-.83-1.13-1.02L4.93 1zm-4.97 5.69l1.37-3.76c.12-.31.1-.65-.04-.95s-.39-.53-.7-.65L8.14 3.98c-.64-.23-1.37.12-1.6.74L5.17 8.48c-.24.65.1 1.37.74 1.6l7.52 2.74c.14.05.28.08.43.08.52 0 1-.33 1.17-.83zM7.97 4.45l7.51 2.73c.19.07.34.21.43.39.08.18.09.38.02.57l-1.37 3.76c-.13.38-.58.59-.96.45L6.09 9.61c-.39-.14-.59-.57-.45-.96l1.37-3.76c.1-.29.39-.49.7-.49.09 0 .17.02.26.05zm6.82 12.14c.35.27.75.41 1.2.41H16v3H0v-2.96c.55 0 1.03-.2 1.41-.59.39-.38.59-.86.59-1.41s-.2-1.02-.59-1.41-.86-.59-1.41-.59V10h1.05l-.28.8 2.87 1.02c-.51.16-.89.62-.89 1.18v4c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25v-1.75l.83.3c.12.43.36.78.71 1.04zM3.25 17v-4c0-.41.34-.75.75-.75h.83l7.92 2.83V17c0 .41-.34.75-.75.75H4c-.41 0-.75-.34-.75-.75z";break;case"tickets":e="M20 5.38L18.99 8.2v-.01c-1.04-.37-2.19.18-2.57 1.22-.37 1.04.17 2.19 1.22 2.56v.01l-1.01 2.82L1.57 9.42l.99-2.79c1.04.38 2.19-.17 2.56-1.21s-.17-2.18-1.21-2.55L4.93 0zm-5.45 3.37c.74-2.08-.34-4.37-2.42-5.12-2.08-.74-4.37.35-5.11 2.42-.74 2.08.34 4.38 2.42 5.12 2.07.74 4.37-.35 5.11-2.42zm-2.56-4.74c.89.32 1.57.94 1.97 1.71-.01-.01-.02-.01-.04-.02-.33-.12-.67.09-.78.4-.1.28-.03.57.05.91.04.27.09.62-.06 1.04-.1.29-.33.58-.65 1l-.74 1.01.08-4.08.4.11c.19.04.26-.24.08-.29 0 0-.57-.15-.92-.28-.34-.12-.88-.36-.88-.36-.18-.08-.3.19-.12.27 0 0 .16.08.34.16l.01 1.63L9.2 9.18l.08-4.11c.2.06.4.11.4.11.19.04.26-.23.07-.29 0 0-.56-.15-.91-.28-.07-.02-.14-.05-.22-.08.93-.7 2.19-.94 3.37-.52zM7.4 6.19c.17-.49.44-.92.78-1.27l.04 5c-.94-.95-1.3-2.39-.82-3.73zm4.04 4.75l2.1-2.63c.37-.41.57-.77.69-1.12.05-.12.08-.24.11-.35.09.57.04 1.18-.17 1.77-.45 1.25-1.51 2.1-2.73 2.33zm-.7-3.22l.02 3.22c0 .02 0 .04.01.06-.4 0-.8-.07-1.2-.21-.33-.12-.63-.28-.9-.48zm1.24 6.08l2.1.75c.24.84 1 1.45 1.91 1.45H16v3H0v-2.96c1.1 0 2-.89 2-2 0-1.1-.9-2-2-2V9h1.05l-.28.8 4.28 1.52C4.4 12.03 4 12.97 4 14c0 2.21 1.79 4 4 4s4-1.79 4-4c0-.07-.02-.13-.02-.2zm-6.53-2.33l1.48.53c-.14.04-.15.27.03.28 0 0 .18.02.37.03l.56 1.54-.78 2.36-1.31-3.9c.21-.01.41-.03.41-.03.19-.02.17-.31-.02-.3 0 0-.59.05-.96.05-.07 0-.15 0-.23-.01.13-.2.28-.38.45-.55zM4.4 14c0-.52.12-1.02.32-1.46l1.71 4.7C5.23 16.65 4.4 15.42 4.4 14zm4.19-1.41l1.72.62c.07.17.12.37.12.61 0 .31-.12.66-.28 1.16l-.35 1.2zM11.6 14c0 1.33-.72 2.49-1.79 3.11l1.1-3.18c.06-.17.1-.31.14-.46l.52.19c.02.11.03.22.03.34zm-4.62 3.45l1.08-3.14 1.11 3.03c.01.02.01.04.02.05-.37.13-.77.21-1.19.21-.35 0-.69-.06-1.02-.15z";break;case"tide":e="M17 7.2V3H3v7.1c2.6-.5 4.5-1.5 6.4-2.6.2-.2.4-.3.6-.5v3c-1.9 1.1-4 2.2-7 2.8V17h14V9.9c-2.6.5-4.4 1.5-6.2 2.6-.3.1-.5.3-.8.4V10c2-1.1 4-2.2 7-2.8z";break;case"translation":e="M11 7H9.49c-.63 0-1.25.3-1.59.7L7 5H4.13l-2.39 7h1.69l.74-2H7v4H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2v2zM6.51 9H4.49l1-2.93zM10 8h7c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-7c-1.1 0-2-.9-2-2v-7c0-1.1.9-2 2-2zm7.25 5v-1.08h-3.17V9.75h-1.16v2.17H9.75V13h1.28c.11.85.56 1.85 1.28 2.62-.87.36-1.89.62-2.31.62-.01.02.22.97.2 1.46.84 0 2.21-.5 3.28-1.15 1.09.65 2.48 1.15 3.34 1.15-.02-.49.2-1.44.2-1.46-.43 0-1.49-.27-2.38-.63.7-.77 1.14-1.77 1.25-2.61h1.36zm-3.81 1.93c-.5-.46-.85-1.13-1.01-1.93h2.09c-.17.8-.51 1.47-1 1.93l-.04.03s-.03-.02-.04-.03z";break;case"trash":e="M12 4h3c.6 0 1 .4 1 1v1H3V5c0-.6.5-1 1-1h3c.2-1.1 1.3-2 2.5-2s2.3.9 2.5 2zM8 4h3c-.2-.6-.9-1-1.5-1S8.2 3.4 8 4zM4 7h11l-.9 10.1c0 .5-.5.9-1 .9H5.9c-.5 0-.9-.4-1-.9L4 7z";break;case"twitter":e="M18.94 4.46c-.49.73-1.11 1.38-1.83 1.9.01.15.01.31.01.47 0 4.85-3.69 10.44-10.43 10.44-2.07 0-4-.61-5.63-1.65.29.03.58.05.88.05 1.72 0 3.3-.59 4.55-1.57-1.6-.03-2.95-1.09-3.42-2.55.22.04.45.07.69.07.33 0 .66-.05.96-.13-1.67-.34-2.94-1.82-2.94-3.6v-.04c.5.27 1.06.44 1.66.46-.98-.66-1.63-1.78-1.63-3.06 0-.67.18-1.3.5-1.84 1.81 2.22 4.51 3.68 7.56 3.83-.06-.27-.1-.55-.1-.84 0-2.02 1.65-3.66 3.67-3.66 1.06 0 2.01.44 2.68 1.16.83-.17 1.62-.47 2.33-.89-.28.85-.86 1.57-1.62 2.02.75-.08 1.45-.28 2.11-.57z";break;case"undo":e="M12 5H7V2L1 6l6 4V7h5c2.2 0 4 1.8 4 4s-1.8 4-4 4H7v2h5c3.3 0 6-2.7 6-6s-2.7-6-6-6z";break;case"universal-access-alt":e="M19 10c0-4.97-4.03-9-9-9s-9 4.03-9 9 4.03 9 9 9 9-4.03 9-9zm-9-7.4c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76-4.47 1.4-4.47 1.4 1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z";break;case"universal-access":e="M10 2.6c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76-4.47 1.4-4.47 1.4 1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z";break;case"unlock":e="M12 9V6c0-1.1-.9-2-2-2s-2 .9-2 2H6c0-2.21 1.79-4 4-4s4 1.79 4 4v3h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h7zm-1 7l-.36-2.15c.51-.24.86-.75.86-1.35 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .6.35 1.11.86 1.35L9 16h2z";break;case"update":e="M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z";break;case"upload":e="M8 14V8H5l5-6 5 6h-3v6H8zm-2 2v-6H4v8h12.01v-8H14v6H6z";break;case"vault":e="M18 17V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-1 0H3V3h14v14zM4.75 4h10.5c.41 0 .75.34.75.75V6h-1v3h1v2h-1v3h1v1.25c0 .41-.34.75-.75.75H4.75c-.41 0-.75-.34-.75-.75V4.75c0-.41.34-.75.75-.75zM13 10c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zM9 7l.77 1.15C10.49 8.46 11 9.17 11 10c0 1.1-.9 2-2 2s-2-.9-2-2c0-.83.51-1.54 1.23-1.85z";break;case"video-alt":e="M8 5c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1 0 .57.49 1 1 1h5c.55 0 1-.45 1-1zm6 5l4-4v10l-4-4v-2zm-1 4V8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h8c.55 0 1-.45 1-1z";break;case"video-alt2":e="M12 13V7c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2zm1-2.5l6 4.5V5l-6 4.5v1z";break;case"video-alt3":e="M19 15V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2zM8 14V6l6 4z";break;case"visibility":e="M19.7 9.4C17.7 6 14 3.9 10 3.9S2.3 6 .3 9.4L0 10l.3.6c2 3.4 5.7 5.5 9.7 5.5s7.7-2.1 9.7-5.5l.3-.6-.3-.6zM10 14.1c-3.1 0-6-1.6-7.7-4.1C3.6 8 5.7 6.6 8 6.1c-.9.6-1.5 1.7-1.5 2.9 0 1.9 1.6 3.5 3.5 3.5s3.5-1.6 3.5-3.5c0-1.2-.6-2.3-1.5-2.9 2.3.5 4.4 1.9 5.7 3.9-1.7 2.5-4.6 4.1-7.7 4.1z";break;case"warning":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z";break;case"welcome-add-page":e="M17 7V4h-2V2h-3v1H3v15h11V9h1V7h2zm-1-2v1h-2v2h-1V6h-2V5h2V3h1v2h2z";break;case"welcome-comments":e="M5 2h10c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm8.5 8.5L11 8l2.5-2.5-1-1L10 7 7.5 4.5l-1 1L9 8l-2.5 2.5 1 1L10 9l2.5 2.5z";break;case"welcome-learn-more":e="M10 10L2.54 7.02 3 18H1l.48-11.41L0 6l10-4 10 4zm0-5c-.55 0-1 .22-1 .5s.45.5 1 .5 1-.22 1-.5-.45-.5-1-.5zm0 6l5.57-2.23c.71.94 1.2 2.07 1.36 3.3-.3-.04-.61-.07-.93-.07-2.55 0-4.78 1.37-6 3.41C8.78 13.37 6.55 12 4 12c-.32 0-.63.03-.93.07.16-1.23.65-2.36 1.36-3.3z";break;case"welcome-view-site":e="M18 14V4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-8-8c2.3 0 4.4 1.14 6 3-1.6 1.86-3.7 3-6 3s-4.4-1.14-6-3c1.6-1.86 3.7-3 6-3zm2 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm2 8h3v1H3v-1h3v-1h8v1z";break;case"welcome-widgets-menus":e="M19 16V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h15c.55 0 1-.45 1-1zM4 4h13v4H4V4zm1 1v2h3V5H5zm4 0v2h3V5H9zm4 0v2h3V5h-3zm-8.5 5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 10h4v1H6v-1zm6 0h5v5h-5v-5zm-7.5 2c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 12h4v1H6v-1zm7 0v2h3v-2h-3zm-8.5 2c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 14h4v1H6v-1z";break;case"welcome-write-blog":e="M16.89 1.2l1.41 1.41c.39.39.39 1.02 0 1.41L14 8.33V18H3V3h10.67l1.8-1.8c.4-.39 1.03-.4 1.42 0zm-5.66 8.48l5.37-5.36-1.42-1.42-5.36 5.37-.71 2.12z";break;case"wordpress-alt":e="M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z";break;case"wordpress":e="M20 10c0-5.52-4.48-10-10-10S0 4.48 0 10s4.48 10 10 10 10-4.48 10-10zM10 1.01c4.97 0 8.99 4.02 8.99 8.99s-4.02 8.99-8.99 8.99S1.01 14.97 1.01 10 5.03 1.01 10 1.01zM8.01 14.82L4.96 6.61c.49-.03 1.05-.08 1.05-.08.43-.05.38-1.01-.06-.99 0 0-1.29.1-2.13.1-.15 0-.33 0-.52-.01 1.44-2.17 3.9-3.6 6.7-3.6 2.09 0 3.99.79 5.41 2.09-.6-.08-1.45.35-1.45 1.42 0 .66.38 1.22.79 1.88.31.54.5 1.22.5 2.21 0 1.34-1.27 4.48-1.27 4.48l-2.71-7.5c.48-.03.75-.16.75-.16.43-.05.38-1.1-.05-1.08 0 0-1.3.11-2.14.11-.78 0-2.11-.11-2.11-.11-.43-.02-.48 1.06-.05 1.08l.84.08 1.12 3.04zm6.02 2.15L16.64 10s.67-1.69.39-3.81c.63 1.14.94 2.42.94 3.81 0 2.96-1.56 5.58-3.94 6.97zM2.68 6.77L6.5 17.25c-2.67-1.3-4.47-4.08-4.47-7.25 0-1.16.2-2.23.65-3.23zm7.45 4.53l2.29 6.25c-.75.27-1.57.42-2.42.42-.72 0-1.41-.11-2.06-.3z";break;case"yes-alt":e="M10 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-.615 12.66h-1.34l-3.24-4.54 1.34-1.25 2.57 2.4 5.14-5.93 1.34.94-5.81 8.38z";break;case"yes":e="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"}if(!e)return null;var s=["dashicon","dashicons-"+r,c].filter(Boolean).join(" ");return(0,y.createElement)(ke,V({"aria-hidden":!0,role:"img",focusable:"false",className:s,xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 20 20"},o),(0,y.createElement)(_e,{d:e}))}}]),t}(y.Component),He=function(e){var t=e.icon,r=void 0===t?null:t,a=e.size,n=H(e,["icon","size"]),c=a||20;if("string"==typeof r)return(0,y.createElement)(Ee,V({icon:r,size:c},n));if(r&&Ee===r.type)return(0,y.cloneElement)(r,E({size:c},n));var o=a||24;if("function"==typeof r)return r.prototype instanceof y.Component?(0,y.createElement)(r,E({size:o},n)):r(E({size:o},n));if(r&&("svg"===r.type||r.type===ke)){var s=E({width:o,height:o},r.props,n);return(0,y.createElement)(ke,s)}return(0,y.isValidElement)(r)?(0,y.cloneElement)(r,E({size:o},n)):r},Me=(0,y.forwardRef)((function(e,t){var r=e.icon,a=e.children,n=e.label,c=e.className,o=e.tooltip,s=e.shortcut,i=e.labelPosition,l=e.size,u=H(e,["icon","children","label","className","tooltip","shortcut","labelPosition","size"]),m=_()("components-icon-button",c,{"has-text":a}),d=o||n,h=!u.disabled&&(o||s||!!n&&(!a||(0,b.isArray)(a)&&!a.length)&&!1!==o),p=(0,y.createElement)(M,V({"aria-label":n},u,{className:m,ref:t}),(0,y.createElement)(He,{icon:r,size:l}),a);return h&&(p=(0,y.createElement)(ze,{text:d,shortcut:s,position:i},p)),p})),Ve=function(e){var t=e.className,r=e.status,a=e.children,n=e.onRemove,c=void 0===n?b.noop:n,o=e.isDismissible,s=void 0===o||o,i=e.actions,l=void 0===i?[]:i,u=e.__unstableHTML,m=_()(t,"components-notice","is-"+r,{"is-dismissible":s});return u&&(a=(0,y.createElement)(y.RawHTML,null,a)),(0,y.createElement)("div",{className:m},(0,y.createElement)("div",{className:"components-notice__content"},a,l.map((function(e,t){var r=e.className,a=e.label,n=e.noDefaultClasses,c=void 0!==n&&n,o=e.onClick,s=e.url;return(0,y.createElement)(M,{key:t,href:s,isDefault:!c&&!s,isLink:!c&&!!s,onClick:s?void 0:o,className:_()("components-notice__action",r)},a)}))),s&&(0,y.createElement)(Me,{className:"components-notice__dismiss",icon:"no-alt",label:(0,f.__)("Dismiss this notice"),onClick:c,tooltip:!1}))},xe="https://cdn.sift.com/s.js",Ce="https://js.stripe.com/v3",Le={forter:function(e){var t=e.site_id;if(!document.querySelector('script[id="'+t+'"]')){var r=document.createElement("script");r.id=t,r.textContent="(function () {var eu = 'g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv';var siteId = \""+t+'";function t(t,e){for(var n=t.split(""),r=0;r<n.length;++r)n[r]=String.fromCharCode(n[r].charCodeAt(0)+e);return n.join("")}function e(e){return t(e,-v).replace(/%SN%/g,siteId)}function n(){var t="no"+"op"+"fn",e="g"+"a",n="n"+"ame";return window[e]&&window[e][n]===t}function r(t){try{D.ex=t,n()&&D.ex.indexOf(S.uB)===-1&&(D.ex+=S.uB),y(D)}catch(e){}}function o(t,e,n,r){function o(e){try{e.blockedURI===t&&(r(!0),i=!0,document.removeEventListener("securitypolicyviolation",o))}catch(n){document.removeEventListener("securitypolicyviolation",o)}}var i=!1;t="https://"+t,document.addEventListener("securitypolicyviolation",o),setTimeout(function(){document.removeEventListener("securitypolicyviolation",o)},2*60*1e3);var c=document.createElement("script");c.onerror=function(){if(!i)try{r(!1),i=!0}catch(t){}},c.onload=n,c.type="text/javascript",c.id="ftr__script",c.async=!0,c.src=t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(c,a)}function i(){I(S.uAL),setTimeout(c,w,S.uAL)}function c(t){try{var e=t===S.uDF?h:p,n=function(){try{b(),r(t+S.uS)}catch(e){}},c=function(e){try{b(),D.td=1*new Date-D.ts,r(e?t+S.uF+S.cP:t+S.uF),t===S.uDF&&i()}catch(n){r(S.eUoe)}};o(e,void 0,n,c)}catch(a){r(t+S.eTlu)}}var a={write:function(t,e,n,r){void 0===r&&(r=!0);var o,i;if(n?(o=new Date,o.setTime(o.getTime()+24*n*60*60*1e3),i="; expires="+o.toGMTString()):i="",!r)return void(document.cookie=escape(t)+"="+escape(e)+i+"; path=/");var c,a,u;if(u=location.host,1===u.split(".").length)document.cookie=escape(t)+"="+escape(e)+i+"; path=/";else{a=u.split("."),a.shift(),c="."+a.join("."),document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c;var d=this.read(t);null!=d&&d==e||(c="."+u,document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c)}},read:function(t){var e=null;try{for(var n=escape(t)+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "==i.charAt(0);)i=i.substring(1,i.length);0===i.indexOf(n)&&(e=unescape(i.substring(n.length,i.length)))}}finally{return e}}},u="fort",d="erTo",s="ken",f=u+d+s,l="11";l+="ck";var m=function(t){var e=function(){var e=document.createElement("link");return e.setAttribute("rel","pre"+"con"+"nect"),e.setAttribute("cros"+"sori"+"gin","anonymous"),e.onload=function(){document.head.removeChild(e)},e.onerror=function(t){document.head.removeChild(e)},e.setAttribute("href",t),document.head.appendChild(e),e};if(document.head){var n=e();setTimeout(function(){document.head.removeChild(n)},3e3)}},v=3,h=e("(VQ(1fgq71iruwhu1frp2vq2(VQ(2vfulsw1mv"),p=e(eu||"g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv"),w=10;window.ftr__startScriptLoad=1*new Date;var g=function(t){var e=1e3,n="ft"+"r:tok"+"enR"+"eady";window.ftr__tt&&clearTimeout(window.ftr__tt),window.ftr__tt=setTimeout(function(){try{delete window.ftr__tt,t+="_tt";var e=document.createEvent("Event");e.initEvent(n,!1,!1),e.detail=t,document.dispatchEvent(e)}catch(r){}},e)},y=function(t){var e=function(t){return t||""},n=e(t.id)+"_"+e(t.ts)+"_"+e(t.td)+"_"+e(t.ex)+"_"+e(l);a.write(f,n,1825,!0),g(n)},T=function(){var t=a.read(f)||"",e=t.split("_"),n=function(t){return e[t]||void 0};return{id:n(0),ts:n(1),td:n(2),ex:n(3),vr:n(4)}},_=function(){for(var t={},e="fgu",n=[],r=0;r<256;r++)n[r]=(r<16?"0":"")+r.toString(16);var o=function(t,e,r,o,i){var c=i?"-":"";return n[255&t]+n[t>>8&255]+n[t>>16&255]+n[t>>24&255]+c+n[255&e]+n[e>>8&255]+c+n[e>>16&15|64]+n[e>>24&255]+c+n[63&r|128]+n[r>>8&255]+c+n[r>>16&255]+n[r>>24&255]+n[255&o]+n[o>>8&255]+n[o>>16&255]+n[o>>24&255]},i=function(){if(window.Uint32Array&&window.crypto&&window.crypto.getRandomValues){var t=new window.Uint32Array(4);return window.crypto.getRandomValues(t),{d0:t[0],d1:t[1],d2:t[2],d3:t[3]}}return{d0:4294967296*Math.random()>>>0,d1:4294967296*Math.random()>>>0,d2:4294967296*Math.random()>>>0,d3:4294967296*Math.random()>>>0}},c=function(){var t="",e=function(t,e){for(var n="",r=t;r>0;--r)n+=e.charAt(1e3*Math.random()%e.length);return n};return t+=e(2,"0123456789"),t+=e(1,"123456789"),t+=e(8,"0123456789")};return t.safeGenerateNoDash=function(){try{var t=i();return o(t.d0,t.d1,t.d2,t.d3,!1)}catch(n){try{return e+c()}catch(n){}}},t.isValidNumericalToken=function(t){return t&&t.toString().length<=11&&t.length>=9&&parseInt(t,10).toString().length<=11&&parseInt(t,10).toString().length>=9},t.isValidUUIDToken=function(t){return t&&32===t.toString().length&&/^[a-z0-9]+$/.test(t)},t.isValidFGUToken=function(t){return 0==t.indexOf(e)&&t.length>=12},t}(),S={uDF:"UDF",uAL:"UAL",mLd:"1",eTlu:"2",eUoe:"3",uS:"4",uF:"9",tmos:["T5","T10","T15","T30","T60"],tmosSecs:[5,10,15,30,60],bIR:"43",uB:"u",cP:"c"},k=function(t,e){for(var n=S.tmos,r=0;r<n.length;r++)if(t+n[r]===e)return!0;return!1};try{var D=T();try{D.id&&(_.isValidNumericalToken(D.id)||_.isValidUUIDToken(D.id)||_.isValidFGUToken(D.id))?window.ftr__ncd=!1:(D.id=_.safeGenerateNoDash(),window.ftr__ncd=!0),D.ts=window.ftr__startScriptLoad,y(D);for(var x="for"+"ter"+".co"+"m",A="ht"+"tps://c"+"dn9."+x,U="ht"+"tps://"+D.id+"-"+siteId+".cd"+"n."+x,F="http"+"s://cd"+"n3."+x,L=[A,U,F],E=0;E<L.length;E++)m(L[E]);var V=new Array(S.tmosSecs.length),I=function(t){for(var e=0;e<S.tmosSecs.length;e++)V[e]=setTimeout(r,1e3*S.tmosSecs[e],t+S.tmos[e])},b=function(){for(var t=0;t<S.tmosSecs.length;t++)clearTimeout(V[t])};k(S.uDF,D.ex)?i():(I(S.uDF),setTimeout(c,w,S.uDF))}catch(C){r(S.mLd)}}catch(C){}})()',document.body.appendChild(r)}},sift:function(e){var t=e.beacon_key,r=e.session_id,a=e.user_id,n=window._sift=window._sift||[];if(n.push(["_setAccount",t]),n.push(["_setUserId",a]),n.push(["_setSessionId",r]),n.push(["_trackPageview"]),!document.querySelector('[src="'+xe+'"]')){var c=document.createElement("script");c.src=xe,c.async=!0,document.body.appendChild(c)}},stripe:function(){if(!document.querySelector('[src^="'+Ce+'"]')){var e=document.createElement("script");e.src=Ce,e.async=!0,document.body.appendChild(e)}}},Se=function(e){var t=e.children,r=e.maxWidth,a=e.isNarrow,n=e.className,c=r?{maxWidth:r}:null,o=[void 0===n?"":n,"woocommerce-payments-page"];a&&o.push("is-narrow");var s="undefined"!=typeof wcpaySettings?wcpaySettings.fraudServices:[];return(0,y.useEffect)((function(){return function(e){for(var t in e){var r=Le[t];r&&e[t]&&r(e[t])}}(s)}),[]),React.createElement("div",{className:o.join(" "),style:c},t)},Re=function(){return(Re=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Ne=function(e){return React.createElement("svg",Re({},e,{width:"260",height:"193",viewBox:"0 0 260 193",fill:"none",xmlns:"http://www.w3.org/2000/svg"}),React.createElement("g",{clipPath:"url(#clip0)"},React.createElement("path",{d:"M188.147 0.353976L5.49328 57.1468C1.37508 58.4273 -0.926025 62.806 0.353615 66.9269L33.2129 172.746C34.4926 176.867 38.8684 179.169 42.9866 177.889L225.64 121.096C229.758 119.815 232.059 115.437 230.78 111.316L197.92 5.49701C196.641 1.37611 192.265 -0.926507 188.147 0.353976Z",fill:"url(#paint0_linear)"}),React.createElement("path",{d:"M187.201 2.02519L8.57824 57.5647C4.46004 58.8451 2.15894 63.2238 3.43858 67.3447L34.9709 168.89C36.2505 173.011 40.6264 175.314 44.7446 174.033L223.367 118.494C227.485 117.213 229.786 112.835 228.507 108.714L196.974 7.16823C195.695 3.04733 191.319 0.744715 187.201 2.02519Z",fill:"white"}),React.createElement("path",{d:"M199.423 15.0552L5.8877 75.2317L11.0743 91.9346L204.61 31.7581L199.423 15.0552Z",fill:"#674399"}),React.createElement("path",{d:"M95.0713 134.624L45.8979 149.914L48.1408 157.137L97.3142 141.847L95.0713 134.624Z",fill:"#BDBDBD"}),React.createElement("path",{d:"M127.377 111.214L42.1133 137.725L44.3562 144.948L129.62 118.437L127.377 111.214Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M252.192 66.439H59.7576C55.4451 66.439 51.9492 69.9372 51.9492 74.2524V185.187C51.9492 189.502 55.4451 193 59.7576 193H252.192C256.504 193 260 189.502 260 185.187V74.2524C260 69.9372 256.504 66.439 252.192 66.439Z",fill:"url(#paint1_linear)"}),React.createElement("path",{d:"M249.166 67.7293H62.1194C57.8069 67.7293 54.311 71.2275 54.311 75.5428V181.877C54.311 186.193 57.8069 189.691 62.1194 189.691H249.166C253.479 189.691 256.975 186.193 256.975 181.877V75.5428C256.975 71.2275 253.479 67.7293 249.166 67.7293Z",fill:"white"}),React.createElement("path",{d:"M108.411 126.936H102.506V143.718H108.411V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M115.97 126.936H110.064V143.718H115.97V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M123.528 126.936H117.623V143.718H123.528V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M136.756 126.936H130.851V143.718H136.756V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M144.314 126.936H138.409V143.718H144.314V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M151.872 126.936H145.967V143.718H151.872V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M165.1 126.936H159.195V143.718H165.1V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M172.659 126.936H166.753V143.718H172.659V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M180.217 126.936H174.312V143.718H180.217V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M193.445 126.936H187.54V143.718H193.445V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M201.003 126.936H195.098V143.718H201.003V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M208.562 126.936H202.657V143.718H208.562V126.936Z",fill:"#E0E0E0"}),React.createElement("path",{d:"M102.414 99.6817H67.2051V119.002H102.414V99.6817Z",fill:"#674399"}),React.createElement("path",{opacity:"0.1",d:"M225.643 163.042H204.064V184.635H225.643V163.042Z",fill:"#674399"}),React.createElement("path",{opacity:"0.1",d:"M236.433 163.042H214.854V184.635H236.433V163.042Z",fill:"#674399"})),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear",x1:"115.955",y1:"178.574",x2:"116.743",y2:"-0.324663",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#808080",stopOpacity:"0.25"}),React.createElement("stop",{offset:"0.53514",stopColor:"#808080",stopOpacity:"0.12"}),React.createElement("stop",{offset:"1",stopColor:"#808080",stopOpacity:"0.1"})),React.createElement("linearGradient",{id:"paint1_linear",x1:"114339",y1:"86036.4",x2:"114339",y2:"29661",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#808080",stopOpacity:"0.25"}),React.createElement("stop",{offset:"0.53514",stopColor:"#808080",stopOpacity:"0.12"}),React.createElement("stop",{offset:"1",stopColor:"#808080",stopOpacity:"0.1"})),React.createElement("clipPath",{id:"clip0"},React.createElement("rect",{width:"260",height:"193",fill:"white"}))))};function Oe(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,a=new Array(t);r<t;r++)a[r]=e[r];return a}function De(e,t){if(e){if("string"==typeof e)return Oe(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Oe(e,t):void 0}}function Ae(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var r=[],a=!0,n=!1,c=void 0;try{for(var o,s=e[Symbol.iterator]();!(a=(o=s.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){n=!0,c=e}finally{try{a||null==s.return||s.return()}finally{if(n)throw c}}return r}}(e,t)||De(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Te(e){return(Te="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Be(e){return function(e){if(Array.isArray(e))return Oe(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||De(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var Ie,Pe,Fe,je,qe=r(804),Ue=/<(\/)?(\w+)\s*(\/)?>/g;function Ze(e,t,r,a,n){return{element:e,tokenStart:t,tokenLength:r,prevOffset:a,leadingTextStart:n,children:[]}}function We(e){var t=function(){var e=Ue.exec(Ie);if(null===e)return["no-more-tokens"];var t=e.index,r=Ae(e,4),a=r[0],n=r[1],c=r[2],o=r[3],s=a.length;return o?["self-closed",c,t,s]:n?["closer",c,t,s]:["opener",c,t,s]}(),r=Ae(t,4),a=r[0],n=r[1],c=r[2],o=r[3],s=je.length,i=c>Pe?Pe:null;if(!e[n])return Qe(),!1;switch(a){case"no-more-tokens":if(0!==s){var l=je.pop(),u=l.leadingTextStart,m=l.tokenStart;Fe.push(Ie.substr(u,m))}return Qe(),!1;case"self-closed":return 0===s?(null!==i&&Fe.push(Ie.substr(i,c-i)),Fe.push(e[n]),Pe=c+o,!0):($e(new Ze(e[n],c,o)),Pe=c+o,!0);case"opener":return je.push(new Ze(e[n],c,o,c+o,i)),Pe=c+o,!0;case"closer":if(1===s)return function(e){var t=je.pop(),r=t.element,a=t.leadingTextStart,n=t.prevOffset,c=t.tokenStart,o=t.children,s=e?Ie.substr(n,e-n):Ie.substr(n);s&&o.push(s),null!==a&&Fe.push(Ie.substr(a,c-a)),Fe.push(qe.cloneElement.apply(void 0,[r,null].concat(Be(o))))}(c),Pe=c+o,!0;var d=je.pop(),h=Ie.substr(d.prevOffset,c-d.prevOffset);d.children.push(h),d.prevOffset=c+o;var p=new Ze(d.element,d.tokenStart,d.tokenLength,c+o);return p.children=d.children,$e(p),Pe=c+o,!0;default:return Qe(),!1}}function Qe(){var e=Ie.length-Pe;0!==e&&Fe.push(Ie.substr(Pe,e))}function $e(e){var t=e.element,r=e.tokenStart,a=e.tokenLength,n=e.prevOffset,c=e.children,o=je[je.length-1],s=Ie.substr(o.prevOffset,r-o.prevOffset);s&&o.children.push(s),o.children.push(qe.cloneElement.apply(void 0,[t,null].concat(Be(c)))),o.prevOffset=n||r+a}var Ye=function(e,t){if(Ie=e,Pe=0,Fe=[],je=[],Ue.lastIndex=0,!function(e){var t="object"===Te(e),r=t&&Object.values(e);return t&&r.length&&r.every((function(e){return(0,qe.isValidElement)(e)}))}(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(We(t));return qe.createElement.apply(void 0,[qe.Fragment,null].concat(Be(Fe)))},Ge={heading:(0,f.__)("WooCommerce Payments","woocommerce-payments"),description:Ye((0,f.__)("Accept credit card payments the easy way! <a>No set up fees. No monthly fees.</a>","woocommerce-payments"),{a:React.createElement("a",{href:"https://docs.woocommerce.com/document/payments/faq/fees/",target:"_blank",rel:"noopener noreferrer"})}),terms:Ye((0,f.__)("By clicking “Set up,” you agree to the <a>Terms of Service</a>","woocommerce-payments"),{a:React.createElement("a",{href:"https://wordpress.com/tos",target:"_blank",rel:"noopener noreferrer"})}),onboardingDisabled:[(0,f.__)("We've temporarily paused new account creation.","woocommmerce-payments"),(0,f.__)("We'll notify you when we resume!","woocommmerce-payments")]},Xe=function(e,t){window.wcTracks.recordEvent(e,t)},Ke={CONNECT_ACCOUNT_CLICKED:"wcpay_connect_account_clicked"},Je=function(){return wcpaySettings.errorMessage?React.createElement(Ve,{className:"wcpay-connect-error-notice",status:"error",isDismissible:!1},wcpaySettings.errorMessage):null},et=function(){return React.createElement("p",null,Ge.onboardingDisabled[0],React.createElement("br",null),Ge.onboardingDisabled[1])},tt=function(){var e=(0,y.useState)(!1),t=e[0],r=e[1];return React.createElement(React.Fragment,null,React.createElement("p",{className:"connect-account__terms"},Ge.terms),React.createElement("hr",{className:"full-width"}),React.createElement("p",{className:"connect-account__action"},React.createElement(M,{isPrimary:!0,isLarge:!0,isBusy:t,disabled:t,onClick:function(){r(!0),Xe(Ke.CONNECT_ACCOUNT_CLICKED)},href:wcpaySettings.connectUrl},(0,f.__)("Set up","woocommerce-payments"))))},rt=function(){return React.createElement(Se,{isNarrow:!0,className:"connect-account"},React.createElement(Je,null),React.createElement(w.Card,{className:"connect-account__card"},React.createElement(Ne,{className:"hero-image"}),React.createElement("h2",null,Ge.heading),React.createElement("p",{className:"connect-account__description"},Ge.description),wcpaySettings.onBoardingDisabled?React.createElement(et,null):React.createElement(tt,null)))},at=window.wp.url,nt=window.moment,ct=r.n(nt),ot=window.wp.date,st=function(e){return(0,b.capitalize)(e).replace(/_/g," ")},it=function(e,t){void 0===t&&(t=!1);var r=t?ct()(e).endOf("day").utc().toISOString():ct()(e).startOf("day").utc().toISOString();return e&&(0,ot.dateI18n)("Y-m-d H:i:s",r,!0)},lt={transactions:(0,f.__)("Viewing test transactions. To view live transactions, disable test mode in WooCommerce Payments settings.","woocommerce-payments"),paymentDetails:(0,f.__)("Test payment:","woocommerce-payments"),deposits:(0,f.__)("Viewing test deposits. To view live deposits, disable test mode in WooCommerce Payments settings.","woocommerce-payments"),depositDetails:(0,f.__)("Test deposit:","woocommerce-payments"),disputes:(0,f.__)("Viewing test disputes. To view live disputes, disable test mode in WooCommerce Payments settings.","woocommerce-payments"),disputeDetails:(0,f.__)("Test dispute:","woocommerce-payments")},ut=[lt.paymentDetails,lt.disputeDetails,lt.depositDetails],mt=function(e){var t,r=e.topic;return void 0===t&&(t=!1),("undefined"==typeof wcpaySettings?t:"1"===wcpaySettings.testMode||t)&&React.createElement(Ve,{className:"wcpay-test-mode-notice",status:"warning",isDismissible:!1},function(e){var t=React.createElement("a",{href:(0,at.addQueryArgs)("admin.php",{page:"wc-settings",tab:"checkout",section:"woocommerce_payments"})},(0,f.__)("View WooCommerce Payments settings.","woocommerce-payments"));return ut.includes(e)?React.createElement("span",null,React.createElement("b",null,e)," ",function(e){return(0,f._n)("WooCommerce Payments was in test mode when this order was placed.","WooCommerce Payments was in test mode when these orders were placed.",lt.depositDetails===e?2:1,"woocommerce-payments")}(e)," ",t):React.createElement("span",null,e," ",t)}(r))},dt=r(487),ht=r.n(dt),pt=window.wp.data,vt=window.wp.dataControls,ft="/wc/v3/payments",gt="wc/payments",wt="SET_DEPOSIT",yt="SET_DEPOSITS_OVERVIEW",bt="SET_ERROR_FOR_DEPOSITS_OVERVIEW",zt="SET_DEPOSITS",_t="SET_DEPOSITS_COUNT",kt="SET_ERROR_FOR_DEPOSIT_QUERY",Et=function(e){return JSON.stringify(e,Object.keys(e).sort())},Ht=function(){return(Ht=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Mt={byId:{},queries:{},count:0},Vt=function(e){return e&&e.deposits||{}},xt=function(e,t){return(Vt(e).byId||{})[t]},Ct=function(e){return(Vt(e).overview||{}).data},Lt=function(e){return(Vt(e).overview||{}).error},St=function(e,t){var r=Et(t);return(Vt(e).queries||{})[r]||{}},Rt=function(e,t){return(St(e,t).data||[]).map(xt.bind(void 0,e))},Nt=function(e){return Vt(e).count},Ot=function(e,t){return St(e,t).error||{}};function Dt(e){return{type:wt,data:e}}function At(e){return{type:yt,data:e}}function Tt(e,t){return{type:bt,error:t}}function Bt(e,t){return{type:zt,query:e,data:t}}function It(e){return{type:_t,data:e}}function Pt(e,t,r){return{type:kt,query:e,data:t,error:r}}var Ft=function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}};function jt(e){var t;return Ft(this,(function(r){switch(r.label){case 0:t=(0,at.addQueryArgs)(ft+"/deposits/"+e),r.label=1;case 1:return r.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return[4,Dt(r.sent())];case 3:return r.sent(),[3,6];case 4:return r.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving deposit.","woocommerce-payments"))];case 5:return r.sent(),[3,6];case 6:return[2]}}))}function qt(){var e;return Ft(this,(function(t){switch(t.label){case 0:e=(0,at.addQueryArgs)(ft+"/deposits/overview"),t.label=1;case 1:return t.trys.push([1,4,,7]),[4,(0,vt.apiFetch)({path:e})];case 2:return[4,At(t.sent())];case 3:return t.sent(),[3,7];case 4:return t.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving deposits overview.","woocommerce-payments"))];case 5:return t.sent(),[4,Tt()];case 6:return t.sent(),[3,7];case 7:return[2]}}))}function Ut(e){var t,r,a,n,c,o,s;return Ft(this,(function(i){switch(i.label){case 0:t=(0,at.addQueryArgs)(ft+"/deposits",{page:e.paged,pagesize:e.perPage,sort:e.orderby,direction:e.order}),i.label=1;case 1:return i.trys.push([1,9,,12]),[4,(0,vt.apiFetch)({path:t})||{}];case 2:return r=i.sent(),[4,Bt(e,r.data)];case 3:return i.sent(),[4,It(r.total_count)];case 4:for(n in i.sent(),a=[],r.data)a.push(n);c=0,i.label=5;case 5:return c<a.length?(o=a[c],[4,(0,vt.dispatch)(gt,"finishResolution","getDeposit",[r.data[o].id])]):[3,8];case 6:i.sent(),i.label=7;case 7:return c++,[3,5];case 8:return[3,12];case 9:return s=i.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving deposits.","woocommerce-payments"))];case 10:return i.sent(),[4,Pt(e,null,s)];case 11:return i.sent(),[3,12];case 12:return[2]}}))}var Zt="SET_TRANSACTIONS",Wt="SET_ERROR_FOR_TRANSACTIONS",Qt="SET_TRANSACTIONS_SUMMARY",$t="SET_ERROR_FOR_TRANSACTIONS_SUMMARY",Yt=function(){return(Yt=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Gt={summary:{}},Xt=function(e){return e&&e.transactions||{}},Kt=function(e,t){var r=Et(t);return Xt(e)[r]||{}},Jt=function(e,t){return Kt(e,t).data||[]},er=function(e,t){return Kt(e,t).error||{}},tr=function(e,t){var r=Et(t);return Xt(e).summary[r]||{}},rr=function(e,t){return tr(e,t).data||{}},ar=function(e,t){return tr(e,t).error||{}};function nr(e,t){return{type:Zt,query:e,data:t}}function cr(e,t,r){return{type:Wt,query:e,data:t,error:r}}function or(e,t){return{type:Qt,query:e,data:t}}function sr(e,t,r){return{type:$t,query:e,data:t,error:r}}var ir=function(){return(ir=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},lr=function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}},ur=function(e){return{match:e.match,date_before:it(e.dateBefore,!0),date_after:it(e.dateAfter),date_between:e.dateBetween&&[it(e.dateBetween[0]),it(e.dateBetween[1],!0)],type_is:e.typeIs,type_is_not:e.typeIsNot,deposit_id:e.depositId,search:e.search}};function mr(e){var t,r,a;return lr(this,(function(n){switch(n.label){case 0:t=(0,at.addQueryArgs)(ft+"/transactions",ir({page:e.paged,pagesize:e.perPage,sort:e.orderby,direction:e.order},ur(e))),n.label=1;case 1:return n.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return r=n.sent(),[4,nr(e,r.data||[])];case 3:return n.sent(),[3,6];case 4:return a=n.sent(),[4,cr(e,null,a)];case 5:return n.sent(),[3,6];case 6:return[2]}}))}function dr(e){var t,r,a;return lr(this,(function(n){switch(n.label){case 0:t=(0,at.addQueryArgs)(ft+"/transactions/summary",ur(e)),n.label=1;case 1:return n.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return r=n.sent(),[4,or(e,r)];case 3:return n.sent(),[3,6];case 4:return a=n.sent(),[4,sr(e,null,a)];case 5:return n.sent(),[3,6];case 6:return[2]}}))}var hr="SET_CHARGE",pr="SET_ERROR_FOR_CHARGE",vr=function(){return(vr=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},fr=function(e,t){return e.charges[t]&&e.charges[t].data?e.charges[t].data:{}},gr=function(e,t){return e.charges[t]&&e.charges[t].error?e.charges[t].error:{}};function wr(e,t){return{type:hr,id:e,data:t}}function yr(e,t,r){return{type:pr,id:e,data:t,error:r}}function br(e){var t,r;return function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,5]),[4,(0,vt.apiFetch)({path:ft+"/charges/"+e})];case 1:return t=a.sent(),[4,wr(e,t)];case 2:return a.sent(),[3,5];case 3:return r=a.sent(),[4,yr(e,null,r)];case 4:return a.sent(),[3,5];case 5:return[2]}}))}var zr="SET_TIMELINE",_r="SET_ERROR_FOR_TIMELINE",kr=function(){return(kr=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Er=function(e,t){return e.timeline&&e.timeline[t]&&e.timeline[t].data?e.timeline[t].data:{}},Hr=function(e,t){return e.timeline&&e.timeline[t]&&e.timeline[t].error?e.timeline[t].error:{}};function Mr(e,t){return{id:e,type:zr,data:t}}function Vr(e,t){return{id:e,type:_r,error:t}}function xr(e){var t,r;return function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,5]),[4,(0,vt.apiFetch)({path:ft+"/timeline/"+e})];case 1:return t=a.sent(),[4,Mr(e,t.data)];case 2:return a.sent(),[3,5];case 3:return r=a.sent(),[4,Vr(e,r)];case 4:return a.sent(),[3,5];case 5:return[2]}}))}var Cr="SET_DISPUTE",Lr="SET_DISPUTES",Sr=function(){return(Sr=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Rr={byId:{},queries:{}},Nr=function(e){return e&&e.disputes||{}},Or=function(e,t){return(Nr(e).byId||{})[t]},Dr=function(e,t){return(function(e,t){var r=Et(t);return(Nr(e).queries||{})[r]||{}}(e,t).data||[]).map(Or.bind(void 0,e))},Ar=window.wc.navigation;function Tr(e){return{type:Cr,data:e}}function Br(e,t){return{type:Lr,query:e,data:t}}function Ir(e){var t,r;return function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}(this,(function(a){switch(a.label){case 0:return a.trys.push([0,6,,8]),[4,(0,vt.dispatch)(gt,"startResolution","getDispute",[e])];case 1:return a.sent(),[4,(0,vt.apiFetch)({path:ft+"/disputes/"+e+"/close",method:"post"})];case 2:return[4,Tr(t=a.sent())];case 3:return a.sent(),[4,(0,vt.dispatch)(gt,"finishResolution","getDispute",[e])];case 4:return a.sent(),(0,Ar.getHistory)().push((0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes"})),window.wcTracks.recordEvent("wcpay_dispute_accept_success"),r=t.order?(0,f.sprintf)((0,f.__)("You have accepted the dispute for order #%s.","woocommerce-payments"),t.order.number):(0,f.__)("You have accepted the dispute.","woocommerce-payments"),[4,(0,vt.dispatch)("core/notices","createSuccessNotice",r)];case 5:return a.sent(),[3,8];case 6:return a.sent(),r=(0,f.__)("There has been an error accepting the dispute. Please try again later.","woocommerce-payments"),window.wcTracks.recordEvent("wcpay_dispute_accept_failed"),[4,(0,vt.dispatch)("core/notices","createErrorNotice",r)];case 7:return a.sent(),[3,8];case 8:return[2]}}))}var Pr=function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}};function Fr(e){var t;return Pr(this,(function(r){switch(r.label){case 0:t=(0,at.addQueryArgs)(ft+"/disputes/"+e),r.label=1;case 1:return r.trys.push([1,4,,6]),[4,(0,vt.apiFetch)({path:t})];case 2:return[4,Tr(r.sent())];case 3:return r.sent(),[3,6];case 4:return r.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving dispute.","woocommerce-payments"))];case 5:return r.sent(),[3,6];case 6:return[2]}}))}function jr(e){var t,r,a,n,c,o;return Pr(this,(function(s){switch(s.label){case 0:t=(0,at.addQueryArgs)(ft+"/disputes",{page:e.paged,pagesize:e.perPage}),s.label=1;case 1:return s.trys.push([1,8,,10]),[4,(0,vt.apiFetch)({path:t})||{}];case 2:return r=s.sent(),[4,Br(e,r.data)];case 3:for(n in s.sent(),a=[],r.data)a.push(n);c=0,s.label=4;case 4:return c<a.length?(o=a[c],[4,(0,vt.dispatch)(gt,"finishResolution","getDispute",[r.data[o].id])]):[3,7];case 5:s.sent(),s.label=6;case 6:return c++,[3,4];case 7:return[3,10];case 8:return s.sent(),[4,(0,vt.dispatch)("core/notices","createErrorNotice",(0,f.__)("Error retrieving disputes.","woocommerce-payments"))];case 9:return s.sent(),[3,10];case 10:return[2]}}))}var qr=function(){return(qr=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)};(0,pt.registerStore)(gt,{reducer:(0,pt.combineReducers)({deposits:function(e,t){var r,a,n;void 0===e&&(e=Mt);var c=t.type,o=t.query,s=void 0===o?{}:o,i=t.data,l=void 0===i?[]:i,u=t.error,m=Et(s);switch(c){case wt:return Ht(Ht({},e),{byId:Ht(Ht({},e.byId),(r={},r[l.id]=l,r))});case yt:return Ht(Ht({},e),{overview:Ht(Ht({},e.overview),{data:l})});case bt:return Ht(Ht({},e),{overview:Ht(Ht({},e.overview),{error:u})});case zt:return Ht(Ht({},e),{byId:Ht(Ht({},e.byId),(0,b.keyBy)(l,"id")),queries:Ht(Ht({},e.queries),(a={},a[m]={data:(0,b.map)(l,"id")},a))});case _t:return Ht(Ht({},e),{count:l});case kt:return Ht(Ht({},e),{queries:Ht(Ht({},e.queries),(n={},n[m]={error:u},n))})}return e},transactions:function(e,t){var r,a,n,c;void 0===e&&(e=Gt);var o=t.type,s=t.query,i=void 0===s?{}:s,l=t.data,u=void 0===l?[]:l,m=t.error,d=Et(i);switch(o){case Zt:return Yt(Yt({},e),((r={})[d]={data:u},r));case Wt:return Yt(Yt({},e),((a={})[d]={error:m},a));case Qt:return Yt(Yt({},e),{summary:Yt(Yt({},e.summary),(n={},n[d]={data:u},n))});case $t:return Yt(Yt({},e),{summary:Yt(Yt({},e.summary),(c={},c[d]={error:m},c))})}return e},charges:function(e,t){var r,a;void 0===e&&(e={});var n=t.type,c=t.id,o=t.data,s=t.error;switch(n){case hr:e=vr(vr({},e),((r={})[c]=vr(vr({},e[c]),{data:o}),r));break;case pr:e=vr(vr({},e),((a={})[c]=vr(vr({},e[c]),{error:s}),a))}return e},timeline:function(e,t){var r,a;void 0===e&&(e={});var n=t.type,c=t.id,o=t.data,s=t.error;switch(n){case zr:e=kr(kr({},e),((r={})[c]={data:o},r));break;case _r:e=kr(kr({},e),((a={})[c]=kr(kr({},e[c]),{error:s}),a))}return e},disputes:function(e,t){var r,a;void 0===e&&(e=Rr);var n=t.type,c=t.query,o=void 0===c?{}:c,s=t.data,i=void 0===s?[]:s,l=Et(o);switch(n){case Cr:return Sr(Sr({},e),{byId:Sr(Sr({},e.byId),(r={},r[i.id]=i,r))});case Lr:return Sr(Sr({},e),{byId:Sr(Sr({},e.byId),(0,b.keyBy)(i,"id")),queries:Sr(Sr({},e.queries),(a={},a[l]={data:(0,b.map)(i,"id")},a))})}return e}}),actions:qr(qr(qr(qr(qr({},t),c),i),m),p),controls:vt.controls,selectors:qr(qr(qr(qr(qr({},e),n),s),u),h),resolvers:qr(qr(qr(qr(qr({},a),o),l),d),v)});var Ur=function(){return(Ur=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Zr=function(e){var t=e.isLoading,r=e.display,a=e.placeholder,n=e.value,c=e.children;return t?React.createElement("span",{className:r?"is-loadable-placeholder is-"+r:"is-loadable-placeholder","aria-busy":"true"},void 0===a?c||n:a):c||n||null},Wr=function(e){var t=e.numLines,r=void 0===t?1:t,a=function(e,t){var r={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(r[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(a=Object.getOwnPropertySymbols(e);n<a.length;n++)t.indexOf(a[n])<0&&Object.prototype.propertyIsEnumerable.call(e,a[n])&&(r[a[n]]=e[a[n]])}return r}(e,["numLines"]),n=React.createElement("p",{style:{lineHeight:r}},"Block placeholder");return React.createElement(Zr,Ur({},a,{placeholder:n,display:"block"}))},Qr=Zr,$r=function(e,t){return(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/"+t+"/details",id:e})},Yr=function(e){var t=e.id,r=e.parentSegment;return t?React.createElement(w.Link,{href:$r(t,r)},React.createElement(ht(),{icon:"info-outline",size:18})):null},Gr=window.wc.currency,Xr=r.n(Gr),Kr=function(){return(Kr=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Jr=(0,Gr.getCurrencyData)(),ea=function(e){return wcpaySettings.zeroDecimalCurrencies.includes(e.toLowerCase())},ta=function(e,t){void 0===t&&(t="USD");var r=ea(t);r||(e/=100);var a=function(e){var t=(0,b.find)(Jr,{code:e.toUpperCase()});return t?new(Xr())(t):null}(t);if(null===a)return ra(e,t,r);try{return"function"==typeof a.formatAmount?a.formatAmount(e):a.formatCurrency(e)}catch(a){return ra(e,t,r)}};function ra(e,t,r){return(0,f.sprintf)(r?"%s %i":"%s %.2f",t.toUpperCase(),e)}var aa=function(){return(aa=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},na=function(e,t){return(0,ot.dateI18n)(e,ct().utc(t).toISOString(),!0)},ca=function(e,t){return ta(e?e.amount:0,e&&e.currency?e.currency:t)},oa=function(e){var t=e?(0,f.__)("Est.","woocommerce-payments")+" "+na("M j, Y",e.date):"—";return e&&"in_transit"===e.status?t+" - "+(0,f.__)("In transit","woocommerce-payments"):t},sa=function(e){switch(e.interval){case"daily":return(0,f.__)("Automatic, every business day","woocommerce-payments");case"weekly":return(0,f.sprintf)((0,f.__)("Automatic, every week on %s","woocommerce-payments"),ct()().locale("en").day(e.weekly_anchor).locale(ct().locale()).format("dddd"));case"monthly":var t=ct().locale().startsWith("en")?"en":ct().locale();return(0,f.sprintf)((0,f.__)("Automatic, every month on the %s","woocommerce-payments"),ct()().locale(t).date(e.monthly_anchor).format("Do"))}},ia=function(){var e=(0,pt.useSelect)((function(e){var t=e(gt),r=t.getDepositsOverview,a=t.getDepositsOverviewError,n=t.isResolving;return{overview:r(),overviewError:a(),isLoading:n("getDepositsOverview")}})),t=e.overview,r=e.isLoading;return React.createElement("div",{className:"wcpay-deposits-overview"},React.createElement("p",{className:"wcpay-deposits-overview__schedule"},React.createElement(ht(),{icon:"calendar",className:"wcpay-deposits-overview__schedule-icon"}),React.createElement("span",{className:"wcpay-deposits-overview__schedule-label"},(0,f.__)("Deposit schedule:","woocommerce-payments"))," ",React.createElement("span",{className:"wcpay-deposits-overview__schedule-value"},React.createElement(Qr,{isLoading:r,display:"inline",placeholder:"Deposit schedule placeholder"},t?function(e){var t=e.account,r=t.deposits_schedule,a=t.deposits_disabled,n=e.last_deposit;if(a||"manual"===r.interval){var c="https://docs.woocommerce.com/document/payments/faq/deposits-suspended/";return Ye((0,f.__)("Temporarily suspended (<a>learn more</a>)","woocommerce-payments"),{a:React.createElement("a",{href:c,target:"_blank",rel:"noopener noreferrer"})})}return n?sa(r):(c="https://docs.woocommerce.com/document/payments/faq/deposit-schedule/",Ye((0,f.sprintf)((0,f.__)("%s – your first deposit is held for seven days (<a>learn more</a>)","woocommerce-payments"),sa({interval:"daily"})),{a:React.createElement("a",{href:c,target:"_blank",rel:"noopener noreferrer"})}))}(t):""))),r?React.createElement(w.SummaryListPlaceholder,{numberOfItems:4}):React.createElement(w.SummaryList,{label:(0,f.__)("Deposits overview","woocommerce-payments")},(function(){return[React.createElement(w.SummaryNumber,aa({key:"lastDeposit",label:(0,f.__)("Last deposit","woocommerce-payments")},t&&{value:ca(t.last_deposit,t.account.default_currency),prevLabel:(r=t.last_deposit,r?na("F j, Y",r.date):"—"),href:t.last_deposit?$r(t.last_deposit.id,"deposits"):""})),React.createElement(w.SummaryNumber,aa({key:"nextDeposit",label:(0,f.__)("Next deposit","woocommerce-payments")},t&&{value:ca(t.next_deposit,t.account.default_currency),prevLabel:oa(t.next_deposit),href:t.next_deposit?$r(t.next_deposit.id,"deposits"):""})),React.createElement(w.SummaryNumber,aa({key:"pendingBalance",label:(0,f.__)("Pending balance","woocommerce-payments")},t&&{value:ca(t.balance.pending,t.account.default_currency),prevLabel:(e=t.balance.pending,(0,f.sprintf)((0,f._n)("%d deposit","%d deposits",e.deposits_count,"woocommerce-payments"),e.deposits_count))})),React.createElement(w.SummaryNumber,{key:"availableBalance",label:(0,f.__)("Available balance","woocommerce-payments"),value:t&&ca(t.balance.available,t.account.default_currency),prevLabel:""})];var e,r})))},la={deposit:(0,f.__)("Deposit","woocommerce-payments"),withdrawal:(0,f.__)("Withdrawal","woocommerce-payments")},ua={paid:(0,f.__)("Paid","woocommerce-payments"),pending:(0,f.__)("Pending","woocommerce-payments"),in_transit:(0,f.__)("In transit","woocommerce-payments"),canceled:(0,f.__)("Canceled","woocommerce-payments"),failed:(0,f.__)("Failed","woocommerce-payments"),estimated:(0,f.__)("Estimated","woocommerce-payments")},ma=r(539),da=function(e){var t=e.href,r=e.children;return t?React.createElement(w.Link,{href:t,className:"woocommerce-table__clickable-cell",tabIndex:"-1"},r):r},ha=function(e){return[{key:"details",label:"",required:!0,cellClassName:"info-button "+(e?"is-sorted":"")},{key:"date",label:(0,f.__)("Date","woocommerce-payments"),screenReaderLabel:(0,f.__)("Date","woocommerce-payments"),required:!0,isLeftAligned:!0,defaultOrder:"desc",cellClassName:"date-time",isSortable:!0,defaultSort:!0},{key:"type",label:(0,f.__)("Type","woocommerce-payments"),screenReaderLabel:(0,f.__)("Type","woocommerce-payments"),required:!0},{key:"amount",label:(0,f.__)("Amount","woocommerce-payments"),screenReaderLabel:(0,f.__)("Amount","woocommerce-payments"),isNumeric:!0,required:!0,isSortable:!0},{key:"status",label:(0,f.__)("Status","woocommerce-payments"),screenReaderLabel:(0,f.__)("Status","woocommerce-payments"),required:!0},{key:"bankAccount",label:(0,f.__)("Bank account","woocommerce-payments"),screenReaderLabel:(0,f.__)("Bank account","woocommerce-payments")}]},pa=function(){var e=function(e){var t=e.paged,r=e.per_page,a=e.orderby,n=void 0===a?"date":a,c=e.order,o=void 0===c?"desc":c;return(0,pt.useSelect)((function(e){var a=e(gt),c=a.getDeposits,s=a.getDepositsCount,i=a.getDepositQueryError,l=a.isResolving,u={paged:Number.isNaN(parseInt(t,10))?"1":t,perPage:Number.isNaN(parseInt(r,10))?"25":r,orderby:n,order:o};return{deposits:c(u),depositsCount:s(),depositsError:i(u),isLoading:l("getDeposits",[u])}}),[t,r,n,o])}((0,Ar.getQuery)()),t=e.deposits,r=e.depositsCount,a=e.isLoading,n=[!(0,Ar.getQuery)().orderby||"date"===(0,Ar.getQuery)().orderby],c=(0,y.useMemo)((function(){return ha.apply(void 0,n)}),n),o=t.map((function(e){var t=function(t){return React.createElement(da,{href:$r(e.id,"deposits")},t)},r=React.createElement(Yr,{id:e.id,parentSegment:"deposits"}),a=React.createElement(w.Link,{href:$r(e.id,"deposits")},(0,ot.dateI18n)("M j, Y",ct().utc(e.date).toISOString(),!0)),n={details:{value:e.id,display:r},date:{value:e.date,display:a},type:{value:e.type,display:t(la[e.type])},amount:{value:e.amount/100,display:t(ta(e.amount,e.currency))},status:{value:e.status,display:t(ua[e.status]||(0,ma.formatStringValue)(e.status))},bankAccount:{value:e.bankAccount,display:t(e.bankAccount)}};return c.map((function(e){var t=e.key;return n[t]||{display:null}}))}));return React.createElement(w.TableCard,{title:(0,f.__)("Deposit history","woocommerce-payments"),isLoading:a,rowsPerPage:(0,Ar.getQuery)().per_page||25,totalRows:r,headers:c,rows:o,query:(0,Ar.getQuery)(),onQueryChange:Ar.onQueryChange})},va=function(){return React.createElement(Se,null,React.createElement(mt,{topic:lt.deposits}),React.createElement(ia,null),React.createElement(pa,null))},fa=(0,y.createContext)({}),ga=function(){return(0,y.useContext)(fa)},wa=r(466),ya=r.n(wa),ba=function(e){var t={};return function(r){return void 0===t[r]&&(t[r]=e(r)),t[r]}},za=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,_a=ba((function(e){return za.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91})),ka=(r(503),function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,r=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(r,t),this.tags.push(r)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(a);try{var c=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,c?0:n.cssRules.length)}catch(e){}}else a.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}()),Ea=function(e){function t(e,a,i,l,d){for(var h,p,v,f,b,_=0,k=0,E=0,H=0,M=0,R=0,O=v=h=0,A=0,T=0,B=0,I=0,P=i.length,F=P-1,j="",q="",U="",Z="";A<P;){if(p=i.charCodeAt(A),A===F&&0!==k+H+E+_&&(0!==k&&(p=47===k?10:47),H=E=_=0,P++,F++),0===k+H+E+_){if(A===F&&(0<T&&(j=j.replace(m,"")),0<j.trim().length)){switch(p){case 32:case 9:case 59:case 13:case 10:break;default:j+=i.charAt(A)}p=59}switch(p){case 123:for(h=(j=j.trim()).charCodeAt(0),v=1,I=++A;A<P;){switch(p=i.charCodeAt(A)){case 123:v++;break;case 125:v--;break;case 47:switch(p=i.charCodeAt(A+1)){case 42:case 47:e:{for(O=A+1;O<F;++O)switch(i.charCodeAt(O)){case 47:if(42===p&&42===i.charCodeAt(O-1)&&A+2!==O){A=O+1;break e}break;case 10:if(47===p){A=O+1;break e}}A=O}}break;case 91:p++;case 40:p++;case 34:case 39:for(;A++<F&&i.charCodeAt(A)!==p;);}if(0===v)break;A++}switch(v=i.substring(I,A),0===h&&(h=(j=j.replace(u,"").trim()).charCodeAt(0)),h){case 64:switch(0<T&&(j=j.replace(m,"")),p=j.charCodeAt(1)){case 100:case 109:case 115:case 45:T=a;break;default:T=S}if(I=(v=t(a,T,v,p,d+1)).length,0<N&&(b=s(3,v,T=r(S,j,B),a,x,V,I,p,d,l),j=T.join(""),void 0!==b&&0===(I=(v=b.trim()).length)&&(p=0,v="")),0<I)switch(p){case 115:j=j.replace(z,o);case 100:case 109:case 45:v=j+"{"+v+"}";break;case 107:v=(j=j.replace(g,"$1 $2"))+"{"+v+"}",v=1===L||2===L&&c("@"+v,3)?"@-webkit-"+v+"@"+v:"@"+v;break;default:v=j+v,112===l&&(q+=v,v="")}else v="";break;default:v=t(a,r(a,j,B),v,l,d+1)}U+=v,v=B=T=O=h=0,j="",p=i.charCodeAt(++A);break;case 125:case 59:if(1<(I=(j=(0<T?j.replace(m,""):j).trim()).length))switch(0===O&&(h=j.charCodeAt(0),45===h||96<h&&123>h)&&(I=(j=j.replace(" ",":")).length),0<N&&void 0!==(b=s(1,j,a,e,x,V,q.length,l,d,l))&&0===(I=(j=b.trim()).length)&&(j="\0\0"),h=j.charCodeAt(0),p=j.charCodeAt(1),h){case 0:break;case 64:if(105===p||99===p){Z+=j+i.charAt(A);break}default:58!==j.charCodeAt(I-1)&&(q+=n(j,h,p,j.charCodeAt(2)))}B=T=O=h=0,j="",p=i.charCodeAt(++A)}}switch(p){case 13:case 10:47===k?k=0:0===1+h&&107!==l&&0<j.length&&(T=1,j+="\0"),0<N*D&&s(0,j,a,e,x,V,q.length,l,d,l),V=1,x++;break;case 59:case 125:if(0===k+H+E+_){V++;break}default:switch(V++,f=i.charAt(A),p){case 9:case 32:if(0===H+_+k)switch(M){case 44:case 58:case 9:case 32:f="";break;default:32!==p&&(f=" ")}break;case 0:f="\\0";break;case 12:f="\\f";break;case 11:f="\\v";break;case 38:0===H+k+_&&(T=B=1,f="\f"+f);break;case 108:if(0===H+k+_+C&&0<O)switch(A-O){case 2:112===M&&58===i.charCodeAt(A-3)&&(C=M);case 8:111===R&&(C=R)}break;case 58:0===H+k+_&&(O=A);break;case 44:0===k+E+H+_&&(T=1,f+="\r");break;case 34:case 39:0===k&&(H=H===p?0:0===H?p:H);break;case 91:0===H+k+E&&_++;break;case 93:0===H+k+E&&_--;break;case 41:0===H+k+_&&E--;break;case 40:if(0===H+k+_){if(0===h)switch(2*M+3*R){case 533:break;default:h=1}E++}break;case 64:0===k+E+H+_+O+v&&(v=1);break;case 42:case 47:if(!(0<H+_+E))switch(k){case 0:switch(2*p+3*i.charCodeAt(A+1)){case 235:k=47;break;case 220:I=A,k=42}break;case 42:47===p&&42===M&&I+2!==A&&(33===i.charCodeAt(I+2)&&(q+=i.substring(I,A+1)),f="",k=0)}}0===k&&(j+=f)}R=M,M=p,A++}if(0<(I=q.length)){if(T=a,0<N&&void 0!==(b=s(2,q,T,e,x,V,I,l,d,l))&&0===(q=b).length)return Z+q+U;if(q=T.join(",")+"{"+q+"}",0!=L*C){switch(2!==L||c(q,2)||(C=0),C){case 111:q=q.replace(y,":-moz-$1")+q;break;case 112:q=q.replace(w,"::-webkit-input-$1")+q.replace(w,"::-moz-$1")+q.replace(w,":-ms-input-$1")+q}C=0}}return Z+q+U}function r(e,t,r){var n=t.trim().split(v);t=n;var c=n.length,o=e.length;switch(o){case 0:case 1:var s=0;for(e=0===o?"":e[0]+" ";s<c;++s)t[s]=a(e,t[s],r).trim();break;default:var i=s=0;for(t=[];s<c;++s)for(var l=0;l<o;++l)t[i++]=a(e[l]+" ",n[s],r).trim()}return t}function a(e,t,r){var a=t.charCodeAt(0);switch(33>a&&(a=(t=t.trim()).charCodeAt(0)),a){case 38:return t.replace(f,"$1"+e.trim());case 58:return e.trim()+t.replace(f,"$1"+e.trim());default:if(0<1*r&&0<t.indexOf("\f"))return t.replace(f,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function n(e,t,r,a){var o=e+";",s=2*t+3*r+4*a;if(944===s){e=o.indexOf(":",9)+1;var i=o.substring(e,o.length-1).trim();return i=o.substring(0,e).trim()+i+";",1===L||2===L&&c(i,1)?"-webkit-"+i+i:i}if(0===L||2===L&&!c(o,1))return o;switch(s){case 1015:return 97===o.charCodeAt(10)?"-webkit-"+o+o:o;case 951:return 116===o.charCodeAt(3)?"-webkit-"+o+o:o;case 963:return 110===o.charCodeAt(5)?"-webkit-"+o+o:o;case 1009:if(100!==o.charCodeAt(4))break;case 969:case 942:return"-webkit-"+o+o;case 978:return"-webkit-"+o+"-moz-"+o+o;case 1019:case 983:return"-webkit-"+o+"-moz-"+o+"-ms-"+o+o;case 883:if(45===o.charCodeAt(8))return"-webkit-"+o+o;if(0<o.indexOf("image-set(",11))return o.replace(M,"$1-webkit-$2")+o;break;case 932:if(45===o.charCodeAt(4))switch(o.charCodeAt(5)){case 103:return"-webkit-box-"+o.replace("-grow","")+"-webkit-"+o+"-ms-"+o.replace("grow","positive")+o;case 115:return"-webkit-"+o+"-ms-"+o.replace("shrink","negative")+o;case 98:return"-webkit-"+o+"-ms-"+o.replace("basis","preferred-size")+o}return"-webkit-"+o+"-ms-"+o+o;case 964:return"-webkit-"+o+"-ms-flex-"+o+o;case 1023:if(99!==o.charCodeAt(8))break;return"-webkit-box-pack"+(i=o.substring(o.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+o+"-ms-flex-pack"+i+o;case 1005:return h.test(o)?o.replace(d,":-webkit-")+o.replace(d,":-moz-")+o:o;case 1e3:switch(t=(i=o.substring(13).trim()).indexOf("-")+1,i.charCodeAt(0)+i.charCodeAt(t)){case 226:i=o.replace(b,"tb");break;case 232:i=o.replace(b,"tb-rl");break;case 220:i=o.replace(b,"lr");break;default:return o}return"-webkit-"+o+"-ms-"+i+o;case 1017:if(-1===o.indexOf("sticky",9))break;case 975:switch(t=(o=e).length-10,s=(i=(33===o.charCodeAt(t)?o.substring(0,t):o).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|i.charCodeAt(7))){case 203:if(111>i.charCodeAt(8))break;case 115:o=o.replace(i,"-webkit-"+i)+";"+o;break;case 207:case 102:o=o.replace(i,"-webkit-"+(102<s?"inline-":"")+"box")+";"+o.replace(i,"-webkit-"+i)+";"+o.replace(i,"-ms-"+i+"box")+";"+o}return o+";";case 938:if(45===o.charCodeAt(5))switch(o.charCodeAt(6)){case 105:return i=o.replace("-items",""),"-webkit-"+o+"-webkit-box-"+i+"-ms-flex-"+i+o;case 115:return"-webkit-"+o+"-ms-flex-item-"+o.replace(k,"")+o;default:return"-webkit-"+o+"-ms-flex-line-pack"+o.replace("align-content","").replace(k,"")+o}break;case 973:case 989:if(45!==o.charCodeAt(3)||122===o.charCodeAt(4))break;case 931:case 953:if(!0===H.test(e))return 115===(i=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),t,r,a).replace(":fill-available",":stretch"):o.replace(i,"-webkit-"+i)+o.replace(i,"-moz-"+i.replace("fill-",""))+o;break;case 962:if(o="-webkit-"+o+(102===o.charCodeAt(5)?"-ms-"+o:"")+o,211===r+a&&105===o.charCodeAt(13)&&0<o.indexOf("transform",10))return o.substring(0,o.indexOf(";",27)+1).replace(p,"$1-webkit-$2")+o}return o}function c(e,t){var r=e.indexOf(1===t?":":"{"),a=e.substring(0,3!==t?r:10);return r=e.substring(r+1,e.length-1),O(2!==t?a:a.replace(E,"$1"),r,t)}function o(e,t){var r=n(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return r!==t+";"?r.replace(_," or ($1)").substring(4):"("+t+")"}function s(e,t,r,a,n,c,o,s,i,u){for(var m,d=0,h=t;d<N;++d)switch(m=R[d].call(l,e,h,r,a,n,c,o,s,i,u)){case void 0:case!1:case!0:case null:break;default:h=m}if(h!==t)return h}function i(e){return void 0!==(e=e.prefix)&&(O=null,e?"function"!=typeof e?L=1:(L=2,O=e):L=0),i}function l(e,r){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<N){var n=s(-1,r,a,a,x,V,0,0,0,0);void 0!==n&&"string"==typeof n&&(r=n)}var c=t(S,a,r,0,0);return 0<N&&void 0!==(n=s(-2,c,a,a,x,V,c.length,0,0,0))&&(c=n),C=0,V=x=1,c}var u=/^\0+/g,m=/[\0\r\f]/g,d=/: */g,h=/zoo|gra/,p=/([,: ])(transform)/g,v=/,\r+?/g,f=/([\t\r\n ])*\f?&/g,g=/@(k\w+)\s*(\S*)\s*/,w=/::(place)/g,y=/:(read-only)/g,b=/[svh]\w+-[tblr]{2}/,z=/\(\s*(.*)\s*\)/g,_=/([\s\S]*?);/g,k=/-self|flex-/g,E=/[^]*?(:[rp][el]a[\w-]+)[^]*/,H=/stretch|:\s*\w+\-(?:conte|avail)/,M=/([^-])(image-set\()/,V=1,x=1,C=0,L=1,S=[],R=[],N=0,O=null,D=0;return l.use=function e(t){switch(t){case void 0:case null:N=R.length=0;break;default:if("function"==typeof t)R[N++]=t;else if("object"==typeof t)for(var r=0,a=t.length;r<a;++r)e(t[r]);else D=0|!!t}return e},l.set=i,void 0!==e&&i(e),l},Ha="/*|*/";function Ma(e){e&&Va.current.insert(e+"}")}var Va={current:null},xa=function(e,t,r,a,n,c,o,s,i,l){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return Va.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===s)return t+Ha;break;case 3:switch(s){case 102:case 112:return Va.current.insert(r[0]+t),"";default:return t+(0===l?Ha:"")}case-2:t.split("/*|*/}").forEach(Ma)}},Ca=function(e,t,r){var a=e.key+"-"+t.name;if(!1===r&&void 0===e.registered[a]&&(e.registered[a]=t.styles),void 0===e.inserted[t.name]){var n=t;do{e.insert("."+a,n,e.sheet,!0),n=n.next}while(void 0!==n)}},La=function(e){for(var t,r=e.length,a=r^r,n=0;r>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+((1540483477*(t>>>16)&65535)<<16),a=1540483477*(65535&a)+((1540483477*(a>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),r-=4,++n;switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+((1540483477*(a>>>16)&65535)<<16)}return a=1540483477*(65535&(a^=a>>>13))+((1540483477*(a>>>16)&65535)<<16),((a^=a>>>15)>>>0).toString(36)},Sa={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Ra=/[A-Z]|^ms/g,Na=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Oa=function(e){return 45===e.charCodeAt(1)},Da=function(e){return null!=e&&"boolean"!=typeof e},Aa=ba((function(e){return Oa(e)?e:e.replace(Ra,"-$&").toLowerCase()})),Ta=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Na,(function(e,t,r){return Ia={name:t,styles:r,next:Ia},t}))}return 1===Sa[e]||Oa(e)||"number"!=typeof t||0===t?t:t+"px"};function Ba(e,t,r,a){if(null==r)return"";if(void 0!==r.__emotion_styles)return r;switch(typeof r){case"boolean":return"";case"object":if(1===r.anim)return Ia={name:r.name,styles:r.styles,next:Ia},r.name;if(void 0!==r.styles){var n=r.next;if(void 0!==n)for(;void 0!==n;)Ia={name:n.name,styles:n.styles,next:Ia},n=n.next;return r.styles+";"}return function(e,t,r){var a="";if(Array.isArray(r))for(var n=0;n<r.length;n++)a+=Ba(e,t,r[n],!1);else for(var c in r){var o=r[c];if("object"!=typeof o)null!=t&&void 0!==t[o]?a+=c+"{"+t[o]+"}":Da(o)&&(a+=Aa(c)+":"+Ta(c,o)+";");else if(!Array.isArray(o)||"string"!=typeof o[0]||null!=t&&void 0!==t[o[0]]){var s=Ba(e,t,o,!1);switch(c){case"animation":case"animationName":a+=Aa(c)+":"+s+";";break;default:a+=c+"{"+s+"}"}}else for(var i=0;i<o.length;i++)Da(o[i])&&(a+=Aa(c)+":"+Ta(c,o[i])+";")}return a}(e,t,r);case"function":if(void 0!==e){var c=Ia,o=r(e);return Ia=c,Ba(e,t,o,a)}}if(null==t)return r;var s=t[r];return void 0===s||a?r:s}var Ia,Pa=/label:\s*([^\s;\n{]+)\s*;/g,Fa=function(e,t,r){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";Ia=void 0;var c=e[0];null==c||void 0===c.raw?(a=!1,n+=Ba(r,t,c,!1)):n+=c[0];for(var o=1;o<e.length;o++)n+=Ba(r,t,e[o],46===n.charCodeAt(n.length-1)),a&&(n+=c[o]);Pa.lastIndex=0;for(var s,i="";null!==(s=Pa.exec(n));)i+="-"+s[1];return{name:La(n)+i,styles:n,next:Ia}},ja=(0,qe.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,r=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var a,n=new Ea(t),c={};a=e.container||document.head;var o,s=document.querySelectorAll("style[data-emotion-"+r+"]");Array.prototype.forEach.call(s,(function(e){e.getAttribute("data-emotion-"+r).split(" ").forEach((function(e){c[e]=!0})),e.parentNode!==a&&a.appendChild(e)})),n.use(e.stylisPlugins)(xa),o=function(e,t,r,a){var c=t.name;Va.current=r,n(e,t.styles),a&&(i.inserted[c]=!0)};var i={key:r,sheet:new ka({key:r,container:a,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:c,registered:{},insert:o};return i}():null),qa=(0,qe.createContext)({}),Ua=(ja.Provider,function(e){return(0,qe.forwardRef)((function(t,r){return(0,qe.createElement)(ja.Consumer,null,(function(a){return e(t,a,r)}))}))});Object.prototype.hasOwnProperty,qe.Component;var Za=function e(t){for(var r=t.length,a=0,n="";a<r;a++){var c=t[a];if(null!=c){var o=void 0;switch(typeof c){case"boolean":break;case"object":if(Array.isArray(c))o=e(c);else for(var s in o="",c)c[s]&&s&&(o&&(o+=" "),o+=s);break;default:o=c}o&&(n&&(n+=" "),n+=o)}}return n};function Wa(e,t,r){var a=[],n=function(e,t,r){var a="";return r.split(" ").forEach((function(r){void 0!==e[r]?t.push(e[r]):a+=r+" "})),a}(e,a,r);return a.length<2?r:n+t(a)}function Qa(e,t,r){var a="";return r.split(" ").forEach((function(r){void 0!==e[r]?t.push(e[r]):a+=r+" "})),a}Ua((function(e,t){return(0,qe.createElement)(qa.Consumer,null,(function(r){var a=function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];var n=Fa(r,t.registered);return Ca(t,n,!1),t.key+"-"+n.name},n={css:a,cx:function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Wa(t.registered,a,Za(r))},theme:r};return e.children(n)}))}));var $a=function(e,t,r){var a=e.key+"-"+t.name;if(!1===r&&void 0===e.registered[a]&&(e.registered[a]=t.styles),void 0===e.inserted[t.name]){var n=t;do{e.insert("."+a,n,e.sheet,!0),n=n.next}while(void 0!==n)}},Ya=_a,Ga=function(e){return"theme"!==e&&"innerRef"!==e},Xa=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?Ya:Ga};function Ka(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,a)}return r}function Ja(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Ka(r,!0).forEach((function(t){ya()(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ka(r).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var en=function e(t,r){var a,n,c;void 0!==r&&(a=r.label,c=r.target,n=t.__emotion_forwardProp&&r.shouldForwardProp?function(e){return t.__emotion_forwardProp(e)&&r.shouldForwardProp(e)}:r.shouldForwardProp);var o=t.__emotion_real===t,s=o&&t.__emotion_base||t;"function"!=typeof n&&o&&(n=t.__emotion_forwardProp);var i=n||Xa(s),l=!i("as");return function(){var u=arguments,m=o&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==a&&m.push("label:"+a+";"),null==u[0]||void 0===u[0].raw)m.push.apply(m,u);else{m.push(u[0][0]);for(var d=u.length,h=1;h<d;h++)m.push(u[h],u[0][h])}var p=Ua((function(e,t,r){return(0,qe.createElement)(qa.Consumer,null,(function(a){var o=l&&e.as||s,u="",d=[],h=e;if(null==e.theme){for(var p in h={},e)h[p]=e[p];h.theme=a}"string"==typeof e.className?u=Qa(t.registered,d,e.className):null!=e.className&&(u=e.className+" ");var v=Fa(m.concat(d),t.registered,h);$a(t,v,"string"==typeof o),u+=t.key+"-"+v.name,void 0!==c&&(u+=" "+c);var f=l&&void 0===n?Xa(o):i,g={};for(var w in e)l&&"as"===w||f(w)&&(g[w]=e[w]);return g.className=u,g.ref=r||e.innerRef,(0,qe.createElement)(o,g)}))}));return p.displayName=void 0!==a?a:"Styled("+("string"==typeof s?s:s.displayName||s.name||"Component")+")",p.defaultProps=t.defaultProps,p.__emotion_real=p,p.__emotion_base=s,p.__emotion_styles=m,p.__emotion_forwardProp=n,Object.defineProperty(p,"toString",{value:function(){return"."+c}}),p.withComponent=function(t,a){return e(t,void 0!==a?Ja({},r||{},{},a):r).apply(void 0,m)},p}},tn=r(621),rn=r.n(tn),an={black:"#000",white:"#fff"},nn={900:"#191e23",800:"#23282d",700:"#32373c",600:"#40464d",500:"#555d66",400:"#606a73",300:"#6c7781",200:"#7e8993",150:"#8d96a0",100:"#8f98a1"},cn={900:"#a2aab2",800:"#b5bcc2",700:"#ccd0d4",600:"#d7dade",500:"#e2e4e7",400:"#e8eaeb",300:"#edeff0",200:"#f3f4f5",100:"#f8f9f9"},on=E({},an,{darkGrey:nn,darkOpacity:{900:sn("#000510",.9),800:sn("#00000a",.85),700:sn("#06060b",.8),600:sn("#000913",.75),500:sn("#0a1829",.7),400:sn("#0a1829",.65),300:sn("#0e1c2e",.62),200:sn("#162435",.55),100:sn("#223443",.5),backgroundFill:sn(nn[700],.7)},darkOpacityLight:{900:sn("#304455",.45),800:sn("#425863",.4),700:sn("#667886",.35),600:sn("#7b86a2",.3),500:sn("#9197a2",.25),400:sn("#95959c",.2),300:sn("#829493",.15),200:sn("#8b8b96",.1),100:sn("#747474",.05)},lightGray:cn,lightGrayLight:{900:sn(an.white,.5),800:sn(an.white,.45),700:sn(an.white,.4),600:sn(an.white,.35),500:sn(an.white,.3),400:sn(an.white,.25),300:sn(an.white,.2),200:sn(an.white,.15),100:sn(an.white,.1),backgroundFill:sn(cn[300],.8)},blue:{wordpress:{700:"#00669b"},dark:{900:"#0071a1"},medium:{900:"#006589",800:"#00739c",700:"#007fac",600:"#008dbe",500:"#00a0d2",400:"#33b3db",300:"#66c6e4",200:"#bfe7f3",100:"#e5f5fa",highlight:"#b3e7fe",focus:"#007cba"}},alert:{yellow:"#f0b849",red:"#d94f4f",green:"#4ab866"}});function sn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,r=rn()(e).toRgb(),a=r.r,n=r.g,c=r.b;return"rgba(".concat(a,", ").concat(n,", ").concat(c,", ").concat(t,")")}function ln(e){return(0,b.get)(on,e,"#000")}var un={borderColor:ln("lightGray.500"),borderRadius:"3px",backgroundShady:ln("lightGray.200")},mn=un.borderColor,dn=un.borderRadius,hn=un.backgroundShady,pn=en("div",{target:"e1q7k77g0",label:"CardUI"})("background:",ln("white"),";box-sizing:border-box;border-radius:",dn,";border:1px solid ",mn,";",yn,";&.is-elevated{box-shadow:0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12);}"),vn=en("div",{target:"e1q7k77g1",label:"HeaderUI"})("border-bottom:1px solid ",mn,";border-top-left-radius:",dn,";border-top-right-radius:",dn,";box-sizing:border-box;&:last-child{border-bottom:none;}",wn,";",yn,";",bn,";"),fn=(en("div",{target:"e1q7k77g2",label:"MediaUI"})("box-sizing:border-box;overflow:hidden;& > img,& > iframe{display:block;height:auto;max-width:100%;width:100%;}&:first-of-type{border-top-left-radius:",dn,";border-top-right-radius:",dn,";}&:last-of-type{border-bottom-left-radius:",dn,";border-bottom-right-radius:",dn,";}"),en("div",{target:"e1q7k77g3",label:"BodyUI"})("box-sizing:border-box;",(function(){return"\n\t\t&.is-size {\n\t\t\t&-large {\n\t\t\t\tpadding: 28px;\n\t\t\t}\n\t\t\t&-medium {\n\t\t\t\tpadding: 20px;\n\t\t\t}\n\t\t\t&-small {\n\t\t\t\tpadding: 12px;\n\t\t\t}\n\t\t\t&-extraSmall {\n\t\t\t\tpadding: 8px;\n\t\t\t}\n\t\t}\n\t"}),";",bn,";")),gn=en("div",{target:"e1q7k77g4",label:"FooterUI"})("border-top:1px solid ",mn,";border-bottom-left-radius:",dn,";border-bottom-right-radius:",dn,";box-sizing:border-box;&:first-of-type{border-top:none;}",wn,";",yn,";",bn,";");function wn(){return"\n\t\t&.is-size {\n\t\t\t&-large {\n\t\t\t\tpadding: 20px 28px;\n\t\t\t}\n\t\t\t&-medium {\n\t\t\t\tpadding: 12px 20px;\n\t\t\t}\n\t\t\t&-small {\n\t\t\t\tpadding: 8px 12px;\n\t\t\t}\n\t\t\t&-extraSmall {\n\t\t\t\tpadding: 4px 8px;\n\t\t\t}\n\t\t}\n\t"}function yn(){return"\n\t\t&.is-borderless {\n\t\t\tborder: none;\n\t\t}\n\t"}function bn(){return"\n\t\t&.is-shady {\n\t\t\tbackground: ".concat(hn,";\n\t\t}\n\t")}function zn(e){var t=e.className,r=e.isBorderless,a=e.isElevated,n=e.size,c=H(e,["className","isBorderless","isElevated","size"]),o=fa.Provider,s={isBorderless:r,isElevated:a,size:n},i=_()("components-card",r&&"is-borderless",a&&"is-elevated",n&&"is-size-".concat(n),t);return(0,y.createElement)(o,{value:s},(0,y.createElement)(pn,V({},c,{className:i})))}zn.defaultProps={isBorderless:!1,isElevated:!1,size:"medium"};var _n=zn,kn={isShady:!1,size:"medium"},En=function(e){var t=e.className,r=e.isShady,a=H(e,["className","isShady"]),n=E({},kn,ga(),e).size,c=_()("components-card__body",r&&"is-shady",n&&"is-size-".concat(n),t);return(0,y.createElement)(fn,V({},a,{className:c}))},Hn=function(e){var t=e.order;return t?React.createElement(w.Link,{href:t.url,type:"external"},t.number):React.createElement("span",null,"–")},Mn={normal:(0,f.__)("Normal","woocommerce-payments"),elevated:(0,f.__)("Elevated","woocommerce-payments"),highest:(0,f.__)("Highest","woocommerce-payments")},Vn=["normal","elevated","highest"],xn={normal:"green",elevated:"orange",highest:"red"},Cn=function(e){var t=e.risk,r=Vn[t];return React.createElement("span",{style:{color:xn[r]}},Mn[r])},Ln={charge:(0,f.__)("Charge","woocommerce-payments"),payment:(0,f.__)("Payment","woocommerce-payments"),payment_failure_refund:(0,f.__)("Payment failure refund","woocommerce-payments"),payment_refund:(0,f.__)("Payment refund","woocommerce-payments"),refund:(0,f.__)("Refund","woocommerce-payments"),refund_failure:(0,f.__)("Refund failure","woocommerce-payments"),dispute:(0,f.__)("Dispute","woocommerce-payments"),dispute_reversal:(0,f.__)("Dispute reversal","woocommerce-payments")},Sn=function(e){var t=e.depositId,r=e.dateAvailable,a=(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/deposits/details",id:t}),n=null!=r&&(0,ot.dateI18n)("M j, Y",ct().utc(r).toISOString(),!0);return t?React.createElement(w.Link,{href:a},n||(0,f.__)("Deposit details","woocommerce-payments")):n||(0,f.__)("Pending","woocommerce-payments")},Rn=function(e){var t=e.amount,r=e.currency;return React.createElement(ze,{text:(0,f.sprintf)((0,f.__)("Converted from %s","woocommerce-payments"),ta(t,r)),position:"bottom center"},React.createElement("span",{className:"conversion-indicator","data-testid":"conversion-indicator"},React.createElement(ht(),{icon:"sync",size:18})))},Nn=function(e){var t=e.amount,r=e.currency,a=e.fromAmount,n=e.fromCurrency,c=ta(t,r);return r===n?c:React.createElement("div",{className:"converted-amount"},React.createElement(Rn,{amount:a,currency:n}),c)},On=window.wp.apiFetch,Dn=r.n(On),An=r(746),Tn=window.wp.htmlEntities,Bn={name:"transactions",className:"woocommerce-search__transactions-result",options:function(e){var t=e?{search_term:e}:{};return Dn()({path:(0,at.addQueryArgs)("/wc/v3/payments/transactions/search",t)})},isDebounced:!0,getOptionIdentifier:function(e){return e.label},getOptionKeywords:function(e){return[e.label]},getFreeTextOptions:function(e){return[{key:"all",label:React.createElement("span",{key:"name",className:"woocommerce-search__result-name"},(0,An.Z)({mixedString:(0,f.__)("All transactions with customer names or billing emails that include {{query /}}","woocommerce-admin"),components:{query:React.createElement("strong",{className:"components-form-token-field__suggestion-match"},e)}})),value:{label:e}}]},getOptionLabel:function(e,t){var r=function(e,t){if(!t)return null;var r=e.toLocaleLowerCase().indexOf(t.toLocaleLowerCase());return-1===r?null:{suggestionBeforeMatch:(0,Tn.decodeEntities)(e.substring(0,r)),suggestionMatch:(0,Tn.decodeEntities)(e.substring(r,r+t.length)),suggestionAfterMatch:(0,Tn.decodeEntities)(e.substring(r+t.length))}}(e.label,t);return React.createElement("span",{key:"name",className:"woocommerce-search__result-name","aria-label":e.label},r.suggestionBeforeMatch,React.createElement("strong",{className:"components-form-token-field__suggestion-match"},r.suggestionMatch),r.suggestionAfterMatch)},getOptionCompletion:function(e){return{key:e.label,label:e.label}}},In=function(e,t,r){return[{key:"details",label:"",required:!0,cellClassName:"info-button "+(r?"is-sorted":"")},{key:"date",label:(0,f.__)("Date / Time","woocommerce-payments"),screenReaderLabel:(0,f.__)("Date and time","woocommerce-payments"),required:!0,isLeftAligned:!0,defaultOrder:"desc",cellClassName:"date-time",isSortable:!0,defaultSort:!0},{key:"type",label:(0,f.__)("Type","woocommerce-payments"),screenReaderLabel:(0,f.__)("Type","woocommerce-payments"),required:!0},{key:"amount",label:(0,f.__)("Amount","woocommerce-payments"),screenReaderLabel:(0,f.__)("Amount","woocommerce-payments"),isNumeric:!0,isSortable:!0},{key:"fees",label:(0,f.__)("Fees","woocommerce-payments"),screenReaderLabel:(0,f.__)("Fees","woocommerce-payments"),isNumeric:!0,isSortable:!0},{key:"net",label:(0,f.__)("Net","woocommerce-payments"),screenReaderLabel:(0,f.__)("Net","woocommerce-payments"),isNumeric:!0,required:!0,isSortable:!0},{key:"order",label:(0,f.__)("Order #","woocommerce-payments"),screenReaderLabel:(0,f.__)("Order number","woocommerce-payments"),required:!0},t&&{key:"subscriptions",label:(0,f.__)("Subscription #","woocommerce-payments"),screenReaderLabel:(0,f.__)("Subscription number","woocommerce-payments")},{key:"source",label:(0,f.__)("Source","woocommerce-payments"),screenReaderLabel:(0,f.__)("Source","woocommerce-payments")},{key:"customer_name",label:(0,f.__)("Customer","woocommerce-payments"),screenReaderLabel:(0,f.__)("Customer","woocommerce-payments")},{key:"customer_email",label:(0,f.__)("Email","woocommerce-payments"),screenReaderLabel:(0,f.__)("Email","woocommerce-payments"),visible:!1},{key:"customer_country",label:(0,f.__)("Country","woocommerce-payments"),screenReaderLabel:(0,f.__)("Country","woocommerce-payments"),visible:!1},{key:"risk_level",label:(0,f.__)("Risk level","woocommerce-payments"),screenReaderLabel:(0,f.__)("Risk level","woocommerce-payments"),visible:!1},e&&{key:"deposit",label:(0,f.__)("Deposit","woocommerce-payments"),screenReaderLabel:(0,f.__)("Deposit","woocommerce-payments"),cellClassName:"deposit"}].filter(Boolean)},Pn=function(e){var t=function(e,t){var r=e.paged,a=e.per_page,n=e.orderby,c=e.order,o=e.match,s=e.date_before,i=e.date_after,l=e.date_between,u=e.type_is,m=e.type_is_not,d=e.search;return(0,pt.useSelect)((function(e){var h=e(gt),p=h.getTransactions,v=h.getTransactionsError,f=h.isResolving,g={paged:Number.isNaN(parseInt(r,10))?"1":r,perPage:Number.isNaN(parseInt(a,10))?"25":a,orderby:n||"date",order:c||"desc",match:o,dateBefore:s,dateAfter:i,dateBetween:l&&l.sort((function(e,t){return ct()(e).diff(ct()(t))})),typeIs:u,typeIsNot:m,depositId:t,search:d};return{transactions:p(g),transactionsError:v(g),isLoading:f("getTransactions",[g])}}),[r,a,n,c,o,s,i,l,u,m,t,d])}((0,Ar.getQuery)(),e.depositId),r=t.transactions,a=t.isLoading,n=function(e,t){var r=e.match,a=e.date_before,n=e.date_after,c=e.date_between,o=e.type_is,s=e.type_is_not,i=e.search;return(0,pt.useSelect)((function(e){var l=e(gt),u=l.getTransactionsSummary,m=l.isResolving,d={match:r,dateBefore:a,dateAfter:n,dateBetween:c,typeIs:o,typeIsNot:s,depositId:t,search:i};return{transactionsSummary:u(d),isLoading:m("getTransactionsSummary",[d])}}),[r,a,n,c,o,s,t,i])}((0,Ar.getQuery)(),e.depositId),c=n.transactionsSummary,o=n.isLoading,s=[!e.depositId,wcpaySettings.isSubscriptionsActive,!(0,Ar.getQuery)().orderby||"date"===(0,Ar.getQuery)().orderby],i=(0,y.useMemo)((function(){return In.apply(void 0,s)}),s),l=r.map((function(e){var t=$r(e.charge_id,"transactions"),r=function(e){return React.createElement(da,{href:t},e)},a=React.createElement(Yr,{id:e.charge_id,parentSegment:"transactions"}),n=React.createElement(Hn,{order:e.order}),c=wcpaySettings.isSubscriptionsActive&&e.order&&e.order.subscriptions&&e.order.subscriptions.map((function(e,t,r){return[React.createElement(Hn,{key:t,order:e}),t!==r.length-1&&", "]})),o=React.createElement(Cn,{risk:e.risk_level}),s=e.order?React.createElement("a",{href:e.order.customer_url},e.customer_name):e.customer_name,l=e.order?React.createElement("a",{href:e.order.customer_url},e.customer_email):e.customer_email,u=React.createElement(Sn,{depositId:e.deposit_id,dateAvailable:e.date_available}),m=e.currency.toUpperCase(),d={details:{value:e.transaction_id,display:a},date:{value:e.date,display:r((0,ot.dateI18n)("M j, Y / g:iA",ct().utc(e.date).local().toISOString()))},type:{value:e.type,display:r(Ln[e.type]||st(e.type))},source:{value:e.source,display:r(React.createElement("span",{className:"payment-method__brand payment-method__brand--"+e.source}))},order:{value:e.order_id,display:n},subscriptions:{value:e.order_id,display:c},customer_name:{value:e.customer_name,display:s},customer_email:{value:e.customer_email,display:l},customer_country:{value:e.customer_country,display:r(e.customer_country)},amount:{value:e.amount/100,display:r(React.createElement(Nn,{amount:e.amount,currency:m,fromAmount:e.customer_amount,fromCurrency:e.customer_currency.toUpperCase()}))},fees:{value:e.fees/100,display:r(ta(-1*e.fees,m))},net:{value:e.net/100,display:r(ta(e.net,m))},risk_level:{value:e.risk_level,display:r(o)},deposit:{value:e.deposit_id,display:u}};return i.map((function(e){var t=e.key;return d[t]||{display:null}}))})),u=[{label:"transactions",value:""+c.count},{label:"total",value:""+ta(c.total,c.currency)},{label:"fees",value:""+ta(c.fees,c.currency)},{label:"net",value:""+ta(c.net,c.currency)}],m=(0,Ar.getQuery)().search&&(0,Ar.getQuery)().search.map((function(e){return{key:e,label:e}})),d=wcpaySettings.isSubscriptionsActive?(0,f.__)("Search by order number, subscription number, customer name, or billing email","woocommerce-payments"):(0,f.__)("Search by order number, customer name, or billing email","woocommerce-payments");return wcpaySettings.featureFlags.customSearch||(d=(0,f.__)("Search by customer name","woocommerce-payments")),React.createElement(w.TableCard,{className:"transactions-list woocommerce-report-table has-search",title:e.depositId?(0,f.__)("Deposit transactions","woocommerce-payments"):(0,f.__)("Transactions","woocommerce-payments"),isLoading:a,rowsPerPage:(0,Ar.getQuery)().per_page||25,totalRows:c.count||0,headers:i,rows:l,summary:o?null:u,query:(0,Ar.getQuery)(),onQueryChange:Ar.onQueryChange,actions:[React.createElement(w.Search,{allowFreeTextSearch:!0,inlineTags:!0,key:"search",onChange:function(e){(0,Ar.updateQueryString)({search:e.length?(0,b.uniq)(e.map((function(e){return e.label}))):void 0})},placeholder:d,selected:m,showClearButton:!0,type:wcpaySettings.featureFlags.customSearch?"custom":"customers",autocompleter:Bn})]})},Fn=function(e){var t=e.status;return React.createElement(w.OrderStatus,{order:{status:t},orderStatusMap:ua})},jn=function(e){var t,r=e.depositId,a=(t=r,(0,pt.useSelect)((function(e){var r=e(gt),a=r.getDeposit,n=r.isResolving;return{deposit:a(t),isLoading:n("getDeposit",[t])}}),[t])),n=a.deposit,c=void 0===n?{}:n,o=a.isLoading;return React.createElement(_n,{className:"wcpay-deposit-overview"},React.createElement(En,null,React.createElement("div",{className:"wcpay-deposit-detail"},React.createElement("div",{className:"wcpay-deposit-date"},React.createElement(Qr,{isLoading:o,placeholder:"Date placeholder"},(0,f.__)("Deposit date","woocommerce-payments")+": ",(0,ot.dateI18n)("M j, Y",ct().utc(c.date).toISOString(),!0))),React.createElement("div",{className:"wcpay-deposit-status"},React.createElement(Qr,{isLoading:o,placeholder:"Status"},React.createElement(Fn,{status:c.status}))),React.createElement("div",{className:"wcpay-deposit-bank-account"},React.createElement(Qr,{isLoading:o,placeholder:"Bank account placeholder"},c.bankAccount))),React.createElement("div",{className:"wcpay-deposit-hero"},React.createElement("div",{className:"wcpay-deposit-amount"},React.createElement(Qr,{isLoading:o,placeholder:"Amount",display:"inline"},ta(c.amount,c.currency))))))},qn=function(e){var t=e.query.id;return React.createElement(Se,null,React.createElement(mt,{topic:lt.depositDetails}),React.createElement(jn,{depositId:t}),React.createElement(Pn,{depositId:t}))},Un=Object.entries(Ln).filter((function(e){return!e[0].startsWith("payment")})).map((function(e){var t=e[0];return{label:e[1],value:t}})),Zn=[{label:(0,f.__)("Show","woocommerce-payments"),param:"filter",staticParams:["paged","per_page","search"],showFilters:function(){return!0},filters:[{label:(0,f.__)("All transactions","woocommerce-payments"),value:"all"},{label:(0,f.__)("Advanced filters","woocommerce-payments"),value:"advanced"}]}],Wn={title:(0,f.__)("Transactions match {{select /}} filters","woocommerce-payments"),filters:{date:{labels:{add:(0,f.__)("Date","woocommerce-payments"),remove:(0,f.__)("Remove transaction date filter","woocommerce-payments"),rule:(0,f.__)("Select a transaction date filter match","woocommerce-payments"),title:(0,f.__)("{{title}}Date{{/title}} {{rule /}} {{filter /}}","woocommerce-payments"),filter:(0,f.__)("Select a transaction date","woocommerce-payments")},rules:[{value:"before",label:(0,f.__)("Before","woocommerce-admin")},{value:"after",label:(0,f.__)("After","woocommerce-admin")},{value:"between",label:(0,f.__)("Between","woocommerce-admin")}],input:{component:"Date"}},type:{labels:{add:(0,f.__)("Type","woocommerce-payments"),remove:(0,f.__)("Remove transaction type filter","woocommerce-payments"),rule:(0,f.__)("Select a transaction type filter match","woocommerce-payments"),title:(0,f.__)("{{title}}Type{{/title}} {{rule /}} {{filter /}}","woocommerce-payments"),filter:(0,f.__)("Select a transaction type","woocommerce-payments")},rules:[{value:"is",label:(0,f._x)("Is","transaction type","woocommerce-payments")},{value:"is_not",label:(0,f._x)("Is not","transaction type","woocommerce-payments")}],input:{component:"SelectControl",options:Un}}}},Qn=function(){return React.createElement(w.ReportFilters,{filters:Zn,advancedFilters:Wn,showDatePicker:!1,path:"/payments/transactions",query:(0,Ar.getQuery)()})},$n=function(){return React.createElement(Se,null,React.createElement(mt,{topic:lt.transactions}),React.createElement(Qn,null),React.createElement(Pn,null))},Yn={isBorderless:!1,isShady:!1,size:"medium"},Gn=function(e){var t=e.className,r=e.isShady,a=H(e,["className","isShady"]),n=E({},Yn,ga(),e),c=n.isBorderless,o=n.size,s=_()("components-card__footer",c&&"is-borderless",r&&"is-shady",o&&"is-size-".concat(o),t);return(0,y.createElement)(gn,V({},a,{className:s}))},Xn=["issuer_declined","invalid"],Kn=["blocked"],Jn=function(e){return void 0===e&&(e={}),e.outcome?e.outcome.type:null},ec=function(e){return void 0===e&&(e={}),!0===e.disputed},tc=function(e){return void 0===e&&(e={}),0<e.amount_refunded},rc=function(e){return void 0===e&&(e={}),!0===e.refunded},ac=function(e){return void 0===e&&(e={}),function(e){return void 0===e&&(e={}),"failed"===e.status&&Xn.includes(Jn(e))}(e)?"failed":function(e){return void 0===e&&(e={}),"failed"===e.status&&Kn.includes(Jn(e))}(e)?"blocked":ec(e)?"disputed_"+(void 0===(t=e.dispute)&&(t={}),t.status||null):function(e){return void 0===e&&(e={}),tc(e)&&!rc(e)}(e)?"refunded_partial":rc(e)?"refunded_full":function(e){return void 0===e&&(e={}),"succeeded"===e.status&&!0===e.paid}(e)?function(e){return void 0===e&&(e={}),!0===e.captured}(e)?"paid":"authorized":e.status;var t},nc={warning_needs_response:{type:"primary",message:(0,f.__)("Inquiry: Needs response","woocommerce-payments")},warning_under_review:{type:"light",message:(0,f.__)("Inquiry: Under review","woocommerce-payments")},warning_closed:{type:"light",message:(0,f.__)("Inquiry: Closed","woocommerce-payments")},needs_response:{type:"primary",message:(0,f.__)("Needs response","woocommerce-payments")},under_review:{type:"light",message:(0,f.__)("Under review","woocommerce-payments")},charge_refunded:{type:"light",message:(0,f.__)("Charge refunded","woocommerce-payments")},won:{type:"light",message:(0,f.__)("Won","woocommerce-payments")},lost:{type:"light",message:(0,f.__)("Lost","woocommerce-payments")}},cc=function(){return(cc=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},oc=Object.entries(nc).reduce((function(e,t){var r=t[0],a=t[1];return e["disputed_"+r]={type:a.type,message:r.startsWith("warning_")?a.message:(0,f.sprintf)((0,f.__)("Disputed: %s","woocommerce-payments"),a.message)},e}),{}),sc=cc({refunded_partial:{type:"light",message:(0,f.__)("Partial refund","woocommerce-payments")},refunded_full:{type:"light",message:(0,f.__)("Refunded","woocommerce-payments")},paid:{type:"light",message:(0,f.__)("Paid","woocommerce-payments")},authorized:{type:"primary",message:(0,f.__)("Payment authorized","woocommerce-payments")},failed:{type:"alert",message:(0,f.__)("Payment failed","woocommerce-payments")},blocked:{type:"alert",message:(0,f.__)("Payment blocked","woocommerce-payments")}},oc),ic=["primary","light","warning","alert"],lc=function(e){var t=e.message,r=e.type,a=e.isCompact,n=["chip","chip-"+(ic.find((function(e){return e===r}))||"primary"),a?"is-compact":""];return React.createElement("span",{className:n.join(" ").trim()},t)},uc=function(e){var t=e.status,r=sc[t]||{},a=r.message||st(t),n=r.type||"light";return React.createElement(lc,{message:a,type:n})},mc=function(e){var t=e.payment,r=t?t[t.type]:null;return r?React.createElement("span",{className:"payment-method-details"},React.createElement("span",{className:"payment-method__brand payment-method__brand--"+r.brand})," •••• ",r.last4):React.createElement("span",null,"–")},dc=function(e){var t=e.items;return React.createElement(w.List,{className:"woocommerce-list--horizontal",items:t})},hc=function(e){var t=e.customer;if(void 0===(t||{}).name)return"-";var r=t.name;t.email&&(r=t.name+" ("+t.email+")");var a=(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/transactions",search:[r]});return React.createElement(w.Link,{href:a},t.name)},pc={amount:0,currency:"USD",net:0,fee:0,refunded:null},vc=function(e){var t=e.charge;return[{title:(0,f.__)("Date","woocommerce-payments"),content:t.created?(0,ot.dateI18n)("M j, Y, g:ia",ct()(1e3*t.created).toISOString()):"–"},{title:(0,f.__)("Customer","woocommerce-payments"),content:React.createElement(hc,{customer:t.billing_details})},{title:(0,f.__)("Order","woocommerce-payments"),content:React.createElement(Hn,{order:t.order})},wcpaySettings.isSubscriptionsActive&&{title:(0,f.__)("Subscription","woocommerce-payments"),content:t.order&&t.order.subscriptions.length?t.order.subscriptions.map((function(e,t,r){return[React.createElement(Hn,{key:t,order:e}),t!==r.length-1&&", "]})):React.createElement(Hn,null)},{title:(0,f.__)("Payment method","woocommerce-payments"),content:React.createElement(mc,{payment:t.payment_method_details})},{title:(0,f.__)("Risk evaluation","woocommerce-payments"),content:Mn[(0,b.get)(t,"outcome.risk_level")]||"–"}].filter(Boolean)},fc=function(e){var t=e.charge,r=void 0===t?{}:t,a=e.isLoading,n=r.amount?function(e){var t=e.balance_transaction?{currency:e.balance_transaction.currency,amount:e.balance_transaction.amount,fee:e.balance_transaction.fee,refunded:0,net:0}:{currency:e.currency,amount:e.amount,fee:e.application_fee_amount,refunded:0,net:0};return tc(e)&&(t.refunded-=(0,b.sumBy)(e.refunds.data,"balance_transaction.amount")),ec(e)&&(t.fee+=(0,b.sumBy)(e.dispute.balance_transactions,"fee"),t.refunded-=(0,b.sumBy)(e.dispute.balance_transactions,"amount")),t.net=t.amount-t.fee-t.refunded,t}(r):pc,c=r.currency&&n.currency!==r.currency;return React.createElement(_n,null,React.createElement(En,null,React.createElement("div",{className:"payment-details-summary"},React.createElement("div",{className:"payment-details-summary__section"},React.createElement("p",{className:"payment-details-summary__amount"},React.createElement(Qr,{isLoading:a,placeholder:"Amount placeholder"},ta(r.amount,r.currency),React.createElement("span",{className:"payment-details-summary__amount-currency"},r.currency||"USD"),React.createElement(uc,{status:ac(r)}))),React.createElement("div",{className:"payment-details-summary__breakdown"},c?React.createElement("p",null,ta(n.amount,n.currency)," ",n.currency.toUpperCase()):null,n.refunded?React.createElement("p",null,(0,f.__)("Refunded","woocommerce-payments")+": ",ta(-n.refunded,n.currency)):"",React.createElement("p",null,React.createElement(Qr,{isLoading:a,placeholder:"Fee amount"},(0,f.__)("Fee","woocommerce-payments")+": ",ta(-n.fee,n.currency))),React.createElement("p",null,React.createElement(Qr,{isLoading:a,placeholder:"Net amount"},(0,f.__)("Net","woocommerce-payments")+": ",ta(n.net,n.currency))))),React.createElement("div",{className:"payment-details-summary__section"},React.createElement("div",{className:"payment-details-summary__id"},React.createElement(Qr,{isLoading:a,placeholder:"Payment ID: ch_xxxxxxxxxxxxxxxxxxxxxxxx"},(0,f.__)("Payment ID","woocommerce-payments")+": ",r.id))))),React.createElement(Gn,null,React.createElement(Wr,{isLoading:a,numLines:4},React.createElement(dc,{items:vc({charge:r})}))))},gc={isBorderless:!1,isShady:!1,size:"medium"},wc=function(e){var t=e.className,r=e.isShady,a=H(e,["className","isShady"]),n=E({},gc,ga(),e),c=n.isBorderless,o=n.size,s=_()("components-card__header",c&&"is-borderless",r&&"is-shady",o&&"is-size-".concat(o),t);return(0,y.createElement)(vn,V({},a,{className:s}))},yc={bank_cannot_process:{display:(0,f.__)("Bank cannot process","woocommerce-payments")},check_returned:{display:(0,f.__)("Check returned","woocommerce-payments")},credit_not_processed:{display:(0,f.__)("Credit not processed","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If your customer was not refunded appropriately, you will need to accept the dispute, or resolve the issue with your customer. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims that the purchased product was returned or the transaction was otherwise canceled, but you have not yet provided a refund or credit.","woocommerce-payments")],required:[(0,f.__)("Demonstrate that you have refunded your customer through other means or that your customer is not entitled to a refund. You cannot issue a refund while a payment is being disputed. If you believe that your customer was entitled a refund that you did not provide, you can accept the dispute.","woocommerce-payments")],respond:[(0,f.__)("You should first get in touch with your customer. If you understand what their complaint is, there is a chance for you to explain the misunderstanding or to make it right. If you’re able to resolve the issue with your customer, you can ask that they withdraw the dispute.","woocommerce-payments"),(0,f.__)("If the cardholder agrees to withdraw the dispute, you should still submit evidence for the dispute using the forms on the next screen. In addition to the following evidence, your submission should include correspondence with the cardholder saying they would withdraw the dispute and a written statement from their card issuer confirming that the dispute has been withdrawn.","woocommerce-payments")]},customer_initiated:{display:(0,f.__)("Customer initiated","woocommerce-payments")},debit_not_authorized:{display:(0,f.__)("Debit not authorized","woocommerce-payments")},duplicate:{display:(0,f.__)("Duplicate","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If there were duplicate payments, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims they were charged multiple times for the same product or service.","woocommerce-payments")],required:[(0,f.__)("Demonstrate that each payment was for a separate product or service.","woocommerce-payments")],respond:[(0,f.__)("Determine if your customer was incorrectly charged multiple times.","woocommerce-payments"),(0,f.__)("If they were not, collect any and all information documenting that each payment was made separately, such as copies of receipts. If the receipts don’t include the items purchased, be sure to include an itemized list. Each receipt should clearly indicate that the payments are for separate purchases of items or services. If you’ve been able to get in touch with the customer you should be sure to address any concerns they had in your evidence.","woocommerce-payments"),(0,f.__)("If there have been two or more separate payments, you should get in touch with your customer. If you understand what their complaint is, there is a chance for you to explain the misunderstanding or to make it right. If you’re able to resolve the issue with your customer, you can ask that they withdraw the dispute.","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments")]},fraudulent:{display:(0,f.__)("Fraudulent","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you believe the payment was actually made using a stolen credit card, you will need to accept the dispute. The credit card networks place liability for accepting fraudulent payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("This is the most common reason for a dispute, and happens when a cardholder claims that they didn’t authorize the payment. This can happen if the card was lost or stolen and used to make a fraudulent purchase. It can also happen if the cardholder doesn’t recognize the payment as it appears on the billing statement from their card issuer.","woocommerce-payments")],required:[(0,f.__)("Provide adequate payment and order details so that a legitimate customer recognizes it, or proves to the card issuer that their cardholder authorized the transaction.","woocommerce-payments")],respond:[(0,f.__)("Try to get in touch with your customer. Sometimes people forget about payments they make or don’t recognize the way they appear on their card statement. If this is the case, ask them to contact their card issuer and let them know they no longer dispute the transaction.","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments"),(0,f.__)("It may be more efficient—and provide a better customer experience—to accept an accidental dispute and charge the customer again, if appropriate. Even when a dispute is withdrawn, it usually takes approximately 75 days to be finalized. Remember, it doesn’t matter to the card networks whether you win or lose a dispute; what matters is how many disputes a business receives, regardless of how many disputes are won.","woocommerce-payments")]},general:{display:(0,f.__)("General","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments")],summary:[(0,f.__)("This is an uncategorized dispute, so you should contact the customer for additional details to find out why the payment was disputed.","woocommerce-payments")]},incorrect_account_details:{display:(0,f.__)("Incorrect account details","woocommerce-payments")},insufficient_funds:{display:(0,f.__)("Insufficient funds","woocommerce-payments")},product_not_received:{display:(0,f.__)("Product not received","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer received their product or service, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims they did not receive the products or services purchased.","woocommerce-payments")],required:[(0,f.__)("Prove that the customer received a physical product or offline service, or made use of a digital product or online service. This must have occurred prior to the date the dispute was initiated.","woocommerce-payments")],respond:[(0,f.__)("First, get in touch with your customer. Understanding why they filed the dispute will be important for helping make sure your customer gets the product and will give you critical information to prevent this from happening to others.","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments")]},product_unacceptable:{display:(0,f.__)("Product unacceptable","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer received their product or service as described, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The product or service was received but was defective, damaged, or not as described.","woocommerce-payments")],required:[(0,f.__)("Demonstrate that the product or service was delivered as described at the time of purchase.","woocommerce-payments")],respond:[(0,f.__)("If the product or service is as described, provide specific information (invoice, contract, etc.) to refute the cardholder’s claims. Quality disputes are where the customer does not agree with the condition of merchandise or service received (e.g., a car repair situation or quality of a hotel room). There may be instances where you will need to obtain a neutral third-party opinion to help corroborate your claim against the cardholder. Provide as much specific information and documentation as possible to refute the cardholder’s claims. It is recommended that you address each point that the cardholder has made.","woocommerce-payments"),(0,f.__)("If the customer has not yet returned the product or canceled the service, provide specific information to that effect. You should double-check your incoming shipping records to verify that you have not received a return before you respond. If you have processed a credit or reversal for this transaction, provide evidence of this which includes the amount and date processed.","woocommerce-payments"),(0,f.__)("For products that have been repaired or replaced, provide evidence that the cardholder agreed to a repair or replacement, it has been received by the customer, and the repair or replacement has not since been disputed.","woocommerce-payments"),(0,f.__)("If your customer made no attempt to return the product or cancel the service, or if you provided a replacement product or service, make sure to note that as well.","woocommerce-payments"),(0,f.__)("If the customer withdraws their dispute you should still submit evidence using the forms on the next screen. Be sure to provide a letter or email from the cardholder stating that they are no longer in dispute.","woocommerce-payments")]},subscription_canceled:{display:(0,f.__)("Subscription canceled","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer’s subscription was canceled, and or they did not follow your cancelation policy, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer claims that you continued to charge them after a subscription was canceled.","woocommerce-payments")],required:[(0,f.__)("Prove that the subscription was still active and that the customer was aware of, and did not follow, your cancellation procedure.","woocommerce-payments")],respond:[(0,f.__)("First, get in touch with your customer. If you understand what they believe happened, there is a chance for you to explain the misunderstanding or to make it right. ","woocommerce-payments"),(0,f.__)("Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence using the forms on the next screen. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments"),(0,f.__)("Otherwise, use the forms on the next screen to submit evidence that the subscription was still active and that the customer was aware of, and did not follow, your cancellation procedure.","woocommerce-payments")]},unrecognized:{display:(0,f.__)("Unrecognized","woocommerce-payments"),overview:[(0,f.__)("If you believe the dispute is invalid, you can challenge it by submitting the appropriate evidence using the response forms on the next screen.","woocommerce-payments"),(0,f.__)("If you can not prove the customer’s subscription was canceled, and or they did not follow your cancelation policy, you should accept the dispute. You cannot issue a refund while a payment is being disputed. The credit card networks place liability for accepting disputed payments with you, the business.","woocommerce-payments")],summary:[(0,f.__)("The customer doesn’t recognize the payment appearing on their card statement.","woocommerce-payments")],required:[(0,f.__)("As with fraudulent disputes, get your customer to withdraw the dispute by helping them identify the payment. Otherwise challenge the dispute with appropriate evidence that proves the purchase was legitimate. ","woocommerce-payments")],respond:[(0,f.__)("First, try to get in touch with your customer. Sometimes people forget about payments they make or don’t recognize the way they appear on their card statement. If this is the case, ask them to contact their card issuer and let them know they no longer dispute the transaction. Even if your customer agrees to withdraw the dispute, you must still submit appropriate evidence. Simply saying that your customer is going to withdraw the dispute is not sufficient evidence.","woocommerce-payments"),(0,f.__)("It may be more efficient—and provide a better customer experience—to accept an accidental dispute and charge the customer again, if appropriate. Even when a dispute is withdrawn, it usually takes approximately 75 days to be finalized. Remember, it doesn’t matter to the card networks whether you win or lose a dispute; what matters is how many disputes a business receives, regardless of how many disputes are won.","woocommerce-payments")]}},bc=function(e,t){return void 0===t&&(t=""),React.createElement(ht(),{icon:e,className:t})},zc=function(e,t){return{date:new Date(1e3*e.datetime),icon:bc("sync"),headline:(0,f.sprintf)((0,f.__)("Payment status changed to %s.","woocommerce-payments"),t),body:[]}},_c=function(e,t,r,a){void 0===a&&(a=[]);var n="";if(e.deposit){n=(0,f.sprintf)(r?(0,f.__)("%1$s was added to your <a>%2$s deposit</a>.","woocommerce-payments"):(0,f.__)("%1$s was deducted from your <a>%2$s deposit</a>.","woocommerce-payments"),t,(0,ot.dateI18n)("M j, Y",ct()(1e3*e.deposit.arrival_date).toISOString()));var c=(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/deposits/details",id:e.deposit.id});n=Ye(n,{a:React.createElement("a",{href:c})})}else n=(0,f.sprintf)(r?(0,f.__)("%s will be added to a future deposit.","woocommerce-payments"):(0,f.__)("%s will be deducted from a future deposit.","woocommerce-payments"),t);return{date:new Date(1e3*e.datetime),icon:bc(r?"plus":"minus"),headline:n,body:a}},kc=function(e,t,r,a,n){return void 0===n&&(n=[]),{date:new Date(1e3*e.datetime),headline:t,icon:bc(r,a),body:n}},Ec=function(e){void 0===e&&(e={});var t=e.transaction_details,r=void 0===t?{}:t,a=r.customer_currency,n=r.store_currency;return a&&n&&a!==n},Hc=function(e){if(Ec(e)){var t=e.transaction_details;return function(e,t){if(e.currency&&t.currency){var r=ea(e.currency)?1:100;return ta(r,e.currency)+" → "+function(e,t){var r="number"==typeof t.amount&&"number"==typeof e.amount&&0!==e.amount?Math.abs(t.amount/e.amount):0;ea(t.currency)&&(r*=100),ea(e.currency)&&(r/=100);var a,n=(0,b.find)(Jr,{code:t.currency.toUpperCase()}),c=1>r?6:5,o=ea(t.currency);return n||(0,f.sprintf)(o?"%s %i":"%s %.5f",t.currency.toUpperCase(),r),void 0===(a=new(Xr())(Kr(Kr({},n),{precision:c})).formatAmount(r))&&(a=""),a.split(" ").map((function(e){return(0,b.endsWith)(e,"0")?(0,b.trimEnd)(e,"0"):e})).join(" ")}(e,t)+": "+ta(Math.abs(t.amount),t.currency)}}({currency:t.customer_currency,amount:t.customer_amount},{currency:t.store_currency,amount:t.store_amount})}},Mc=function(e){var t=e.type,r=function(t,r){return(0,f.sprintf)(t,ta(r,e.currency))};switch(t){case"authorized":return[zc(e,(0,f.__)("Authorized","woocommerce-payments")),kc(e,r((0,f.__)("A payment of %s was successfully authorized.","woocommerce-payments"),e.amount),"checkmark","is-warning")];case"authorization_voided":return[zc(e,(0,f.__)("Authorization Voided","woocommerce-payments")),kc(e,r((0,f.__)("Authorization for %s was voided.","woocommerce-payments"),e.amount),"checkmark","is-warning")];case"authorization_expired":return[zc(e,(0,f.__)("Authorization Expired","woocommerce-payments")),kc(e,r((0,f.__)("Authorization for %s expired.","woocommerce-payments"),e.amount),"cross","is-error")];case"captured":var a=function(e){return Ec(e)?ta(e.transaction_details.store_amount-e.transaction_details.store_fee,e.transaction_details.store_currency):ta(e.amount-e.fee,e.currency)}(e),n=function(e){if(!e.fee_rates)return(0,f.sprintf)((0,f.__)("Fee: %s","woocommerce-payments"),ta(e.fee,e.currency));var t=e.fee_rates,r=t.percentage,a=t.fixed,n=t.fixed_currency,c=e.fee,o=e.currency;return Ec(e)&&(c=e.transaction_details.store_fee,o=e.transaction_details.store_currency),(0,f.sprintf)((0,f.__)("Fee (%2$.1f%% + %3$s): %1$s","woocommeerce-payments"),ta(-c,o),100*r,ta(a,n))}(e);return[zc(e,(0,f.__)("Paid","woocommerce-payments")),_c(e,a,!0),kc(e,r((0,f.__)("A payment of %s was successfully charged.","woocommerce-payments"),e.amount),"checkmark","is-success",[Hc(e),n,(0,f.sprintf)((0,f.__)("Net deposit: %s","woocommerce-payments"),a)])];case"partial_refund":case"full_refund":var c=ta(e.amount_refunded,e.currency),o=Ec(e)?ta(e.transaction_details.store_amount,e.transaction_details.store_currency):c;return[zc(e,"full_refund"===t?(0,f.__)("Refunded","woocommerce-payments"):(0,f.__)("Partial Refund","woocommerce-payments")),_c(e,o,!1),kc(e,(0,f.sprintf)((0,f.__)("A payment of %s was successfully refunded.","woocommerce-payments"),c),"checkmark","is-success",[Hc(e)])];case"failed":return[zc(e,(0,f.__)("Failed","woocommerce-payments")),kc(e,r((0,f.__)("A payment of %s failed.","woocommerce-payments"),e.amount),"cross","is-error")];case"dispute_needs_response":var s=(0,f.__)("Payment disputed","woocommerce-payments");yc[e.reason]&&(s=(0,f.sprintf)((0,f.__)("Payment disputed as %s.","woocommerce-payments"),yc[e.reason].display));var i=(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes/details",id:e.dispute_id}),l=void 0;if(null===e.amount)l={date:new Date(1e3*e.datetime),icon:bc("info-outline"),headline:(0,f.__)("No funds have been withdrawn yet.","woocommerce-payments"),body:[(0,f.__)("The cardholder's bank is requesting more information to decide whether to return these funds to the cardholder.","woocommerce-services")]};else{var u=ta(Math.abs(e.amount)+Math.abs(e.fee),e.currency),m=Ec(e)?ta(e.transaction_details.customer_amount,e.transaction_details.customer_currency):ta(e.amount,e.currency);l=_c(e,u,!1,[(0,f.sprintf)((0,f.__)("Disputed amount: %s","woocommerce-payments"),m),Hc(e),(0,f.sprintf)((0,f.__)("Fee: %s","woocommerce-payments"),ta(e.fee,e.currency))])}return[zc(e,(0,f.__)("Disputed: Needs Response","woocommerce-payments")),l,kc(e,s,"cross","is-error",[React.createElement("a",{href:i},(0,f.__)("View dispute","woocommerce-payments"))])];case"dispute_in_review":return[zc(e,(0,f.__)("Disputed: In Review","woocommerce-payments")),kc(e,(0,f.__)("Challenge evidence submitted.","woocommerce-payments"),"checkmark","is-success")];case"dispute_won":var d=ta(Math.abs(e.amount)+Math.abs(e.fee),e.currency);return[zc(e,(0,f.__)("Disputed: Won","woocommerce-payments")),_c(e,d,!0,[(0,f.sprintf)((0,f.__)("Dispute reversal: %s","woocommerce-payments"),ta(e.amount,e.currency)),(0,f.sprintf)((0,f.__)("Fee refund: %s","woocommerce-payments"),ta(Math.abs(e.fee),e.currency))]),kc(e,(0,f.__)("Dispute won! The bank ruled in your favor.","woocommerce-payments"),"notice-outline","is-success")];case"dispute_lost":return[zc(e,(0,f.__)("Disputed: Lost","woocommerce-payments")),kc(e,(0,f.__)("Dispute lost. The bank ruled in favor of your customer.","woocommerce-payments"),"cross","is-error")];case"dispute_warning_closed":return[kc(e,(0,f.__)("Dispute inquiry closed. The bank chose not to pursue this dispute.","woocommerce-payments"),"notice-outline","is-success")];case"dispute_charge_refunded":return[kc(e,(0,f.__)("The disputed charge has been refunded.","woocommerce-payments"),"notice-outline","is-success")];default:return[]}},Vc=function(e){var t=e.chargeId;if(!wcpaySettings.featureFlags.paymentTimeline)return null;var r,a=function(e){return(0,pt.useSelect)((function(t){var r=t(gt),a=r.getTimeline,n=r.getTimelineError,c=r.isResolving,o=r.getCharge,s=r.getChargeError,i=c("getCharge",[e]),l=s(e);if(i||l instanceof Error)return{timeline:null,timelineError:l,isLoading:i};var u=o(e).payment_intent;return u?{timeline:a(u),timelineError:n(u),isLoading:c("getTimeline",[u])}:{timeline:null,timelineError:null,isLoading:!1}}),[e])}(t),n=a.timeline,c=a.timelineError,o=a.isLoading,s=(r=n)?(0,b.flatMap)(r,Mc):[];return React.createElement(_n,{size:"large"},React.createElement(wc,null,React.createElement(Qr,{isLoading:o,value:(0,f.__)("Timeline","woocommerce-payments")})),React.createElement(En,null,React.createElement(Wr,{isLoading:o,numLines:3},c instanceof Error?(0,f.__)("Error while loading timeline","woocommerce-payments"):React.createElement(w.Timeline,{items:s})),React.createElement(Wr,{isLoading:o,numLines:3}),React.createElement(Wr,{isLoading:o,numLines:3}),React.createElement(Wr,{isLoading:o,numLines:3})))},xc=function(e){var t=e.label,r=e.children,a=e.isLoading;return React.createElement("div",{className:"payment-method-detail"},React.createElement("h4",{className:"payment-method-detail__label"},React.createElement(Qr,{isLoading:a,display:"block",value:t})),React.createElement("p",{className:"payment-method-detail__value"},React.createElement(Qr,{isLoading:a,value:r})))},Cc=function(e){switch(e.checked){case"pass":return(0,f.__)("Passed","woocommerce-payments");case"fail":return(0,f.__)("Failed","woocommerce-payments");case"unavailable":return(0,f.__)("Unavailable","woocommerce-payments");default:return(0,f.__)("Not checked","woocommerce-payments")}},Lc={last4:"0000",fingerprint:"fingerprint placeholder",date:"date placeholder",cardType:"card type placeholder",id:"id placeholder",name:"name placeholder",email:"email placeholder",formattedAddress:"address placeholder",country:"country placeholder",cvcCheck:null,line1Check:null,postalCodeCheck:null},Sc=function(e){var t=e.charge,r=void 0===t?{}:t,a=e.isLoading,n=r&&r.payment_method_details?function(e){var t=e.billing_details,r=e.payment_method,a=e.payment_method_details.card,n=a.last4,c=a.fingerprint,o=a.exp_month,s=a.exp_year,i=a.funding,l=a.network,u=a.country,m=a.checks,d=t.name,h=t.email,p=t.formatted_address,v=m.cvc_check,g=m.address_line1_check,w=m.address_postal_code_check,y=o+" / "+s,b={credit:(0,f.__)("credit","woocommerce-payments"),debit:(0,f.__)("debit","woocommerce-payments"),prepaid:(0,f.__)("prepaid","woocommerce-payments"),unknown:(0,f.__)("unknown","woocommerce-payments")};return{last4:n,fingerprint:c,date:y,cardType:(0,f.sprintf)((0,f.__)("%1$s %2$s card","woocommerce-payments"),l.charAt(0).toUpperCase()+l.slice(1),b[i]),id:r,name:d,email:h,country:wcSettings.countries[u],cvcCheck:v,line1Check:g,postalCodeCheck:w,formattedAddress:p}}(r):Lc,c=n.last4,o=n.fingerprint,s=n.date,i=n.cardType,l=n.id,u=n.name,m=n.email,d=n.country,h=n.cvcCheck,p=n.line1Check,v=n.postalCodeCheck,g=n.formattedAddress,w=xc,y=Cc;return React.createElement(_n,{size:"large"},React.createElement(wc,null,React.createElement(Qr,{isLoading:a,value:(0,f.__)("Payment method","woocommerce-payments")})),React.createElement(En,null,React.createElement("div",{className:"payment-method-details"},React.createElement("div",{className:"payment-method-details__column"},React.createElement(w,{isLoading:a,label:(0,f.__)("Number","woocommerce-payments")},"•••• ",c),React.createElement(w,{isLoading:a,label:(0,f.__)("Fingerprint","woocommerce-payments")},o),React.createElement(w,{isLoading:a,label:(0,f.__)("Expires","woocommerce-payments")},s),React.createElement(w,{isLoading:a,label:(0,f.__)("Type","woocommerce-payments")},i),React.createElement(w,{isLoading:a,label:(0,f.__)("ID","woocommerce-payments")},l)),React.createElement("div",{className:"payment-method-details__column"},React.createElement(w,{isLoading:a,label:(0,f.__)("Owner","woocommerce-payments")},u),React.createElement(w,{isLoading:a,label:(0,f.__)("Owner email","woocommerce-payments")},m),React.createElement(w,{isLoading:a,label:(0,f.__)("Address","woocommerce-payments")},React.createElement("span",{dangerouslySetInnerHTML:{__html:g}})),React.createElement(w,{isLoading:a,label:(0,f.__)("Origin","woocommerce-payments")},d),React.createElement(w,{isLoading:a,label:(0,f.__)("CVC check","woocommerce-payments")},React.createElement(y,{checked:h})),React.createElement(w,{isLoading:a,label:(0,f.__)("Street check","woocommerce-payments")},React.createElement(y,{checked:p})),React.createElement(w,{isLoading:a,label:(0,f.__)("Zip check","woocommerce-payments")},React.createElement(y,{checked:v}))))))},Rc=function(e){var t=e.query.id,r=function(e){return(0,pt.useSelect)((function(t){var r=t(gt),a=r.getCharge,n=r.getChargeError,c=r.isResolving;return{charge:a(e),chargeError:n(e),isLoading:c("getCharge",[e])}}),[e])}(t),a=r.charge,n=r.isLoading,c=r.chargeError,o=React.createElement(mt,{topic:lt.paymentDetails});return!n&&c instanceof Error?React.createElement(Se,{maxWidth:1032,className:"wcpay-payment-details"},o,React.createElement(w.Card,null,React.createElement("div",null,(0,f.__)("Payment details not loaded","woocommerce-payments")))):React.createElement(Se,{maxWidth:1032,className:"wcpay-payment-details"},o,React.createElement(fc,{charge:a,isLoading:n}),React.createElement(Vc,{chargeId:t}),!1,React.createElement(Sc,{charge:a,isLoading:n}),!1)},Nc=function(e){var t=e.status,r=nc[t]||{},a=r.message||st(t),n=r.type||"light";return React.createElement(lc,{message:a,type:n,isCompact:!0})},Oc=[{key:"details",label:"",required:!0,cellClassName:"info-button"},{key:"amount",label:(0,f.__)("Amount","woocommerce-payments"),required:!0},{key:"status",label:(0,f.__)("Status","woocommerce-payments"),required:!0},{key:"reason",label:(0,f.__)("Reason","woocommerce-payments"),required:!0},{key:"source",label:(0,f.__)("Source","woocommerce-payments"),required:!0},{key:"order",label:(0,f.__)("Order #","woocommerce-payments"),required:!0},{key:"customer",label:(0,f.__)("Customer","woocommerce-payments")},{key:"email",label:(0,f.__)("Email","woocommerce-payments"),visible:!1},{key:"country",label:(0,f.__)("Country","woocommerce-payments"),visible:!1},{key:"created",label:(0,f.__)("Disputed on","woocommerce-payments"),required:!0},{key:"dueBy",label:(0,f.__)("Respond by","woocommerce-payments"),required:!0}],Dc=function(){var e=function(e){var t=e.paged,r=e.per_page;return(0,pt.useSelect)((function(e){var a=e(gt),n=a.getDisputes,c=a.isResolving,o={paged:Number.isNaN(parseInt(t,10))?"1":t,perPage:Number.isNaN(parseInt(r,10))?"25":r};return{disputes:n(o),isLoading:c("getDisputes",[o])}}),[t,r])}((0,Ar.getQuery)()),t=e.disputes,r=e.isLoading,a=t.map((function(e){var t=e.order?{value:e.order.number,display:React.createElement(Hn,{order:e.order})}:null,r=function(t){return React.createElement(da,{href:$r(e.id,"disputes")},t)},a=React.createElement(Yr,{id:e.id,parentSegment:"disputes"}),n=yc[e.reason],c=n?n.display:st(e.reason),o=e.charge||{},s=((o.payment_method_details||{}).card||{}).brand,i=o.billing_details||{},l={amount:{value:e.amount/100,display:r(ta(e.amount||0,e.currency||"USD"))},status:{value:e.status,display:r(React.createElement(Nc,{status:e.status}))},reason:{value:e.reason,display:r(c)},source:{value:s,display:r(React.createElement("span",{className:"payment-method__brand payment-method__brand--"+s}))},created:{value:1e3*e.created,display:r((0,ot.dateI18n)("M j, Y",ct()(1e3*e.created).toISOString()))},dueBy:{value:1e3*e.evidence_details.due_by,display:r((0,ot.dateI18n)("M j, Y / g:iA",ct()(1e3*e.evidence_details.due_by).toISOString()))},order:t,customer:{value:i.name,display:r(i.name)},email:{value:i.email,display:r(i.email)},country:{value:(i.address||{}).country,display:r((i.address||{}).country)},details:{value:e.id,display:a}};return Oc.map((function(e){var t=e.key;return l[t]||{display:null}}))}));return React.createElement(Se,null,React.createElement(mt,{topic:lt.disputes}),React.createElement(w.TableCard,{title:(0,f.__)("Disputes","woocommerce-payments"),isLoading:r,rowsPerPage:10,totalRows:10,headers:Oc,rows:a,query:(0,Ar.getQuery)(),onQueryChange:Ar.onQueryChange}))},Ac=function(e){var t=e.id,r=e.needsResponse,a=e.isSubmitted,n=e.onAccept;if(!r&&!a)return null;var c=(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes/challenge",id:t}),o=(0,f.__)("Are you sure you'd like to accept this dispute? This action can not be undone.","woocommerce-payments");return React.createElement("div",null,React.createElement(w.Link,{href:c,className:"components-button is-button is-primary is-large",onClick:function(){return window.wcTracks.recordEvent(r?"wcpay_dispute_challenge_clicked":"wcpay_view_submitted_evidence_clicked")}},r?(0,f.__)("Challenge dispute","woocommerce-payments"):(0,f.__)("View submitted evidence","woocommerce-payments")),r&&React.createElement(M,{isDefault:!0,onClick:function(){return window.confirm(o)&&n()}},(0,f.__)("Accept dispute","woocommerce-payments")))},Tc=[{key:"created",label:(0,f.__)("Dispute date","woocommerce-payments")},{key:"amount",label:(0,f.__)("Disputed amount","woocommerce-payments")},{key:"dueBy",label:(0,f.__)("Respond by","woocommerce-payments")},{key:"reason",label:(0,f.__)("Reason","woocommerce-payments")},{key:"order",label:(0,f.__)("Order","woocommerce-payments")},{key:"customer",label:(0,f.__)("Customer","woocommerce-payments")},{key:"transactionId",label:(0,f.__)("Transaction ID","woocommerce-payments")}],Bc=function(e){var t="object"==typeof e.charge?e.charge.id:e.charge;return React.createElement(w.Link,{href:$r(t,"transactions")},t)},Ic=function(e){var t=yc[e.reason];return t?t.display:st(e.reason)},Pc=function(e){var t=e.dispute,r=e.isLoading,a=r?{created:"Created date",amount:"Amount",dueBy:"Due by date",reason:"Dispute reason",order:"Order link",customer:"Customer name",transactionId:"Transaction link"}:{created:(0,ot.dateI18n)("M j, Y",ct()(1e3*t.created).toISOString()),amount:ta(t.amount||0,t.currency||"USD"),dueBy:(0,ot.dateI18n)("M j, Y - g:iA",ct()(1e3*t.evidence_details.due_by).toISOString()),reason:Ic(t),order:t.order?React.createElement(Hn,{order:t.order}):null,customer:"object"==typeof t.charge?t.charge.billing_details.name:null,transactionId:Bc(t)};return React.createElement("div",{className:"wcpay-dispute-info"},Tc.map((function(e){var t=e.key,n=e.label;return null==a[t]?null:React.createElement("div",{key:t,className:"wcpay-dispute-info-item"},React.createElement(Qr,{isLoading:r,display:"inline"},React.createElement("span",{className:"wcpay-dispute-info-key"},n+": "),React.createElement("span",{className:"wcpay-dispute-info-value"},a[t])))})))},Fc=function(e){var t=e.children;return(void 0===t?[]:t).map((function(e,t){return React.createElement("p",{key:t},e)}))},jc=function(e){var t=function(e){var t=(0,pt.useSelect)((function(t){var r=t(gt),a=r.getDispute,n=r.isResolving;return{dispute:a(e),isLoading:n("getDispute",[e])}}),[e]),r=t.dispute,a=t.isLoading,n=(0,pt.useDispatch)(gt).acceptDispute;return{dispute:r,isLoading:a,doAccept:function(){return n(e)}}}(e.query.id),r=t.dispute,a=void 0===r?{}:r,n=t.isLoading,c=t.doAccept,o=!n&&a.id,s=o&&React.createElement(Ac,{id:a.id,needsResponse:"needs_response"===a.status||"warning_needs_response"===a.status,isSubmitted:a.evidence_details&&0<a.evidence_details.submission_count,onAccept:c}),i=yc[a.reason]||{},l=React.createElement(mt,{topic:lt.disputeDetails});return n||o?React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-details"},l,React.createElement(_n,{size:"large"},React.createElement(wc,null,React.createElement(Qr,{isLoading:n,value:(0,f.__)("Dispute overview","woocommerce-payments")})),React.createElement(En,null,React.createElement(Pc,{dispute:a,isLoading:n}),React.createElement(Wr,{isLoading:n,numLines:4},React.createElement(Fc,null,i.overview))),React.createElement(Gn,null,React.createElement(Wr,{isLoading:n,numLines:6},s))),React.createElement(_n,{size:"large"},React.createElement(wc,null,React.createElement(Qr,{isLoading:n,value:i.display?(0,f.sprintf)((0,f.__)("Dispute: %s","woocommerce-payments"),i.display):(0,f.__)("Dispute type","woocommerce-payments")})),React.createElement(En,null,React.createElement(Wr,{isLoading:n,numLines:4},React.createElement(Fc,null,i.summary)),React.createElement(Wr,{isLoading:n,numLines:6},i.required&&React.createElement("h3",null," ",(0,f.__)("Required to overturn dispute","woocommerce-payments")," "),React.createElement(Fc,null,i.required)),React.createElement(Wr,{isLoading:n,numLines:6},i.respond&&React.createElement("h3",null,(0,f.__)("How to respond","woocommerce-payments")),React.createElement(Fc,null,i.respond))),React.createElement(Gn,null,React.createElement(Wr,{isLoading:n,numLines:6},s)))):React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-details"},l,React.createElement(_n,null,React.createElement("div",null,(0,f.__)("Dispute not loaded","woocommerce-payments"))))},qc=function(e){var t=e.as;return function(e){var t=e.as,r=void 0===t?"div":t,a=H(e,["as"]);return"function"==typeof a.children?a.children(a):(0,y.createElement)(r,a)}(E({as:void 0===t?"div":t,className:"components-visually-hidden"},H(e,["as"])))};function Uc(e){var t=e.id,r=e.label,a=e.hideLabelFromVision,n=e.help,c=e.className,o=e.children;return(0,y.createElement)("div",{className:_()("components-base-control",c)},(0,y.createElement)("div",{className:"components-base-control__field"},r&&t&&(a?(0,y.createElement)(qc,{as:"label",htmlFor:t},r):(0,y.createElement)("label",{className:"components-base-control__label",htmlFor:t},r)),r&&!t&&(a?(0,y.createElement)(qc,{as:"label"},r):(0,y.createElement)(Uc.VisualLabel,null,r)),o),!!n&&(0,y.createElement)("p",{id:t+"__help",className:"components-base-control__help"},n))}Uc.VisualLabel=function(e){var t=e.className,r=e.children;return t=_()("components-base-control__label",t),(0,y.createElement)("span",{className:t},r)};var Zc=Uc,Wc=(0,q.withInstanceId)((function(e){var t=e.label,r=e.hideLabelFromVision,a=e.value,n=e.help,c=e.className,o=e.instanceId,s=e.onChange,i=e.type,l=void 0===i?"text":i,u=H(e,["label","hideLabelFromVision","value","help","className","instanceId","onChange","type"]),m="inspector-text-control-".concat(o);return(0,y.createElement)(Zc,{label:t,hideLabelFromVision:r,id:m,help:n,className:c},(0,y.createElement)("input",V({className:"components-text-control__input",type:l,id:m,value:a,onChange:function(e){return s(e.target.value)},"aria-describedby":n?m+"__help":void 0},u)))})),Qc=(0,q.withInstanceId)((function(e){var t=e.label,r=e.hideLabelFromVision,a=e.value,n=e.help,c=e.instanceId,o=e.onChange,s=e.rows,i=void 0===s?4:s,l=e.className,u=H(e,["label","hideLabelFromVision","value","help","instanceId","onChange","rows","className"]),m="inspector-textarea-control-".concat(c);return(0,y.createElement)(Zc,{label:t,hideLabelFromVision:r,id:m,help:n,className:l},(0,y.createElement)("textarea",V({className:"components-textarea-control__input",id:m,rows:i,onChange:function(e){return o(e.target.value)},"aria-describedby":n?m+"__help":void 0,value:a},u)))})),$c=(0,q.withInstanceId)((function(e){var t=e.help,r=e.instanceId,a=e.label,n=e.multiple,c=void 0!==n&&n,o=e.onChange,s=e.options,i=void 0===s?[]:s,l=e.className,u=e.hideLabelFromVision,m=H(e,["help","instanceId","label","multiple","onChange","options","className","hideLabelFromVision"]),d="inspector-select-control-".concat(r);return!(0,b.isEmpty)(i)&&(0,y.createElement)(Zc,{label:a,hideLabelFromVision:u,id:d,help:t,className:l},(0,y.createElement)("select",V({id:d,className:"components-select-control__input",onChange:function(e){if(c){var t=Q(e.target.options).filter((function(e){return e.selected})).map((function(e){return e.value}));o(t)}else o(e.target.value)},"aria-describedby":t?"".concat(d,"__help"):void 0,multiple:c},m),i.map((function(e,t){return(0,y.createElement)("option",{key:"".concat(e.label,"-").concat(e.value,"-").concat(t),value:e.value,disabled:e.disabled},e.label)}))))})),Yc=function(){return(Yc=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},Gc=[{key:"general",title:(0,f.__)("General evidence","woocommerce-payments"),description:(0,f.__)("Provide general evidence about the customer and the order.","woocommerce-payments"),fields:[{key:"product_description",label:(0,f.__)("Product description","woocommerce-payments"),type:"textarea",description:(0,f.__)("A description of the product or service and any relevant details on how this was presented to the customer at the time of purchase.","woocommerce-payments")},{key:"customer_name",label:(0,f.__)("Customer name","woocommerce-payments"),type:"text"},{key:"customer_email_address",label:(0,f.__)("Customer email","woocommerce-payments"),type:"text"},{key:"customer_signature",label:(0,f.__)("Customer signature","woocommerce-payments"),type:"file",description:(0,f.__)("A relevant document or contract showing the customer's signature (if available).","woocommerce-payments")},{key:"billing_address",label:(0,f.__)("Customer billing address","woocommerce-payments"),type:"textarea"},{key:"customer_purchase_ip",label:(0,f.__)("Customer IP address","woocommerce-payments"),type:"text"},{key:"receipt",label:(0,f.__)("Receipt","woocommerce-payments"),type:"file",description:(0,f.__)("Any receipt or message sent to the customer notifying them of the charge. This field will be automatically filled with a Stripe generated email receipt if any such receipt was sent.","woocommerce-payments")},{key:"customer_communication",label:(0,f.__)("Customer communication","woocommerce-payments"),type:"file",description:(0,f.__)("Any communication with the customer that you feel is relevant to your case (e.g. emails proving that they received the product or service, or demonstrating their use of or satisfaction with the product or service).","woocommerce-payments")}]},{key:"refund_policy_info",title:(0,f.__)("Refund policy info","woocommerce-payments"),fields:[{key:"refund_policy",label:(0,f.__)("Refund policy","woocommerce-payments"),type:"file",description:(0,f.__)("Your refund policy, as shown or provided to the customer.","woocommerce-payments")},{key:"refund_policy_disclosure",label:(0,f.__)("Refund policy disclosure","woocommerce-payments"),type:"textarea",description:(0,f.__)("An explanation of how and when the customer was shown or provided your refund policy prior to purchase.","woocommerce-payments")},{key:"refund_refusal_explanation",label:(0,f.__)("Refund refusal explanation","woocommerce-payments"),type:"textarea",description:(0,f.__)("Your explanation for why the customer is not entitled to a refund.","woocommerce-payments")}],reason:"credit_not_processed"},{key:"duplicate_charge_info",title:(0,f.__)("Duplicate charge info","woocommerce-payments"),fields:[{key:"duplicate_charge_id",label:(0,f.__)("Duplicate charge ID","woocommerce-payments"),type:"text",description:(0,f.__)("The charge ID for the previous payment that appears to be a duplicate of the one that is disputed.","woocommerce-payments")},{key:"duplicate_charge_explanation",label:(0,f.__)("Explanation of duplicate charge","woocommerce-payments"),type:"textarea",description:(0,f.__)("An explanation of the difference between the disputed payment and the prior one that appears to be a duplicate.","woocommerce-payments")},{key:"duplicate_charge_documentation",label:(0,f.__)("Duplicate charge documentation","woocommerce-payments"),type:"file",description:(0,f.__)("Upload documentation for the prior payment that can uniquely identify it, such as a separate receipt. This document should be paired with a similar document from the disputed payment that proves the two are separate. This should also include a separate shipping label or receipt for the other payment. If multiple products were shipped together, provide a packing list that shows each purchase.","woocommerce-payments")},{key:"shipping_documentation",label:(0,f.__)("Shipping documentation","woocommerce-payments"),type:"file",description:(0,f.__)("A shipping label or receipt for the disputed payment.","woocommerce-payments"),denormalized:!0,productType:"physical_product"},{key:"service_documentation",label:(0,f.__)("Service documentation","woocommerce-payments"),type:"file",description:(0,f.__)("A copy of a service agreement or documentation for the disputed payment.","woocommerce-payments"),denormalized:!0,productType:"offline_service"}],reason:"duplicate"},{key:"shipping_information",title:(0,f.__)("Shipping information","woocommerce-payments"),fields:[{key:"shipping_carrier",label:(0,f.__)("Shipping carrier","woocommerce-payments"),type:"text",description:(0,f.__)("The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas.","woocommerce-payments")},{key:"shipping_tracking_number",label:(0,f.__)("Tracking number","woocommerce-payments"),type:"text",description:(0,f.__)("The tracking number (if available) for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas. When we compile your evidence into a single document, these tracking numbers will be expanded to include detailed delivery information from the carrier.","woocommerce-payments")},{key:"shipping_documentation",label:(0,f.__)("Proof of shipping","woocommerce-payments"),type:"file",description:(0,f.__)("Provide documentation as proof that a product was shipped to the cardholder at the same address the cardholder provided to you. This could include a copy of the shipment receipt or label, and show the full shipping address of the cardholder, if possible.","woocommerce-payments")},{key:"shipping_date",label:(0,f.__)("Date of shipment","woocommerce-payments"),type:"text",description:(0,f.__)("The date on which a physical product began its route to the shipping address. This date should be prior to the date of the dispute.","woocommerce-payments")},{key:"shipping_address",label:(0,f.__)("Shipping address","woocommerce-payments"),type:"textarea",description:(0,f.__)("The address to which a physical product was shipped. The shipping address must match a billing address verified with AVS. (A signature is not required as evidence of delivery).","woocommerce-payments")}],reason:["fraudulent","product_not_received","product_unacceptable","unrecognized"],productType:"physical_product"},{key:"cancellation_policy_info",title:(0,f.__)("Cancellation policy info","woocommerce-payments"),fields:[{key:"cancellation_policy",label:(0,f.__)("Cancellation policy","woocommerce-payments"),type:"file",description:(0,f.__)("Your subscription cancellation policy, as shown to the customer.","woocommerce-payments")},{key:"cancellation_policy_disclosure",label:(0,f.__)("Cancellation policy disclosure","woocommerce-payments"),type:"textarea",description:(0,f.__)("An explanation of how and when the customer was shown your cancellation policy prior to purchase.","woocommerce-payments")},{key:"cancellation_rebuttal",label:(0,f.__)("Cancellation rebuttal","woocommerce-payments"),type:"textarea",description:(0,f.__)("A justification for why the customer's subscription was not canceled.","woocommerce-payments")}],reason:"subscription_canceled"},{key:"download_and_activity_logs",title:(0,f.__)("Download and activity logs","woocommerce-payments"),fields:[{key:"access_activity_log",type:"file",description:[(0,f.__)("Provide at least two of the following pieces of information:","woocommerce-payments"),(0,f.__)("• Customer's IP address and their device's geographical location at the time of purchase","woocommerce-payments"),(0,f.__)("• Device ID and name of the device","woocommerce-payments"),(0,f.__)("• Customer name and email address linked to their customer profile","woocommerce-payments"),(0,f.__)("• Evidence that the customer logged into their account for your business before the transaction date","woocommerce-payments"),(0,f.__)("• Evidence that your website or app was accessed by the cardholder for purchase or services on or after the transaction date","woocommerce-payments"),(0,f.__)("• Evidence that the same device and card used in the disputed payment was used in a previous payment that was not disputed","woocommerce-payments")]}],reason:["fraudulent","product_not_received"],productType:"digital_product_or_service"},{key:"download_and_activity_logs",title:(0,f.__)("Download and activity logs","woocommerce-payments"),fields:[{key:"access_activity_log",type:"file",description:(0,f.__)("Any server or activity logs showing proof that the cardholder accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity.","woocommerce-payments")}],reason:["product_unacceptable","subscription_canceled","unrecognized"],productType:"digital_product_or_service",denormalized:!0},{key:"service_details",title:(0,f.__)("Service details","woocommerce-payments"),fields:[{key:"service_date",label:(0,f.__)("Service date","woocommerce-payments"),type:"text",description:(0,f.__)("The date on which the cardholder received or began receiving the purchased service.","woocommerce-payments")},{key:"service_documentation",label:(0,f.__)("Proof of service","woocommerce-payments"),type:"file",description:(0,f.__)("Documentation showing proof that a service was provided to the cardholder. This could include a copy of a signed contract, work order, or other form of written agreement.","woocommerce-payments")}],reason:["fraudulent","product_not_received","product_unacceptable","subscription_canceled","unrecognized"],productType:"offline_service"},{key:"uncategorized",title:(0,f.__)("Additional details","woocommerce-payments"),description:(0,f.__)("Provide any extra evidence or statements you'd like the bank to see, either as text or by uploading a document.","woocommerce-payments"),fields:[{key:"uncategorized_text",label:(0,f.__)("Additional details","woocommerce-payments"),type:"textarea"},{key:"uncategorized_file",label:(0,f.__)("Additional document","woocommerce-payments"),type:"file"}]}],Xc=window.wp.isShallowEqual,Kc=r.n(Xc),Jc=(0,y.createContext)({addDropZone:function(){},removeDropZone:function(){}}),eo=Jc.Provider,to=Jc.Consumer,ro=function(e){var t=e.dataTransfer;if(t){if((0,b.includes)(t.types,"Files"))return"file";if((0,b.includes)(t.types,"text/html"))return"html"}return"default"},ao=function(e,t){return"file"===e&&t.onFilesDrop||"html"===e&&t.onHTMLDrop||"default"===e&&t.onDrop},no=function(e){function t(){var e;return x(this,t),(e=O(this,D(t).apply(this,arguments))).onDragOver=e.onDragOver.bind(N(e)),e.onDrop=e.onDrop.bind(N(e)),e.addDropZone=e.addDropZone.bind(N(e)),e.removeDropZone=e.removeDropZone.bind(N(e)),e.resetDragState=e.resetDragState.bind(N(e)),e.toggleDraggingOverDocument=(0,b.throttle)(e.toggleDraggingOverDocument.bind(N(e)),200),e.dropZones=[],e.dropZoneCallbacks={addDropZone:e.addDropZone,removeDropZone:e.removeDropZone},e.state={hoveredDropZone:-1,isDraggingOverDocument:!1,position:null},e}return T(t,e),L(t,[{key:"componentDidMount",value:function(){window.addEventListener("dragover",this.onDragOver),window.addEventListener("mouseup",this.resetDragState)}},{key:"componentWillUnmount",value:function(){window.removeEventListener("dragover",this.onDragOver),window.removeEventListener("mouseup",this.resetDragState)}},{key:"addDropZone",value:function(e){this.dropZones.push(e)}},{key:"removeDropZone",value:function(e){this.dropZones=(0,b.filter)(this.dropZones,(function(t){return t!==e}))}},{key:"resetDragState",value:function(){this.toggleDraggingOverDocument.cancel();var e=this.state,t=e.isDraggingOverDocument,r=e.hoveredDropZone;(t||-1!==r)&&(this.setState({hoveredDropZone:-1,isDraggingOverDocument:!1,position:null}),this.dropZones.forEach((function(e){return e.setState({isDraggingOverDocument:!1,isDraggingOverElement:!1,position:null,type:null})})))}},{key:"toggleDraggingOverDocument",value:function(e,t){var r=this,a=window.CustomEvent&&e instanceof window.CustomEvent?e.detail:e,n=(0,b.filter)(this.dropZones,(function(e){return ao(t,e)&&function(e,t,r){var a=e.getBoundingClientRect();return a.bottom!==a.top&&a.left!==a.right&&t>=a.left&&t<=a.right&&r>=a.top&&r<=a.bottom}(e.element,a.clientX,a.clientY)})),c=(0,b.find)(n,(function(e){return!(0,b.some)(n,(function(t){return t!==e&&e.element.parentElement.contains(t.element)}))})),o=this.dropZones.indexOf(c),s=null;if(c){var i=c.element.getBoundingClientRect();s={x:a.clientX-i.left<i.right-a.clientX?"left":"right",y:a.clientY-i.top<i.bottom-a.clientY?"top":"bottom"}}var l=[];this.state.isDraggingOverDocument?o!==this.state.hoveredDropZone?(-1!==this.state.hoveredDropZone&&l.push(this.dropZones[this.state.hoveredDropZone]),c&&l.push(c)):c&&o===this.state.hoveredDropZone&&!(0,b.isEqual)(s,this.state.position)&&l.push(c):l=this.dropZones,l.forEach((function(e){var a=r.dropZones.indexOf(e)===o;e.setState({isDraggingOverDocument:ao(t,e),isDraggingOverElement:a,position:a?s:null,type:a?t:null})}));var u={isDraggingOverDocument:!0,hoveredDropZone:o,position:s};Kc()(u,this.state)||this.setState(u)}},{key:"onDragOver",value:function(e){this.toggleDraggingOverDocument(e,ro(e)),e.preventDefault()}},{key:"onDrop",value:function(e){e.dataTransfer&&e.dataTransfer.files.length;var t=this.state,r=t.position,a=t.hoveredDropZone,n=ro(e),c=this.dropZones[a];if(this.resetDragState(),c)switch(n){case"file":c.onFilesDrop(Q(e.dataTransfer.files),r);break;case"html":c.onHTMLDrop(e.dataTransfer.getData("text/html"),r);break;case"default":c.onDrop(e,r)}e.stopPropagation(),e.preventDefault()}},{key:"render",value:function(){return(0,y.createElement)("div",{onDrop:this.onDrop,className:"components-drop-zone__provider"},(0,y.createElement)(eo,{value:this.dropZoneCallbacks},this.props.children))}}]),t}(y.Component),co=function(e){function t(){var e;return x(this,t),(e=O(this,D(t).apply(this,arguments))).dropZoneElement=(0,y.createRef)(),e.dropZone={element:null,onDrop:e.props.onDrop,onFilesDrop:e.props.onFilesDrop,onHTMLDrop:e.props.onHTMLDrop,setState:e.setState.bind(N(e))},e.state={isDraggingOverDocument:!1,isDraggingOverElement:!1,position:null,type:null},e}return T(t,e),L(t,[{key:"componentDidMount",value:function(){this.dropZone.element=this.dropZoneElement.current,this.props.addDropZone(this.dropZone)}},{key:"componentWillUnmount",value:function(){this.props.removeDropZone(this.dropZone)}},{key:"render",value:function(){var e,t=this.props,r=t.className,a=t.label,n=t.onFilesDrop,c=t.onHTMLDrop,o=t.onDrop,s=this.state,i=s.isDraggingOverDocument,l=s.isDraggingOverElement,u=s.position,m=s.type,d=_()("components-drop-zone",r,k({"is-active":(i||l)&&("file"===m&&n||"html"===m&&c||"default"===m&&o),"is-dragging-over-document":i,"is-dragging-over-element":l,"is-close-to-top":u&&"top"===u.y,"is-close-to-bottom":u&&"bottom"===u.y,"is-close-to-left":u&&"left"===u.x,"is-close-to-right":u&&"right"===u.x},"is-dragging-".concat(m),!!m));return l&&(e=(0,y.createElement)("div",{className:"components-drop-zone__content"},(0,y.createElement)(Ee,{icon:"upload",size:"40",className:"components-drop-zone__content-icon"}),(0,y.createElement)("span",{className:"components-drop-zone__content-text"},a||(0,f.__)("Drop files to upload")))),(0,y.createElement)("div",{ref:this.dropZoneElement,className:d},e)}}]),t}(y.Component),oo=function(e){return(0,y.createElement)(to,null,(function(t){var r=t.addDropZone,a=t.removeDropZone;return(0,y.createElement)(co,V({addDropZone:r,removeDropZone:a},e))}))},so=function(e){function t(){var e;return x(this,t),(e=O(this,D(t).apply(this,arguments))).openFileDialog=e.openFileDialog.bind(N(e)),e.bindInput=e.bindInput.bind(N(e)),e}return T(t,e),L(t,[{key:"openFileDialog",value:function(){this.input.click()}},{key:"bindInput",value:function(e){this.input=e}},{key:"render",value:function(){var e=this.props,t=e.accept,r=e.children,a=e.icon,n=void 0===a?"upload":a,c=e.multiple,o=void 0!==c&&c,s=e.onChange,i=e.render,l=H(e,["accept","children","icon","multiple","onChange","render"]),u=i?i({openFileDialog:this.openFileDialog}):(0,y.createElement)(Me,V({icon:n,onClick:this.openFileDialog},l),r);return(0,y.createElement)("div",{className:"components-form-file-upload"},u,(0,y.createElement)("input",{type:"file",ref:this.bindInput,multiple:o,style:{display:"none"},accept:t,onChange:s}))}}]),t}(y.Component),io=function(e){var t=e.fileName,r=e.field,a=e.disabled,n=e.isDone,c=e.isLoading,o=e.accept,s=e.error,i=e.onFileChange,l=e.onFileRemove,u=e.help,m=s&&0<s.length;return React.createElement(Zc,{id:"form-file-upload-base-control-"+r.key,label:r.label,help:u},React.createElement(no,null,React.createElement(oo,{onFilesDrop:function(e){return i(r.key,e[0])}})),React.createElement("div",{className:"file-upload"},React.createElement(so,{id:"form-file-upload-"+r.key,className:n&&!m?"is-success":null,isLarge:!0,isPrimary:!0,isDestructive:m,isBusy:c,disabled:a||c,icon:React.createElement(ht(),{icon:n&&!m?"checkmark":"add-outline",size:18}),accept:o,onChange:function(e){return i(r.key,e.target.files[0])}},(0,f.__)("Upload file","woocommerce-payments")),m?React.createElement("span",{className:"upload-message is-destructive"},s):React.createElement("span",{className:"upload-message"},t),n&&!a?React.createElement(Me,{className:"delete-uploaded-file-button","aria-label":"Remove file",icon:React.createElement(ht(),{icon:"trash",size:18}),onClick:function(){return l(r.key)}}):null))},lo=function(){return(lo=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},uo=function(e,t,r,a){return new(r||(r=Promise))((function(n,c){function o(e){try{i(a.next(e))}catch(e){c(e)}}function s(e){try{i(a.throw(e))}catch(e){c(e)}}function i(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}i((a=a.apply(e,t||[])).next())}))},mo=function(e,t){var r,a,n,c,o={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return c={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function s(c){return function(s){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;o;)try{if(r=1,a&&(n=2&c[0]?a.return:c[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,c[1])).done)return n;switch(a=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,a=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((n=(n=o.trys).length>0&&n[n.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){o.label=c[1];break}if(6===c[0]&&o.label<n[1]){o.label=n[1],n=c;break}if(n&&o.label<n[2]){o.label=n[2],o.ops.push(c);break}n[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],a=0}finally{r=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}},ho=function(e){return Array.isArray(e)?(0,b.flatten)(e.map((function(e,t){return[e,React.createElement("br",{key:t})]}))):e},po=function(e){var t=e.fields,r=e.evidence,a=e.onChange,n=e.onFileChange,c=e.onFileRemove,o=e.onSave,s=e.readOnly;if(!t||!t.length)return null;var i=function(e){return{label:e.label,value:r[e.key]||"",onChange:function(t){return a(e.key,t)},disabled:s,help:ho(e.description)}},l=function(e){switch(e.type){case"file":return React.createElement(io,lo({key:e.key},function(e){var t=r.metadata&&r.metadata[e.key]||"",a=r.isUploading&&(r.isUploading[e.key]||!1),o=r.uploadingErrors&&(r.uploadingErrors[e.key]||""),i=!a&&0<t.length;return{field:e,fileName:t,accept:".pdf, image/png, image/jpeg",onFileChange:n,onFileRemove:c,disabled:s,isLoading:a,isDone:i,error:o,help:ho(e.description)}}(e)));case"text":return React.createElement(Wc,lo({key:e.key},i(e)));default:return React.createElement(Qc,lo({key:e.key},i(e)))}},u=t.map((function(e){return React.createElement(_n,{size:"large",key:e.key},React.createElement(wc,null,e.title),React.createElement(En,null,e.description&&React.createElement("p",null,e.description),e.fields.map(l)))})),m=(0,f.__)("Are you sure you're ready to submit this evidence? Evidence submissions are final.","woocommerce-payments");return React.createElement(React.Fragment,null,u,s?null:React.createElement(_n,{size:"large"},React.createElement(En,null,React.createElement("p",null,(0,f.__)("When you submit your evidence, we'll format it and send it to the cardholder's bank, then email you once the dispute has been decided.","woocommerce-payments")),React.createElement("p",null,React.createElement("strong",null,(0,f.__)("Evidence submission is final.","woocommerce-payments"))," ",(0,f.__)("You can also save this evidence for later instead of submitting it immediately.","woocommerce-payments")," ",React.createElement("strong",null,(0,f.__)("We will automatically submit any saved evidence at the due date.","woocommerce-payments")))),React.createElement(Gn,null,React.createElement(M,{isPrimary:!0,isLarge:!0,onClick:function(){return window.confirm(m)&&o(!0)}},(0,f.__)("Submit evidence","woocommerce-payments")),React.createElement(M,{isDefault:!0,isLarge:!0,onClick:function(){return o(!1)}},(0,f.__)("Save for later","woocommerce-payments")))))},vo=function(e){var t=e.isLoading,r=e.dispute,a=void 0===r?{}:r,n=e.productType,c=e.onChangeProductType,o=function(e,t){var r={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(r[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(a=Object.getOwnPropertySymbols(e);n<a.length;n++)t.indexOf(a[n])<0&&Object.prototype.propertyIsEnumerable.call(e,a[n])&&(r[a[n]]=e[a[n]])}return r}(e,["isLoading","dispute","productType","onChangeProductType"]),s=a&&"needs_response"!==a.status&&"warning_needs_response"!==a.status,i=!t&&a.id,l=React.createElement(mt,{topic:lt.disputeDetails});return t||i?React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-evidence"},l,React.createElement(_n,{size:"large"},React.createElement(wc,null,React.createElement(Qr,{isLoading:t,value:(0,f.__)("Challenge dispute","woocommerce-payments")})),React.createElement(En,null,React.createElement(Pc,{dispute:a,isLoading:t}))),React.createElement(_n,{size:"large"},React.createElement(wc,null,React.createElement(Qr,{isLoading:t,value:(0,f.__)("Product type","woocommerce-payments")})),React.createElement(En,null,React.createElement(Wr,{isLoading:t,numLines:2},React.createElement($c,{value:n,onChange:c,options:[{label:(0,f.__)("Select one…","woocommerce-payments"),disabled:!0,value:""},{label:(0,f.__)("Physical product","woocommerce-payments"),value:"physical_product"},{label:(0,f.__)("Digital product or service","woocommerce-payments"),value:"digital_product_or_service"},{label:(0,f.__)("Offline service","woocommerce-payments"),value:"offline_service"},{label:(0,f.__)("Multiple product types","woocommerce-payments"),value:"multiple"}],disabled:s})))),!t&&React.createElement(po,lo({},o,{readOnly:s}))):React.createElement(Se,{isNarrow:!0,className:"wcpay-dispute-details"},l,React.createElement("div",null,(0,f.__)("Dispute not loaded","woocommerce-payments")))},fo=function(e){var t,r,a="/wc/v3/payments/disputes/"+e.query.id,n=(0,y.useState)(),c=n[0],o=n[1],s=(0,y.useState)(!1),i=s[0],l=s[1],u=(0,y.useState)({}),m=u[0],d=u[1],h=(0,pt.useDispatch)("core/notices"),p=h.createSuccessNotice,v=h.createErrorNotice,g=h.createInfoNotice,w=!c||(0,b.isMatchWith)(c.evidence,m,(function(e,t){if(null===e&&!t)return!0}));t=function(){if(!w)return(0,f.__)("There are unsaved changes on this page. Are you sure you want to leave and discard the unsaved changes?","woocommerce-payments")},r=[w],(0,y.useEffect)((function(){var e=t();if(e){var r=function(e){e.preventDefault(),e.returnValue=""};window.addEventListener("beforeunload",r);var a=(0,Ar.getHistory)().block(e);return function(){window.removeEventListener("beforeunload",r),a()}}}),r),(0,y.useEffect)((function(){uo(void 0,void 0,void 0,(function(){var e;return mo(this,(function(t){switch(t.label){case 0:l(!0),t.label=1;case 1:return t.trys.push([1,,3,4]),e=o,[4,Dn()({path:a})];case 2:return e.apply(void 0,[t.sent()]),[3,4];case 3:return l(!1),[7];case 4:return[2]}}))}))}),[]);var z=function(e,t){return d((function(r){var a;return lo(lo({},r),((a={})[e]=t,a))}))},_=function(e){return void 0===e&&(e={}),o((function(t){return(0,b.merge)({},t,e)}))},k=(0,pt.useDispatch)(gt).updateDispute,E=function(e){if(!e)return"";var t=e.metadata.__product_type||"";return!t&&e.evidence_details&&e.evidence_details.has_evidence&&(t="multiple"),t}(c),H=(0,y.useMemo)((function(){return function(e,t){return e&&t?"multiple"===t?Gc.map((function(e){return e.denormalized?null:Yc(Yc({},e),{fields:e.fields.filter((function(e){return!e.denormalized}))})})).filter(Boolean):Gc.map((function(r){var a=r.reason&&!(0,b.includes)(r.reason,e),n=r.productType&&r.productType!==t;if(a||n)return null;var c=r.fields.filter((function(e){return!e.productType||e.productType===t}));return Yc(Yc({},r),{fields:c})})).filter(Boolean):[]}(c&&c.reason,E)}),[c&&c.reason,E]);return React.createElement(vo,{isLoading:i,dispute:c,evidence:c?lo(lo(lo({},c.evidence),m),{metadata:c.metadata||{},isUploading:c.isUploading||{},uploadingErrors:c.uploadingErrors||{}}):{},onChange:z,onFileChange:function(e,t){return uo(void 0,void 0,void 0,(function(){var r,a,n,c,o,s,i,l,u,m,d;return mo(this,(function(h){switch(h.label){case 0:if(!t)return[2];window.wcTracks.recordEvent("wcpay_dispute_file_upload_started",{type:e}),(r=new FormData).append("file",t),r.append("purpose","dispute_evidence"),_({metadata:(c={},c[e]="",c),isUploading:(o={},o[e]=!0,o),uploadingErrors:(s={},s[e]="",s)}),z(e,""),h.label=1;case 1:return h.trys.push([1,3,,4]),[4,Dn()({path:"/wc/v3/payments/file",method:"post",body:r})];case 2:return a=h.sent(),_({metadata:(i={},i[e]=a.filename,i),isUploading:(l={},l[e]=!1,l)}),z(e,a.id),window.wcTracks.recordEvent("wcpay_dispute_file_upload_success",{type:e}),[3,4];case 3:return n=h.sent(),window.wcTracks.recordEvent("wcpay_dispute_file_upload_failed",{message:n.message}),_({metadata:(u={},u[e]="",u),isUploading:(m={},m[e]=!1,m),uploadingErrors:(d={},d[e]=n.message,d)}),z(e,""),[3,4];case 4:return[2]}}))}))},onFileRemove:function(e){var t,r;z(e,""),_({metadata:(t={},t[e]="",t),uploadingErrors:(r={},r[e]="",r)})},onSave:function(e){return uo(void 0,void 0,void 0,(function(){var t,r;return mo(this,(function(n){switch(n.label){case 0:if((0,b.some)(c.isUploading))return g((0,f.__)("Please wait until file upload is finished"),"woocommerce-payments"),[2];l(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),window.wcTracks.recordEvent(e?"wcpay_dispute_submit_evidence_clicked":"wcpay_dispute_save_evidence_clicked"),t=c.metadata,[4,Dn()({path:a,method:"post",data:{evidence:lo(lo({},c.evidence),m),metadata:t,submit:e}})];case 2:return r=n.sent(),o(r),function(e){var t=e?(0,f.__)("Evidence submitted!","woocommerce-payments"):(0,f.__)("Evidence saved!","woocommerce-payments"),r=(0,at.addQueryArgs)("admin.php",{page:"wc-admin",path:"/payments/disputes"});window.wcTracks.recordEvent(e?"wcpay_dispute_submit_evidence_success":"wcpay_dispute_save_evidence_success"),p(t),(0,Ar.getHistory)().push(r)}(e),d({}),k(r),[3,5];case 3:return function(e,t){window.wcTracks.recordEvent(t?"wcpay_dispute_submit_evidence_failed":"wcpay_dispute_save_evidence_failed");var r=t?(0,f.__)("Failed to submit evidence. (%s)","woocommerce-payments"):(0,f.__)("Failed to save evidence. (%s)","woocommerce-payments");v((0,f.sprintf)(r,e.message))}(n.sent(),e),[3,5];case 4:return l(!1),[7];case 5:return[2]}}))}))},productType:E,onChangeProductType:function(e){var t,r={selection:e};window.wcTracks.recordEvent("wcpay_dispute_product_selected",r),_({metadata:(t={},t.__product_type=e,t)})},fields:H})},go=function(){return React.createElement(Se,null,React.createElement(mt,{topic:lt.overview}))};(0,g.addFilter)("woocommerce_admin_pages_list","woocommerce-payments",(function(e){var t,r={menuID:"toplevel_page_wc-admin-path--payments-"+(t=document.querySelector("#toplevel_page_wc-admin-path--payments-connect")?"connect":"deposits"),rootLink:["/payments/"+t,(0,f.__)("Payments","woocommerce-payments")]},a=r.menuID,n=r.rootLink,c=window.wcAdminFeatures&&window.wcAdminFeatures.navigation?(0,f.__)("WooCommerce Payments","woocommerce-payments"):(0,f.__)("Connect","woocommerce-payments");return e.push({container:rt,path:"/payments/connect",wpOpenMenu:a,breadcrumbs:[n,c],navArgs:{id:"wc-payments"}}),wcpaySettings.featureFlags.accountOverview&&e.push({container:go,path:"/payments/overview",wpOpenMenu:a,breadcrumbs:[n,(0,f.__)("Overview","woocommerce-payments")],navArgs:{id:"wc-payments-overview"}}),e.push({container:va,path:"/payments/deposits",wpOpenMenu:a,breadcrumbs:[n,(0,f.__)("Deposits","woocommerce-payments")],navArgs:{id:"wc-payments-deposits"}}),e.push({container:qn,path:"/payments/deposits/details",wpOpenMenu:a,breadcrumbs:[n,["/payments/deposits",(0,f.__)("Deposits","woocommerce-payments")],(0,f.__)("Deposit details","woocommerce-payments")]}),e.push({container:$n,path:"/payments/transactions",wpOpenMenu:a,breadcrumbs:[n,(0,f.__)("Transactions","woocommerce-payments")],navArgs:{id:"wc-payments-transactions"}}),e.push({container:Rc,path:"/payments/transactions/details",wpOpenMenu:a,breadcrumbs:[n,["/payments/transactions",(0,f.__)("Transactions","woocommerce-payments")],(0,f.__)("Payment details","woocommerce-payments")]}),e.push({container:Dc,path:"/payments/disputes",wpOpenMenu:a,breadcrumbs:[n,(0,f.__)("Disputes","woocommerce-payments")],navArgs:{id:"wc-payments-disputes"}}),e.push({container:jc,path:"/payments/disputes/details",wpOpenMenu:a,breadcrumbs:[n,["/payments/disputes",(0,f.__)("Disputes","woocommerce-payments")],(0,f.__)("Dispute details","woocommerce-payments")]}),e.push({container:fo,path:"/payments/disputes/challenge",wpOpenMenu:a,breadcrumbs:[n,["/payments/disputes",(0,f.__)("Disputes","woocommerce-payments")],(0,f.__)("Challenge dispute","woocommerce-payments")]}),e}))}()}();
dist/payment-request.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => 'ac5de73dc3605f6de2725c5d3d1d8255');
1
+ <?php return array('dependencies' => array('wp-polyfill'), 'version' => '22ff86afa9c26fa316eda3154c6fd83c');
dist/payment-request.js CHANGED
@@ -1 +1 @@
1
- !function(){"use strict";jQuery((function(t){var e,a=Stripe(wcpayPaymentRequestParams.stripe.publishableKey,{stripeAccount:wcpayPaymentRequestParams.stripe.accountId}),n={getAjaxURL:function(t){return wcpayPaymentRequestParams.ajax_url.toString().replace("%%endpoint%%","wcpay_"+t)},getCartDetails:function(){var e={security:wcpayPaymentRequestParams.nonce.payment};t.ajax({type:"POST",data:e,url:n.getAjaxURL("get_cart_details"),success:function(t){n.startPaymentRequest(t)}})},getAttributes:function(){var e=t(".variations_form").find(".variations select"),a={},n=0,s=0;return e.each((function(){var e=t(this).data("attribute_name")||t(this).attr("name"),o=t(this).val()||"";0<o.length&&s++,n++,a[e]=o})),{count:n,chosenCount:s,data:a}},processPaymentMethod:function(e){var a=n.getOrderData(e);return t.ajax({type:"POST",data:a,dataType:"json",url:n.getAjaxURL("create_order")})},getOrderData:function(t){var a=t.paymentMethod,n=a.billing_details.email,s=a.billing_details.phone,o=a.billing_details.address,r=a.billing_details.name,i=t.shippingAddress,u={_wpnonce:wcpayPaymentRequestParams.nonce.checkout,billing_first_name:null!==r?r.split(" ").slice(0,1).join(" "):"",billing_last_name:null!==r?r.split(" ").slice(1).join(" "):"",billing_company:"",billing_email:null!==n?n:t.payerEmail,billing_phone:null!==s?s:t.payerPhone.replace("/[() -]/g",""),billing_country:null!==o?o.country:"",billing_address_1:null!==o?o.line1:"",billing_address_2:null!==o?o.line2:"",billing_city:null!==o?o.city:"",billing_state:null!==o?o.state:"",billing_postcode:null!==o?o.postal_code:"",shipping_first_name:"",shipping_last_name:"",shipping_company:"",shipping_country:"",shipping_address_1:"",shipping_address_2:"",shipping_city:"",shipping_state:"",shipping_postcode:"",shipping_method:[null===t.shippingOption?null:t.shippingOption.id],order_comments:"",payment_method:"woocommerce_payments",ship_to_different_address:1,terms:1,"wcpay-payment-method":a.id,payment_request_type:e};return i&&(u.shipping_first_name=i.recipient.split(" ").slice(0,1).join(" "),u.shipping_last_name=i.recipient.split(" ").slice(1).join(" "),u.shipping_company=i.organization,u.shipping_country=i.country,u.shipping_address_1=void 0===i.addressLine[0]?"":i.addressLine[0],u.shipping_address_2=void 0===i.addressLine[1]?"":i.addressLine[1],u.shipping_city=i.city,u.shipping_state=i.region,u.shipping_postcode=i.postalCode),u},getErrorMessageHTML:function(e){return t('<div class="woocommerce-error" />').text(e)},abortPayment:function(e,a){if(e.complete("fail"),t(".woocommerce-error").remove(),wcpayPaymentRequestParams.is_product_page){var n=t(".product");n.before(a),t("html, body").animate({scrollTop:n.prev(".woocommerce-error").offset().top},600)}else{var s=t(".shop_table.cart").closest("form");s.before(a),t("html, body").animate({scrollTop:s.prev(".woocommerce-error").offset().top},600)}},completePayment:function(t,e){n.block(),t.complete("success"),window.location=e},block:function(){t.blockUI({message:null,overlayCSS:{background:"#fff",opacity:.6}})},updateShippingOptions:function(a,s){var o={security:wcpayPaymentRequestParams.nonce.shipping,country:s.country,state:s.region,postcode:s.postalCode,city:s.city,address:void 0===s.addressLine[0]?"":s.addressLine[0],address_2:void 0===s.addressLine[1]?"":s.addressLine[1],payment_request_type:e,is_product_page:wcpayPaymentRequestParams.is_product_page};return t.ajax({type:"POST",data:o,url:n.getAjaxURL("get_shipping_options")})},updateShippingDetails:function(a,s){var o={security:wcpayPaymentRequestParams.nonce.update_shipping,shipping_method:[s.id],payment_request_type:e,is_product_page:wcpayPaymentRequestParams.is_product_page};return t.ajax({type:"POST",data:o,url:n.getAjaxURL("update_shipping_method")})},addToCart:function(){var e=t(".single_add_to_cart_button").val();t(".single_variation_wrap").length&&(e=t(".single_variation_wrap").find('input[name="product_id"]').val());var a={security:wcpayPaymentRequestParams.nonce.add_to_cart,product_id:e,qty:t(".quantity .qty").val(),attributes:t(".variations_form").length?n.getAttributes().data:[]},s=t("form.cart").serializeArray();return t.each(s,(function(t,e){if(/^addon-/.test(e.name))if(/\[\]$/.test(e.name)){var n=e.name.substring(0,e.name.length-2);a[n]?a[n].push(e.value):a[n]=[e.value]}else a[e.name]=e.value})),t.ajax({type:"POST",data:a,url:n.getAjaxURL("add_to_cart")})},clearCart:function(){var e={security:wcpayPaymentRequestParams.nonce.clear_cart};return t.ajax({type:"POST",data:e,url:n.getAjaxURL("clear_cart"),success:function(){}})},getRequestOptionsFromLocal:function(){return{total:wcpayPaymentRequestParams.product.total,currency:wcpayPaymentRequestParams.checkout.currency_code,country:wcpayPaymentRequestParams.checkout.country_code,requestPayerName:!0,requestPayerEmail:!0,requestPayerPhone:wcpayPaymentRequestParams.checkout.needs_payer_phone,requestShipping:wcpayPaymentRequestParams.product.requestShipping,displayItems:wcpayPaymentRequestParams.product.displayItems}},startPaymentRequest:function(s){var o,r;wcpayPaymentRequestParams.is_product_page?(r=n.getRequestOptionsFromLocal(),o=r):(r={total:s.order_data.total,currency:s.order_data.currency,country:s.order_data.country_code,requestPayerName:!0,requestPayerEmail:!0,requestPayerPhone:wcpayPaymentRequestParams.checkout.needs_payer_phone,requestShipping:!!s.shipping_required,displayItems:s.order_data.displayItems},o=s.order_data);var i=a.paymentRequest(r),u=a.elements({locale:wcpayPaymentRequestParams.button.locale}),c=n.createPaymentRequestButton(u,i);i.canMakePayment().then((function(t){t&&(e=t.applePay?"apple_pay":"payment_request_api",n.attachPaymentRequestButtonEventListeners(c,i),n.showPaymentRequestButton(c))})),i.on("shippingaddresschange",(function(e){t.when(n.updateShippingOptions(o,e.shippingAddress)).then((function(t){e.updateWith({status:t.result,shippingOptions:t.shipping_options,total:t.total,displayItems:t.displayItems})}))})),i.on("shippingoptionchange",(function(e){t.when(n.updateShippingDetails(o,e.shippingOption)).then((function(t){"success"===t.result&&e.updateWith({status:"success",total:t.total,displayItems:t.displayItems}),"fail"===t.result&&e.updateWith({status:"fail"})}))})),i.on("paymentmethod",(function(e){"no"===wcpayPaymentRequestParams.stripe.allow_prepaid_card&&"prepaid"===e.source.card.funding?n.abortPayment(e,n.getErrorMessageHTML(wcpayPaymentRequestParams.i18n.no_prepaid_card)):t.when(n.processPaymentMethod(e)).then((function(t){"success"===t.result?n.completePayment(e,t.redirect):n.abortPayment(e,t.messages)}))}))},getSelectedProductData:function(){var e=t(".single_add_to_cart_button").val();t(".single_variation_wrap").length&&(e=t(".single_variation_wrap").find('input[name="product_id"]').val());var a=(t("#product-addons-total").data("price_data")||[]).reduce((function(t,e){return t+e.cost}),0),s={security:wcpayPaymentRequestParams.nonce.get_selected_product_data,product_id:e,qty:t(".quantity .qty").val(),attributes:t(".variations_form").length?n.getAttributes().data:[],addon_value:a};return t.ajax({type:"POST",data:s,url:n.getAjaxURL("get_selected_product_data")})},debounce:function(t,e,a){var n;return function(){var s=this,o=arguments,r=function(){n=null,a||e.apply(s,o)},i=a&&!n;clearTimeout(n),n=setTimeout(r,t),i&&e.apply(s,o)}},createPaymentRequestButton:function(e,a){var s;if(wcpayPaymentRequestParams.button.is_custom&&(s=t(wcpayPaymentRequestParams.button.css_selector)).length)return s.data("isCustom",!0),s;if(wcpayPaymentRequestParams.button.is_branded){if(n.shouldUseGooglePayBrand())return(s=n.createGooglePayButton()).data("isBranded",!0),s;wcpayPaymentRequestParams.button.type="long"===wcpayPaymentRequestParams.button.branded_type?"buy":"default"}return e.create("paymentRequestButton",{paymentRequest:a,style:{paymentRequestButton:{type:wcpayPaymentRequestParams.button.type,theme:wcpayPaymentRequestParams.button.theme,height:wcpayPaymentRequestParams.button.height+"px"}}})},isCustomPaymentRequestButton:function(t){return t&&"function"==typeof t.data&&t.data("isCustom")},isBrandedPaymentRequestButton:function(t){return t&&"function"==typeof t.data&&t.data("isBranded")},shouldUseGooglePayBrand:function(){var t=window.navigator.userAgent.toLowerCase(),e=/chrome/.test(t)&&!/edge|edg|opr|brave\//.test(t)&&"Google Inc."===window.navigator.vendor,a=e&&window.navigator.brave;return e&&!a},createGooglePayButton:function(){var e=wcpayPaymentRequestParams.button.theme,a=wcpayPaymentRequestParams.button.branded_type,n=wcpayPaymentRequestParams.button.locale,s=wcpayPaymentRequestParams.button.height;e=["dark","light"].includes(e)?e:"light",a=["short","long"].includes(a)?a:"long";var o=t('<button type="button" id="wcpay-branded-button" aria-label="Google Pay" class="gpay-button"></button>');return o.css("height",s+"px"),o.addClass(e+" "+a),"long"===a&&function(t,e,a){t.css("background-image","url("+e+")");var n=document.createElement("img");n.onerror=function(){t.css("background-image","url("+a+")")},n.src=e}(o,"https://www.gstatic.com/instantbuy/svg/"+e+"/"+n+".svg","https://www.gstatic.com/instantbuy/svg/"+e+"/en.svg"),o},attachPaymentRequestButtonEventListeners:function(t,e){wcpayPaymentRequestParams.is_product_page?n.attachProductPageEventListeners(t,e):n.attachCartPageEventListeners(t,e)},attachProductPageEventListeners:function(e,a){var s=[],o=t(".single_add_to_cart_button");e.on("click",(function(t){return o.is(".disabled")?(t.preventDefault(),void(o.is(".wc-variation-is-unavailable")?window.alert(wc_add_to_cart_variation_params.i18n_unavailable_text):o.is(".wc-variation-selection-needed")&&window.alert(wc_add_to_cart_variation_params.i18n_make_a_selection_text))):0<s.length?(t.preventDefault(),void window.alert(s)):(n.addToCart(),void((n.isCustomPaymentRequestButton(e)||n.isBrandedPaymentRequestButton(e))&&(t.preventDefault(),a.show())))})),t(document.body).on("woocommerce_variation_has_changed",(function(){n.blockPaymentRequestButton(e),t.when(n.getSelectedProductData()).then((function(s){t.when(a.update({total:s.total,displayItems:s.displayItems})).then((function(){n.unblockPaymentRequestButton(e)}))}))})),t(".quantity").on("input",".qty",(function(){n.blockPaymentRequestButton(e)})),t(".quantity").on("input",".qty",n.debounce(250,(function(){n.blockPaymentRequestButton(e),s=[],t.when(n.getSelectedProductData()).then((function(o){o.error?(s=[o.error],n.unblockPaymentRequestButton(e)):t.when(a.update({total:o.total,displayItems:o.displayItems})).then((function(){n.unblockPaymentRequestButton(e)}))}))})))},attachCartPageEventListeners:function(t,e){(wcpayPaymentRequestParams.button.is_custom&&n.isCustomPaymentRequestButton(t)||wcpayPaymentRequestParams.button.is_branded&&n.isBrandedPaymentRequestButton(t))&&t.on("click",(function(t){t.preventDefault(),e.show()}))},showPaymentRequestButton:function(e){n.isCustomPaymentRequestButton(e)?(e.addClass("is-active"),t("#wcpay-payment-request-wrapper, #wcpay-payment-request-button-separator").show()):n.isBrandedPaymentRequestButton(e)?(t("#wcpay-payment-request-wrapper, #wcpay-payment-request-button-separator").show(),t("#wcpay-payment-request-button").html(e)):t("#wcpay-payment-request-button").length&&(t("#wcpay-payment-request-wrapper, #wcpay-payment-request-button-separator").show(),e.mount("#wcpay-payment-request-button"))},blockPaymentRequestButton:function(e){t("#wcpay-payment-request-button").data("blockUI.isBlocked")||(t("#wcpay-payment-request-button").block({message:null}),n.isCustomPaymentRequestButton(e)&&e.addClass("is-blocked"))},unblockPaymentRequestButton:function(e){t("#wcpay-payment-request-button").unblock(),n.isCustomPaymentRequestButton(e)&&e.removeClass("is-blocked")},init:function(){wcpayPaymentRequestParams.is_product_page?n.startPaymentRequest(""):n.getCartDetails()}};n.init(),t(document.body).on("updated_cart_totals",(function(){n.init()})),t(document.body).on("updated_checkout",(function(){n.init()}))}))}();
1
+ !function(){"use strict";jQuery((function(t){var e,a=Stripe(wcpayPaymentRequestParams.stripe.publishableKey,{stripeAccount:wcpayPaymentRequestParams.stripe.accountId}),n={getAjaxURL:function(t){return wcpayPaymentRequestParams.ajax_url.toString().replace("%%endpoint%%","wcpay_"+t)},getCartDetails:function(){var e={security:wcpayPaymentRequestParams.nonce.payment};t.ajax({type:"POST",data:e,url:n.getAjaxURL("get_cart_details"),success:function(t){n.startPaymentRequest(t)}})},getAttributes:function(){var e=t(".variations_form").find(".variations select"),a={},n=0,s=0;return e.each((function(){var e=t(this).data("attribute_name")||t(this).attr("name"),o=t(this).val()||"";0<o.length&&s++,n++,a[e]=o})),{count:n,chosenCount:s,data:a}},processPaymentMethod:function(e){var a=n.getOrderData(e);return t.ajax({type:"POST",data:a,dataType:"json",url:n.getAjaxURL("create_order")})},getOrderData:function(t){var a=t.paymentMethod,n=a.billing_details.email,s=a.billing_details.phone,o=a.billing_details.address,i=a.billing_details.name,r=t.shippingAddress,u={_wpnonce:wcpayPaymentRequestParams.nonce.checkout,billing_first_name:null!==i?i.split(" ").slice(0,1).join(" "):"",billing_last_name:null!==i?i.split(" ").slice(1).join(" "):"",billing_company:"",billing_email:null!==n?n:t.payerEmail,billing_phone:null!==s?s:t.payerPhone.replace("/[() -]/g",""),billing_country:null!==o?o.country:"",billing_address_1:null!==o?o.line1:"",billing_address_2:null!==o?o.line2:"",billing_city:null!==o?o.city:"",billing_state:null!==o?o.state:"",billing_postcode:null!==o?o.postal_code:"",shipping_first_name:"",shipping_last_name:"",shipping_company:"",shipping_country:"",shipping_address_1:"",shipping_address_2:"",shipping_city:"",shipping_state:"",shipping_postcode:"",shipping_method:[null===t.shippingOption?null:t.shippingOption.id],order_comments:"",payment_method:"woocommerce_payments",ship_to_different_address:1,terms:1,"wcpay-payment-method":a.id,payment_request_type:e};return r&&(u.shipping_first_name=r.recipient.split(" ").slice(0,1).join(" "),u.shipping_last_name=r.recipient.split(" ").slice(1).join(" "),u.shipping_company=r.organization,u.shipping_country=r.country,u.shipping_address_1=void 0===r.addressLine[0]?"":r.addressLine[0],u.shipping_address_2=void 0===r.addressLine[1]?"":r.addressLine[1],u.shipping_city=r.city,u.shipping_state=r.region,u.shipping_postcode=r.postalCode),u},getErrorMessageHTML:function(e){return t('<div class="woocommerce-error" />').text(e)},abortPayment:function(e,a){e.complete("fail"),t(".woocommerce-error").remove();var n=t(".woocommerce-notices-wrapper").first();n.length&&(n.append(a),t("html, body").animate({scrollTop:n.find(".woocommerce-error").offset().top},600))},completePayment:function(t,e){n.block(),t.complete("success"),window.location=e},block:function(){t.blockUI({message:null,overlayCSS:{background:"#fff",opacity:.6}})},updateShippingOptions:function(a,s){var o={security:wcpayPaymentRequestParams.nonce.shipping,country:s.country,state:s.region,postcode:s.postalCode,city:s.city,address:void 0===s.addressLine[0]?"":s.addressLine[0],address_2:void 0===s.addressLine[1]?"":s.addressLine[1],payment_request_type:e,is_product_page:wcpayPaymentRequestParams.is_product_page};return t.ajax({type:"POST",data:o,url:n.getAjaxURL("get_shipping_options")})},updateShippingDetails:function(a,s){var o={security:wcpayPaymentRequestParams.nonce.update_shipping,shipping_method:[s.id],payment_request_type:e,is_product_page:wcpayPaymentRequestParams.is_product_page};return t.ajax({type:"POST",data:o,url:n.getAjaxURL("update_shipping_method")})},addToCart:function(){var e=t(".single_add_to_cart_button").val();t(".single_variation_wrap").length&&(e=t(".single_variation_wrap").find('input[name="product_id"]').val());var a={security:wcpayPaymentRequestParams.nonce.add_to_cart,product_id:e,qty:t(".quantity .qty").val(),attributes:t(".variations_form").length?n.getAttributes().data:[]},s=t("form.cart").serializeArray();return t.each(s,(function(t,e){if(/^addon-/.test(e.name))if(/\[\]$/.test(e.name)){var n=e.name.substring(0,e.name.length-2);a[n]?a[n].push(e.value):a[n]=[e.value]}else a[e.name]=e.value})),t.ajax({type:"POST",data:a,url:n.getAjaxURL("add_to_cart")})},clearCart:function(){var e={security:wcpayPaymentRequestParams.nonce.clear_cart};return t.ajax({type:"POST",data:e,url:n.getAjaxURL("clear_cart"),success:function(){}})},getRequestOptionsFromLocal:function(){return{total:wcpayPaymentRequestParams.product.total,currency:wcpayPaymentRequestParams.checkout.currency_code,country:wcpayPaymentRequestParams.checkout.country_code,requestPayerName:!0,requestPayerEmail:!0,requestPayerPhone:wcpayPaymentRequestParams.checkout.needs_payer_phone,requestShipping:wcpayPaymentRequestParams.product.requestShipping,displayItems:wcpayPaymentRequestParams.product.displayItems}},startPaymentRequest:function(s){var o,i;wcpayPaymentRequestParams.is_product_page?(i=n.getRequestOptionsFromLocal(),o=i):(i={total:s.order_data.total,currency:s.order_data.currency,country:s.order_data.country_code,requestPayerName:!0,requestPayerEmail:!0,requestPayerPhone:wcpayPaymentRequestParams.checkout.needs_payer_phone,requestShipping:!!s.shipping_required,displayItems:s.order_data.displayItems},o=s.order_data),"PR"===i.country&&(i.country="US");var r=a.paymentRequest(i),u=a.elements({locale:wcpayPaymentRequestParams.button.locale}),c=n.createPaymentRequestButton(u,r);r.canMakePayment().then((function(t){t&&(e=t.applePay?"apple_pay":"payment_request_api",n.attachPaymentRequestButtonEventListeners(c,r),n.showPaymentRequestButton(c))})),r.on("shippingaddresschange",(function(e){t.when(n.updateShippingOptions(o,e.shippingAddress)).then((function(t){e.updateWith({status:t.result,shippingOptions:t.shipping_options,total:t.total,displayItems:t.displayItems})}))})),r.on("shippingoptionchange",(function(e){t.when(n.updateShippingDetails(o,e.shippingOption)).then((function(t){"success"===t.result&&e.updateWith({status:"success",total:t.total,displayItems:t.displayItems}),"fail"===t.result&&e.updateWith({status:"fail"})}))})),r.on("paymentmethod",(function(e){"no"===wcpayPaymentRequestParams.stripe.allow_prepaid_card&&"prepaid"===e.source.card.funding?n.abortPayment(e,n.getErrorMessageHTML(wcpayPaymentRequestParams.i18n.no_prepaid_card)):t.when(n.processPaymentMethod(e)).then((function(t){"success"===t.result?n.completePayment(e,t.redirect):n.abortPayment(e,t.messages)}))}))},getSelectedProductData:function(){var e=t(".single_add_to_cart_button").val();t(".single_variation_wrap").length&&(e=t(".single_variation_wrap").find('input[name="product_id"]').val());var a=(t("#product-addons-total").data("price_data")||[]).reduce((function(t,e){return t+e.cost}),0),s={security:wcpayPaymentRequestParams.nonce.get_selected_product_data,product_id:e,qty:t(".quantity .qty").val(),attributes:t(".variations_form").length?n.getAttributes().data:[],addon_value:a};return t.ajax({type:"POST",data:s,url:n.getAjaxURL("get_selected_product_data")})},debounce:function(t,e,a){var n;return function(){var s=this,o=arguments,i=function(){n=null,a||e.apply(s,o)},r=a&&!n;clearTimeout(n),n=setTimeout(i,t),r&&e.apply(s,o)}},createPaymentRequestButton:function(e,a){var s;if(wcpayPaymentRequestParams.button.is_custom&&(s=t(wcpayPaymentRequestParams.button.css_selector)).length)return s.data("isCustom",!0),s;if(wcpayPaymentRequestParams.button.is_branded){if(n.shouldUseGooglePayBrand())return(s=n.createGooglePayButton()).data("isBranded",!0),s;wcpayPaymentRequestParams.button.type="long"===wcpayPaymentRequestParams.button.branded_type?"buy":"default"}return e.create("paymentRequestButton",{paymentRequest:a,style:{paymentRequestButton:{type:wcpayPaymentRequestParams.button.type,theme:wcpayPaymentRequestParams.button.theme,height:wcpayPaymentRequestParams.button.height+"px"}}})},isCustomPaymentRequestButton:function(t){return t&&"function"==typeof t.data&&t.data("isCustom")},isBrandedPaymentRequestButton:function(t){return t&&"function"==typeof t.data&&t.data("isBranded")},shouldUseGooglePayBrand:function(){var t=window.navigator.userAgent.toLowerCase(),e=/chrome/.test(t)&&!/edge|edg|opr|brave\//.test(t)&&"Google Inc."===window.navigator.vendor,a=e&&window.navigator.brave;return e&&!a},createGooglePayButton:function(){var e=wcpayPaymentRequestParams.button.theme,a=wcpayPaymentRequestParams.button.branded_type,n=wcpayPaymentRequestParams.button.locale,s=wcpayPaymentRequestParams.button.height;e=["dark","light"].includes(e)?e:"light",a=["short","long"].includes(a)?a:"long";var o=t('<button type="button" id="wcpay-branded-button" aria-label="Google Pay" class="gpay-button"></button>');return o.css("height",s+"px"),o.addClass(e+" "+a),"long"===a&&function(t,e,a){t.css("background-image","url("+e+")");var n=document.createElement("img");n.onerror=function(){t.css("background-image","url("+a+")")},n.src=e}(o,"https://www.gstatic.com/instantbuy/svg/"+e+"/"+n+".svg","https://www.gstatic.com/instantbuy/svg/"+e+"/en.svg"),o},attachPaymentRequestButtonEventListeners:function(t,e){wcpayPaymentRequestParams.is_product_page?n.attachProductPageEventListeners(t,e):n.attachCartPageEventListeners(t,e)},attachProductPageEventListeners:function(e,a){var s=[],o=t(".single_add_to_cart_button");e.on("click",(function(t){return o.is(".disabled")?(t.preventDefault(),void(o.is(".wc-variation-is-unavailable")?window.alert(wc_add_to_cart_variation_params.i18n_unavailable_text):o.is(".wc-variation-selection-needed")&&window.alert(wc_add_to_cart_variation_params.i18n_make_a_selection_text))):0<s.length?(t.preventDefault(),void window.alert(s)):(n.addToCart(),void((n.isCustomPaymentRequestButton(e)||n.isBrandedPaymentRequestButton(e))&&(t.preventDefault(),a.show())))})),t(document.body).on("woocommerce_variation_has_changed",(function(){n.blockPaymentRequestButton(e),t.when(n.getSelectedProductData()).then((function(s){t.when(a.update({total:s.total,displayItems:s.displayItems})).then((function(){n.unblockPaymentRequestButton(e)}))}))})),t(".quantity").on("input",".qty",(function(){n.blockPaymentRequestButton(e)})),t(".quantity").on("input",".qty",n.debounce(250,(function(){n.blockPaymentRequestButton(e),s=[],t.when(n.getSelectedProductData()).then((function(o){o.error?(s=[o.error],n.unblockPaymentRequestButton(e)):t.when(a.update({total:o.total,displayItems:o.displayItems})).then((function(){n.unblockPaymentRequestButton(e)}))}))})))},attachCartPageEventListeners:function(t,e){(wcpayPaymentRequestParams.button.is_custom&&n.isCustomPaymentRequestButton(t)||wcpayPaymentRequestParams.button.is_branded&&n.isBrandedPaymentRequestButton(t))&&t.on("click",(function(t){t.preventDefault(),e.show()}))},showPaymentRequestButton:function(e){n.isCustomPaymentRequestButton(e)?(e.addClass("is-active"),t("#wcpay-payment-request-wrapper, #wcpay-payment-request-button-separator").show()):n.isBrandedPaymentRequestButton(e)?(t("#wcpay-payment-request-wrapper, #wcpay-payment-request-button-separator").show(),t("#wcpay-payment-request-button").html(e)):t("#wcpay-payment-request-button").length&&(t("#wcpay-payment-request-wrapper, #wcpay-payment-request-button-separator").show(),e.mount("#wcpay-payment-request-button"))},blockPaymentRequestButton:function(e){t("#wcpay-payment-request-button").data("blockUI.isBlocked")||(t("#wcpay-payment-request-button").block({message:null}),n.isCustomPaymentRequestButton(e)&&e.addClass("is-blocked"))},unblockPaymentRequestButton:function(e){t("#wcpay-payment-request-button").unblock(),n.isCustomPaymentRequestButton(e)&&e.removeClass("is-blocked")},init:function(){wcpayPaymentRequestParams.is_product_page?n.startPaymentRequest(""):n.getCartDetails()}};n.init(),t(document.body).on("updated_cart_totals",(function(){n.init()})),t(document.body).on("updated_checkout",(function(){n.init()}))}))}();
dist/settings.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wc-currency', 'wp-date', 'wp-i18n', 'wp-polyfill'), 'version' => '3fd932a407eb037f5e2dc61cca053a58');
1
+ <?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wc-currency', 'wp-date', 'wp-i18n', 'wp-polyfill'), 'version' => '7607b60abdc25b07581052113dd1a994');
dist/settings.js CHANGED
@@ -1 +1 @@
1
- !function(){"use strict";var e={836:function(e,t,n){var r=Object.assign||function(e){for(var t,n=1;n<arguments.length;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,n=void 0===t?24:t,o=e.onClick,c=(e.icon,e.className),i=function(e,t){var n={};for(var r in e)0<=t.indexOf(r)||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["size","onClick","icon","className"]),s=["gridicon","gridicons-checkmark-circle",c,!1,!1,!1].filter(Boolean).join(" ");return a.default.createElement("svg",r({className:s,height:n,width:n,onClick:o},i,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),a.default.createElement("g",null,a.default.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})))};var o,a=(o=n(804))&&o.__esModule?o:{default:o};e.exports=t.default},489:function(e,t,n){var r=Object.assign||function(e){for(var t,n=1;n<arguments.length;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,n=e.size,o=void 0===n?24:n,c=e.onClick,i=(e.icon,e.className),s=function(e,t){var n={};for(var r in e)0<=t.indexOf(r)||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["size","onClick","icon","className"]),u=["gridicon","gridicons-notice",i,(t=o,!(0!=t%18)&&"needs-offset"),!1,!1].filter(Boolean).join(" ");return a.default.createElement("svg",r({className:u,height:o,width:o,onClick:c},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),a.default.createElement("g",null,a.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"})))};var o,a=(o=n(804))&&o.__esModule?o:{default:o};e.exports=t.default},804:function(e){e.exports=window.React}},t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{}};return e[r](o,o.exports,n),o.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e,t,r,o,a=n(804),c=n.n(a),i=window.ReactDOM,s=n.n(i),u=window.wp.i18n,m=window.wp.date,l=window.moment,d=n.n(l);function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function p(e,t){if(e){if("string"==typeof e)return f(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(e,t):void 0}}function _(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var c,i=e[Symbol.iterator]();!(r=(c=i.next()).done)&&(n.push(c.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==i.return||i.return()}finally{if(o)throw a}}return n}}(e,t)||p(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(e){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function v(e){return function(e){if(Array.isArray(e))return f(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||p(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var h=/<(\/)?(\w+)\s*(\/)?>/g;function w(e,t,n,r,o){return{element:e,tokenStart:t,tokenLength:n,prevOffset:r,leadingTextStart:o,children:[]}}function g(n){var c=function(){var t=h.exec(e);if(null===t)return["no-more-tokens"];var n=t.index,r=_(t,4),o=r[0],a=r[1],c=r[2],i=r[3],s=o.length;return i?["self-closed",c,n,s]:a?["closer",c,n,s]:["opener",c,n,s]}(),i=_(c,4),s=i[0],u=i[1],m=i[2],l=i[3],d=o.length,f=m>t?t:null;if(!n[u])return b(),!1;switch(s){case"no-more-tokens":if(0!==d){var p=o.pop(),y=p.leadingTextStart,g=p.tokenStart;r.push(e.substr(y,g))}return b(),!1;case"self-closed":return 0===d?(null!==f&&r.push(e.substr(f,m-f)),r.push(n[u]),t=m+l,!0):(E(new w(n[u],m,l)),t=m+l,!0);case"opener":return o.push(new w(n[u],m,l,m+l,f)),t=m+l,!0;case"closer":if(1===d)return function(t){var n=o.pop(),c=n.element,i=n.leadingTextStart,s=n.prevOffset,u=n.tokenStart,m=n.children,l=t?e.substr(s,t-s):e.substr(s);l&&m.push(l),null!==i&&r.push(e.substr(i,u-i)),r.push(a.cloneElement.apply(void 0,[c,null].concat(v(m))))}(m),t=m+l,!0;var S=o.pop(),k=e.substr(S.prevOffset,m-S.prevOffset);S.children.push(k),S.prevOffset=m+l;var D=new w(S.element,S.tokenStart,S.tokenLength,m+l);return D.children=S.children,E(D),t=m+l,!0;default:return b(),!1}}function b(){var n=e.length-t;0!==n&&r.push(e.substr(t,n))}function E(t){var n=t.element,r=t.tokenStart,c=t.tokenLength,i=t.prevOffset,s=t.children,u=o[o.length-1],m=e.substr(u.prevOffset,r-u.prevOffset);m&&u.children.push(m),u.children.push(a.cloneElement.apply(void 0,[n,null].concat(v(s)))),u.prevOffset=i||r+c}var S=function(n,c){if(e=n,t=0,r=[],o=[],h.lastIndex=0,!function(e){var t="object"===y(e),n=t&&Object.values(e);return t&&n.length&&n.every((function(e){return(0,a.isValidElement)(e)}))}(c))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(g(c));return a.createElement.apply(void 0,[a.Fragment,null].concat(v(r)))},k=n(836),D=n.n(k),x=n(489),R=n.n(x),j=["primary","light","warning","alert"],T=function(e){var t=e.message,n=e.type,r=e.isCompact,o=["chip","chip-"+(j.find((function(e){return e===n}))||"primary"),r?"is-compact":""];return React.createElement("span",{className:o.join(" ").trim()},t)},O=function(e){var t=e.progressLabel,n=e.totalLabel,r=e.progress,o=.5<r;return React.createElement("div",{className:"progressbar"},React.createElement("div",{className:"progressbar__container"},React.createElement("div",{className:"progressbar__inner",style:{width:100*r+"%"}},o&&React.createElement("span",{className:"progressbar__inner-progress-label"},t)),!o&&React.createElement("span",{className:"progressbar__outer-progress-label"},t)),React.createElement("span",{className:"progressbar__total-label"},n))},I=window.wc.currency,A=n.n(I),L=window.lodash,C=(0,I.getCurrencyData)(),N=function(e,t){void 0===t&&(t="USD");var n=function(e){return wcpaySettings.zeroDecimalCurrencies.includes(e.toLowerCase())}(t);n||(e/=100);var r=function(e){var t=(0,L.find)(C,{code:e.toUpperCase()});return t?new(A())(t):null}(t);if(null===r)return q(e,t,n);try{return"function"==typeof r.formatAmount?r.formatAmount(e):r.formatCurrency(e)}catch(r){return q(e,t,n)}};function q(e,t,n){return(0,u.sprintf)(n?"%s %i":"%s %.2f",t.toUpperCase(),e)}var U=function(e){var t=e.feeData,n=t.volume_allowance,r=t.current_volume;return n?React.createElement(O,{progressLabel:N(r),totalLabel:N(n),progress:r/n}):null},B=function(e){var t,n=e.feeData,r=n.volume_allowance,o=n.end_time;if(r&&o)t=(0,u.sprintf)((0,u.__)("Discounted base fee expires after the first %1$s of total payment volume or on %2$s.","woocommerce-payments"),N(r),(0,m.dateI18n)("F j, Y",d()(o).toISOString()));else if(r)t=(0,u.sprintf)((0,u.__)("Discounted base fee expires after the first %1$s of total payment volume.","woocommerce-payments"),N(r));else{if(!o)return null;t=(0,u.sprintf)((0,u.__)("Discounted base fee expires on %1$s.","woocommerce-payments"),(0,m.dateI18n)("F j, Y",d()(o).toISOString()))}return React.createElement("p",{className:"description"},t)},z="https://cdn.sift.com/s.js",F="https://js.stripe.com/v3",M={forter:function(e){var t=e.site_id;if(!document.querySelector('script[id="'+t+'"]')){var n=document.createElement("script");n.id=t,n.textContent="(function () {var eu = 'g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv';var siteId = \""+t+'";function t(t,e){for(var n=t.split(""),r=0;r<n.length;++r)n[r]=String.fromCharCode(n[r].charCodeAt(0)+e);return n.join("")}function e(e){return t(e,-v).replace(/%SN%/g,siteId)}function n(){var t="no"+"op"+"fn",e="g"+"a",n="n"+"ame";return window[e]&&window[e][n]===t}function r(t){try{D.ex=t,n()&&D.ex.indexOf(S.uB)===-1&&(D.ex+=S.uB),y(D)}catch(e){}}function o(t,e,n,r){function o(e){try{e.blockedURI===t&&(r(!0),i=!0,document.removeEventListener("securitypolicyviolation",o))}catch(n){document.removeEventListener("securitypolicyviolation",o)}}var i=!1;t="https://"+t,document.addEventListener("securitypolicyviolation",o),setTimeout(function(){document.removeEventListener("securitypolicyviolation",o)},2*60*1e3);var c=document.createElement("script");c.onerror=function(){if(!i)try{r(!1),i=!0}catch(t){}},c.onload=n,c.type="text/javascript",c.id="ftr__script",c.async=!0,c.src=t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(c,a)}function i(){I(S.uAL),setTimeout(c,w,S.uAL)}function c(t){try{var e=t===S.uDF?h:p,n=function(){try{b(),r(t+S.uS)}catch(e){}},c=function(e){try{b(),D.td=1*new Date-D.ts,r(e?t+S.uF+S.cP:t+S.uF),t===S.uDF&&i()}catch(n){r(S.eUoe)}};o(e,void 0,n,c)}catch(a){r(t+S.eTlu)}}var a={write:function(t,e,n,r){void 0===r&&(r=!0);var o,i;if(n?(o=new Date,o.setTime(o.getTime()+24*n*60*60*1e3),i="; expires="+o.toGMTString()):i="",!r)return void(document.cookie=escape(t)+"="+escape(e)+i+"; path=/");var c,a,u;if(u=location.host,1===u.split(".").length)document.cookie=escape(t)+"="+escape(e)+i+"; path=/";else{a=u.split("."),a.shift(),c="."+a.join("."),document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c;var d=this.read(t);null!=d&&d==e||(c="."+u,document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c)}},read:function(t){var e=null;try{for(var n=escape(t)+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "==i.charAt(0);)i=i.substring(1,i.length);0===i.indexOf(n)&&(e=unescape(i.substring(n.length,i.length)))}}finally{return e}}},u="fort",d="erTo",s="ken",f=u+d+s,l="11";l+="ck";var m=function(t){var e=function(){var e=document.createElement("link");return e.setAttribute("rel","pre"+"con"+"nect"),e.setAttribute("cros"+"sori"+"gin","anonymous"),e.onload=function(){document.head.removeChild(e)},e.onerror=function(t){document.head.removeChild(e)},e.setAttribute("href",t),document.head.appendChild(e),e};if(document.head){var n=e();setTimeout(function(){document.head.removeChild(n)},3e3)}},v=3,h=e("(VQ(1fgq71iruwhu1frp2vq2(VQ(2vfulsw1mv"),p=e(eu||"g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv"),w=10;window.ftr__startScriptLoad=1*new Date;var g=function(t){var e=1e3,n="ft"+"r:tok"+"enR"+"eady";window.ftr__tt&&clearTimeout(window.ftr__tt),window.ftr__tt=setTimeout(function(){try{delete window.ftr__tt,t+="_tt";var e=document.createEvent("Event");e.initEvent(n,!1,!1),e.detail=t,document.dispatchEvent(e)}catch(r){}},e)},y=function(t){var e=function(t){return t||""},n=e(t.id)+"_"+e(t.ts)+"_"+e(t.td)+"_"+e(t.ex)+"_"+e(l);a.write(f,n,1825,!0),g(n)},T=function(){var t=a.read(f)||"",e=t.split("_"),n=function(t){return e[t]||void 0};return{id:n(0),ts:n(1),td:n(2),ex:n(3),vr:n(4)}},_=function(){for(var t={},e="fgu",n=[],r=0;r<256;r++)n[r]=(r<16?"0":"")+r.toString(16);var o=function(t,e,r,o,i){var c=i?"-":"";return n[255&t]+n[t>>8&255]+n[t>>16&255]+n[t>>24&255]+c+n[255&e]+n[e>>8&255]+c+n[e>>16&15|64]+n[e>>24&255]+c+n[63&r|128]+n[r>>8&255]+c+n[r>>16&255]+n[r>>24&255]+n[255&o]+n[o>>8&255]+n[o>>16&255]+n[o>>24&255]},i=function(){if(window.Uint32Array&&window.crypto&&window.crypto.getRandomValues){var t=new window.Uint32Array(4);return window.crypto.getRandomValues(t),{d0:t[0],d1:t[1],d2:t[2],d3:t[3]}}return{d0:4294967296*Math.random()>>>0,d1:4294967296*Math.random()>>>0,d2:4294967296*Math.random()>>>0,d3:4294967296*Math.random()>>>0}},c=function(){var t="",e=function(t,e){for(var n="",r=t;r>0;--r)n+=e.charAt(1e3*Math.random()%e.length);return n};return t+=e(2,"0123456789"),t+=e(1,"123456789"),t+=e(8,"0123456789")};return t.safeGenerateNoDash=function(){try{var t=i();return o(t.d0,t.d1,t.d2,t.d3,!1)}catch(n){try{return e+c()}catch(n){}}},t.isValidNumericalToken=function(t){return t&&t.toString().length<=11&&t.length>=9&&parseInt(t,10).toString().length<=11&&parseInt(t,10).toString().length>=9},t.isValidUUIDToken=function(t){return t&&32===t.toString().length&&/^[a-z0-9]+$/.test(t)},t.isValidFGUToken=function(t){return 0==t.indexOf(e)&&t.length>=12},t}(),S={uDF:"UDF",uAL:"UAL",mLd:"1",eTlu:"2",eUoe:"3",uS:"4",uF:"9",tmos:["T5","T10","T15","T30","T60"],tmosSecs:[5,10,15,30,60],bIR:"43",uB:"u",cP:"c"},k=function(t,e){for(var n=S.tmos,r=0;r<n.length;r++)if(t+n[r]===e)return!0;return!1};try{var D=T();try{D.id&&(_.isValidNumericalToken(D.id)||_.isValidUUIDToken(D.id)||_.isValidFGUToken(D.id))?window.ftr__ncd=!1:(D.id=_.safeGenerateNoDash(),window.ftr__ncd=!0),D.ts=window.ftr__startScriptLoad,y(D);for(var x="for"+"ter"+".co"+"m",A="ht"+"tps://c"+"dn9."+x,U="ht"+"tps://"+D.id+"-"+siteId+".cd"+"n."+x,F="http"+"s://cd"+"n3."+x,L=[A,U,F],E=0;E<L.length;E++)m(L[E]);var V=new Array(S.tmosSecs.length),I=function(t){for(var e=0;e<S.tmosSecs.length;e++)V[e]=setTimeout(r,1e3*S.tmosSecs[e],t+S.tmos[e])},b=function(){for(var t=0;t<S.tmosSecs.length;t++)clearTimeout(V[t])};k(S.uDF,D.ex)?i():(I(S.uDF),setTimeout(c,w,S.uDF))}catch(C){r(S.mLd)}}catch(C){}})()',document.body.appendChild(n)}},sift:function(e){var t=e.beacon_key,n=e.session_id,r=e.user_id,o=window._sift=window._sift||[];if(o.push(["_setAccount",t]),o.push(["_setUserId",r]),o.push(["_setSessionId",n]),o.push(["_trackPageview"]),!document.querySelector('[src="'+z+'"]')){var a=document.createElement("script");a.src=z,a.async=!0,document.body.appendChild(a)}},stripe:function(){if(!document.querySelector('[src^="'+F+'"]')){var e=document.createElement("script");e.src=F,e.async=!0,document.body.appendChild(e)}}},P=function(){return(P=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},V=document.getElementById("wcpay-account-status-container");V&&s().render(c().createElement((function(e){var t,n,r,o=e.accountStatus;return o.error?React.createElement("div",null,(0,u.__)("Error determining the connection status.")):React.createElement("div",null,React.createElement("div",null,(t=o.status,n=(0,u.__)("Unknown","woocommerce-payments"),r="light","complete"===t?(n=(0,u.__)("Complete","woocommerce-payments"),r="primary"):"restricted_soon"===t?(n=(0,u.__)("Restricted soon","woocommerce-payments"),r="warning"):"restricted"===t?(n=(0,u.__)("Restricted","woocommerce-payments"),r="alert"):t.startsWith("rejected")&&(n=(0,u.__)("Rejected","woocommerce-payments"),r="light"),React.createElement(T,{message:n,type:r,isCompact:!0})),function(e){var t,n,r;return e?(n=(0,u.__)("Enabled","woocommerce-payments"),r=React.createElement(D(),{size:18}),t="account-status__info__green"):(n=(0,u.__)("Disabled","woocommerce-payments"),r=React.createElement(R(),{size:18}),t="account-status__info__red"),React.createElement("span",{className:"account-status__info"},(0,u.__)("Payments:","woocommerce-payments"),React.createElement("span",{className:t},r,n))}(o.paymentsEnabled),function(e){var t,n="account-status__info__green",r=React.createElement(D(),{size:18});return"disabled"===e?(t=(0,u.__)("Disabled","woocommerce-payments"),n="account-status__info__red",r=React.createElement(R(),{size:18})):"daily"===e?t=(0,u.__)("Daily","woocommerce-payments"):"weekly"===e?t=(0,u.__)("Weekly","woocommerce-payments"):"monthly"===e?t=(0,u.__)("Monthly","woocommerce-payments"):"manual"===e?(t=S((0,u.__)("Temporarily suspended (<a>learn more</a>)","woocommerce-payments"),{a:React.createElement("a",{href:"https://docs.woocommerce.com/document/payments/faq/deposits-suspended/",target:"_blank",rel:"noopener noreferrer"})}),n="account-status__info__yellow",r=React.createElement(R(),{size:18})):t=(0,u.__)("Unknown","woocommerce-payments"),React.createElement("span",{className:"account-status__info"},(0,u.__)("Deposits:","woocommerce-payments"),React.createElement("span",{className:n},r,t))}(o.depositsStatus)),function(e){var t=e.status,n=e.currentDeadline,r=e.pastDue,o=e.accountLink;if("complete"===t)return"";var a="";return"restricted_soon"===t?a=S((0,u.sprintf)((0,u.__)("To avoid disrupting deposits, <a>update this account</a> by %s with more information about the business.","woocommerce-payments"),(0,m.dateI18n)("ga M j, Y",d()(1e3*n).toISOString())),{a:React.createElement("a",{href:o})}):"restricted"===t&&r?a=S((0,u.__)("Payments and deposits are disabled for this account until missing business information is updated. <a>Update now</a>","woocommerce-payments"),{a:React.createElement("a",{href:o})}):"restricted"===t?a=(0,u.__)("Payments and deposits are disabled for this account until business information is verified by the payment processor.","woocommerce-payments"):"rejected.fraud"===t?a=(0,u.__)("This account has been rejected because of suspected fraudulent activity.","woocommerce-payments"):"rejected.terms_of_service"===t?a=(0,u.__)("This account has been rejected due to a Terms of Service violation.","woocommerce-payments"):t.startsWith("rejected")&&(a=(0,u.__)("This account has been rejected.","woocommerce-payments")),a?React.createElement("div",{className:"account-status__desc"},a):null}(o))}),P({},wcpayAdminSettings)),V);var $=document.getElementById("wcpay-account-fees-container");$&&s().render(c().createElement((function(e){var t=e.accountFees,n=t.base,r=n,o=(0,u.sprintf)((0,u.__)("%1$.1f%% + %2$s per transaction","woocommerce-payments"),100*r.percentage_rate,N(r.fixed_rate,n.currency));if(t.discount.length){var a=void 0,c=void 0;(r=t.discount[0]).discount?(a=n.percentage_rate*(1-r.discount),c=n.fixed_rate*(1-r.discount)):(a=r.percentage_rate,c=r.fixed_rate);var i=(0,u.sprintf)((0,u.__)("<s>%1$s</s> %2$.1f%% + %3$s per transaction","woocommerce-payments"),o,100*a,N(c,n.currency));r.discount&&(i+=" "+(0,u.sprintf)((0,u.__)("(%1$d%% discount)","woocommerce-payments"),100*r.discount)),o=S(i,{s:React.createElement("s",null)})}return React.createElement(React.Fragment,null,React.createElement("p",null,o),React.createElement(U,{feeData:r}),React.createElement(B,{feeData:r}),React.createElement("p",null,React.createElement("a",{href:t.discount.length?"https://woocommerce.com/terms-conditions/woocommerce-payments-promotion/":"https://docs.woocommerce.com/document/payments/faq/fees/",target:"_blank",rel:"noopener noreferrer"},(0,u.__)("Learn more","woocommerce-payments"))))}),P({},wcpayAdminSettings)),$);var G=document.querySelector("form#mainform"),W=document.getElementById("woocommerce_woocommerce_payments_manual_capture");if(G&&W&&!W.checked&&G.addEventListener("submit",(function(e){W.checked&&(confirm((0,u.__)("When manual capture is enabled, charges must be captured within 7 days of authorization, otherwise the authorization and order will be canceled. Are you sure you want to enable it?","woocommerce-payments"))||e.preventDefault())})),window.addEventListener("load",(function(){!function(e){for(var t in e){var n=M[t];n&&e[t]&&n(e[t])}}(wcpayAdminSettings.fraudServices)})),wcpayAdminSettings.paymentRequestEnabled){var Q=function(e,t){for(;(e=e.parentElement)&&!(e.matches||e.matchesSelector).call(e,t););return e},Y=function(e,t){(e instanceof Element||e instanceof HTMLElement)&&(e.style.display=t?"":"none")},H=document.getElementById("woocommerce_woocommerce_payments_payment_request"),J=document.getElementById("woocommerce_woocommerce_payments_payment_request_button_type");H.addEventListener("change",(function(){var e=["woocommerce_woocommerce_payments_payment_request_button_theme","woocommerce_woocommerce_payments_payment_request_button_type","woocommerce_woocommerce_payments_payment_request_button_height"];H.checked?e.forEach((function(e){Y(Q(document.getElementById(e),"tr"),!0)})):e.forEach((function(e){Y(Q(document.getElementById(e),"tr"),!1)})),J.dispatchEvent(new Event("change"))})),J.addEventListener("change",(function(){"custom"===J.value&&H.checked?Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_label"),"tr"),!0):Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_label"),"tr"),!1),"branded"===J.value&&H.checked?Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_branded_type"),"tr"),!0):Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_branded_type"),"tr"),!1)})),H.dispatchEvent(new Event("change")),J.dispatchEvent(new Event("change"))}}()}();
1
+ !function(){"use strict";var e={836:function(e,t,n){var r=Object.assign||function(e){for(var t,n=1;n<arguments.length;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,n=void 0===t?24:t,o=e.onClick,c=(e.icon,e.className),i=function(e,t){var n={};for(var r in e)0<=t.indexOf(r)||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["size","onClick","icon","className"]),s=["gridicon","gridicons-checkmark-circle",c,!1,!1,!1].filter(Boolean).join(" ");return a.default.createElement("svg",r({className:s,height:n,width:n,onClick:o},i,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),a.default.createElement("g",null,a.default.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})))};var o,a=(o=n(804))&&o.__esModule?o:{default:o};e.exports=t.default},489:function(e,t,n){var r=Object.assign||function(e){for(var t,n=1;n<arguments.length;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,n=e.size,o=void 0===n?24:n,c=e.onClick,i=(e.icon,e.className),s=function(e,t){var n={};for(var r in e)0<=t.indexOf(r)||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["size","onClick","icon","className"]),u=["gridicon","gridicons-notice",i,(t=o,!(0!=t%18)&&"needs-offset"),!1,!1].filter(Boolean).join(" ");return a.default.createElement("svg",r({className:u,height:o,width:o,onClick:c},s,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),a.default.createElement("g",null,a.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"})))};var o,a=(o=n(804))&&o.__esModule?o:{default:o};e.exports=t.default},804:function(e){e.exports=window.React}},t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{}};return e[r](o,o.exports,n),o.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e,t,r,o,a=n(804),c=n.n(a),i=window.ReactDOM,s=n.n(i),u=window.wp.i18n,m=window.wp.date,l=window.moment,d=n.n(l);function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function p(e,t){if(e){if("string"==typeof e)return f(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(e,t):void 0}}function _(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var c,i=e[Symbol.iterator]();!(r=(c=i.next()).done)&&(n.push(c.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==i.return||i.return()}finally{if(o)throw a}}return n}}(e,t)||p(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(e){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function v(e){return function(e){if(Array.isArray(e))return f(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||p(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var h=/<(\/)?(\w+)\s*(\/)?>/g;function w(e,t,n,r,o){return{element:e,tokenStart:t,tokenLength:n,prevOffset:r,leadingTextStart:o,children:[]}}function g(n){var c=function(){var t=h.exec(e);if(null===t)return["no-more-tokens"];var n=t.index,r=_(t,4),o=r[0],a=r[1],c=r[2],i=r[3],s=o.length;return i?["self-closed",c,n,s]:a?["closer",c,n,s]:["opener",c,n,s]}(),i=_(c,4),s=i[0],u=i[1],m=i[2],l=i[3],d=o.length,f=m>t?t:null;if(!n[u])return b(),!1;switch(s){case"no-more-tokens":if(0!==d){var p=o.pop(),y=p.leadingTextStart,g=p.tokenStart;r.push(e.substr(y,g))}return b(),!1;case"self-closed":return 0===d?(null!==f&&r.push(e.substr(f,m-f)),r.push(n[u]),t=m+l,!0):(E(new w(n[u],m,l)),t=m+l,!0);case"opener":return o.push(new w(n[u],m,l,m+l,f)),t=m+l,!0;case"closer":if(1===d)return function(t){var n=o.pop(),c=n.element,i=n.leadingTextStart,s=n.prevOffset,u=n.tokenStart,m=n.children,l=t?e.substr(s,t-s):e.substr(s);l&&m.push(l),null!==i&&r.push(e.substr(i,u-i)),r.push(a.cloneElement.apply(void 0,[c,null].concat(v(m))))}(m),t=m+l,!0;var S=o.pop(),k=e.substr(S.prevOffset,m-S.prevOffset);S.children.push(k),S.prevOffset=m+l;var D=new w(S.element,S.tokenStart,S.tokenLength,m+l);return D.children=S.children,E(D),t=m+l,!0;default:return b(),!1}}function b(){var n=e.length-t;0!==n&&r.push(e.substr(t,n))}function E(t){var n=t.element,r=t.tokenStart,c=t.tokenLength,i=t.prevOffset,s=t.children,u=o[o.length-1],m=e.substr(u.prevOffset,r-u.prevOffset);m&&u.children.push(m),u.children.push(a.cloneElement.apply(void 0,[n,null].concat(v(s)))),u.prevOffset=i||r+c}var S=function(n,c){if(e=n,t=0,r=[],o=[],h.lastIndex=0,!function(e){var t="object"===y(e),n=t&&Object.values(e);return t&&n.length&&n.every((function(e){return(0,a.isValidElement)(e)}))}(c))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(g(c));return a.createElement.apply(void 0,[a.Fragment,null].concat(v(r)))},k=n(836),D=n.n(k),x=n(489),R=n.n(x),j=["primary","light","warning","alert"],T=function(e){var t=e.message,n=e.type,r=e.isCompact,o=["chip","chip-"+(j.find((function(e){return e===n}))||"primary"),r?"is-compact":""];return React.createElement("span",{className:o.join(" ").trim()},t)},O=function(e){var t=e.progressLabel,n=e.totalLabel,r=e.progress,o=.5<r;return React.createElement("div",{className:"progressbar"},React.createElement("div",{className:"progressbar__container"},React.createElement("div",{className:"progressbar__inner",style:{width:100*r+"%"}},o&&React.createElement("span",{className:"progressbar__inner-progress-label"},t)),!o&&React.createElement("span",{className:"progressbar__outer-progress-label"},t)),React.createElement("span",{className:"progressbar__total-label"},n))},I=window.wc.currency,A=n.n(I),L=window.lodash,C=(0,I.getCurrencyData)(),N=function(e,t){void 0===t&&(t="USD");var n=function(e){return wcpaySettings.zeroDecimalCurrencies.includes(e.toLowerCase())}(t);n||(e/=100);var r=function(e){var t=(0,L.find)(C,{code:e.toUpperCase()});return t?new(A())(t):null}(t);if(null===r)return q(e,t,n);try{return"function"==typeof r.formatAmount?r.formatAmount(e):r.formatCurrency(e)}catch(r){return q(e,t,n)}};function q(e,t,n){return(0,u.sprintf)(n?"%s %i":"%s %.2f",t.toUpperCase(),e)}var U=function(e){var t=e.feeData,n=t.volume_allowance,r=t.current_volume;return n?React.createElement(O,{progressLabel:N(r),totalLabel:N(n),progress:r/n}):null},B=function(e){var t,n=e.feeData,r=n.volume_allowance,o=n.end_time;if(r&&o)t=(0,u.sprintf)((0,u.__)("Discounted base fee expires after the first %1$s of total payment volume or on %2$s.","woocommerce-payments"),N(r),(0,m.dateI18n)("F j, Y",d()(o).toISOString()));else if(r)t=(0,u.sprintf)((0,u.__)("Discounted base fee expires after the first %1$s of total payment volume.","woocommerce-payments"),N(r));else{if(!o)return null;t=(0,u.sprintf)((0,u.__)("Discounted base fee expires on %1$s.","woocommerce-payments"),(0,m.dateI18n)("F j, Y",d()(o).toISOString()))}return React.createElement("p",{className:"description"},t)},z="https://cdn.sift.com/s.js",F="https://js.stripe.com/v3",M={forter:function(e){var t=e.site_id;if(!document.querySelector('script[id="'+t+'"]')){var n=document.createElement("script");n.id=t,n.textContent="(function () {var eu = 'g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv';var siteId = \""+t+'";function t(t,e){for(var n=t.split(""),r=0;r<n.length;++r)n[r]=String.fromCharCode(n[r].charCodeAt(0)+e);return n.join("")}function e(e){return t(e,-v).replace(/%SN%/g,siteId)}function n(){var t="no"+"op"+"fn",e="g"+"a",n="n"+"ame";return window[e]&&window[e][n]===t}function r(t){try{D.ex=t,n()&&D.ex.indexOf(S.uB)===-1&&(D.ex+=S.uB),y(D)}catch(e){}}function o(t,e,n,r){function o(e){try{e.blockedURI===t&&(r(!0),i=!0,document.removeEventListener("securitypolicyviolation",o))}catch(n){document.removeEventListener("securitypolicyviolation",o)}}var i=!1;t="https://"+t,document.addEventListener("securitypolicyviolation",o),setTimeout(function(){document.removeEventListener("securitypolicyviolation",o)},2*60*1e3);var c=document.createElement("script");c.onerror=function(){if(!i)try{r(!1),i=!0}catch(t){}},c.onload=n,c.type="text/javascript",c.id="ftr__script",c.async=!0,c.src=t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(c,a)}function i(){I(S.uAL),setTimeout(c,w,S.uAL)}function c(t){try{var e=t===S.uDF?h:p,n=function(){try{b(),r(t+S.uS)}catch(e){}},c=function(e){try{b(),D.td=1*new Date-D.ts,r(e?t+S.uF+S.cP:t+S.uF),t===S.uDF&&i()}catch(n){r(S.eUoe)}};o(e,void 0,n,c)}catch(a){r(t+S.eTlu)}}var a={write:function(t,e,n,r){void 0===r&&(r=!0);var o,i;if(n?(o=new Date,o.setTime(o.getTime()+24*n*60*60*1e3),i="; expires="+o.toGMTString()):i="",!r)return void(document.cookie=escape(t)+"="+escape(e)+i+"; path=/");var c,a,u;if(u=location.host,1===u.split(".").length)document.cookie=escape(t)+"="+escape(e)+i+"; path=/";else{a=u.split("."),a.shift(),c="."+a.join("."),document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c;var d=this.read(t);null!=d&&d==e||(c="."+u,document.cookie=escape(t)+"="+escape(e)+i+"; path=/; domain="+c)}},read:function(t){var e=null;try{for(var n=escape(t)+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "==i.charAt(0);)i=i.substring(1,i.length);0===i.indexOf(n)&&(e=unescape(i.substring(n.length,i.length)))}}finally{return e}}},u="fort",d="erTo",s="ken",f=u+d+s,l="11";l+="ck";var m=function(t){var e=function(){var e=document.createElement("link");return e.setAttribute("rel","pre"+"con"+"nect"),e.setAttribute("cros"+"sori"+"gin","anonymous"),e.onload=function(){document.head.removeChild(e)},e.onerror=function(t){document.head.removeChild(e)},e.setAttribute("href",t),document.head.appendChild(e),e};if(document.head){var n=e();setTimeout(function(){document.head.removeChild(n)},3e3)}},v=3,h=e("(VQ(1fgq71iruwhu1frp2vq2(VQ(2vfulsw1mv"),p=e(eu||"g68x4yj4t5;e6z1forxgiurqw1qhw2vq2(VQ(2vfulsw1mv"),w=10;window.ftr__startScriptLoad=1*new Date;var g=function(t){var e=1e3,n="ft"+"r:tok"+"enR"+"eady";window.ftr__tt&&clearTimeout(window.ftr__tt),window.ftr__tt=setTimeout(function(){try{delete window.ftr__tt,t+="_tt";var e=document.createEvent("Event");e.initEvent(n,!1,!1),e.detail=t,document.dispatchEvent(e)}catch(r){}},e)},y=function(t){var e=function(t){return t||""},n=e(t.id)+"_"+e(t.ts)+"_"+e(t.td)+"_"+e(t.ex)+"_"+e(l);a.write(f,n,1825,!0),g(n)},T=function(){var t=a.read(f)||"",e=t.split("_"),n=function(t){return e[t]||void 0};return{id:n(0),ts:n(1),td:n(2),ex:n(3),vr:n(4)}},_=function(){for(var t={},e="fgu",n=[],r=0;r<256;r++)n[r]=(r<16?"0":"")+r.toString(16);var o=function(t,e,r,o,i){var c=i?"-":"";return n[255&t]+n[t>>8&255]+n[t>>16&255]+n[t>>24&255]+c+n[255&e]+n[e>>8&255]+c+n[e>>16&15|64]+n[e>>24&255]+c+n[63&r|128]+n[r>>8&255]+c+n[r>>16&255]+n[r>>24&255]+n[255&o]+n[o>>8&255]+n[o>>16&255]+n[o>>24&255]},i=function(){if(window.Uint32Array&&window.crypto&&window.crypto.getRandomValues){var t=new window.Uint32Array(4);return window.crypto.getRandomValues(t),{d0:t[0],d1:t[1],d2:t[2],d3:t[3]}}return{d0:4294967296*Math.random()>>>0,d1:4294967296*Math.random()>>>0,d2:4294967296*Math.random()>>>0,d3:4294967296*Math.random()>>>0}},c=function(){var t="",e=function(t,e){for(var n="",r=t;r>0;--r)n+=e.charAt(1e3*Math.random()%e.length);return n};return t+=e(2,"0123456789"),t+=e(1,"123456789"),t+=e(8,"0123456789")};return t.safeGenerateNoDash=function(){try{var t=i();return o(t.d0,t.d1,t.d2,t.d3,!1)}catch(n){try{return e+c()}catch(n){}}},t.isValidNumericalToken=function(t){return t&&t.toString().length<=11&&t.length>=9&&parseInt(t,10).toString().length<=11&&parseInt(t,10).toString().length>=9},t.isValidUUIDToken=function(t){return t&&32===t.toString().length&&/^[a-z0-9]+$/.test(t)},t.isValidFGUToken=function(t){return 0==t.indexOf(e)&&t.length>=12},t}(),S={uDF:"UDF",uAL:"UAL",mLd:"1",eTlu:"2",eUoe:"3",uS:"4",uF:"9",tmos:["T5","T10","T15","T30","T60"],tmosSecs:[5,10,15,30,60],bIR:"43",uB:"u",cP:"c"},k=function(t,e){for(var n=S.tmos,r=0;r<n.length;r++)if(t+n[r]===e)return!0;return!1};try{var D=T();try{D.id&&(_.isValidNumericalToken(D.id)||_.isValidUUIDToken(D.id)||_.isValidFGUToken(D.id))?window.ftr__ncd=!1:(D.id=_.safeGenerateNoDash(),window.ftr__ncd=!0),D.ts=window.ftr__startScriptLoad,y(D);for(var x="for"+"ter"+".co"+"m",A="ht"+"tps://c"+"dn9."+x,U="ht"+"tps://"+D.id+"-"+siteId+".cd"+"n."+x,F="http"+"s://cd"+"n3."+x,L=[A,U,F],E=0;E<L.length;E++)m(L[E]);var V=new Array(S.tmosSecs.length),I=function(t){for(var e=0;e<S.tmosSecs.length;e++)V[e]=setTimeout(r,1e3*S.tmosSecs[e],t+S.tmos[e])},b=function(){for(var t=0;t<S.tmosSecs.length;t++)clearTimeout(V[t])};k(S.uDF,D.ex)?i():(I(S.uDF),setTimeout(c,w,S.uDF))}catch(C){r(S.mLd)}}catch(C){}})()',document.body.appendChild(n)}},sift:function(e){var t=e.beacon_key,n=e.session_id,r=e.user_id,o=window._sift=window._sift||[];if(o.push(["_setAccount",t]),o.push(["_setUserId",r]),o.push(["_setSessionId",n]),o.push(["_trackPageview"]),!document.querySelector('[src="'+z+'"]')){var a=document.createElement("script");a.src=z,a.async=!0,document.body.appendChild(a)}},stripe:function(){if(!document.querySelector('[src^="'+F+'"]')){var e=document.createElement("script");e.src=F,e.async=!0,document.body.appendChild(e)}}},P=function(){return(P=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},V=document.getElementById("wcpay-account-status-container");V&&s().render(c().createElement((function(e){var t,n,r,o=e.accountStatus;return o.error?React.createElement("div",null,(0,u.__)("Error determining the connection status.")):React.createElement("div",null,React.createElement("div",null,(t=o.status,n=(0,u.__)("Unknown","woocommerce-payments"),r="light","complete"===t?(n=(0,u.__)("Complete","woocommerce-payments"),r="primary"):"restricted_soon"===t?(n=(0,u.__)("Restricted soon","woocommerce-payments"),r="warning"):"restricted"===t?(n=(0,u.__)("Restricted","woocommerce-payments"),r="alert"):t.startsWith("rejected")&&(n=(0,u.__)("Rejected","woocommerce-payments"),r="light"),React.createElement(T,{message:n,type:r,isCompact:!0})),function(e){var t,n,r;return e?(n=(0,u.__)("Enabled","woocommerce-payments"),r=React.createElement(D(),{size:18}),t="account-status__info__green"):(n=(0,u.__)("Disabled","woocommerce-payments"),r=React.createElement(R(),{size:18}),t="account-status__info__red"),React.createElement("span",{className:"account-status__info"},(0,u.__)("Payments:","woocommerce-payments"),React.createElement("span",{className:t},r,n))}(o.paymentsEnabled),function(e){var t,n="account-status__info__green",r=React.createElement(D(),{size:18});return"disabled"===e?(t=(0,u.__)("Disabled","woocommerce-payments"),n="account-status__info__red",r=React.createElement(R(),{size:18})):"daily"===e?t=(0,u.__)("Daily","woocommerce-payments"):"weekly"===e?t=(0,u.__)("Weekly","woocommerce-payments"):"monthly"===e?t=(0,u.__)("Monthly","woocommerce-payments"):"manual"===e?(t=S((0,u.__)("Temporarily suspended (<a>learn more</a>)","woocommerce-payments"),{a:React.createElement("a",{href:"https://docs.woocommerce.com/document/payments/faq/deposits-suspended/",target:"_blank",rel:"noopener noreferrer"})}),n="account-status__info__yellow",r=React.createElement(R(),{size:18})):t=(0,u.__)("Unknown","woocommerce-payments"),React.createElement("span",{className:"account-status__info"},(0,u.__)("Deposits:","woocommerce-payments"),React.createElement("span",{className:n},r,t))}(o.depositsStatus)),function(e){var t=e.status,n=e.currentDeadline,r=e.pastDue,o=e.accountLink;if("complete"===t)return"";var a="";return"restricted_soon"===t?a=S((0,u.sprintf)((0,u.__)("To avoid disrupting deposits, <a>update this account</a> by %s with more information about the business.","woocommerce-payments"),(0,m.dateI18n)("ga M j, Y",d()(1e3*n).toISOString())),{a:React.createElement("a",{href:o})}):"restricted"===t&&r?a=S((0,u.__)("Payments and deposits are disabled for this account until missing business information is updated. <a>Update now</a>","woocommerce-payments"),{a:React.createElement("a",{href:o})}):"restricted"===t?a=(0,u.__)("Payments and deposits are disabled for this account until business information is verified by the payment processor.","woocommerce-payments"):"rejected.fraud"===t?a=(0,u.__)("This account has been rejected because of suspected fraudulent activity.","woocommerce-payments"):"rejected.terms_of_service"===t?a=(0,u.__)("This account has been rejected due to a Terms of Service violation.","woocommerce-payments"):t.startsWith("rejected")&&(a=(0,u.__)("This account has been rejected.","woocommerce-payments")),a?React.createElement("div",{className:"account-status__desc"},a):null}(o))}),P({},wcpayAdminSettings)),V);var $=document.getElementById("wcpay-account-fees-container");$&&s().render(c().createElement((function(e){var t=e.accountFees,n=t.base,r=n,o=(0,u.sprintf)((0,u.__)("%1$.1f%% + %2$s per transaction","woocommerce-payments"),100*r.percentage_rate,N(r.fixed_rate,n.currency));if(t.discount.length){var a=void 0,c=void 0;(r=t.discount[0]).discount?(a=n.percentage_rate*(1-r.discount),c=n.fixed_rate*(1-r.discount)):(a=r.percentage_rate,c=r.fixed_rate);var i=(0,u.sprintf)((0,u.__)("<s>%1$s</s> %2$.1f%% + %3$s per transaction","woocommerce-payments"),o,100*a,N(c,n.currency));r.discount&&(i+=" "+(0,u.sprintf)((0,u.__)("(%1$d%% discount)","woocommerce-payments"),100*r.discount)),o=S(i,{s:React.createElement("s",null)})}return React.createElement(React.Fragment,null,React.createElement("p",null,o),React.createElement(U,{feeData:r}),React.createElement(B,{feeData:r}),React.createElement("p",null,React.createElement("a",{href:t.discount.length?"https://woocommerce.com/terms-conditions/woocommerce-payments-promotion/":"https://docs.woocommerce.com/document/payments/faq/fees/",target:"_blank",rel:"noopener noreferrer"},(0,u.__)("Learn more","woocommerce-payments"))))}),P({},wcpayAdminSettings)),$);var G=document.querySelector("form#mainform"),W=document.getElementById("woocommerce_woocommerce_payments_manual_capture");if(G&&W&&!W.checked&&G.addEventListener("submit",(function(e){W.checked&&(confirm((0,u.__)("When manual capture is enabled, charges must be captured within 7 days of authorization, otherwise the authorization and order will be canceled. Are you sure you want to enable it?","woocommerce-payments"))||e.preventDefault())})),window.addEventListener("load",(function(){!function(e){for(var t in e){var n=M[t];n&&e[t]&&n(e[t])}}(wcpayAdminSettings.fraudServices)})),wcpayAdminSettings.paymentRequestAvailable){var Q=function(e,t){for(;(e=e.parentElement)&&!(e.matches||e.matchesSelector).call(e,t););return e},Y=function(e,t){(e instanceof Element||e instanceof HTMLElement)&&(e.style.display=t?"":"none")},H=document.getElementById("woocommerce_woocommerce_payments_payment_request"),J=document.getElementById("woocommerce_woocommerce_payments_payment_request_button_type");H.addEventListener("change",(function(){var e=["woocommerce_woocommerce_payments_payment_request_button_theme","woocommerce_woocommerce_payments_payment_request_button_type","woocommerce_woocommerce_payments_payment_request_button_height"];H.checked?e.forEach((function(e){Y(Q(document.getElementById(e),"tr"),!0)})):e.forEach((function(e){Y(Q(document.getElementById(e),"tr"),!1)})),J.dispatchEvent(new Event("change"))})),J.addEventListener("change",(function(){"custom"===J.value&&H.checked?Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_label"),"tr"),!0):Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_label"),"tr"),!1),"branded"===J.value&&H.checked?Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_branded_type"),"tr"),!0):Y(Q(document.getElementById("woocommerce_woocommerce_payments_payment_request_button_branded_type"),"tr"),!1)})),H.dispatchEvent(new Event("change")),J.dispatchEvent(new Event("change"))}}()}();
includes/admin/class-wc-payments-admin.php CHANGED
@@ -76,6 +76,13 @@ class WC_Payments_Admin {
76
  );
77
 
78
  if ( $should_render_full_menu ) {
 
 
 
 
 
 
 
79
  wc_admin_register_page(
80
  [
81
  'id' => 'wc-payments-deposits',
@@ -115,6 +122,26 @@ class WC_Payments_Admin {
115
  ]
116
  );
117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  wc_admin_connect_page(
119
  [
120
  'id' => 'woocommerce-settings-payments-woocommerce-payments',
@@ -260,11 +287,11 @@ class WC_Payments_Admin {
260
  'WCPAY_ADMIN_SETTINGS',
261
  'wcpayAdminSettings',
262
  [
263
- 'accountStatus' => $this->account->get_account_status_data(),
264
- 'accountFees' => $this->account->get_fees(),
265
- 'fraudServices' => $this->account->get_fraud_services_config(),
266
- // TODO: Remove this line ahead of Apple Pay release.
267
- 'paymentRequestEnabled' => 'yes' === get_option( '_wcpay_feature_payment_request' ),
268
  ]
269
  );
270
 
@@ -355,6 +382,7 @@ class WC_Payments_Admin {
355
  return [
356
  'paymentTimeline' => self::version_compare( WC_ADMIN_VERSION_NUMBER, '1.4.0', '>=' ),
357
  'customSearch' => self::version_compare( WC_ADMIN_VERSION_NUMBER, '1.3.0', '>=' ),
 
358
  ];
359
  }
360
 
@@ -401,4 +429,13 @@ class WC_Payments_Admin {
401
 
402
  return ! $agreement['is_current_version'];
403
  }
 
 
 
 
 
 
 
 
 
404
  }
76
  );
77
 
78
  if ( $should_render_full_menu ) {
79
+
80
+ /**
81
+ * Please note that if any other page is registered first and it's
82
+ * path is different from the $top_level_link it will make
83
+ * wc_admin_register_page to duplicate "Payments" menu item as a
84
+ * first item in the sub-menu.
85
+ */
86
  wc_admin_register_page(
87
  [
88
  'id' => 'wc-payments-deposits',
122
  ]
123
  );
124
 
125
+ if ( self::is_account_overview_page_enabled() ) {
126
+ /**
127
+ * Once page is fully implemented it should become the main
128
+ * entry page and implement a proper adjustment of
129
+ * $top_level_link if needed to avoid menu item duplication.
130
+ */
131
+ wc_admin_register_page(
132
+ [
133
+ 'id' => 'wc-payments-overview',
134
+ 'title' => __( 'Overview', 'woocommerce-payments' ),
135
+ 'parent' => 'wc-payments',
136
+ 'path' => '/payments/overview/',
137
+ 'nav_args' => [
138
+ 'parent' => 'wc-payments',
139
+ 'order' => 5,
140
+ ],
141
+ ]
142
+ );
143
+ }
144
+
145
  wc_admin_connect_page(
146
  [
147
  'id' => 'woocommerce-settings-payments-woocommerce-payments',
287
  'WCPAY_ADMIN_SETTINGS',
288
  'wcpayAdminSettings',
289
  [
290
+ 'accountStatus' => $this->account->get_account_status_data(),
291
+ 'accountFees' => $this->account->get_fees(),
292
+ 'fraudServices' => $this->account->get_fraud_services_config(),
293
+ // TODO: Remove this line ahead of releasing Apple Pay for all merchants.
294
+ 'paymentRequestAvailable' => WC_Payments::should_payment_request_be_available(),
295
  ]
296
  );
297
 
382
  return [
383
  'paymentTimeline' => self::version_compare( WC_ADMIN_VERSION_NUMBER, '1.4.0', '>=' ),
384
  'customSearch' => self::version_compare( WC_ADMIN_VERSION_NUMBER, '1.3.0', '>=' ),
385
+ 'accountOverview' => self::is_account_overview_page_enabled(),
386
  ];
387
  }
388
 
429
 
430
  return ! $agreement['is_current_version'];
431
  }
432
+
433
+ /**
434
+ * Checks whether Account Overview page is enabled
435
+ *
436
+ * @return bool
437
+ */
438
+ private static function is_account_overview_page_enabled() {
439
+ return get_option( '_wcpay_feature_account_overview' );
440
+ }
441
  }
includes/admin/class-wc-rest-payments-accounts-controller.php ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Class WC_REST_Payments_Accounts_Controller
4
+ *
5
+ * @package WooCommerce\Payments\Admin
6
+ */
7
+
8
+ defined( 'ABSPATH' ) || exit;
9
+
10
+ /**
11
+ * REST controller for account details and status.
12
+ */
13
+ class WC_REST_Payments_Accounts_Controller extends WC_Payments_REST_Controller {
14
+
15
+ /**
16
+ * Endpoint path.
17
+ *
18
+ * @var string
19
+ */
20
+ protected $rest_base = 'payments/accounts';
21
+
22
+ /**
23
+ * Configure REST API routes.
24
+ */
25
+ public function register_routes() {
26
+ register_rest_route(
27
+ $this->namespace,
28
+ '/payments/accounts',
29
+ [
30
+ 'methods' => WP_REST_Server::READABLE,
31
+ 'callback' => [ $this, 'get_account_data' ],
32
+ 'permission_callback' => [ $this, 'check_permission' ],
33
+ ]
34
+ );
35
+ }
36
+
37
+ /**
38
+ * Get accounts details via API.
39
+ *
40
+ * @param WP_REST_Request $request Full data about the request.
41
+ */
42
+ public function get_account_data( $request ) {
43
+ return $this->forward_request( 'get_account_data', [ $request ] );
44
+ }
45
+ }
includes/admin/class-wc-rest-payments-deposits-controller.php CHANGED
@@ -60,9 +60,11 @@ class WC_REST_Payments_Deposits_Controller extends WC_Payments_REST_Controller {
60
  * @param WP_REST_Request $request Full data about the request.
61
  */
62
  public function get_deposits( $request ) {
63
- $page = (int) $request->get_params()['page'];
64
- $page_size = (int) $request->get_params()['pagesize'];
65
- return $this->forward_request( 'list_deposits', [ $page, $page_size ] );
 
 
66
  }
67
 
68
  /**
60
  * @param WP_REST_Request $request Full data about the request.
61
  */
62
  public function get_deposits( $request ) {
63
+ $page = (int) $request->get_param( 'page' );
64
+ $page_size = (int) $request->get_param( 'pagesize' );
65
+ $sort = $request->get_param( 'sort' );
66
+ $direction = $request->get_param( 'direction' );
67
+ return $this->forward_request( 'list_deposits', [ $page, $page_size, $sort, $direction ] );
68
  }
69
 
70
  /**
includes/class-wc-payment-gateway-wcpay.php CHANGED
@@ -167,13 +167,46 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
167
  ],
168
  ];
169
 
170
- // Feature flag.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  // TODO: Remove this check and inject contents of `$payment_request_fields` into `$this->form_fields`
172
- // after `saved_cards` ahead of Apple Pay release.
173
- if ( 'yes' === get_option( '_wcpay_feature_payment_request' ) ) {
174
- // Default values for Payment Request.
175
- $payment_request_default_settings = WC_Payments_Payment_Request_Button_Handler::get_default_settings();
176
- $payment_request_fields = [
177
  'payment_request' => [
178
  'title' => __( 'Payment Request Button', 'woocommerce-payments' ),
179
  'label' => sprintf(
@@ -185,7 +218,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
185
  ),
186
  'type' => 'checkbox',
187
  'description' => __( 'If enabled, users will be able to pay using Apple Pay or Chrome Payment Request if supported by the browser.', 'woocommerce-payments' ),
188
- 'default' => $payment_request_default_settings['payment_request'],
189
  'desc_tip' => true,
190
  ],
191
  'payment_request_button_type' => [
@@ -193,7 +226,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
193
  'label' => __( 'Button Type', 'woocommerce-payments' ),
194
  'type' => 'select',
195
  'description' => __( 'Select the button type you would like to show.', 'woocommerce-payments' ),
196
- 'default' => $payment_request_default_settings['payment_request_button_type'],
197
  'desc_tip' => true,
198
  'options' => [
199
  'default' => __( 'Default', 'woocommerce-payments' ),
@@ -208,7 +241,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
208
  'label' => __( 'Button Theme', 'woocommerce-payments' ),
209
  'type' => 'select',
210
  'description' => __( 'Select the button theme you would like to show.', 'woocommerce-payments' ),
211
- 'default' => $payment_request_default_settings['payment_request_button_theme'],
212
  'desc_tip' => true,
213
  'options' => [
214
  'dark' => __( 'Dark', 'woocommerce-payments' ),
@@ -221,7 +254,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
221
  'label' => __( 'Button Height', 'woocommerce-payments' ),
222
  'type' => 'text',
223
  'description' => __( 'Enter the height you would like the button to be in pixels. Width will always be 100%.', 'woocommerce-payments' ),
224
- 'default' => $payment_request_default_settings['payment_request_button_height'],
225
  'desc_tip' => true,
226
  ],
227
  'payment_request_button_label' => [
@@ -229,7 +262,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
229
  'label' => __( 'Button Label', 'woocommerce-payments' ),
230
  'type' => 'text',
231
  'description' => __( 'Enter the custom text you would like the button to have.', 'woocommerce-payments' ),
232
- 'default' => $payment_request_default_settings['payment_request_button_label'],
233
  'desc_tip' => true,
234
  ],
235
  'payment_request_button_branded_type' => [
@@ -237,7 +270,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
237
  'label' => __( 'Branded Button Label Format', 'woocommerce-payments' ),
238
  'type' => 'select',
239
  'description' => __( 'Select the branded button label format.', 'woocommerce-payments' ),
240
- 'default' => $payment_request_default_settings['payment_request_button_branded_type'],
241
  'desc_tip' => true,
242
  'options' => [
243
  'short' => __( 'Logo only', 'woocommerce-payments' ),
@@ -252,34 +285,6 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
252
  $payment_request_fields +
253
  array_slice( $this->form_fields, $fields_index, count( $this->form_fields ) - 1 );
254
  }
255
-
256
- // Load the settings.
257
- $this->init_settings();
258
-
259
- // If the setting to enable saved cards is enabled, then we should support tokenization and adding payment methods.
260
- if ( $this->is_saved_cards_enabled() ) {
261
- $this->supports = array_merge( $this->supports, [ 'tokenization', 'add_payment_method' ] );
262
- }
263
-
264
- add_filter( 'woocommerce_settings_api_sanitized_fields_' . $this->id, [ $this, 'sanitize_plugin_settings' ] );
265
- add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, [ $this, 'process_admin_options' ] );
266
- add_action( 'admin_notices', [ $this, 'display_errors' ], 9999 );
267
- add_action( 'woocommerce_woocommerce_payments_admin_notices', [ $this, 'display_test_mode_notice' ] );
268
- add_action( 'woocommerce_order_actions', [ $this, 'add_order_actions' ] );
269
- add_action( 'woocommerce_order_action_capture_charge', [ $this, 'capture_charge' ] );
270
- add_action( 'woocommerce_order_action_cancel_authorization', [ $this, 'cancel_authorization' ] );
271
-
272
- add_action( 'wp_ajax_update_order_status', [ $this, 'update_order_status' ] );
273
- add_action( 'wp_ajax_nopriv_update_order_status', [ $this, 'update_order_status' ] );
274
-
275
- add_action( 'wp_enqueue_scripts', [ $this, 'register_scripts' ] );
276
- add_action( 'wp_ajax_create_setup_intent', [ $this, 'create_setup_intent_ajax' ] );
277
- add_action( 'wp_ajax_nopriv_create_setup_intent', [ $this, 'create_setup_intent_ajax' ] );
278
-
279
- add_action( 'woocommerce_update_order', [ $this, 'schedule_order_tracking' ], 10, 2 );
280
-
281
- // Update the current request logged_in cookie after a guest user is created to avoid nonce inconsistencies.
282
- add_action( 'set_logged_in_cookie', [ $this, 'set_cookie_on_current_request' ] );
283
  }
284
 
285
  /**
@@ -677,10 +682,13 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
677
  if ( ! $payment_needed && ! $save_payment_method ) {
678
  $order->payment_complete();
679
 
680
- if ( $is_changing_payment_method_for_subscription && $payment_information->is_using_saved_payment_method() ) {
681
- $token = $payment_information->get_payment_token();
682
- $this->add_token_to_order( $order, $token );
 
 
683
 
 
684
  $note = sprintf(
685
  WC_Payments_Utils::esc_interpolated_html(
686
  /* translators: %1: the last 4 digit of the credit card */
@@ -689,7 +697,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
689
  'strong' => '<strong>',
690
  ]
691
  ),
692
- $token->get_last4()
693
  );
694
  $order->add_order_note( $note );
695
  }
@@ -710,7 +718,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
710
  $payment_information->is_using_manual_capture(),
711
  $save_payment_method,
712
  $metadata,
713
- $this->get_level3_data_from_order( $order ),
714
  $payment_information->is_merchant_initiated()
715
  );
716
 
@@ -1248,7 +1256,7 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
1248
  $intent = $this->payments_api_client->capture_intention(
1249
  $order->get_transaction_id(),
1250
  WC_Payments_Utils::prepare_amount( $amount, $order->get_currency() ),
1251
- $this->get_level3_data_from_order( $order )
1252
  );
1253
 
1254
  $status = $intent->get_status();
@@ -1391,10 +1399,16 @@ class WC_Payment_Gateway_WCPay extends WC_Payment_Gateway_CC {
1391
  /**
1392
  * Create the level 3 data array to send to Stripe when making a purchase.
1393
  *
 
1394
  * @param WC_Order $order The order that is being paid for.
1395
  * @return array The level 3 data to send to Stripe.
1396
  */
1397
- public function get_level3_data_from_order( $order ) {
 
 
 
 
 
1398
  // Get the order items. Don't need their keys, only their values.
1399
  // Order item IDs are used as keys in the original order items array.
1400
  $order_items = array_values( $order->get_items( [ 'line_item', 'fee' ] ) );
167
  ],
168
  ];
169
 
170
+ // Load the settings.
171
+ $this->init_settings();
172
+
173
+ // If the setting to enable saved cards is enabled, then we should support tokenization and adding payment methods.
174
+ if ( $this->is_saved_cards_enabled() ) {
175
+ $this->supports = array_merge( $this->supports, [ 'tokenization', 'add_payment_method' ] );
176
+ }
177
+
178
+ // Add Payment Request form fields after WC initialization.
179
+ add_filter( 'init', [ $this, 'add_payment_request_form_fields' ] );
180
+
181
+ add_filter( 'woocommerce_settings_api_sanitized_fields_' . $this->id, [ $this, 'sanitize_plugin_settings' ] );
182
+ add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, [ $this, 'process_admin_options' ] );
183
+ add_action( 'admin_notices', [ $this, 'display_errors' ], 9999 );
184
+ add_action( 'woocommerce_woocommerce_payments_admin_notices', [ $this, 'display_test_mode_notice' ] );
185
+ add_action( 'woocommerce_order_actions', [ $this, 'add_order_actions' ] );
186
+ add_action( 'woocommerce_order_action_capture_charge', [ $this, 'capture_charge' ] );
187
+ add_action( 'woocommerce_order_action_cancel_authorization', [ $this, 'cancel_authorization' ] );
188
+
189
+ add_action( 'wp_ajax_update_order_status', [ $this, 'update_order_status' ] );
190
+ add_action( 'wp_ajax_nopriv_update_order_status', [ $this, 'update_order_status' ] );
191
+
192
+ add_action( 'wp_enqueue_scripts', [ $this, 'register_scripts' ] );
193
+ add_action( 'wp_ajax_create_setup_intent', [ $this, 'create_setup_intent_ajax' ] );
194
+ add_action( 'wp_ajax_nopriv_create_setup_intent', [ $this, 'create_setup_intent_ajax' ] );
195
+
196
+ add_action( 'woocommerce_update_order', [ $this, 'schedule_order_tracking' ], 10, 2 );
197
+
198
+ // Update the current request logged_in cookie after a guest user is created to avoid nonce inconsistencies.
199
+ add_action( 'set_logged_in_cookie', [ $this, 'set_cookie_on_current_request' ] );
200
+ }
201
+
202
+ /**
203
+ * Add Payment Request form fields.
204
+ */
205
+ public function add_payment_request_form_fields() {
206
  // TODO: Remove this check and inject contents of `$payment_request_fields` into `$this->form_fields`
207
+ // after `saved_cards` ahead of releasing Apple Pay for all merchants.
208
+ if ( WC_Payments::should_payment_request_be_available() ) {
209
+ $payment_request_fields = [
 
 
210
  'payment_request' => [
211
  'title' => __( 'Payment Request Button', 'woocommerce-payments' ),
212
  'label' => sprintf(
218
  ),
219
  'type' => 'checkbox',
220
  'description' => __( 'If enabled, users will be able to pay using Apple Pay or Chrome Payment Request if supported by the browser.', 'woocommerce-payments' ),
221
+ 'default' => empty( get_option( 'woocommerce_woocommerce_payments_settings' ) ) ? 'yes' : 'no', // Enable by default for new installations only.
222
  'desc_tip' => true,
223
  ],
224
  'payment_request_button_type' => [
226
  'label' => __( 'Button Type', 'woocommerce-payments' ),
227
  'type' => 'select',
228
  'description' => __( 'Select the button type you would like to show.', 'woocommerce-payments' ),
229
+ 'default' => 'buy',
230
  'desc_tip' => true,
231
  'options' => [
232
  'default' => __( 'Default', 'woocommerce-payments' ),
241
  'label' => __( 'Button Theme', 'woocommerce-payments' ),
242
  'type' => 'select',
243
  'description' => __( 'Select the button theme you would like to show.', 'woocommerce-payments' ),
244
+ 'default' => 'dark',
245
  'desc_tip' => true,
246
  'options' => [
247
  'dark' => __( 'Dark', 'woocommerce-payments' ),
254
  'label' => __( 'Button Height', 'woocommerce-payments' ),
255
  'type' => 'text',
256
  'description' => __( 'Enter the height you would like the button to be in pixels. Width will always be 100%.', 'woocommerce-payments' ),
257
+ 'default' => '44',
258
  'desc_tip' => true,
259
  ],
260
  'payment_request_button_label' => [
262
  'label' => __( 'Button Label', 'woocommerce-payments' ),
263
  'type' => 'text',
264
  'description' => __( 'Enter the custom text you would like the button to have.', 'woocommerce-payments' ),
265
+ 'default' => __( 'Buy now', 'woocommerce-payments' ),
266
  'desc_tip' => true,
267
  ],
268
  'payment_request_button_branded_type' => [
270
  'label' => __( 'Branded Button Label Format', 'woocommerce-payments' ),
271
  'type' => 'select',
272
  'description' => __( 'Select the branded button label format.', 'woocommerce-payments' ),
273
+ 'default' => 'long',
274
  'desc_tip' => true,
275
  'options' => [
276
  'short' => __( 'Logo only', 'woocommerce-payments' ),
285
  $payment_request_fields +
286
  array_slice( $this->form_fields, $fields_index, count( $this->form_fields ) - 1 );
287
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
  }
289
 
290
  /**
682
  if ( ! $payment_needed && ! $save_payment_method ) {
683
  $order->payment_complete();
684
 
685
+ if ( $payment_information->is_using_saved_payment_method() ) {
686
+ // We need to make sure the saved payment method is saved to the order so we can
687
+ // charge the payment method for a future payment.
688
+ $this->add_token_to_order( $order, $payment_information->get_payment_token() );
689
+ }
690
 
691
+ if ( $is_changing_payment_method_for_subscription && $payment_information->is_using_saved_payment_method() ) {
692
  $note = sprintf(
693
  WC_Payments_Utils::esc_interpolated_html(
694
  /* translators: %1: the last 4 digit of the credit card */
697
  'strong' => '<strong>',
698
  ]
699
  ),
700
+ $payment_information->get_payment_token()->get_last4()
701
  );
702
  $order->add_order_note( $note );
703
  }
718
  $payment_information->is_using_manual_capture(),
719
  $save_payment_method,
720
  $metadata,
721
+ $this->get_level3_data_from_order( $this->account->get_account_country(), $order ),
722
  $payment_information->is_merchant_initiated()
723
  );
724
 
1256
  $intent = $this->payments_api_client->capture_intention(
1257
  $order->get_transaction_id(),
1258
  WC_Payments_Utils::prepare_amount( $amount, $order->get_currency() ),
1259
+ $this->get_level3_data_from_order( $this->account->get_account_country(), $order )
1260
  );
1261
 
1262
  $status = $intent->get_status();
1399
  /**
1400
  * Create the level 3 data array to send to Stripe when making a purchase.
1401
  *
1402
+ * @param string $merchant_country The merchant country.
1403
  * @param WC_Order $order The order that is being paid for.
1404
  * @return array The level 3 data to send to Stripe.
1405
  */
1406
+ public function get_level3_data_from_order( string $merchant_country, WC_Order $order ): array {
1407
+ // We do not need to send level3 data if merchant account country is non-US.
1408
+ if ( 'US' !== $merchant_country ) {
1409
+ return [];
1410
+ }
1411
+
1412
  // Get the order items. Don't need their keys, only their values.
1413
  // Order item IDs are used as keys in the original order items array.
1414
  $order_items = array_values( $order->get_items( [ 'line_item', 'fee' ] ) );
includes/class-wc-payments-account.php CHANGED
@@ -756,4 +756,14 @@ class WC_Payments_Account {
756
 
757
  return $wcpay_note_names;
758
  }
 
 
 
 
 
 
 
 
 
 
759
  }
756
 
757
  return $wcpay_note_names;
758
  }
759
+
760
+ /**
761
+ * Gets the account country.
762
+ *
763
+ * @return string Country.
764
+ */
765
+ public function get_account_country() {
766
+ $account = $this->get_cached_account_data();
767
+ return $account['country'] ?? 'US';
768
+ }
769
  }
includes/class-wc-payments-apple-pay-registration.php CHANGED
@@ -30,13 +30,6 @@ class WC_Payments_Apple_Pay_Registration {
30
  */
31
  private $payments_api_client;
32
 
33
- /**
34
- * The WCPay gateway object.
35
- *
36
- * @var WC_Payment_Gateway_WCPay
37
- */
38
- private $gateway;
39
-
40
  /**
41
  * The WCPay account object.
42
  *
@@ -45,11 +38,11 @@ class WC_Payments_Apple_Pay_Registration {
45
  private $account;
46
 
47
  /**
48
- * Gateway settings.
49
  *
50
- * @var array
51
  */
52
- private $gateway_settings;
53
 
54
  /**
55
  * Current domain name.
@@ -68,12 +61,32 @@ class WC_Payments_Apple_Pay_Registration {
68
  /**
69
  * Initialize class actions.
70
  *
71
- * @param WC_Payments_API_Client $payments_api_client WooCommerce Payments API client.
72
- * @param WC_Payment_Gateway_WCPay $gateway WooCommerce Payments gateway.
73
- * @param WC_Payments_Account $account WooCommerce Payments account.
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  */
75
- public function __construct( WC_Payments_API_Client $payments_api_client, WC_Payment_Gateway_WCPay $gateway, WC_Payments_Account $account ) {
76
- add_action( 'init', [ $this, 'add_domain_association_rewrite_rule' ] );
 
 
 
 
 
 
 
77
  add_action( 'admin_init', [ $this, 'verify_domain_on_domain_name_change' ] );
78
  add_filter( 'query_vars', [ $this, 'whitelist_domain_association_query_param' ], 10, 1 );
79
  add_action( 'parse_request', [ $this, 'parse_domain_association_request' ], 10, 1 );
@@ -83,30 +96,27 @@ class WC_Payments_Apple_Pay_Registration {
83
  add_action( 'woocommerce_woocommerce_payments_updated', [ $this, 'verify_domain_if_configured' ] );
84
  add_action( 'add_option_woocommerce_woocommerce_payments_settings', [ $this, 'verify_domain_on_new_settings' ], 10, 2 );
85
  add_action( 'update_option_woocommerce_woocommerce_payments_settings', [ $this, 'verify_domain_on_updated_settings' ], 10, 2 );
86
-
87
- // Add default settings in case the payment request options are missing.
88
- $this->gateway_settings = array_merge( WC_Payments_Payment_Request_Button_Handler::get_default_settings(), get_option( 'woocommerce_woocommerce_payments_settings', [] ) );
89
- $this->domain_name = $_SERVER['HTTP_HOST'] ?? str_replace( [ 'https://', 'http://' ], '', get_site_url() ); // @codingStandardsIgnoreLine
90
- $this->apple_pay_verify_notice = '';
91
- $this->payments_api_client = $payments_api_client;
92
- $this->gateway = $gateway;
93
- $this->account = $account;
94
  }
95
 
96
  /**
97
  * Whether the gateway and Payment Request Button (prerequisites for Apple Pay) are enabled.
98
  *
99
- * @param array|null $settings Gateway settings.
100
- *
101
- * @return string Whether Apple Pay required settings are enabled.
102
  */
103
- private function is_enabled( $settings = null ) {
104
- // Use given settings array or use default cached settings.
105
- $settings = $settings ?? $this->gateway_settings;
106
-
107
- $gateway_enabled = 'yes' === ( $settings['enabled'] ?? 'no' );
108
- $payment_request_enabled = 'yes' === ( $settings['payment_request'] ?? 'yes' );
109
 
 
 
 
 
 
 
 
 
 
 
110
  return $gateway_enabled && $payment_request_enabled;
111
  }
112
 
@@ -114,7 +124,7 @@ class WC_Payments_Apple_Pay_Registration {
114
  * Trigger Apple Pay registration upon domain name change.
115
  */
116
  public function verify_domain_on_domain_name_change() {
117
- $verified_domain = $this->gateway_settings['apple_pay_verified_domain'] ?? '';
118
  if ( $this->domain_name !== $verified_domain ) {
119
  $this->verify_domain_if_configured();
120
  }
@@ -124,7 +134,7 @@ class WC_Payments_Apple_Pay_Registration {
124
  * Vefifies if hosted domain association file is up to date
125
  * with the file from the plugin directory.
126
  *
127
- * @return bool Wether file is up to date or not.
128
  */
129
  private function is_hosted_domain_association_file_up_to_date() {
130
  // Contents of domain association file from plugin dir.
@@ -248,9 +258,8 @@ class WC_Payments_Apple_Pay_Registration {
248
  $registration_response = $this->payments_api_client->register_domain_with_apple( $this->domain_name );
249
 
250
  if ( isset( $registration_response['id'] ) ) {
251
- $this->gateway_settings['apple_pay_verified_domain'] = $this->domain_name;
252
- $this->gateway_settings['apple_pay_domain_set'] = 'yes';
253
- update_option( 'woocommerce_woocommerce_payments_settings', $this->gateway_settings );
254
 
255
  Logger::log( __( 'Your domain has been verified with Apple Pay!', 'woocommerce-payments' ) );
256
  Tracker::track_admin(
@@ -272,9 +281,8 @@ class WC_Payments_Apple_Pay_Registration {
272
  // Display error message in notice.
273
  $this->apple_pay_verify_notice = $error;
274
 
275
- $this->gateway_settings['apple_pay_verified_domain'] = $this->domain_name;
276
- $this->gateway_settings['apple_pay_domain_set'] = 'no';
277
- update_option( 'woocommerce_woocommerce_payments_settings', $this->gateway_settings );
278
 
279
  Logger::log( 'Error registering domain with Apple: ' . $error );
280
  Tracker::track_admin(
@@ -325,10 +333,8 @@ class WC_Payments_Apple_Pay_Registration {
325
  * @param array $settings Settings after update.
326
  */
327
  public function verify_domain_on_updated_settings( $prev_settings, $settings ) {
328
- $this->gateway_settings = $settings;
329
-
330
- // If Gateway or Payment Request Button wasn't enabled, then might need to verify now.
331
- if ( ! $this->is_enabled( $prev_settings ) ) {
332
  $this->verify_domain_if_configured();
333
  }
334
  }
@@ -355,12 +361,12 @@ class WC_Payments_Apple_Pay_Registration {
355
  * Display Apple Pay registration errors.
356
  */
357
  public function display_error_notice() {
358
- if ( ! $this->is_enabled() || ! current_user_can( 'manage_woocommerce' ) ) {
359
  return;
360
  }
361
 
362
  $empty_notice = empty( $this->apple_pay_verify_notice );
363
- $domain_set = $this->gateway_settings['apple_pay_domain_set'] ?? '';
364
  // Don't display error notice if verification notice is empty and
365
  // apple_pay_domain_set option equals to '' or 'yes'.
366
  if ( $empty_notice && 'no' !== $domain_set ) {
30
  */
31
  private $payments_api_client;
32
 
 
 
 
 
 
 
 
33
  /**
34
  * The WCPay account object.
35
  *
38
  private $account;
39
 
40
  /**
41
+ * WC_Payment_Gateway_WCPay instance.
42
  *
43
+ * @var WC_Payment_Gateway_WCPay
44
  */
45
+ private $gateway;
46
 
47
  /**
48
  * Current domain name.
61
  /**
62
  * Initialize class actions.
63
  *
64
+ * @param WC_Payments_API_Client $payments_api_client WooCommerce Payments API client.
65
+ * @param WC_Payments_Account $account WooCommerce Payments account.
66
+ */
67
+ public function __construct( WC_Payments_API_Client $payments_api_client, WC_Payments_Account $account ) {
68
+ $this->domain_name = $_SERVER['HTTP_HOST'] ?? str_replace( [ 'https://', 'http://' ], '', get_site_url() ); // @codingStandardsIgnoreLine
69
+ $this->apple_pay_verify_notice = '';
70
+ $this->payments_api_client = $payments_api_client;
71
+ $this->account = $account;
72
+
73
+ add_action( 'init', [ $this, 'init' ] );
74
+ }
75
+
76
+ /**
77
+ * Initialize hooks.
78
+ *
79
+ * @return void
80
  */
81
+ public function init() {
82
+ // TODO: Remove this ahead releasing Apple Pay for all merchants.
83
+ if ( ! WC_Payments::should_payment_request_be_available() ) {
84
+ return;
85
+ }
86
+
87
+ $this->gateway = WC_Payments::get_gateway();
88
+ $this->add_domain_association_rewrite_rule();
89
+
90
  add_action( 'admin_init', [ $this, 'verify_domain_on_domain_name_change' ] );
91
  add_filter( 'query_vars', [ $this, 'whitelist_domain_association_query_param' ], 10, 1 );
92
  add_action( 'parse_request', [ $this, 'parse_domain_association_request' ], 10, 1 );
96
  add_action( 'woocommerce_woocommerce_payments_updated', [ $this, 'verify_domain_if_configured' ] );
97
  add_action( 'add_option_woocommerce_woocommerce_payments_settings', [ $this, 'verify_domain_on_new_settings' ], 10, 2 );
98
  add_action( 'update_option_woocommerce_woocommerce_payments_settings', [ $this, 'verify_domain_on_updated_settings' ], 10, 2 );
 
 
 
 
 
 
 
 
99
  }
100
 
101
  /**
102
  * Whether the gateway and Payment Request Button (prerequisites for Apple Pay) are enabled.
103
  *
104
+ * @return bool Whether Apple Pay required settings are enabled.
 
 
105
  */
106
+ private function is_enabled() {
107
+ return $this->gateway->is_enabled() && 'yes' === $this->gateway->get_option( 'payment_request' );
108
+ }
 
 
 
109
 
110
+ /**
111
+ * Whether the gateway and Payment Request Button were enabled in previous settings.
112
+ *
113
+ * @param array|null $prev_settings Gateway settings.
114
+ *
115
+ * @return bool Whether Apple Pay required settings are enabled.
116
+ */
117
+ private function was_enabled( $prev_settings ) {
118
+ $gateway_enabled = 'yes' === ( $prev_settings['enabled'] ?? 'no' );
119
+ $payment_request_enabled = 'yes' === ( $prev_settings['payment_request'] ?? 'no' );
120
  return $gateway_enabled && $payment_request_enabled;
121
  }
122
 
124
  * Trigger Apple Pay registration upon domain name change.
125
  */
126
  public function verify_domain_on_domain_name_change() {
127
+ $verified_domain = $this->gateway->get_option( 'apple_pay_verified_domain' );
128
  if ( $this->domain_name !== $verified_domain ) {
129
  $this->verify_domain_if_configured();
130
  }
134
  * Vefifies if hosted domain association file is up to date
135
  * with the file from the plugin directory.
136
  *
137
+ * @return bool Whether file is up to date or not.
138
  */
139
  private function is_hosted_domain_association_file_up_to_date() {
140
  // Contents of domain association file from plugin dir.
258
  $registration_response = $this->payments_api_client->register_domain_with_apple( $this->domain_name );
259
 
260
  if ( isset( $registration_response['id'] ) ) {
261
+ $this->gateway->update_option( 'apple_pay_verified_domain', $this->domain_name );
262
+ $this->gateway->update_option( 'apple_pay_domain_set', 'yes' );
 
263
 
264
  Logger::log( __( 'Your domain has been verified with Apple Pay!', 'woocommerce-payments' ) );
265
  Tracker::track_admin(
281
  // Display error message in notice.
282
  $this->apple_pay_verify_notice = $error;
283
 
284
+ $this->gateway->update_option( 'apple_pay_verified_domain', $this->domain_name );
285
+ $this->gateway->update_option( 'apple_pay_domain_set', 'no' );
 
286
 
287
  Logger::log( 'Error registering domain with Apple: ' . $error );
288
  Tracker::track_admin(
333
  * @param array $settings Settings after update.
334
  */
335
  public function verify_domain_on_updated_settings( $prev_settings, $settings ) {
336
+ // If Gateway or Payment Request Button weren't enabled, then might need to verify now.
337
+ if ( ! $this->was_enabled( $prev_settings ) ) {
 
 
338
  $this->verify_domain_if_configured();
339
  }
340
  }
361
  * Display Apple Pay registration errors.
362
  */
363
  public function display_error_notice() {
364
+ if ( ! $this->is_enabled() || ! $this->account->get_is_live() ) {
365
  return;
366
  }
367
 
368
  $empty_notice = empty( $this->apple_pay_verify_notice );
369
+ $domain_set = $this->gateway->get_option( 'apple_pay_domain_set' );
370
  // Don't display error notice if verification notice is empty and
371
  // apple_pay_domain_set option equals to '' or 'yes'.
372
  if ( $empty_notice && 'no' !== $domain_set ) {
includes/class-wc-payments-payment-request-button-handler.php CHANGED
@@ -20,53 +20,50 @@ use WCPay\Logger;
20
  */
21
  class WC_Payments_Payment_Request_Button_Handler {
22
  /**
23
- * Gateway settings.
24
  *
25
- * @var array
26
  */
27
- public $gateway_settings;
28
 
29
  /**
30
- * Is test mode active?
31
  *
32
- * @var bool
33
  */
34
- public $testmode;
35
 
36
  /**
37
- * This Instance.
38
  *
39
- * @var WC_Payments_Payment_Request_Button_Handler
40
  */
41
- private static $instance;
 
42
 
43
- /**
44
- * WC_Payments_Account instance to get information about the account
45
- *
46
- * @var WC_Payments_Account
47
- */
48
- private $account;
49
 
50
  /**
51
- * Initialize class actions.
52
  *
53
- * @param WC_Payments_Account $account Account information.
54
  */
55
- public function __construct( WC_Payments_Account $account ) {
56
- self::$instance = $this;
 
 
 
57
 
58
- // Add default settings in case the payment request options are missing.
59
- $this->gateway_settings = array_merge( self::get_default_settings(), get_option( 'woocommerce_woocommerce_payments_settings', [] ) );
60
- $this->account = $account;
61
- $this->testmode = ( ! empty( $this->gateway_settings['test_mode'] ) && 'yes' === $this->gateway_settings['test_mode'] ) ? true : false;
62
 
63
- // Checks if Stripe Gateway is enabled.
64
- if ( empty( $this->gateway_settings ) || ( isset( $this->gateway_settings['enabled'] ) && 'yes' !== $this->gateway_settings['enabled'] ) ) {
65
  return;
66
  }
67
 
68
  // Checks if Payment Request is enabled.
69
- if ( ! isset( $this->gateway_settings['payment_request'] ) || 'yes' !== $this->gateway_settings['payment_request'] ) {
70
  return;
71
  }
72
 
@@ -76,65 +73,6 @@ class WC_Payments_Payment_Request_Button_Handler {
76
  }
77
 
78
  add_action( 'template_redirect', [ $this, 'set_session' ] );
79
- $this->init();
80
- }
81
-
82
- /**
83
- * Payment request default settings.
84
- *
85
- * @return array Default settings.
86
- */
87
- public static function get_default_settings() {
88
- return [
89
- 'payment_request' => 'no',
90
- 'payment_request_button_type' => 'buy',
91
- 'payment_request_button_theme' => 'dark',
92
- 'payment_request_button_height' => '44',
93
- 'payment_request_button_label' => __( 'Buy now', 'woocommerce-payments' ),
94
- 'payment_request_button_branded_type' => 'long',
95
- ];
96
- }
97
-
98
- /**
99
- * Get this instance.
100
- *
101
- * @return class
102
- */
103
- public static function instance() {
104
- return self::$instance;
105
- }
106
-
107
- /**
108
- * Get total label.
109
- *
110
- * @return string
111
- */
112
- public function get_total_label() {
113
- // Get statement descriptor from API/cached account data.
114
- $statement_descriptor = $this->account->get_statement_descriptor();
115
- return str_replace( "'", '', $statement_descriptor ) . apply_filters( 'wcpay_payment_request_total_label_suffix', ' (via WooCommerce)' );
116
- }
117
-
118
- /**
119
- * Sets the WC customer session if one is not set.
120
- * This is needed so nonces can be verified by AJAX Request.
121
- *
122
- * @return void
123
- */
124
- public function set_session() {
125
- if ( ! is_product() || ( isset( WC()->session ) && WC()->session->has_session() ) ) {
126
- return;
127
- }
128
-
129
- WC()->session->set_customer_session_cookie( true );
130
- }
131
-
132
- /**
133
- * Initialize hooks.
134
- *
135
- * @return void
136
- */
137
- public function init() {
138
  add_action( 'wp_enqueue_scripts', [ $this, 'scripts' ] );
139
 
140
  add_action( 'woocommerce_after_add_to_cart_quantity', [ $this, 'display_payment_request_button_html' ], 1 );
@@ -159,84 +97,109 @@ class WC_Payments_Payment_Request_Button_Handler {
159
  add_filter( 'woocommerce_validate_postcode', [ $this, 'postal_code_validation' ], 10, 3 );
160
 
161
  add_action( 'woocommerce_checkout_order_processed', [ $this, 'add_order_meta' ], 10, 2 );
 
 
 
 
 
 
162
  }
163
 
164
  /**
165
- * Gets the button type.
166
  *
167
- * @return string
168
  */
169
- public function get_button_type() {
170
- return isset( $this->gateway_settings['payment_request_button_type'] ) ? $this->gateway_settings['payment_request_button_type'] : 'default';
 
 
 
 
 
 
171
  }
172
 
173
  /**
174
- * Gets the button theme.
175
  *
176
- * @return string
177
  */
178
- public function get_button_theme() {
179
- return isset( $this->gateway_settings['payment_request_button_theme'] ) ? $this->gateway_settings['payment_request_button_theme'] : 'dark';
 
 
 
 
 
 
180
  }
181
 
182
  /**
183
- * Gets the button height.
184
  *
185
- * @return string
186
  */
187
- public function get_button_height() {
188
- return isset( $this->gateway_settings['payment_request_button_height'] ) ? str_replace( 'px', '', $this->gateway_settings['payment_request_button_height'] ) : '64';
 
 
189
  }
190
 
191
  /**
192
- * Checks if the button is branded.
 
193
  *
194
- * @return boolean
195
  */
196
- public function is_branded_button() {
197
- return 'branded' === $this->get_button_type();
 
 
 
 
198
  }
199
 
200
  /**
201
- * Gets the branded button type.
202
  *
203
- * @return string
204
  */
205
- public function get_button_branded_type() {
206
- return isset( $this->gateway_settings['payment_request_button_branded_type'] ) ? $this->gateway_settings['payment_request_button_branded_type'] : 'default';
207
  }
208
 
209
  /**
210
- * Checks if the button is custom.
211
  *
212
  * @return boolean
213
  */
214
- public function is_custom_button() {
215
- return 'custom' === $this->get_button_type();
216
  }
217
 
218
  /**
219
- * Returns custom button css selector.
220
  *
221
- * @return string
222
  */
223
- public function custom_button_selector() {
224
- return $this->is_custom_button() ? '#wcpay-custom-button' : '';
225
  }
226
 
227
  /**
228
- * Gets the custom button label.
229
  *
230
- * @return string
231
  */
232
- public function get_button_label() {
233
- return isset( $this->gateway_settings['payment_request_button_label'] ) ? $this->gateway_settings['payment_request_button_label'] : 'Buy now';
234
  }
235
 
236
  /**
237
  * Gets the product data for the currently viewed page
238
  *
239
- * @return mixed Returns false if not on a product page, the product information otherwise.
240
  */
241
  public function get_product_data() {
242
  if ( ! is_product() ) {
@@ -416,11 +379,16 @@ class WC_Payments_Payment_Request_Button_Handler {
416
  }
417
 
418
  /**
419
- * Checks the cart to see if all items are allowed to used.
420
  *
421
  * @return boolean
422
  */
423
  public function allowed_items_in_cart() {
 
 
 
 
 
424
  foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
425
  $_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
426
 
@@ -428,13 +396,13 @@ class WC_Payments_Payment_Request_Button_Handler {
428
  return false;
429
  }
430
 
431
- // Trial subscriptions with shipping are not supported.
432
- if ( class_exists( 'WC_Subscriptions_Order' ) && WC_Subscriptions_Cart::cart_contains_subscription() && $_product->needs_shipping() && WC_Subscriptions_Product::get_trial_length( $_product ) > 0 ) {
433
  return false;
434
  }
435
 
436
- // Pre Orders compatbility where we don't support charge upon release.
437
- if ( class_exists( 'WC_Pre_Orders_Order' ) && WC_Pre_Orders_Cart::cart_contains_pre_order() && WC_Pre_Orders_Product::product_is_charged_upon_release( WC_Pre_Orders_Cart::get_pre_order_product() ) ) {
438
  return false;
439
  }
440
  }
@@ -452,7 +420,7 @@ class WC_Payments_Payment_Request_Button_Handler {
452
  }
453
 
454
  // If no SSL bail.
455
- if ( ! $this->testmode && ! is_ssl() ) {
456
  Logger::log( 'Stripe Payment Request live mode requires SSL.' );
457
  return;
458
  }
@@ -468,7 +436,7 @@ class WC_Payments_Payment_Request_Button_Handler {
468
  $stripe_params = [
469
  'ajax_url' => WC_AJAX::get_endpoint( '%%endpoint%%' ),
470
  'stripe' => [
471
- 'publishableKey' => $this->account->get_publishable_key( WC_Payments::get_gateway()->is_in_test_mode() ),
472
  'accountId' => $this->account->get_stripe_account_id(),
473
  'allow_prepaid_card' => apply_filters( 'wcpay_allow_prepaid_card', true ) ? 'yes' : 'no',
474
  ],
@@ -496,14 +464,14 @@ class WC_Payments_Payment_Request_Button_Handler {
496
  'needs_payer_phone' => 'required' === get_option( 'woocommerce_checkout_phone_field', 'required' ),
497
  ],
498
  'button' => [
499
- 'type' => $this->get_button_type(),
500
- 'theme' => $this->get_button_theme(),
501
  'height' => $this->get_button_height(),
502
  'locale' => apply_filters( 'wcpay_payment_request_button_locale', substr( get_locale(), 0, 2 ) ), // Default format is en_US.
503
  'is_custom' => $this->is_custom_button(),
504
  'is_branded' => $this->is_branded_button(),
505
  'css_selector' => $this->custom_button_selector(),
506
- 'branded_type' => $this->get_button_branded_type(),
507
  ],
508
  'is_product_page' => is_product(),
509
  'product' => $this->get_product_data(),
@@ -554,8 +522,8 @@ class WC_Payments_Payment_Request_Button_Handler {
554
  <div id="wcpay-payment-request-button">
555
  <?php
556
  if ( $this->is_custom_button() ) {
557
- $label = esc_html( $this->get_button_label() );
558
- $class_name = esc_attr( 'button ' . $this->get_button_theme() );
559
  $style = esc_attr( 'height:' . $this->get_button_height() . 'px;' );
560
  echo '<button id="wcpay-custom-button" class="' . esc_attr( $class_name ) . '" style="' . esc_attr( $style ) . '">' . esc_html( $label ) . '</button>';
561
  }
@@ -602,9 +570,15 @@ class WC_Payments_Payment_Request_Button_Handler {
602
  * @return boolean
603
  */
604
  private function should_show_payment_button_on_cart() {
 
 
 
 
 
605
  if ( ! apply_filters( 'wcpay_show_payment_request_on_cart', true ) ) {
606
  return false;
607
  }
 
608
  if ( ! $this->allowed_items_in_cart() ) {
609
  Logger::log( 'Items in the cart has unsupported product type ( Payment Request button disabled )' );
610
  return false;
@@ -630,14 +604,33 @@ class WC_Payments_Payment_Request_Button_Handler {
630
  return false;
631
  }
632
 
 
 
 
 
 
 
 
 
 
 
633
  // Trial subscriptions with shipping are not supported.
634
- if ( class_exists( 'WC_Subscriptions_Order' ) && $product->needs_shipping() && WC_Subscriptions_Product::get_trial_length( $product ) > 0 ) {
635
  return false;
636
  }
637
 
638
  // Pre Orders charge upon release not supported.
639
- if ( class_exists( 'WC_Pre_Orders_Order' ) && WC_Pre_Orders_Product::product_is_charged_upon_release( $product ) ) {
640
- Logger::log( 'Pre Order charge upon release is not supported. ( Payment Request button disabled )' );
 
 
 
 
 
 
 
 
 
641
  return false;
642
  }
643
 
@@ -990,10 +983,7 @@ class WC_Payments_Payment_Request_Button_Handler {
990
  }
991
 
992
  /**
993
- * Normalizes the state/county field because in some
994
- * cases, the state/county field is formatted differently from
995
- * what WC is expecting and throws an error. An example
996
- * for Ireland the county dropdown in Chrome shows "Co. Clare" format
997
  */
998
  public function normalize_state() {
999
  check_ajax_referer( 'woocommerce-process_checkout', '_wpnonce' );
@@ -1004,30 +994,157 @@ class WC_Payments_Payment_Request_Button_Handler {
1004
  $shipping_state = ! empty( $_POST['shipping_state'] ) ? wc_clean( wp_unslash( $_POST['shipping_state'] ) ) : '';
1005
 
1006
  if ( $billing_state && $billing_country ) {
1007
- $valid_states = WC()->countries->get_states( $billing_country );
 
1008
 
1009
- // Valid states found for country.
1010
- if ( ! empty( $valid_states ) && is_array( $valid_states ) && count( $valid_states ) > 0 ) {
1011
- foreach ( $valid_states as $state_abbr => $state ) {
1012
- if ( preg_match( '/' . preg_quote( $state, '/' ) . '/i', $billing_state ) ) {
1013
- $_POST['billing_state'] = $state_abbr;
1014
- }
1015
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1016
  }
1017
  }
1018
 
1019
- if ( $shipping_state && $shipping_country ) {
1020
- $valid_states = WC()->countries->get_states( $shipping_country );
1021
 
1022
- // Valid states found for country.
1023
- if ( ! empty( $valid_states ) && is_array( $valid_states ) && count( $valid_states ) > 0 ) {
1024
- foreach ( $valid_states as $state_abbr => $state ) {
1025
- if ( preg_match( '/' . preg_quote( $state, '/' ) . '/i', $shipping_state ) ) {
1026
- $_POST['shipping_state'] = $state_abbr;
1027
- }
 
 
 
 
 
 
 
 
 
1028
  }
1029
  }
1030
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1031
  }
1032
 
1033
  /**
@@ -1042,6 +1159,9 @@ class WC_Payments_Payment_Request_Button_Handler {
1042
  define( 'WOOCOMMERCE_CHECKOUT', true );
1043
  }
1044
 
 
 
 
1045
  $this->normalize_state();
1046
 
1047
  WC()->checkout()->process_checkout();
@@ -1061,15 +1181,9 @@ class WC_Payments_Payment_Request_Button_Handler {
1061
  $city = $address['city'];
1062
  $address_1 = $address['address'];
1063
  $address_2 = $address['address_2'];
1064
- $wc_states = WC()->countries->get_states( $country );
1065
 
1066
- /**
1067
- * In some versions of Chrome, state can be a full name. So we need
1068
- * to convert that to abbreviation as WC is expecting that.
1069
- */
1070
- if ( 2 < strlen( $state ) && ! empty( $wc_states ) && ! isset( $wc_states[ $state ] ) ) {
1071
- $state = array_search( ucwords( strtolower( $state ) ), $wc_states, true );
1072
- }
1073
 
1074
  WC()->shipping->reset_shipping();
1075
 
@@ -1230,4 +1344,27 @@ class WC_Payments_Payment_Request_Button_Handler {
1230
  ],
1231
  ];
1232
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1233
  }
20
  */
21
  class WC_Payments_Payment_Request_Button_Handler {
22
  /**
23
+ * WC_Payments_Account instance to get information about the account
24
  *
25
+ * @var WC_Payments_Account
26
  */
27
+ private $account;
28
 
29
  /**
30
+ * WC_Payment_Gateway_WCPay instance.
31
  *
32
+ * @var WC_Payment_Gateway_WCPay
33
  */
34
+ private $gateway;
35
 
36
  /**
37
+ * Initialize class actions.
38
  *
39
+ * @param WC_Payments_Account $account Account information.
40
  */
41
+ public function __construct( WC_Payments_Account $account ) {
42
+ $this->account = $account;
43
 
44
+ add_action( 'init', [ $this, 'init' ] );
45
+ }
 
 
 
 
46
 
47
  /**
48
+ * Initialize hooks.
49
  *
50
+ * @return void
51
  */
52
+ public function init() {
53
+ // TODO: Remove this ahead releasing Apple Pay for all merchants.
54
+ if ( ! WC_Payments::should_payment_request_be_available() ) {
55
+ return;
56
+ }
57
 
58
+ $this->gateway = WC_Payments::get_gateway();
 
 
 
59
 
60
+ // Checks if WCPay is enabled.
61
+ if ( ! $this->gateway->is_enabled() ) {
62
  return;
63
  }
64
 
65
  // Checks if Payment Request is enabled.
66
+ if ( 'yes' !== $this->gateway->get_option( 'payment_request' ) ) {
67
  return;
68
  }
69
 
73
  }
74
 
75
  add_action( 'template_redirect', [ $this, 'set_session' ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  add_action( 'wp_enqueue_scripts', [ $this, 'scripts' ] );
77
 
78
  add_action( 'woocommerce_after_add_to_cart_quantity', [ $this, 'display_payment_request_button_html' ], 1 );
97
  add_filter( 'woocommerce_validate_postcode', [ $this, 'postal_code_validation' ], 10, 3 );
98
 
99
  add_action( 'woocommerce_checkout_order_processed', [ $this, 'add_order_meta' ], 10, 2 );
100
+
101
+ // Add a filter for the value of `wcpay_is_apple_pay_enabled`.
102
+ // This option does not get stored in the database at all, and this function
103
+ // will be used to calculate it whenever the option value is retrieved instead.
104
+ // It's used for displaying inbox notifications.
105
+ add_filter( 'pre_option_wcpay_is_apple_pay_enabled', [ $this, 'get_option_is_apple_pay_enabled' ], 10, 1 );
106
  }
107
 
108
  /**
109
+ * Checks whether authentication is required for checkout.
110
  *
111
+ * @return bool
112
  */
113
+ public function is_authentication_required() {
114
+ // If guest checkout is disabled, authentication might be required.
115
+ if ( 'no' === get_option( 'woocommerce_enable_guest_checkout', 'yes' ) ) {
116
+ // If account creation is not possible, authentication is required.
117
+ return ! $this->is_account_creation_possible();
118
+ }
119
+
120
+ return false;
121
  }
122
 
123
  /**
124
+ * Checks whether account creation is possible during checkout.
125
  *
126
+ * @return bool
127
  */
128
+ public function is_account_creation_possible() {
129
+ // If automatically generate username/password are disabled, the Payment Request API
130
+ // can't include any of those fields, so account creation is not possible.
131
+ return (
132
+ 'yes' === get_option( 'woocommerce_enable_signup_and_login_from_checkout', 'no' ) &&
133
+ 'yes' === get_option( 'woocommerce_registration_generate_username', 'yes' ) &&
134
+ 'yes' === get_option( 'woocommerce_registration_generate_password', 'yes' )
135
+ );
136
  }
137
 
138
  /**
139
+ * Gets total label.
140
  *
141
+ * @return string
142
  */
143
+ public function get_total_label() {
144
+ // Get statement descriptor from API/cached account data.
145
+ $statement_descriptor = $this->account->get_statement_descriptor();
146
+ return str_replace( "'", '', $statement_descriptor ) . apply_filters( 'wcpay_payment_request_total_label_suffix', ' (via WooCommerce)' );
147
  }
148
 
149
  /**
150
+ * Sets the WC customer session if one is not set.
151
+ * This is needed so nonces can be verified by AJAX Request.
152
  *
153
+ * @return void
154
  */
155
+ public function set_session() {
156
+ if ( ! is_product() || ( isset( WC()->session ) && WC()->session->has_session() ) ) {
157
+ return;
158
+ }
159
+
160
+ WC()->session->set_customer_session_cookie( true );
161
  }
162
 
163
  /**
164
+ * Gets the button height.
165
  *
166
+ * @return string
167
  */
168
+ public function get_button_height() {
169
+ return str_replace( 'px', '', $this->gateway->get_option( 'payment_request_button_height' ) );
170
  }
171
 
172
  /**
173
+ * Checks if the button is branded.
174
  *
175
  * @return boolean
176
  */
177
+ public function is_branded_button() {
178
+ return 'branded' === $this->gateway->get_option( 'payment_request_button_type' );
179
  }
180
 
181
  /**
182
+ * Checks if the button is custom.
183
  *
184
+ * @return boolean
185
  */
186
+ public function is_custom_button() {
187
+ return 'custom' === $this->gateway->get_option( 'payment_request_button_type' );
188
  }
189
 
190
  /**
191
+ * Returns custom button css selector.
192
  *
193
+ * @return string
194
  */
195
+ public function custom_button_selector() {
196
+ return $this->is_custom_button() ? '#wcpay-custom-button' : '';
197
  }
198
 
199
  /**
200
  * Gets the product data for the currently viewed page
201
  *
202
+ * @return mixed Returns false if not on a product page, the product information otherwise.
203
  */
204
  public function get_product_data() {
205
  if ( ! is_product() ) {
379
  }
380
 
381
  /**
382
+ * Checks the cart to see if all items are allowed to be used.
383
  *
384
  * @return boolean
385
  */
386
  public function allowed_items_in_cart() {
387
+ // Pre Orders compatbility where we don't support charge upon release.
388
+ if ( class_exists( 'WC_Pre_Orders_Cart' ) && WC_Pre_Orders_Cart::cart_contains_pre_order() && class_exists( 'WC_Pre_Orders_Product' ) && WC_Pre_Orders_Product::product_is_charged_upon_release( WC_Pre_Orders_Cart::get_pre_order_product() ) ) {
389
+ return false;
390
+ }
391
+
392
  foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
393
  $_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
394
 
396
  return false;
397
  }
398
 
399
+ // Not supported for subscription products when user is not authenticated and account creation is not possible.
400
+ if ( class_exists( 'WC_Subscriptions_Product' ) && WC_Subscriptions_Product::is_subscription( $_product ) && ! is_user_logged_in() && ! $this->is_account_creation_possible() ) {
401
  return false;
402
  }
403
 
404
+ // Trial subscriptions with shipping are not supported.
405
+ if ( class_exists( 'WC_Subscriptions_Product' ) && WC_Subscriptions_Product::is_subscription( $_product ) && $_product->needs_shipping() && WC_Subscriptions_Product::get_trial_length( $_product ) > 0 ) {
406
  return false;
407
  }
408
  }
420
  }
421
 
422
  // If no SSL bail.
423
+ if ( ! $this->gateway->is_in_test_mode() && ! is_ssl() ) {
424
  Logger::log( 'Stripe Payment Request live mode requires SSL.' );
425
  return;
426
  }
436
  $stripe_params = [
437
  'ajax_url' => WC_AJAX::get_endpoint( '%%endpoint%%' ),
438
  'stripe' => [
439
+ 'publishableKey' => $this->account->get_publishable_key( $this->gateway->is_in_test_mode() ),
440
  'accountId' => $this->account->get_stripe_account_id(),
441
  'allow_prepaid_card' => apply_filters( 'wcpay_allow_prepaid_card', true ) ? 'yes' : 'no',
442
  ],
464
  'needs_payer_phone' => 'required' === get_option( 'woocommerce_checkout_phone_field', 'required' ),
465
  ],
466
  'button' => [
467
+ 'type' => $this->gateway->get_option( 'payment_request_button_type' ),
468
+ 'theme' => $this->gateway->get_option( 'payment_request_button_theme' ),
469
  'height' => $this->get_button_height(),
470
  'locale' => apply_filters( 'wcpay_payment_request_button_locale', substr( get_locale(), 0, 2 ) ), // Default format is en_US.
471
  'is_custom' => $this->is_custom_button(),
472
  'is_branded' => $this->is_branded_button(),
473
  'css_selector' => $this->custom_button_selector(),
474
+ 'branded_type' => $this->gateway->get_option( 'payment_request_button_branded_type' ),
475
  ],
476
  'is_product_page' => is_product(),
477
  'product' => $this->get_product_data(),
522
  <div id="wcpay-payment-request-button">
523
  <?php
524
  if ( $this->is_custom_button() ) {
525
+ $label = esc_html( $this->gateway->get_option( 'payment_request_button_label' ) );
526
+ $class_name = esc_attr( 'button ' . $this->gateway->get_option( 'payment_request_button_theme' ) );
527
  $style = esc_attr( 'height:' . $this->get_button_height() . 'px;' );
528
  echo '<button id="wcpay-custom-button" class="' . esc_attr( $class_name ) . '" style="' . esc_attr( $style ) . '">' . esc_html( $label ) . '</button>';
529
  }
570
  * @return boolean
571
  */
572
  private function should_show_payment_button_on_cart() {
573
+ // Not supported when user isn't authenticated and authentication is required.
574
+ if ( ! is_user_logged_in() && $this->is_authentication_required() ) {
575
+ return false;
576
+ }
577
+
578
  if ( ! apply_filters( 'wcpay_show_payment_request_on_cart', true ) ) {
579
  return false;
580
  }
581
+
582
  if ( ! $this->allowed_items_in_cart() ) {
583
  Logger::log( 'Items in the cart has unsupported product type ( Payment Request button disabled )' );
584
  return false;
604
  return false;
605
  }
606
 
607
+ // Not supported when user isn't authenticated and authentication is required.
608
+ if ( ! is_user_logged_in() && $this->is_authentication_required() ) {
609
+ return false;
610
+ }
611
+
612
+ // Not supported for subscription products when user is not authenticated and account creation is not possible.
613
+ if ( class_exists( 'WC_Subscriptions_Product' ) && WC_Subscriptions_Product::is_subscription( $product ) && ! is_user_logged_in() && ! $this->is_account_creation_possible() ) {
614
+ return false;
615
+ }
616
+
617
  // Trial subscriptions with shipping are not supported.
618
+ if ( class_exists( 'WC_Subscriptions_Product' ) && $product->needs_shipping() && WC_Subscriptions_Product::get_trial_length( $product ) > 0 ) {
619
  return false;
620
  }
621
 
622
  // Pre Orders charge upon release not supported.
623
+ if ( class_exists( 'WC_Pre_Orders_Product' ) && WC_Pre_Orders_Product::product_is_charged_upon_release( $product ) ) {
624
+ return false;
625
+ }
626
+
627
+ // Composite products are not supported on the product page.
628
+ if ( class_exists( 'WC_Composite_Products' ) && function_exists( 'is_composite_product' ) && is_composite_product() ) {
629
+ return false;
630
+ }
631
+
632
+ // Mix and match products are not supported on the product page.
633
+ if ( class_exists( 'WC_Mix_and_Match' ) && $product->is_type( 'mix-and-match' ) ) {
634
  return false;
635
  }
636
 
983
  }
984
 
985
  /**
986
+ * Normalizes billing and shipping state fields.
 
 
 
987
  */
988
  public function normalize_state() {
989
  check_ajax_referer( 'woocommerce-process_checkout', '_wpnonce' );
994
  $shipping_state = ! empty( $_POST['shipping_state'] ) ? wc_clean( wp_unslash( $_POST['shipping_state'] ) ) : '';
995
 
996
  if ( $billing_state && $billing_country ) {
997
+ $_POST['billing_state'] = $this->get_normalized_state( $billing_state, $billing_country );
998
+ }
999
 
1000
+ if ( $shipping_state && $shipping_country ) {
1001
+ $_POST['shipping_state'] = $this->get_normalized_state( $shipping_state, $shipping_country );
1002
+ }
1003
+ }
1004
+
1005
+ /**
1006
+ * Checks if given state is normalized.
1007
+ *
1008
+ * @param string $state State.
1009
+ * @param string $country Two-letter country code.
1010
+ *
1011
+ * @return bool Whether state is normalized or not.
1012
+ */
1013
+ public function is_normalized_state( $state, $country ) {
1014
+ $wc_states = WC()->countries->get_states( $country );
1015
+ return (
1016
+ is_array( $wc_states ) &&
1017
+ in_array( $state, array_keys( $wc_states ), true )
1018
+ );
1019
+ }
1020
+
1021
+ /**
1022
+ * Sanitize string for comparison.
1023
+ *
1024
+ * @param string $string String to be sanitized.
1025
+ *
1026
+ * @return string The sanitized string.
1027
+ */
1028
+ public function sanitize_string( $string ) {
1029
+ return trim( wc_strtolower( remove_accents( $string ) ) );
1030
+ }
1031
+
1032
+ /**
1033
+ * Get normalized state from Payment Request API dropdown list of states.
1034
+ *
1035
+ * @param string $state Full state name or state code.
1036
+ * @param string $country Two-letter country code.
1037
+ *
1038
+ * @return string Normalized state or original state input value.
1039
+ */
1040
+ public function get_normalized_state_from_pr_states( $state, $country ) {
1041
+ // Include Payment Request API State list for compatibility with WC countries/states.
1042
+ include_once WCPAY_ABSPATH . 'includes/constants/class-payment-request-button-states.php';
1043
+ $pr_states = \WCPay\Constants\Payment_Request_Button_States::STATES;
1044
+
1045
+ if ( ! isset( $pr_states[ $country ] ) ) {
1046
+ return $state;
1047
+ }
1048
+
1049
+ foreach ( $pr_states[ $country ] as $wc_state_abbr => $pr_state ) {
1050
+ $sanitized_state_string = $this->sanitize_string( $state );
1051
+ // Checks if input state matches with Payment Request state code (0), name (1) or localName (2).
1052
+ if (
1053
+ ( ! empty( $pr_state[0] ) && $sanitized_state_string === $this->sanitize_string( $pr_state[0] ) ) ||
1054
+ ( ! empty( $pr_state[1] ) && $sanitized_state_string === $this->sanitize_string( $pr_state[1] ) ) ||
1055
+ ( ! empty( $pr_state[2] ) && $sanitized_state_string === $this->sanitize_string( $pr_state[2] ) )
1056
+ ) {
1057
+ return $wc_state_abbr;
1058
  }
1059
  }
1060
 
1061
+ return $state;
1062
+ }
1063
 
1064
+ /**
1065
+ * Get normalized state from WooCommerce list of translated states.
1066
+ *
1067
+ * @param string $state Full state name or state code.
1068
+ * @param string $country Two-letter country code.
1069
+ *
1070
+ * @return string Normalized state or original state input value.
1071
+ */
1072
+ public function get_normalized_state_from_wc_states( $state, $country ) {
1073
+ $wc_states = WC()->countries->get_states( $country );
1074
+
1075
+ if ( is_array( $wc_states ) ) {
1076
+ foreach ( $wc_states as $wc_state_abbr => $wc_state_value ) {
1077
+ if ( preg_match( '/' . preg_quote( $wc_state_value, '/' ) . '/i', $state ) ) {
1078
+ return $wc_state_abbr;
1079
  }
1080
  }
1081
  }
1082
+
1083
+ return $state;
1084
+ }
1085
+
1086
+ /**
1087
+ * Gets the normalized state/county field because in some
1088
+ * cases, the state/county field is formatted differently from
1089
+ * what WC is expecting and throws an error. An example
1090
+ * for Ireland, the county dropdown in Chrome shows "Co. Clare" format.
1091
+ *
1092
+ * @param string $state Full state name or an already normalized abbreviation.
1093
+ * @param string $country Two-letter country code.
1094
+ *
1095
+ * @return string Normalized state abbreviation.
1096
+ */
1097
+ public function get_normalized_state( $state, $country ) {
1098
+ // If it's empty or already normalized, skip.
1099
+ if ( ! $state || $this->is_normalized_state( $state, $country ) ) {
1100
+ return $state;
1101
+ }
1102
+
1103
+ // Try to match state from the Payment Request API list of states.
1104
+ $state = $this->get_normalized_state_from_pr_states( $state, $country );
1105
+
1106
+ // If it's normalized, return.
1107
+ if ( $this->is_normalized_state( $state, $country ) ) {
1108
+ return $state;
1109
+ }
1110
+
1111
+ // If the above doesn't work, fallback to matching against the list of translated
1112
+ // states from WooCommerce.
1113
+ return $this->get_normalized_state_from_wc_states( $state, $country );
1114
+ }
1115
+
1116
+ /**
1117
+ * The Payment Request API provides its own validation for the address form.
1118
+ * For some countries, it might not provide a state field, so we need to return a more descriptive
1119
+ * error message, indicating that the Payment Request button is not supported for that country.
1120
+ */
1121
+ public function validate_state() {
1122
+ $wc_checkout = WC_Checkout::instance();
1123
+ $posted_data = $wc_checkout->get_posted_data();
1124
+ $checkout_fields = $wc_checkout->get_checkout_fields();
1125
+ $countries = WC()->countries->get_countries();
1126
+
1127
+ $is_supported = true;
1128
+ // Checks if billing state is missing and is required.
1129
+ if ( ! empty( $checkout_fields['billing']['billing_state']['required'] ) && '' === $posted_data['billing_state'] ) {
1130
+ $is_supported = false;
1131
+ }
1132
+
1133
+ // Checks if shipping state is missing and is required.
1134
+ if ( WC()->cart->needs_shipping_address() && ! empty( $checkout_fields['shipping']['shipping_state']['required'] ) && '' === $posted_data['shipping_state'] ) {
1135
+ $is_supported = false;
1136
+ }
1137
+
1138
+ if ( ! $is_supported ) {
1139
+ wc_add_notice(
1140
+ sprintf(
1141
+ /* translators: %s: country. */
1142
+ __( 'The Payment Request button is not supported in %s because some required fields couldn\'t be verified. Please proceed to the checkout page and try again.', 'woocommerce-payments' ),
1143
+ $countries[ $posted_data['billing_country'] ] ?? $posted_data['billing_country']
1144
+ ),
1145
+ 'error'
1146
+ );
1147
+ }
1148
  }
1149
 
1150
  /**
1159
  define( 'WOOCOMMERCE_CHECKOUT', true );
1160
  }
1161
 
1162
+ // In case the state is required, but is missing, add a more descriptive error notice.
1163
+ $this->validate_state();
1164
+
1165
  $this->normalize_state();
1166
 
1167
  WC()->checkout()->process_checkout();
1181
  $city = $address['city'];
1182
  $address_1 = $address['address'];
1183
  $address_2 = $address['address_2'];
 
1184
 
1185
+ // Normalizes state to calculate shipping zones.
1186
+ $state = $this->get_normalized_state( $state, $country );
 
 
 
 
 
1187
 
1188
  WC()->shipping->reset_shipping();
1189
 
1344
  ],
1345
  ];
1346
  }
1347
+
1348
+ /**
1349
+ * Calculates whether Apple Pay is enabled for this store.
1350
+ * The option value is not stored in the database, and is calculated
1351
+ * using this function instead, and the values is returned by using the pre_option filter.
1352
+ *
1353
+ * The option value is retrieved for inbox notifications.
1354
+ *
1355
+ * @param mixed $value The value of the option.
1356
+ */
1357
+ public function get_option_is_apple_pay_enabled( $value ) {
1358
+ // Return a random value (1 or 2) if the account is live and payment request buttons are enabled.
1359
+ if (
1360
+ $this->gateway->is_enabled()
1361
+ && 'yes' === $this->gateway->get_option( 'payment_request' )
1362
+ && ! $this->gateway->is_in_dev_mode()
1363
+ && $this->account->get_is_live()
1364
+ ) {
1365
+ $value = wp_rand( 1, 2 );
1366
+ }
1367
+
1368
+ return $value;
1369
+ }
1370
  }
includes/class-wc-payments.php CHANGED
@@ -167,12 +167,9 @@ class WC_Payments {
167
 
168
  self::$gateway = new $gateway_class( self::$api_client, self::$account, self::$customer_service, self::$token_service, self::$action_scheduler_service );
169
 
170
- // Feature flag.
171
- // TODO: Remove this check ahead of Apple Pay release.
172
- if ( 'yes' === get_option( '_wcpay_feature_payment_request' ) ) {
173
- self::$payment_request_button_handler = new WC_Payments_Payment_Request_Button_Handler( self::$account );
174
- self::$apple_pay_registration = new WC_Payments_Apple_Pay_Registration( self::$api_client, self::$gateway, self::$account );
175
- }
176
 
177
  add_filter( 'woocommerce_payment_gateways', [ __CLASS__, 'register_gateway' ] );
178
  add_filter( 'option_woocommerce_gateway_order', [ __CLASS__, 'set_gateway_top_of_list' ], 2 );
@@ -190,6 +187,14 @@ class WC_Payments {
190
  add_action( 'rest_api_init', [ __CLASS__, 'init_rest_api' ] );
191
  }
192
 
 
 
 
 
 
 
 
 
193
  /**
194
  * Prints the given message in an "admin notice" wrapper with "error" class.
195
  *
@@ -468,6 +473,10 @@ class WC_Payments {
468
  include_once WCPAY_ABSPATH . 'includes/exceptions/class-rest-request-exception.php';
469
  include_once WCPAY_ABSPATH . 'includes/admin/class-wc-payments-rest-controller.php';
470
 
 
 
 
 
471
  include_once WCPAY_ABSPATH . 'includes/admin/class-wc-rest-payments-deposits-controller.php';
472
  $deposits_controller = new WC_REST_Payments_Deposits_Controller( self::$api_client );
473
  $deposits_controller->register_routes();
167
 
168
  self::$gateway = new $gateway_class( self::$api_client, self::$account, self::$customer_service, self::$token_service, self::$action_scheduler_service );
169
 
170
+ // Payment Request and Apple Pay.
171
+ self::$payment_request_button_handler = new WC_Payments_Payment_Request_Button_Handler( self::$account );
172
+ self::$apple_pay_registration = new WC_Payments_Apple_Pay_Registration( self::$api_client, self::$account );
 
 
 
173
 
174
  add_filter( 'woocommerce_payment_gateways', [ __CLASS__, 'register_gateway' ] );
175
  add_filter( 'option_woocommerce_gateway_order', [ __CLASS__, 'set_gateway_top_of_list' ], 2 );
187
  add_action( 'rest_api_init', [ __CLASS__, 'init_rest_api' ] );
188
  }
189
 
190
+ /**
191
+ * Checks whether Payment Request Button feature should be available.
192
+ * TODO: Remove this ahead of releasing Apple Pay for all merchants.
193
+ */
194
+ public static function should_payment_request_be_available() {
195
+ return 'US' === WC()->countries->get_base_country();
196
+ }
197
+
198
  /**
199
  * Prints the given message in an "admin notice" wrapper with "error" class.
200
  *
473
  include_once WCPAY_ABSPATH . 'includes/exceptions/class-rest-request-exception.php';
474
  include_once WCPAY_ABSPATH . 'includes/admin/class-wc-payments-rest-controller.php';
475
 
476
+ include_once WCPAY_ABSPATH . 'includes/admin/class-wc-rest-payments-accounts-controller.php';
477
+ $accounts_controller = new WC_REST_Payments_Accounts_Controller( self::$api_client );
478
+ $accounts_controller->register_routes();
479
+
480
  include_once WCPAY_ABSPATH . 'includes/admin/class-wc-rest-payments-deposits-controller.php';
481
  $deposits_controller = new WC_REST_Payments_Deposits_Controller( self::$api_client );
482
  $deposits_controller->register_routes();
includes/constants/class-payment-request-button-states.php ADDED
@@ -0,0 +1,1162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Class Payment_Request_Button_States
4
+ *
5
+ * @package WooCommerce\Payments
6
+ */
7
+
8
+ namespace WCPay\Constants;
9
+
10
+ if ( ! defined( 'ABSPATH' ) ) {
11
+ exit; // Exit if accessed directly.
12
+ }
13
+
14
+ /**
15
+ * This class provides a list of states for the Payment Request API to match against WooCommerce states.
16
+ * The list is based on libaddressinput: https://github.com/google/libaddressinput,
17
+ * which is used by Chromium based browsers in the native Payment Request address dialog.
18
+ *
19
+ * Known issues/inconsistencies:
20
+ * 1. WC provides a dropdown list of states, but there's no state field in Chrome for the following countries:
21
+ * AO (Angola), BD (Bangladesh), BG (Bulgaria), BJ (Benin), BO (Bolivia), DO (Dominican Republic),
22
+ * DZ (Algeria), GH (Ghana), GT (Guatemala), HU (Hungary), KE (Kenya), LA (Laos),
23
+ * LR (Liberia), MD (Moldova), NA (Namibia), NP (Nepal), PK (Pakistan),
24
+ * PY (Paraguay), RO (Romania), TZ (Tanzania), UG (Uganda), UM (United States Minor Outlying Islands),
25
+ * ZA (South Africa), ZM (Zambia).
26
+ * 2. Chrome does not provide a dropdown list of states for 161 countries in total, out of the 249 countries WC supports,
27
+ * so the countries in which the state field is required by WC, and not provided by the browser are not supported.
28
+ * 3. Chrome does not provide a zip/postal code field for 60 out of the 249 countries WC supports. Only for 5 countries
29
+ * the zip code field is missing while the state field is present: BS (Bahamas), PA (Panama), SC (Seychelles),
30
+ * SR (Suriname), TV (Tuvalu). Several other countries provide an optional zip code field.
31
+ * 4. WC expects it, but there's no city field in the Payment Request API for the following:
32
+ * JP (Japan), MO (Macao), TN (Tunisia), KY (Cayman Islands), GI (Gibraltar).
33
+ * 5. The following countries are not listed in WC:
34
+ * AC (Ascension Island), IC (Canary Islands), EA (Ceuta & Melilla), CP (Clipperton Island), DG (Diego Garcia),
35
+ * TA (Tristan da Cunha), XK (Kosovo).
36
+ */
37
+ class Payment_Request_Button_States {
38
+ /**
39
+ * A list of states which is compatible with Chromium based browsers for the Payment Request API.
40
+ * If the input comes from Chrome, we will always match with `code`, but if the request comes from
41
+ * Safari or other browsers which don't provide a dropdown list, we can match one of the following:
42
+ * - [0] = code (string)
43
+ * - [1] = name (string)
44
+ * - [2] = localName (string|null)
45
+ */
46
+
47
+ // phpcs:disable
48
+ const STATES = [
49
+ // Afghanistan.
50
+ 'AF' => [],
51
+ // Angola.
52
+ 'AO' => [],
53
+ // Argentina.
54
+ 'AR' => [
55
+ 'C' => [ 'Ciudad Autónoma de Buenos Aires', 'Ciudad Autónoma de Buenos Aires', NULL ],
56
+ 'B' => [ 'Buenos Aires', 'Buenos Aires', NULL ],
57
+ 'K' => [ 'Catamarca', 'Catamarca', NULL ],
58
+ 'H' => [ 'Chaco', 'Chaco', NULL ],
59
+ 'U' => [ 'Chubut', 'Chubut', NULL ],
60
+ 'X' => [ 'Córdoba', 'Córdoba', NULL ],
61
+ 'W' => [ 'Corrientes', 'Corrientes', NULL ],
62
+ 'E' => [ 'Entre Ríos', 'Entre Ríos', NULL ],
63
+ 'P' => [ 'Formosa', 'Formosa', NULL ],
64
+ 'Y' => [ 'Jujuy', 'Jujuy', NULL ],
65
+ 'L' => [ 'La Pampa', 'La Pampa', NULL ],
66
+ 'F' => [ 'La Rioja', 'La Rioja', NULL ],
67
+ 'M' => [ 'Mendoza', 'Mendoza', NULL ],
68
+ 'N' => [ 'Misiones', 'Misiones', NULL ],
69
+ 'Q' => [ 'Neuquén', 'Neuquén', NULL ],
70
+ 'R' => [ 'Río Negro', 'Río Negro', NULL ],
71
+ 'A' => [ 'Salta', 'Salta', NULL ],
72
+ 'J' => [ 'San Juan', 'San Juan', NULL ],
73
+ 'D' => [ 'San Luis', 'San Luis', NULL ],
74
+ 'Z' => [ 'Santa Cruz', 'Santa Cruz', NULL ],
75
+ 'S' => [ 'Santa Fe', 'Santa Fe', NULL ],
76
+ 'G' => [ 'Santiago del Estero', 'Santiago del Estero', NULL ],
77
+ 'V' => [ 'Tierra del Fuego', 'Tierra del Fuego', NULL ],
78
+ 'T' => [ 'Tucumán', 'Tucumán', NULL ],
79
+ ],
80
+ // Austria.
81
+ 'AT' => [],
82
+ // Australia.
83
+ 'AU' =>[
84
+ 'ACT' => [ 'ACT', 'Australian Capital Territory', NULL ],
85
+ 'NSW' => [ 'NSW', 'New South Wales', NULL ],
86
+ 'NT' => [ 'NT', 'Northern Territory', NULL ],
87
+ 'QLD' => [ 'QLD', 'Queensland', NULL ],
88
+ 'SA' => [ 'SA', 'South Australia', NULL ],
89
+ 'TAS' => [ 'TAS', 'Tasmania', NULL ],
90
+ 'VIC' => [ 'VIC', 'Victoria', NULL ],
91
+ 'WA' => [ 'WA', 'Western Australia', NULL ],
92
+ // [ 'JBT', 'Jervis Bay Territory', NULL ],
93
+ ],
94
+ // Aland Islands.
95
+ 'AX' => [],
96
+ // Bangladesh.
97
+ 'BD' => [],
98
+ // Belgium.
99
+ 'BE' => [],
100
+ // Bulgaria.
101
+ 'BG' => [],
102
+ // Bahrain.
103
+ 'BH' => [],
104
+ // Burundi.
105
+ 'BI' => [],
106
+ // Benin.
107
+ 'BJ' => [],
108
+ // Bolivia.
109
+ 'BO' => [],
110
+ // Brazil.
111
+ 'BR' => [
112
+ 'AC' => [ 'AC', 'Acre', NULL ],
113
+ 'AL' => [ 'AL', 'Alagoas', NULL ],
114
+ 'AP' => [ 'AP', 'Amapá', NULL ],
115
+ 'AM' => [ 'AM', 'Amazonas', NULL ],
116
+ 'BA' => [ 'BA', 'Bahia', NULL ],
117
+ 'CE' => [ 'CE', 'Ceará', NULL ],
118
+ 'DF' => [ 'DF', 'Distrito Federal', NULL ],
119
+ 'ES' => [ 'ES', 'Espírito Santo', NULL ],
120
+ 'GO' => [ 'GO', 'Goiás', NULL ],
121
+ 'MA' => [ 'MA', 'Maranhão', NULL ],
122
+ 'MT' => [ 'MT', 'Mato Grosso', NULL ],
123
+ 'MS' => [ 'MS', 'Mato Grosso do Sul', NULL ],
124
+ 'MG' => [ 'MG', 'Minas Gerais', NULL ],
125
+ 'PA' => [ 'PA', 'Pará', NULL ],
126
+ 'PB' => [ 'PB', 'Paraíba', NULL ],
127
+ 'PR' => [ 'PR', 'Paraná', NULL ],
128
+ 'PE' => [ 'PE', 'Pernambuco', NULL ],
129
+ 'PI' => [ 'PI', 'Piauí', NULL ],
130
+ 'RJ' => [ 'RJ', 'Rio de Janeiro', NULL ],
131
+ 'RN' => [ 'RN', 'Rio Grande do Norte', NULL ],
132
+ 'RS' => [ 'RS', 'Rio Grande do Sul', NULL ],
133
+ 'RO' => [ 'RO', 'Rondônia', NULL ],
134
+ 'RR' => [ 'RR', 'Roraima', NULL ],
135
+ 'SC' => [ 'SC', 'Santa Catarina', NULL ],
136
+ 'SP' => [ 'SP', 'São Paulo', NULL ],
137
+ 'SE' => [ 'SE', 'Sergipe', NULL ],
138
+ 'TO' => [ 'TO', 'Tocantins', NULL ],
139
+ ],
140
+ // Canada.
141
+ 'CA' => [
142
+ 'AB' => [ 'AB', 'Alberta', 'Alberta' ],
143
+ 'BC' => [ 'BC', 'British Columbia', 'Colombie-Britannique' ],
144
+ 'MB' => [ 'MB', 'Manitoba', 'Manitoba' ],
145
+ 'NB' => [ 'NB', 'New Brunswick', 'Nouveau-Brunswick' ],
146
+ 'NL' => [ 'NL', 'Newfoundland and Labrador', 'Terre-Neuve-et-Labrador' ],
147
+ 'NT' => [ 'NT', 'Northwest Territories', 'Territoires du Nord-Ouest' ],
148
+ 'NS' => [ 'NS', 'Nova Scotia', 'Nouvelle-Écosse' ],
149
+ 'NU' => [ 'NU', 'Nunavut', 'Nunavut' ],
150
+ 'ON' => [ 'ON', 'Ontario', 'Ontario' ],
151
+ 'PE' => [ 'PE', 'Prince Edward Island', 'Île-du-Prince-Édouard' ],
152
+ 'QC' => [ 'QC', 'Quebec', 'Québec' ],
153
+ 'SK' => [ 'SK', 'Saskatchewan', 'Saskatchewan' ],
154
+ 'YT' => [ 'YT', 'Yukon', 'Yukon' ],
155
+ ],
156
+ // Switzerland.
157
+ 'CH' => [],
158
+ // China.
159
+ 'CN' => [
160
+ 'CN1' => [ 'Yunnan Sheng', 'Yunnan Sheng', '云南省' ],
161
+ 'CN2' => [ 'Beijing Shi', 'Beijing Shi', '北京市' ],
162
+ 'CN3' => [ 'Tianjin Shi', 'Tianjin Shi', '天津市' ],
163
+ 'CN4' => [ 'Hebei Sheng', 'Hebei Sheng', '河北省' ],
164
+ 'CN5' => [ 'Shanxi Sheng', 'Shanxi Sheng', '山西省' ],
165
+ 'CN6' => [ 'Neimenggu Zizhiqu', 'Neimenggu Zizhiqu', '内蒙古' ],
166
+ 'CN7' => [ 'Liaoning Sheng', 'Liaoning Sheng', '辽宁省' ],
167
+ 'CN8' => [ 'Jilin Sheng', 'Jilin Sheng', '吉林省' ],
168
+ 'CN9' => [ 'Heilongjiang Sheng', 'Heilongjiang Sheng', '黑龙江省' ],
169
+ 'CN10' => [ 'Shanghai Shi', 'Shanghai Shi', '上海市' ],
170
+ 'CN11' => [ 'Jiangsu Sheng', 'Jiangsu Sheng', '江苏省' ],
171
+ 'CN12' => [ 'Zhejiang Sheng', 'Zhejiang Sheng', '浙江省' ],
172
+ 'CN13' => [ 'Anhui Sheng', 'Anhui Sheng', '安徽省' ],
173
+ 'CN14' => [ 'Fujian Sheng', 'Fujian Sheng', '福建省' ],
174
+ 'CN15' => [ 'Jiangxi Sheng', 'Jiangxi Sheng', '江西省' ],
175
+ 'CN16' => [ 'Shandong Sheng', 'Shandong Sheng', '山东省' ],
176
+ 'CN17' => [ 'Henan Sheng', 'Henan Sheng', '河南省' ],
177
+ 'CN18' => [ 'Hubei Sheng', 'Hubei Sheng', '湖北省' ],
178
+ 'CN19' => [ 'Hunan Sheng', 'Hunan Sheng', '湖南省' ],
179
+ 'CN20' => [ 'Guangdong Sheng', 'Guangdong Sheng', '广东省' ],
180
+ 'CN21' => [ 'Guangxi Zhuangzuzizhiqu', 'Guangxi Zhuangzuzizhiqu', '广西' ],
181
+ 'CN22' => [ 'Hainan Sheng', 'Hainan Sheng', '海南省' ],
182
+ 'CN23' => [ 'Chongqing Shi', 'Chongqing Shi', '重庆市' ],
183
+ 'CN24' => [ 'Sichuan Sheng', 'Sichuan Sheng', '四川省' ],
184
+ 'CN25' => [ 'Guizhou Sheng', 'Guizhou Sheng', '贵州省' ],
185
+ 'CN26' => [ 'Shaanxi Sheng', 'Shaanxi Sheng', '陕西省' ],
186
+ 'CN27' => [ 'Gansu Sheng', 'Gansu Sheng', '甘肃省' ],
187
+ 'CN28' => [ 'Qinghai Sheng', 'Qinghai Sheng', '青海省' ],
188
+ 'CN29' => [ 'Ningxia Huizuzizhiqu', 'Ningxia Huizuzizhiqu', '宁夏' ],
189
+ 'CN30' => [ 'Macau', 'Macau', '澳门' ],
190
+ 'CN31' => [ 'Xizang Zizhiqu', 'Xizang Zizhiqu', '西藏' ],
191
+ 'CN32' => [ 'Xinjiang Weiwuerzizhiqu', 'Xinjiang Weiwuerzizhiqu', '新疆' ],
192
+ // [ 'Taiwan', 'Taiwan', '台湾' ],
193
+ // [ 'Hong Kong', 'Hong Kong', '香港' ],
194
+ ],
195
+ // Czech Republic.
196
+ 'CZ' => [],
197
+ // Germany.
198
+ 'DE' => [],
199
+ // Denmark.
200
+ 'DK' => [],
201
+ // Dominican Republic.
202
+ 'DO' => [],
203
+ // Algeria.
204
+ 'DZ' => [],
205
+ // Estonia.
206
+ 'EE' => [],
207
+ // Egypt.
208
+ 'EG' => [
209
+ 'EGALX' => [ 'Alexandria Governorate', 'Alexandria Governorate', 'الإسكندرية' ],
210
+ 'EGASN' => [ 'Aswan Governorate', 'Aswan Governorate', 'أسوان' ],
211
+ 'EGAST' => [ 'Asyut Governorate', 'Asyut Governorate', 'أسيوط' ],
212
+ 'EGBA' => [ 'Red Sea Governorate', 'Red Sea Governorate', 'البحر الأحمر' ],
213
+ 'EGBH' => [ 'El Beheira Governorate', 'El Beheira Governorate', 'البحيرة' ],
214
+ 'EGBNS' => [ 'Beni Suef Governorate', 'Beni Suef Governorate', 'بني سويف' ],
215
+ 'EGC' => [ 'Cairo Governorate', 'Cairo Governorate', 'القاهرة' ],
216
+ 'EGDK' => [ 'Dakahlia Governorate', 'Dakahlia Governorate', 'الدقهلية' ],
217
+ 'EGDT' => [ 'Damietta Governorate', 'Damietta Governorate', 'دمياط' ],
218
+ 'EGFYM' => [ 'Faiyum Governorate', 'Faiyum Governorate', 'الفيوم' ],
219
+ 'EGGH' => [ 'Gharbia Governorate', 'Gharbia Governorate', 'الغربية' ],
220
+ 'EGGZ' => [ 'Giza Governorate', 'Giza Governorate', 'الجيزة' ],
221
+ 'EGIS' => [ 'Ismailia Governorate', 'Ismailia Governorate', 'الإسماعيلية' ],
222
+ 'EGJS' => [ 'South Sinai Governorate', 'South Sinai Governorate', 'جنوب سيناء' ],
223
+ 'EGKB' => [ 'Qalyubia Governorate', 'Qalyubia Governorate', 'القليوبية' ],
224
+ 'EGKFS' => [ 'Kafr El Sheikh Governorate', 'Kafr El Sheikh Governorate', 'كفر الشيخ' ],
225
+ 'EGKN' => [ 'Qena Governorate', 'Qena Governorate', 'قنا' ],
226
+ 'EGLX' => [ 'Luxor Governorate', 'Luxor Governorate', 'الأقصر' ],
227
+ 'EGMN' => [ 'Menia Governorate', 'Menia Governorate', 'المنيا' ],
228
+ 'EGMNF' => [ 'Menofia Governorate', 'Menofia Governorate', 'المنوفية' ],
229
+ 'EGMT' => [ 'Matrouh Governorate', 'Matrouh Governorate', 'مطروح' ],
230
+ 'EGPTS' => [ 'Port Said Governorate', 'Port Said Governorate', 'بورسعيد' ],
231
+ 'EGSHG' => [ 'Sohag Governorate', 'Sohag Governorate', 'سوهاج' ],
232
+ 'EGSHR' => [ 'Ash Sharqia Governorate', 'Ash Sharqia Governorate', 'الشرقية' ],
233
+ 'EGSIN' => [ 'North Sinai Governorate', 'North Sinai Governorate', 'شمال سيناء' ],
234
+ 'EGSUZ' => [ 'Suez Governorate', 'Suez Governorate', 'السويس' ],
235
+ 'EGWAD' => [ 'New Valley Governorate', 'New Valley Governorate', 'الوادي الجديد' ],
236
+ ],
237
+ // Spain.
238
+ 'ES' => [
239
+ 'C' => [ 'A Coruña', 'A Coruña', NULL ],
240
+ 'VI' => [ 'Álava', 'Álava', NULL ],
241
+ 'AB' => [ 'Albacete', 'Albacete', NULL ],
242
+ 'A' => [ 'Alicante', 'Alicante', NULL ],
243
+ 'AL' => [ 'Almería', 'Almería', NULL ],
244
+ 'O' => [ 'Asturias', 'Asturias', NULL ],
245
+ 'AV' => [ 'Ávila', 'Ávila', NULL ],
246
+ 'BA' => [ 'Badajoz', 'Badajoz', NULL ],
247
+ 'PM' => [ 'Balears', 'Balears', NULL ],
248
+ 'B' => [ 'Barcelona', 'Barcelona', NULL ],
249
+ 'BU' => [ 'Burgos', 'Burgos', NULL ],
250
+ 'CC' => [ 'Cáceres', 'Cáceres', NULL ],
251
+ 'CA' => [ 'Cádiz', 'Cádiz', NULL ],
252
+ 'S' => [ 'Cantabria', 'Cantabria', NULL ],
253
+ 'CS' => [ 'Castellón', 'Castellón', NULL ],
254
+ 'CE' => [ 'Ceuta', 'Ceuta', NULL ],
255
+ 'CR' => [ 'Ciudad Real', 'Ciudad Real', NULL ],
256
+ 'CO' => [ 'Córdoba', 'Córdoba', NULL ],
257
+ 'CU' => [ 'Cuenca', 'Cuenca', NULL ],
258
+ 'GI' => [ 'Girona', 'Girona', NULL ],
259
+ 'GR' => [ 'Granada', 'Granada', NULL ],
260
+ 'GU' => [ 'Guadalajara', 'Guadalajara', NULL ],
261
+ 'SS' => [ 'Guipúzcoa', 'Guipúzcoa', NULL ],
262
+ 'H' => [ 'Huelva', 'Huelva', NULL ],
263
+ 'HU' => [ 'Huesca', 'Huesca', NULL ],
264
+ 'J' => [ 'Jaén', 'Jaén', NULL ],
265
+ 'LO' => [ 'La Rioja', 'La Rioja', NULL ],
266
+ 'GC' => [ 'Las Palmas', 'Las Palmas', NULL ],
267
+ 'LE' => [ 'León', 'León', NULL ],
268
+ 'L' => [ 'Lleida', 'Lleida', NULL ],
269
+ 'LU' => [ 'Lugo', 'Lugo', NULL ],
270
+ 'M' => [ 'Madrid', 'Madrid', NULL ],
271
+ 'MA' => [ 'Málaga', 'Málaga', NULL ],
272
+ 'ML' => [ 'Melilla', 'Melilla', NULL ],
273
+ 'MU' => [ 'Murcia', 'Murcia', NULL ],
274
+ 'NA' => [ 'Navarra', 'Navarra', NULL ],
275
+ 'OR' => [ 'Ourense', 'Ourense', NULL ],
276
+ 'P' => [ 'Palencia', 'Palencia', NULL ],
277
+ 'PO' => [ 'Pontevedra', 'Pontevedra', NULL ],
278
+ 'SA' => [ 'Salamanca', 'Salamanca', NULL ],
279
+ 'TF' => [ 'Santa Cruz de Tenerife', 'Santa Cruz de Tenerife', NULL ],
280
+ 'SG' => [ 'Segovia', 'Segovia', NULL ],
281
+ 'SE' => [ 'Sevilla', 'Sevilla', NULL ],
282
+ 'SO' => [ 'Soria', 'Soria', NULL ],
283
+ 'T' => [ 'Tarragona', 'Tarragona', NULL ],
284
+ 'TE' => [ 'Teruel', 'Teruel', NULL ],
285
+ 'TO' => [ 'Toledo', 'Toledo', NULL ],
286
+ 'V' => [ 'Valencia', 'Valencia', NULL ],
287
+ 'VA' => [ 'Valladolid', 'Valladolid', NULL ],
288
+ 'BI' => [ 'Vizcaya', 'Vizcaya', NULL ],
289
+ 'ZA' => [ 'Zamora', 'Zamora', NULL ],
290
+ 'Z' => [ 'Zaragoza', 'Zaragoza', NULL ],
291
+ ],
292
+ // Finland.
293
+ 'FI' => [],
294
+ // France.
295
+ 'FR' => [],
296
+ // French Guiana.
297
+ 'GF' => [],
298
+ // Ghana.
299
+ 'GH' => [],
300
+ // Guadeloupe.
301
+ 'GP' => [],
302
+ // Greece.
303
+ 'GR' => [],
304
+ // Guatemala.
305
+ 'GT' => [],
306
+ // Hong Kong.
307
+ 'HK' => [
308
+ 'HONG KONG' => [ 'Hong Kong Island', 'Hong Kong Island', '香港島' ],
309
+ 'KOWLOON' => [ 'Kowloon', 'Kowloon', '九龍' ],
310
+ 'NEW TERRITORIES' => [ 'New Territories', 'New Territories', '新界' ],
311
+ ],
312
+ // Hungary.
313
+ 'HU' => [],
314
+ // Indonesia.
315
+ 'ID' => [
316
+ 'AC' => [ 'Aceh', 'Aceh', NULL ],
317
+ 'SU' => [ 'Sumatera Utara', 'Sumatera Utara', NULL ],
318
+ 'SB' => [ 'Sumatera Barat', 'Sumatera Barat', NULL ],
319
+ 'RI' => [ 'Riau', 'Riau', NULL ],
320
+ 'KR' => [ 'Kepulauan Riau', 'Kepulauan Riau', NULL ],
321
+ 'JA' => [ 'Jambi', 'Jambi', NULL ],
322
+ 'SS' => [ 'Sumatera Selatan', 'Sumatera Selatan', NULL ],
323
+ 'BB' => [ 'Kepulauan Bangka Belitung', 'Kepulauan Bangka Belitung', NULL ],
324
+ 'BE' => [ 'Bengkulu', 'Bengkulu', NULL ],
325
+ 'LA' => [ 'Lampung', 'Lampung', NULL ],
326
+ 'JK' => [ 'DKI Jakarta', 'DKI Jakarta', NULL ],
327
+ 'JB' => [ 'Jawa Barat', 'Jawa Barat', NULL ],
328
+ 'BT' => [ 'Banten', 'Banten', NULL ],
329
+ 'JT' => [ 'Jawa Tengah', 'Jawa Tengah', NULL ],
330
+ 'JI' => [ 'Jawa Timur', 'Jawa Timur', NULL ],
331
+ 'YO' => [ 'Daerah Istimewa Yogyakarta', 'Daerah Istimewa Yogyakarta', NULL ],
332
+ 'BA' => [ 'Bali', 'Bali', NULL ],
333
+ 'NB' => [ 'Nusa Tenggara Barat', 'Nusa Tenggara Barat', NULL ],
334
+ 'NT' => [ 'Nusa Tenggara Timur', 'Nusa Tenggara Timur', NULL ],
335
+ 'KB' => [ 'Kalimantan Barat', 'Kalimantan Barat', NULL ],
336
+ 'KT' => [ 'Kalimantan Tengah', 'Kalimantan Tengah', NULL ],
337
+ 'KI' => [ 'Kalimantan Timur', 'Kalimantan Timur', NULL ],
338
+ 'KS' => [ 'Kalimantan Selatan', 'Kalimantan Selatan', NULL ],
339
+ 'KU' => [ 'Kalimantan Utara', 'Kalimantan Utara', NULL ],
340
+ 'SA' => [ 'Sulawesi Utara', 'Sulawesi Utara', NULL ],
341
+ 'ST' => [ 'Sulawesi Tengah', 'Sulawesi Tengah', NULL ],
342
+ 'SG' => [ 'Sulawesi Tenggara', 'Sulawesi Tenggara', NULL ],
343
+ 'SR' => [ 'Sulawesi Barat', 'Sulawesi Barat', NULL ],
344
+ 'SN' => [ 'Sulawesi Selatan', 'Sulawesi Selatan', NULL ],
345
+ 'GO' => [ 'Gorontalo', 'Gorontalo', NULL ],
346
+ 'MA' => [ 'Maluku', 'Maluku', NULL ],
347
+ 'MU' => [ 'Maluku Utara', 'Maluku Utara', NULL ],
348
+ 'PA' => [ 'Papua', 'Papua', NULL ],
349
+ 'PB' => [ 'Papua Barat', 'Papua Barat', NULL ],
350
+ // [ 'Kalimantan Tengah', 'Kalimantan Tengah', NULL ],
351
+ // [ 'Kalimantan Timur', 'Kalimantan Timur', NULL ],
352
+ ],
353
+ // Ireland.
354
+ 'IE' => [
355
+ 'CW' => [ 'Co. Carlow', 'Co. Carlow', NULL ],
356
+ 'CN' => [ 'Co. Cavan', 'Co. Cavan', NULL ],
357
+ 'CE' => [ 'Co. Clare', 'Co. Clare', NULL ],
358
+ 'CO' => [ 'Co. Cork', 'Co. Cork', NULL ],
359
+ 'DL' => [ 'Co. Donegal', 'Co. Donegal', NULL ],
360
+ 'D' => [ 'Co. Dublin', 'Co. Dublin', NULL ],
361
+ 'G' => [ 'Co. Galway', 'Co. Galway', NULL ],
362
+ 'KY' => [ 'Co. Kerry', 'Co. Kerry', NULL ],
363
+ 'KE' => [ 'Co. Kildare', 'Co. Kildare', NULL ],
364
+ 'KK' => [ 'Co. Kilkenny', 'Co. Kilkenny', NULL ],
365
+ 'LS' => [ 'Co. Laois', 'Co. Laois', NULL ],
366
+ 'LM' => [ 'Co. Leitrim', 'Co. Leitrim', NULL ],
367
+ 'LK' => [ 'Co. Limerick', 'Co. Limerick', NULL ],
368
+ 'LD' => [ 'Co. Longford', 'Co. Longford', NULL ],
369
+ 'LH' => [ 'Co. Louth', 'Co. Louth', NULL ],
370
+ 'MO' => [ 'Co. Mayo', 'Co. Mayo', NULL ],
371
+ 'MH' => [ 'Co. Meath', 'Co. Meath', NULL ],
372
+ 'MN' => [ 'Co. Monaghan', 'Co. Monaghan', NULL ],
373
+ 'OY' => [ 'Co. Offaly', 'Co. Offaly', NULL ],
374
+ 'RN' => [ 'Co. Roscommon', 'Co. Roscommon', NULL ],
375
+ 'SO' => [ 'Co. Sligo', 'Co. Sligo', NULL ],
376
+ 'TA' => [ 'Co. Tipperary', 'Co. Tipperary', NULL ],
377
+ 'WD' => [ 'Co. Waterford', 'Co. Waterford', NULL ],
378
+ 'WH' => [ 'Co. Westmeath', 'Co. Westmeath', NULL ],
379
+ 'WX' => [ 'Co. Wexford', 'Co. Wexford', NULL ],
380
+ 'WW' => [ 'Co. Wicklow', 'Co. Wicklow', NULL ],
381
+ ],
382
+ // Israel.
383
+ 'IL' => [],
384
+ // Isle of Man.
385
+ 'IM' => [],
386
+ // India.
387
+ 'IN' => [
388
+ 'AP' => [ 'Andhra Pradesh', 'Andhra Pradesh', NULL ],
389
+ 'AR' => [ 'Arunachal Pradesh', 'Arunachal Pradesh', NULL ],
390
+ 'AS' => [ 'Assam', 'Assam', NULL ],
391
+ 'BR' => [ 'Bihar', 'Bihar', NULL ],
392
+ 'CT' => [ 'Chhattisgarh', 'Chhattisgarh', NULL ],
393
+ 'GA' => [ 'Goa', 'Goa', NULL ],
394
+ 'GJ' => [ 'Gujarat', 'Gujarat', NULL ],
395
+ 'HR' => [ 'Haryana', 'Haryana', NULL ],
396
+ 'HP' => [ 'Himachal Pradesh', 'Himachal Pradesh', NULL ],
397
+ 'JK' => [ 'Jammu and Kashmir', 'Jammu & Kashmir', NULL ],
398
+ 'JH' => [ 'Jharkhand', 'Jharkhand', NULL ],
399
+ 'KA' => [ 'Karnataka', 'Karnataka', NULL ],
400
+ 'KL' => [ 'Kerala', 'Kerala', NULL ],
401
+ // 'LA' => __( 'Ladakh', 'woocommerce' ),
402
+ 'MP' => [ 'Madhya Pradesh', 'Madhya Pradesh', NULL ],
403
+ 'MH' => [ 'Maharashtra', 'Maharashtra', NULL ],
404
+ 'MN' => [ 'Manipur', 'Manipur', NULL ],
405
+ 'ML' => [ 'Meghalaya', 'Meghalaya', NULL ],
406
+ 'MZ' => [ 'Mizoram', 'Mizoram', NULL ],
407
+ 'NL' => [ 'Nagaland', 'Nagaland', NULL ],
408
+ 'OR' => [ 'Odisha', 'Odisha', NULL ],
409
+ 'PB' => [ 'Punjab', 'Punjab', NULL ],
410
+ 'RJ' => [ 'Rajasthan', 'Rajasthan', NULL ],
411
+ 'SK' => [ 'Sikkim', 'Sikkim', NULL ],
412
+ 'TN' => [ 'Tamil Nadu', 'Tamil Nadu', NULL ],
413
+ 'TS' => [ 'Telangana', 'Telangana', NULL ],
414
+ 'TR' => [ 'Tripura', 'Tripura', NULL ],
415
+ 'UK' => [ 'Uttarakhand', 'Uttarakhand', NULL ],
416
+ 'UP' => [ 'Uttar Pradesh', 'Uttar Pradesh', NULL ],
417
+ 'WB' => [ 'West Bengal', 'West Bengal', NULL ],
418
+ 'AN' => [ 'Andaman and Nicobar Islands', 'Andaman & Nicobar', NULL ],
419
+ 'CH' => [ 'Chandigarh', 'Chandigarh', NULL ],
420
+ 'DN' => [ 'Dadra and Nagar Haveli', 'Dadra & Nagar Haveli', NULL ],
421
+ 'DD' => [ 'Daman and Diu', 'Daman & Diu', NULL ],
422
+ 'DL' => [ 'Delhi', 'Delhi', NULL ],
423
+ 'LD' => [ 'Lakshadweep', 'Lakshadweep', NULL ],
424
+ 'PY' => [ 'Puducherry', 'Puducherry', NULL ],
425
+ ],
426
+ // Iran.
427
+ 'IR' => [
428
+ 'KHZ' => [ 'Khuzestan Province', 'Khuzestan Province', 'استان خوزستان' ],
429
+ 'THR' => [ 'Tehran Province', 'Tehran Province', 'استان تهران' ],
430
+ 'ILM' => [ 'Ilam Province', 'Ilam Province', 'استان ایلام' ],
431
+ 'BHR' => [ 'Bushehr Province', 'Bushehr Province', 'استان بوشهر' ],
432
+ 'ADL' => [ 'Ardabil Province', 'Ardabil Province', 'استان اردبیل' ],
433
+ 'ESF' => [ 'Isfahan Province', 'Isfahan Province', 'استان اصفهان' ],
434
+ 'YZD' => [ 'Yazd Province', 'Yazd Province', 'استان یزد' ],
435
+ 'KRH' => [ 'Kermanshah Province', 'Kermanshah Province', 'استان کرمانشاه' ],
436
+ 'KRN' => [ 'Kerman Province', 'Kerman Province', 'استان کرمان' ],
437
+ 'HDN' => [ 'Hamadan Province', 'Hamadan Province', 'استان همدان' ],
438
+ 'GZN' => [ 'Qazvin Province', 'Qazvin Province', 'استان قزوین' ],
439
+ 'ZJN' => [ 'Zanjan Province', 'Zanjan Province', 'استان زنجان' ],
440
+ 'LRS' => [ 'Lorestan Province', 'Lorestan Province', 'استان لرستان' ],
441
+ 'ABZ' => [ 'Alborz Province', 'Alborz Province', 'استان البرز' ],
442
+ 'EAZ' => [ 'East Azerbaijan Province', 'East Azerbaijan Province', 'استان آذربایجان شرقی' ],
443
+ 'WAZ' => [ 'West Azerbaijan Province', 'West Azerbaijan Province', 'استان آذربایجان غربی' ],
444
+ 'CHB' => [ 'Chaharmahal and Bakhtiari Province', 'Chaharmahal and Bakhtiari Province', 'استان چهارمحال و بختیاری' ],
445
+ 'SKH' => [ 'South Khorasan Province', 'South Khorasan Province', 'استان خراسان جنوبی' ],
446
+ 'RKH' => [ 'Razavi Khorasan Province', 'Razavi Khorasan Province', 'استان خراسان رضوی' ],
447
+ 'NKH' => [ 'North Khorasan Province', 'North Khorasan Province', 'استان خراسان شمالی' ],
448
+ 'SMN' => [ 'Semnan Province', 'Semnan Province', 'استان سمنان' ],
449
+ 'FRS' => [ 'Fars Province', 'Fars Province', 'استان فارس' ],
450
+ 'QHM' => [ 'Qom Province', 'Qom Province', 'استان قم' ],
451
+ 'KRD' => [ 'Kurdistan Province', 'Kurdistan Province', 'استان کردستان' ],
452
+ 'KBD' => [ 'Kohgiluyeh and Boyer-Ahmad Province', 'Kohgiluyeh and Boyer-Ahmad Province', 'استان کهگیلویه و بویراحمد' ],
453
+ 'GLS' => [ 'Golestan Province', 'Golestan Province', 'استان گلستان' ],
454
+ 'GIL' => [ 'Gilan Province', 'Gilan Province', 'استان گیلان' ],
455
+ 'MZN' => [ 'Mazandaran Province', 'Mazandaran Province', 'استان مازندران' ],
456
+ 'MKZ' => [ 'Markazi Province', 'Markazi Province', 'استان مرکزی' ],
457
+ 'HRZ' => [ 'Hormozgan Province', 'Hormozgan Province', 'استان هرمزگان' ],
458
+ 'SBN' => [ 'Sistan and Baluchestan Province', 'Sistan and Baluchestan Province', 'استان سیستان و بلوچستان' ],
459
+ ],
460
+ // Iceland.
461
+ 'IS' => [],
462
+ // Italy.
463
+ 'IT' => [
464
+ 'AG' => [ 'AG', 'Agrigento', NULL ],
465
+ 'AL' => [ 'AL', 'Alessandria', NULL ],
466
+ 'AN' => [ 'AN', 'Ancona', NULL ],
467
+ 'AO' => [ 'AO', 'Aosta', NULL ],
468
+ 'AR' => [ 'AR', 'Arezzo', NULL ],
469
+ 'AP' => [ 'AP', 'Ascoli Piceno', NULL ],
470
+ 'AT' => [ 'AT', 'Asti', NULL ],
471
+ 'AV' => [ 'AV', 'Avellino', NULL ],
472
+ 'BA' => [ 'BA', 'Bari', NULL ],
473
+ 'BT' => [ 'BT', 'Barletta-Andria-Trani', NULL ],
474
+ 'BL' => [ 'BL', 'Belluno', NULL ],
475
+ 'BN' => [ 'BN', 'Benevento', NULL ],
476
+ 'BG' => [ 'BG', 'Bergamo', NULL ],
477
+ 'BI' => [ 'BI', 'Biella', NULL ],
478
+ 'BO' => [ 'BO', 'Bologna', NULL ],
479
+ 'BZ' => [ 'BZ', 'Bolzano', NULL ],
480
+ 'BS' => [ 'BS', 'Brescia', NULL ],
481
+ 'BR' => [ 'BR', 'Brindisi', NULL ],
482
+ 'CA' => [ 'CA', 'Cagliari', NULL ],
483
+ 'CL' => [ 'CL', 'Caltanissetta', NULL ],
484
+ 'CB' => [ 'CB', 'Campobasso', NULL ],
485
+ 'CE' => [ 'CE', 'Caserta', NULL ],
486
+ 'CT' => [ 'CT', 'Catania', NULL ],
487
+ 'CZ' => [ 'CZ', 'Catanzaro', NULL ],
488
+ 'CH' => [ 'CH', 'Chieti', NULL ],
489
+ 'CO' => [ 'CO', 'Como', NULL ],
490
+ 'CS' => [ 'CS', 'Cosenza', NULL ],
491
+ 'CR' => [ 'CR', 'Cremona', NULL ],
492
+ 'KR' => [ 'KR', 'Crotone', NULL ],
493
+ 'CN' => [ 'CN', 'Cuneo', NULL ],
494
+ 'EN' => [ 'EN', 'Enna', NULL ],
495
+ 'FM' => [ 'FM', 'Fermo', NULL ],
496
+ 'FE' => [ 'FE', 'Ferrara', NULL ],
497
+ 'FI' => [ 'FI', 'Firenze', NULL ],
498
+ 'FG' => [ 'FG', 'Foggia', NULL ],
499
+ 'FC' => [ 'FC', 'Forlì-Cesena', NULL ],
500
+ 'FR' => [ 'FR', 'Frosinone', NULL ],
501
+ 'GE' => [ 'GE', 'Genova', NULL ],
502
+ 'GO' => [ 'GO', 'Gorizia', NULL ],
503
+ 'GR' => [ 'GR', 'Grosseto', NULL ],
504
+ 'IM' => [ 'IM', 'Imperia', NULL ],
505
+ 'IS' => [ 'IS', 'Isernia', NULL ],
506
+ 'SP' => [ 'SP', 'La Spezia', NULL ],
507
+ 'AQ' => [ 'AQ', "L'Aquila", NULL ],
508
+ 'LT' => [ 'LT', 'Latina', NULL ],
509
+ 'LE' => [ 'LE', 'Lecce', NULL ],
510
+ 'LC' => [ 'LC', 'Lecco', NULL ],
511
+ 'LI' => [ 'LI', 'Livorno', NULL ],
512
+ 'LO' => [ 'LO', 'Lodi', NULL ],
513
+ 'LU' => [ 'LU', 'Lucca', NULL ],
514
+ 'MC' => [ 'MC', 'Macerata', NULL ],
515
+ 'MN' => [ 'MN', 'Mantova', NULL ],
516
+ 'MS' => [ 'MS', 'Massa-Carrara', NULL ],
517
+ 'MT' => [ 'MT', 'Matera', NULL ],
518
+ 'ME' => [ 'ME', 'Messina', NULL ],
519
+ 'MI' => [ 'MI', 'Milano', NULL ],
520
+ 'MO' => [ 'MO', 'Modena', NULL ],
521
+ 'MB' => [ 'MB', 'Monza e Brianza', NULL ],
522
+ 'NA' => [ 'NA', 'Napoli', NULL ],
523
+ 'NO' => [ 'NO', 'Novara', NULL ],
524
+ 'NU' => [ 'NU', 'Nuoro', NULL ],
525
+ 'OR' => [ 'OR', 'Oristano', NULL ],
526
+ 'PD' => [ 'PD', 'Padova', NULL ],
527
+ 'PA' => [ 'PA', 'Palermo', NULL ],
528
+ 'PR' => [ 'PR', 'Parma', NULL ],
529
+ 'PV' => [ 'PV', 'Pavia', NULL ],
530
+ 'PG' => [ 'PG', 'Perugia', NULL ],
531
+ 'PU' => [ 'PU', 'Pesaro e Urbino', NULL ],
532
+ 'PE' => [ 'PE', 'Pescara', NULL ],
533
+ 'PC' => [ 'PC', 'Piacenza', NULL ],
534
+ 'PI' => [ 'PI', 'Pisa', NULL ],
535
+ 'PT' => [ 'PT', 'Pistoia', NULL ],
536
+ 'PN' => [ 'PN', 'Pordenone', NULL ],
537
+ 'PZ' => [ 'PZ', 'Potenza', NULL ],
538
+ 'PO' => [ 'PO', 'Prato', NULL ],
539
+ 'RG' => [ 'RG', 'Ragusa', NULL ],
540
+ 'RA' => [ 'RA', 'Ravenna', NULL ],
541
+ 'RC' => [ 'RC', 'Reggio Calabria', NULL ],
542
+ 'RE' => [ 'RE', 'Reggio Emilia', NULL ],
543
+ 'RI' => [ 'RI', 'Rieti', NULL ],
544
+ 'RN' => [ 'RN', 'Rimini', NULL ],
545
+ 'RM' => [ 'RM', 'Roma', NULL ],
546
+ 'RO' => [ 'RO', 'Rovigo', NULL ],
547
+ 'SA' => [ 'SA', 'Salerno', NULL ],
548
+ 'SS' => [ 'SS', 'Sassari', NULL ],
549
+ 'SV' => [ 'SV', 'Savona', NULL ],
550
+ 'SI' => [ 'SI', 'Siena', NULL ],
551
+ 'SR' => [ 'SR', 'Siracusa', NULL ],
552
+ 'SO' => [ 'SO', 'Sondrio', NULL ],
553
+ 'SU' => [ 'SU', 'Sud Sardegna', NULL ],
554
+ 'TA' => [ 'TA', 'Taranto', NULL ],
555
+ 'TE' => [ 'TE', 'Teramo', NULL ],
556
+ 'TR' => [ 'TR', 'Terni', NULL ],
557
+ 'TO' => [ 'TO', 'Torino', NULL ],
558
+ 'TP' => [ 'TP', 'Trapani', NULL ],
559
+ 'TN' => [ 'TN', 'Trento', NULL ],
560
+ 'TV' => [ 'TV', 'Treviso', NULL ],
561
+ 'TS' => [ 'TS', 'Trieste', NULL ],
562
+ 'UD' => [ 'UD', 'Udine', NULL ],
563
+ 'VA' => [ 'VA', 'Varese', NULL ],
564
+ 'VE' => [ 'VE', 'Venezia', NULL ],
565
+ 'VB' => [ 'VB', 'Verbano-Cusio-Ossola', NULL ],
566
+ 'VC' => [ 'VC', 'Vercelli', NULL ],
567
+ 'VR' => [ 'VR', 'Verona', NULL ],
568
+ 'VV' => [ 'VV', 'Vibo Valentia', NULL ],
569
+ 'VI' => [ 'VI', 'Vicenza', NULL ],
570
+ 'VT' => [ 'VT', 'Viterbo', NULL ],
571
+ ],
572
+ // Jamaica.
573
+ 'JM' => [
574
+ 'JM-01' => [ 'Kingston', 'Kingston', NULL ],
575
+ 'JM-02' => [ 'St. Andrew', 'St. Andrew', NULL ],
576
+ 'JM-03' => [ 'St. Thomas', 'St. Thomas', NULL ],
577
+ 'JM-04' => [ 'Portland', 'Portland', NULL ],
578
+ 'JM-05' => [ 'St. Mary', 'St. Mary', NULL ],
579
+ 'JM-06' => [ 'St. Ann', 'St. Ann', NULL ],
580
+ 'JM-07' => [ 'Trelawny', 'Trelawny', NULL ],
581
+ 'JM-08' => [ 'St. James', 'St. James', NULL ],
582
+ 'JM-09' => [ 'Hanover', 'Hanover', NULL ],
583
+ 'JM-10' => [ 'Westmoreland', 'Westmoreland', NULL ],
584
+ 'JM-11' => [ 'St. Elizabeth', 'St. Elizabeth', NULL ],
585
+ 'JM-12' => [ 'Manchester', 'Manchester', NULL ],
586
+ 'JM-13' => [ 'Clarendon', 'Clarendon', NULL ],
587
+ 'JM-14' => [ 'St. Catherine', 'St. Catherine', NULL ],
588
+ ],
589
+ // Japan.
590
+ 'JP' => [
591
+ 'JP01' => [ 'Hokkaido', 'Hokkaido', '北海道' ],
592
+ 'JP02' => [ 'Aomori', 'Aomori', '青森県' ],
593
+ 'JP03' => [ 'Iwate', 'Iwate', '岩手県' ],
594
+ 'JP04' => [ 'Miyagi', 'Miyagi', '宮城県' ],
595
+ 'JP05' => [ 'Akita', 'Akita', '秋田県' ],
596
+ 'JP06' => [ 'Yamagata', 'Yamagata', '山形県' ],
597
+ 'JP07' => [ 'Fukushima', 'Fukushima', '福島県' ],
598
+ 'JP08' => [ 'Ibaraki', 'Ibaraki', '茨城県' ],
599
+ 'JP09' => [ 'Tochigi', 'Tochigi', '栃木県' ],
600
+ 'JP10' => [ 'Gunma', 'Gunma', '群馬県' ],
601
+ 'JP11' => [ 'Saitama', 'Saitama', '埼玉県' ],
602
+ 'JP12' => [ 'Chiba', 'Chiba', '千葉県' ],
603
+ 'JP13' => [ 'Tokyo', 'Tokyo', '東京都' ],
604
+ 'JP14' => [ 'Kanagawa', 'Kanagawa', '神奈川県' ],
605
+ 'JP15' => [ 'Niigata', 'Niigata', '新潟県' ],
606
+ 'JP16' => [ 'Toyama', 'Toyama', '富山県' ],
607
+ 'JP17' => [ 'Ishikawa', 'Ishikawa', '石川県' ],
608
+ 'JP18' => [ 'Fukui', 'Fukui', '福井県' ],
609
+ 'JP19' => [ 'Yamanashi', 'Yamanashi', '山梨県' ],
610
+ 'JP20' => [ 'Nagano', 'Nagano', '長野県' ],
611
+ 'JP21' => [ 'Gifu', 'Gifu', '岐阜県' ],
612
+ 'JP22' => [ 'Shizuoka', 'Shizuoka', '静岡県' ],
613
+ 'JP23' => [ 'Aichi', 'Aichi', '愛知県' ],
614
+ 'JP24' => [ 'Mie', 'Mie', '三重県' ],
615
+ 'JP25' => [ 'Shiga', 'Shiga', '滋賀県' ],
616
+ 'JP26' => [ 'Kyoto', 'Kyoto', '京都府' ],
617
+ 'JP27' => [ 'Osaka', 'Osaka', '大阪府' ],
618
+ 'JP28' => [ 'Hyogo', 'Hyogo', '兵庫県' ],
619
+ 'JP29' => [ 'Nara', 'Nara', '奈良県' ],
620
+ 'JP30' => [ 'Wakayama', 'Wakayama', '和歌山県' ],
621
+ 'JP31' => [ 'Tottori', 'Tottori', '鳥取県' ],
622
+ 'JP32' => [ 'Shimane', 'Shimane', '島根県' ],
623
+ 'JP33' => [ 'Okayama', 'Okayama', '岡山県' ],
624
+ 'JP34' => [ 'Hiroshima', 'Hiroshima', '広島県' ],
625
+ 'JP35' => [ 'Yamaguchi', 'Yamaguchi', '山口県' ],
626
+ 'JP36' => [ 'Tokushima', 'Tokushima', '徳島県' ],
627
+ 'JP37' => [ 'Kagawa', 'Kagawa', '香川県' ],
628
+ 'JP38' => [ 'Ehime', 'Ehime', '愛媛県' ],
629
+ 'JP39' => [ 'Kochi', 'Kochi', '高知県' ],
630
+ 'JP40' => [ 'Fukuoka', 'Fukuoka', '福岡県' ],
631
+ 'JP41' => [ 'Saga', 'Saga', '佐賀県' ],
632
+ 'JP42' => [ 'Nagasaki', 'Nagasaki', '長崎県' ],
633
+ 'JP43' => [ 'Kumamoto', 'Kumamoto', '熊本県' ],
634
+ 'JP44' => [ 'Oita', 'Oita', '大分県' ],
635
+ 'JP45' => [ 'Miyazaki', 'Miyazaki', '宮崎県' ],
636
+ 'JP46' => [ 'Kagoshima', 'Kagoshima', '鹿児島県' ],
637
+ 'JP47' => [ 'Okinawa', 'Okinawa', '沖縄県' ],
638
+ ],
639
+ // Kenya.
640
+ 'KE' => [],
641
+ // South Korea.
642
+ 'KR' => [],
643
+ // Kuwait.
644
+ 'KW' => [],
645
+ // Laos.
646
+ 'LA' => [],
647
+ // Lebanon.
648
+ 'LB' => [],
649
+ // Sri Lanka.
650
+ 'LK' => [],
651
+ // Liberia.
652
+ 'LR' => [],
653
+ // Luxembourg.
654
+ 'LU' => [],
655
+ // Moldova.
656
+ 'MD' => [],
657
+ // Martinique.
658
+ 'MQ' => [],
659
+ // Malta.
660
+ 'MT' => [],
661
+ // Mexico.
662
+ 'MX' => [
663
+ 'DF' => [ 'CDMX', 'Ciudad de México', NULL ],
664
+ 'JA' => [ 'Jal.', 'Jalisco', NULL ],
665
+ 'NL' => [ 'N.L.', 'Nuevo León', NULL ],
666
+ 'AG' => [ 'Ags.', 'Aguascalientes', NULL ],
667
+ 'BC' => [ 'B.C.', 'Baja California', NULL ],
668
+ 'BS' => [ 'B.C.S.', 'Baja California Sur', NULL ],
669
+ 'CM' => [ 'Camp.', 'Campeche', NULL ],
670
+ 'CS' => [ 'Chis.', 'Chiapas', NULL ],
671
+ 'CH' => [ 'Chih.', 'Chihuahua', NULL ],
672
+ 'CO' => [ 'Coah.', 'Coahuila de Zaragoza', NULL ],
673
+ 'CL' => [ 'Col.', 'Colima', NULL ],
674
+ 'DG' => [ 'Dgo.', 'Durango', NULL ],
675
+ 'GT' => [ 'Gto.', 'Guanajuato', NULL ],
676
+ 'GR' => [ 'Gro.', 'Guerrero', NULL ],
677
+ 'HG' => [ 'Hgo.', 'Hidalgo', NULL ],
678
+ 'MX' => [ 'Méx.', 'Estado de México', NULL ],
679
+ 'MI' => [ 'Mich.', 'Michoacán', NULL ],
680
+ 'MO' => [ 'Mor.', 'Morelos', NULL ],
681
+ 'NA' => [ 'Nay.', 'Nayarit', NULL ],
682
+ 'OA' => [ 'Oax.', 'Oaxaca', NULL ],
683
+ 'PU' => [ 'Pue.', 'Puebla', NULL ],
684
+ 'QT' => [ 'Qro.', 'Querétaro', NULL ],
685
+ 'QR' => [ 'Q.R.', 'Quintana Roo', NULL ],
686
+ 'SL' => [ 'S.L.P.', 'San Luis Potosí', NULL ],
687
+ 'SI' => [ 'Sin.', 'Sinaloa', NULL ],
688
+ 'SO' => [ 'Son.', 'Sonora', NULL ],
689
+ 'TB' => [ 'Tab.', 'Tabasco', NULL ],
690
+ 'TM' => [ 'Tamps.', 'Tamaulipas', NULL ],
691
+ 'TL' => [ 'Tlax.', 'Tlaxcala', NULL ],
692
+ 'VE' => [ 'Ver.', 'Veracruz', NULL ],
693
+ 'YU' => [ 'Yuc.', 'Yucatán', NULL ],
694
+ 'ZA' => [ 'Zac.', 'Zacatecas', NULL ],
695
+ ],
696
+ // Malaysia.
697
+ 'MY' => [
698
+ 'JHR' => [ 'Johor', 'Johor', NULL ],
699
+ 'KDH' => [ 'Kedah', 'Kedah', NULL ],
700
+ 'KTN' => [ 'Kelantan', 'Kelantan', NULL ],
701
+ 'LBN' => [ 'Labuan', 'Labuan', NULL ],
702
+ 'MLK' => [ 'Melaka', 'Melaka', NULL ],
703
+ 'NSN' => [ 'Negeri Sembilan', 'Negeri Sembilan', NULL ],
704
+ 'PHG' => [ 'Pahang', 'Pahang', NULL ],
705
+ 'PNG' => [ 'Pulau Pinang', 'Pulau Pinang', NULL ],
706
+ 'PRK' => [ 'Perak', 'Perak', NULL ],
707
+ 'PLS' => [ 'Perlis', 'Perlis', NULL ],
708
+ 'SBH' => [ 'Sabah', 'Sabah', NULL ],
709
+ 'SWK' => [ 'Sarawak', 'Sarawak', NULL ],
710
+ 'SGR' => [ 'Selangor', 'Selangor', NULL ],
711
+ 'TRG' => [ 'Terengganu', 'Terengganu', NULL ],
712
+ 'PJY' => [ 'Putrajaya', 'Putrajaya', NULL ],
713
+ 'KUL' => [ 'Kuala Lumpur', 'Kuala Lumpur', NULL ],
714
+ ],
715
+ // Mozambique.
716
+ 'MZ' => [
717
+ 'MZP' => [ 'Cabo Delgado', 'Cabo Delgado', NULL ],
718
+ 'MZG' => [ 'Gaza', 'Gaza', NULL ],
719
+ 'MZI' => [ 'Inhambane', 'Inhambane', NULL ],
720
+ 'MZB' => [ 'Manica', 'Manica', NULL ],
721
+ 'MZL' => [ 'Maputo', 'Maputo', NULL ],
722
+ 'MZMPM' => [ 'Cidade de Maputo', 'Cidade de Maputo', NULL ],
723
+ 'MZN' => [ 'Nampula', 'Nampula', NULL ],
724
+ 'MZA' => [ 'Niassa', 'Niassa', NULL ],
725
+ 'MZS' => [ 'Sofala', 'Sofala', NULL ],
726
+ 'MZT' => [ 'Tete', 'Tete', NULL ],
727
+ 'MZQ' => [ 'Zambezia', 'Zambezia', NULL ],
728
+ ],
729
+ // Namibia.
730
+ 'NA' => [],
731
+ // Nigeria.
732
+ 'NG' => [
733
+ 'AB' => [ 'Abia', 'Abia', NULL ],
734
+ 'FC' => [ 'Federal Capital Territory', 'Federal Capital Territory', NULL ],
735
+ 'AD' => [ 'Adamawa', 'Adamawa', NULL ],
736
+ 'AK' => [ 'Akwa Ibom', 'Akwa Ibom', NULL ],
737
+ 'AN' => [ 'Anambra', 'Anambra', NULL ],
738
+ 'BA' => [ 'Bauchi', 'Bauchi', NULL ],
739
+ 'BY' => [ 'Bayelsa', 'Bayelsa', NULL ],
740
+ 'BE' => [ 'Benue', 'Benue', NULL ],
741
+ 'BO' => [ 'Borno', 'Borno', NULL ],
742
+ 'CR' => [ 'Cross River', 'Cross River', NULL ],
743
+ 'DE' => [ 'Delta', 'Delta', NULL ],
744
+ 'EB' => [ 'Ebonyi', 'Ebonyi', NULL ],
745
+ 'ED' => [ 'Edo', 'Edo', NULL ],
746
+ 'EK' => [ 'Ekiti', 'Ekiti', NULL ],
747
+ 'EN' => [ 'Enugu', 'Enugu', NULL ],
748
+ 'GO' => [ 'Gombe', 'Gombe', NULL ],
749
+ 'IM' => [ 'Imo', 'Imo', NULL ],
750
+ 'JI' => [ 'Jigawa', 'Jigawa', NULL ],
751
+ 'KD' => [ 'Kaduna', 'Kaduna', NULL ],
752
+ 'KN' => [ 'Kano', 'Kano', NULL ],
753
+ 'KT' => [ 'Katsina', 'Katsina', NULL ],
754
+ 'KE' => [ 'Kebbi', 'Kebbi', NULL ],
755
+ 'KO' => [ 'Kogi', 'Kogi', NULL ],
756
+ 'KW' => [ 'Kwara', 'Kwara', NULL ],
757
+ 'LA' => [ 'Lagos', 'Lagos', NULL ],
758
+ 'NA' => [ 'Nasarawa', 'Nasarawa', NULL ],
759
+ 'NI' => [ 'Niger', 'Niger', NULL ],
760
+ 'OG' => [ 'Ogun State', 'Ogun State', NULL ],
761
+ 'ON' => [ 'Ondo', 'Ondo', NULL ],
762
+ 'OS' => [ 'Osun', 'Osun', NULL ],
763
+ 'OY' => [ 'Oyo', 'Oyo', NULL ],
764
+ 'PL' => [ 'Plateau', 'Plateau', NULL ],
765
+ 'RI' => [ 'Rivers', 'Rivers', NULL ],
766
+ 'SO' => [ 'Sokoto', 'Sokoto', NULL ],
767
+ 'TA' => [ 'Taraba', 'Taraba', NULL ],
768
+ 'YO' => [ 'Yobe', 'Yobe', NULL ],
769
+ 'ZA' => [ 'Zamfara', 'Zamfara', NULL ],
770
+ ],
771
+ // Netherlands.
772
+ 'NL' => [],
773
+ // Norway.
774
+ 'NO' => [],
775
+ // Nepal.
776
+ 'NP' => [],
777
+ // New Zealand.
778
+ 'NZ' => [],
779
+ // Peru.
780
+ 'PE' => [
781
+ 'CAL' => [ 'Callao', 'Callao', NULL ],
782
+ 'LMA' => [ 'Municipalidad Metropolitana de Lima', 'Municipalidad Metropolitana de Lima', NULL ],
783
+ 'AMA' => [ 'Amazonas', 'Amazonas', NULL ],
784
+ 'ANC' => [ 'Áncash', 'Áncash', NULL ],
785
+ 'APU' => [ 'Apurímac', 'Apurímac', NULL ],
786
+ 'ARE' => [ 'Arequipa', 'Arequipa', NULL ],
787
+ 'AYA' => [ 'Ayacucho', 'Ayacucho', NULL ],
788
+ 'CAJ' => [ 'Cajamarca', 'Cajamarca', NULL ],
789
+ 'CUS' => [ 'Cuzco', 'Cuzco', NULL ],
790
+ 'HUV' => [ 'Huancavelica', 'Huancavelica', NULL ],
791
+ 'HUC' => [ 'Huánuco', 'Huánuco', NULL ],
792
+ 'ICA' => [ 'Ica', 'Ica', NULL ],
793
+ 'JUN' => [ 'Junín', 'Junín', NULL ],
794
+ 'LAL' => [ 'La Libertad', 'La Libertad', NULL ],
795
+ 'LAM' => [ 'Lambayeque', 'Lambayeque', NULL ],
796
+ 'LIM' => [ 'Gobierno Regional de Lima', 'Gobierno Regional de Lima', NULL ],
797
+ 'LOR' => [ 'Loreto', 'Loreto', NULL ],
798
+ 'MDD' => [ 'Madre de Dios', 'Madre de Dios', NULL ],
799
+ 'MOQ' => [ 'Moquegua', 'Moquegua', NULL ],
800
+ 'PAS' => [ 'Pasco', 'Pasco', NULL ],
801
+ 'PIU' => [ 'Piura', 'Piura', NULL ],
802
+ 'PUN' => [ 'Puno', 'Puno', NULL ],
803
+ 'SAM' => [ 'San Martín', 'San Martín', NULL ],
804
+ 'TAC' => [ 'Tacna', 'Tacna', NULL ],
805
+ 'TUM' => [ 'Tumbes', 'Tumbes', NULL ],
806
+ 'UCA' => [ 'Ucayali', 'Ucayali', NULL ],
807
+ ],
808
+ // Philippines.
809
+ 'PH' => [
810
+ 'ABR' => [ 'Abra', 'Abra', NULL ],
811
+ 'AGN' => [ 'Agusan del Norte', 'Agusan del Norte', NULL ],
812
+ 'AGS' => [ 'Agusan del Sur', 'Agusan del Sur', NULL ],
813
+ 'AKL' => [ 'Aklan', 'Aklan', NULL ],
814
+ 'ALB' => [ 'Albay', 'Albay', NULL ],
815
+ 'ANT' => [ 'Antique', 'Antique', NULL ],
816
+ 'APA' => [ 'Apayao', 'Apayao', NULL ],
817
+ 'AUR' => [ 'Aurora', 'Aurora', NULL ],
818
+ 'BAS' => [ 'Basilan', 'Basilan', NULL ],
819
+ 'BAN' => [ 'Bataan', 'Bataan', NULL ],
820
+ 'BTN' => [ 'Batanes', 'Batanes', NULL ],
821
+ 'BTG' => [ 'Batangas', 'Batangas', NULL ],
822
+ 'BEN' => [ 'Benguet', 'Benguet', NULL ],
823
+ 'BIL' => [ 'Biliran', 'Biliran', NULL ],
824
+ 'BOH' => [ 'Bohol', 'Bohol', NULL ],
825
+ 'BUK' => [ 'Bukidnon', 'Bukidnon', NULL ],
826
+ 'BUL' => [ 'Bulacan', 'Bulacan', NULL ],
827
+ 'CAG' => [ 'Cagayan', 'Cagayan', NULL ],
828
+ 'CAN' => [ 'Camarines Norte', 'Camarines Norte', NULL ],
829
+ 'CAS' => [ 'Camarines Sur', 'Camarines Sur', NULL ],
830
+ 'CAM' => [ 'Camiguin', 'Camiguin', NULL ],
831
+ 'CAP' => [ 'Capiz', 'Capiz', NULL ],
832
+ 'CAT' => [ 'Catanduanes', 'Catanduanes', NULL ],
833
+ 'CAV' => [ 'Cavite', 'Cavite', NULL ],
834
+ 'CEB' => [ 'Cebu', 'Cebu', NULL ],
835
+ 'COM' => [ 'Compostela Valley', 'Compostela Valley', NULL ],
836
+ 'NCO' => [ 'Cotabato', 'Cotabato', NULL ],
837
+ 'DAV' => [ 'Davao del Norte', 'Davao del Norte', NULL ],
838
+ 'DAS' => [ 'Davao del Sur', 'Davao del Sur', NULL ],
839
+ 'DAC' => [ 'Davao Occidental', 'Davao Occidental', NULL ],
840
+ 'DAO' => [ 'Davao Oriental', 'Davao Oriental', NULL ],
841
+ 'DIN' => [ 'Dinagat Islands', 'Dinagat Islands', NULL ],
842
+ 'EAS' => [ 'Eastern Samar', 'Eastern Samar', NULL ],
843
+ 'GUI' => [ 'Guimaras', 'Guimaras', NULL ],
844
+ 'IFU' => [ 'Ifugao', 'Ifugao', NULL ],
845
+ 'ILN' => [ 'Ilocos Norte', 'Ilocos Norte', NULL ],
846
+ 'ILS' => [ 'Ilocos Sur', 'Ilocos Sur', NULL ],
847
+ 'ILI' => [ 'Iloilo', 'Iloilo', NULL ],
848
+ 'ISA' => [ 'Isabela', 'Isabela', NULL ],
849
+ 'KAL' => [ 'Kalinga', 'Kalinga', NULL ],
850
+ 'LUN' => [ 'La Union', 'La Union', NULL ],
851
+ 'LAG' => [ 'Laguna', 'Laguna', NULL ],
852
+ 'LAN' => [ 'Lanao del Norte', 'Lanao del Norte', NULL ],
853
+ 'LAS' => [ 'Lanao del Sur', 'Lanao del Sur', NULL ],
854
+ 'LEY' => [ 'Leyte', 'Leyte', NULL ],
855
+ 'MAG' => [ 'Maguindanao', 'Maguindanao', NULL ],
856
+ 'MAD' => [ 'Marinduque', 'Marinduque', NULL ],
857
+ 'MAS' => [ 'Masbate', 'Masbate', NULL ],
858
+ 'MSC' => [ 'Misamis Occidental', 'Misamis Occidental', NULL ],
859
+ 'MSR' => [ 'Misamis Oriental', 'Misamis Oriental', NULL ],
860
+ 'MOU' => [ 'Mountain Province', 'Mountain Province', NULL ],
861
+ 'NEC' => [ 'Negros Occidental', 'Negros Occidental', NULL ],
862
+ 'NER' => [ 'Negros Oriental', 'Negros Oriental', NULL ],
863
+ 'NSA' => [ 'Northern Samar', 'Northern Samar', NULL ],
864
+ 'NUE' => [ 'Nueva Ecija', 'Nueva Ecija', NULL ],
865
+ 'NUV' => [ 'Nueva Vizcaya', 'Nueva Vizcaya', NULL ],
866
+ 'MDC' => [ 'Mindoro Occidental', 'Mindoro Occidental', NULL ],
867
+ 'MDR' => [ 'Mindoro Oriental', 'Mindoro Oriental', NULL ],
868
+ 'PLW' => [ 'Palawan', 'Palawan', NULL ],
869
+ 'PAM' => [ 'Pampanga', 'Pampanga', NULL ],
870
+ 'PAN' => [ 'Pangasinan', 'Pangasinan', NULL ],
871
+ 'QUE' => [ 'Quezon Province', 'Quezon Province', NULL ],
872
+ 'QUI' => [ 'Quirino', 'Quirino', NULL ],
873
+ 'RIZ' => [ 'Rizal', 'Rizal', NULL ],
874
+ 'ROM' => [ 'Romblon', 'Romblon', NULL ],
875
+ 'WSA' => [ 'Samar', 'Samar', NULL ],
876
+ 'SAR' => [ 'Sarangani', 'Sarangani', NULL ],
877
+ 'SIQ' => [ 'Siquijor', 'Siquijor', NULL ],
878
+ 'SOR' => [ 'Sorsogon', 'Sorsogon', NULL ],
879
+ 'SCO' => [ 'South Cotabato', 'South Cotabato', NULL ],
880
+ 'SLE' => [ 'Southern Leyte', 'Southern Leyte', NULL ],
881
+ 'SUK' => [ 'Sultan Kudarat', 'Sultan Kudarat', NULL ],
882
+ 'SLU' => [ 'Sulu', 'Sulu', NULL ],
883
+ 'SUN' => [ 'Surigao del Norte', 'Surigao del Norte', NULL ],
884
+ 'SUR' => [ 'Surigao del Sur', 'Surigao del Sur', NULL ],
885
+ 'TAR' => [ 'Tarlac', 'Tarlac', NULL ],
886
+ 'TAW' => [ 'Tawi-Tawi', 'Tawi-Tawi', NULL ],
887
+ 'ZMB' => [ 'Zambales', 'Zambales', NULL ],
888
+ 'ZAN' => [ 'Zamboanga del Norte', 'Zamboanga del Norte', NULL ],
889
+ 'ZAS' => [ 'Zamboanga del Sur', 'Zamboanga del Sur', NULL ],
890
+ 'ZSI' => [ 'Zamboanga Sibuguey', 'Zamboanga Sibuguey', NULL ],
891
+ '00' => [ 'Metro Manila', 'Metro Manila', NULL ],
892
+ ],
893
+ // Pakistan.
894
+ 'PK' => [],
895
+ // Poland.
896
+ 'PL' => [],
897
+ // Puerto Rico.
898
+ 'PR' => [],
899
+ // Portugal.
900
+ 'PT' => [],
901
+ // Paraguay.
902
+ 'PY' => [],
903
+ // Reunion.
904
+ 'RE' => [],
905
+ // Romania.
906
+ 'RO' => [],
907
+ // Serbia.
908
+ 'RS' => [],
909
+ // Sweden.
910
+ 'SE' => [],
911
+ // Singapore.
912
+ 'SG' => [],
913
+ // Slovenia.
914
+ 'SI' => [],
915
+ // Slovakia.
916
+ 'SK' => [],
917
+ // Thailand.
918
+ 'TH' => [
919
+ 'TH-37' => [ 'Amnat Charoen', 'Amnat Charoen', 'อำนาจเจริญ' ],
920
+ 'TH-15' => [ 'Ang Thong', 'Ang Thong', 'อ่างทอง' ],
921
+ 'TH-14' => [ 'Phra Nakhon Si Ayutthaya', 'Phra Nakhon Si Ayutthaya', 'พระนครศรีอยุธยา' ],
922
+ 'TH-10' => [ 'Bangkok', 'Bangkok', 'กรุงเทพมหานคร' ],
923
+ 'TH-38' => [ 'Bueng Kan', 'Bueng Kan', 'จังหวัด บึงกาฬ' ],
924
+ 'TH-31' => [ 'Buri Ram', 'Buri Ram', 'บุรีรัมย์' ],
925
+ 'TH-24' => [ 'Chachoengsao', 'Chachoengsao', 'ฉะเชิงเทรา' ],
926
+ 'TH-18' => [ 'Chai Nat', 'Chai Nat', 'ชัยนาท' ],
927
+ 'TH-36' => [ 'Chaiyaphum', 'Chaiyaphum', 'ชัยภูมิ' ],
928
+ 'TH-22' => [ 'Chanthaburi', 'Chanthaburi', 'จันทบุรี' ],
929
+ 'TH-50' => [ 'Chiang Rai', 'Chiang Rai', 'เชียงราย' ],
930
+ 'TH-57' => [ 'Chiang Mai', 'Chiang Mai', 'เชียงใหม่' ],
931
+ 'TH-20' => [ 'Chon Buri', 'Chon Buri', 'ชลบุรี' ],
932
+ 'TH-86' => [ 'Chumpon', 'Chumpon', 'ชุมพร' ],
933
+ 'TH-46' => [ 'Kalasin', 'Kalasin', 'กาฬสินธุ์' ],
934
+ 'TH-62' => [ 'Kamphaeng Phet', 'Kamphaeng Phet', 'กำแพงเพชร' ],
935
+ 'TH-71' => [ 'Kanchanaburi', 'Kanchanaburi', 'กาญจนบุรี' ],
936
+ 'TH-40' => [ 'Khon Kaen', 'Khon Kaen', 'ขอนแก่น' ],
937
+ 'TH-81' => [ 'Krabi', 'Krabi', 'กระบี่' ],
938
+ 'TH-52' => [ 'Lampang', 'Lampang', 'ลำปาง' ],
939
+ 'TH-51' => [ 'Lamphun', 'Lamphun', 'ลำพูน' ],
940
+ 'TH-42' => [ 'Loei', 'Loei', 'เลย' ],
941
+ 'TH-16' => [ 'Lop Buri', 'Lop Buri', 'ลพบุรี' ],
942
+ 'TH-58' => [ 'Mae Hong Son', 'Mae Hong Son', 'แม่ฮ่องสอน' ],
943
+ 'TH-44' => [ 'Maha Sarakham', 'Maha Sarakham', 'มหาสารคาม' ],
944
+ 'TH-49' => [ 'Mukdahan', 'Mukdahan', 'มุกดาหาร' ],
945
+ 'TH-26' => [ 'Nakhon Nayok', 'Nakhon Nayok', 'นครนายก' ],
946
+ 'TH-73' => [ 'Nakhon Pathom', 'Nakhon Pathom', 'นครปฐม' ],
947
+ 'TH-48' => [ 'Nakhon Phanom', 'Nakhon Phanom', 'นครพนม' ],
948
+ 'TH-30' => [ 'Nakhon Ratchasima', 'Nakhon Ratchasima', 'นครราชสีมา' ],
949
+ 'TH-60' => [ 'Nakhon Sawan', 'Nakhon Sawan', 'นครสวรรค์' ],
950
+ 'TH-80' => [ 'Nakhon Si Thammarat', 'Nakhon Si Thammarat', 'นครศรีธรรมราช' ],
951
+ 'TH-55' => [ 'Nan', 'Nan', 'น่าน' ],
952
+ 'TH-96' => [ 'Narathiwat', 'Narathiwat', 'นราธิวาส' ],
953
+ 'TH-39' => [ 'Nong Bua Lam Phu', 'Nong Bua Lam Phu', 'หนองบัวลำภู' ],
954
+ 'TH-43' => [ 'Nong Khai', 'Nong Khai', 'หนองคาย' ],
955
+ 'TH-12' => [ 'Nonthaburi', 'Nonthaburi', 'นนทบุรี' ],
956
+ 'TH-13' => [ 'Pathum Thani', 'Pathum Thani', 'ปทุมธานี' ],
957
+ 'TH-94' => [ 'Pattani', 'Pattani', 'ปัตตานี' ],
958
+ 'TH-82' => [ 'Phang Nga', 'Phang Nga', 'พังงา' ],
959
+ 'TH-93' => [ 'Phattalung', 'Phattalung', 'พัทลุง' ],
960
+ 'TH-56' => [ 'Phayao', 'Phayao', 'พะเยา' ],
961
+ 'TH-67' => [ 'Phetchabun', 'Phetchabun', 'เพชรบูรณ์' ],
962
+ 'TH-76' => [ 'Phetchaburi', 'Phetchaburi', 'เพชรบุรี' ],
963
+ 'TH-66' => [ 'Phichit', 'Phichit', 'พิจิตร' ],
964
+ 'TH-65' => [ 'Phitsanulok', 'Phitsanulok', 'พิษณุโลก' ],
965
+ 'TH-54' => [ 'Phrae', 'Phrae', 'แพร่' ],
966
+ 'TH-83' => [ 'Phuket', 'Phuket', 'ภูเก็ต' ],
967
+ 'TH-25' => [ 'Prachin Buri', 'Prachin Buri', 'ปราจีนบุรี' ],
968
+ 'TH-77' => [ 'Prachuap Khiri Khan', 'Prachuap Khiri Khan', 'ประจวบคีรีขันธ์' ],
969
+ 'TH-85' => [ 'Ranong', 'Ranong', 'ระนอง' ],
970
+ 'TH-70' => [ 'Ratchaburi', 'Ratchaburi', 'ราชบุรี' ],
971
+ 'TH-21' => [ 'Rayong', 'Rayong', 'ระยอง' ],
972
+ 'TH-45' => [ 'Roi Et', 'Roi Et', 'ร้อยเอ็ด' ],
973
+ 'TH-27' => [ 'Sa Kaeo', 'Sa Kaeo', 'สระแก้ว' ],
974
+ 'TH-47' => [ 'Sakon Nakhon', 'Sakon Nakhon', 'สกลนคร' ],
975
+ 'TH-11' => [ 'Samut Prakan', 'Samut Prakan', 'สมุทรปราการ' ],
976
+ 'TH-74' => [ 'Samut Sakhon', 'Samut Sakhon', 'สมุทรสาคร' ],
977
+ 'TH-75' => [ 'Samut Songkhram', 'Samut Songkhram', 'สมุทรสงคราม' ],
978
+ 'TH-19' => [ 'Saraburi', 'Saraburi', 'สระบุรี' ],
979
+ 'TH-91' => [ 'Satun', 'Satun', 'สตูล' ],
980
+ 'TH-17' => [ 'Sing Buri', 'Sing Buri', 'สิงห์บุรี' ],
981
+ 'TH-33' => [ 'Si Sa Ket', 'Si Sa Ket', 'ศรีสะเกษ' ],
982
+ 'TH-90' => [ 'Songkhla', 'Songkhla', 'สงขลา' ],
983
+ 'TH-64' => [ 'Sukhothai', 'Sukhothai', 'สุโขทัย' ],
984
+ 'TH-72' => [ 'Suphanburi', 'Suphanburi', 'สุพรรณบุรี' ],
985
+ 'TH-84' => [ 'Surat Thani', 'Surat Thani', 'สุราษฎร์ธานี' ],
986
+ 'TH-32' => [ 'Surin', 'Surin', 'สุรินทร์' ],
987
+ 'TH-63' => [ 'Tak', 'Tak', 'ตาก' ],
988
+ 'TH-92' => [ 'Trang', 'Trang', 'ตรัง' ],
989
+ 'TH-23' => [ 'Trat', 'Trat', 'ตราด' ],
990
+ 'TH-34' => [ 'Ubon Ratchathani', 'Ubon Ratchathani', 'อุบลราชธานี' ],
991
+ 'TH-41' => [ 'Udon Thani', 'Udon Thani', 'อุดรธานี' ],
992
+ 'TH-61' => [ 'Uthai Thani', 'Uthai Thani', 'อุทัยธานี' ],
993
+ 'TH-53' => [ 'Uttaradit', 'Uttaradit', 'อุตรดิตถ์' ],
994
+ 'TH-95' => [ 'Yala', 'Yala', 'ยะลา' ],
995
+ 'TH-35' => [ 'Yasothon', 'Yasothon', 'ยโสธร' ],
996
+ ],
997
+ // Turkey.
998
+ 'TR' => [
999
+ 'TR01' => [ 'Adana', 'Adana', NULL ],
1000
+ 'TR02' => [ 'Adıyaman', 'Adıyaman', NULL ],
1001
+ 'TR03' => [ 'Afyon', 'Afyon', NULL ],
1002
+ 'TR04' => [ 'Ağrı', 'Ağrı', NULL ],
1003
+ 'TR05' => [ 'Amasya', 'Amasya', NULL ],
1004
+ 'TR06' => [ 'Ankara', 'Ankara', NULL ],
1005
+ 'TR07' => [ 'Antalya', 'Antalya', NULL ],
1006
+ 'TR08' => [ 'Artvin', 'Artvin', NULL ],
1007
+ 'TR09' => [ 'Aydın', 'Aydın', NULL ],
1008
+ 'TR10' => [ 'Balıkesir', 'Balıkesir', NULL ],
1009
+ 'TR11' => [ 'Bilecik', 'Bilecik', NULL ],
1010
+ 'TR12' => [ 'Bingöl', 'Bingöl', NULL ],
1011
+ 'TR13' => [ 'Bitlis', 'Bitlis', NULL ],
1012
+ 'TR14' => [ 'Bolu', 'Bolu', NULL ],
1013
+ 'TR15' => [ 'Burdur', 'Burdur', NULL ],
1014
+ 'TR16' => [ 'Bursa', 'Bursa', NULL ],
1015
+ 'TR17' => [ 'Çanakkale', 'Çanakkale', NULL ],
1016
+ 'TR18' => [ 'Çankırı', 'Çankırı', NULL ],
1017
+ 'TR19' => [ 'Çorum', 'Çorum', NULL ],
1018
+ 'TR20' => [ 'Denizli', 'Denizli', NULL ],
1019
+ 'TR21' => [ 'Diyarbakır', 'Diyarbakır', NULL ],
1020
+ 'TR22' => [ 'Edirne', 'Edirne', NULL ],
1021
+ 'TR23' => [ 'Elazığ', 'Elazığ', NULL ],
1022
+ 'TR24' => [ 'Erzincan', 'Erzincan', NULL ],
1023
+ 'TR25' => [ 'Erzurum', 'Erzurum', NULL ],
1024
+ 'TR26' => [ 'Eskişehir', 'Eskişehir', NULL ],
1025
+ 'TR27' => [ 'Gaziantep', 'Gaziantep', NULL ],
1026
+ 'TR28' => [ 'Giresun', 'Giresun', NULL ],
1027
+ 'TR29' => [ 'Gümüşhane', 'Gümüşhane', NULL ],
1028
+ 'TR30' => [ 'Hakkari', 'Hakkari', NULL ],
1029
+ 'TR31' => [ 'Hatay', 'Hatay', NULL ],
1030
+ 'TR32' => [ 'Isparta', 'Isparta', NULL ],
1031
+ 'TR33' => [ 'Mersin', 'Mersin', NULL ],
1032
+ 'TR34' => [ 'İstanbul', 'İstanbul', NULL ],
1033
+ 'TR35' => [ 'İzmir', 'İzmir', NULL ],
1034
+ 'TR36' => [ 'Kars', 'Kars', NULL ],
1035
+ 'TR37' => [ 'Kastamonu', 'Kastamonu', NULL ],
1036
+ 'TR38' => [ 'Kayseri', 'Kayseri', NULL ],
1037
+ 'TR39' => [ 'Kırklareli', 'Kırklareli', NULL ],
1038
+ 'TR40' => [ 'Kırşehir', 'Kırşehir', NULL ],
1039
+ 'TR41' => [ 'Kocaeli', 'Kocaeli', NULL ],
1040
+ 'TR42' => [ 'Konya', 'Konya', NULL ],
1041
+ 'TR43' => [ 'Kütahya', 'Kütahya', NULL ],
1042
+ 'TR44' => [ 'Malatya', 'Malatya', NULL ],
1043
+ 'TR45' => [ 'Manisa', 'Manisa', NULL ],
1044
+ 'TR46' => [ 'Kahramanmaraş', 'Kahramanmaraş', NULL ],
1045
+ 'TR47' => [ 'Mardin', 'Mardin', NULL ],
1046
+ 'TR48' => [ 'Muğla', 'Muğla', NULL ],
1047
+ 'TR49' => [ 'Muş', 'Muş', NULL ],
1048
+ 'TR50' => [ 'Nevşehir', 'Nevşehir', NULL ],
1049
+ 'TR51' => [ 'Niğde', 'Niğde', NULL ],
1050
+ 'TR52' => [ 'Ordu', 'Ordu', NULL ],
1051
+ 'TR53' => [ 'Rize', 'Rize', NULL ],
1052
+ 'TR54' => [ 'Sakarya', 'Sakarya', NULL ],
1053
+ 'TR55' => [ 'Samsun', 'Samsun', NULL ],
1054
+ 'TR56' => [ 'Siirt', 'Siirt', NULL ],
1055
+ 'TR57' => [ 'Sinop', 'Sinop', NULL ],
1056
+ 'TR58' => [ 'Sivas', 'Sivas', NULL ],
1057
+ 'TR59' => [ 'Tekirdağ', 'Tekirdağ', NULL ],
1058
+ 'TR60' => [ 'Tokat', 'Tokat', NULL ],
1059
+ 'TR61' => [ 'Trabzon', 'Trabzon', NULL ],
1060
+ 'TR62' => [ 'Tunceli', 'Tunceli', NULL ],
1061
+ 'TR63' => [ 'Şanlıurfa', 'Şanlıurfa', NULL ],
1062
+ 'TR64' => [ 'Uşak', 'Uşak', NULL ],
1063
+ 'TR65' => [ 'Van', 'Van', NULL ],
1064
+ 'TR66' => [ 'Yozgat', 'Yozgat', NULL ],
1065
+ 'TR67' => [ 'Zonguldak', 'Zonguldak', NULL ],
1066
+ 'TR68' => [ 'Aksaray', 'Aksaray', NULL ],
1067
+ 'TR69' => [ 'Bayburt', 'Bayburt', NULL ],
1068
+ 'TR70' => [ 'Karaman', 'Karaman', NULL ],
1069
+ 'TR71' => [ 'Kırıkkale', 'Kırıkkale', NULL ],
1070
+ 'TR72' => [ 'Batman', 'Batman', NULL ],
1071
+ 'TR73' => [ 'Şırnak', 'Şırnak', NULL ],
1072
+ 'TR74' => [ 'Bartın', 'Bartın', NULL ],
1073
+ 'TR75' => [ 'Ardahan', 'Ardahan', NULL ],
1074
+ 'TR76' => [ 'Iğdır', 'Iğdır', NULL ],
1075
+ 'TR77' => [ 'Yalova', 'Yalova', NULL ],
1076
+ 'TR78' => [ 'Karabük', 'Karabük', NULL ],
1077
+ 'TR79' => [ 'Kilis', 'Kilis', NULL ],
1078
+ 'TR80' => [ 'Osmaniye', 'Osmaniye', NULL ],
1079
+ 'TR81' => [ 'Düzce', 'Düzce', NULL ],
1080
+ ],
1081
+ // Tanzania.
1082
+ 'TZ' => [],
1083
+ // Uganda.
1084
+ 'UG' => [],
1085
+ // United States Minor Outlying Islands.
1086
+ 'UM' => [],
1087
+ // United States.
1088
+ 'US' => [
1089
+ 'AL' => [ 'AL', 'Alabama', NULL ],
1090
+ 'AK' => [ 'AK', 'Alaska', NULL ],
1091
+ 'AZ' => [ 'AZ', 'Arizona', NULL ],
1092
+ 'AR' => [ 'AR', 'Arkansas', NULL ],
1093
+ 'CA' => [ 'CA', 'California', NULL ],
1094
+ 'CO' => [ 'CO', 'Colorado', NULL ],
1095
+ 'CT' => [ 'CT', 'Connecticut', NULL ],
1096
+ 'DE' => [ 'DE', 'Delaware', NULL ],
1097
+ 'DC' => [ 'DC', 'District of Columbia', NULL ],
1098
+ 'FL' => [ 'FL', 'Florida', NULL ],
1099
+ 'GA' => [ 'GA', 'Georgia', NULL ],
1100
+ 'HI' => [ 'HI', 'Hawaii', NULL ],
1101
+ 'ID' => [ 'ID', 'Idaho', NULL ],
1102
+ 'IL' => [ 'IL', 'Illinois', NULL ],
1103
+ 'IN' => [ 'IN', 'Indiana', NULL ],
1104
+ 'IA' => [ 'IA', 'Iowa', NULL ],
1105
+ 'KS' => [ 'KS', 'Kansas', NULL ],
1106
+ 'KY' => [ 'KY', 'Kentucky', NULL ],
1107
+ 'LA' => [ 'LA', 'Louisiana', NULL ],
1108
+ 'ME' => [ 'ME', 'Maine', NULL ],
1109
+ 'MD' => [ 'MD', 'Maryland', NULL ],
1110
+ 'MA' => [ 'MA', 'Massachusetts', NULL ],
1111
+ 'MI' => [ 'MI', 'Michigan', NULL ],
1112
+ 'MN' => [ 'MN', 'Minnesota', NULL ],
1113
+ 'MS' => [ 'MS', 'Mississippi', NULL ],
1114
+ 'MO' => [ 'MO', 'Missouri', NULL ],
1115
+ 'MT' => [ 'MT', 'Montana', NULL ],
1116
+ 'NE' => [ 'NE', 'Nebraska', NULL ],
1117
+ 'NV' => [ 'NV', 'Nevada', NULL ],
1118
+ 'NH' => [ 'NH', 'New Hampshire', NULL ],
1119
+ 'NJ' => [ 'NJ', 'New Jersey', NULL ],
1120
+ 'NM' => [ 'NM', 'New Mexico', NULL ],
1121
+ 'NY' => [ 'NY', 'New York', NULL ],
1122
+ 'NC' => [ 'NC', 'North Carolina', NULL ],
1123
+ 'ND' => [ 'ND', 'North Dakota', NULL ],
1124
+ 'OH' => [ 'OH', 'Ohio', NULL ],
1125
+ 'OK' => [ 'OK', 'Oklahoma', NULL ],
1126
+ 'OR' => [ 'OR', 'Oregon', NULL ],
1127
+ 'PA' => [ 'PA', 'Pennsylvania', NULL ],
1128
+ 'RI' => [ 'RI', 'Rhode Island', NULL ],
1129
+ 'SC' => [ 'SC', 'South Carolina', NULL ],
1130
+ 'SD' => [ 'SD', 'South Dakota', NULL ],
1131
+ 'TN' => [ 'TN', 'Tennessee', NULL ],
1132
+ 'TX' => [ 'TX', 'Texas', NULL ],
1133
+ 'UT' => [ 'UT', 'Utah', NULL ],
1134
+ 'VT' => [ 'VT', 'Vermont', NULL ],
1135
+ 'VA' => [ 'VA', 'Virginia', NULL ],
1136
+ 'WA' => [ 'WA', 'Washington', NULL ],
1137
+ 'WV' => [ 'WV', 'West Virginia', NULL ],
1138
+ 'WI' => [ 'WI', 'Wisconsin', NULL ],
1139
+ 'WY' => [ 'WY', 'Wyoming', NULL ],
1140
+ 'AA' => [ 'AA', 'Armed Forces (AA)', NULL ],
1141
+ 'AE' => [ 'AE', 'Armed Forces (AE)', NULL ],
1142
+ 'AP' => [ 'AP', 'Armed Forces (AP)', NULL ],
1143
+ //[ 'AS', 'American Samoa', NULL ],
1144
+ //[ 'GU', 'Guam', NULL ],
1145
+ //[ 'MH', 'Marshall Islands', NULL ],
1146
+ //[ 'FM', 'Micronesia', NULL ],
1147
+ //[ 'MP', 'Northern Mariana Islands', NULL ],
1148
+ //[ 'PW', 'Palau', NULL ],
1149
+ //[ 'PR', 'Puerto Rico', NULL ],
1150
+ //[ 'VI', 'Virgin Islands', NULL ],
1151
+ ],
1152
+ // Vietnam.
1153
+ 'VN' => [],
1154
+ // Mayotte.
1155
+ 'YT' => [],
1156
+ // South Africa.
1157
+ 'ZA' => [],
1158
+ // Zambia.
1159
+ 'ZM' => [],
1160
+ ];
1161
+ // phpcs:enable
1162
+ }
includes/wc-payment-api/class-wc-payments-api-client.php CHANGED
@@ -300,16 +300,20 @@ class WC_Payments_API_Client {
300
  /**
301
  * List deposits
302
  *
303
- * @param int $page The requested page.
304
- * @param int $page_size The size of the requested page.
 
 
305
  *
306
  * @return array
307
  * @throws API_Exception - Exception thrown on request failure.
308
  */
309
- public function list_deposits( $page = 0, $page_size = 25 ) {
310
  $query = [
311
- 'page' => $page,
312
- 'pagesize' => $page_size,
 
 
313
  ];
314
 
315
  return $this->request( $query, self::DEPOSITS_API, self::GET );
300
  /**
301
  * List deposits
302
  *
303
+ * @param int $page The requested page.
304
+ * @param int $page_size The size of the requested page.
305
+ * @param string $sort The column to be used for sorting.
306
+ * @param string $direction The sorting direction.
307
  *
308
  * @return array
309
  * @throws API_Exception - Exception thrown on request failure.
310
  */
311
+ public function list_deposits( $page = 0, $page_size = 25, $sort = 'date', $direction = 'desc' ) {
312
  $query = [
313
+ 'page' => $page,
314
+ 'pagesize' => $page_size,
315
+ 'sort' => $sort,
316
+ 'direction' => $direction,
317
  ];
318
 
319
  return $this->request( $query, self::DEPOSITS_API, self::GET );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic
4
  Requires at least: 5.3
5
  Tested up to: 5.7
6
  Requires PHP: 7.0
7
- Stable tag: 2.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,6 +101,14 @@ Please note that our support for the checkout block is still experimental and th
101
 
102
  == Changelog ==
103
 
 
 
 
 
 
 
 
 
104
  = 2.1.1 - 2021-03-23 =
105
  * Fix - Fatal error when a subscription is processed with action scheduler hook.
106
 
4
  Requires at least: 5.3
5
  Tested up to: 5.7
6
  Requires PHP: 7.0
7
+ Stable tag: 2.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 2.2.0 - 2021-03-31 =
105
+ * Fix - Paying with a saved card for a subscription with a free trial will now correctly save the chosen payment method to the order for future renewals.
106
+ * Add - Payment Request Button support for US merchants (Apple Pay, Google Pay, Microsoft Pay, and the browser standard Payment Request API).
107
+ * Update - Not passing level3 data for non-US merchants.
108
+ * Add - REST endpoint for fetching account data.
109
+ * Add - Deposits list pagination and sorting.
110
+ * Fix - Deposit overview now displays placeholder information instead of continuing to load when an error happens.
111
+
112
  = 2.1.1 - 2021-03-23 =
113
  * Fix - Fatal error when a subscription is processed with action scheduler hook.
114
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitd2c64e600e9bc0994aeac1318c75940f::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit7c4615b1c485471281b2b4c2a62f578e::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitd2c64e600e9bc0994aeac1318c75940f
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitd2c64e600e9bc0994aeac1318c75940f
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInitd2c64e600e9bc0994aeac1318c75940f', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInitd2c64e600e9bc0994aeac1318c75940f', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
@@ -51,19 +51,19 @@ class ComposerAutoloaderInitd2c64e600e9bc0994aeac1318c75940f
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
- $includeFiles = Composer\Autoload\ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
- composerRequired2c64e600e9bc0994aeac1318c75940f($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
- function composerRequired2c64e600e9bc0994aeac1318c75940f($fileIdentifier, $file)
67
  {
68
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit7c4615b1c485471281b2b4c2a62f578e
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit7c4615b1c485471281b2b4c2a62f578e', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit7c4615b1c485471281b2b4c2a62f578e', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInit7c4615b1c485471281b2b4c2a62f578e::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
+ $includeFiles = Composer\Autoload\ComposerStaticInit7c4615b1c485471281b2b4c2a62f578e::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
+ composerRequire7c4615b1c485471281b2b4c2a62f578e($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
+ function composerRequire7c4615b1c485471281b2b4c2a62f578e($fileIdentifier, $file)
67
  {
68
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f
8
  {
9
  public static $files = array (
10
  'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
@@ -71,9 +71,9 @@ class ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f
71
  public static function getInitializer(ClassLoader $loader)
72
  {
73
  return \Closure::bind(function () use ($loader) {
74
- $loader->prefixLengthsPsr4 = ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f::$prefixLengthsPsr4;
75
- $loader->prefixDirsPsr4 = ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f::$prefixDirsPsr4;
76
- $loader->classMap = ComposerStaticInitd2c64e600e9bc0994aeac1318c75940f::$classMap;
77
 
78
  }, null, ClassLoader::class);
79
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit7c4615b1c485471281b2b4c2a62f578e
8
  {
9
  public static $files = array (
10
  'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
71
  public static function getInitializer(ClassLoader $loader)
72
  {
73
  return \Closure::bind(function () use ($loader) {
74
+ $loader->prefixLengthsPsr4 = ComposerStaticInit7c4615b1c485471281b2b4c2a62f578e::$prefixLengthsPsr4;
75
+ $loader->prefixDirsPsr4 = ComposerStaticInit7c4615b1c485471281b2b4c2a62f578e::$prefixDirsPsr4;
76
+ $loader->classMap = ComposerStaticInit7c4615b1c485471281b2b4c2a62f578e::$classMap;
77
 
78
  }, null, ClassLoader::class);
79
  }
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-container.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-hook-manager.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-latest-autoloader-guard.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-manifest-reader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-path-processor.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugin-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugins-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-loader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-selector.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd2c64e600e9bc0994aeac1318c75940f;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp7c4615b1c485471281b2b4c2a62f578e;
9
 
10
  // phpcs:ignore
11
 
woocommerce-payments.php CHANGED
@@ -10,7 +10,7 @@
10
  * WC requires at least: 4.0
11
  * WC tested up to: 5.1
12
  * Requires WP: 5.3
13
- * Version: 2.1.1
14
  *
15
  * @package WooCommerce\Payments
16
  */
10
  * WC requires at least: 4.0
11
  * WC tested up to: 5.1
12
  * Requires WP: 5.3
13
+ * Version: 2.2.0
14
  *
15
  * @package WooCommerce\Payments
16
  */