This commit is contained in:
emmymayo
2025-02-05 23:15:46 +01:00
commit 7269c99357
16995 changed files with 3389680 additions and 0 deletions
@@ -0,0 +1,29 @@
# Security Policy
Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/).
## Supported Versions
Generally, only the latest version of the extension has continued support. In some cases, we may opt to backport critical vulnerabilities fixes to previous versions.
## Reporting a Vulnerability
[WooPayments](https://woocommerce.com/payments/) is an open-source plugin for WooCommerce. Our HackerOne program covers the plugin software.
**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.**
_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._
## Guidelines
We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines:
* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines).
* Pen-testing Production:
* Please **setup a local environment** instead whenever possible. Most of our code is open source (see above).
* If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC.
* **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels.
* To be eligible for a bounty, all of these guidelines must be followed.
* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability.
We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties.
File diff suppressed because one or more lines are too long
@@ -0,0 +1,266 @@
/* TODO: When merging into WooCommerce Core, integrate these icons into the WooCommerce.ttf icon font */
@font-face {
font-family: 'WCPay';
src: url( '../fonts/WCPay.eot' );
src: url( '../fonts/WCPay.eot?#iefix' ) format( 'embedded-opentype' ),
url( '../fonts/WCPay.woff' ) format( 'woff' ),
url( '../fonts/WCPay.ttf' ) format( 'truetype' ),
url( '../fonts/WCPay.svg#WCPay' ) format( 'svg' );
font-weight: normal;
font-style: normal;
}
/* stylelint-disable selector-id-pattern */
#adminmenu
#toplevel_page_wc-admin-path--payments-overview
.menu-icon-generic
div.wp-menu-image::before,
#adminmenu
#toplevel_page_wc-admin-path--payments-connect
.menu-icon-generic
div.wp-menu-image::before {
font-family: 'WCPay' !important;
content: '\e900';
width: 24px;
font-size: 24px;
margin-top: -2px;
}
/* stylelint-enable selector-id-pattern */
.payment-method__brand {
display: inline-block;
height: 20px;
height: 1.25rem;
width: 32px;
width: 2rem;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 2px;
outline: 1px solid rgba( 0, 0, 0, 0.25 );
}
.payment-method__brand--amex {
background-image: url( '../images/cards/amex.svg' );
}
.payment-method__brand--diners {
background-image: url( '../images/cards/diners.svg' );
}
.payment-method__brand--discover {
background-image: url( '../images/cards/discover.svg' );
}
.payment-method__brand--jcb {
background-image: url( '../images/cards/jcb.svg' );
}
.payment-method__brand--mastercard {
background-image: url( '../images/cards/mastercard.svg' );
}
.payment-method__brand--unionpay {
background-image: url( '../images/cards/unionpay.svg' );
}
.payment-method__brand--visa {
background-image: url( '../images/cards/visa.svg' );
}
.payment-method__brand--cartes_bancaires {
background-image: url( '../images/cards/cartes_bancaires.svg' );
}
.payment-method__brand--unknown {
background-image: url( '../images/cards/unknown.svg' );
}
.payment-method__brand--giropay {
background-image: url( '../images/payment-methods/giropay.svg' );
}
.payment-method__brand--eps {
background-image: url( '../images/payment-methods/eps.svg' );
}
.payment-method__brand--p24 {
background-image: url( '../images/payment-methods/p24.svg' );
}
.payment-method__brand--sepa_debit {
background-image: url( '../images/cards/sepa.svg' );
}
.payment-method__brand--sofort {
background-image: url( '../images/payment-methods/sofort.svg' );
}
.payment-method__brand--ideal {
background-image: url( '../images/payment-methods/ideal.svg' );
}
.payment-method__brand--google-pay {
background-image: url( '../images/cards/google-pay.svg' );
}
.payment-method__brand--apple-pay {
background-image: url( '../images/cards/apple-pay.svg' );
}
.payment-method__brand--bancontact {
background-image: url( '../images/payment-methods/bancontact.svg' );
}
.payment-method__brand--sepa_debit {
background-image: url( '../images/payment-methods/sepa-debit.svg' );
}
.payment-method__brand--au_becs_debit {
background-image: url( '../images/payment-methods/bank-debit.svg' );
}
.payment-method__brand--link {
background-image: url( '../images/payment-methods/link.svg' );
}
.payment-method__brand--afterpay_clearpay {
background-image: url( '../images/payment-methods/afterpay-icon.svg' );
}
.payment-method__brand--affirm {
background-image: url( '../images/payment-methods/affirm-icon.svg' );
}
.payment-method__brand--klarna {
background-image: url( '../images/payment-methods/klarna.svg' );
}
.wc_gateways tr[data-gateway_id='woocommerce_payments'] .payment-method__icon {
border: 1px solid #ddd;
border-radius: 2px;
}
.woocommerce-payments-page .woocommerce-inbox-message .components-dropdown {
position: absolute;
}
.wc-payment-gateway-method-name-woopay-wrapper {
display: flex;
justify-content: end;
align-items: center;
}
.wc-payment-gateway-method-name-woopay-wrapper img {
margin: 0 5px;
padding-top: 2px;
}
/* WCPay Fraud Risk Level meta box */
.wcpay-fraud-risk-level {
border-bottom: 1px solid #ddd;
padding: 8px 12px;
}
.wcpay-fraud-risk-level > p {
margin: 0;
}
.wcpay-fraud-risk-level__title {
font-weight: 600;
}
.wcpay-fraud-risk-level__bar {
display: grid;
gap: 4px;
grid-template-columns: 50% auto;
margin: 6px 0 8px;
}
.wcpay-fraud-risk-level__bar::after,
.wcpay-fraud-risk-level__bar::before {
background-color: #bbb;
content: '';
border-radius: 4px;
height: 4px;
}
.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__title {
color: #008a20;
}
.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__bar {
grid-template-columns: 15% auto;
}
.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__bar::before {
background-color: #008a20;
}
.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__title {
color: #b16202;
}
.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__bar {
grid-template-columns: 60% auto;
}
.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__bar::before {
background-color: #b16202;
}
.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar::before {
background-color: #b32d2e;
}
.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar {
grid-template-columns: 100% auto;
}
.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar::before {
background-color: #b32d2e;
}
/* WCPay Fraud Risk Action meta box */
#wcpay-order-fraud-and-risk-meta-box div.inside {
margin-top: 0;
padding: 0;
}
.wcpay-fraud-risk-action {
padding: 8px 12px 12px;
}
.wcpay-fraud-risk-action > p {
margin: 0 0 6px;
}
.wcpay-fraud-risk-action > p:last-child {
margin-bottom: 0;
}
.wcpay-fraud-risk-meta-allow,
.wcpay-fraud-risk-meta-review,
.wcpay-fraud-risk-meta-blocked {
font-weight: 600;
}
.wcpay-fraud-risk-meta-allow img {
margin: 0 5px 0 0;
}
.wcpay-fraud-risk-meta-review img,
.wcpay-fraud-risk-meta-blocked img {
margin: 0 3px -3px 0;
}
.wcpay-fraud-risk-meta-allow {
color: #008a20;
}
.wcpay-fraud-risk-meta-review {
color: #b26200;
}
.wcpay-fraud-risk-meta-blocked {
color: #b32d2e;
}
@@ -0,0 +1,266 @@
/* TODO: When merging into WooCommerce Core, integrate these icons into the WooCommerce.ttf icon font */
@font-face {
font-family: 'WCPay';
src: url( '../fonts/WCPay.eot' );
src: url( '../fonts/WCPay.eot?#iefix' ) format( 'embedded-opentype' ),
url( '../fonts/WCPay.woff' ) format( 'woff' ),
url( '../fonts/WCPay.ttf' ) format( 'truetype' ),
url( '../fonts/WCPay.svg#WCPay' ) format( 'svg' );
font-weight: normal;
font-style: normal;
}
/* stylelint-disable selector-id-pattern */
#adminmenu
#toplevel_page_wc-admin-path--payments-overview
.menu-icon-generic
div.wp-menu-image::before,
#adminmenu
#toplevel_page_wc-admin-path--payments-connect
.menu-icon-generic
div.wp-menu-image::before {
font-family: 'WCPay' !important;
content: '\e900';
width: 24px;
font-size: 24px;
margin-top: -2px;
}
/* stylelint-enable selector-id-pattern */
.payment-method__brand {
display: inline-block;
height: 20px;
height: 1.25rem;
width: 32px;
width: 2rem;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 2px;
outline: 1px solid rgba( 0, 0, 0, 0.25 );
}
.payment-method__brand--amex {
background-image: url( '../images/cards/amex.svg' );
}
.payment-method__brand--diners {
background-image: url( '../images/cards/diners.svg' );
}
.payment-method__brand--discover {
background-image: url( '../images/cards/discover.svg' );
}
.payment-method__brand--jcb {
background-image: url( '../images/cards/jcb.svg' );
}
.payment-method__brand--mastercard {
background-image: url( '../images/cards/mastercard.svg' );
}
.payment-method__brand--unionpay {
background-image: url( '../images/cards/unionpay.svg' );
}
.payment-method__brand--visa {
background-image: url( '../images/cards/visa.svg' );
}
.payment-method__brand--cartes_bancaires {
background-image: url( '../images/cards/cartes_bancaires.svg' );
}
.payment-method__brand--unknown {
background-image: url( '../images/cards/unknown.svg' );
}
.payment-method__brand--giropay {
background-image: url( '../images/payment-methods/giropay.svg' );
}
.payment-method__brand--eps {
background-image: url( '../images/payment-methods/eps.svg' );
}
.payment-method__brand--p24 {
background-image: url( '../images/payment-methods/p24.svg' );
}
.payment-method__brand--sepa_debit {
background-image: url( '../images/cards/sepa.svg' );
}
.payment-method__brand--sofort {
background-image: url( '../images/payment-methods/sofort.svg' );
}
.payment-method__brand--ideal {
background-image: url( '../images/payment-methods/ideal.svg' );
}
.payment-method__brand--google-pay {
background-image: url( '../images/cards/google-pay.svg' );
}
.payment-method__brand--apple-pay {
background-image: url( '../images/cards/apple-pay.svg' );
}
.payment-method__brand--bancontact {
background-image: url( '../images/payment-methods/bancontact.svg' );
}
.payment-method__brand--sepa_debit {
background-image: url( '../images/payment-methods/sepa-debit.svg' );
}
.payment-method__brand--au_becs_debit {
background-image: url( '../images/payment-methods/bank-debit.svg' );
}
.payment-method__brand--link {
background-image: url( '../images/payment-methods/link.svg' );
}
.payment-method__brand--afterpay_clearpay {
background-image: url( '../images/payment-methods/afterpay-icon.svg' );
}
.payment-method__brand--affirm {
background-image: url( '../images/payment-methods/affirm-icon.svg' );
}
.payment-method__brand--klarna {
background-image: url( '../images/payment-methods/klarna.svg' );
}
.wc_gateways tr[data-gateway_id='woocommerce_payments'] .payment-method__icon {
border: 1px solid #ddd;
border-radius: 2px;
}
.woocommerce-payments-page .woocommerce-inbox-message .components-dropdown {
position: absolute;
}
.wc-payment-gateway-method-name-woopay-wrapper {
display: flex;
justify-content: end;
align-items: center;
}
.wc-payment-gateway-method-name-woopay-wrapper img {
margin: 0 5px;
padding-top: 2px;
}
/* WCPay Fraud Risk Level meta box */
.wcpay-fraud-risk-level {
border-bottom: 1px solid #ddd;
padding: 8px 12px;
}
.wcpay-fraud-risk-level > p {
margin: 0;
}
.wcpay-fraud-risk-level__title {
font-weight: 600;
}
.wcpay-fraud-risk-level__bar {
display: grid;
gap: 4px;
grid-template-columns: 50% auto;
margin: 6px 0 8px;
}
.wcpay-fraud-risk-level__bar::after,
.wcpay-fraud-risk-level__bar::before {
background-color: #bbb;
content: '';
border-radius: 4px;
height: 4px;
}
.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__title {
color: #008a20;
}
.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__bar {
grid-template-columns: 15% auto;
}
.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__bar::before {
background-color: #008a20;
}
.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__title {
color: #b16202;
}
.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__bar {
grid-template-columns: 60% auto;
}
.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__bar::before {
background-color: #b16202;
}
.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar::before {
background-color: #b32d2e;
}
.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar {
grid-template-columns: 100% auto;
}
.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar::before {
background-color: #b32d2e;
}
/* WCPay Fraud Risk Action meta box */
#wcpay-order-fraud-and-risk-meta-box div.inside {
margin-top: 0;
padding: 0;
}
.wcpay-fraud-risk-action {
padding: 8px 12px 12px;
}
.wcpay-fraud-risk-action > p {
margin: 0 0 6px;
}
.wcpay-fraud-risk-action > p:last-child {
margin-bottom: 0;
}
.wcpay-fraud-risk-meta-allow,
.wcpay-fraud-risk-meta-review,
.wcpay-fraud-risk-meta-blocked {
font-weight: 600;
}
.wcpay-fraud-risk-meta-allow img {
margin: 0 0 0 5px;
}
.wcpay-fraud-risk-meta-review img,
.wcpay-fraud-risk-meta-blocked img {
margin: 0 0 -3px 3px;
}
.wcpay-fraud-risk-meta-allow {
color: #008a20;
}
.wcpay-fraud-risk-meta-review {
color: #b26200;
}
.wcpay-fraud-risk-meta-blocked {
color: #b32d2e;
}
@@ -0,0 +1,20 @@
.wc-payment-gateway-method-logo-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
line-height: 1;
padding-top: 4px;
}
.wc-payment-gateway-method-logo-wrapper img {
margin-right: 0.5rem;
max-height: 20px;
}
.wc-payment-gateway-method-logo-wrapper.wc-payment-lpm-logo img {
max-height: 26px;
}
.wc-payment-gateway-method-logo-wrapper.wc-payment-card-logo img {
max-height: 1em;
}
@@ -0,0 +1,20 @@
.wc-payment-gateway-method-logo-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
line-height: 1;
padding-top: 4px;
}
.wc-payment-gateway-method-logo-wrapper img {
margin-left: 0.5rem;
max-height: 20px;
}
.wc-payment-gateway-method-logo-wrapper.wc-payment-lpm-logo img {
max-height: 26px;
}
.wc-payment-gateway-method-logo-wrapper.wc-payment-card-logo img {
max-height: 1em;
}
@@ -0,0 +1,11 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="WCPay" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="local_atm" d="M854 170.667v512h-684v-512h684zM854 768.667c48 0 84-38 84-86v-512c0-48-36-86-84-86h-684c-48 0-84 38-84 86v512c0 48 36 86 84 86h684zM470 212.667v44h-86v84h170v44h-128c-24 0-42 18-42 42v128c0 24 18 42 42 42h44v44h84v-44h86v-84h-170v-44h128c24 0 42-18 42-42v-128c0-24-18-42-42-42h-44v-44h-84z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 779 B

@@ -0,0 +1,11 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7623_49052)">
<rect width="64" height="40" rx="3" fill="white"/>
<path d="M56.5333 9.81335L57.8133 6.33335L64 6.38669V0.0533428L0 0V40L64 40.0533V33.7333L58.1467 33.68L56.1067 31.2934L53.9867 33.68H38.3067V20.9734H33.1333L39.6 6.33335H45.8933L47.4133 9.65334V6.33335H55.2267L56.5333 9.81335ZM52.12 12.12L52.1067 10.72L52.64 12.12L55.24 19.0667H57.8267L60.44 12.12L60.9467 10.7333V19.0667L64 19.12V8.45334L59.1467 8.4L57.0933 13.8134L56.5467 15.28L55.9867 13.8134L53.92 8.4H49.4V19.0667H52.12V12.12ZM46.2667 19.0667H49.4L44.7067 8.4H41.0667L36.3466 19.0667H39.44L40.2667 17.0134H45.44L46.2667 19.0667ZM42.32 12.0134L42.8533 10.68L43.3867 12.0134L44.4933 14.7066H41.2133L42.32 12.0134ZM40.4933 20.9866V31.6134H49.4V29.3066H43.2133V27.4534H49.28V25.16H43.2133V23.2934H49.4V20.9866H40.4933ZM59.3067 31.6134H62.84L57.8533 26.28L62.84 20.9866H59.36L56.1467 24.44L52.9467 20.9866H49.4L54.3733 26.32L49.4 31.6134H52.84L56.08 28.1467L59.3067 31.6134ZM60.6533 26.2666L64 29.3867V23.2934L60.6533 26.2666Z" fill="#006FCF"/>
</g>
<defs>
<clipPath id="clip0_7623_49052">
<rect width="64" height="40" rx="3" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -0,0 +1,4 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.92 13.32C18.42 13.92 17.6 14.41 16.79 14.34C16.69 13.52 17.09 12.64 17.55 12.1C18.05 11.48 18.95 11.03 19.67 11C19.75 11.86 19.42 12.7 18.92 13.32ZM19.66 14.5C19.0027 14.5012 18.3538 14.6481 17.76 14.93C17.4955 15.0585 17.2118 15.143 16.92 15.18C16.67 15.18 16.37 15.06 16.03 14.92C15.59 14.75 15.09 14.54 14.56 14.55C13.9502 14.5664 13.3555 14.7433 12.8358 15.0628C12.3161 15.3823 11.8899 15.8332 11.6 16.37C10.33 18.57 11.27 21.85 12.5 23.65C13.1 24.54 13.82 25.51 14.77 25.48C15.19 25.46 15.49 25.34 15.8 25.2C16.16 25.05 16.53 24.89 17.11 24.89C17.67 24.89 18.03 25.04 18.37 25.19C18.69 25.34 19 25.47 19.47 25.46C20.45 25.45 21.07 24.57 21.67 23.68C22.32 22.73 22.6 21.79 22.64 21.65V21.64L22.63 21.62C22.41 21.52 20.75 20.76 20.73 18.7C20.7357 18.1518 20.8788 17.6138 21.146 17.1351C21.4133 16.6565 21.7963 16.2525 22.26 15.96L22.29 15.94C21.9942 15.5116 21.6023 15.1583 21.1457 14.9083C20.689 14.6583 20.1803 14.5185 19.66 14.5ZM26.46 25.37V12.02H31.42C32.0003 11.994 32.5796 12.0899 33.1205 12.3013C33.6615 12.5128 34.1522 12.8352 34.5611 13.2478C34.9699 13.6604 35.2878 14.154 35.4943 14.697C35.7008 15.2399 35.7913 15.82 35.76 16.4C35.76 19 33.94 20.8 31.35 20.8H28.5V25.37H26.45H26.46ZM28.51 13.77H30.87C32.65 13.77 33.67 14.73 33.67 16.41C33.67 18.1 32.65 19.07 30.87 19.07H28.5V13.77H28.51ZM42.53 23.77C42.2261 24.3011 41.7838 24.7397 41.2502 25.0391C40.7165 25.3385 40.1116 25.4874 39.5 25.47C37.6 25.47 36.27 24.32 36.27 22.59C36.27 20.89 37.56 19.89 39.94 19.75L42.49 19.6V18.86C42.49 17.77 41.79 17.18 40.54 17.18C39.5 17.18 38.75 17.72 38.6 18.54H36.75C36.81 16.81 38.42 15.56 40.6 15.56C42.94 15.56 44.47 16.8 44.47 18.72V25.37H42.57V23.77H42.53ZM40.05 23.89C38.96 23.89 38.27 23.36 38.27 22.54C38.27 21.7 38.94 21.22 40.22 21.14L42.49 20.99V21.75C42.49 23 41.44 23.89 40.05 23.89ZM50.76 25.89C49.94 28.23 49 29 47 29C46.7392 29.0015 46.4785 28.9848 46.22 28.95V27.35L46.82 27.38C47.72 27.38 48.24 27 48.55 25.99L48.74 25.4L45.26 15.68H47.41L49.82 23.58H49.86L52.28 15.68H54.36L50.76 25.89Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

@@ -0,0 +1,30 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="38"
height="24"
fill="none"
viewBox="0 0 38 24"
style="background: linear-gradient(30deg, #2E2E79 0%, #2581C4 25%, #E6D6DB 50%, #E3756A 75%, #C90C0F 100%)"
>
<g clipPath="url(#clip0_10177_17774)">
<path
fill="#fff"
d="M32 9.234c0-.381-.075-.763-.226-1.132a2.7 2.7 0 0 0-.647-.932 2.6 2.6 0 0 0-1.03-.626q-.557-.177-1.528-.175h-8.64v5.743h8.647q.961.002 1.526-.175a2.66 2.66 0 0 0 1.031-.626c.283-.269.496-.581.647-.932Q32 9.807 32 9.234M32 15.747q0-.58-.226-1.133a2.7 2.7 0 0 0-.647-.932 2.6 2.6 0 0 0-1.03-.625q-.557-.181-1.528-.182h-8.64v5.756h8.647c.64 0 1.15-.063 1.526-.181a2.66 2.66 0 0 0 1.031-.626c.283-.27.496-.582.647-.939.145-.375.22-.75.22-1.138M19.15 12.106C18.976 8.396 16.299 6 12.083 6 7.727 6 5 8.565 5 12.5c0 4.06 2.84 6.5 7.082 6.5 4.247 0 6.905-2.409 7.069-6.125H12.3v-.763h6.85z"
></path>
</g>
<rect
width="36.795"
height="22.795"
x="0.603"
y="0.603"
stroke="#000"
stroke-opacity="0.07"
stroke-width="1.205"
rx="1.808"
></rect>
<defs>
<clipPath id="clip0_10177_17774">
<rect width="38" height="24" fill="#fff" rx="2.41"></rect>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,12 @@
<svg width="64" height="40" viewBox="0 0 39 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.09985" y="0.723633" width="37.4" height="23" rx="1.5" fill="url(#paint0_linear_685_110690)"/>
<rect x="1.09985" y="0.723633" width="37.4" height="23" rx="1.5" stroke="#DDDDDD"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.307 11.7158H20.0383C19.9783 10.2608 19.6393 8.76069 18.6111 7.79714C17.3863 6.64937 15.241 6.22363 13.3241 6.22363C11.3289 6.22363 9.1224 6.6906 7.89114 7.92209C6.82939 8.98291 6.59985 10.6897 6.59985 12.2233C6.59985 13.8297 7.04892 15.6982 8.20072 16.7744C9.4255 17.9196 11.4101 18.2236 13.3241 18.2236C15.1833 18.2236 17.1974 17.8803 18.4151 16.7931C19.6293 15.7072 20.0489 13.878 20.0489 12.2233V12.2156H13.307V11.7158ZM20.4897 12.2158V17.9553H29.8536V17.9476C31.2238 17.8729 32.3138 16.6375 32.3138 15.1207C32.3138 13.6032 31.2238 12.2886 29.8536 12.2133V12.2158H20.4897ZM29.7471 6.46388C31.0825 6.46388 32.1425 7.62259 32.1425 9.08467C32.1425 10.4688 31.169 11.5992 29.9307 11.7158H20.4897V6.45551H29.4516C29.5068 6.44876 29.571 6.45351 29.6339 6.45814C29.673 6.46103 29.7116 6.46388 29.7471 6.46388Z" fill="#FEFEFE"/>
<defs>
<linearGradient id="paint0_linear_685_110690" x1="11.0155" y1="-2.81556" x2="3.21751" y2="23.5991" gradientUnits="userSpaceOnUse">
<stop stop-color="#222E72"/>
<stop offset="0.591647" stop-color="#40CBFF"/>
<stop offset="1" stop-color="#3CB792"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -0,0 +1,12 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="16"
fill="none"
viewBox="-2 -2 22 20"
>
<path
fill="#254D98"
d="M12.38 7.986c-.004-1.978-1.206-3.665-2.9-4.333v8.666c1.694-.67 2.896-2.354 2.9-4.333m-6.132 4.33V3.655c-1.693.67-2.893 2.355-2.897 4.332.004 1.977 1.204 3.662 2.897 4.33M7.865.663C3.93.663.745 3.94.744 7.986c0 4.044 3.187 7.322 7.12 7.322s7.122-3.278 7.123-7.322c0-4.045-3.189-7.323-7.122-7.324M7.847 16C3.543 16.02 0 12.435 0 8.07 0 3.298 3.543 0 7.847 0h2.018C14.118 0 18 3.297 18 8.07 18 12.432 14.118 16 9.865 16z"
></path>
</svg>

After

Width:  |  Height:  |  Size: 601 B

@@ -0,0 +1,355 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.69 62.85" height="40" width="61">
<defs>
<clipPath id="clip-path">
<path class="cls-1" d="M53.91 31.28a6.56 6.56 0 1 1-6.56-6.55 6.56 6.56 0 0 1 6.56 6.55Z"/>
</clipPath>
<clipPath id="clip-path-2">
<path class="cls-1" d="M90.39 2.3H5.3a3 3 0 0 0-3 3v52.25a3 3 0 0 0 3 3h85.09a3 3 0 0 0 3-3V5.3a3 3 0 0 0-3-3Zm-1.48 29.13a28.13 28.13 0 0 1-28.13 28.12H5.3a2 2 0 0 1-2-2V5.3a2 2 0 0 1 2-2h55.48a28.13 28.13 0 0 1 28.13 28.13Z"/>
</clipPath>
<clipPath id="clip-path-3">
<circle class="cls-1" cx="47.88" cy="31.43" r="54.04"/>
</clipPath>
<linearGradient id="linear-gradient" x1="50.71" y1="36.53" x2="46.17" y2="29.43" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ff9200"/>
<stop offset=".21" stop-color="#ff8d00"/>
<stop offset=".45" stop-color="#ff8000"/>
<stop offset=".62" stop-color="#ff7100"/>
<stop offset=".82" stop-color="#ff5e00"/>
<stop offset="1" stop-color="#ff5200"/>
</linearGradient>
<linearGradient id="linear-gradient-2" x1="49.99" y1="36.44" x2="43.36" y2="23.47" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ff7100" stop-opacity="0"/>
<stop offset=".03" stop-color="#ff6e00" stop-opacity=".03"/>
<stop offset=".21" stop-color="#ff5a00" stop-opacity=".25"/>
<stop offset=".39" stop-color="#ff4900" stop-opacity=".42"/>
<stop offset=".56" stop-color="#ff3c00" stop-opacity=".56"/>
<stop offset=".72" stop-color="#f30" stop-opacity=".66"/>
<stop offset=".86" stop-color="#ff2d00" stop-opacity=".72"/>
<stop offset=".98" stop-color="#ff2b00" stop-opacity=".74"/>
</linearGradient>
<style>
.cls-1{fill:none}.cls-4{fill:#261f20}.cls-240{fill:#e45716}
</style>
</defs>
<g style="isolation:isolate">
<g id="Mark">
<path d="M3.3 5.3v52.25a2 2 0 0 0 2 2h55.48a28.13 28.13 0 0 0 28.13-28.12A28.13 28.13 0 0 0 60.78 3.3H5.3a2 2 0 0 0-2 2Z" style="fill:#fff"/>
<path class="cls-4" d="M10.06 25.1H6.51v12.38H10a6.45 6.45 0 0 0 4.42-1.43 6.2 6.2 0 0 0 2.28-4.75c0-3.65-2.7-6.2-6.64-6.2Zm2.82 9.3a4.57 4.57 0 0 1-3.31 1h-.64v-8.2h.64a4.5 4.5 0 0 1 3.31 1 4.21 4.21 0 0 1 1.34 3.08 4.26 4.26 0 0 1-1.34 3.12ZM17.82 25.1h2.41v12.38h-2.41zM26.13 29.85c-1.45-.53-1.87-.89-1.87-1.55s.76-1.38 1.8-1.38a2.47 2.47 0 0 1 1.94 1l1.27-1.66a5.41 5.41 0 0 0-3.64-1.37 3.64 3.64 0 0 0-3.86 3.55c0 1.7.78 2.58 3.05 3.39a9.05 9.05 0 0 1 1.66.71 1.46 1.46 0 0 1 .73 1.28 1.76 1.76 0 0 1-1.88 1.74 2.84 2.84 0 0 1-2.63-1.65l-1.56 1.5a4.8 4.8 0 0 0 4.28 2.36 4 4 0 0 0 4.27-4.06c0-1.96-.81-2.85-3.56-3.86ZM30.46 31.3A6.4 6.4 0 0 0 37 37.76a6.65 6.65 0 0 0 3-.76v-2.8a3.88 3.88 0 0 1-2.92 1.35 4 4 0 0 1-4.16-4.27A4.12 4.12 0 0 1 37 27a4 4 0 0 1 3 1.4v-2.81a6.15 6.15 0 0 0-3-.77 6.51 6.51 0 0 0-6.54 6.48ZM59.16 33.42l-3.3-8.32h-2.64l5.26 12.7h1.3l5.34-12.7h-2.61l-3.35 8.32zM66.22 37.48h6.84v-2.09h-4.43v-3.34h4.27v-2.1h-4.27V27.2h4.43v-2.1h-6.84v12.38zM82.63 28.76c0-2.32-1.6-3.66-4.39-3.66h-3.58v12.38h2.41v-5h.32l3.34 5h3l-3.9-5.21a3.3 3.3 0 0 0 2.8-3.51Zm-4.85 2h-.71v-3.71h.75c1.5 0 2.32.63 2.32 1.84s-.82 1.91-2.36 1.91ZM84.55 25.75c0-.21-.15-.33-.41-.33h-.35v1.09h.26v-.42l.3.42h.32l-.36-.45a.3.3 0 0 0 .24-.31Zm-.46.15v-.28c.13 0 .2 0 .2.14s-.07.14-.2.14Z"/>
<path class="cls-4" d="M84.19 25a1 1 0 0 0 0 1.9 1 1 0 0 0 0-1.9Zm0 1.73a.78.78 0 0 1 0-1.56.78.78 0 0 1 0 1.56Z"/>
<path d="M53.91 31.28a6.56 6.56 0 1 1-6.55-6.55 6.56 6.56 0 0 1 6.55 6.55Z" style="fill:url(#linear-gradient)"/>
<path d="M53.91 31.28a6.56 6.56 0 1 1-6.55-6.55 6.56 6.56 0 0 1 6.55 6.55Z" style="opacity:.65;fill:url(#linear-gradient-2);mix-blend-mode:multiply"/>
<g style="opacity:.5;mix-blend-mode:multiply">
<g style="clip-path:url(#clip-path)">
<path d="M47.38 24.63a6.69 6.69 0 1 1-6.68 6.68 6.67 6.67 0 0 1 6.68-6.68Z" style="fill:#020000"/>
<path d="M47.39 24.64a6.69 6.69 0 1 1-6.68 6.68 6.68 6.68 0 0 1 6.68-6.68Z" style="fill:#030100"/>
<path d="M47.4 24.65a6.69 6.69 0 1 1-6.69 6.68 6.67 6.67 0 0 1 6.69-6.68Z" style="fill:#050100"/>
<path d="M47.4 24.66a6.68 6.68 0 1 1-6.68 6.68 6.68 6.68 0 0 1 6.68-6.68Z" style="fill:#070200"/>
<path d="M47.41 24.67a6.68 6.68 0 1 1-6.68 6.68 6.68 6.68 0 0 1 6.68-6.68Z" style="fill:#080200"/>
<path d="M47.42 24.68a6.68 6.68 0 1 1-6.68 6.68 6.68 6.68 0 0 1 6.68-6.68Z" style="fill:#0a0300"/>
<path d="M47.43 24.69a6.68 6.68 0 1 1-6.68 6.68 6.67 6.67 0 0 1 6.68-6.68Z" style="fill:#0c0300"/>
<path d="M47.43 24.7a6.68 6.68 0 0 1 6.71 6.64 6.75 6.75 0 0 1-6.71 6.72 6.68 6.68 0 0 1 0-13.36Z" style="fill:#0e0400"/>
<path d="M47.44 24.71a6.67 6.67 0 0 1 6.71 6.63 6.75 6.75 0 0 1-6.71 6.73 6.68 6.68 0 0 1 0-13.36Z" style="fill:#0f0400"/>
<path d="M47.45 24.73a6.67 6.67 0 0 1 6.71 6.62 6.76 6.76 0 0 1-6.71 6.73 6.68 6.68 0 1 1 0-13.35Z" style="fill:#110500"/>
<path d="M47.45 24.74a6.66 6.66 0 0 1 6.72 6.61 6.76 6.76 0 0 1-6.72 6.74 6.68 6.68 0 0 1 0-13.35Z" style="fill:#130500"/>
<path d="M47.46 24.75a6.66 6.66 0 0 1 6.72 6.6 6.76 6.76 0 0 1-6.72 6.74 6.67 6.67 0 1 1 0-13.34Z" style="fill:#140600"/>
<path d="M47.47 24.76a6.66 6.66 0 0 1 6.72 6.6 6.78 6.78 0 0 1-6.72 6.74 6.67 6.67 0 0 1 0-13.34Z" style="fill:#160600"/>
<path d="M47.48 24.77a6.66 6.66 0 0 1 6.72 6.59 6.78 6.78 0 0 1-6.72 6.75 6.67 6.67 0 0 1 0-13.34Z" style="fill:#180600"/>
<path d="M47.48 24.78a6.66 6.66 0 0 1 6.73 6.59 6.79 6.79 0 0 1-6.73 6.75 6.67 6.67 0 1 1 0-13.34Z" style="fill:#190700"/>
<path d="M47.49 24.79a6.66 6.66 0 0 1 6.73 6.58 6.8 6.8 0 0 1-6.73 6.76 6.67 6.67 0 0 1 0-13.34Z" style="fill:#1b0700"/>
<path d="M47.5 24.8a6.65 6.65 0 0 1 6.73 6.57 6.81 6.81 0 0 1-6.73 6.77 6.67 6.67 0 0 1 0-13.34Z" style="fill:#1d0800"/>
<path d="M47.5 24.81a6.66 6.66 0 0 1 6.74 6.57 6.81 6.81 0 0 1-6.74 6.77 6.67 6.67 0 0 1 0-13.34Z" style="fill:#1f0800"/>
<path d="M47.51 24.82a6.66 6.66 0 0 1 6.74 6.56 6.82 6.82 0 0 1-6.74 6.77 6.67 6.67 0 0 1 0-13.33Z" style="fill:#200900"/>
<path d="M47.52 24.84a6.65 6.65 0 0 1 6.74 6.55 6.82 6.82 0 0 1-6.74 6.77 6.66 6.66 0 0 1 0-13.32Z" style="fill:#220900"/>
<path d="M47.53 24.85a6.64 6.64 0 0 1 6.74 6.54 6.83 6.83 0 0 1-6.74 6.78 6.66 6.66 0 1 1 0-13.32Z" style="fill:#240a00"/>
<path d="M47.53 24.86a6.65 6.65 0 0 1 6.75 6.54 6.84 6.84 0 0 1-6.75 6.78 6.66 6.66 0 0 1 0-13.32Z" style="fill:#250a00"/>
<path d="M47.54 24.87a6.65 6.65 0 0 1 6.75 6.53 6.85 6.85 0 0 1-6.75 6.79 6.66 6.66 0 1 1 0-13.32Z" style="fill:#270b00"/>
<path d="M47.55 24.88a6.65 6.65 0 0 1 6.75 6.52 6.86 6.86 0 0 1-6.75 6.8 6.66 6.66 0 1 1 0-13.32Z" style="fill:#290b00"/>
<path d="M47.55 24.89a6.65 6.65 0 0 1 6.76 6.52 6.86 6.86 0 0 1-6.76 6.8 6.66 6.66 0 0 1 0-13.32Z" style="fill:#2a0c00"/>
<path d="M47.56 24.9a6.64 6.64 0 0 1 6.76 6.51 6.86 6.86 0 0 1-6.76 6.8 6.66 6.66 0 0 1 0-13.31Z" style="fill:#2c0c00"/>
<path d="M47.57 24.91a6.64 6.64 0 0 1 6.76 6.51 6.88 6.88 0 0 1-6.76 6.8 6.66 6.66 0 1 1 0-13.31Z" style="fill:#2e0d00"/>
<path d="M47.58 24.92a6.65 6.65 0 0 1 6.76 6.5 6.88 6.88 0 0 1-6.76 6.81 6.66 6.66 0 1 1 0-13.31Z" style="fill:#300d00"/>
<path d="M47.58 24.94a6.63 6.63 0 0 1 6.77 6.49 6.89 6.89 0 0 1-6.77 6.81 6.65 6.65 0 1 1 0-13.3Z" style="fill:#310d00"/>
<path d="M47.59 25a6.63 6.63 0 0 1 6.77 6.48 6.9 6.9 0 0 1-6.77 6.82 6.65 6.65 0 0 1 0-13.3Z" style="fill:#330e00"/>
<path d="M47.6 25a6.63 6.63 0 0 1 6.77 6.47 6.91 6.91 0 0 1-6.77 6.83 6.65 6.65 0 0 1 0-13.3Z" style="fill:#350e00"/>
<path d="M47.6 25a6.63 6.63 0 0 1 6.78 6.47 6.91 6.91 0 0 1-6.78 6.83 6.65 6.65 0 0 1 0-13.3Z" style="fill:#360f00"/>
<path d="M47.61 25a6.63 6.63 0 0 1 6.78 6.46 6.93 6.93 0 0 1-6.78 6.84 6.65 6.65 0 1 1 0-13.3Z" style="fill:#380f00"/>
<path d="M47.62 25a6.63 6.63 0 0 1 6.78 6.46 6.92 6.92 0 0 1-6.78 6.83 6.65 6.65 0 1 1 0-13.29Z" style="fill:#3a1000"/>
<path d="M47.63 25a6.62 6.62 0 0 1 6.78 6.45 6.93 6.93 0 0 1-6.78 6.84 6.65 6.65 0 1 1 0-13.29Z" style="fill:#3b1000"/>
<path d="M47.63 25a6.63 6.63 0 0 1 6.79 6.45 6.94 6.94 0 0 1-6.79 6.84 6.65 6.65 0 0 1 0-13.29Z" style="fill:#3d1100"/>
<path d="M47.64 25a6.63 6.63 0 0 1 6.79 6.44 7 7 0 0 1-6.79 6.85 6.65 6.65 0 0 1 0-13.29Z" style="fill:#3f1100"/>
<path d="M47.65 25a6.64 6.64 0 0 1 6.79 6.43 7 7 0 0 1-6.79 6.86 6.65 6.65 0 0 1 0-13.29Z" style="fill:#411200"/>
<path d="M47.65 25.05a6.62 6.62 0 0 1 6.8 6.42 7 7 0 0 1-6.8 6.86 6.64 6.64 0 0 1 0-13.28Z" style="fill:#421200"/>
<path d="M47.66 25.06a6.62 6.62 0 0 1 6.8 6.41 7 7 0 0 1-6.8 6.87 6.64 6.64 0 1 1 0-13.28Z" style="fill:#441300"/>
<path d="M47.67 25.07a6.62 6.62 0 0 1 6.8 6.41 7 7 0 0 1-6.8 6.86 6.64 6.64 0 1 1 0-13.27Z" style="fill:#461300"/>
<path d="M47.68 25.08a6.62 6.62 0 0 1 6.8 6.4 7 7 0 0 1-6.8 6.87 6.64 6.64 0 1 1 0-13.27Z" style="fill:#471300"/>
<path d="M47.68 25.09a6.61 6.61 0 0 1 6.81 6.39 7 7 0 0 1-6.81 6.88 6.64 6.64 0 0 1 0-13.27Z" style="fill:#491400"/>
<path d="M47.69 25.1a6.61 6.61 0 0 1 6.81 6.39 7 7 0 0 1-6.81 6.88 6.64 6.64 0 0 1 0-13.27Z" style="fill:#4b1400"/>
<path d="M47.7 25.11a6.61 6.61 0 0 1 6.81 6.38 7 7 0 0 1-6.81 6.89 6.64 6.64 0 1 1 0-13.27Z" style="fill:#4c1500"/>
<path d="M47.7 25.12c3.67.06 6.82 2.71 6.82 6.38a7 7 0 0 1-6.82 6.89 6.64 6.64 0 0 1 0-13.27Z" style="fill:#4e1500"/>
<path d="M47.71 25.13c3.66.06 6.82 2.71 6.82 6.37a7 7 0 0 1-6.82 6.9 6.64 6.64 0 0 1 0-13.27Z" style="fill:#501600"/>
<path d="M47.72 25.15c3.66.05 6.82 2.69 6.82 6.36a7 7 0 0 1-6.82 6.9 6.63 6.63 0 0 1 0-13.26Z" style="fill:#521600"/>
<path d="M47.73 25.16c3.66.05 6.82 2.69 6.82 6.35a7 7 0 0 1-6.82 6.9 6.63 6.63 0 1 1 0-13.25Z" style="fill:#531700"/>
<path d="M47.73 25.17c3.66 0 6.83 2.68 6.83 6.34a7 7 0 0 1-6.83 6.91 6.63 6.63 0 0 1 0-13.25Z" style="fill:#551700"/>
<path d="M47.74 25.18c3.66.06 6.83 2.68 6.83 6.34a7 7 0 0 1-6.83 6.91 6.63 6.63 0 1 1 0-13.25Z" style="fill:#571800"/>
<path d="M47.75 25.19c3.66.06 6.83 2.67 6.83 6.33a7.06 7.06 0 0 1-6.83 6.92 6.63 6.63 0 1 1 0-13.25Z" style="fill:#581800"/>
<path d="M47.75 25.2c3.66.06 6.84 2.67 6.84 6.33a7.07 7.07 0 0 1-6.84 6.92 6.63 6.63 0 0 1 0-13.25Z" style="fill:#5a1900"/>
<path d="M47.76 25.21c3.66.06 6.84 2.66 6.84 6.32a7.08 7.08 0 0 1-6.84 6.93 6.63 6.63 0 0 1 0-13.25Z" style="fill:#5c1900"/>
<path d="M47.77 25.22c3.65.06 6.84 2.66 6.84 6.32a7.08 7.08 0 0 1-6.84 6.93 6.63 6.63 0 0 1 0-13.25Z" style="fill:#5e1a00"/>
<path d="M47.78 25.23c3.65.07 6.84 2.65 6.84 6.31a7.08 7.08 0 0 1-6.84 6.93 6.62 6.62 0 0 1 0-13.24Z" style="fill:#5f1a00"/>
<path d="M47.78 25.24c3.66.07 6.85 2.65 6.85 6.3a7.09 7.09 0 0 1-6.85 6.94 6.62 6.62 0 0 1 0-13.24Z" style="fill:#611a00"/>
<path d="M47.79 25.26c3.65.06 6.85 2.63 6.85 6.29a7.1 7.1 0 0 1-6.85 6.94 6.62 6.62 0 1 1 0-13.23Z" style="fill:#631b00"/>
<path d="M47.8 25.27c3.65.06 6.85 2.63 6.85 6.28a7.11 7.11 0 0 1-6.85 7 6.62 6.62 0 1 1 0-13.23Z" style="fill:#641b00"/>
<path d="M47.8 25.28c3.66.07 6.86 2.62 6.86 6.28a7.12 7.12 0 0 1-6.86 7 6.62 6.62 0 0 1 0-13.23Z" style="fill:#661c00"/>
<path d="M47.81 25.29c3.65.07 6.86 2.62 6.86 6.27a7.14 7.14 0 0 1-6.86 7 6.62 6.62 0 0 1 0-13.23Z" style="fill:#681c00"/>
<path d="M47.82 25.3c3.65.07 6.86 2.61 6.86 6.27a7.14 7.14 0 0 1-6.86 7 6.62 6.62 0 0 1 0-13.23Z" style="fill:#691d00"/>
<path d="M47.83 25.31c3.65.07 6.86 2.61 6.86 6.26a7.14 7.14 0 0 1-6.86 7 6.57 6.57 0 0 1-6.62-6.61 6.64 6.64 0 0 1 6.62-6.65Z" style="fill:#6b1d00"/>
<path d="M47.83 25.32c3.65.07 6.87 2.6 6.87 6.25a7.15 7.15 0 0 1-6.87 7 6.57 6.57 0 0 1-6.61-6.61 6.64 6.64 0 0 1 6.61-6.64Z" style="fill:#6d1e00"/>
<path d="M47.84 25.33c3.65.08 6.87 2.6 6.87 6.25a7.15 7.15 0 0 1-6.87 7 6.57 6.57 0 0 1-6.61-6.61 6.64 6.64 0 0 1 6.61-6.64Z" style="fill:#6f1e00"/>
<path d="M47.85 25.34c3.65.08 6.87 2.59 6.87 6.24a7.16 7.16 0 0 1-6.87 7A6.57 6.57 0 0 1 41.24 32a6.64 6.64 0 0 1 6.61-6.66Z" style="fill:#701f00"/>
<path d="M47.85 25.35c3.65.08 6.88 2.59 6.88 6.24a7.17 7.17 0 0 1-6.88 7 6.56 6.56 0 0 1-6.6-6.59 6.63 6.63 0 0 1 6.6-6.65Z" style="fill:#721f00"/>
<path d="M47.86 25.37c3.65.07 6.88 2.57 6.88 6.22a7.18 7.18 0 0 1-6.88 7 6.61 6.61 0 0 1 0-13.21Z" style="fill:#742000"/>
<path d="M47.87 25.38c3.65.08 6.88 2.57 6.88 6.22a7.19 7.19 0 0 1-6.88 7 6.61 6.61 0 1 1 0-13.21Z" style="fill:#752000"/>
<path d="M47.88 25.39c3.64.08 6.88 2.56 6.88 6.21a7.2 7.2 0 0 1-6.88 7 6.61 6.61 0 1 1 0-13.21Z" style="fill:#772000"/>
<path d="M47.88 25.4c3.65.08 6.89 2.56 6.89 6.2a7.2 7.2 0 0 1-6.89 7 6.56 6.56 0 0 1-6.6-6.6 6.62 6.62 0 0 1 6.6-6.6Z" style="fill:#792100"/>
<path d="M47.89 25.41c3.64.08 6.89 2.55 6.89 6.2a7.2 7.2 0 0 1-6.89 7 6.55 6.55 0 0 1-6.6-6.6 6.62 6.62 0 0 1 6.6-6.6Z" style="fill:#7a2100"/>
<path d="M47.9 25.42c3.64.08 6.89 2.55 6.89 6.19a7.21 7.21 0 0 1-6.89 7A6.54 6.54 0 0 1 41.3 32a6.62 6.62 0 0 1 6.6-6.58Z" style="fill:#7c2200"/>
<path d="M47.9 25.43c3.65.09 6.89 2.54 6.89 6.19a7.21 7.21 0 0 1-6.89 7A6.55 6.55 0 0 1 41.31 32a6.62 6.62 0 0 1 6.59-6.57Z" style="fill:#7e2200"/>
<path d="M47.91 25.44c3.64.09 6.89 2.54 6.89 6.18a7.22 7.22 0 0 1-6.89 7 6.56 6.56 0 0 1-6.6-6.6 6.64 6.64 0 0 1 6.6-6.58Z" style="fill:#802300"/>
<path d="M47.92 25.45c3.64.09 6.89 2.53 6.89 6.17a7.23 7.23 0 0 1-6.89 7 6.56 6.56 0 0 1-6.6-6.6 6.64 6.64 0 0 1 6.6-6.57Z" style="fill:#812300"/>
<path d="M47.93 25.47c3.64.08 6.89 2.52 6.89 6.16a7.24 7.24 0 0 1-6.89 7 6.55 6.55 0 0 1-6.6-6.6 6.62 6.62 0 0 1 6.6-6.56Z" style="fill:#832400"/>
<path d="M47.93 25.48c3.64.08 6.9 2.51 6.9 6.15a7.24 7.24 0 0 1-6.9 7 6.54 6.54 0 0 1-6.59-6.59 6.61 6.61 0 0 1 6.59-6.56Z" style="fill:#852400"/>
<path d="M47.94 25.49c3.64.09 6.9 2.51 6.9 6.15a7.25 7.25 0 0 1-6.9 7 6.54 6.54 0 0 1-6.59-6.59 6.61 6.61 0 0 1 6.59-6.56Z" style="fill:#862500"/>
<path d="M48 25.5c3.64.09 6.9 2.5 6.9 6.14a7.26 7.26 0 0 1-6.9 7 6.53 6.53 0 0 1-6.59-6.59A6.61 6.61 0 0 1 48 25.5Z" style="fill:#882500"/>
<path d="M48 25.51c3.64.09 6.91 2.5 6.91 6.14a7.27 7.27 0 0 1-6.91 7 6.54 6.54 0 0 1-6.59-6.59A6.63 6.63 0 0 1 48 25.51Z" style="fill:#8a2600"/>
<path d="M48 25.52c3.64.09 6.91 2.49 6.91 6.13A7.28 7.28 0 0 1 48 38.7a6.54 6.54 0 0 1-6.59-6.59A6.63 6.63 0 0 1 48 25.52Z" style="fill:#8b2600"/>
<path d="M48 25.53c3.64.1 6.91 2.49 6.91 6.12A7.28 7.28 0 0 1 48 38.71a6.54 6.54 0 0 1-6.59-6.59A6.63 6.63 0 0 1 48 25.53Z" style="fill:#8d2600"/>
<path d="M48 25.54c3.63.1 6.91 2.48 6.91 6.12A7.29 7.29 0 0 1 48 38.72a6.53 6.53 0 0 1-6.59-6.59A6.62 6.62 0 0 1 48 25.54Z" style="fill:#8f2700"/>
<path d="M48 25.55c3.64.1 6.92 2.48 6.92 6.11A7.3 7.3 0 0 1 48 38.73a6.53 6.53 0 0 1-6.58-6.59A6.62 6.62 0 0 1 48 25.55Z" style="fill:#912700"/>
<path d="M48 25.56c3.63.1 6.92 2.47 6.92 6.11A7.3 7.3 0 0 1 48 38.73a6.54 6.54 0 0 1-6.59-6.58A6.63 6.63 0 0 1 48 25.56Z" style="fill:#922800"/>
<path d="M48 25.58c3.63.09 6.92 2.46 6.92 6.09A7.31 7.31 0 0 1 48 38.74a6.54 6.54 0 0 1-6.59-6.58A6.62 6.62 0 0 1 48 25.58Z" style="fill:#942800"/>
<path d="M48 25.59c3.64.1 6.93 2.45 6.93 6.09A7.32 7.32 0 0 1 48 38.75a6.53 6.53 0 0 1-6.58-6.58A6.62 6.62 0 0 1 48 25.59Z" style="fill:#962900"/>
<path d="M48 25.6c3.63.1 6.93 2.45 6.93 6.08A7.33 7.33 0 0 1 48 38.76a6.53 6.53 0 0 1-6.58-6.58A6.62 6.62 0 0 1 48 25.6Z" style="fill:#972900"/>
<path d="M48 25.61c3.63.1 6.93 2.44 6.93 6.07A7.34 7.34 0 0 1 48 38.77a6.52 6.52 0 0 1-6.58-6.58A6.62 6.62 0 0 1 48 25.61Z" style="fill:#992a00"/>
<path d="M48 25.62c3.63.1 6.93 2.43 6.93 6.07A7.35 7.35 0 0 1 48 38.78a6.52 6.52 0 0 1-6.58-6.58A6.62 6.62 0 0 1 48 25.62Z" style="fill:#9b2a00"/>
<path d="M48 25.63c3.63.11 6.94 2.43 6.94 6.06a7.35 7.35 0 0 1-6.94 7.1 6.53 6.53 0 0 1-6.58-6.58A6.62 6.62 0 0 1 48 25.63Z" style="fill:#9c2b00"/>
<path d="M48 25.64c3.63.11 6.94 2.42 6.94 6.06A7.35 7.35 0 0 1 48 38.79a6.52 6.52 0 0 1-6.58-6.57A6.62 6.62 0 0 1 48 25.64Z" style="fill:#9e2b00"/>
<path d="M48.05 25.65c3.63.11 6.94 2.42 6.94 6.05a7.36 7.36 0 0 1-6.94 7.1 6.52 6.52 0 0 1-6.58-6.57 6.62 6.62 0 0 1 6.58-6.58Z" style="fill:#a02c00"/>
<path d="M48.05 25.66c3.63.11 7 2.41 7 6.05a7.37 7.37 0 0 1-7 7.1 6.51 6.51 0 0 1-6.57-6.57 6.61 6.61 0 0 1 6.57-6.58Z" style="fill:#a22c00"/>
<path d="M48.06 25.67c3.63.11 6.95 2.41 6.95 6a7.38 7.38 0 0 1-6.95 7.11 6.51 6.51 0 0 1-6.57-6.57 6.61 6.61 0 0 1 6.57-6.54Z" style="fill:#a32d00"/>
<path d="M48.07 25.69c3.63.11 7 2.39 7 6a7.39 7.39 0 0 1-7 7.12 6.51 6.51 0 0 1-6.57-6.57 6.6 6.6 0 0 1 6.57-6.55Z" style="fill:#a52d00"/>
<path d="M48.08 25.7c3.62.11 7 2.39 7 6a7.4 7.4 0 0 1-7 7.12 6.53 6.53 0 0 1-6.58-6.57 6.61 6.61 0 0 1 6.58-6.55Z" style="fill:#a72d00"/>
<path d="M48.08 25.71c3.63.11 7 2.38 7 6a7.41 7.41 0 0 1-7 7.13 6.51 6.51 0 0 1-6.57-6.57 6.6 6.6 0 0 1 6.57-6.56Z" style="fill:#a82e00"/>
<path d="M48.09 25.72c3.63.11 7 2.38 7 6a7.41 7.41 0 0 1-7 7.12 6.5 6.5 0 0 1-6.57-6.56 6.6 6.6 0 0 1 6.57-6.56Z" style="fill:#aa2e00"/>
<path d="M48.1 25.73c3.62.11 7 2.37 7 6a7.42 7.42 0 0 1-7 7.13 6.5 6.5 0 0 1-6.57-6.56 6.6 6.6 0 0 1 6.57-6.57Z" style="fill:#ac2f00"/>
<path d="M48.1 25.74c3.63.12 7 2.37 7 6a7.43 7.43 0 0 1-7 7.14 6.5 6.5 0 0 1-6.56-6.56 6.6 6.6 0 0 1 6.56-6.58Z" style="fill:#ad2f00"/>
<path d="M48.11 25.75c3.62.12 7 2.36 7 6a7.44 7.44 0 0 1-7 7.14 6.49 6.49 0 0 1-6.56-6.56 6.6 6.6 0 0 1 6.56-6.58Z" style="fill:#af3000"/>
<path d="M48.12 25.76c3.62.12 7 2.36 7 6a7.44 7.44 0 0 1-7 7.15 6.5 6.5 0 0 1-6.57-6.56 6.62 6.62 0 0 1 6.57-6.59Z" style="fill:#b13000"/>
<path d="M48.13 25.77c3.62.12 7 2.35 7 6s-3.35 7.15-7 7.15a6.5 6.5 0 0 1-6.57-6.56 6.62 6.62 0 0 1 6.57-6.59Z" style="fill:#b33100"/>
<path d="M48.13 25.79c3.62.12 7 2.34 7 6a7.46 7.46 0 0 1-7 7.16 6.5 6.5 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.6Z" style="fill:#b43100"/>
<path d="M48.14 25.8c3.62.12 7 2.33 7 6s-3.36 7.16-7 7.16a6.49 6.49 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.6Z" style="fill:#b63200"/>
<path d="M48.15 25.81c3.62.12 7 2.33 7 6s-3.36 7.16-7 7.16a6.48 6.48 0 0 1-6.56-6.55 6.59 6.59 0 0 1 6.56-6.61Z" style="fill:#b83200"/>
<path d="M48.15 25.82c3.62.12 7 2.32 7 5.94s-3.36 7.17-7 7.17a6.48 6.48 0 0 1-6.55-6.55 6.59 6.59 0 0 1 6.55-6.56Z" style="fill:#b93300"/>
<path d="M55.15 31.77c0 3.62-3.37 7.17-7 7.17a6.49 6.49 0 0 1-6.56-6.55 6.61 6.61 0 0 1 6.56-6.56c3.63.17 7 2.32 7 5.94Z" style="fill:#b30"/>
<path d="M48.17 25.84c3.62.12 7 2.32 7 5.94s-3.38 7.22-7 7.22a6.49 6.49 0 0 1-6.56-6.56 6.6 6.6 0 0 1 6.56-6.6Z" style="fill:#bc3502;opacity:.99"/>
<path d="M48.17 25.85c3.62.12 7 2.33 7 5.95s-3.38 7.2-7 7.2a6.49 6.49 0 0 1-6.55-6.56 6.59 6.59 0 0 1 6.55-6.59Z" style="fill:#bc3705;opacity:.98"/>
<path d="M48.18 25.85c3.62.13 7 2.34 7 6S51.8 39 48.18 39a6.49 6.49 0 0 1-6.56-6.56 6.61 6.61 0 0 1 6.56-6.59Z" style="fill:#bd3907;opacity:.97"/>
<path d="M48.18 25.86c3.62.12 7 2.34 7 6a7.45 7.45 0 0 1-7 7.15 6.48 6.48 0 0 1-6.55-6.55 6.6 6.6 0 0 1 6.55-6.6Z" style="fill:#bd3a09;opacity:.96"/>
<path d="M48.19 25.87c3.62.12 7 2.35 7 6a7.44 7.44 0 0 1-7 7.14 6.49 6.49 0 0 1-6.56-6.55 6.61 6.61 0 0 1 6.56-6.59Z" style="fill:#be3c0c;opacity:.95"/>
<path d="M48.19 25.88c3.62.12 7 2.35 7 6a7.44 7.44 0 0 1-7 7.14 6.48 6.48 0 0 1-6.55-6.55 6.6 6.6 0 0 1 6.55-6.59Z" style="fill:#bf3e0e;opacity:.95"/>
<path d="M48.2 25.89c3.62.12 7 2.36 7 6a7.42 7.42 0 0 1-7 7.13 6.5 6.5 0 0 1-6.56-6.56 6.6 6.6 0 0 1 6.56-6.57Z" style="fill:#bf4010;opacity:.94"/>
<path d="M48.21 25.9c3.61.11 6.95 2.36 6.95 6a7.42 7.42 0 0 1-6.95 7.1 6.5 6.5 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.54Z" style="fill:#c04213;opacity:.93"/>
<path d="M48.21 25.9c3.62.12 7 2.37 7 6a7.42 7.42 0 0 1-7 7.13 6.49 6.49 0 0 1-6.55-6.56 6.59 6.59 0 0 1 6.55-6.57Z" style="fill:#c14415;opacity:.92"/>
<path d="M48.22 25.91c3.62.12 7 2.38 7 6a7.41 7.41 0 0 1-7 7.12 6.5 6.5 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.56Z" style="fill:#c14617;opacity:.91"/>
<path d="M48.22 25.92c3.62.11 7 2.38 7 6a7.4 7.4 0 0 1-7 7.11 6.48 6.48 0 0 1-6.55-6.55 6.59 6.59 0 0 1 6.55-6.56Z" style="fill:#c24719;opacity:.9"/>
<path d="M48.23 25.93c3.62.11 6.94 2.39 6.94 6A7.38 7.38 0 0 1 48.23 39a6.49 6.49 0 0 1-6.56-6.55 6.59 6.59 0 0 1 6.56-6.52Z" style="fill:#c2491c;opacity:.89"/>
<path d="M48.23 25.94c3.62.11 6.94 2.39 6.94 6a7.38 7.38 0 0 1-6.94 7.1 6.49 6.49 0 0 1-6.55-6.56 6.59 6.59 0 0 1 6.55-6.54Z" style="fill:#c34b1e;opacity:.88"/>
<path d="M48.24 26c3.62.11 6.93 2.39 6.93 6a7.36 7.36 0 0 1-6.93 7.1 6.51 6.51 0 0 1-6.56-6.56A6.59 6.59 0 0 1 48.24 26Z" style="fill:#c44d20;opacity:.87"/>
<path d="M48.25 26c3.61.1 6.93 2.4 6.93 6a7.36 7.36 0 0 1-6.93 7.09 6.49 6.49 0 0 1-6.56-6.56A6.59 6.59 0 0 1 48.25 26Z" style="fill:#c44f23;opacity:.86"/>
<path d="M48.25 26c3.62.11 6.93 2.41 6.93 6a7.36 7.36 0 0 1-6.93 7.09 6.51 6.51 0 0 1-6.56-6.56A6.61 6.61 0 0 1 48.25 26Z" style="fill:#c55125;opacity:.85"/>
<path d="M48.26 26c3.62.11 6.92 2.42 6.92 6a7.33 7.33 0 0 1-6.92 7.07 6.5 6.5 0 0 1-6.56-6.55A6.6 6.6 0 0 1 48.26 26Z" style="fill:#c65327;opacity:.85"/>
<path d="M48.26 26c3.62.11 6.92 2.42 6.92 6a7.33 7.33 0 0 1-6.92 7.07 6.48 6.48 0 0 1-6.55-6.55A6.59 6.59 0 0 1 48.26 26Z" style="fill:#c6542a;opacity:.84"/>
<path d="M48.27 26c3.62.1 6.91 2.42 6.91 6a7.32 7.32 0 0 1-6.91 7.07 6.51 6.51 0 0 1-6.56-6.56A6.59 6.59 0 0 1 48.27 26Z" style="fill:#c7562c;opacity:.83"/>
<path d="M48.27 26c3.62.1 6.91 2.43 6.91 6a7.31 7.31 0 0 1-6.91 7.06 6.5 6.5 0 0 1-6.55-6.56 6.58 6.58 0 0 1 6.55-6.5Z" style="fill:#c7582e;opacity:.82"/>
<path d="M48.28 26c3.62.1 6.91 2.43 6.91 6.05a7.31 7.31 0 0 1-6.91 7.06 6.51 6.51 0 0 1-6.56-6.56A6.59 6.59 0 0 1 48.28 26Z" style="fill:#c85a31;opacity:.81"/>
<path d="M48.28 26c3.62.1 6.91 2.45 6.91 6.07a7.3 7.3 0 0 1-6.91 7.05 6.5 6.5 0 0 1-6.55-6.56A6.59 6.59 0 0 1 48.28 26Z" style="fill:#c95c33;opacity:.8"/>
<path d="M48.29 26c3.62.1 6.9 2.45 6.9 6.07a7.29 7.29 0 0 1-6.9 7 6.5 6.5 0 0 1-6.56-6.55A6.6 6.6 0 0 1 48.29 26Z" style="fill:#c95e35;opacity:.79"/>
<path d="M48.3 26c3.61.1 6.89 2.45 6.89 6.07a7.27 7.27 0 0 1-6.89 7 6.49 6.49 0 0 1-6.56-6.55A6.59 6.59 0 0 1 48.3 26Z" style="fill:#ca6038;opacity:.78"/>
<path d="M48.3 26c3.62.1 6.89 2.46 6.89 6.08a7.27 7.27 0 0 1-6.89 7 6.51 6.51 0 0 1-6.56-6.56A6.59 6.59 0 0 1 48.3 26Z" style="fill:#ca613a;opacity:.77"/>
<path d="M48.31 26.05c3.62.09 6.88 2.46 6.88 6.08a7.26 7.26 0 0 1-6.88 7 6.51 6.51 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.52Z" style="fill:#cb633c;opacity:.76"/>
<path d="M48.31 26.06c3.62.09 6.89 2.47 6.89 6.09a7.26 7.26 0 0 1-6.89 7 6.5 6.5 0 0 1-6.55-6.56 6.58 6.58 0 0 1 6.55-6.53Z" style="fill:#cc653f;opacity:.75"/>
<path d="M48.32 26.06c3.62.1 6.88 2.48 6.88 6.1a7.25 7.25 0 0 1-6.88 7 6.51 6.51 0 0 1-6.56-6.56 6.6 6.6 0 0 1 6.56-6.54Z" style="fill:#cc6741;opacity:.75"/>
<path d="M48.32 26.07c3.62.09 6.88 2.48 6.88 6.1a7.23 7.23 0 0 1-6.88 7 6.5 6.5 0 0 1-6.55-6.55 6.59 6.59 0 0 1 6.55-6.55Z" style="fill:#cd6943;opacity:.74"/>
<path d="M48.33 26.08c3.62.09 6.87 2.49 6.87 6.11a7.22 7.22 0 0 1-6.87 7 6.5 6.5 0 0 1-6.56-6.55 6.59 6.59 0 0 1 6.56-6.56Z" style="fill:#ce6b46;opacity:.73"/>
<path d="M48.33 26.09c3.62.09 6.87 2.49 6.87 6.11a7.22 7.22 0 0 1-6.87 7 6.5 6.5 0 0 1-6.55-6.55 6.58 6.58 0 0 1 6.55-6.56Z" style="fill:#ce6c48;opacity:.72"/>
<path d="M48.34 26.1c3.62.09 6.86 2.5 6.86 6.12a7.21 7.21 0 0 1-6.86 7 6.56 6.56 0 1 1 0-13.11Z" style="fill:#cf6e4a;opacity:.71"/>
<path d="M48.35 26.11c3.62.08 6.86 2.5 6.86 6.12a7.21 7.21 0 0 1-6.86 7 6.51 6.51 0 0 1-6.56-6.56 6.58 6.58 0 0 1 6.56-6.56Z" style="fill:#cf704c;opacity:.7"/>
<path d="M48.35 26.11c3.62.09 6.86 2.51 6.86 6.13a7.2 7.2 0 0 1-6.86 7 6.5 6.5 0 0 1-6.55-6.56 6.58 6.58 0 0 1 6.55-6.57Z" style="fill:#d0724f;opacity:.69"/>
<path d="M48.36 26.12c3.62.09 6.85 2.52 6.85 6.14a7.19 7.19 0 0 1-6.85 7 6.52 6.52 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.58Z" style="fill:#d17451;opacity:.68"/>
<path d="M48.36 26.13c3.62.09 6.85 2.52 6.85 6.14a7.18 7.18 0 0 1-6.85 7 6.5 6.5 0 0 1-6.55-6.55 6.58 6.58 0 0 1 6.55-6.59Z" style="fill:#d17653;opacity:.67"/>
<path d="M48.37 26.14c3.62.08 6.84 2.53 6.84 6.15a7.16 7.16 0 0 1-6.84 7 6.51 6.51 0 0 1-6.56-6.55 6.59 6.59 0 0 1 6.56-6.6Z" style="fill:#d27856;opacity:.66"/>
<path d="M48.37 26.15c3.62.08 6.84 2.53 6.84 6.15a7.16 7.16 0 0 1-6.84 7 6.51 6.51 0 0 1-6.55-6.56 6.58 6.58 0 0 1 6.55-6.59Z" style="fill:#d27958;opacity:.65"/>
<path d="M48.38 26.16c3.62.08 6.84 2.53 6.84 6.15a7.15 7.15 0 0 1-6.84 7 6.52 6.52 0 0 1-6.56-6.56 6.59 6.59 0 0 1 6.56-6.59Z" style="fill:#d37b5a;opacity:.65"/>
<path d="M48.38 26.16c3.62.08 6.84 2.55 6.84 6.17a7.14 7.14 0 0 1-6.84 7 6.51 6.51 0 0 1-6.55-6.56 6.59 6.59 0 0 1 6.55-6.61Z" style="fill:#d47d5d;opacity:.64"/>
<path d="M48.39 26.17c3.62.08 6.83 2.55 6.83 6.17a7.14 7.14 0 0 1-6.83 6.95 6.53 6.53 0 0 1-6.56-6.56 6.6 6.6 0 0 1 6.56-6.56Z" style="fill:#d47f5f;opacity:.63"/>
<path d="M48.4 26.18c3.62.08 6.82 2.56 6.82 6.18a7.12 7.12 0 0 1-6.82 6.93 6.51 6.51 0 0 1-6.56-6.55 6.58 6.58 0 0 1 6.56-6.56Z" style="fill:#d58161;opacity:.62"/>
<path d="M48.4 26.19c3.62.08 6.82 2.56 6.82 6.18a7.12 7.12 0 0 1-6.82 6.93 6.5 6.5 0 0 1-6.55-6.55 6.57 6.57 0 0 1 6.55-6.56Z" style="fill:#d68364;opacity:.61"/>
<path d="M48.41 26.2c3.62.07 6.81 2.56 6.81 6.18a7.1 7.1 0 0 1-6.81 6.93 6.56 6.56 0 1 1 0-13.11Z" style="fill:#d68566;opacity:.6"/>
<path d="M48.41 26.21c3.62.07 6.82 2.57 6.82 6.19a7.11 7.11 0 0 1-6.82 6.92 6.56 6.56 0 0 1 0-13.11Z" style="fill:#d78668;opacity:.59"/>
<path d="M48.42 26.22c3.62.07 6.81 2.57 6.81 6.19a7.1 7.1 0 0 1-6.81 6.92 6.56 6.56 0 1 1 0-13.11Z" style="fill:#d7886b;opacity:.58"/>
<path d="M48.42 26.22c3.62.08 6.81 2.59 6.81 6.21a7.08 7.08 0 0 1-6.81 6.91 6.51 6.51 0 0 1-6.55-6.56 6.59 6.59 0 0 1 6.55-6.56Z" style="fill:#d88a6d;opacity:.57"/>
<path d="M48.43 26.23c3.62.07 6.8 2.59 6.8 6.21a7.07 7.07 0 0 1-6.8 6.9 6.52 6.52 0 0 1-6.56-6.55 6.59 6.59 0 0 1 6.56-6.56Z" style="fill:#d98c6f;opacity:.56"/>
<path d="M48.44 26.24c3.62.07 6.79 2.59 6.79 6.21a7.05 7.05 0 0 1-6.79 6.9 6.56 6.56 0 1 1 0-13.11Z" style="fill:#d98e72;opacity:.55"/>
<path d="M48.44 26.25c3.62.07 6.79 2.6 6.79 6.22a7.05 7.05 0 0 1-6.79 6.89 6.56 6.56 0 1 1 0-13.11Z" style="fill:#da9074;opacity:.55"/>
<path d="M48.45 26.26c3.62.06 6.78 2.6 6.78 6.22a7 7 0 0 1-6.78 6.89 6.56 6.56 0 1 1 0-13.11Z" style="fill:#db9276;opacity:.54"/>
<path d="M48.45 26.27c3.62.06 6.79 2.61 6.79 6.23a7 7 0 0 1-6.79 6.88 6.56 6.56 0 0 1 0-13.11Z" style="fill:#db9379;opacity:.53"/>
<path d="M48.46 26.27c3.62.07 6.78 2.62 6.78 6.24a7 7 0 0 1-6.78 6.88 6.56 6.56 0 0 1 0-13.12Z" style="fill:#dc957b;opacity:.52"/>
<path d="M48.46 26.28c3.62.07 6.78 2.62 6.78 6.24a7 7 0 0 1-6.78 6.87 6.56 6.56 0 0 1 0-13.11Z" style="fill:#dc977d;opacity:.51"/>
<path d="M48.47 26.29c3.62.06 6.77 2.63 6.77 6.25a7 7 0 0 1-6.77 6.86 6.56 6.56 0 1 1 0-13.11Z" style="fill:#dd9980;opacity:.5"/>
<path d="M48.47 26.3c3.62.06 6.77 2.63 6.77 6.25a7 7 0 0 1-6.77 6.86 6.56 6.56 0 0 1 0-13.11Z" style="fill:#de9b82;opacity:.49"/>
<path d="M48.48 26.31c3.62.06 6.76 2.64 6.76 6.26a7 7 0 0 1-6.76 6.85 6.56 6.56 0 1 1 0-13.11Z" style="fill:#de9d84;opacity:.48"/>
<path d="M48.49 26.32c3.62.06 6.76 2.64 6.76 6.26a7 7 0 0 1-6.76 6.85 6.56 6.56 0 1 1 0-13.11Z" style="fill:#df9f86;opacity:.47"/>
<path d="M48.49 26.32c3.62.06 6.76 2.65 6.76 6.27a7 7 0 0 1-6.76 6.85 6.56 6.56 0 0 1 0-13.12Z" style="fill:#dfa089;opacity:.46"/>
<path d="M48.5 26.33c3.62.06 6.75 2.66 6.75 6.28a7 7 0 0 1-6.75 6.83 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e0a28b;opacity:.45"/>
<path d="M48.5 26.34c3.62.06 6.75 2.66 6.75 6.28a7 7 0 0 1-6.75 6.83 6.56 6.56 0 0 1 0-13.11Z" style="fill:#e1a48d;opacity:.45"/>
<path d="M48.51 26.35c3.62 0 6.74 2.67 6.74 6.29a7 7 0 0 1-6.74 6.82 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e1a690;opacity:.44"/>
<path d="M48.51 26.36c3.62.05 6.74 2.67 6.74 6.29a7 7 0 0 1-6.74 6.82 6.56 6.56 0 0 1 0-13.11Z" style="fill:#e2a892;opacity:.43"/>
<path d="M48.52 26.37c3.62.05 6.74 2.67 6.74 6.29a6.94 6.94 0 0 1-6.74 6.82 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e3aa94;opacity:.42"/>
<path d="M48.52 26.37c3.62.06 6.74 2.69 6.74 6.31a6.93 6.93 0 0 1-6.74 6.81 6.56 6.56 0 0 1 0-13.12Z" style="fill:#e3ac97;opacity:.41"/>
<path d="M48.53 26.38a6.54 6.54 0 0 1 6.73 6.31 6.93 6.93 0 0 1-6.73 6.81 6.56 6.56 0 0 1 0-13.12Z" style="fill:#e4ad99;opacity:.4"/>
<path d="M48.54 26.39a6.54 6.54 0 0 1 6.72 6.32 6.9 6.9 0 0 1-6.72 6.79 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e4af9b;opacity:.39"/>
<path d="M48.54 26.4a6.54 6.54 0 0 1 6.72 6.32 6.9 6.9 0 0 1-6.72 6.79 6.56 6.56 0 0 1 0-13.11Z" style="fill:#e5b19e;opacity:.38"/>
<path d="M48.55 26.41a6.52 6.52 0 0 1 6.71 6.32 6.89 6.89 0 0 1-6.71 6.79 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e6b3a0;opacity:.37"/>
<path d="M48.55 26.42a6.54 6.54 0 0 1 6.72 6.33 6.89 6.89 0 0 1-6.72 6.78 6.56 6.56 0 0 1 0-13.11Z" style="fill:#e6b5a2;opacity:.36"/>
<path d="M48.56 26.43a6.53 6.53 0 0 1 6.71 6.33 6.88 6.88 0 0 1-6.71 6.78 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e7b7a5;opacity:.35"/>
<path d="M48.56 26.43a6.55 6.55 0 0 1 6.71 6.35 6.88 6.88 0 0 1-6.71 6.77 6.56 6.56 0 0 1 0-13.12Z" style="fill:#e8b9a7;opacity:.35"/>
<path d="M48.57 26.44a6.54 6.54 0 0 1 6.7 6.35 6.86 6.86 0 0 1-6.7 6.76 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e8baa9;opacity:.34"/>
<path d="M48.58 26.45a6.53 6.53 0 0 1 6.69 6.35 6.84 6.84 0 0 1-6.69 6.76 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e9bcac;opacity:.33"/>
<path d="M48.58 26.46a6.53 6.53 0 0 1 6.69 6.36 6.84 6.84 0 0 1-6.69 6.75 6.56 6.56 0 1 1 0-13.11Z" style="fill:#e9beae;opacity:.32"/>
<path d="M48.59 26.47a6.53 6.53 0 0 1 6.69 6.36 6.84 6.84 0 0 1-6.69 6.75 6.56 6.56 0 1 1 0-13.11Z" style="fill:#eac0b0;opacity:.31"/>
<path d="M48.59 26.48a6.54 6.54 0 0 1 6.69 6.37 6.83 6.83 0 0 1-6.69 6.74 6.56 6.56 0 0 1 0-13.11Z" style="fill:#ebc2b3;opacity:.3"/>
<path d="M48.6 26.48a6.54 6.54 0 0 1 6.68 6.38 6.82 6.82 0 0 1-6.68 6.74 6.56 6.56 0 0 1 0-13.12Z" style="fill:#ebc4b5;opacity:.29"/>
<path d="M48.6 26.49a6.54 6.54 0 0 1 6.68 6.38 6.81 6.81 0 0 1-6.68 6.73 6.56 6.56 0 0 1 0-13.11Z" style="fill:#ecc6b7;opacity:.28"/>
<path d="M48.61 26.5a6.54 6.54 0 0 1 6.67 6.39 6.8 6.8 0 0 1-6.67 6.72 6.56 6.56 0 1 1 0-13.11Z" style="fill:#ecc7b9;opacity:.27"/>
<path d="M48.61 26.51a6.54 6.54 0 0 1 6.67 6.39 6.79 6.79 0 0 1-6.67 6.72 6.56 6.56 0 0 1 0-13.11Z" style="fill:#edc9bc;opacity:.26"/>
<path d="M48.62 26.52a6.54 6.54 0 0 1 6.67 6.4 6.79 6.79 0 0 1-6.67 6.71 6.56 6.56 0 1 1 0-13.11Z" style="fill:#eecbbe;opacity:.25"/>
<path d="M48.63 26.53a6.53 6.53 0 0 1 6.66 6.4 6.78 6.78 0 0 1-6.66 6.71 6.56 6.56 0 1 1 0-13.11Z" style="fill:#eecdc0;opacity:.25"/>
<path d="M48.63 26.53a6.54 6.54 0 0 1 6.66 6.41 6.77 6.77 0 0 1-6.66 6.71 6.56 6.56 0 0 1 0-13.12Z" style="fill:#efcfc3;opacity:.24"/>
<path d="M48.64 26.54A6.54 6.54 0 0 1 55.29 33a6.75 6.75 0 0 1-6.65 6.69 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f0d1c5;opacity:.23"/>
<path d="M48.64 26.55A6.54 6.54 0 0 1 55.29 33a6.75 6.75 0 0 1-6.65 6.69 6.56 6.56 0 0 1 0-13.11Z" style="fill:#f0d2c7;opacity:.22"/>
<path d="M48.65 26.56A6.54 6.54 0 0 1 55.29 33a6.74 6.74 0 0 1-6.64 6.68 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f1d4ca;opacity:.21"/>
<path d="M48.65 26.57A6.54 6.54 0 0 1 55.3 33a6.74 6.74 0 0 1-6.65 6.68 6.56 6.56 0 0 1 0-13.11Z" style="fill:#f1d6cc;opacity:.2"/>
<path d="M48.66 26.58A6.54 6.54 0 0 1 55.3 33a6.73 6.73 0 0 1-6.64 6.68 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f2d8ce;opacity:.19"/>
<path d="M48.66 26.58A6.55 6.55 0 0 1 55.3 33a6.72 6.72 0 0 1-6.64 6.67 6.56 6.56 0 0 1 0-13.12Z" style="fill:#f3dad1;opacity:.18"/>
<path d="M48.67 26.59A6.54 6.54 0 0 1 55.3 33a6.71 6.71 0 0 1-6.63 6.66 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f3dcd3;opacity:.17"/>
<path d="M48.68 26.6a6.54 6.54 0 0 1 6.62 6.46 6.69 6.69 0 0 1-6.62 6.65 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f4ded5;opacity:.16"/>
<path d="M48.68 26.61a6.54 6.54 0 0 1 6.62 6.46 6.69 6.69 0 0 1-6.62 6.65 6.56 6.56 0 0 1 0-13.11Z" style="fill:#f4dfd8;opacity:.15"/>
<path d="M48.69 26.62a6.54 6.54 0 0 1 6.62 6.46 6.69 6.69 0 0 1-6.62 6.65 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f5e1da;opacity:.15"/>
<path d="M48.69 26.63a6.55 6.55 0 0 1 6.62 6.47 6.68 6.68 0 0 1-6.62 6.64 6.56 6.56 0 0 1 0-13.11Z" style="fill:#f6e3dc;opacity:.14"/>
<path d="M48.7 26.63a6.55 6.55 0 0 1 6.61 6.48 6.68 6.68 0 0 1-6.61 6.64 6.56 6.56 0 0 1 0-13.12Z" style="fill:#f6e5df;opacity:.13"/>
<path d="M48.7 26.64a6.56 6.56 0 0 1 6.61 6.49 6.67 6.67 0 0 1-6.61 6.63 6.56 6.56 0 0 1 0-13.12Z" style="fill:#f7e7e1;opacity:.12"/>
<path d="M48.71 26.65a6.55 6.55 0 0 1 6.6 6.49 6.65 6.65 0 0 1-6.6 6.62 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f8e9e3;opacity:.11"/>
<path d="M48.72 26.66a6.54 6.54 0 0 1 6.59 6.49 6.63 6.63 0 0 1-6.59 6.62 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f8ebe6;opacity:.1"/>
<path d="M48.72 26.67a6.55 6.55 0 0 1 6.6 6.5 6.64 6.64 0 0 1-6.6 6.61 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f9ece8;opacity:.09"/>
<path d="M48.73 26.68a6.54 6.54 0 0 1 6.59 6.5 6.63 6.63 0 0 1-6.59 6.61 6.56 6.56 0 1 1 0-13.11Z" style="fill:#f9eeea;opacity:.08"/>
<path d="M48.73 26.69a6.55 6.55 0 0 1 6.59 6.51 6.62 6.62 0 0 1-6.59 6.6 6.56 6.56 0 0 1 0-13.11Z" style="fill:#faf0ec;opacity:.07"/>
<path d="M48.74 26.69a6.56 6.56 0 1 1-6.56 6.56 6.55 6.55 0 0 1 6.56-6.56Z" style="fill:#fbf2ef;opacity:.06"/>
<path d="M48.74 26.7a6.56 6.56 0 1 1-6.55 6.56 6.55 6.55 0 0 1 6.55-6.56Z" style="fill:#fbf4f1;opacity:.05"/>
<path d="M48.75 26.71a6.56 6.56 0 1 1-6.56 6.56 6.55 6.55 0 0 1 6.56-6.56Z" style="fill:#fcf6f3;opacity:.05"/>
<path d="M48.75 26.72a6.56 6.56 0 1 1-6.55 6.55 6.55 6.55 0 0 1 6.55-6.55Z" style="fill:#fdf8f6;opacity:.04"/>
<path d="M48.76 26.73a6.56 6.56 0 1 1-6.56 6.55 6.56 6.56 0 0 1 6.56-6.55Z" style="fill:#fdf9f8;opacity:.03"/>
<path d="M48.77 26.74a6.56 6.56 0 1 1-6.56 6.55 6.55 6.55 0 0 1 6.56-6.55Z" style="fill:#fefbfa;opacity:.02"/>
<path d="M48.77 26.74a6.56 6.56 0 1 1-6.55 6.56 6.56 6.56 0 0 1 6.55-6.56Z" style="fill:#fefdfd;opacity:.01"/>
</g>
</g>
<g style="clip-path:url(#clip-path-2)">
<g style="clip-path:url(#clip-path-3)">
<path transform="rotate(-30 47.879 31.429)" style="fill:#e04e15" d="M-6.16-22.61h108.07V85.46H-6.16z"/>
<path transform="rotate(-30 48.999 33.37)" style="fill:#e04f15" d="M-5.03-20.66h108.07V87.41H-5.03z"/>
<path transform="matrix(.87 -.5 .5 .87 -10.95 29.8)" style="fill:#e15015" d="M-3.91-18.71h108.07V89.36H-3.91z"/>
<path transform="rotate(-30 51.253 37.273)" style="fill:#e15115" d="M-2.78-16.77h108.07V91.3H-2.78z"/>
<path transform="matrix(.87 -.5 .5 .87 -12.59 31.44)" style="fill:#e25215" d="M-1.66-14.82h108.07V93.25H-1.66z"/>
<path transform="rotate(-30 53.507 41.177)" style="fill:#e25316" d="M-.53-12.87h108.07V95.2H-.53z"/>
<path transform="rotate(-30 54.627 43.117)" style="fill:#e35416" d="M.59-10.92h108.07V97.15H.59z"/>
<path transform="rotate(-30 55.747 45.057)" style="fill:#e35516" d="M1.72-8.97h108.07V99.1H1.72z"/>
<path transform="matrix(.87 -.5 .5 .87 -15.89 34.74)" style="fill:#e35616" d="M2.84-7.02h108.07v108.07H2.84z"/>
<path class="cls-240" d="M-15.812 29.176 77.78-24.86l54.035 93.591-93.59 54.035z"/>
<path class="cls-240" d="M-14.687 31.124 78.904-22.91l54.035 93.592-93.59 54.035z"/>
<path transform="matrix(.87 -.5 .5 .87 -18.36 37.21)" style="fill:#e55816" d="M6.22-1.18h108.07v108.07H6.22z"/>
<path transform="rotate(-30 61.375 54.805)" style="fill:#e55916" d="M7.34.77h108.07v108.07H7.34z"/>
<path transform="rotate(-30 62.495 56.746)" style="fill:#e55a16" d="M8.47 2.72h108.07v108.07H8.47z"/>
<path transform="matrix(.87 -.5 .5 .87 -20.83 39.68)" style="fill:#e65b16" d="M9.59 4.67h108.07v108.07H9.59z"/>
<path transform="matrix(.87 -.5 .5 .87 -21.65 40.5)" style="fill:#e65c17" d="M10.72 6.62h108.07v108.07H10.72z"/>
<path transform="matrix(.87 -.5 .5 .87 -22.47 41.33)" style="fill:#e75d17" d="M11.84 8.56h108.07v108.07H11.84z"/>
<path transform="rotate(-30 67.003 64.553)" style="fill:#e75e17" d="M12.97 10.51h108.07v108.07H12.97z"/>
<path transform="rotate(-30 68.123 66.494)" style="fill:#e85f17" d="M14.09 12.46h108.07v108.07H14.09z"/>
<path transform="rotate(-30 69.262 68.439)" style="fill:#e86017" d="M15.22 14.41h108.07v108.07H15.22z"/>
<path transform="rotate(-30 69.68 69.19)" style="fill:#e86117" d="M15.65 15.16h108.07v108.07H15.65z"/>
<path transform="rotate(-30 70.118 69.948)" style="fill:#e96217" d="M16.09 15.92h108.07v108.07H16.09z"/>
<path transform="rotate(-30 70.555 70.705)" style="fill:#e96317" d="M16.52 16.67h108.07v108.07H16.52z"/>
<path transform="rotate(-30 70.992 71.462)" style="fill:#e96418" d="M16.96 17.42h108.07v108.07H16.96z"/>
<path transform="matrix(.87 -.5 .5 .87 -26.54 45.39)" style="fill:#e96518" d="M17.39 18.18h108.07v108.07H17.39z"/>
<path transform="rotate(-30 71.871 72.958)" style="fill:#ea6618" d="M17.82 18.93h108.07V127H17.82z"/>
<path transform="rotate(-30 72.29 73.71)" style="fill:#ea6718" d="M18.26 19.68h108.07v108.07H18.26z"/>
<path transform="rotate(-30 72.727 74.467)" style="fill:#ea6818" d="M18.69 20.43h108.07V128.5H18.69z"/>
<path transform="rotate(-30 73.164 75.224)" style="fill:#ea6918" d="M19.13 21.19H127.2v108.07H19.13z"/>
<path transform="rotate(-30 73.6 75.981)" style="fill:#eb6a18" d="M19.56 21.94h108.07v108.07H19.56z"/>
<path transform="rotate(-30 74.038 76.738)" style="fill:#eb6b19" d="M20 22.69h108.07v108.07H20z"/>
<path transform="rotate(-30 74.48 77.477)" style="fill:#eb6c19" d="M20.43 23.45H128.5v108.07H20.43z"/>
<path transform="matrix(.87 -.5 .5 .87 -29.08 47.93)" style="fill:#eb6d19" d="M20.87 24.2h108.07v108.07H20.87z"/>
<path transform="rotate(-30 75.336 78.986)" style="fill:#ec6e19" d="M21.3 24.95h108.07v108.07H21.3z"/>
<path transform="matrix(.87 -.5 .5 .87 -29.72 48.57)" style="fill:#ec6f19" d="M21.74 25.71h108.07v108.07H21.74z"/>
<path transform="rotate(-30 76.21 80.5)" style="fill:#ec7019" d="M22.17 26.46h108.07v108.07H22.17z"/>
<path transform="rotate(-30 76.647 81.258)" style="fill:#ec7119" d="M22.61 27.21h108.07v108.07H22.61z"/>
<path transform="rotate(-30 77.084 82.015)" style="fill:#ed7219" d="M23.04 27.97h108.07v108.07H23.04z"/>
<path transform="rotate(-30 77.508 82.748)" style="fill:#ed731a" d="M23.48 28.72h108.07v108.07H23.48z"/>
<path transform="rotate(-30 77.945 83.505)" style="fill:#ed741a" d="M23.91 29.47h108.07v108.07H23.91z"/>
<path transform="rotate(-30 78.382 84.262)" style="fill:#ed751a" d="M24.35 30.23h108.07V138.3H24.35z"/>
<path transform="rotate(-30 78.82 85.02)" style="fill:#ee761a" d="M24.78 30.98h108.07v108.07H24.78z"/>
<path transform="rotate(-30 79.256 85.777)" style="fill:#ee771a" d="M25.22 31.73h108.07V139.8H25.22z"/>
<path transform="matrix(.87 -.5 .5 .87 -32.59 51.44)" style="fill:#ee781a" d="M25.65 32.49h108.07v108.07H25.65z"/>
<path transform="rotate(-30 80.117 87.267)" style="fill:#ef791a" d="M26.09 33.24h108.07v108.07H26.09z"/>
<path transform="rotate(-30 80.554 88.024)" style="fill:#ef7a1b" d="M26.52 33.99h108.07v108.07H26.52z"/>
<path transform="rotate(-30 80.991 88.781)" style="fill:#ef7b1b" d="M26.96 34.75h108.07v108.07H26.96z"/>
<path transform="matrix(.87 -.5 .5 .87 -33.86 52.71)" style="fill:#ef7c1b" d="M27.39 35.5h108.07v108.07H27.39z"/>
<path transform="matrix(.87 -.5 .5 .87 -34.18 53.03)" style="fill:#f07d1b" d="M27.83 36.25H135.9v108.07H27.83z"/>
<path transform="matrix(.87 -.5 .5 .87 -34.5 53.35)" style="fill:#f07e1b" d="M28.26 37.01h108.07v108.07H28.26z"/>
<path transform="rotate(-30 82.745 91.791)" style="fill:#f07f1b" d="M28.7 37.76h108.07v108.07H28.7z"/>
<path transform="matrix(.87 -.5 .5 .87 -35.13 53.98)" style="fill:#f0801b" d="M29.13 38.51H137.2v108.07H29.13z"/>
<path transform="matrix(.87 -.5 .5 .87 -35.45 54.3)" style="fill:#f1801c" d="M29.57 39.27h108.07v108.07H29.57z"/>
<path transform="rotate(-30 84.037 94.058)" style="fill:#f1811c" d="M30 40.02h108.07v108.07H30z"/>
<path transform="rotate(-30 84.474 94.815)" style="fill:#f1821c" d="M30.44 40.77h108.07v108.07H30.44z"/>
<path transform="rotate(-30 84.912 95.572)" style="fill:#f1831c" d="M30.87 41.53h108.07V149.6H30.87z"/>
<path transform="rotate(-30 85.354 96.31)" style="fill:#f2841c" d="M31.31 42.28h108.07v108.07H31.31z"/>
<path transform="rotate(-30 85.772 97.063)" style="fill:#f2851c" d="M31.74 43.03h108.07V151.1H31.74z"/>
<path transform="rotate(-30 86.21 97.82)" style="fill:#f2861c" d="M32.18 43.79h108.07v108.07H32.18z"/>
<path transform="rotate(-30 86.646 98.577)" style="fill:#f2871d" d="M32.61 44.54h108.07v108.07H32.61z"/>
<path transform="rotate(-30 87.084 99.334)" style="fill:#f3881d" d="M33.05 45.29h108.07v108.07H33.05z"/>
<path transform="rotate(-30 87.52 100.091)" style="fill:#f3891d" d="M33.48 46.04h108.07v108.07H33.48z"/>
<path transform="rotate(-30 87.963 100.83)" style="fill:#f38a1d" d="M33.92 46.8h108.07v108.07H33.92z"/>
<path transform="rotate(-30 88.381 101.582)" style="fill:#f48b1d" d="M34.35 47.55h108.07v108.07H34.35z"/>
<path transform="matrix(.87 -.5 .5 .87 -39.27 58.12)" style="fill:#f48c1d" d="M34.79 48.3h108.07v108.07H34.79z"/>
<path transform="matrix(.87 -.5 .5 .87 -39.59 58.44)" style="fill:#f48d1d" d="M35.22 49.06h108.07v108.07H35.22z"/>
<path transform="matrix(.87 -.5 .5 .87 -39.91 58.76)" style="fill:#f48e1e" d="M35.66 49.81h108.07v108.07H35.66z"/>
<path transform="rotate(-30 90.13 104.61)" style="fill:#f58f1e" d="M36.09 50.56h108.07v108.07H36.09z"/>
<path transform="rotate(-30 90.572 105.349)" style="fill:#f5901e" d="M36.52 51.32h108.07v108.07H36.52z"/>
<path transform="rotate(-30 90.99 106.1)" style="fill:#f5911e" d="M36.96 52.07h108.07v108.07H36.96z"/>
<path transform="matrix(.87 -.5 .5 .87 -41.18 60.03)" style="fill:#f5921e" d="M37.39 52.82h108.07v108.07H37.39z"/>
<path transform="matrix(.87 -.5 .5 .87 -41.5 60.35)" style="fill:#f6931e" d="M37.83 53.58H145.9v108.07H37.83z"/>
<path transform="rotate(-30 92.302 108.372)" style="fill:#f6941e" d="M38.26 54.33h108.07V162.4H38.26z"/>
<path transform="rotate(-30 92.739 109.13)" style="fill:#f6951e" d="M38.7 55.08h108.07v108.07H38.7z"/>
<path transform="rotate(-30 93.181 109.868)" style="fill:#f6961f" d="M39.13 55.84H147.2v108.07H39.13z"/>
<path transform="rotate(-30 93.6 110.62)" style="fill:#f7971f" d="M39.57 56.59h108.07v108.07H39.57z"/>
<path transform="rotate(-30 94.037 111.377)" style="fill:#f7981f" d="M40 57.34h108.07v108.07H40z"/>
<path transform="rotate(-30 94.474 112.134)" style="fill:#f7991f" d="M40.44 58.1h108.07v108.07H40.44z"/>
<path transform="matrix(.87 -.5 .5 .87 -43.73 62.58)" style="fill:#f79a1f" d="M40.87 58.85h108.07v108.07H40.87z"/>
<path transform="rotate(-30 95.348 113.648)" style="fill:#f89b1f" d="M41.31 59.6h108.07v108.07H41.31z"/>
<path transform="rotate(-30 95.79 114.387)" style="fill:#f89c1f" d="M41.74 60.36h108.07v108.07H41.74z"/>
<path transform="matrix(.87 -.5 .5 .87 -44.68 63.53)" style="fill:#f89d20" d="M42.18 61.11h108.07v108.07H42.18z"/>
<path transform="rotate(-30 96.646 115.896)" style="fill:#f89e20" d="M42.61 61.86h108.07v108.07H42.61z"/>
<path transform="rotate(-30 97.083 116.653)" style="fill:#f99f20" d="M43.05 62.62h108.07v108.07H43.05z"/>
<path transform="rotate(-30 97.52 117.41)" style="fill:#f9a020" d="M43.48 63.37h108.07v108.07H43.48z"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 48 KiB

@@ -0,0 +1,34 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="33"
height="11"
fill="none"
viewBox="-2 0 37 11"
style="background: rgba(31, 0, 56, 1)"
>
<path
fill="url(#paint0_linear_10177_17781)"
d="M6.104 1.758c-1.518.693-2.545 2.021-2.545 3.545 0 1.923 1.772 3.483 3.957 3.483 1.003 0 1.708-.232 2.533-.728.088-.053.186-.092.25-.01.038.047.023.104-.006.156-.9 1.653-2.733 2.801-4.79 2.801a5.503 5.503 0 0 1-3.444-9.794c.943-.757 3.306-.862 4.045.547"
></path>
<path
fill="#E50056"
d="M10.23 3.889c0 1.828-1.746 3.31-3.9 3.31-.313 0-1.161-.043-1.769-.326-.172-.08-.155-.182-.036-.23.276-.115 2.44-.53 2.44-2.754S4.669.039 2.059 1.211A5.48 5.48 0 0 1 5.503.001c2.555 0 4.726 1.74 4.726 3.888"
></path>
<path
fill="#fff"
d="M14.147 4.017c-1.186 0-1.82.713-1.82 1.636v.027c0 .928.503 1.537 1.767 1.537.913 0 1.527-.294 1.789-.986h-.881c-.132.225-.378.351-.85.351-.645 0-.966-.236-1.05-.666h2.823v-.32c0-.913-.614-1.58-1.779-1.58m-1.034 1.3c.104-.425.45-.671 1.049-.671.582 0 .881.215.96.671zM19.487 3.293h-.682c0 .136-.005.356-.032.498-.047.252-.11.305-.335.326-.142.01-.3.01-.451.01h-.535v-.126c0-.456.089-.54.488-.54h.264v-.65h-.354c-.87 0-1.17.293-1.17 1.159v.158h-.708v.68h.708v2.32h.766l.005-2.32h1.27v.945c0 1.023.273 1.375 1.274 1.375h.572v-.72h-.362c-.619 0-.718-.089-.718-.786v-.813h1.08v-.682h-1.08zM22.965 4.027c-.587 0-1.038.242-1.27.656l-.066-.556h-.689v4.066h.792V6.65c.215.357.61.556 1.212.556.85 0 1.553-.514 1.553-1.548v-.026c0-1.044-.587-1.605-1.532-1.605m.709 1.626c0 .572-.3.887-.981.887-.645 0-.976-.32-.976-.892v-.02c0-.594.373-.945.986-.945.646 0 .97.325.97.95zM26.612 4.017c-1.076 0-1.805.603-1.805 1.61v.032c0 .98.54 1.558 1.789 1.558 1.212 0 1.826-.603 1.826-1.558v-.032c0-1.018-.714-1.61-1.81-1.61m.986 1.636c0 .572-.299.887-.986.887-.661 0-.981-.31-.981-.887v-.026c0-.62.356-.945.991-.945.65 0 .976.336.976.945zM30.51 5.291c-.782-.052-.997-.104-.997-.325 0-.183.152-.34.713-.34.493 0 .798.115.866.414h.86c-.163-.677-.697-1.023-1.715-1.023s-1.511.43-1.511 1.012c0 .625.524.824 1.458.877.777.042 1.018.089 1.018.314 0 .22-.189.357-.755.357-.583 0-.845-.126-.929-.446h-.913c.131.724.698 1.086 1.81 1.086 1.054 0 1.584-.43 1.584-1.028 0-.646-.45-.835-1.49-.898M32.339 4.676a.35.35 0 0 1-.237-.082q-.094-.082-.094-.24V4.34a.4.4 0 0 1 .043-.174.3.3 0 0 1 .117-.115.34.34 0 0 1 .167-.04q.047 0 .089.01a.303.303 0 0 1 .198.142q.045.072.045.176v.017a.4.4 0 0 1-.011.096.3.3 0 0 1-.034.078.3.3 0 0 1-.117.11.4.4 0 0 1-.166.037m0-.055a.27.27 0 0 0 .192-.07q.075-.068.075-.2v-.01a.27.27 0 0 0-.076-.203.27.27 0 0 0-.194-.072.26.26 0 0 0-.192.075.27.27 0 0 0-.076.202v.008q0 .13.076.2t.195.07m.004-.239h-.071v.127h-.059v-.34h.136q.072 0 .101.027t.03.073a.1.1 0 0 1-.017.057.1.1 0 0 1-.051.03q.032.007.046.027a.1.1 0 0 1 .014.058v.05q0 .006.002.01l.004.007h-.06l-.003-.006-.001-.011v-.05q0-.033-.012-.046t-.06-.013m0-.05q.044.002.063-.015.017-.015.018-.047 0-.026-.02-.039a.1.1 0 0 0-.058-.013h-.074v.114z"
></path>
<defs>
<linearGradient
id="paint0_linear_10177_17781"
x1="5.209"
x2="3.103"
y1="7.316"
y2="-3.516"
gradientUnits="userSpaceOnUse"
>
<stop offset="0.141" stop-color="#E50056"></stop>
<stop offset="0.75" stop-color="#1F0038"></stop>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

@@ -0,0 +1,8 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9 25.07V19.79H33.76C34.8522 19.8223 35.914 19.4277 36.72 18.69C37.118 18.3482 37.4356 17.9226 37.65 17.4438C37.8643 16.9649 37.9702 16.4446 37.96 15.92C37.9659 15.399 37.858 14.883 37.6438 14.408C37.4296 13.933 37.1143 13.5105 36.72 13.17C35.9175 12.4232 34.856 12.0179 33.76 12.04H29.18V25.07H30.9ZM30.9 18.19V13.64H33.8C34.45 13.63 35.07 13.88 35.51 14.34C35.7261 14.5446 35.8981 14.7912 36.0157 15.0646C36.1334 15.3379 36.194 15.6324 36.194 15.93C36.194 16.2276 36.1334 16.5221 36.0157 16.7954C35.8981 17.0688 35.7261 17.3153 35.51 17.52C35.06 17.97 34.44 18.22 33.8 18.19H30.9ZM44.97 16.86C44.23 16.19 43.22 15.86 41.94 15.86C40.3 15.86 39.07 16.45 38.23 17.61L39.75 18.54C40.0021 18.1647 40.3454 17.8595 40.7477 17.6531C41.15 17.4467 41.5981 17.3458 42.05 17.36C42.65 17.35 43.25 17.56 43.71 17.96C44.16 18.33 44.43 18.88 44.42 19.45V19.83C43.6359 19.4379 42.7661 19.2488 41.89 19.28C40.69 19.28 39.73 19.56 39.01 20.1C38.6643 20.3509 38.3851 20.6825 38.1969 21.0659C38.0087 21.4494 37.917 21.873 37.93 22.3C37.91 23.14 38.29 23.95 38.95 24.49C39.63 25.07 40.48 25.36 41.49 25.36C42.69 25.36 43.63 24.86 44.35 23.83H44.42V25.07H46.08V19.57C46.08 18.42 45.71 17.52 44.97 16.86ZM40.28 23.43C40.1036 23.3082 39.9596 23.1454 39.8603 22.9554C39.761 22.7655 39.7094 22.5543 39.71 22.34C39.71 21.86 39.94 21.45 40.41 21.12C40.89 20.79 41.47 20.62 42.17 20.62C43.14 20.62 43.89 20.83 44.43 21.25C44.43 21.95 44.14 22.57 43.57 23.09C43.0458 23.5932 42.3466 23.8729 41.62 23.87C41.14 23.87 40.66 23.72 40.28 23.43ZM55.56 16.16L49.8 29H48.02L50.16 24.5L46.36 16.16H48.24L50.99 22.56H51L53.67 16.16H55.55H55.56Z" fill="#5F6368"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.92 18.66C23.92 18.15 23.88 17.64 23.79 17.13H16.5V20.02H20.68C20.5904 20.4842 20.4067 20.9251 20.1401 21.3155C19.8735 21.7059 19.5297 22.0376 19.13 22.29V24.16H21.63C22.3839 23.4607 22.9792 22.6079 23.376 21.6592C23.7727 20.7105 23.9616 19.6878 23.93 18.66H23.92Z" fill="#4285F4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 25.97C18.59 25.97 20.34 25.31 21.62 24.17L19.13 22.29C18.44 22.75 17.55 23.01 16.5 23.01C15.5459 23.0062 14.6166 22.7057 13.8408 22.1503C13.065 21.5949 12.4811 20.812 12.17 19.91H9.60001V21.85C10.2645 23.1012 11.2588 24.1465 12.4751 24.8728C13.6914 25.5991 15.0834 25.9785 16.5 25.97Z" fill="#34A853"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.17 19.92C11.8453 18.9909 11.8453 17.9791 12.17 17.05V15.12H9.6C9.05843 16.159 8.77563 17.3133 8.77563 18.485C8.77563 19.6567 9.05843 20.811 9.6 21.85L12.17 19.92Z" fill="#FBBC04"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 13.96C17.6 13.95 18.67 14.35 19.47 15.09L21.67 12.95C20.2545 11.6709 18.4077 10.9744 16.5 11C13.58 11 10.91 12.6 9.60001 15.12L12.17 17.05C12.4828 16.1499 13.0674 15.3692 13.8431 14.8156C14.6187 14.2621 15.5471 13.9631 16.5 13.96Z" fill="#EA4335"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 56 KiB

@@ -0,0 +1,13 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<g clip-path="url(#clip0_1_132)">
<path d="M37.376 10.284H26.56V29.716H37.376V10.284Z" fill="#FF5A00"/>
<path d="M27.28 20C27.28 16.052 29.136 12.548 31.984 10.284C29.888 8.636 27.244 7.64 24.36 7.64C17.528 7.64 12 13.168 12 20C12 26.832 17.528 32.36 24.36 32.36C27.244 32.36 29.888 31.364 31.984 29.716C29.132 27.484 27.28 23.948 27.28 20Z" fill="#EB001B"/>
<path d="M51.968 20C51.968 26.832 46.44 32.36 39.608 32.36C36.724 32.36 34.08 31.364 31.984 29.716C34.868 27.448 36.688 23.948 36.688 20C36.688 16.052 34.832 12.548 31.984 10.284C34.076 8.636 36.72 7.64 39.604 7.64C46.44 7.64 51.968 13.204 51.968 20Z" fill="#F79E1B"/>
</g>
<defs>
<clipPath id="clip0_1_132">
<rect width="40" height="24.72" fill="white" transform="translate(12 7.64)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 913 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 KiB

@@ -0,0 +1,98 @@
<svg
width="52"
height="35"
viewBox="0 0 52 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M44.0545 5.25735L34.3353 5.25488C34.3341 5.25488 34.3328 5.25488 34.3328 5.25488C34.3253 5.25488 34.3179 5.2562 34.3106 5.2562C32.9754 5.29641 31.3124 6.34915 31.0096 7.64726L26.4132 27.6401C26.1104 28.9503 26.9343 30.0165 28.2599 30.0361H38.4703C39.7756 29.9726 41.044 28.932 41.3417 27.6486L45.9382 7.65564C46.2459 6.33208 45.402 5.25735 44.0545 5.25735Z"
fill="#01798A"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M26.4134 27.6401L31.0097 7.64729C31.3126 6.34917 32.9755 5.29643 34.3107 5.25622L30.4464 5.25376L23.484 5.25244C22.1451 5.27936 20.4605 6.33949 20.1577 7.64729L15.5601 27.6401C15.2561 28.9503 16.0813 30.0165 17.4059 30.0361H28.26C26.9345 30.0165 26.1105 28.9503 26.4134 27.6401"
fill="#024381"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M15.5602 27.64L20.1578 7.64714C20.4606 6.33934 22.1452 5.27922 23.4841 5.2523L14.5649 5.25C13.2185 5.25 11.4923 6.32227 11.1846 7.64714L6.58694 27.64C6.55896 27.762 6.54344 27.8815 6.53418 27.9986V28.3695C6.62418 29.3246 7.36619 30.0201 8.43278 30.036H17.406C16.0814 30.0163 15.2562 28.9502 15.5602 27.64Z"
fill="#DD0228"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.6716 19.8205H23.8404C23.9955 19.8205 24.0999 19.7693 24.1488 19.668L24.5874 19.0227H25.762L25.5171 19.4472H26.9254L26.7467 20.0975H25.0709C24.8779 20.3829 24.6403 20.5171 24.3547 20.5012H23.4818L23.6716 19.8205H23.6716ZM23.4788 20.7527H26.5643L26.3676 21.4591H25.1268L24.9374 22.1409H26.1449L25.9482 22.8473H24.7407L24.4602 23.8548C24.3908 24.0232 24.4821 24.099 24.7327 24.0818H25.7168L25.5345 24.7382H23.6451C23.287 24.7382 23.1641 24.5368 23.2765 24.1331L23.6351 22.8473H22.8633L23.0593 22.1409H23.8313L24.0205 21.4591H23.2827L23.4788 20.7527H23.4788ZM28.4035 19.018L28.355 19.4315C28.355 19.4315 28.937 19.002 29.4656 19.002H31.4189L30.6719 21.6601C30.61 21.964 30.3443 22.1151 29.8752 22.1151H27.6612L27.1426 23.9817C27.1128 24.0817 27.155 24.133 27.2667 24.133H27.7023L27.5422 24.7124H26.4347C26.0096 24.7124 25.8328 24.5867 25.903 24.3343L27.3684 19.018H28.4035H28.4035ZM30.0576 19.7693H28.3141L28.1056 20.4866C28.1056 20.4866 28.3959 20.2805 28.8811 20.2731C29.365 20.2657 29.9173 20.2731 29.9173 20.2731L30.0576 19.7693ZM29.4261 21.4333C29.555 21.4504 29.6271 21.4003 29.6358 21.282L29.7425 20.9039H27.9964L27.85 21.4333H29.4261ZM28.2483 22.2921H29.2547L29.236 22.7203H29.504C29.6394 22.7203 29.7065 22.6776 29.7065 22.5935L29.7858 22.3166H30.6223L30.5106 22.7203C30.4161 23.057 30.1656 23.2327 29.7586 23.2499H29.2225L29.22 23.9817C29.2101 24.0989 29.318 24.1587 29.54 24.1587H30.0439L29.8813 24.7381H28.6727C28.3339 24.754 28.1678 24.5953 28.1713 24.2587L28.2483 22.2921V22.2921Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16.0529 15.4764C15.9164 16.1339 15.6 16.639 15.1091 16.9976C14.6227 17.3502 13.9954 17.527 13.2273 17.527C12.5044 17.527 11.9745 17.3465 11.6364 16.9841C11.4018 16.7267 11.2852 16.3998 11.2852 16.0045C11.2852 15.8411 11.3051 15.6654 11.3448 15.4764L12.1631 11.5972H13.3991L12.5919 15.4325C12.5671 15.5386 12.5571 15.6374 12.5584 15.7265C12.5571 15.9229 12.6068 16.0839 12.7073 16.2095C12.8537 16.3962 13.0914 16.4889 13.4221 16.4889C13.8024 16.4889 14.1158 16.3974 14.359 16.2132C14.6022 16.0302 14.761 15.7704 14.8324 15.4325L15.6422 11.5972H16.8719L16.0529 15.4764Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M21.2436 13.9502H22.2116L21.4534 17.4123H20.4873L21.2436 13.9502ZM21.5482 12.689H22.5248L22.3424 13.5293H21.3659L21.5482 12.689Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.0688 17.1487C22.8156 16.9109 22.6878 16.59 22.6865 16.1826C22.6865 16.113 22.6908 16.0338 22.7002 15.9471C22.7095 15.8592 22.7214 15.7739 22.738 15.6946C22.8528 15.1323 23.0973 14.6858 23.4739 14.3564C23.8499 14.0258 24.3036 13.8599 24.8347 13.8599C25.2696 13.8599 25.6145 13.9794 25.8672 14.2185C26.1196 14.4589 26.2462 14.7833 26.2462 15.1957C26.2462 15.2664 26.2407 15.3481 26.2313 15.436C26.2201 15.525 26.2066 15.6104 26.1909 15.6946C26.0787 16.2484 25.8349 16.69 25.4583 17.0134C25.0816 17.3391 24.6293 17.5012 24.1019 17.5012C23.6651 17.5012 23.3213 17.3841 23.0688 17.1487M24.9136 16.4631C25.0843 16.2814 25.2065 16.0056 25.2809 15.6385C25.2921 15.5812 25.302 15.5214 25.3082 15.4616C25.3143 15.403 25.3168 15.3482 25.3168 15.2981C25.3168 15.0846 25.2616 14.9188 25.1506 14.8016C25.0402 14.6833 24.8832 14.6248 24.6804 14.6248C24.4122 14.6248 24.1939 14.7174 24.0227 14.9029C23.8501 15.0884 23.7279 15.3689 23.6509 15.7422C23.6404 15.7995 23.6317 15.8569 23.6237 15.913C23.6175 15.9703 23.6157 16.024 23.6168 16.0728C23.6168 16.285 23.6721 16.4485 23.7831 16.5644C23.8935 16.6803 24.0498 16.7376 24.2553 16.7376C24.5246 16.7376 24.743 16.6461 24.9136 16.4631Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M32.5262 19.8496L32.7596 19.0421H33.9397L33.8888 19.3385C33.8888 19.3385 34.4918 19.0421 34.9261 19.0421C35.3606 19.0421 36.3854 19.0421 36.3854 19.0421L36.1535 19.8496H35.9239L34.8231 23.6582H35.0527L34.8343 24.4146H34.6047L34.5092 24.7427H33.3664L33.4617 24.4146H31.207L31.4268 23.6582H31.6527L32.7544 19.8496H32.5262H32.5262ZM33.7993 19.8498L33.4989 20.8805C33.4989 20.8805 34.0128 20.6866 34.4558 20.6318C34.5536 20.2718 34.6815 19.8498 34.6815 19.8498H33.7993V19.8498ZM33.3598 21.3637L33.0585 22.4433C33.0585 22.4433 33.628 22.1676 34.0188 22.1444C34.1317 21.7271 34.2447 21.3637 34.2447 21.3637H33.3598V21.3637ZM33.5808 23.6583L33.8067 22.8751H32.9258L32.6987 23.6583H33.5808ZM36.4352 18.9922H37.5447L37.5918 19.3946C37.5844 19.4971 37.6463 19.546 37.7779 19.546H37.9739L37.7756 20.2279H36.9601C36.6487 20.2437 36.4886 20.1267 36.4738 19.8741L36.4352 18.9922ZM36.1102 20.4548H39.7039L39.493 21.1868H38.3488L38.1526 21.8673H39.2957L39.0835 22.5981H37.8104L37.5224 23.0264H38.1455L38.2894 23.8839C38.3066 23.9693 38.3836 24.0108 38.5151 24.0108H38.7086L38.5053 24.717H37.8202C37.4653 24.7342 37.2818 24.6171 37.2667 24.3646L37.1016 23.5814L36.5346 24.4146C36.4005 24.65 36.1945 24.7599 35.9167 24.7427H34.8705L35.074 24.0363H35.4004C35.5345 24.0363 35.646 23.9778 35.7465 23.8595L36.634 22.5981H35.4898L35.7018 21.8673H36.9428L37.1402 21.1868H35.898L36.1102 20.4548Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M17.1915 13.9492H18.0645L17.9647 14.4493L18.0899 14.3066C18.3729 14.009 18.7166 13.8613 19.1224 13.8613C19.4898 13.8613 19.7547 13.9663 19.921 14.1773C20.0847 14.3884 20.1294 14.6799 20.0519 15.0544L19.571 17.4137H18.6738L19.1081 15.2752C19.1529 15.0544 19.1405 14.8897 19.0715 14.7836C19.0033 14.6774 18.873 14.625 18.685 14.625C18.4542 14.625 18.26 14.6957 18.1017 14.8361C17.9429 14.9776 17.8381 15.174 17.7865 15.424L17.3863 17.4137H16.4873L17.1915 13.9492Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M27.2021 13.9492H28.0758L27.9767 14.4493L28.1006 14.3066C28.3837 14.009 28.7287 13.8613 29.1332 13.8613C29.5005 13.8613 29.766 13.9663 29.931 14.1773C30.0937 14.3884 30.1408 14.6799 30.0614 15.0544L29.5823 17.4137H28.6839L29.1184 15.2752C29.1629 15.0544 29.1506 14.8897 29.0823 14.7836C29.0115 14.6774 28.8836 14.625 28.6964 14.625C28.4655 14.625 28.272 14.6957 28.1119 14.8361C27.953 14.9776 27.8476 15.174 27.798 15.424L27.396 17.4137H26.498L27.2021 13.9492"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M31.5212 11.8018H34.0577C34.5454 11.8018 34.9225 11.9104 35.1818 12.1238C35.44 12.3398 35.5692 12.6497 35.5692 13.0534V13.0656C35.5692 13.1424 35.564 13.229 35.5567 13.3229C35.5441 13.4157 35.5279 13.5095 35.5071 13.6072C35.3954 14.1415 35.1359 14.571 34.7352 14.8967C34.333 15.2211 33.8567 15.3846 33.3082 15.3846H31.9479L31.5274 17.4133H30.3496L31.5212 11.8018M32.1554 14.4087H33.2835C33.5776 14.4087 33.8108 14.3415 33.9809 14.2086C34.1497 14.0744 34.2614 13.8695 34.3234 13.5914C34.3332 13.54 34.3394 13.4937 34.3469 13.451C34.3508 13.4108 34.3556 13.3704 34.3556 13.3315C34.3556 13.1326 34.2838 12.9887 34.1397 12.8984C33.9958 12.8068 33.7701 12.763 33.4572 12.763H32.4991L32.1554 14.4087"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M40.8406 18.0833C40.4683 18.8615 40.1135 19.3152 39.9051 19.5263C39.6964 19.735 39.2833 20.2205 38.2881 20.1839L38.3737 19.5898C39.2112 19.3361 39.6642 18.1929 39.9223 17.6867L39.6146 13.9587L40.2624 13.9502H40.8059L40.8643 16.2888L41.8829 13.9502H42.9143L40.8406 18.0833Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M37.9561 14.232L37.5464 14.509C37.1183 14.1796 36.7274 13.9759 35.9731 14.3199C34.9454 14.7883 34.0868 18.381 36.9161 17.1976L37.0774 17.3855L38.1905 17.4135L38.9215 14.1491L37.9561 14.232M37.3233 16.0168C37.1445 16.5353 36.7451 16.8781 36.4324 16.7805C36.1196 16.6853 36.008 16.1851 36.1891 15.6655C36.3678 15.1458 36.7698 14.8042 37.08 14.9018C37.3927 14.997 37.5056 15.4971 37.3233 16.0168Z"
fill="white"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M34.3328 5.26107L30.4463 5.25342L34.3106 5.26981C34.318 5.26981 34.3253 5.26107 34.3328 5.26107"
fill="#E02F41"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M30.4467 5.27406L23.5378 5.25C23.5204 5.25 23.5024 5.25765 23.4844 5.26531L30.4467 5.27406"
fill="#2E4F7D"
/>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="135" height="100" viewBox="0 0 135 100" fill="none"><path fill="#EEE" d="M113.27 1.1 4.54 27.48a4.67 4.67 0 0 0-3.44 5.64L16.1 94.9a4.67 4.67 0 0 0 5.64 3.43l108.73-26.38a4.67 4.67 0 0 0 3.44-5.64l-15-61.77a4.67 4.67 0 0 0-5.63-3.44Z"/><path fill="#271B3D" d="M120.07 9.33 2.27 37.92l2.46 10.16 117.8-28.59-2.46-10.16Z"/></svg>

After

Width:  |  Height:  |  Size: 375 B

@@ -0,0 +1,7 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" rx="3" fill="white"/>
<path d="M28.6564 27.2545H24.7949L27.2102 13.2538H31.0714L28.6564 27.2545Z" fill="#1C34C3"/>
<path d="M42.6537 13.5961C41.8921 13.3128 40.684 13 39.1903 13C35.3769 13 32.6916 14.9064 32.6751 17.6319C32.6435 19.6428 34.5977 20.7597 36.0594 21.4302C37.5534 22.1154 38.0612 22.5626 38.0612 23.1733C38.046 24.1112 36.854 24.5436 35.7422 24.5436C34.2006 24.5436 33.3745 24.3207 32.1191 23.7989L31.6107 23.5752L31.0703 26.718C31.976 27.1048 33.6446 27.4481 35.3769 27.4631C39.4287 27.4631 42.0665 25.5863 42.0977 22.6818C42.1131 21.088 41.0812 19.8667 38.8564 18.8688C37.5058 18.2282 36.6787 17.7962 36.6787 17.1408C36.6946 16.5449 37.3783 15.9346 38.9029 15.9346C40.1582 15.9047 41.0806 16.1876 41.7793 16.4707L42.1286 16.6194L42.6537 13.5961Z" fill="#1C34C3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.5665 13.2538H52.5534L55.6686 27.2543H52.0933C52.0933 27.2543 51.7434 25.6456 51.6325 25.1541H46.6747C46.5313 25.5263 45.8642 27.2543 45.8642 27.2543H41.8125L47.5482 14.4154C47.9456 13.5068 48.6454 13.2538 49.5665 13.2538ZM49.3285 18.3773C49.3285 18.3773 48.1049 21.4902 47.7869 22.2945H50.9965C50.8377 21.5945 50.1064 18.2432 50.1064 18.2432L49.8366 17.0368C49.7229 17.3475 49.5586 17.7746 49.4478 18.0626C49.3726 18.2579 49.322 18.3893 49.3285 18.3773Z" fill="#1C34C3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.06356 13.2538H14.2763C15.1184 13.2833 15.8017 13.5365 16.0241 14.4307L17.3743 20.8634C17.3744 20.8638 17.3745 20.8643 17.3747 20.8647L17.7879 22.8009L21.5696 13.2538H25.6528L19.5832 27.2396H15.4998L12.058 15.0743C10.8705 14.4234 9.51527 13.8999 8 13.5367L8.06356 13.2538Z" fill="#1C34C3"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="140"
height="85"
viewBox="0 0 140 85"
fill="none"
version="1.1"
id="svg8"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<path
fill="url(#a)"
d="M 134,0 H 5.24 A 5.23,5.23 0 0 0 0,5.23 v 74.19 a 5.23,5.23 0 0 0 5.23,5.22 H 134 a 5.22,5.22 0 0 0 5.22,-5.22 V 5.22 A 5.22,5.22 0 0 0 134.01,0 Z"
id="path1"
style="fill:url(#a)" />
<path
fill="#ffffff"
d="M 131.93,0.86 H 6.75 A 5.23,5.23 0 0 0 1.53,6.1 v 71.12 a 5.23,5.23 0 0 0 5.22,5.22 h 125.18 a 5.23,5.23 0 0 0 5.23,-5.22 V 6.09 a 5.23,5.23 0 0 0 -5.23,-5.23 z"
id="path2" />
<path
style="fill:#873eff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.327219"
d="m 21.489556,28.492117 c 1.559525,0 2.810809,-0.7706 3.75549,-2.543473 l 2.097472,-3.931861 v 3.335015 c 0,1.964622 1.2719,3.140319 3.235212,3.140319 1.540219,0 2.676651,-0.674726 3.772834,-2.543473 l 4.833021,-8.171634 c 1.058553,-1.791849 0.308241,-3.140318 -2.022212,-3.140318 -1.251285,0 -2.058861,0.403788 -2.791176,1.772871 l -3.331089,6.262968 v -5.569265 c 0,-1.65769 -0.788596,-2.466574 -2.252246,-2.466574 -1.15541,0 -2.079803,0.500644 -2.791504,1.888052 l -3.138027,6.147787 v -5.511348 c 0,-1.77287 -0.732316,-2.524491 -2.502897,-2.524491 h -3.619695 c -1.367773,0 -2.060496,0.635131 -2.060496,1.811156 0,1.176024 0.731007,1.84944 2.060496,1.84944 h 1.482628 v 7.033894 c 0,1.985238 1.328182,3.160935 3.272189,3.160935 z m 24.7613,-13.855425 c -3.947239,0 -6.969761,2.947586 -6.969761,6.93671 0,3.989126 3.041827,6.918715 6.969761,6.918715 3.927935,0 6.930495,-2.948568 6.949474,-6.918715 0,-3.989124 -3.021539,-6.937038 -6.949474,-6.937038 z m 0,9.596673 c -1.482627,0 -2.502569,-1.117126 -2.502569,-2.660289 0,-1.541201 1.019942,-2.677632 2.502569,-2.677632 1.482629,0 2.50257,1.136431 2.50257,2.677958 0,1.542837 -1.000635,2.659963 -2.50257,2.659963 z m 7.931131,-2.660289 c 0,-3.988798 3.023173,-6.936384 6.95078,-6.936384 3.927935,0 6.95111,2.967873 6.95111,6.93671 0,3.970147 -3.023175,6.918715 -6.95111,6.918715 -3.927607,0 -6.95078,-2.929589 -6.95078,-6.918715 z m 4.467517,0 c 0,1.543163 0.981656,2.660289 2.48359,2.660289 1.482301,0 2.50257,-1.117126 2.50257,-2.660289 0,-1.541201 -1.019941,-2.677632 -2.502897,-2.677632 -1.4823,0 -2.483591,1.136431 -2.483591,2.677958 z m 0,0"
id="path2-9" />
<path
fill="#c3c4c7"
d="m 19.58,46.59 h -4.56 v 7.4 h 4.56 z m 6.84,11.2 H 14.64 v 7.42 H 26.42 V 57.8 Z M 25.1,46.6 H 20.73 V 54 h 4.37 z m 29.83,11.2 h -24.5 v 7.42 h 24.5 z M 30.8,46.6 H 26.43 V 54 h 4.37 z m 10.07,0 H 36.5 V 54 h 4.37 z m 5.51,0 H 42 V 54 h 4.37 v -7.4 z m 5.9,0 H 47.7 V 54 h 4.56 v -7.4 z m 9.88,0 H 57.79 V 54 h 4.37 z m 5.7,0 H 63.3 V 54 h 4.56 z m 5.7,0 H 69.19 V 54 h 4.37 z m 9.88,0 H 79.07 V 54 h 4.37 z m 5.89,0 H 84.77 V 54 h 4.56 z m 5.7,0 H 90.47 V 54 h 4.56 z"
id="path4" />
<path
fill="#271b3d"
d="M 123.33,65.2 H 108.9 v 10.84 h 14.44 V 65.2 Z"
opacity="0.1"
id="path5" />
<path
fill="#271b3d"
d="m 130.55,65.2 h -14.44 v 10.84 h 14.44 z"
opacity="0.1"
id="path6" />
<defs
id="defs8">
<linearGradient
id="a"
x1="76484.5"
x2="76484.5"
y1="57496"
y2="19792.6"
gradientUnits="userSpaceOnUse">
<stop
stop-color="gray"
stop-opacity=".25"
id="stop6" />
<stop
offset=".54"
stop-color="gray"
stop-opacity=".12"
id="stop7" />
<stop
offset="1"
stop-color="gray"
stop-opacity=".1"
id="stop8" />
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 453 73"><rect width="3.9" height="12.2" fill="#64CA43" rx="1.9" transform="matrix(-.83 .56 .56 .83 404 48.6)"/><rect width="3.1" height="9.6" fill="#FF2D55" rx="1.5" transform="matrix(-.67 .74 .74 .67 418 13.5)"/><rect width="3.6" height="11.4" fill="#117AC9" rx="1.8" transform="matrix(-.64 -.77 -.77 .64 391.8 25)"/><rect width="3.9" height="12.2" fill="#FF8085" rx="1.9" transform="matrix(-.4 -.91 -.91 .4 171 14.7)"/><rect width="5.3" height="16.8" fill="#FF8085" rx="2.7" transform="matrix(.4 .92 .92 -.4 328.1 50.6)"/><circle cx="3.4" cy="3.4" r="3.4" fill="#F0B849" transform="matrix(-.95 -.31 -.31 .95 438 58.4)"/><circle cx="2.3" cy="2.3" r="2.3" fill="#BF5AF2" transform="matrix(-.95 -.31 -.31 .95 452.9 42.5)"/><circle cx="1.5" cy="1.5" r="1.5" fill="#BF5AF2" transform="matrix(-.95 -.31 -.31 .95 375.3 62.3)"/><circle cx="2.3" cy="2.3" r="2.3" fill="#09B585" transform="matrix(-.95 -.31 -.31 .95 163.6 52.6)"/><rect width="5.3" height="16.8" x="314.3" y="17.2" fill="#984A9C" rx="2.7" transform="rotate(-52 314.3 17.2)"/><rect width="3.9" height="12.2" fill="#64CA43" rx="1.9" transform="matrix(.62 -.79 .79 .62 27 34.7)"/><rect width="3.6" height="11.4" fill="#E7C037" rx="1.8" transform="rotate(-171.4 134.8 4)"/><rect width="3" height="9.4" fill="#E7C037" rx="1.5" transform="rotate(76.9 74 159.2)"/><rect width="3.9" height="12.2" fill="#3361CC" rx="1.9" transform="rotate(38.2 52.6 417.4)"/><circle cx="90.5" cy="45.7" r="3.4" fill="#F0B849" transform="rotate(-2 90.5 45.7)"/><circle cx="59.9" cy="27.1" r="2.3" fill="#BF5AF2" transform="rotate(-2 59.9 27.1)"/><circle cx="307.1" cy="60.8" r="1.5" fill="#F0C930" transform="rotate(-2 307.1 60.8)"/><circle cx="357.3" cy="28.5" r="1.5" fill="#F0C930" transform="rotate(-2 357.3 28.5)"/><circle cx="237.2" cy="47.4" r="1.5" fill="#3361CC" transform="rotate(-2 237.2 47.4)"/><circle cx="290.9" cy="39.9" r="1.9" fill="#37E688" transform="rotate(-2 290.9 40)"/><rect width="3.9" height="12.2" fill="#64CA43" rx="1.9" transform="rotate(-70.3 97.5 -46.8)"/><rect width="3.9" height="12.2" x="131.3" y="25.1" fill="#3361CC" rx="1.9" transform="rotate(6 131.3 25.1)"/><circle cx="3.4" cy="3.4" r="3.4" fill="#F0B849" transform="rotate(-34.2 117 6.3)"/><circle cx="195.8" cy="33.2" r="2.3" fill="#BF5AF2" transform="rotate(-34 195.8 33.2)"/><circle cx="1.5" cy="1.5" r="1.5" fill="#3361CC" transform="rotate(-34.2 137.7 -68.3)"/><circle cx="1.9" cy="1.9" r="1.9" fill="#37E688" transform="rotate(-34.2 77.7 24)"/><circle cx="1.9" cy="1.9" r="1.9" fill="#F0C930" transform="rotate(-34.2 37.3 -33.6)"/><circle cx="231.4" cy="21.3" r="2.3" fill="#09B585" transform="rotate(-34 231.4 21.3)"/><circle cx="2.3" cy="2.3" r="2.3" fill="#FF3B30" transform="matrix(.83 -.56 .56 .83 97 14.8)"/></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="269" height="152" viewBox="0 0 269 152" fill="none"><path fill="#E6F2F8" fill-opacity=".5" d="M245.45 18.83c31.15 16.81 31.65 84.23 0 118.72-21.24 23.16-188.15 13.24-207.82 6.04C24.8 138.9 0 132.74 0 103.06 0 68.19 44.07 57.8 84.67 45.3c49.6-15.28 70.13-75.4 160.78-26.47Z"/><g filter="url(#a)"><path fill="#fff" d="M219.8 126H60.2a3.2 3.2 0 0 1-2.26-.95c-.6-.6-.94-1.43-.94-2.3v-88.5c0-.87.34-1.7.94-2.3.6-.6 1.41-.95 2.26-.95h159.6c.84 0 1.66.34 2.26.95.6.6.94 1.43.94 2.3v88.5c0 .87-.34 1.7-.94 2.3-.6.6-1.41.95-2.26.95Z"/></g><path fill="#E5E5E5" d="M189 46h-1v2h1v-2ZM189 117h-1v-2.83h1V117Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V85.9h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V63.3h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1V52h1v2.83Z"/><g clip-path="url(#b)"><path fill="#E5E5E5" d="M164.5 117h-1v-2.83h1V117Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V85.9h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V63.3h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1V52h1v2.83Z"/></g><g clip-path="url(#c)"><path fill="#E5E5E5" d="M138.5 117h-1v-2.83h1V117Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V85.9h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V63.3h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1V52h1v2.83Z"/></g><g clip-path="url(#d)"><path fill="#E5E5E5" d="M113.5 117h-1v-2.83h1V117Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V85.9h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V63.3h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1V52h1v2.83Z"/></g><g clip-path="url(#e)"><path fill="#E5E5E5" d="M87.5 117h-1v-2.83h1V117Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V85.9h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.66h-1v-2.82h1v2.82Zm0-5.65h-1v-2.82h1v2.82Zm0-5.65h-1V63.3h1v2.83Zm0-5.65h-1v-2.83h1v2.83Zm0-5.65h-1V52h1v2.83Z"/></g><path fill="#000" d="M213.52 121H61.48a.48.48 0 0 1-.48-.48V46.48c0-.12.05-.25.14-.34a.47.47 0 0 1 .67 0c.1.1.14.22.14.34v73.55h151.57c.13 0 .25.05.34.14a.49.49 0 0 1-.34.83Z"/><path fill="#000" d="m138.12 86-25.45-19.5-25.1 19.23-.57-.78 25.67-19.67L138 84.68l25.17-28.17.1-.05L188.64 46l.36.91-25.28 10.42L138.12 86Z"/><path fill="#007CBA" d="M87 88.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM113 68.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM138 87.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM164 59.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM188.5 49a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><g filter="url(#f)"><path fill="#fff" d="M179 90h56v50h-56z"/></g><path fill="#007CBA" d="M214 99h-28v4h28v-4ZM224 108.5h-38v4h38v-4ZM220 118.5h-34v4h34v-4ZM228 128.5h-42v4h42v-4Z"/><defs><clipPath id="b"><path fill="#fff" d="M163.5 63.5h1v53h-1z"/></clipPath><clipPath id="c"><path fill="#fff" d="M137.5 89.5h1v27h-1z"/></clipPath><clipPath id="d"><path fill="#fff" d="M112.5 71.5h1v45h-1z"/></clipPath><clipPath id="e"><path fill="#fff" d="M86.5 91.5h1v25h-1z"/></clipPath><filter id="a" width="178" height="107" x="51" y="27" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><filter id="f" width="68" height="62" x="173" y="86" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,3 @@
<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3274 0.531216L4.57667 9.61019L0.662206 6.69957" stroke="#008A20" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 202 B

@@ -0,0 +1 @@
<svg width="17" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.103 3.334l9.063 9.333m-9.333 0l9.064-9.333" stroke="#000" stroke-width="1.5"/></svg>

After

Width:  |  Height:  |  Size: 171 B

@@ -0,0 +1 @@
<svg fill="none" height="24" viewBox="3 3 20 20" width="24" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m5 4.5h11c.1326 0 .2598.05268.3536.14645.0937.09376.1464.22094.1464.35355v11c0 .1326-.0527.2598-.1464.3536-.0938.0937-.221.1464-.3536.1464h-11c-.13261 0-.25979-.0527-.35355-.1464-.09377-.0938-.14645-.221-.14645-.3536v-11c0-.13261.05268-.25979.14645-.35355.09376-.09377.22094-.14645.35355-.14645zm-2 .5c0-.53043.21071-1.03914.58579-1.41421.37507-.37508.88378-.58579 1.41421-.58579h11c.5304 0 1.0391.21071 1.4142.58579.3751.37507.5858.88378.5858 1.41421v11c0 .5304-.2107 1.0391-.5858 1.4142s-.8838.5858-1.4142.5858h-11c-.53043 0-1.03914-.2107-1.41421-.5858-.37508-.3751-.58579-.8838-.58579-1.4142zm17 3v10.75c0 .69-.56 1.25-1.25 1.25h-12.75v1.5h12.75c.7293 0 1.4288-.2897 1.9445-.8055.5158-.5157.8055-1.2152.8055-1.9445v-10.75z" fill="#101517" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 894 B

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M6.1 19.049C4.39487 18.5605 3.07549 17.6492 2.14185 16.3149C1.2082 14.9806 0.741379 13.5423 0.741379 12C0.741379 10.4577 1.2082 9.01943 2.14185 7.68513C3.07549 6.35085 4.39487 5.43947 6.1 4.951V6.41058C4.93014 6.81058 3.97774 7.52179 3.2428 8.54423C2.50785 9.56666 2.14038 10.7186 2.14038 12C2.14038 13.2814 2.50785 14.4333 3.2428 15.4558C3.97774 16.4782 4.93014 17.1894 6.1 17.5894V19.049ZM13.9991 19.3182C11.9709 19.3182 10.2441 18.6056 8.81878 17.1803C7.39346 15.755 6.6808 14.0282 6.6808 12C6.6808 9.9718 7.39346 8.24504 8.81878 6.81973C10.2441 5.39443 11.9709 4.68178 13.9991 4.68178C14.9407 4.68178 15.842 4.85005 16.7029 5.18658C17.5638 5.52311 18.3275 6.00419 18.9942 6.62983L18.001 7.62308C17.4708 7.13398 16.8651 6.75465 16.1837 6.4851C15.5023 6.21555 14.7741 6.08078 13.9991 6.08078C12.3542 6.08078 10.9564 6.65609 9.80578 7.80673C8.65513 8.95738 8.0798 10.3551 8.0798 12C8.0798 13.6449 8.65513 15.0426 9.80578 16.1933C10.9564 17.3439 12.3542 17.9192 13.9991 17.9192C14.7741 17.9192 15.5023 17.7845 16.1837 17.5149C16.8651 17.2454 17.4708 16.866 18.001 16.3769L18.9942 17.3702C18.3275 17.9958 17.5638 18.4769 16.7029 18.8134C15.842 19.15 14.9407 19.3182 13.9991 19.3182ZM19.7058 15.5529L18.7125 14.5596L20.5827 12.6894H13.0769V11.3106H20.5827L18.7125 9.44038L19.7058 8.44715L23.2586 12L19.7058 15.5529Z" fill="#0A4B78"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -0,0 +1,3 @@
<svg width="14" height="17" viewBox="0 0 14 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 0.175781L13.75 3.24396V7.81781C13.75 11.7168 11.2458 15.4084 7.7147 16.573C7.25069 16.726 6.74931 16.726 6.2853 16.573C2.75416 15.4084 0.25 11.7168 0.25 7.81781V3.24396L7 0.175781ZM1.75 4.20983V7.81781C1.75 11.1307 3.89514 14.2052 6.75512 15.1485C6.914 15.2009 7.086 15.2009 7.24488 15.1485C10.1049 14.2052 12.25 11.1307 12.25 7.81781V4.20983L7 1.82347L1.75 4.20983Z" fill="#B26200"/>
</svg>

After

Width:  |  Height:  |  Size: 540 B

@@ -0,0 +1,3 @@
<svg width="14" height="17" viewBox="0 0 14 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 0.175781L13.75 3.24396V7.81781C13.75 11.7168 11.2458 15.4084 7.7147 16.573C7.25069 16.726 6.74931 16.726 6.2853 16.573C2.75416 15.4084 0.25 11.7168 0.25 7.81781V3.24396L7 0.175781ZM1.75 4.20983V7.81781C1.75 11.1307 3.89514 14.2052 6.75512 15.1485C6.914 15.2009 7.086 15.2009 7.24488 15.1485C10.1049 14.2052 12.25 11.1307 12.25 7.81781V4.20983L7 1.82347L1.75 4.20983Z" fill="#B32D2E"/>
</svg>

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

@@ -0,0 +1,33 @@
<svg width="617" height="400" viewBox="0 0 617 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="617" height="400" fill="white"/>
<path d="M592.45 54.7949V44.5338L583.96 43.4221C583.19 39.8564 581.788 36.5301 579.873 33.5715L585.08 26.7821L577.83 19.5309L571.041 24.7384C568.083 22.8145 564.757 21.4121 561.183 20.6511L560.08 12.16H549.82L548.709 20.6511C545.143 21.4121 541.817 22.8145 538.859 24.7384L532.07 19.5309L524.82 26.7821L530.027 33.5715C528.103 36.5301 526.701 39.8564 525.94 43.4221L517.45 44.5338V54.7949L525.94 55.9065C526.701 59.4722 528.103 62.7985 530.027 65.7571L524.82 72.5465L532.07 79.7977L538.859 74.5902C541.817 76.5142 545.143 77.9165 548.709 78.6775L549.82 87.16H560.08L561.191 78.6775C564.757 77.9165 568.083 76.5142 571.041 74.5902L577.83 79.7977L585.08 72.5465L579.873 65.7571C581.797 62.7985 583.199 59.4722 583.96 55.9065L592.45 54.7949Z" fill="#B999FF"/>
<path d="M87.16 12.16L87.16 206.16H107.16L107.16 12.16H87.16Z" fill="#3C087E"/>
<path d="M81.21 156.25C87.58 156.25 89.48 151.55 97.15 151.55C104.82 151.55 106.72 156.25 113.09 156.25C119.91 156.25 122.15 150.31 122.15 143.09C122.15 135.87 119.91 129.93 113.09 129.93C106.72 129.93 104.82 134.63 97.15 134.63C89.48 134.63 87.58 129.93 81.21 129.93C74.39 129.93 72.15 135.87 72.15 143.09C72.15 150.31 74.39 156.25 81.21 156.25Z" fill="#B999FF"/>
<path d="M314 300H194V310H314V300Z" fill="#3C087E"/>
<path d="M361 320H194V330H361V320Z" fill="#3C087E"/>
<path d="M364.17 363H194.17V388H364.17V363Z" fill="#B999FF"/>
<path d="M288 340H194V350H288V340Z" fill="#3C087E"/>
<path d="M605.17 236.33V193.93H534.06C534.06 193.93 541.69 178.35 541.69 160.94C541.69 143.53 530.44 126.01 508.75 126.01C487.06 126.01 475.81 144.09 475.81 160.94C475.81 177.79 483.44 193.93 483.44 193.93H431.45V220.77V236.33C405.54 221.67 375.21 226.63 375.21 257.08C375.21 287.53 405.54 292.49 431.45 277.83V320.23H483.44C483.44 320.23 475.81 335.81 475.81 353.22C475.81 370.63 487.06 388.15 508.75 388.15C530.44 388.15 541.69 370.07 541.69 353.22C541.69 336.37 534.06 320.23 534.06 320.23H605.17V277.83C579.26 292.49 548.93 287.53 548.93 257.08C548.93 226.63 579.26 221.67 605.17 236.33Z" fill="#3C087E"/>
<path d="M182 218H12V388H182V218Z" fill="#B999FF"/>
<path d="M65.84 230.7C81.24 236.1 84.98 254.46 84.98 254.46C84.98 254.46 93.07 237.46 117.7 237.52C106.43 264.86 92.57 321.13 100.09 341.59C107.76 362.44 137.71 353.87 137.05 373.27H93.43L81.85 361.7L80.35 361.72L82.16 373.27H64.04C59.66 347.86 48.83 289.57 65.83 230.7H65.84Z" fill="white"/>
<path d="M147 12.16V206.16H167V12.16H147Z" fill="#3C087E"/>
<path d="M141.06 91.68C147.43 91.68 149.33 86.98 157 86.98C164.67 86.98 166.57 91.68 172.94 91.68C179.76 91.68 182 85.74 182 78.52C182 71.3 179.76 65.36 172.94 65.36C166.57 65.36 164.67 70.06 157 70.06C149.33 70.06 147.43 65.36 141.06 65.36C134.24 65.36 132 71.3 132 78.52C132 85.74 134.24 91.68 141.06 91.68Z" fill="#B999FF"/>
<path d="M254.33 127C286.086 127 311.83 101.256 311.83 69.5C311.83 37.7436 286.086 12 254.33 12C222.574 12 196.83 37.7436 196.83 69.5C196.83 101.256 222.574 127 254.33 127Z" fill="#3C087E"/>
<path d="M254.33 127C270.17 127 284.5 120.6 294.9 110.24C289.68 89.93 273.5 75.12 254.33 75.12C235.16 75.12 218.98 89.93 213.76 110.24C224.16 120.6 238.5 127 254.33 127Z" fill="#B999FF"/>
<path d="M254.33 68.5C265.746 68.5 275 59.2458 275 47.83C275 36.4143 265.746 27.16 254.33 27.16C242.914 27.16 233.66 36.4143 233.66 47.83C233.66 59.2458 242.914 68.5 254.33 68.5Z" fill="#B999FF"/>
<path d="M73.59 248.8C93.46 278.15 91.08 333.11 76.89 333.66C60.64 334.29 69.23 274.59 100.98 256.35" stroke="#3C087E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M27.3101 12.16L27.3101 206.16H47.3101L47.3101 12.16H27.3101Z" fill="#3C087E"/>
<path d="M21.3701 120.57C27.7401 120.57 29.6401 115.87 37.3101 115.87C44.9801 115.87 46.8801 120.57 53.2501 120.57C60.0701 120.57 62.3101 114.63 62.3101 107.41C62.3101 100.19 60.0701 94.25 53.2501 94.25C46.8801 94.25 44.9801 98.95 37.3101 98.95C29.6401 98.95 27.7401 94.25 21.3701 94.25C14.5501 94.25 12.3101 100.19 12.3101 107.41C12.3101 114.63 14.5501 120.57 21.3701 120.57Z" fill="#B999FF"/>
<path d="M67.6301 237.75C55.9401 309.03 62.7101 344.84 68.8601 368.44" stroke="#3C087E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M92.57 314.64C92.57 314.64 85.8 343.85 108.91 359.36" stroke="#3C087E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M603.44 90.14C579.49 111.65 522.28 108.02 506 71" stroke="#3C087E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M397.03 111.049L445.358 127.41L489.251 99.5009L495.66 48.3159L459.754 12.41L408.579 18.8193L380.66 62.712L397.03 111.049Z" fill="#B999FF"/>
<path d="M463.604 44.4763L411.139 96.9312" stroke="#3C087E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M331 194H196V218H331V194Z" fill="#3C087E"/>
<path d="M331 218H196V279H331V218Z" fill="#B999FF"/>
<path d="M211.73 210.44C214.337 210.44 216.45 208.327 216.45 205.72C216.45 203.113 214.337 201 211.73 201C209.123 201 207.01 203.113 207.01 205.72C207.01 208.327 209.123 210.44 211.73 210.44Z" fill="white"/>
<path d="M228.58 210.44C231.187 210.44 233.3 208.327 233.3 205.72C233.3 203.113 231.187 201 228.58 201C225.973 201 223.86 203.113 223.86 205.72C223.86 208.327 225.973 210.44 228.58 210.44Z" fill="white"/>
<path d="M197 168C197 162.532 201.22 158.083 206.47 158H406.56C411.87 158 416.18 162.48 416.18 168C416.18 173.52 411.87 178 406.56 178H206.45C201.22 178 197 173.468 197 168Z" fill="#B999FF"/>
<path d="M206.45 178H353.68V158H206.47C201.23 158.083 197 162.532 197 168C197 173.468 201.21 178 206.45 178Z" fill="#3C087E"/>
<path d="M555.41 61.82C562.816 61.82 568.82 55.8161 568.82 48.41C568.82 41.0039 562.816 35 555.41 35C548.004 35 542 41.0039 542 48.41C542 55.8161 548.004 61.82 555.41 61.82Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="428" height="65">
<path style="stroke:none;fill-rule:evenodd;fill:#000;fill-opacity:1" d="M171.137 11.984v40.953h6.87V37.523h10.856c2.739 0 5.114-.57 7.117-1.718 2.004-1.145 3.536-2.68 4.598-4.606 1.067-1.965 1.598-4.113 1.598-6.445s-.531-4.461-1.598-6.387c-1.062-1.965-2.594-3.52-4.598-4.664-1.964-1.148-4.335-1.719-7.117-1.719Zm6.87 19.461h9.938c1.387 0 2.618-.265 3.68-.797 1.102-.574 1.96-1.37 2.574-2.394.613-1.024.922-2.192.922-3.5 0-1.309-.309-2.477-.922-3.5a5.936 5.936 0 0 0-2.574-2.332c-1.063-.574-2.293-.86-3.68-.86h-9.937ZM388.634 51.77c1.265 1.27 3.129 1.902 5.582 1.902 1.39 0 2.578-.184 3.555-.55.984-.329 1.78-.778 2.394-1.352l-1.473-4.668c-.285.328-.714.593-1.289.8a4.594 4.594 0 0 1-1.656.305c-.816 0-1.469-.285-1.96-.86-.493-.57-.778-1.347-.86-2.331V28.684h6.012V23.28h-6.012v-8.105h-6.196v8.105h-4.906v5.403h4.906v17.5c0 2.414.633 4.277 1.903 5.586Zm19.715-4.239c-1.88-.816-3.352-1.8-4.414-2.945l-2.887 4.48c1.515 1.477 3.355 2.621 5.52 3.442 2.21.777 4.581 1.164 7.117 1.164 2.578 0 4.765-.387 6.562-1.164 1.84-.82 3.23-1.926 4.172-3.317.98-1.433 1.473-3.07 1.473-4.914 0-2.047-.532-3.664-1.594-4.847-1.063-1.23-2.332-2.11-3.805-2.64-1.472-.575-3.37-1.15-5.703-1.72-1.594-.37-2.844-.699-3.742-.984-.902-.285-1.656-.676-2.27-1.168-.574-.531-.859-1.207-.859-2.023 0-1.067.512-1.883 1.535-2.457 1.02-.614 2.39-.922 4.106-.922 1.8 0 3.48.328 5.03.984 1.556.652 2.802 1.512 3.743 2.578l2.64-4.36c-1.433-1.269-3.109-2.273-5.03-3.007-1.926-.777-4.07-1.168-6.442-1.168-2.371 0-4.438.41-6.195 1.227-1.758.82-3.086 1.925-3.989 3.316-.898 1.39-1.347 2.969-1.347 4.73 0 1.883.488 3.395 1.469 4.543a9.516 9.516 0 0 0 3.62 2.453c1.43.536 3.294 1.067 5.583 1.598 1.636.367 2.921.715 3.867 1.043.976.328 1.797.777 2.449 1.352.656.53.984 1.25.984 2.148 0 .777-.246 1.453-.738 2.027-.45.575-1.101 1.024-1.96 1.352-.86.285-1.884.43-3.067.43-1.965 0-3.906-.41-5.828-1.23Zm-56.243 5.407V23.28h6.196v4.047a16.7 16.7 0 0 1 3.926-3.066c2-1.145 4.293-1.719 6.867-1.719 2.781 0 4.847.633 6.199 1.902 1.348 1.23 2.184 2.578 2.512 4.055.328 1.43.492 2.965.492 4.605v19.833h-6.195V35.19c0-1.308-.102-2.457-.305-3.437-.164-.984-.676-1.844-1.535-2.578-.86-.778-2.168-1.168-3.926-1.168-1.879 0-3.559.449-5.031 1.351a10.473 10.473 0 0 0-3.004 2.715v20.864Zm-27.273-1.168c2.371 1.27 5.027 1.902 7.977 1.902 2.328 0 4.535-.367 6.62-1.106 2.087-.734 3.864-1.82 5.337-3.254l-2.82-4.05c-1.063 1.062-2.376 1.902-3.926 2.515-1.516.575-3.047.86-4.602.86-2.125 0-3.926-.469-5.395-1.41a8.904 8.904 0 0 1-3.316-3.747 11.669 11.669 0 0 1-.984-3.316h23.07V38.63c0-3.07-.594-5.813-1.781-8.227-1.188-2.457-2.883-4.379-5.09-5.773-2.211-1.39-4.746-2.086-7.61-2.086-2.859 0-5.437.695-7.726 2.086-2.29 1.394-4.09 3.277-5.399 5.652-1.265 2.332-1.902 4.93-1.902 7.797 0 3.07.676 5.793 2.027 8.164 1.348 2.375 3.188 4.219 5.52 5.528Zm16.02-16.028h-17.13c.133-1.031.376-2.012.739-2.945a8.266 8.266 0 0 1 2.824-3.746c1.309-.98 2.965-1.473 4.969-1.473 2.125 0 3.824.492 5.09 1.473 1.308.984 2.226 2.172 2.761 3.562.395 1.032.641 2.075.747 3.13Zm-35.102-2.27c0-1.679-.41-3.007-1.227-3.992-.777-.98-1.96-1.472-3.558-1.472-1.473 0-2.844.39-4.11 1.168-1.27.777-2.289 1.719-3.066 2.824v20.938h-6.195V33.472c0-1.68-.41-3.008-1.227-3.993-.777-.98-1.965-1.472-3.558-1.472a7.31 7.31 0 0 0-3.989 1.168c-1.226.777-2.25 1.719-3.066 2.824l-.063.09v20.847h-6.195V23.282h6.195v4.059c.36-.543.914-1.14 1.657-1.79.98-.816 2.168-1.51 3.558-2.085 1.43-.613 2.965-.922 4.602-.922 1.758 0 3.25.367 4.476 1.105 1.227.696 2.149 1.7 2.762 3.008.23.45.426.926.578 1.43.867-1.426 2.149-2.656 3.836-3.7 1.965-1.23 4.172-1.843 6.625-1.843 1.758 0 3.235.367 4.418 1.105 1.227.696 2.149 1.72 2.762 3.07.61 1.352.918 2.946.918 4.79v21.43h-6.133Zm-64.957 25.91c-.492-.081-.879-.202-1.168-.366l-.98 5.523a14.07 14.07 0 0 0 1.78.309c.692.082 1.368.12 2.024.12 1.512 0 2.863-.202 4.047-.613 1.188-.41 2.25-1.082 3.191-2.027.938-.941 1.739-2.168 2.391-3.683v-.122c.043 0 .063-.02.063-.062l14.414-35.18h-6.625l-8.832 22.532-8.832-22.532h-6.567l12.164 29.989-1.55 3.597c-.41.942-.942 1.613-1.594 2.024-.656.41-1.473.613-2.453.613-.493 0-.985-.04-1.473-.121Zm-23.805-5.71c-2.535 0-4.804-.613-6.808-1.84-2.004-1.27-3.578-3.07-4.723-5.406-1.105-2.332-1.656-5.094-1.656-8.285 0-3.153.55-5.895 1.656-8.23 1.145-2.376 2.719-4.196 4.723-5.466 2.004-1.27 4.273-1.902 6.808-1.902 2.043 0 3.965.512 5.766 1.535a11.835 11.835 0 0 1 3.863 3.371v-4.168h6.137v29.657h-6.137v-4.16a13.014 13.014 0 0 1-3.863 3.421c-1.758.98-3.68 1.473-5.766 1.473Zm9.63-9.563V32.246c-.645-1.027-1.63-1.926-2.942-2.703-1.598-.984-3.23-1.473-4.91-1.473-1.715 0-3.23.43-4.54 1.29-1.308.859-2.308 2.046-3.003 3.558-.657 1.516-.98 3.258-.98 5.223 0 2.984.753 5.422 2.269 7.304 1.55 1.844 3.636 2.762 6.254 2.762 1.68 0 3.312-.45 4.91-1.352 1.312-.773 2.297-1.69 2.941-2.746Zm0 0"/>
<path style="stroke:none;fill-rule:evenodd;fill:#873eff;fill-opacity:1" d="M20.828 53.648c4.766 0 8.59-2.355 11.477-7.773l6.41-12.016v10.192c0 6.004 3.887 9.597 9.887 9.597 4.707 0 8.18-2.062 11.53-7.773l14.77-24.973c3.235-5.476.942-9.597-6.18-9.597-3.824 0-6.292 1.234-8.53 5.418l-10.18 19.14v-17.02c0-5.066-2.41-7.538-6.883-7.538-3.531 0-6.356 1.53-8.531 5.77l-9.59 18.788V19.02c0-5.418-2.238-7.715-7.649-7.715H6.297C2.117 11.305 0 13.246 0 16.84c0 3.594 2.234 5.652 6.297 5.652h4.531v21.496c0 6.067 4.059 9.66 10 9.66ZM96.5 11.305c-12.063 0-21.3 9.008-21.3 21.199 0 12.191 9.296 21.144 21.3 21.144 12.004 0 21.18-9.011 21.238-21.144 0-12.191-9.234-21.2-21.238-21.2Zm0 29.328c-4.531 0-7.648-3.414-7.648-8.13 0-4.71 3.117-8.183 7.648-8.183s7.648 3.473 7.648 8.184c0 4.715-3.058 8.129-7.648 8.129Zm24.238-8.13c0-12.19 9.239-21.198 21.242-21.198 12.004 0 21.243 9.07 21.243 21.199 0 12.133-9.239 21.144-21.243 21.144-12.003 0-21.242-8.953-21.242-21.144Zm13.653 0c0 4.716 3 8.13 7.59 8.13 4.53 0 7.648-3.414 7.648-8.13 0-4.71-3.117-8.183-7.649-8.183-4.53 0-7.59 3.473-7.59 8.184Zm0 0"/>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

@@ -0,0 +1,36 @@
<svg width="126" height="81" viewBox="0 0 126 81" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="125.146" height="80" transform="translate(0.427246)" fill="white"/>
<path d="M117.51 45L115.97 46.2369L114.429 45L112.889 46.2369L111.347 45L109.806 46.2369L108.266 45L106.724 46.2369L105.184 45L103.643 46.2369L102.101 45L100.56 46.2369L99.0183 45L97.4272 46.2771V73.7546L99.0168 75.0317L100.558 73.7933L102.098 75.0317L103.64 73.7933L105.18 75.0317L106.721 73.7933L108.263 75.0317L109.803 73.7933L111.344 75.0317L112.884 73.7933L114.426 75.0317L115.967 73.7933L117.51 75.0317L119.1 73.7546V46.2771L117.51 45Z" fill="#F7F7F7"/>
<path d="M112 50.623H99.2849V51.7608H112V50.623Z" fill="#E0E0E0"/>
<path d="M112 54.0938H99.2849V55.2315H112V54.0938Z" fill="#E0E0E0"/>
<path d="M112 57.5645H99.2849V58.7023H112V57.5645Z" fill="#E0E0E0"/>
<path d="M117.242 50.623H114.242V51.7608H117.242V50.623Z" fill="#F0F0F0"/>
<path d="M117.242 54.0938H114.242V55.2315H117.242V54.0938Z" fill="#F0F0F0"/>
<path d="M117.242 57.5645H114.242V58.7023H117.242V57.5645Z" fill="#F0F0F0"/>
<path d="M117.242 64.1973H112.288V66.3645H117.242V64.1973Z" fill="#F0F0F0"/>
<path d="M99.2942 61.6758H117.234" stroke="#E0E0E0" stroke-width="0.99" stroke-miterlimit="10"/>
<path d="M45.5153 18.1761C50.5345 18.1761 54.6033 14.1072 54.6033 9.08803C54.6033 4.06885 50.5345 0 45.5153 0C40.4961 0 36.4272 4.06885 36.4272 9.08803C36.4272 14.1072 40.4961 18.1761 45.5153 18.1761Z" fill="#E0E0E0"/>
<path d="M45.4095 13.3426C44.1925 13.3062 43.2458 12.7641 42.6799 12.0387L42.9992 11.7557C43.4781 12.3453 44.2905 12.9238 45.4095 12.9727V9.06253C44.1672 8.71797 42.9391 8.34971 42.9391 6.94778C42.9391 5.65649 44.0945 4.89467 45.4095 4.85832V3.75195H45.8031V4.87096C46.8478 4.93261 47.6349 5.36251 48.1628 6.01527L47.8562 6.29818C47.3393 5.63436 46.6265 5.30245 45.8031 5.24081V8.74484C47.0691 9.1131 48.3477 9.56829 48.3477 11.1188C48.3477 12.0039 47.8072 13.2335 45.8031 13.3315V14.4253H45.4095V13.3442V13.3426ZM45.4095 8.63262V5.22658C44.2652 5.26294 43.369 5.97576 43.369 6.94778C43.369 7.98144 44.3284 8.31336 45.4095 8.63262ZM45.8031 9.17316V12.9727C47.4753 12.8748 47.9178 11.8537 47.9178 11.1156C47.9178 9.89862 46.9094 9.50507 45.8031 9.17316Z" fill="white"/>
<path d="M45.5153 41.1761C50.5345 41.1761 54.6033 37.1072 54.6033 32.088C54.6033 27.0689 50.5345 23 45.5153 23C40.4961 23 36.4272 27.0689 36.4272 32.088C36.4272 37.1072 40.4961 41.1761 45.5153 41.1761Z" fill="#F7F7F7"/>
<path d="M45.3114 36.3523V34.5615H41.8184V34.1063H45.3114V32.755H41.8184V32.2998H44.9779L41.7441 28.0039H42.3653L45.5532 32.284L48.6811 28.0039H49.2896L46.1159 32.2998H49.1979V32.755H45.7966V34.1063H49.1979V34.5615H45.7966V36.3523H45.3114Z" fill="#E0E0E0"/>
<path d="M22.2123 15.8882H28.7811L17.4272 2L6.06811 15.8882H12.6369L4.42725 46H30.4272L22.2123 15.8882Z" fill="#E0E0E0"/>
<path d="M57.1636 68.4787H53.3739L59.9272 77L66.4775 68.4787H62.6878L67.4272 50H52.4272L57.1636 68.4787Z" fill="#F7F7F7"/>
<path d="M41.1045 54H3.35756C2.29009 54 1.42725 54.8712 1.42725 55.9447V76.4997C1.42725 77.5733 2.29009 78.4444 3.35756 78.4444H41.1045C42.172 78.4444 43.0348 77.5733 43.0348 76.4997V55.9447C43.0348 54.8712 42.172 54 41.1045 54Z" fill="#F0F0F0"/>
<path d="M41.1396 78.4438C42.1877 78.4438 43.0348 77.5499 43.0348 76.4483V65.4414C32.8098 65.4414 23.6312 70.3925 17.5029 78.4438H41.1396Z" fill="#F7F7F7"/>
<path d="M43.0348 59.7207H1.42725V63.0894H43.0348V59.7207Z" fill="#E0E0E0"/>
<rect x="5.06787" y="66.4824" width="18.7234" height="2.60047" fill="white"/>
<rect x="5.06787" y="71.6836" width="10.4019" height="2.60047" fill="white"/>
<g clip-path="url(#clip0_1373_37425)">
<path d="M81.9286 54.2526C84.6926 54.2526 86.941 56.3827 86.941 59.0013C86.941 61.6198 84.6926 63.7499 81.9286 63.7499C79.1646 63.7499 76.9161 61.6198 76.9161 59.0013C76.9161 56.3827 79.1646 54.2526 81.9286 54.2526ZM81.9286 50C76.6796 50 72.4272 54.0285 72.4272 59.0013C72.4272 63.974 76.6796 68.0025 81.9286 68.0025C87.1776 68.0025 91.4299 63.974 91.4299 59.0013C91.4299 54.0285 87.1749 50 81.9286 50Z" fill="#E0E0E0"/>
<path d="M77.227 51.1809L79.4861 54.8569C80.209 54.4742 81.0408 54.2526 81.9259 54.2526V50C80.2143 50 78.6117 50.4305 77.2244 51.1809H77.227Z" fill="#C39EF7"/>
<path d="M77.227 51.1809L79.4861 54.8569C80.209 54.4742 81.0408 54.2526 81.9259 54.2526V50C80.2143 50 78.6117 50.4305 77.2244 51.1809H77.227Z" fill="#F7F7F7"/>
<path d="M76.9161 59.002C76.9161 57.2219 77.9553 55.6709 79.4888 54.8577L77.2297 51.1816C74.3594 52.7301 72.4272 55.6508 72.4272 59.002C72.4272 61.1875 73.2511 63.1917 74.6199 64.7503L78.0882 62.0461C77.3573 61.2202 76.9161 60.1602 76.9161 59.002Z" fill="#F0F0F0"/>
</g>
<path d="M125.427 0H68.7806L60.4272 40.5555H78.192H118.75L125.427 0Z" fill="#E0E0E0"/>
<path d="M73.2051 31.6669L87.5881 21.8265L91.5108 25.7626L112.65 11.1113M112.65 11.1113H108.509M112.65 11.1113V14.8288" stroke="white"/>
<defs>
<clipPath id="clip0_1373_37425">
<rect width="19" height="18" fill="white" transform="translate(72.4272 50)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

@@ -0,0 +1,14 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".6" y=".224" width="38" height="24" rx="2" fill="#fff"/>
<rect x="1.1" y=".724" width="37" height="23" rx="1.5" stroke="#000" stroke-opacity=".07"/>
<g clip-path="url(#a)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.652 15.785c-.311 0-.47-.153-.47-.405 0-.47.524-.629 1.481-.73 0 .626-.424 1.135-1.014 1.135h.003Zm.412-3.525c-.684 0-1.47.322-1.897.662l.39.823c.342-.313.895-.581 1.395-.581.474 0 .736.159.736.479 0 .214-.173.323-.501.366-1.227.159-2.188.497-2.188 1.442 0 .75.533 1.203 1.366 1.203.596 0 1.125-.33 1.376-.764v.646h1.11v-2.71c0-1.117-.776-1.568-1.786-1.568l-.001.002ZM20.195 12.382v4.149h1.186v-2c0-.949.576-1.228.976-1.228a.91.91 0 0 1 .508.15l.216-1.097a1.341 1.341 0 0 0-.529-.096c-.61 0-.993.27-1.246.82v-.698h-1.111ZM28.58 12.26c-.627 0-1.096.37-1.34.728-.226-.461-.706-.728-1.282-.728-.627 0-1.061.348-1.262.75v-.628h-1.144v4.15h1.188v-2.137c0-.765.401-1.134.776-1.134.34 0 .65.219.65.785v2.485h1.186v-2.136c0-.776.392-1.134.784-1.134.314 0 .647.228.647.777v2.493h1.185v-2.868c0-.932-.627-1.403-1.385-1.403M17.307 12.382h-1.075v-.421c0-.55.314-.706.583-.706.185.002.366.047.53.132l.365-.837s-.37-.242-1.045-.242c-.758 0-1.62.428-1.62 1.769v.305h-1.797v-.421c0-.55.313-.706.583-.706.185 0 .367.045.53.132l.365-.837c-.218-.127-.57-.242-1.045-.242-.758 0-1.62.428-1.62 1.769v.305h-.687v.915h.688v3.234h1.186v-3.234h1.799v3.234h1.185v-3.234h1.075v-.915Z" fill="#101820"/>
<path d="M19.2 12.382h-1.185v4.147h1.184v-4.147Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.058 11.677h1.16c.677-2.128 2.974-3.999 5.704-3.999 3.322 0 6.192 2.529 6.192 6.465a8.09 8.09 0 0 1-.33 2.388h1.127l.01-.039c.19-.767.284-1.555.28-2.345 0-4.39-3.2-7.55-7.276-7.55-3.203 0-6.057 2.223-6.866 5.081v-.001Z" fill="#4A4AF4"/>
</g>
<defs>
<clipPath id="a">
<path fill="#fff" transform="translate(7 6.596)" d="M0 0h25.2v10.055H0z"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -0,0 +1,12 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<rect x=".6" y=".224" width="38" height="24" rx="2" fill="#fff"/>
<path fill="#B2FCE4" d="M.6.224h38v24H.6z"/>
<path d="m36.72 10.223-1.06-.61-1.06-.64a1.07 1.07 0 0 0-1.6.93v.13a.23.23 0 0 0 .1.19l.5.28a.201.201 0 0 0 .229-.017.2.2 0 0 0 .051-.063.19.19 0 0 0 0-.1v-.32a.211.211 0 0 1 .12-.2.21.21 0 0 1 .08-.02h.12l1 .57 1 .56a.22.22 0 0 1 .07.3l-.07.07-1 .56-1 .57a.21.21 0 0 1-.29-.07.241.241 0 0 1 0-.12v-.16a1.07 1.07 0 0 0-1.6-.93l-1.08.62-1.06.61a1.08 1.08 0 0 0-.4 1.46c.092.17.231.308.4.4l1.06.61 1.08.61a1.071 1.071 0 0 0 1.6-.93v-.13a.23.23 0 0 0-.1-.19l-.5-.29a.199.199 0 0 0-.28.08.23.23 0 0 0 0 .11v.32a.208.208 0 0 1-.12.2.21.21 0 0 1-.08.02.27.27 0 0 1-.12 0l-1-.57-1-.56a.22.22 0 0 1-.11-.28l.07-.07 1-.56 1-.57a.21.21 0 0 1 .29.07c.01.04.01.081 0 .12v.16a1.07 1.07 0 0 0 1.6.93l1.08-.62 1.06-.61a1.06 1.06 0 0 0 .34-1.47.999.999 0 0 0-.32-.38ZM29.74 10.404l-2.49 5.14h-1l.93-1.92-1.46-3.22h1.06l.94 2.15 1-2.15h1.02ZM4.85 12.223a1 1 0 1 0 0 .05v-.05Zm0 1.83v-.48a1.49 1.49 0 0 1-1.16.54 1.79 1.79 0 0 1-1.75-1.83v-.06a1.82 1.82 0 0 1 1.75-1.89 1.471 1.471 0 0 1 1.14.53v-.46h.89v3.65h-.87ZM10.12 13.224c-.32 0-.4-.12-.4-.42v-1.58h.57v-.79h-.57v-.92H8.8v.89H7.6v-.37c0-.3.12-.42.44-.42h.2v-.71h-.43c-.76 0-1.12.25-1.12 1v.49h-.51v.83h.51v2.86h.91v-2.86h1.2v1.79c0 .75.28 1.07 1 1.07h.5v-.86h-.18ZM13.42 11.893a.87.87 0 0 0-.91-.75.89.89 0 0 0-.92.75h1.83Zm-1.82.57a.91.91 0 0 0 .94.85 1 1 0 0 0 .86-.47h.94a1.79 1.79 0 0 1-1.82 1.27 1.8 1.8 0 0 1-1.92-1.67v-.22a1.89 1.89 0 1 1 3.78 0c.01.077.01.154 0 .23l-2.78.01ZM20.26 12.223a1 1 0 1 0 0 .05v-.05Zm-2.89 3.32v-5.14h.89v.47a1.49 1.49 0 0 1 1.16-.54 1.792 1.792 0 0 1 1.76 1.82v.07a1.82 1.82 0 0 1-1.75 1.89 1.439 1.439 0 0 1-1.11-.49v1.92h-.95ZM24.42 12.223a1 1 0 1 0-1.05 1.05h.05a1 1 0 0 0 1-1v-.05Zm0 1.83v-.48a1.459 1.459 0 0 1-1.15.54 1.792 1.792 0 0 1-1.76-1.82v-.07a1.82 1.82 0 0 1 1.75-1.89 1.45 1.45 0 0 1 1.13.53v-.46h.9v3.65h-.87ZM15.75 10.764a.909.909 0 0 1 .79-.43.88.88 0 0 1 .39.08v.94a1.15 1.15 0 0 0-.65-.17.64.64 0 0 0-.5.71v2.16h-.93v-3.65h.9v.36Z" fill="#000"/>
</g>
<defs>
<clipPath id="a">
<rect x=".6" y=".224" width="38" height="24" rx="2" fill="#fff"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

@@ -0,0 +1,12 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<rect x=".8" y=".224" width="38" height="24" rx="2" fill="#fff"/>
<path d="m34.697 6.124.768-2.087 3.335-.016V.224L.8.24v23.984l38-.016v-3.79l-3.135.016-1.224-1.43-1.27 1.43h-9.402v-7.619h-3.102l3.877-8.778h3.774l.911 1.99v-1.99h4.685l.783 2.087Zm-2.646 1.383-.008-.84.32.84 1.559 4.165h1.55l1.568-4.165.304-.832v4.997l1.456-.016V5.26l-2.536.016-1.23 3.246-.329.88-.335-.88-1.24-3.246h-2.71v6.396h1.631V7.507Zm-3.51 4.165h1.88l-2.815-6.396h-2.182l-2.83 6.396h1.854l.496-1.231h3.102l.495 1.231Zm-2.366-4.23.32-.799.32.8.663 1.615h-1.966l.663-1.615Zm-1.095 5.381v6.372h5.34v-1.383h-3.71V16.7h3.638v-1.375h-3.637v-1.12h3.71v-1.383H25.08Zm11.28 6.372h2.119l-2.99-3.198 2.99-3.174h-2.087l-1.927 2.07-1.918-2.07H30.42l2.982 3.198-2.982 3.174h2.063l1.943-2.079 1.934 2.079Zm.808-3.206 1.632 1.823v-3.654l-1.632 1.831Z" fill="#006FCF"/>
</g>
<rect x="1.3" y=".724" width="37" height="23" rx="1.5" stroke="#000" stroke-opacity=".07"/>
<defs>
<clipPath id="a">
<rect x=".8" y=".224" width="38" height="24" rx="2" fill="#fff"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,5 @@
<svg width="40" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.3" y=".724" width="37.4" height="23" rx="1.5" fill="#fff"/>
<rect x="1.3" y=".724" width="37.4" height="23" rx="1.5" stroke="#DDD"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.554 8.616c-.305.365-.793.653-1.281.611-.061-.493.178-1.017.457-1.34.305-.376.839-.643 1.27-.663.052.513-.147 1.017-.446 1.392Zm.442.709c-.43-.025-.822.13-1.139.257-.204.08-.377.149-.508.149-.147 0-.327-.072-.529-.153-.264-.107-.567-.228-.884-.222-.726.01-1.402.426-1.773 1.09-.762 1.325-.198 3.287.539 4.366.36.535.792 1.12 1.361 1.1.25-.01.431-.087.617-.167.215-.092.438-.188.786-.188.336 0 .55.094.754.183.194.085.381.167.659.162.59-.01.96-.535 1.321-1.069.39-.574.56-1.133.587-1.218l.002-.01a.13.13 0 0 0-.013-.007c-.13-.06-1.125-.52-1.135-1.755-.01-1.037.79-1.562.915-1.645l.015-.01c-.508-.76-1.3-.842-1.575-.863Zm4.08 6.52v-8.01h2.973c1.535 0 2.607 1.069 2.607 2.63 0 1.563-1.092 2.642-2.647 2.642h-1.703v2.738h-1.23Zm1.23-6.962h1.418c1.067 0 1.677.576 1.677 1.588s-.61 1.593-1.682 1.593h-1.413v-3.18Zm8.41 6.001c-.325.627-1.042 1.023-1.814 1.023-1.143 0-1.941-.689-1.941-1.727 0-1.027.772-1.618 2.2-1.705l1.535-.093v-.442c0-.652-.422-1.007-1.174-1.007-.62 0-1.072.324-1.164.817H22.25c.036-1.038 1.002-1.793 2.308-1.793 1.407 0 2.322.745 2.322 1.901v3.987h-1.138v-.96h-.026Zm-1.483.072c-.656 0-1.073-.318-1.073-.806 0-.504.402-.797 1.17-.843l1.366-.087v.452c0 .75-.63 1.284-1.463 1.284Zm6.423 1.203c-.493 1.402-1.057 1.865-2.256 1.865-.092 0-.397-.01-.468-.031v-.961c.076.01.264.02.36.02.545 0 .85-.23 1.037-.832l.112-.354-2.083-5.832h1.285l1.449 4.732h.025l1.448-4.732h1.25l-2.16 6.124Z" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,39 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<rect x=".8" y=".224" width="38" height="24" rx="2" fill="#fff"/>
<path fill="url(#b)" d="M.8.224h38v24H.8z"/>
<path d="M.8 1.077v23.147h24.171c3.137 0 6.145-1.264 8.363-3.514a12.092 12.092 0 0 0 3.466-8.484c0-1.576-.306-3.137-.9-4.593a12.016 12.016 0 0 0-2.565-3.894 11.82 11.82 0 0 0-3.837-2.602A11.681 11.681 0 0 0 24.97.224H.8v.853Z" fill="#fff"/>
<path d="M5.157 10.364H3.8v4.718h1.334a2.472 2.472 0 0 0 1.69-.545 2.364 2.364 0 0 0 .872-1.81c0-1.39-1.032-2.363-2.539-2.363Zm1.079 3.544c-.356.288-.81.425-1.266.382h-.245v-3.125h.245a1.726 1.726 0 0 1 1.266.38 1.604 1.604 0 0 1 .512 1.174 1.618 1.618 0 0 1-.512 1.19ZM9.046 10.365h-.922v4.718h.922v-4.718ZM11.302 12.175c-.554-.202-.715-.34-.715-.59 0-.252.29-.527.688-.527a.948.948 0 0 1 .742.382l.486-.633a2.072 2.072 0 0 0-1.392-.522 1.396 1.396 0 0 0-1.353.812c-.077.17-.119.354-.123.54 0 .649.298.984 1.166 1.293.22.069.433.16.635.27a.557.557 0 0 1 .279.488.669.669 0 0 1-.45.626.675.675 0 0 1-.269.037 1.089 1.089 0 0 1-1.006-.629l-.596.572a1.833 1.833 0 0 0 1.636.9 1.533 1.533 0 0 0 1.515-.933 1.52 1.52 0 0 0 .118-.615c0-.747-.31-1.086-1.361-1.471ZM12.957 12.727a2.432 2.432 0 0 0 .728 1.759 2.448 2.448 0 0 0 1.773.703c.4-.005.793-.104 1.147-.29v-1.066a1.481 1.481 0 0 1-1.116.514 1.532 1.532 0 0 1-1.5-.997 1.52 1.52 0 0 1-.09-.63 1.566 1.566 0 0 1 .947-1.502 1.58 1.58 0 0 1 .612-.13 1.533 1.533 0 0 1 1.147.534v-1.07a2.357 2.357 0 0 0-1.147-.294 2.497 2.497 0 0 0-1.763.718 2.481 2.481 0 0 0-.738 1.751ZM23.931 13.536l-1.262-3.171H21.66l2.011 4.84h.497l2.042-4.84h-.998l-1.28 3.17ZM26.63 15.083h2.616v-.797h-1.694v-1.273h1.633v-.8h-1.633v-1.048h1.694v-.8h-2.615v4.718ZM32.905 11.76c0-.885-.611-1.395-1.678-1.395h-1.37v4.718h.922v-1.906h.123l1.277 1.906h1.147l-1.491-1.986a1.263 1.263 0 0 0 1.07-1.337Zm-1.854.762h-.272v-1.414h.287c.574 0 .887.24.887.701 0 .461-.313.728-.902.728v-.015ZM33.639 10.612c0-.08-.057-.125-.157-.125h-.133v.415h.1v-.16l.114.16h.122l-.138-.172a.115.115 0 0 0 .092-.118Zm-.176.057v-.106c.05 0 .077 0 .077.053s-.027.053-.077.053Z" fill="#261F20"/>
<path d="M33.502 10.327a.382.382 0 0 0-.19.585.382.382 0 0 0 .19.139.382.382 0 0 0 0-.724Zm0 .659a.299.299 0 0 1-.299-.297.297.297 0 0 1 .299-.298.3.3 0 0 1 .298.298.297.297 0 0 1-.298.297Z" fill="#261F20"/>
<path d="M21.924 12.72a2.495 2.495 0 0 1-1.547 2.313 2.516 2.516 0 0 1-2.735-.542 2.498 2.498 0 0 1-.543-2.726 2.501 2.501 0 0 1 2.32-1.541c.664 0 1.3.264 1.77.732.47.468.734 1.102.735 1.764Z" fill="url(#c)"/>
<path style="mix-blend-mode:multiply" opacity=".65" d="M21.924 12.72a2.495 2.495 0 0 1-1.547 2.313 2.516 2.516 0 0 1-2.735-.542 2.498 2.498 0 0 1-.543-2.726 2.501 2.501 0 0 1 2.32-1.541c.664 0 1.3.264 1.77.732.47.468.734 1.102.735 1.764Z" fill="url(#d)"/>
</g>
<rect x="1.3" y=".724" width="37" height="23" rx="1.5" stroke="#000" stroke-opacity=".07"/>
<defs>
<linearGradient id="b" x1="19.8" y1=".224" x2="19.8" y2="24.224" gradientUnits="userSpaceOnUse">
<stop stop-color="#E96418"/>
<stop offset="1" stop-color="#F9A020"/>
</linearGradient>
<linearGradient id="c" x1="20.7" y1="14.721" x2="18.973" y2="12.01" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9200"/>
<stop offset=".21" stop-color="#FF8D00"/>
<stop offset=".45" stop-color="#FF8000"/>
<stop offset=".62" stop-color="#FF7100"/>
<stop offset=".82" stop-color="#FF5E00"/>
<stop offset="1" stop-color="#FF5200"/>
</linearGradient>
<linearGradient id="d" x1="20.425" y1="14.686" x2="17.903" y2="9.737" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF7100" stop-opacity="0"/>
<stop offset=".03" stop-color="#FF6E00" stop-opacity=".03"/>
<stop offset=".21" stop-color="#FF5A00" stop-opacity=".25"/>
<stop offset=".39" stop-color="#FF4900" stop-opacity=".42"/>
<stop offset=".56" stop-color="#FF3C00" stop-opacity=".56"/>
<stop offset=".72" stop-color="#F30" stop-opacity=".66"/>
<stop offset=".86" stop-color="#FF2D00" stop-opacity=".72"/>
<stop offset=".98" stop-color="#FF2B00" stop-opacity=".74"/>
</linearGradient>
<clipPath id="a">
<rect x=".8" y=".224" width="38" height="24" rx="2" fill="#fff"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

@@ -0,0 +1,9 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".7" y=".724" width="37.4" height="23" rx="1.5" fill="#fff"/>
<rect x=".7" y=".724" width="37.4" height="23" rx="1.5" stroke="#DDD"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.476 15.666V12.5h1.712c.706 0 1.3-.222 1.78-.666a2.135 2.135 0 0 0 .744-1.66 2.145 2.145 0 0 0-.744-1.65 2.53 2.53 0 0 0-1.78-.676h-2.75v7.818h1.038Zm0-4.127V8.81h1.738c.387-.011.76.14 1.025.414.267.251.417.596.417.956s-.15.704-.417.955c-.268.269-.64.415-1.025.404h-1.738ZM26.915 10.737c-.444-.396-1.049-.595-1.815-.595-.984 0-1.727.35-2.23 1.048l.914.557c.337-.473.795-.71 1.374-.71.37-.004.727.127 1 .366.274.22.431.546.429.89v.229c-.398-.219-.905-.328-1.52-.328-.722.001-1.298.165-1.73.492-.432.327-.648.767-.648 1.32-.01.505.216.986.614 1.31.41.35.919.524 1.527.524.713 0 1.283-.305 1.713-.916h.045v.742h.991v-3.297c0-.691-.221-1.235-.664-1.632Zm-2.812 3.946a.795.795 0 0 1-.344-.655c0-.291.141-.534.425-.733.281-.197.633-.295 1.053-.295.579 0 1.03.124 1.353.374 0 .422-.172.789-.515 1.102-.31.3-.729.469-1.166.47a1.292 1.292 0 0 1-.806-.263ZM33.27 10.317l-3.46 7.707h-1.07l1.284-2.697-2.276-5.01h1.127l1.645 3.842h.022l1.6-3.842h1.128Z" fill="#5F6368"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.287 11.818a5.19 5.19 0 0 0-.08-.914H9.835v1.73h2.504A2.076 2.076 0 0 1 11.413 14v1.123h1.495c.875-.782 1.379-1.938 1.379-3.304Z" fill="#4285F4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.835 16.206c1.251 0 2.304-.398 3.073-1.084L11.413 14c-.416.274-.951.43-1.578.43-1.209 0-2.235-.79-2.602-1.854h-1.54v1.157c.787 1.517 2.39 2.474 4.142 2.474Z" fill="#34A853"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.233 12.575a2.612 2.612 0 0 1 0-1.72V9.7h-1.54a4.367 4.367 0 0 0 0 4.033l1.54-1.157Z" fill="#FBBC04"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.835 9.002c.661-.01 1.3.231 1.778.673l1.324-1.281a4.534 4.534 0 0 0-3.102-1.17c-1.752 0-3.355.957-4.141 2.475l1.539 1.157a2.764 2.764 0 0 1 2.602-1.854Z" fill="#EA4335"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -0,0 +1,68 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="22"
height="18"
fill="none"
viewBox="-6 -2 34 22"
style="background: rgba(14, 76, 150, 1)"
>
<path
fill="#fff"
fill-rule="evenodd"
d="M21.66 13.865a3.39 3.39 0 0 1-.973 2.372 3.291 3.291 0 0 1-2.348.983H.314V3.956a3.39 3.39 0 0 1 .972-2.373A3.32 3.32 0 0 1 3.633.6H21.66z"
clip-rule="evenodd"
></path>
<path
fill="url(#paint0_linear_10440_1167)"
fill-rule="evenodd"
d="M15.782 9.2c.515.012 1.033-.022 1.546.019.52.098.644.893.183 1.153-.315.17-.689.063-1.03.094h-.699zm1.843-1.43c.115.408-.274.775-.663.718h-1.18c.008-.385-.016-.802.012-1.167.473.014.95-.027 1.42.021a.56.56 0 0 1 .412.428m2.84-6.051c.021.779.003 1.6.009 2.394-.002 3.233.003 6.466-.003 9.698-.02 1.21-1.082 2.264-2.273 2.288-1.192.004-2.384 0-3.575.002v-4.887c1.298-.007 2.598.014 3.895-.01.603-.039 1.262-.44 1.29-1.11.07-.672-.557-1.137-1.152-1.21-.23-.007-.222-.068 0-.095.568-.124 1.014-.718.847-1.313-.143-.627-.828-.869-1.397-.867-1.16-.008-2.322-.002-3.483-.004.007-.912-.016-1.826.012-2.737.092-1.19 1.18-2.17 2.355-2.15z"
clip-rule="evenodd"
></path>
<path
fill="url(#paint1_linear_10440_1167)"
fill-rule="evenodd"
d="M1.501 3.992c.03-1.21 1.097-2.254 2.286-2.271 1.187-.004 2.375-.001 3.562-.002-.003 4.047.006 8.094-.005 12.14-.046 1.195-1.101 2.22-2.277 2.24-1.19.005-2.38.001-3.57.002V11.05c1.156.275 2.368.393 3.547.21.705-.115 1.475-.464 1.714-1.203.176-.632.077-1.297.103-1.946V6.605H4.82c-.009.996.019 1.994-.015 2.99-.055.61-.654 1-1.225.979-.708.007-2.11-.519-2.11-.519-.004-1.866.02-4.203.03-6.063"
clip-rule="evenodd"
></path>
<path
fill="url(#paint2_linear_10440_1167)"
fill-rule="evenodd"
d="M8.11 7.213c-.107.023-.022-.37-.049-.519.007-.942-.015-1.884.012-2.825.092-1.195 1.19-2.178 2.368-2.15h3.47c-.002 4.047.007 8.093-.004 12.14-.046 1.195-1.101 2.22-2.277 2.24-1.19.005-2.38.001-3.57.002v-5.535c.814.674 1.917.78 2.93.78.763 0 1.521-.118 2.262-.296v-1.014c-.835.421-1.817.688-2.742.447-.646-.163-1.115-.794-1.104-1.467-.075-.7.331-1.44 1.012-1.648.846-.268 1.767-.063 2.56.285.17.09.342.201.274-.086V6.77c-1.325-.319-2.736-.436-4.068-.089-.385.11-.76.276-1.074.532"
clip-rule="evenodd"
></path>
<defs>
<linearGradient
id="paint0_linear_10440_1167"
x1="14.622"
x2="20.474"
y1="8.91"
y2="8.91"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#007B40"></stop>
<stop offset="1" stop-color="#55B330"></stop>
</linearGradient>
<linearGradient
id="paint1_linear_10440_1167"
x1="1.498"
x2="7.349"
y1="8.91"
y2="8.91"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1D2970"></stop>
<stop offset="1" stop-color="#006DBA"></stop>
</linearGradient>
<linearGradient
id="paint2_linear_10440_1167"
x1="8.061"
x2="13.912"
y1="8.91"
y2="8.91"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#6E2B2F"></stop>
<stop offset="1" stop-color="#E30138"></stop>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

@@ -0,0 +1,4 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".6" y=".224" width="38" height="24" rx="2" fill="#FFB3C7"/>
<path d="M29.92 11.208a2.17 2.17 0 0 0-3.102.685 2.227 2.227 0 0 0 0 2.28c.205.343.5.624.85.812a2.166 2.166 0 0 0 2.253-.127v.267h1.24V10.94h-1.24v.268Zm-1.127 2.902a1.06 1.06 0 0 1-.577-.21 1.077 1.077 0 0 1-.405-1.113 1.063 1.063 0 0 1 1.46-.745 1.086 1.086 0 0 1 .646.99c-.008.294-.131.572-.342.774a1.09 1.09 0 0 1-.782.304ZM12.916 9.075h-1.298v6.05h1.298v-6.05ZM24.303 10.827a1.493 1.493 0 0 0-1.277.585v-.472h-1.235v4.185h1.25v-2.2a.892.892 0 0 1 .25-.688.87.87 0 0 1 .68-.26c.546 0 .86.33.86.94v2.208h1.238v-2.661c0-.974-.767-1.637-1.766-1.637ZM16.838 11.208a2.17 2.17 0 0 0-3.102.685 2.226 2.226 0 0 0 0 2.28c.205.343.5.624.85.812a2.166 2.166 0 0 0 2.252-.127v.267h1.24V10.94h-1.24v.268Zm-1.127 2.902a1.06 1.06 0 0 1-.577-.21 1.077 1.077 0 0 1-.406-1.113c.048-.205.154-.392.305-.537a1.063 1.063 0 0 1 1.156-.208 1.086 1.086 0 0 1 .646.99c-.009.294-.131.572-.342.774a1.09 1.09 0 0 1-.782.304ZM19.998 11.486v-.545h-1.27v4.185h1.273v-1.954c0-.66.707-1.014 1.198-1.014l.014.001v-1.218a1.532 1.532 0 0 0-1.215.545ZM32.478 13.641a.773.773 0 0 0-.72.486.794.794 0 0 0 .17.857.775.775 0 0 0 1.328-.556.794.794 0 0 0-.228-.557.778.778 0 0 0-.55-.23ZM10.723 9.074H9.378a3.506 3.506 0 0 1-.364 1.57c-.242.487-.593.91-1.026 1.235l-.533.403 2.064 2.845h1.698l-1.9-2.618a4.858 4.858 0 0 0 1.406-3.436ZM7.291 9.074H5.944v6.053H7.29V9.074Z" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -0,0 +1,7 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".9" y=".724" width="37.4" height="23" rx="1.5" fill="#fff"/>
<rect x=".9" y=".724" width="37.4" height="23" rx="1.5" stroke="#DDD"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4 16.144v-.254h-.066l-.076.175-.077-.175h-.066v.254h.047v-.192l.072.166h.048l.072-.166v.192h.047Zm-.42 0v-.21h.085v-.044h-.217v.043h.086v.211h.046Zm.434-3.785c0 3.94-3.186 7.135-7.117 7.135-3.93 0-7.117-3.195-7.117-7.135s3.187-7.135 7.117-7.135 7.117 3.194 7.117 7.135Z" fill="#F79F1A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.634 12.359c0 3.94-3.186 7.135-7.117 7.135-3.93 0-7.117-3.195-7.117-7.135s3.186-7.135 7.117-7.135c3.93 0 7.117 3.194 7.117 7.135Z" fill="#EA001B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.907 6.742a7.126 7.126 0 0 0-2.726 5.616 7.13 7.13 0 0 0 2.726 5.617 7.13 7.13 0 0 0 2.726-5.617 7.128 7.128 0 0 0-2.726-5.616Z" fill="#FF5F01"/>
</svg>

After

Width:  |  Height:  |  Size: 969 B

@@ -0,0 +1,6 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".5" y=".724" width="37.4" height="23" rx="1.5" fill="#fff"/>
<rect x=".5" y=".724" width="37.4" height="23" rx="1.5" stroke="#DDD"/>
<path d="M17.425 16.108H15.29l1.336-7.744h2.135l-1.335 7.744ZM25.168 8.553a5.573 5.573 0 0 0-1.916-.33c-2.11 0-3.594 1.055-3.604 2.563-.017 1.112 1.064 1.73 1.872 2.1.827.38 1.108.627 1.108.965-.009.519-.668.758-1.283.758-.853 0-1.31-.124-2.004-.412l-.281-.124-.3 1.739c.502.213 1.425.403 2.383.412 2.241 0 3.7-1.039 3.717-2.645.009-.882-.562-1.557-1.793-2.11-.747-.353-1.204-.592-1.204-.955.009-.33.387-.667 1.23-.667a3.835 3.835 0 0 1 1.591.296l.193.083.29-1.673Z" fill="#1A1F71"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.992 8.364h1.652l1.723 7.744h-1.978s-.193-.89-.255-1.162h-2.742l-.448 1.162h-2.241l3.172-7.102c.22-.502.607-.642 1.117-.642Zm-.132 2.834-.853 2.167h1.775c-.087-.387-.492-2.241-.492-2.241l-.15-.667a41.81 41.81 0 0 1-.28.741ZM6.035 8.364h3.437c.465.016.843.156.966.65l.747 3.56.229 1.07 2.092-5.28h2.258L12.407 16.1h-2.259L8.245 9.37A9.046 9.046 0 0 0 6 8.52l.035-.156Z" fill="#1A1F71"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,5 @@
<svg width="39" height="25" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".8" y=".224" width="38" height="24" rx="2" fill="#873EFF"/>
<rect x="1.3" y=".724" width="37" height="23" rx="1.5" stroke="#000" stroke-opacity=".07"/>
<path d="M29.33 16.279a.548.548 0 0 0 .179.057c.075.012.15.019.226.019a.7.7 0 0 0 .378-.095.607.607 0 0 0 .245-.302l.322-.746.075.633-2.04-5.034h1.049l1.34 3.438 1.341-3.438h1.048l-2.21 5.411c0 .007-.002.01-.009.01v.019c-.1.232-.226.421-.377.566a1.267 1.267 0 0 1-.5.312c-.183.063-.391.094-.624.094a2.742 2.742 0 0 1-.595-.066l.151-.878ZM25.825 15.486c-.39 0-.74-.094-1.049-.283a1.999 1.999 0 0 1-.727-.831c-.17-.359-.255-.784-.255-1.275 0-.484.085-.906.255-1.265.177-.365.419-.645.727-.84a1.919 1.919 0 0 1 1.049-.293c.314 0 .61.078.887.236.277.15.504.365.68.642l-.028.727c-.095-.195-.265-.365-.51-.51a1.454 1.454 0 0 0-.746-.217c-.258 0-.488.066-.69.198a1.235 1.235 0 0 0-.453.538c-.1.227-.15.488-.15.784 0 .454.115.822.348 1.105.233.277.548.415.945.415.258 0 .506-.069.746-.207.245-.139.415-.309.51-.51l.018.727c-.176.264-.4.475-.67.633a1.79 1.79 0 0 1-.887.226Zm1.473-.113v-4.561h.972v4.56h-.973ZM18.748 15.373V9.075h2.757c.428 0 .796.088 1.105.264.308.176.544.416.708.718.164.302.246.632.246.991 0 .36-.082.69-.246.992a1.808 1.808 0 0 1-.718.708c-.308.176-.673.264-1.095.264h-1.813v-.953h1.662c.214 0 .403-.041.567-.123a.944.944 0 0 0 .377-.359c.095-.157.142-.334.142-.529a.977.977 0 0 0-.142-.528.867.867 0 0 0-.377-.36 1.251 1.251 0 0 0-.567-.122h-1.51v5.335h-1.096ZM8.916 15.482c.733 0 1.322-.362 1.766-1.196l.987-1.848v1.567c0 .924.598 1.477 1.522 1.477.724 0 1.259-.317 1.775-1.196l2.274-3.84c.498-.843.145-1.477-.951-1.477-.59 0-.97.19-1.314.834l-1.567 2.943V10.13c0-.78-.371-1.16-1.06-1.16-.543 0-.978.236-1.313.888l-1.476 2.89v-2.591c0-.834-.345-1.187-1.178-1.187H6.678c-.643 0-.969.3-.969.852s.344.87.97.87h.697v3.305c0 .933.625 1.486 1.54 1.486Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -0,0 +1,14 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<mask id="mask0_1_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="11" y="10" width="42" height="18">
<path d="M53 10.6201H11V27.3789H53V10.6201Z" fill="white"/>
</mask>
<g mask="url(#mask0_1_2)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7539 25.935C13.2345 25.935 12.9699 25.6792 12.9699 25.2587C12.9699 24.4747 13.8441 24.2111 15.4387 24.0415C15.4387 25.0862 14.732 25.935 13.749 25.935H13.7539ZM14.44 20.0596C13.3002 20.0596 11.9899 20.5957 11.2783 21.1631L11.9281 22.5352C12.4985 22.0128 13.4207 21.5659 14.2528 21.5659C15.0437 21.5659 15.4808 21.8305 15.4808 22.3637C15.4808 22.7214 15.1917 22.9027 14.6448 22.9742C12.6004 23.2389 10.998 23.8034 10.998 25.3783C10.998 26.6269 11.887 27.3825 13.2757 27.3825C14.2675 27.3825 15.1495 26.8317 15.569 26.1084V27.1865H17.4174V22.6695C17.4174 20.8074 16.1247 20.0557 14.441 20.0557L14.44 20.0596Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.9912 20.263V27.1782H34.969V23.8461C34.969 22.2633 35.9274 21.7978 36.5949 21.7978C36.8953 21.7954 37.1897 21.8824 37.4406 22.0477L37.8023 20.2199C37.522 20.1077 37.222 20.0534 36.9202 20.0601C35.9039 20.0601 35.2649 20.51 34.8435 21.4253V20.263H32.9912Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.9673 20.0596C45.9216 20.0596 45.1395 20.677 44.7328 21.2729C44.3555 20.5035 43.5568 20.0596 42.5963 20.0596C41.5516 20.0596 40.8273 20.6398 40.4931 21.3081V20.2624H38.5859V27.1777H40.5656V23.6171C40.5656 22.3431 41.235 21.7266 41.8593 21.7266C42.4248 21.7266 42.9442 22.0922 42.9442 23.036V27.1777H44.92V23.6171C44.92 22.3245 45.5727 21.7266 46.2264 21.7266C46.7497 21.7266 47.3045 22.1069 47.3045 23.0223V27.1777H49.2802V22.397C49.2802 20.8436 48.2345 20.0596 46.9712 20.0596" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1787 20.2633H26.3872V19.5606C26.3872 18.6452 26.9096 18.3845 27.3594 18.3845C27.6666 18.3885 27.9686 18.464 28.2415 18.605L28.8511 17.2104C28.8511 17.2104 28.2326 16.8066 27.1085 16.8066C25.8452 16.8066 24.4075 17.5191 24.4075 19.7546V20.2633H21.4135V19.5606C21.4135 18.6452 21.9348 18.3845 22.3857 18.3845C22.6933 18.3845 22.9963 18.4602 23.2677 18.605L23.8773 17.2104C23.5137 16.9977 22.9286 16.8066 22.1358 16.8066C20.8725 16.8066 19.4347 17.5191 19.4347 19.7546V20.2633H18.29V21.7882H19.4377V27.1785H21.4135V21.7882H24.4114V27.1785H26.3872V21.7882H28.1787V20.2633Z" fill="#101820"/>
<path d="M31.3322 20.2627H29.3584V27.175H31.3322V20.2627Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.4307 19.0877H31.3643C32.4923 15.5409 36.3194 12.4234 40.8708 12.4234C46.4061 12.4234 51.1897 16.6376 51.1897 23.198C51.2066 24.5447 51.0216 25.8862 50.6409 27.178H52.5177L52.5363 27.1133C52.8526 25.8345 53.0086 24.5213 53.0009 23.2039C53.0009 15.8879 47.6694 10.6221 40.8747 10.6221C35.5374 10.6221 30.7802 14.3266 29.4316 19.0897L29.4307 19.0877Z" fill="#4A4AF4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

@@ -0,0 +1,13 @@
<svg width="32" height="20" viewBox="0 0 32 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" y="0.5" width="31" height="19" rx="1.5" fill="white"/>
<g clip-path="url(#clip0_2727_123472)">
<path d="M10.6166 15.6557C9.98087 14.6852 9.61936 13.5609 9.57035 12.4018C9.52134 11.2426 9.78665 10.0918 10.3382 9.07111C10.8898 8.05043 11.707 7.19787 12.7035 6.60369C13.7 6.0095 14.8386 5.69581 15.9988 5.69581C17.1589 5.69581 18.2975 6.0095 19.294 6.60369C20.2905 7.19787 21.1077 8.05043 21.6593 9.07111C22.2109 10.0918 22.4762 11.2426 22.4272 12.4018C22.3782 13.5609 22.0166 14.6852 21.3809 15.6557H23.1823C23.7806 14.436 24.0585 13.0841 23.9897 11.7273C23.9209 10.3706 23.5078 9.05364 22.7892 7.90073C22.0706 6.74782 21.0703 5.79689 19.8824 5.13758C18.6946 4.47828 17.3585 4.13232 16 4.13232C14.6415 4.13232 13.3053 4.47828 12.1175 5.13758C10.9297 5.79689 9.92935 6.74782 9.21076 7.90073C8.49218 9.05364 8.07903 10.3706 8.01026 11.7273C7.94149 13.0841 8.21936 14.436 8.81769 15.6557H10.6166Z" fill="#4A4AF4"/>
<path d="M16.1081 8.33398C14.9365 8.33398 13.5879 8.88684 12.8556 9.47021L13.5232 10.8774C14.1103 10.3404 15.0598 9.8815 15.9153 9.8815C16.7293 9.8815 17.1772 10.1524 17.1772 10.7016C17.1772 11.0678 16.8794 11.2777 16.3168 11.3289C14.2067 11.523 12.5664 12.1832 12.5664 13.8028C12.5664 15.0879 13.4927 15.8641 15.017 15.8641C15.4753 15.8647 15.9254 15.7433 16.3212 15.5122C16.7169 15.2812 17.044 14.949 17.2688 14.5497V15.6542H19.1702V11.0238C19.1702 9.1114 17.8399 8.33887 16.1081 8.33887V8.33398ZM15.5528 14.3788C14.9426 14.3788 14.5997 14.1152 14.5997 13.6832C14.5997 12.78 15.6981 12.5628 17.1382 12.5628C17.1382 13.5074 16.506 14.3788 15.5516 14.3788H15.5528Z" fill="#060809"/>
</g>
<rect x="0.5" y="0.5" width="31" height="19" rx="1.5" stroke="#DDDDDD"/>
<defs>
<clipPath id="clip0_2727_123472">
<rect width="15.9999" height="11.7284" fill="white" transform="translate(8 4.13574)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -0,0 +1,15 @@
<svg width="429" height="171" viewBox="0 0 429 171" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2525_324)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1 156.27C22.8 156.27 20.1 153.66 20.1 149.37C20.1 141.37 29.02 138.68 45.29 136.95C45.29 147.61 38.08 156.27 28.05 156.27H28.1ZM35.1 96.3198C23.47 96.3198 10.1 101.79 2.83998 107.58L9.46998 121.58C15.29 116.25 24.7 111.69 33.19 111.69C41.26 111.69 45.72 114.39 45.72 119.83C45.72 123.48 42.77 125.33 37.19 126.06C16.33 128.76 -0.0200195 134.52 -0.0200195 150.59C-0.0200195 163.33 9.04998 171.04 23.22 171.04C33.34 171.04 42.34 165.42 46.62 158.04V169.04H65.48V122.95C65.48 103.95 52.29 96.2798 35.11 96.2798L35.1 96.3198Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.39 98.3902V168.95H244.57V134.95C244.57 118.8 254.35 114.05 261.16 114.05C264.226 114.026 267.229 114.914 269.79 116.6L273.48 97.9502C270.62 96.8056 267.559 96.2511 264.48 96.3202C254.11 96.3202 247.59 100.91 243.29 110.25V98.3902H224.39Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M367 96.3198C356.33 96.3198 348.35 102.62 344.2 108.7C340.35 100.85 332.2 96.3198 322.4 96.3198C311.74 96.3198 304.35 102.24 300.94 109.06V98.3898H281.48V168.95H301.68V132.62C301.68 119.62 308.51 113.33 314.88 113.33C320.65 113.33 325.95 117.06 325.95 126.69V168.95H346.11V132.62C346.11 119.43 352.77 113.33 359.44 113.33C364.78 113.33 370.44 117.21 370.44 126.55V168.95H390.6V120.17C390.6 104.32 379.93 96.3198 367.04 96.3198" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.28 98.3901H157V91.2201C157 81.8801 162.33 79.2201 166.92 79.2201C170.054 79.261 173.135 80.0313 175.92 81.4701L182.14 67.2401C182.14 67.2401 175.83 63.1201 164.36 63.1201C151.47 63.1201 136.8 70.3901 136.8 93.2001V98.3901H106.25V91.2201C106.25 81.8801 111.57 79.2201 116.17 79.2201C119.309 79.2199 122.4 79.9926 125.17 81.4701L131.39 67.2401C127.68 65.0701 121.71 63.1201 113.62 63.1201C100.73 63.1201 86.0599 70.3901 86.0599 93.2001V98.3901H74.3799V113.95H86.0899V168.95H106.25V113.95H136.84V168.95H157V113.95H175.28V98.3901Z" fill="white"/>
<path d="M207.46 98.3901H187.32V168.92H207.46V98.3901Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M188.06 86.4H207.79C219.3 50.21 258.35 18.4 304.79 18.4C361.27 18.4 410.08 61.4 410.08 128.34C410.252 142.08 408.364 155.769 404.48 168.95H423.63L423.82 168.29C427.047 155.241 428.639 141.842 428.56 128.4C428.56 53.75 374.16 0.0200195 304.83 0.0200195C250.37 0.0200195 201.83 37.82 188.07 86.42L188.06 86.4Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_2525_324">
<rect width="428.55" height="171" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0.02 428.55 170.98" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="clip0_2525_303">
<rect width="428.55" height="171" fill="white"/>
</clipPath>
</defs>
<g clip-path="url(#clip0_2525_303)" transform="matrix(1, 0, 0, 1, 0, 3.552713678800501e-15)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1 156.27C22.8 156.27 20.1 153.66 20.1 149.37C20.1 141.37 29.02 138.68 45.29 136.95C45.29 147.61 38.08 156.27 28.05 156.27H28.1ZM35.1 96.3198C23.47 96.3198 10.1 101.79 2.83998 107.58L9.46998 121.58C15.29 116.25 24.7 111.69 33.19 111.69C41.26 111.69 45.72 114.39 45.72 119.83C45.72 123.48 42.77 125.33 37.19 126.06C16.33 128.76 -0.0200195 134.52 -0.0200195 150.59C-0.0200195 163.33 9.04998 171.04 23.22 171.04C33.34 171.04 42.34 165.42 46.62 158.04V169.04H65.48V122.95C65.48 103.95 52.29 96.2798 35.11 96.2798L35.1 96.3198Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.39 98.3902V168.95H244.57V134.95C244.57 118.8 254.35 114.05 261.16 114.05C264.226 114.026 267.229 114.914 269.79 116.6L273.48 97.9502C270.62 96.8056 267.559 96.2511 264.48 96.3202C254.11 96.3202 247.59 100.91 243.29 110.25V98.3902H224.39Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M367 96.3198C356.33 96.3198 348.35 102.62 344.2 108.7C340.35 100.85 332.2 96.3198 322.4 96.3198C311.74 96.3198 304.35 102.24 300.94 109.06V98.3898H281.48V168.95H301.68V132.62C301.68 119.62 308.51 113.33 314.88 113.33C320.65 113.33 325.95 117.06 325.95 126.69V168.95H346.11V132.62C346.11 119.43 352.77 113.33 359.44 113.33C364.78 113.33 370.44 117.21 370.44 126.55V168.95H390.6V120.17C390.6 104.32 379.93 96.3198 367.04 96.3198" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.28 98.3901H157V91.2201C157 81.8801 162.33 79.2201 166.92 79.2201C170.054 79.261 173.135 80.0313 175.92 81.4701L182.14 67.2401C182.14 67.2401 175.83 63.1201 164.36 63.1201C151.47 63.1201 136.8 70.3901 136.8 93.2001V98.3901H106.25V91.2201C106.25 81.8801 111.57 79.2201 116.17 79.2201C119.309 79.2199 122.4 79.9926 125.17 81.4701L131.39 67.2401C127.68 65.0701 121.71 63.1201 113.62 63.1201C100.73 63.1201 86.0599 70.3901 86.0599 93.2001V98.3901H74.3799V113.95H86.0899V168.95H106.25V113.95H136.84V168.95H157V113.95H175.28V98.3901Z" fill="black"/>
<path d="M207.46 98.3901H187.32V168.92H207.46V98.3901Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M188.06 86.4H207.79C219.3 50.21 258.35 18.4 304.79 18.4C361.27 18.4 410.08 61.4 410.08 128.34C410.252 142.08 408.364 155.769 404.48 168.95H423.63L423.82 168.29C427.047 155.241 428.639 141.842 428.56 128.4C428.56 53.75 374.16 0.0200195 304.83 0.0200195C250.37 0.0200195 201.83 37.82 188.07 86.42L188.06 86.4Z" fill="#4A4AF4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 1581.5 550.40002" xmlns="http://www.w3.org/2000/svg">
<defs>
<style type="text/css" id="style1">
.st0{fill:#B2FCE4;}
</style>
</defs>
<g id="Afterpay_Badge_Bg" transform="matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -144, -144.10000610351562)">
<g id="g1">
<path class="st0" d="M 1450.3,694.5 H 419.2 C 267.2,694.5 144,571.3 144,419.3 v 0 c 0,-152 123.2,-275.2 275.2,-275.2 h 1031.1 c 152,0 275.2,123.2 275.2,275.2 v 0 c 0.1,151.9 -123.2,275.2 -275.2,275.2 z" id="path1"/>
</g>
</g>
<g id="Afterpay_Logo_Black" transform="matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -144, -144.10000610351562)">
<g id="g11">
<path d="m 1492,353.5 -34.6,-19.8 -35.1,-20.1 c -23.2,-13.3 -52.2,3.4 -52.2,30.2 v 4.5 c 0,2.5 1.3,4.8 3.5,6 l 16.3,9.3 c 4.5,2.6 10.1,-0.7 10.1,-5.9 V 347 c 0,-5.3 5.7,-8.6 10.3,-6 l 32,18.4 31.9,18.3 c 4.6,2.6 4.6,9.3 0,11.9 l -31.9,18.3 -32,18.4 c -4.6,2.6 -10.3,-0.7 -10.3,-6 V 415 c 0,-26.8 -29,-43.6 -52.2,-30.2 l -35.1,20.1 -34.6,19.8 c -23.3,13.4 -23.3,47.1 0,60.5 l 34.6,19.8 35.1,20.1 c 23.2,13.3 52.2,-3.4 52.2,-30.2 v -4.5 c 0,-2.5 -1.3,-4.8 -3.5,-6 l -16.3,-9.3 c -4.5,-2.6 -10.1,0.7 -10.1,5.9 v 10.7 c 0,5.3 -5.7,8.6 -10.3,6 l -32,-18.4 -31.9,-18.3 c -4.6,-2.6 -4.6,-9.3 0,-11.9 l 31.9,-18.3 32,-18.4 c 4.6,-2.6 10.3,0.7 10.3,6 v 5.3 c 0,26.8 29,43.6 52.2,30.2 l 35.1,-20.1 34.6,-19.8 c 23.3,-13.5 23.3,-47.1 0,-60.5 z" id="path2"/>
<g id="g3">
<path d="m 1265,360.1 -81,167.3 h -33.6 l 30.3,-62.5 -47.7,-104.8 h 34.5 l 30.6,70.2 33.4,-70.2 z" id="path3"/>
</g>
<g id="g10">
<g id="g9">
<path d="m 455.1,419.5 c 0,-20 -14.5,-34 -32.3,-34 -17.8,0 -32.3,14.3 -32.3,34 0,19.5 14.5,34 32.3,34 17.8,0 32.3,-14 32.3,-34 m 0.3,59.4 v -15.4 c -8.8,10.7 -21.9,17.3 -37.5,17.3 -32.6,0 -57.3,-26.1 -57.3,-61.3 0,-34.9 25.7,-61.5 58,-61.5 15.2,0 28,6.7 36.8,17.1 v -15 h 29.2 v 118.8 z" id="path4"/>
<path d="m 626.6,452.5 c -10.2,0 -13.1,-3.8 -13.1,-13.8 V 386 h 18.8 v -25.9 h -18.8 v -29 h -29.9 v 29 H 545 v -11.8 c 0,-10 3.8,-13.8 14.3,-13.8 h 6.6 v -23 h -14.4 c -24.7,0 -36.4,8.1 -36.4,32.8 v 15.9 H 498.5 V 386 h 16.6 v 92.9 H 545 V 386 h 38.6 v 58.2 c 0,24.2 9.3,34.7 33.5,34.7 h 15.4 v -26.4 z" id="path5"/>
<path d="m 734,408.8 c -2.1,-15.4 -14.7,-24.7 -29.5,-24.7 -14.7,0 -26.9,9 -29.9,24.7 z m -59.7,18.5 c 2.1,17.6 14.7,27.6 30.7,27.6 12.6,0 22.3,-5.9 28,-15.4 h 30.7 c -7.1,25.2 -29.7,41.3 -59.4,41.3 -35.9,0 -61.1,-25.2 -61.1,-61.1 0,-35.9 26.6,-61.8 61.8,-61.8 35.4,0 61.1,26.1 61.1,61.8 0,2.6 -0.2,5.2 -0.7,7.6 z" id="path6"/>
<path d="m 956.5,419.5 c 0,-19.2 -14.5,-34 -32.3,-34 -17.8,0 -32.3,14.3 -32.3,34 0,19.5 14.5,34 32.3,34 17.8,0 32.3,-14.7 32.3,-34 M 862.4,527.4 V 360.1 h 29.2 v 15.4 c 8.8,-10.9 21.9,-17.6 37.5,-17.6 32.1,0 57.3,26.4 57.3,61.3 0,34.9 -25.7,61.5 -58,61.5 -15,0 -27.3,-5.9 -35.9,-15.9 v 62.5 h -30.1 z" id="path7"/>
<path d="m 1091.7,419.5 c 0,-20 -14.5,-34 -32.3,-34 -17.8,0 -32.3,14.3 -32.3,34 0,19.5 14.5,34 32.3,34 17.8,0 32.3,-14 32.3,-34 m 0.3,59.4 v -15.4 c -8.8,10.7 -21.9,17.3 -37.5,17.3 -32.6,0 -57.3,-26.1 -57.3,-61.3 0,-34.9 25.7,-61.5 58,-61.5 15.2,0 28,6.7 36.8,17.1 v -15 h 29.2 v 118.8 z" id="path8"/>
<path d="m 809.7,371.7 c 0,0 7.4,-13.8 25.7,-13.8 7.8,0 12.8,2.7 12.8,2.7 v 30.3 c 0,0 -11,-6.8 -21.1,-5.4 -10.1,1.4 -16.5,10.6 -16.5,23 v 70.3 H 780.4 V 360.1 h 29.2 v 11.6 z" id="path9"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

@@ -0,0 +1,5 @@
<svg width="32" height="20" viewBox="0 0 32 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" y="0.5" width="31" height="19" rx="1.5" fill="#B2FCE4"/>
<path d="M21.8042 6.42066L19.9248 5.34522L18.0183 4.2535C16.7582 3.53111 15.183 4.43817 15.183 5.89381V6.13822C15.183 6.27401 15.2536 6.39893 15.3731 6.46411L16.2585 6.96924C16.5029 7.11046 16.8071 6.93122 16.8071 6.64878V6.06761C16.8071 5.77974 17.1167 5.6005 17.3665 5.74172L19.1047 6.74112L20.8373 7.73508C21.0872 7.8763 21.0872 8.24021 20.8373 8.38143L19.1047 9.37539L17.3665 10.3748C17.1167 10.516 16.8071 10.3368 16.8071 10.0489V9.76102C16.8071 8.30539 15.2319 7.39289 13.9718 8.12071L12.0707 9.21788L10.1914 10.2933C8.9258 11.0211 8.9258 12.8515 10.1914 13.5794L12.0707 14.6548L13.9772 15.7465C15.2373 16.4689 16.8125 15.5619 16.8125 14.1062V13.8618C16.8125 13.726 16.7419 13.6011 16.6224 13.5359L15.737 13.0308C15.4926 12.8896 15.1885 13.0688 15.1885 13.3512V13.9324C15.1885 14.2203 14.8789 14.3995 14.629 14.2583L12.8909 13.2589L11.1582 12.2649C10.9083 12.1237 10.9083 11.7598 11.1582 11.6186L12.8909 10.6246L14.629 9.62524C14.8789 9.48402 15.1885 9.66326 15.1885 9.95113V10.239C15.1885 11.6946 16.7636 12.6071 18.0238 11.8793L19.9303 10.7876L21.8096 9.71214C23.0697 8.97889 23.0697 7.14848 21.8042 6.42066Z" fill="black"/>
<rect x="0.5" y="0.5" width="31" height="19" rx="1.5" stroke="#DDDDDD"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -0,0 +1 @@
<svg width="64" height="40" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 24"><defs><style>.cls-1{fill:#b2fce4;}</style></defs><path class="cls-1" d="M35,0H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H35a3,3,0,0,0,3-3V3A3,3,0,0,0,35,0Z"/><path d="M36.12,10l-1.06-.61L34,8.75a1.07,1.07,0,0,0-1.6.93v.13a.23.23,0,0,0,.1.19l.5.28a.2.2,0,0,0,.28-.08.19.19,0,0,0,0-.1V9.78a.21.21,0,0,1,.2-.22l.12,0,1,.57,1,.56a.22.22,0,0,1,.07.3l-.07.07-1,.56-1,.57a.21.21,0,0,1-.29-.07.24.24,0,0,1,0-.12v-.16a1.07,1.07,0,0,0-1.6-.93l-1.08.62-1.06.61a1.08,1.08,0,0,0-.4,1.46,1,1,0,0,0,.4.4l1.06.61,1.08.61a1.07,1.07,0,0,0,1.6-.93v-.13a.23.23,0,0,0-.1-.19l-.5-.29a.2.2,0,0,0-.28.08.23.23,0,0,0,0,.11v.32a.21.21,0,0,1-.2.22.27.27,0,0,1-.12,0l-1-.57-1-.56A.22.22,0,0,1,30,13l.07-.07,1-.56,1-.57a.21.21,0,0,1,.29.07.24.24,0,0,1,0,.12v.16a1.07,1.07,0,0,0,1.6.93l1.08-.62,1.06-.61a1.06,1.06,0,0,0,.34-1.47A1,1,0,0,0,36.12,10Z"/><path d="M29.14,10.18l-2.49,5.14h-1l.93-1.92-1.46-3.22h1.06l.94,2.15,1-2.15Z"/><path d="M4.25,12a1,1,0,1,0-1,1.05h0a1,1,0,0,0,1-1V12m0,1.83v-.48a1.49,1.49,0,0,1-1.16.54,1.79,1.79,0,0,1-1.75-1.83V12a1.82,1.82,0,0,1,1.75-1.89h0a1.47,1.47,0,0,1,1.14.53v-.46h.89v3.65Z"/><path d="M9.52,13c-.32,0-.4-.12-.4-.42V11h.57v-.79H9.12V9.29H8.2v.89H7V9.81c0-.3.12-.42.44-.42h.2V8.68H7.21c-.76,0-1.12.25-1.12,1v.49H5.58V11h.51v2.86H7V11H8.2v1.79c0,.75.28,1.07,1,1.07h.5V13Z"/><path d="M12.82,11.67a.87.87,0,0,0-.91-.75.89.89,0,0,0-.92.75ZM11,12.24a.91.91,0,0,0,.94.85,1,1,0,0,0,.86-.47h.94a1.79,1.79,0,0,1-1.82,1.27A1.8,1.8,0,0,1,10,12.22V12a1.89,1.89,0,1,1,3.78,0h0a.89.89,0,0,1,0,.23Z"/><path d="M19.66,12a1,1,0,1,0,0,.05V12m-2.89,3.32V10.18h.89v.47a1.49,1.49,0,0,1,1.16-.54,1.79,1.79,0,0,1,1.76,1.82V12a1.82,1.82,0,0,1-1.75,1.89h0a1.44,1.44,0,0,1-1.11-.49v1.92Z"/><path d="M23.82,12a1,1,0,1,0-1.05,1.05h.05a1,1,0,0,0,1-1V12m0,1.83v-.48a1.46,1.46,0,0,1-1.15.54,1.79,1.79,0,0,1-1.76-1.82V12a1.82,1.82,0,0,1,1.75-1.89h0a1.45,1.45,0,0,1,1.13.53v-.46h.9v3.65Z"/><path d="M15.15,10.54a.91.91,0,0,1,.79-.43.88.88,0,0,1,.39.08v.94a1.15,1.15,0,0,0-.65-.17.64.64,0,0,0-.5.71v2.16h-.93V10.18h.9Z"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

@@ -0,0 +1,138 @@
<svg width="273" height="168" viewBox="0 0 273 168" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle opacity="0.4" cx="130" cy="84" r="72.8" fill="#F2EDFF"/>
<circle cx="130" cy="84" r="50.4" fill="#F2EDFF"/>
<g filter="url(#filter0_d_17_2816)">
<rect x="102" y="56" width="56" height="56" rx="28" fill="#674399" shape-rendering="crispEdges"/>
<mask id="mask0_17_2816" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="116" y="72" width="28" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M141.2 72.8H118.8C117.253 72.8 116 74.053 116 75.6V92.4C116 93.947 117.253 95.2 118.8 95.2H141.2C142.747 95.2 144 93.947 144 92.4V75.6C144 74.053 142.747 72.8 141.2 72.8ZM141.2 75.6V78.4H118.8V75.6H141.2ZM118.8 84V92.4H141.2V84H118.8ZM121.6 86.8H131.4V89.6H121.6V86.8ZM138.4 86.8H134.2V89.6H138.4V86.8Z" fill="white"/>
</mask>
<g mask="url(#mask0_17_2816)">
<rect x="113.2" y="67.2" width="33.6" height="33.6" fill="white"/>
</g>
</g>
<g filter="url(#filter1_d_17_2816)">
<g clip-path="url(#clip0_17_2816)">
<path d="M82.6497 123H34.8535C33.2776 123 32 124.278 32 125.854V153.746C32 155.322 33.2776 156.6 34.8535 156.6H82.6497C84.2256 156.6 85.5032 155.322 85.5032 153.746V125.854C85.5032 124.278 84.2256 123 82.6497 123Z" fill="white"/>
<path d="M41.7535 132.24C41.7535 130.384 43.2579 128.88 45.1135 128.88H72.7135C74.5692 128.88 76.0735 130.384 76.0735 132.24V147.36C76.0735 149.216 74.5692 150.72 72.7135 150.72H45.1135C43.2579 150.72 41.7535 149.216 41.7535 147.36V132.24Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.7135 130.56H45.1135C44.1857 130.56 43.4335 131.312 43.4335 132.24V147.36C43.4335 148.288 44.1857 149.04 45.1135 149.04H72.7135C73.6414 149.04 74.3935 148.288 74.3935 147.36V132.24C74.3935 131.312 73.6414 130.56 72.7135 130.56ZM45.1135 128.88C43.2579 128.88 41.7535 130.384 41.7535 132.24V147.36C41.7535 149.216 43.2579 150.72 45.1135 150.72H72.7135C74.5692 150.72 76.0735 149.216 76.0735 147.36V132.24C76.0735 130.384 74.5692 128.88 72.7135 128.88H45.1135Z" fill="#0F3365"/>
<path d="M58.9135 128.88H70.4734C73.5662 128.88 76.0735 131.387 76.0735 134.48V145.12C76.0735 148.213 73.5662 150.72 70.4735 150.72H58.9135V128.88Z" fill="#0F3365"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.2535 146.609H64.8279V141.639H64.8678C65.5433 142.728 66.894 143.131 68.1449 143.131C71.2233 143.131 72.8715 140.883 72.8715 138.179C72.8715 135.966 71.3038 133.56 68.4435 133.56C66.8149 133.56 65.3049 134.14 64.5902 135.422H64.5503V133.771H61.2535V146.609V146.609ZM69.1778 138.249C69.1778 139.707 68.3633 140.708 67.0137 140.708C65.8215 140.708 64.8275 139.707 64.8275 138.372C64.8275 137.002 65.7022 135.984 67.0137 135.984C68.4032 135.984 69.1778 137.037 69.1778 138.249V138.249Z" fill="#FFFFFE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.567 133.771H53.329V135.421H53.2901C52.5352 134.298 51.3035 133.56 49.7746 133.56C46.5576 133.56 45.1075 135.597 45.1075 138.319C45.1075 141.025 46.8751 142.92 49.7154 142.92C51.1453 142.92 52.3367 142.43 53.1901 141.357H53.2303V141.85C53.2303 143.641 52.1186 144.501 50.0529 144.501C48.5632 144.501 47.6497 144.221 46.5576 143.747L46.3784 146.241C47.2129 146.503 48.6231 146.82 50.3308 146.82C54.5015 146.82 56.567 145.608 56.567 141.85V133.771V133.771ZM48.8015 138.266C48.8015 137.02 49.4967 135.984 50.8274 135.984C52.4357 135.984 53.1112 137.124 53.1112 138.143C53.1112 139.549 52.098 140.497 50.8274 140.497C49.755 140.497 48.8015 139.688 48.8015 138.266V138.266Z" fill="#D8232A"/>
</g>
</g>
<g filter="url(#filter2_d_17_2816)">
<g clip-path="url(#clip1_17_2816)">
<path d="M88.6497 11H40.8535C39.2776 11 38 12.2776 38 13.8535V41.7465C38 43.3224 39.2776 44.6 40.8535 44.6H88.6497C90.2256 44.6 91.5032 43.3224 91.5032 41.7465V13.8535C91.5032 12.2776 90.2256 11 88.6497 11Z" fill="white"/>
<path d="M49.5081 14.108V41.366H65.3841C75.8841 41.366 80.4201 35.486 80.4201 27.716C80.4201 19.946 75.8001 14.108 65.3841 14.108H49.5081Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.384 15.83H51.23V39.644H65.384C73.532 39.644 78.698 35.654 78.698 27.716C78.698 21.08 75.002 15.83 65.384 15.83ZM52.574 38.3V17.258H65.384C72.776 17.258 77.312 20.618 77.312 27.758C77.312 34.688 73.112 38.3 65.384 38.3H52.574Z" fill="black"/>
<path d="M54.296 29.228H58.412V36.536H54.296V29.228Z" fill="black"/>
<path d="M56.354 28.136C57.7689 28.136 58.916 26.989 58.916 25.574C58.916 24.159 57.7689 23.012 56.354 23.012C54.939 23.012 53.792 24.159 53.792 25.574C53.792 26.989 54.939 28.136 56.354 28.136Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.65 23.222H73.826V26.75H75.548C75.086 20.324 70.004 18.896 65.384 18.896H60.47V23.222H61.184C62.528 23.222 63.326 24.104 63.326 25.574C63.326 27.044 62.528 27.926 61.226 27.926H60.47V36.536H65.384C72.902 36.536 75.464 33.05 75.59 27.926H72.65V23.222ZM66.98 26.75V27.926H64.04V23.222H66.896V24.398H65.216V24.944H66.812V26.12H65.258V26.75H66.98ZM67.484 27.926L68.912 23.222H70.592L72.02 27.926H70.802L70.55 27.044H68.996L68.744 27.926H67.484ZM69.3451 25.826H69.332V25.868L69.3451 25.826ZM69.3451 25.826H70.172L69.794 24.524H69.752L69.3451 25.826ZM60.47 26.75V24.398H61.184C61.646 24.398 62.15 24.524 62.15 25.574C62.15 26.624 61.688 26.75 61.184 26.75H60.47Z" fill="#D50072"/>
</g>
</g>
<g filter="url(#filter3_d_17_2816)">
<rect x="187" y="42" width="53.76" height="33.6" rx="8.4" fill="white"/>
<g clip-path="url(#clip2_17_2816)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M197.113 63.7735C196.636 63.7735 196.393 63.5385 196.393 63.1521C196.393 62.4317 197.196 62.1894 198.661 62.0336C198.661 62.9936 198.012 63.7735 197.109 63.7735H197.113ZM197.744 58.3745C196.696 58.3745 195.492 58.8671 194.839 59.3886L195.436 60.6494C195.96 60.1694 196.807 59.7587 197.572 59.7587C198.299 59.7587 198.7 60.0019 198.7 60.4918C198.7 60.8205 198.435 60.9871 197.932 61.0529C196.053 61.296 194.581 61.8148 194.581 63.262C194.581 64.4093 195.398 65.1037 196.674 65.1037C197.585 65.1037 198.396 64.5976 198.781 63.9329V64.9236H200.48V60.7728C200.48 59.0617 199.292 58.3709 197.745 58.3709L197.744 58.3745Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M214.791 58.5609V64.9154H216.608V61.8534C216.608 60.399 217.489 59.9712 218.102 59.9712C218.379 59.969 218.649 60.049 218.88 60.2008L219.212 58.5212C218.954 58.4182 218.679 58.3682 218.401 58.3745C217.468 58.3745 216.88 58.7878 216.493 59.629V58.5609H214.791Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M227.634 58.3745C226.673 58.3745 225.955 58.9418 225.581 59.4894C225.234 58.7824 224.5 58.3745 223.618 58.3745C222.658 58.3745 221.992 58.9076 221.685 59.5218V58.5609H219.932V64.9154H221.752V61.6436C221.752 60.4728 222.367 59.9064 222.94 59.9064C223.46 59.9064 223.937 60.2423 223.937 61.1095V64.9154H225.753V61.6436C225.753 60.4557 226.353 59.9064 226.953 59.9064C227.434 59.9064 227.944 60.2558 227.944 61.0969V64.9154H229.76V60.5224C229.76 59.0949 228.799 58.3745 227.638 58.3745" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M210.368 58.561H208.722V57.9153C208.722 57.0741 209.202 56.8346 209.615 56.8346C209.898 56.8383 210.175 56.9076 210.426 57.0372L210.986 55.7557C210.986 55.7557 210.418 55.3846 209.385 55.3846C208.224 55.3846 206.903 56.0394 206.903 58.0936V58.561H204.151V57.9153C204.151 57.0741 204.631 56.8346 205.045 56.8346C205.328 56.8346 205.606 56.9042 205.855 57.0372L206.415 55.7557C206.081 55.5603 205.544 55.3846 204.815 55.3846C203.654 55.3846 202.333 56.0394 202.333 58.0936V58.561H201.281V59.9623H202.336V64.9155H204.151V59.9623H206.906V64.9155H208.722V59.9623H210.368V58.561Z" fill="#101820"/>
<path d="M213.266 58.5611H211.453V64.9129H213.266V58.5611Z" fill="#101820"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M211.519 57.4812H213.296C214.333 54.222 217.849 51.3572 222.032 51.3572C227.118 51.3572 231.514 55.2298 231.514 61.2583C231.529 62.4957 231.359 63.7285 231.01 64.9155H232.734L232.751 64.8561C233.042 63.6809 233.185 62.4742 233.178 61.2637C233.178 54.5408 228.279 49.702 222.035 49.702C217.131 49.702 212.759 53.1062 211.52 57.483L211.519 57.4812Z" fill="#4A4AF4"/>
</g>
</g>
<g filter="url(#filter4_d_17_2816)">
<rect x="187" y="96" width="78.4" height="30.8" rx="8.4" fill="white"/>
<g clip-path="url(#clip3_17_2816)">
<path d="M200.47 112.681C200.47 111.674 199.692 110.967 198.737 110.967C197.782 110.967 197.004 111.686 197.004 112.681C197.004 113.663 197.782 114.395 198.737 114.395C199.693 114.394 200.47 113.687 200.47 112.681ZM200.484 115.677V114.898C200.012 115.437 199.311 115.772 198.471 115.772C196.725 115.772 195.4 114.454 195.4 112.681C195.4 110.919 196.776 109.577 198.51 109.577C199.325 109.577 200.013 109.913 200.484 110.44V109.685H202.051V115.677H200.484Z" fill="black"/>
<path d="M209.663 114.346C209.115 114.346 208.962 114.154 208.962 113.652V110.991H209.969V109.685H208.962V108.223H207.356V109.685H205.288V109.32C205.288 108.817 205.492 108.625 206.053 108.625H206.405V107.462H205.632C204.307 107.462 203.683 107.87 203.683 109.116V109.684H202.791V110.99H203.683V115.676H205.289V110.99H207.357V113.927C207.357 115.149 207.854 115.677 209.154 115.677H209.982V114.346H209.663Z" fill="black"/>
<path d="M215.423 112.141C215.308 111.362 214.632 110.895 213.843 110.895C213.053 110.895 212.403 111.35 212.238 112.141H215.423ZM212.224 113.076C212.339 113.963 213.015 114.466 213.868 114.466C214.544 114.466 215.067 114.166 215.372 113.687H217.016C216.634 114.957 215.423 115.772 213.83 115.772C211.906 115.772 210.556 114.502 210.556 112.693C210.556 110.883 211.983 109.576 213.869 109.576C215.768 109.576 217.144 110.895 217.144 112.693C217.144 112.825 217.131 112.956 217.106 113.076H212.224Z" fill="black"/>
<path d="M227.355 112.681C227.355 111.71 226.577 110.967 225.622 110.967C224.667 110.967 223.889 111.686 223.889 112.681C223.889 113.663 224.667 114.395 225.622 114.395C226.577 114.394 227.355 113.652 227.355 112.681ZM222.308 109.685H223.875V110.464C224.347 109.912 225.047 109.577 225.888 109.577C227.608 109.577 228.959 110.908 228.959 112.669C228.959 114.431 227.583 115.773 225.85 115.773C225.047 115.773 224.385 115.473 223.926 114.97V118.142H222.308V109.685Z" fill="black"/>
<path d="M234.607 112.681C234.607 111.674 233.831 110.967 232.874 110.967C231.919 110.967 231.142 111.686 231.142 112.681C231.142 113.663 231.919 114.395 232.874 114.395C233.831 114.394 234.607 113.687 234.607 112.681ZM234.621 115.677V114.898C234.15 115.437 233.448 115.772 232.608 115.772C230.862 115.772 229.537 114.454 229.537 112.681C229.537 110.919 230.913 109.577 232.646 109.577C233.462 109.577 234.15 109.913 234.621 110.44V109.685H236.188V115.677H234.621Z" fill="black"/>
<path d="M219.484 110.272C219.484 110.272 219.883 109.577 220.859 109.577C221.277 109.577 221.547 109.712 221.547 109.712V111.241C221.547 111.241 220.958 110.899 220.416 110.967C219.875 111.036 219.532 111.504 219.534 112.13V115.678H217.917V109.686H219.484V110.272Z" fill="black"/>
<path d="M243.507 109.685L239.55 118.123H237.882L239.435 114.861L236.808 109.685H238.7L240.236 113.143L241.813 109.685H243.507Z" fill="black"/>
<path d="M256.136 109.549L252.214 107.42C251.063 106.795 249.624 107.576 249.624 108.827V109.045C249.624 109.242 249.736 109.425 249.917 109.523L250.658 109.925C250.875 110.043 251.147 109.896 251.147 109.66V109.117C251.147 108.845 251.459 108.675 251.709 108.811L255.106 110.656C255.356 110.791 255.356 111.131 255.106 111.266L251.709 113.11C251.459 113.246 251.147 113.076 251.147 112.805V112.516C251.147 111.265 249.707 110.483 248.555 111.109L244.633 113.238C243.481 113.863 243.481 115.426 244.633 116.051L248.555 118.18C249.706 118.805 251.147 118.024 251.147 116.773V116.555C251.147 116.358 251.034 116.176 250.853 116.077L250.112 115.674C249.895 115.556 249.624 115.703 249.624 115.939V116.482C249.624 116.754 249.312 116.924 249.061 116.788L245.664 114.944C245.414 114.808 245.414 114.468 245.664 114.332L249.061 112.488C249.312 112.352 249.624 112.522 249.624 112.794V113.083C249.624 114.333 251.063 115.115 252.214 114.489L256.136 112.36C257.288 111.737 257.288 110.174 256.136 109.549Z" fill="black"/>
</g>
</g>
<g filter="url(#filter5_d_17_2816)">
<rect x="16" y="67" width="53.5" height="33.4375" rx="8.4" fill="white"/>
<path d="M56.8815 84.115H53.7476C53.6649 84.1156 53.583 84.1 53.5065 84.0689C53.4299 84.0378 53.3603 83.9918 53.3016 83.9337C53.2429 83.8756 53.1962 83.8065 53.1643 83.7303C53.1324 83.6541 53.1158 83.5723 53.1156 83.4897C53.1156 83.142 53.3998 82.836 53.7476 82.836H58.5183V80.4837H53.7476C52.9474 80.4852 52.1804 80.8037 51.6145 81.3694C51.0486 81.9352 50.7299 82.7021 50.7282 83.5022C50.7282 85.1632 52.0824 86.52 53.7476 86.52H56.8389C56.9215 86.5193 57.0034 86.535 57.0799 86.5661C57.1565 86.5972 57.2261 86.6431 57.2848 86.7012C57.3436 86.7593 57.3902 86.8285 57.4221 86.9047C57.4541 86.9809 57.4706 87.0626 57.4708 87.1453C57.4708 87.493 57.1866 87.7488 56.8389 87.7488H50.2099C49.6473 88.823 49.1006 89.7442 47.9896 90.204H56.8815C58.5183 90.1805 59.8574 88.7954 59.8574 87.1486C59.8574 85.5026 58.5183 84.1384 56.8815 84.115Z" fill="#71706F"/>
<path d="M44.8683 80.4828C42.2125 80.4828 40.0491 82.6588 40.0491 85.3329V95.4219H42.4541V90.2031H44.8632C47.5198 90.2031 49.6749 87.9987 49.6749 85.3246C49.6749 82.6504 47.5249 80.4828 44.8683 80.4828ZM44.8683 87.7471H42.4541V85.3246C42.4541 83.9704 43.5324 82.8686 44.8683 82.8686C46.2058 82.8686 47.2925 83.9704 47.2925 85.3246C47.2925 86.6788 46.2058 87.7471 44.8683 87.7471Z" fill="#71706F"/>
<path d="M32.437 90.2031C30.1633 90.2031 28.2515 88.5831 27.7341 86.4665C27.7341 86.4665 27.5853 85.7668 27.5853 85.3062C27.5853 84.8456 27.7265 84.1384 27.7265 84.1384C28.2473 82.0268 30.1566 80.4553 32.4262 80.4553C35.0962 80.4553 37.2871 82.6253 37.2871 85.2953V86.469H30.1942C30.6122 87.2874 31.4598 87.748 32.437 87.748H38.8127L38.8211 80.8247C38.8198 80.3276 38.6217 79.8511 38.2703 79.4995C37.9188 79.1478 37.4424 78.9496 36.9452 78.9481H27.9079C26.8755 78.9481 26.0312 79.7673 26.0312 80.7988V89.8353C26.0312 90.8685 26.8755 91.7379 27.9079 91.7379H36.9444C37.8715 91.7379 38.6439 91.0733 38.7935 90.2031H32.437Z" fill="#C8036F"/>
<path d="M32.4261 82.7524C31.4531 82.7524 30.6071 83.3476 30.1858 84.115H34.6665C34.246 83.3476 33.4 82.7524 32.4261 82.7524ZM36.5189 76.0089C36.5189 73.8045 34.6865 72.0156 32.4261 72.0156C30.2025 72.0156 28.3936 73.7452 28.3342 75.9002V77.1274C28.3342 77.2712 28.4513 77.4133 28.5984 77.4133H30.1047C30.2519 77.4133 30.3806 77.2712 30.3806 77.1274V76.0089C30.3806 74.908 31.2976 74.011 32.427 74.011C33.5563 74.011 34.4734 74.908 34.4734 76.0089V77.1274C34.4734 77.2712 34.5929 77.4133 34.7409 77.4133H36.2464C36.3935 77.4133 36.5197 77.2712 36.5197 77.1274V76.0089H36.5189Z" fill="#C8036F"/>
</g>
<defs>
<filter id="filter0_d_17_2816" x="95" y="51.8" width="70" height="70" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="2.8"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_17_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_17_2816" result="shape"/>
</filter>
<filter id="filter1_d_17_2816" x="25" y="116" width="67.5032" height="47.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_17_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_17_2816" result="shape"/>
</filter>
<filter id="filter2_d_17_2816" x="31" y="4" width="67.5032" height="47.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_17_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_17_2816" result="shape"/>
</filter>
<filter id="filter3_d_17_2816" x="180" y="35" width="67.76" height="47.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_17_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_17_2816" result="shape"/>
</filter>
<filter id="filter4_d_17_2816" x="180" y="89" width="92.4" height="44.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_17_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_17_2816" result="shape"/>
</filter>
<filter id="filter5_d_17_2816" x="9" y="60" width="67.5" height="47.4375" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_17_2816"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_17_2816" result="shape"/>
</filter>
<clipPath id="clip0_17_2816">
<rect x="32" y="123" width="53.5032" height="33.6" rx="8.4" fill="white"/>
</clipPath>
<clipPath id="clip1_17_2816">
<rect x="38" y="11" width="53.5032" height="33.6" rx="8.4" fill="white"/>
</clipPath>
<clipPath id="clip2_17_2816">
<rect width="38.5946" height="15.4" fill="white" transform="translate(194.583 49.7)"/>
</clipPath>
<clipPath id="clip3_17_2816">
<rect width="61.6" height="11.2" fill="white" transform="translate(195.4 107.2)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

@@ -0,0 +1,16 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path d="M11 32.9V27H12.87C14.23 27 15.11 27.5 15.11 28.53C15.11 29.11 14.83 29.51 14.44 29.75C15 30 15.34 30.49 15.34 31.15C15.34 32.35 14.44 32.9 13.05 32.9H11ZM12.2 29.45H13.1C13.64 29.45 13.88 29.19 13.88 28.71C13.88 28.2 13.45 28.03 12.88 28.03H12.2V29.45ZM12.2 31.87H12.95C13.68 31.87 14.1 31.69 14.1 31.14C14.1 30.59 13.74 30.36 13.05 30.36H12.2V31.87ZM17.67 33C16.48 33 15.88 32.43 15.88 31.68C15.88 30.84 16.58 30.35 17.63 30.35C17.88 30.35 18.14 30.37 18.4 30.41V30.21C18.4 29.7 18.1 29.45 17.51 29.45C17.12 29.45 16.73 29.52 16.37 29.65L16.15 28.75C16.6311 28.5768 17.1387 28.4889 17.65 28.49C18.93 28.49 19.55 29.15 19.55 30.29V32.63C19.2 32.81 18.54 33 17.67 33ZM18.4 32.05V31.15C18.2 31.1 17.99 31.08 17.78 31.08C17.38 31.08 17.08 31.23 17.08 31.63C17.08 31.98 17.33 32.17 17.79 32.17C18 32.17 18.21 32.13 18.39 32.05H18.4ZM20.4 32.9V28.86C21.0249 28.6167 21.6894 28.4913 22.36 28.49C23.63 28.49 24.36 29.09 24.36 30.22V32.9H23.16V30.3C23.16 29.72 22.88 29.45 22.36 29.45C22.09 29.45 21.83 29.5 21.59 29.6V32.9H20.4ZM28.53 28.74L28.31 29.66C27.9986 29.5329 27.6663 29.465 27.33 29.46C26.63 29.46 26.24 29.93 26.24 30.72C26.24 31.59 26.64 32.04 27.39 32.04C27.72 32.03 28.05 31.96 28.35 31.82L28.55 32.76C28.15 32.92 27.72 33.01 27.29 33C25.85 33 25.02 32.13 25.02 30.76C25.02 29.39 25.85 28.49 27.22 28.49C27.67 28.49 28.12 28.58 28.53 28.74ZM31.12 33C29.78 33 28.95 32.1 28.95 30.74C28.95 29.39 29.78 28.49 31.12 28.49C32.46 28.49 33.27 29.39 33.27 30.74C33.27 32.1 32.46 33 31.12 33ZM31.12 32.04C31.73 32.04 32.05 31.54 32.05 30.74C32.05 29.94 31.73 29.45 31.12 29.45C30.51 29.45 30.17 29.95 30.17 30.75C30.17 31.55 30.51 32.04 31.12 32.04ZM33.97 32.9V28.86C34.5948 28.6165 35.2594 28.491 35.93 28.49C37.19 28.49 37.92 29.09 37.92 30.22V32.9H36.72V30.3C36.72 29.72 36.45 29.45 35.92 29.45C35.65 29.45 35.39 29.5 35.15 29.6V32.9H33.97ZM40.62 33C39.58 33 39.06 32.45 39.06 31.34V29.52H38.46V28.59H39.06V27.66L40.26 27.6V28.6H41.21V29.52H40.25V31.32C40.25 31.82 40.46 32.04 40.85 32.04C41 32.04 41.15 32.02 41.31 31.99L41.37 32.92C41.12 32.98 40.87 33 40.62 33ZM43.64 33C42.44 33 41.85 32.43 41.85 31.68C41.85 30.84 42.55 30.35 43.59 30.35C43.85 30.35 44.11 30.37 44.36 30.41V30.21C44.36 29.7 44.06 29.45 43.48 29.45C43.08 29.45 42.7 29.52 42.34 29.65L42.12 28.75C42.6011 28.5768 43.1087 28.4889 43.62 28.49C44.89 28.49 45.52 29.15 45.52 30.29V32.63C45.17 32.81 44.5 33 43.63 33H43.64ZM44.36 32.05V31.15C44.16 31.1 43.96 31.08 43.75 31.08C43.35 31.08 43.04 31.23 43.04 31.63C43.04 31.98 43.3 32.17 43.76 32.17C43.96 32.17 44.17 32.13 44.36 32.05ZM49.62 28.75L49.39 29.66C49.0786 29.5329 48.7463 29.465 48.41 29.46C47.71 29.46 47.33 29.93 47.33 30.72C47.33 31.59 47.73 32.04 48.47 32.04C48.81 32.03 49.13 31.96 49.43 31.82L49.63 32.76C49.23 32.92 48.81 33.01 48.38 33C46.94 33 46.11 32.13 46.11 30.76C46.11 29.39 46.93 28.49 48.31 28.49C48.76 28.49 49.21 28.58 49.61 28.74L49.62 28.75ZM52.25 33C51.21 33 50.69 32.45 50.69 31.34V29.52H50.09V28.59H50.69V27.66L51.89 27.6V28.6H52.84V29.52H51.88V31.32C51.88 31.82 52.09 32.04 52.48 32.04C52.63 32.04 52.78 32.02 52.94 31.99L53 32.92C52.75 32.98 52.5 33 52.25 33Z" fill="#1E3764"/>
<path d="M19.34 24C25.67 24 28.84 19.5 32 15H11V24H19.34Z" fill="url(#paint0_linear_1_28)"/>
<path d="M44.66 7C38.33 7 35.16 11 32 15H53V7H44.66Z" fill="url(#paint1_linear_1_28)"/>
<defs>
<linearGradient id="paint0_linear_1_28" x1="15.25" y1="19.92" x2="30.84" y2="14.49" gradientUnits="userSpaceOnUse">
<stop stop-color="#005AB9"/>
<stop offset="1" stop-color="#1E3764"/>
</linearGradient>
<linearGradient id="paint1_linear_1_28" x1="33.27" y1="15.69" x2="49.39" y2="9.89" gradientUnits="userSpaceOnUse">
<stop stop-color="#FBA900"/>
<stop offset="1" stop-color="#FFD800"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

@@ -0,0 +1,4 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32 9L21 14V16H43V14L32 9ZM32 11L38.0722 14H26L32 11ZM26 19H24V27H26V19ZM33 19H31V27H33V19ZM21 31V29H43V31H21ZM40 19H37.9901L38 27H40L39.9901 19H40Z" fill="#646970"/>
</svg>

After

Width:  |  Height:  |  Size: 363 B

@@ -0,0 +1,25 @@
<svg
fill="none"
height="14"
viewBox="-4 -2 35 18"
width="29"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="#757575">
<path d="m28.3322 13.6841c-.6419 0-.9051-.2256-.9051-.7869v-1.6892h-.4565v-.4592h.4565v-.7359h.5935v.7359h.6258v.4592h-.6258v1.5496c0 .3142.1182.4431.4055.4431.0887 0 .1397-.0027.2203-.0108v.4646c-.094.0162-.2015.0296-.3142.0296z" />
<path d="m26.3152 10.2278c-.2014 0-.3652-.1638-.3652-.36257 0-.20141.1638-.36523.3652-.36523.1987 0 .3652.16382.3652.36523 0 .19877-.1665.36257-.3652.36257zm-.2927 3.4375v-2.9165h.58v2.9165z" />
<path d="m24.3276 13.7136c-.4082 0-.7277-.188-.8969-.5075h-.043v.4592h-.5828v-4.06056h.5828v1.60596h.043c.1557-.3142.4968-.5129.8969-.5129.7412 0 1.2085.5827 1.2085 1.5065v.0054c0 .9158-.4726 1.5039-1.2085 1.5039zm-.1638-.4968c.4861 0 .7788-.3814.7788-1.0071v-.0054c0-.6257-.2927-1.007-.7788-1.007s-.7868.384-.7868 1.007v.0054c0 .6231.3007 1.0071.7868 1.0071z" />
<path d="m21.0215 13.7217c-.854 0-1.3696-.5828-1.3696-1.5066v-.0027c0-.9104.5263-1.52 1.34-1.52.8138 0 1.3133.5881 1.3133 1.4636v.2041h-2.0679c.0107.5586.3169.8836.7976.8836.3733 0 .5962-.1854.666-.3357l.0108-.0215.5612-.0027-.0053.0242c-.0967.384-.4995.8137-1.2461.8137zm-.0269-2.5513c-.3974 0-.6982.2713-.7492.7734h1.4824c-.0457-.5209-.3384-.7734-.7332-.7734z" />
<path d="m16.0449 13.6653v-3.87526h1.3992c1.1494 0 1.8235.70896 1.8235 1.92556v.0053c0 1.23-.6687 1.9444-1.8235 1.9444zm.6016-.5183h.7305c.811 0 1.2783-.5183 1.2783-1.418v-.0054c0-.8916-.4754-1.4153-1.2783-1.4153h-.7305z" />
<path d="m13.9203 13.6841c-.6419 0-.905-.2256-.905-.7869v-1.6892h-.4566v-.4592h.4566v-.7359h.5935v.7359h.6257v.4592h-.6257v1.5496c0 .3142.1181.4431.4055.4431.0886 0 .1396-.0027.2202-.0108v.4646c-.094.0162-.2014.0296-.3142.0296z" />
<path d="m11.0868 13.7217c-.8513 0-1.37232-.5801-1.37232-1.5227v-.0054c0-.9238.51832-1.5012 1.36962-1.5012.7332 0 1.1709.4136 1.2515.9802v.0134l-.5586.0027-.0027-.008c-.0645-.2874-.3008-.5022-.6875-.5022-.4861 0-.7788.3867-.7788 1.0151v.0054c0 .6445.2981 1.0366.7788 1.0366.3652 0 .5908-.1665.6848-.4807l.0054-.0134h.5586l-.0054.0241c-.1047.5667-.521.9561-1.2434.9561z" />
<path d="m8.10291 13.7217c-.85401 0-1.36963-.5828-1.36963-1.5066v-.0027c0-.9104.52636-1.52 1.34008-1.52s1.31324.5881 1.31324 1.4636v.2041h-2.06787c.01074.5586.31689.8836.7976.8836.37329 0 .59619-.1854.66602-.3357l.01074-.0215.56128-.0027-.00537.0242c-.09668.384-.49951.8137-1.24609.8137zm-.02686-2.5513c-.39746 0-.69824.2713-.74927.7734h1.48242c-.04565-.5209-.33837-.7734-.73315-.7734z" />
<path d="m4.97144 13.6653v-2.9165h.58276v.4404h.04297c.10473-.3088.37597-.4914.76538-.4914.09399 0 .19604.0134.25513.0268v.5371c-.10474-.0215-.20411-.0349-.31421-.0349-.4458 0-.74927.2739-.74927.6956v1.7429z" />
<path d="m4.05542 10.2278c-.20142 0-.36523-.1638-.36523-.36257 0-.20141.16381-.36523.36523-.36523.19873 0 .36523.16382.36523.36523 0 .19877-.1665.36257-.36523.36257zm-.29272 3.4375v-2.9165h.58007v2.9165z" />
<path d="m0 13.6653v-3.87526h1.39917c1.14941 0 1.82349.70896 1.82349 1.92556v.0053c0 1.23-.6687 1.9444-1.82349 1.9444zm.601562-.5183h.730468c.81104 0 1.27832-.5183 1.27832-1.418v-.0054c0-.8916-.47534-1.4153-1.27832-1.4153h-.730468z" />
<path d="m24.7614 8.14795c-.638 0-1.1926-.0931-1.6638-.2793-.4711-.1862-.8421-.44759-1.1129-.78418-.2671-.34017-.4173-.73942-.4507-1.19775l-.0056-.08594h1.6193l.0056.05371c.0222.19336.1039.36345.2448.51026.1447.14323.3376.25602.5787.33837.2412.08236.5175.12354.8292.12354.3004 0 .5638-.04297.7901-.12891.2263-.08593.4025-.2041.5287-.35449.1298-.15397.1947-.32943.1947-.52637v-.00537c0-.25423-.1076-.45833-.3227-.6123-.2115-.15397-.5676-.28109-1.0684-.38135l-.8458-.1665c-.8347-.16472-1.4412-.43506-1.8196-.81104-.3784-.37597-.5676-.85758-.5676-1.44482v-.00537c0-.47982.1317-.89877.3951-1.25684.2634-.358072.625-.635579 1.085-.832519.4601-.200521.9868-.300781 1.5804-.300781.6232 0 1.1574.09847 1.6026.29541.4488.19336.7994.460124 1.0517.80029.2522.33659.3951.72152.4284 1.15479l.0056.06982h-1.5803l-.0112-.06445c-.0333-.1862-.115-.34912-.2448-.48877-.1261-.13965-.2968-.24886-.5119-.32764-.2115-.08235-.4582-.12353-.7401-.12353-.2745 0-.5157.03939-.7234.11816-.2078.07878-.3691.18978-.4841.33301-.115.13965-.1725.30615-.1725.49951v.00537c0 .25065.1038.45655.3116.61768.2114.15755.5527.28288 1.0239.37597l.8513.16651c.5676.111 1.0295.26139 1.3856.45117.3599.18978.6251.4279.7957.71436.1707.28645.256.63199.256 1.03662v.00537c0 .51204-.1317.95605-.3951 1.33203-.2597.3724-.6325.66243-1.1184.87012-.4823.2041-1.0573.30615-1.7251.30615z" />
<path d="m17.3701 8.14795c-.7753 0-1.4449-.16471-2.0088-.49414s-.9979-.7985-1.3021-1.40723c-.3042-.60872-.4563-1.33203-.4563-2.16992v-.01074c0-.83789.1521-1.5612.4563-2.16992.3042-.60873.7364-1.076013 1.2965-1.401859.5639-.329427 1.2354-.494141 2.0144-.494141.6344 0 1.2038.119954 1.7083.359863.5082.239909.9182.571127 1.2298.993657.3116.42252.4934.90592.5453 1.45019v.06983h-1.6304l-.0056-.0376c-.0556-.29004-.1688-.54427-.3394-.7627-.1707-.222-.3858-.39388-.6455-.51562-.256-.12175-.5435-.18262-.8625-.18262-.4192 0-.7827.10921-1.0906.32764-.308.21484-.5454.52457-.7123.9292-.1632.40104-.2448.87907-.2448 1.43408v.01074c0 .55143.0816 1.02946.2448 1.43408.1669.40462.4043.71615.7123.93457.3079.21843.6733.32764 1.0962.32764.3227 0 .6102-.0555.8625-.1665.2559-.11459.4674-.27393.6343-.47803.1707-.20768.2838-.44938.3395-.7251l.0111-.04834h1.636v.06445c-.0594.54069-.243 1.01514-.5509 1.42334-.3079.40821-.7123.72868-1.2131.96143-.5008.22917-1.0758.34375-1.725.34375z" />
<path d="m7.38684 7.94922v-7.75049h5.31966v1.3374h-3.63917v1.86914h3.43337v1.2461h-3.43337v1.96045h3.63917v1.3374z" />
<path d="m.840246 7.94922v-1.2085h2.337114c.48597 0 .85508-.09668 1.10734-.29004.25597-.19336.38395-.47444.38395-.84326v-.01074c0-.23991-.05935-.44222-.17806-.60693-.115-.16472-.2875-.28825-.5175-.37061-.2263-.08594-.50452-.12891-.83469-.12891h-2.298154v-1.06884h2.103394c.45259 0 .79944-.08773 1.04058-.26319.24113-.17545.36169-.42252.36169-.74121v-.01074c0-.3151-.11129-.56038-.33387-.73584-.21887-.17904-.52863-.26855-.92928-.26855h-2.242514v-1.20313h2.670984c.52307 0 .96823.078777 1.33549.236329.37097.153971.65476.375976.85138.666011.20032.28646.30048.62842.30048 1.02588v.01075c0 .27213-.06492.52636-.19476.76269-.12613.23633-.29863.43327-.5175.59082s-.46557.25602-.74009.29541v.09668c.35614.02507.67146.12175.94598.29004.27822.16829.49524.38672.65105.65527.15952.26856.23927.56755.23927.89698v.01074c0 .45117-.11314.84326-.33943 1.17627-.22258.32942-.54162.58545-.9571.76806-.41178.17904-.90517.26856-1.48017.26856zm-.840246 0v-7.75049h1.68049v7.75049z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

@@ -0,0 +1,36 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7623_49350)">
<rect width="30" height="19" rx="2" fill="white"/>
<rect x="0.395833" y="0.395833" width="29.2083" height="18.2083" rx="1.60417" stroke="black" stroke-opacity="0.25" stroke-width="0.791667"/>
<path d="M13.4327 12.9459H11.6226L12.7548 6.29556H14.5647L13.4327 12.9459Z" fill="#1C34C3"/>
<path d="M19.9939 6.45812C19.6369 6.32356 19.0706 6.17499 18.3704 6.17499C16.5829 6.17499 15.3242 7.08052 15.3165 8.37515C15.3016 9.33033 16.2177 9.86086 16.9029 10.1794C17.6031 10.5048 17.8412 10.7172 17.8412 11.0073C17.8341 11.4528 17.2753 11.6582 16.7542 11.6582C16.0315 11.6582 15.6443 11.5523 15.0559 11.3044L14.8175 11.1982L14.5642 12.691C14.9888 12.8748 15.7709 13.0378 16.5829 13.045C18.4822 13.045 19.7187 12.1535 19.7333 10.7738C19.7405 10.0168 19.2568 9.43668 18.214 8.96267C17.5809 8.65838 17.1932 8.4532 17.1932 8.14186C17.2006 7.85882 17.5211 7.56892 18.2357 7.56892C18.8242 7.55472 19.2565 7.68909 19.5841 7.82356L19.7478 7.89418L19.9939 6.45812V6.45812V6.45812Z" fill="#1C34C3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2343 6.29556H24.6344L26.0947 12.9458H24.4187C24.4187 12.9458 24.2547 12.1817 24.2027 11.9482H21.8788C21.8116 12.125 21.4989 12.9458 21.4989 12.9458H19.5996L22.2882 6.84734C22.4745 6.41574 22.8026 6.29556 23.2343 6.29556ZM23.1228 8.72919C23.1228 8.72919 22.5492 10.2079 22.4001 10.5899H23.9046C23.8302 10.2574 23.4874 8.66553 23.4874 8.66553L23.3609 8.0925C23.3076 8.24006 23.2306 8.44293 23.1786 8.57976C23.1434 8.67252 23.1197 8.73493 23.1228 8.72919Z" fill="#1C34C3"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33809 10.8305L10.1107 6.29556H12.0247L9.17963 12.9388H7.26553L5.65222 7.16031C5.09558 6.85115 4.46029 6.6025 3.75001 6.42995L3.7798 6.29558H6.69203C7.08677 6.30959 7.40707 6.42986 7.5113 6.8546L8.1442 9.91013C8.14426 9.91033 8.14432 9.91053 8.14438 9.91073L8.33809 10.8305Z" fill="#1C34C3"/>
<rect x="34" width="30" height="19" rx="2" fill="white"/>
<rect x="34.3958" y="0.395833" width="29.2083" height="18.2083" rx="1.60417" stroke="black" stroke-opacity="0.25" stroke-width="0.791667"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.0057 12.8754V12.6528H58.9487L58.8827 12.8061L58.8166 12.6528H58.7592V12.8754H58.7999V12.7076L58.8616 12.8524H58.9038L58.9655 12.7072V12.8754H59.0061H59.0057ZM58.6426 12.8754V12.6907H58.7163V12.6532H58.5292V12.6907H58.6028V12.8754H58.6426ZM59.0176 9.56476C59.0176 13.011 56.2676 15.8045 52.8751 15.8045C49.4834 15.8045 46.7334 13.011 46.7334 9.56476C46.7334 6.11894 49.4834 3.32501 52.8755 3.32501C56.2676 3.32501 59.0176 6.11894 59.0176 9.56476Z" fill="#F79F1A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.4405 9.56476C51.4405 13.011 48.6905 15.8045 45.2984 15.8045C41.9067 15.8045 39.1563 13.011 39.1563 9.56476C39.1563 6.11894 41.9063 3.32501 45.2988 3.32501C48.6905 3.32501 51.4405 6.11894 51.4405 9.56476V9.56476Z" fill="#EA001B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.087 4.65298C48.3528 5.23705 47.7594 5.9828 47.3517 6.83374C46.9441 7.68467 46.733 8.61846 46.7343 9.56435C46.7343 11.5583 47.6539 13.3345 49.087 14.4769C50.5201 13.3345 51.4397 11.5583 51.4397 9.56435C51.4411 8.61846 51.2299 7.68467 50.8223 6.83374C50.4147 5.9828 49.8213 5.23705 49.087 4.65298Z" fill="#FF5F01"/>
<g clip-path="url(#clip1_7623_49350)">
<rect y="21" width="30" height="19" rx="2" fill="white"/>
<path d="M26.7521 25.6709L27.3597 24.019L30 24.0063V21L-0.083334 21.0127V40L30 39.9873V36.9873L27.5179 37L26.5496 35.8671L25.5432 37H18.1002V30.9684H15.6445L18.7141 24.019H21.7014L22.423 25.595V24.019H26.1318L26.7521 25.6709ZM24.6572 26.7658L24.6508 26.1013L24.904 26.7658L26.1382 30.0633H27.366L28.6065 26.7658L28.847 26.1076V30.0633L30 30.0506V24.9873L27.9926 25L27.0179 27.5697L26.7584 28.2658L26.4926 27.5697L25.5116 25H23.366V30.0633H24.6572V26.7658ZM21.8787 30.0633H23.366L21.1382 25H19.4103L17.1698 30.0633H18.6382L19.0306 29.0886H21.4863L21.8787 30.0633ZM20.0053 26.7152L20.2584 26.0823L20.5116 26.7152L21.0369 27.9937H19.4799L20.0053 26.7152ZM19.1381 30.9747V36.019H23.366V34.924H20.4293V34.0443H23.3091V32.9557H20.4293V32.0696H23.366V30.9747H19.1381ZM28.0685 36.019H29.7458L27.3787 33.4873L29.7458 30.9747H28.0939L26.5685 32.6139L25.0496 30.9747H23.366L25.7267 33.5063L23.366 36.019H24.9989L26.5369 34.3734L28.0685 36.019ZM28.7078 33.481L30 34.924V32.0316L28.7078 33.481Z" fill="#006FCF"/>
</g>
<rect x="0.395833" y="21.3958" width="29.2083" height="18.2083" rx="1.60417" stroke="black" stroke-opacity="0.25" stroke-width="0.791667"/>
<rect x="34" y="21" width="30" height="19" rx="2" fill="url(#paint0_linear_7623_49350)"/>
<rect x="34.3958" y="21.3958" width="29.2083" height="18.2083" rx="1.60417" stroke="black" stroke-opacity="0.25" stroke-width="0.791667"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.4716 30.3556H49.4675C49.4229 29.2613 49.1713 28.1331 48.4082 27.4084C47.4992 26.5452 45.907 26.225 44.4843 26.225C43.0035 26.225 41.3658 26.5762 40.452 27.5024C39.664 28.3002 39.4936 29.5839 39.4936 30.7373C39.4936 31.9454 39.8269 33.3506 40.6818 34.1601C41.5908 35.0214 43.0637 35.25 44.4843 35.25C45.8642 35.25 47.359 34.9918 48.2627 34.1741C49.1639 33.3574 49.4753 31.9817 49.4753 30.7373V30.7315H44.4716V30.3556ZM49.8027 30.7317V35.0482H56.7525V35.0424C57.7694 34.9862 58.5784 34.0571 58.5784 32.9164C58.5784 31.7751 57.7694 30.7864 56.7525 30.7297V30.7317H49.8027ZM56.6733 26.4057C57.6644 26.4057 58.4511 27.2772 58.4511 28.3768C58.4511 29.4178 57.7287 30.2679 56.8096 30.3556H49.8026V26.3994H56.454C56.4949 26.3944 56.5426 26.3979 56.5892 26.4014C56.6183 26.4036 56.647 26.4057 56.6733 26.4057Z" fill="#FEFEFE"/>
</g>
<defs>
<linearGradient id="paint0_linear_7623_49350" x1="42.1372" y1="18.594" x2="35.8949" y2="39.4607" gradientUnits="userSpaceOnUse">
<stop stop-color="#222E72"/>
<stop offset="0.591647" stop-color="#40CBFF"/>
<stop offset="1" stop-color="#3CB792"/>
</linearGradient>
<clipPath id="clip0_7623_49350">
<rect width="64" height="40" fill="white"/>
</clipPath>
<clipPath id="clip1_7623_49350">
<rect y="21" width="30" height="19" rx="2" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.0 KiB

@@ -0,0 +1,4 @@
<svg width="64" height="40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="#fff" d="M0 0h64v40H0z"/>
<path d="m48.47 17.208-3.827 7.897h-1.586l1.43-2.95-2.247-4.947h1.629l1.444 3.314 1.576-3.314h1.581ZM33.905 20.012c0-.906-.684-1.605-1.524-1.605s-1.525.675-1.525 1.605c0 .92.685 1.605 1.525 1.605.84 0 1.524-.699 1.524-1.605Zm-4.441 5.093v-7.897h1.378v.727a2.228 2.228 0 0 1 1.77-.83c1.515 0 2.704 1.245 2.704 2.893 0 1.647-1.213 2.902-2.737 2.902-.708 0-1.288-.278-1.695-.75v2.95h-1.42v.005ZM40.29 20.012c0-.944-.684-1.605-1.524-1.605s-1.524.675-1.524 1.605c0 .92.684 1.605 1.524 1.605s1.525-.666 1.525-1.605Zm.01 2.803v-.726a2.245 2.245 0 0 1-1.77.816c-1.538 0-2.704-1.232-2.704-2.893 0-1.647 1.213-2.903 2.737-2.903.718 0 1.322.316 1.737.807v-.708h1.379v5.607H40.3ZM26.976 17.756s.35-.652 1.213-.652c.368 0 .604.128.604.128v1.43s-.519-.321-.995-.255c-.477.066-.78.5-.78 1.086v3.322h-1.425v-5.607h1.379v.548h.004ZM59.175 16.892l-1.633-.934-1.657-.95c-1.095-.627-2.463.161-2.463 1.426v.213a.32.32 0 0 0 .165.283l.77.439a.319.319 0 0 0 .476-.279v-.505c0-.25.269-.406.486-.283l1.51.869 1.506.863a.324.324 0 0 1 0 .562l-1.506.864-1.51.868a.325.325 0 0 1-.486-.283v-.25c0-1.265-1.369-2.058-2.464-1.426l-1.657.949-1.633.934c-1.1.633-1.1 2.224 0 2.856l1.633.935 1.657.948c1.095.628 2.464-.16 2.464-1.425v-.212a.32.32 0 0 0-.165-.284l-.77-.439a.319.319 0 0 0-.476.279v.505c0 .25-.27.406-.487.283l-1.51-.868-1.506-.864a.324.324 0 0 1 0-.562l1.506-.863 1.51-.869a.325.325 0 0 1 .487.283v.25c0 1.265 1.368 2.058 2.463 1.426l1.657-.949 1.633-.934c1.1-.638 1.1-2.224 0-2.856ZM9.749 20.724C9.447 22.014 8.338 22.9 6.903 22.9 5.246 22.9 4 21.654 4 20.007c0-1.647 1.265-2.903 2.926-2.903 1.402 0 2.497.888 2.813 2.153H8.281a1.524 1.524 0 0 0-1.345-.84c-.83 0-1.525.684-1.525 1.59s.694 1.59 1.525 1.59a1.47 1.47 0 0 0 1.354-.873H9.75ZM10.405 22.81V14.9h1.411v7.91h-1.411ZM13.94 20.38c.1.83.694 1.298 1.444 1.298.595 0 1.053-.279 1.322-.727h1.444c-.335 1.19-1.402 1.95-2.803 1.95-1.695 0-2.88-1.19-2.88-2.88s1.256-2.912 2.913-2.912c1.67 0 2.879 1.232 2.879 2.912 0 .123-.01.246-.033.359H13.94Zm2.813-.878c-.099-.727-.694-1.166-1.388-1.166-.693 0-1.264.425-1.41 1.166h2.798ZM23.3 22.81v-.726c-.416.505-1.03.816-1.77.816-1.535 0-2.7-1.231-2.7-2.893 0-1.647 1.208-2.903 2.732-2.903.718 0 1.322.312 1.737.808v-.709h1.379v5.603h-1.379v.005Zm-.015-2.803c0-.94-.684-1.605-1.524-1.605s-1.525.67-1.525 1.605c0 .92.684 1.605 1.525 1.605.84 0 1.524-.66 1.524-1.605Z" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@@ -0,0 +1,7 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path d="M48.905 20.474H45.156C45.0572 20.4748 44.9592 20.456 44.8676 20.4188C44.7761 20.3816 44.6928 20.3267 44.6225 20.2572C44.5522 20.1877 44.4964 20.105 44.4582 20.0138C44.4201 19.9226 44.4003 19.8248 44.4 19.726C44.4 19.31 44.74 18.944 45.156 18.944H50.863V16.13H45.156C44.1988 16.1319 43.2813 16.5129 42.6043 17.1896C41.9274 17.8664 41.5461 18.7838 41.544 19.741C41.544 21.728 43.164 23.351 45.156 23.351H48.854C48.9528 23.3502 49.0508 23.369 49.1424 23.4062C49.234 23.4434 49.3173 23.4983 49.3875 23.5678C49.4578 23.6373 49.5136 23.7201 49.5518 23.8112C49.59 23.9024 49.6097 24.0002 49.61 24.099C49.61 24.515 49.27 24.821 48.854 24.821H40.924C40.251 26.106 39.597 27.208 38.268 27.758H48.905C50.863 27.73 52.465 26.073 52.465 24.103C52.465 22.134 50.863 20.502 48.905 20.474Z" fill="#71706F"/>
<path d="M34.534 16.129C31.357 16.129 28.769 18.732 28.769 21.931V34H31.646V27.757H34.528C37.706 27.757 40.284 25.12 40.284 21.921C40.284 18.722 37.712 16.129 34.534 16.129ZM34.534 24.819H31.646V21.921C31.646 20.301 32.936 18.983 34.534 18.983C36.134 18.983 37.434 20.301 37.434 21.921C37.434 23.541 36.134 24.819 34.534 24.819Z" fill="#71706F"/>
<path d="M19.663 27.757C16.943 27.757 14.656 25.819 14.037 23.287C14.037 23.287 13.859 22.45 13.859 21.899C13.859 21.348 14.028 20.502 14.028 20.502C14.651 17.976 16.935 16.096 19.65 16.096C22.844 16.096 25.465 18.692 25.465 21.886V23.29H16.98C17.48 24.269 18.494 24.82 19.663 24.82H27.29L27.3 16.538C27.2984 15.9433 27.0615 15.3733 26.6411 14.9527C26.2206 14.532 25.6508 14.2949 25.056 14.293H14.245C13.01 14.293 12 15.273 12 16.507V27.317C12 28.553 13.01 29.593 14.245 29.593H25.055C26.164 29.593 27.088 28.798 27.267 27.757H19.663Z" fill="#C8036F"/>
<path d="M19.65 18.844C18.486 18.844 17.474 19.556 16.97 20.474H22.33C21.827 19.556 20.815 18.844 19.65 18.844ZM24.546 10.777C24.546 8.14 22.354 6 19.65 6C16.99 6 14.826 8.069 14.755 10.647V12.115C14.755 12.287 14.895 12.457 15.071 12.457H16.873C17.049 12.457 17.203 12.287 17.203 12.115V10.777C17.203 9.46 18.3 8.387 19.651 8.387C21.002 8.387 22.099 9.46 22.099 10.777V12.115C22.099 12.287 22.242 12.457 22.419 12.457H24.22C24.396 12.457 24.547 12.287 24.547 12.115V10.777H24.546Z" fill="#C8036F"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -0,0 +1 @@
<svg width="31" height="20" viewBox="0 0 31 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_417_10215)"><path d="M7 1.25C5.62109 1.25 4.5 2.37109 4.5 3.75V5H27V3.75C27 2.37109 25.8789 1.25 24.5 1.25H7ZM27 8.75H4.5V16.25C4.5 17.6289 5.62109 18.75 7 18.75H24.5C25.8789 18.75 27 17.6289 27 16.25V8.75ZM8.875 13.75H11.375C11.7188 13.75 12 14.0312 12 14.375C12 14.7188 11.7188 15 11.375 15H8.875C8.53125 15 8.25 14.7188 8.25 14.375C8.25 14.0312 8.53125 13.75 8.875 13.75ZM13.25 14.375C13.25 14.0312 13.5313 13.75 13.875 13.75H18.875C19.2188 13.75 19.5 14.0312 19.5 14.375C19.5 14.7188 19.2188 15 18.875 15H13.875C13.5313 15 13.25 14.7188 13.25 14.375Z" fill="#C3C4C7"/></g><defs><clipPath id="clip0_417_10215"><rect width="22.5" height="20" fill="white" transform="translate(4.5)"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 830 B

@@ -0,0 +1,8 @@
<svg width="65" height="40" viewBox="0 0 65 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="65" height="40" fill="white"/>
<path d="M12 11C12 9.93913 12.4214 8.92172 13.1716 8.17157C13.9217 7.42143 14.9391 7 16 7H48.86C49.9209 7 50.9383 7.42143 51.6884 8.17157C52.4386 8.92172 52.86 9.93913 52.86 11V29C52.86 30.0609 52.4386 31.0783 51.6884 31.8284C50.9383 32.5786 49.9209 33 48.86 33H16C14.9391 33 13.9217 32.5786 13.1716 31.8284C12.4214 31.0783 12 30.0609 12 29V11Z" fill="white"/>
<path d="M48.86 9H16C15.4696 9 14.9609 9.21071 14.5858 9.58579C14.2107 9.96086 14 10.4696 14 11V29C14 29.5304 14.2107 30.0391 14.5858 30.4142C14.9609 30.7893 15.4696 31 16 31H48.86C49.3904 31 49.8991 30.7893 50.2742 30.4142C50.6493 30.0391 50.86 29.5304 50.86 29V11C50.86 10.4696 50.6493 9.96086 50.2742 9.58579C49.8991 9.21071 49.3904 9 48.86 9ZM16 7C14.9391 7 13.9217 7.42143 13.1716 8.17157C12.4214 8.92172 12 9.93913 12 11V29C12 30.0609 12.4214 31.0783 13.1716 31.8284C13.9217 32.5786 14.9391 33 16 33H48.86C49.9209 33 50.9383 32.5786 51.6884 31.8284C52.4386 31.0783 52.86 30.0609 52.86 29V11C52.86 9.93913 52.4386 8.92172 51.6884 8.17157C50.9383 7.42143 49.9209 7 48.86 7H16Z" fill="#0F3365"/>
<path d="M32.43 7H48.86C49.9209 7 50.9383 7.42143 51.6884 8.17157C52.4386 8.92172 52.86 9.93913 52.86 11V29C52.86 30.0609 52.4386 31.0783 51.6884 31.8284C50.9383 32.5786 49.9209 33 48.86 33H32.43V7Z" fill="#0F3365"/>
<path d="M35.21 28.1H39.47V22.2H39.52C40.32 23.5 41.92 23.98 43.42 23.98C47.08 23.98 49.05 21.3 49.05 18.08C49.05 15.45 47.18 12.58 43.77 12.58C41.83 12.58 40.04 13.28 39.19 14.8H39.14V12.83H35.2V28.12L35.21 28.1ZM44.65 18.15C44.65 19.89 43.68 21.08 42.07 21.08C40.65 21.08 39.47 19.89 39.47 18.3C39.47 16.67 40.51 15.46 42.07 15.46C43.73 15.46 44.65 16.71 44.65 18.16V18.15Z" fill="#FFFFFE"/>
<path d="M29.64 12.82H25.78V14.79H25.73C25.2754 14.0991 24.6543 13.5336 23.9238 13.1456C23.1934 12.7577 22.377 12.5597 21.55 12.57C17.72 12.57 15.99 15 15.99 18.24C15.99 21.46 18.09 23.71 21.48 23.71C23.18 23.71 24.6 23.13 25.62 21.85H25.66V22.44C25.66 24.57 24.34 25.6 21.88 25.6C20.4426 25.6238 19.019 25.3158 17.72 24.7L17.51 27.67C18.5 27.98 20.18 28.36 22.21 28.36C27.18 28.36 29.63 26.91 29.63 22.44V12.82H29.64ZM20.39 18.17C20.39 16.69 21.22 15.46 22.8 15.46C24.72 15.46 25.52 16.81 25.52 18.03C25.52 19.7 24.32 20.83 22.8 20.83C21.53 20.83 20.39 19.87 20.39 18.17Z" fill="#D8232A"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@@ -0,0 +1,32 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<g transform="translate(18, 7) scale(1.4)">
<g clipPath="url(#clip0_10440_1654)">
<path
fill="#fff"
d="M0 1.305v15a1.31 1.31 0 0 0 1.305 1.305h8.962c6.775 0 9.712-3.792 9.712-8.825C19.98 3.78 17.042 0 10.267 0H1.305A1.31 1.31 0 0 0 0 1.305"
></path>
<path
fill="#C06"
d="M5.998 3.681v11.083h4.824c4.38 0 6.279-2.474 6.279-5.972 0-3.348-1.9-5.946-6.28-5.946H6.835a.837.837 0 0 0-.836.835"
></path>
<path
fill="#000"
d="M10.267 16.416H2.474a1.254 1.254 0 0 1-1.253-1.254V2.454c0-.692.56-1.253 1.253-1.253h7.793c7.395 0 8.498 4.758 8.498 7.591 0 4.915-3.022 7.624-8.498 7.624M2.474 1.619a.833.833 0 0 0-.836.835v12.708c0 .464.372.836.836.836h7.793c5.209 0 8.08-2.559 8.08-7.206 0-6.24-5.064-7.173-8.08-7.173z"
></path>
<path
fill="#fff"
d="M7.695 7.297q.253 0 .477.079c.15.052.274.137.385.241q.157.168.255.405.089.243.091.574-.002.292-.072.535a1.3 1.3 0 0 1-.222.425 1.1 1.1 0 0 1-.372.28c-.15.066-.326.105-.528.105H6.566V7.29h1.13zm-.039 2.16a.8.8 0 0 0 .248-.038.5.5 0 0 0 .21-.138.8.8 0 0 0 .15-.248c.038-.104.058-.221.058-.372 0-.13-.013-.254-.04-.359a.7.7 0 0 0-.13-.274.6.6 0 0 0-.235-.176 1 1 0 0 0-.359-.059h-.417v1.671h.515zM11.26 7.297v.49H9.861v.568h1.286v.45H9.862v.646h1.43v.49h-2.01V7.29h1.977zM13.257 7.297l.992 2.65h-.607l-.203-.587h-.992l-.209.587h-.587l.999-2.65zm.032 1.625-.333-.972h-.006l-.346.972zM15.195 7.297v2.16h1.292v.49h-1.873v-2.65z"
></path>
<path
fill="#000"
d="M3.818 9.843a1.22 1.22 0 1 0 0-2.441 1.22 1.22 0 0 0 0 2.44M4.739 14.764a1.845 1.845 0 0 1-1.848-1.847v-1.442a.926.926 0 1 1 1.854 0v3.29z"
></path>
</g>
<defs>
<clipPath id="clip0_10440_1654">
<path fill="#fff" d="M0 0h19.979v17.61H0z"></path>
</clipPath>
</defs>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -0,0 +1,21 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="#0E4C96"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.6712 29.4208C52.6712 30.2653 52.5048 31.1015 52.1816 31.8817C51.8585 32.6619 51.3848 33.3709 50.7876 33.968C50.1905 34.5652 49.4816 35.0388 48.7014 35.362C47.9211 35.6852 47.0849 35.8515 46.2404 35.8515H11.3289V10.4316C11.3287 9.58701 11.495 8.75069 11.8181 7.97038C12.1412 7.19007 12.6149 6.48105 13.2121 5.88382C13.8092 5.28658 14.5182 4.81282 15.2985 4.48959C16.0787 4.16636 16.915 4 17.7596 4H52.6712V29.4208Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.2893 20.4839C42.286 20.5061 43.2895 20.4403 44.2828 20.518C45.2881 20.7057 45.5304 22.2289 44.637 22.7281C44.0277 23.0558 43.3032 22.8493 42.6419 22.9073H41.2893V20.4839ZM44.8588 17.7413C45.0807 18.5229 44.3263 19.2261 43.5737 19.1177H41.2893C41.3047 18.3804 41.2578 17.58 41.3124 16.8819C42.2271 16.9075 43.1513 16.829 44.061 16.9221C44.2569 16.9711 44.4353 17.0737 44.5762 17.2184C44.7171 17.3631 44.815 17.5441 44.8588 17.7413ZM50.3569 6.14446C50.3995 7.63779 50.3628 9.20963 50.3748 10.7337C50.3722 16.9289 50.3816 23.1241 50.3705 29.3184C50.3304 31.6395 48.273 33.6568 45.9673 33.7037C43.659 33.7122 41.3508 33.7046 39.0434 33.7071V24.3418C41.5581 24.329 44.0746 24.3682 46.5877 24.3222C47.7542 24.2488 49.0316 23.4799 49.0854 22.1965C49.2228 20.908 48.0076 20.0162 46.8539 19.8754C46.4102 19.8635 46.4238 19.7457 46.8539 19.6945C47.9547 19.4565 48.8183 18.3181 48.4949 17.1772C48.2184 15.9774 46.8923 15.5132 45.7898 15.5158C43.5413 15.5004 41.2927 15.5132 39.0434 15.5089C39.0579 13.7605 39.0126 12.0103 39.0673 10.2635C39.2456 7.98339 41.3542 6.1035 43.6283 6.14446H50.3569Z" fill="url(#paint0_linear_17_2768)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6311 10.4999C13.6883 8.18221 15.755 6.18114 18.0573 6.14786C20.3571 6.14018 22.6568 6.14615 24.9557 6.14445C24.9497 13.8995 24.9685 21.6555 24.9463 29.4114C24.8575 31.7009 22.8138 33.6636 20.5363 33.7037C18.2323 33.7122 15.9283 33.7054 13.6243 33.7071V24.026C15.8626 24.5551 18.2092 24.7795 20.4919 24.4288C21.8572 24.2095 23.3497 23.5396 23.8114 22.124C24.1518 20.9122 23.9607 19.6382 24.011 18.3949V15.5089H20.0601C20.043 17.4178 20.0968 19.3302 20.0319 21.2374C19.9253 22.409 18.7647 23.1539 17.6597 23.1147C16.2884 23.1283 13.5722 22.1206 13.5722 22.1206C13.5654 18.5434 13.6115 14.0651 13.6311 10.4999Z" fill="url(#paint1_linear_17_2768)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4294 16.6737C26.2221 16.7181 26.3868 15.9654 26.3347 15.6796C26.3484 13.8748 26.3048 12.0683 26.3586 10.2652C26.5361 7.97568 28.6626 6.09067 30.9444 6.14357H37.6653C37.6593 13.9004 37.6781 21.6555 37.6567 29.4106C37.5671 31.7009 35.5234 33.6636 33.2459 33.7037C30.9419 33.7122 28.6379 33.7054 26.3339 33.7071V23.1002C27.9083 24.3921 30.0459 24.5935 32.0068 24.5961C33.4848 24.5961 34.9534 24.3682 36.3887 24.0269V22.0847C34.7708 22.8911 32.8695 23.4031 31.0767 22.9397C29.8265 22.6283 28.9186 21.4199 28.9391 20.1289C28.794 18.7866 29.5808 17.37 30.9 16.9715C32.5384 16.4578 34.3219 16.8503 35.8579 17.5168C36.1864 17.6892 36.5201 17.9025 36.3887 17.353V15.8255C33.821 15.2145 31.0895 14.9892 28.5099 15.6548C27.7632 15.8647 27.0361 16.1839 26.4294 16.6746V16.6737Z" fill="url(#paint2_linear_17_2768)"/>
<defs>
<linearGradient id="paint0_linear_17_2768" x1="39.3796" y1="1384.35" x2="1172.57" y2="1384.35" gradientUnits="userSpaceOnUse">
<stop stop-color="#007B40"/>
<stop offset="1" stop-color="#55B330"/>
</linearGradient>
<linearGradient id="paint1_linear_17_2768" x1="18.9229" y1="1384.36" x2="1152.05" y2="1384.36" gradientUnits="userSpaceOnUse">
<stop stop-color="#1D2970"/>
<stop offset="1" stop-color="#006DBA"/>
</linearGradient>
<linearGradient id="paint2_linear_17_2768" x1="27.5695" y1="1384.42" x2="1160.79" y2="1384.42" gradientUnits="userSpaceOnUse">
<stop stop-color="#6E2B2F"/>
<stop offset="1" stop-color="#E30138"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 100 40.4494" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#ffb3c7;}</style>
</defs>
<g id="Lager_2" data-name="Lager 2">
<g id="Layer_1" data-name="Layer 1">
<rect class="cls-1" width="100" height="40.4494" rx="11.7384"/>
<path d="M80.0772,17.7235a6.194,6.194,0,1,0,0,10.2373v.75h3.5145V16.9727H80.0772Zm-3.1964,8.1388a3.0243,3.0243,0,1,1,3.1849-3.02A3.1059,3.1059,0,0,1,76.8808,25.8623Z"/>
<rect x="28.2027" y="11.7416" width="3.678" height="16.9694"/>
<path d="M64.1542,16.6569a4.2694,4.2694,0,0,0-3.62,1.6383V16.9733h-3.5V28.711h3.5421V22.5424a2.4754,2.4754,0,0,1,2.6383-2.6591c1.5447,0,2.4325.9228,2.4325,2.6348V28.711h3.5107V21.2464C69.1577,18.5146,66.9857,16.6569,64.1542,16.6569Z"/>
<path d="M43,17.7235a6.194,6.194,0,1,0,0,10.2373v.75h3.5145V16.9727H43Zm-3.1965,8.1388a3.0243,3.0243,0,1,1,3.1845-3.02A3.1058,3.1058,0,0,1,39.8034,25.8623Z"/>
<path d="M51.9513,18.5017V16.9728H48.353V28.7111h3.606v-5.48c0-1.8491,2.0042-2.843,3.3949-2.843.014,0,.0276.0014.0417.0015V16.9735A4.3821,4.3821,0,0,0,51.9513,18.5017Z"/>
<path d="M87.323,24.5476a2.2059,2.2059,0,1,0,2.206,2.2059A2.2057,2.2057,0,0,0,87.323,24.5476Z"/>
<path d="M25.6675,11.7384H21.8558a9.7488,9.7488,0,0,1-3.9412,7.8678l-1.51,1.131,5.8513,7.9792h4.8106l-5.3837-7.342A13.5049,13.5049,0,0,0,25.6675,11.7384Z"/>
<rect x="12.1204" y="11.7384" width="3.8185" height="16.9773"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -0,0 +1,4 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="#FFB3C7"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.4626 23.0076C56.6136 23.0076 55.9253 23.7021 55.9253 24.5588C55.9253 25.4154 56.6136 26.1101 57.4626 26.1101C58.3116 26.1101 59 25.4155 59 24.5588C59 23.702 58.3116 23.0076 57.4626 23.0076ZM52.4048 21.8083C52.4048 20.6353 51.4112 19.6846 50.1855 19.6846C48.9599 19.6846 47.9662 20.6353 47.9662 21.8083C47.9662 22.9812 48.9597 23.9322 50.1855 23.9322C51.4113 23.9322 52.4048 22.9812 52.4048 21.8083ZM52.413 17.6807H54.8622V25.9355H52.413V25.4079C51.7211 25.8841 50.8858 26.164 49.985 26.164C47.601 26.164 45.6684 24.2139 45.6684 21.8082C45.6684 19.4025 47.601 17.4525 49.985 17.4525C50.8858 17.4525 51.7211 17.7324 52.413 18.2088V17.6807ZM32.8122 18.756V17.6808H30.3045V25.9355H32.8178V22.0815C32.8178 20.7812 34.2145 20.0823 35.1835 20.0823C35.1935 20.0823 35.2027 20.0833 35.2127 20.0834V17.6815C34.218 17.6815 33.3032 18.1111 32.8122 18.756ZM26.5656 21.8083C26.5656 20.6353 25.572 19.6847 24.3463 19.6847C23.1206 19.6847 22.1269 20.6354 22.1269 21.8083C22.1269 22.9813 23.1206 23.9322 24.3463 23.9322C25.572 23.9322 26.5656 22.9813 26.5656 21.8083ZM26.5737 17.6807H29.0231V25.9355H26.5737V25.408C25.8818 25.8841 25.0466 26.1641 24.1458 26.1641C21.7618 26.1641 19.8291 24.2139 19.8291 21.8082C19.8291 19.4026 21.7618 17.4526 24.1458 17.4526C25.0466 17.4526 25.8818 17.7325 26.5737 18.2088V17.6807ZM41.3162 17.4587C40.3378 17.4587 39.4117 17.7652 38.7927 18.6109V17.6812H36.3539V25.9356H38.8226V21.5977C38.8226 20.3424 39.6568 19.7277 40.6613 19.7277C41.7378 19.7277 42.3566 20.3766 42.3566 21.5806V25.9356H44.803V20.6863C44.803 18.7653 43.2894 17.4587 41.3162 17.4587ZM16.2614 25.9356H18.825V14.0022H16.2614V25.9356ZM5 25.9389H7.71458V14H5V25.9389ZM14.4947 14C14.4947 16.5847 13.4965 18.9891 11.7178 20.7762L15.4701 25.9393H12.1173L8.03934 20.3282L9.09178 19.5328C10.8371 18.2136 11.8382 16.197 11.8382 14L14.4947 14Z" fill="#0A0B09"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -0,0 +1,10 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path d="M32.0933 13.7576C32.0933 12.9116 32.8325 12.224 33.7024 12.224C34.5723 12.224 35.3115 12.9152 35.3115 13.7576C35.3115 14.6 34.5984 15.3092 33.7024 15.3092C32.8064 15.3092 32.0933 14.6216 32.0933 13.7576Z" fill="#011E0F"/>
<path d="M27.3184 12.44H30.1184V27.56H27.3184V12.44Z" fill="#011E0F"/>
<path d="M35.1173 16.76H32.2949V27.56H35.1173V16.76Z" fill="#011E0F"/>
<path d="M55.408 21.7928C57.5323 20.5328 58.9771 18.6572 59.5483 16.7564H56.7259C55.9904 18.5708 54.3029 19.9352 52.4475 20.5148V12.4364H49.6251V27.5564H52.4475V23.06C54.6016 23.5784 56.304 25.3748 56.8864 27.5564H59.7275C59.2944 25.2668 57.6704 23.1248 55.408 21.7928Z" fill="#011E0F"/>
<path d="M40.12 17.9696C40.8592 17.0228 42.3003 16.472 43.4688 16.472C45.6491 16.472 47.4523 18.0092 47.456 20.3312V27.5564H44.6336V20.9324C44.6336 19.9784 44.1931 18.8768 42.7632 18.8768C41.0832 18.8768 40.1163 20.3132 40.1163 21.9944V27.5636H37.2939V16.7672H40.12V17.9696Z" fill="#011E0F"/>
<path d="M13.3333 29C18.488 29 22.6667 24.9705 22.6667 20C22.6667 15.0294 18.488 11 13.3333 11C8.17868 11 4 15.0294 4 20C4 24.9705 8.17868 29 13.3333 29Z" fill="#00D66F"/>
<path d="M12.9039 14.6H10.0255C10.5855 16.8572 12.2207 18.7868 14.2666 20C12.217 21.2132 10.5855 23.1428 10.0255 25.4H12.9039C13.617 23.312 15.5919 21.4976 18.0186 21.1268V18.8697C15.5882 18.5025 13.6133 16.688 12.9039 14.6Z" fill="#011E0F"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -0,0 +1,93 @@
<svg width="266" height="168" viewBox="0 0 266 168" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle opacity="0.4" cx="140" cy="84" r="72.8" fill="#F2EDFF"/>
<circle cx="140" cy="84" r="50.4" fill="#F2EDFF"/>
<g filter="url(#filter0_d_8_2658)">
<rect x="112" y="56" width="56" height="56" rx="28" fill="#674399" shape-rendering="crispEdges"/>
<mask id="mask0_8_2658" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="126" y="72" width="28" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.2 72.8H128.8C127.253 72.8 126 74.053 126 75.6V92.4C126 93.947 127.253 95.2 128.8 95.2H151.2C152.747 95.2 154 93.947 154 92.4V75.6C154 74.053 152.747 72.8 151.2 72.8ZM151.2 75.6V78.4H128.8V75.6H151.2ZM128.8 84V92.4H151.2V84H128.8ZM131.6 86.8H141.4V89.6H131.6V86.8ZM148.4 86.8H144.2V89.6H148.4V86.8Z" fill="white"/>
</mask>
<g mask="url(#mask0_8_2658)">
<rect x="123.2" y="67.2" width="33.6" height="33.6" fill="white"/>
</g>
</g>
<g filter="url(#filter1_d_8_2658)">
<g clip-path="url(#clip0_8_2658)">
<path d="M81.4497 98H33.6535C32.0775 98 30.8 99.2776 30.8 100.854V128.746C30.8 130.322 32.0775 131.6 33.6535 131.6H81.4497C83.0256 131.6 84.3032 130.322 84.3032 128.746V100.854C84.3032 99.2776 83.0256 98 81.4497 98Z" fill="white"/>
<path d="M40.5535 107.24C40.5535 105.384 42.0579 103.88 43.9135 103.88H71.5135C73.3692 103.88 74.8735 105.384 74.8735 107.24V122.36C74.8735 124.216 73.3692 125.72 71.5135 125.72H43.9135C42.0578 125.72 40.5535 124.216 40.5535 122.36V107.24Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M71.5135 105.56H43.9135C42.9857 105.56 42.2335 106.312 42.2335 107.24V122.36C42.2335 123.288 42.9857 124.04 43.9135 124.04H71.5135C72.4414 124.04 73.1935 123.288 73.1935 122.36V107.24C73.1935 106.312 72.4414 105.56 71.5135 105.56ZM43.9135 103.88C42.0579 103.88 40.5535 105.384 40.5535 107.24V122.36C40.5535 124.216 42.0578 125.72 43.9135 125.72H71.5135C73.3692 125.72 74.8735 124.216 74.8735 122.36V107.24C74.8735 105.384 73.3692 103.88 71.5135 103.88H43.9135Z" fill="#0F3365"/>
<path d="M57.7134 103.88H69.2734C72.3662 103.88 74.8734 106.387 74.8734 109.48V120.12C74.8734 123.213 72.3662 125.72 69.2734 125.72H57.7134V103.88Z" fill="#0F3365"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.0535 121.609H63.6278V116.639H63.6677C64.3432 117.728 65.6939 118.131 66.9449 118.131C70.0232 118.131 71.6714 115.883 71.6714 113.179C71.6714 110.966 70.1037 108.56 67.2434 108.56C65.6148 108.56 64.1049 109.14 63.3901 110.422H63.3502V108.771H60.0535V121.609V121.609ZM67.9778 113.249C67.9778 114.707 67.1633 115.708 65.8137 115.708C64.6215 115.708 63.6275 114.707 63.6275 113.372C63.6275 112.002 64.5022 110.984 65.8137 110.984C67.2032 110.984 67.9778 112.037 67.9778 113.249V113.249Z" fill="#FFFFFE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.3669 108.771H52.129V110.421H52.0901C51.3352 109.298 50.1035 108.56 48.5746 108.56C45.3576 108.56 43.9075 110.597 43.9075 113.319C43.9075 116.025 45.6751 117.92 48.5154 117.92C49.9452 117.92 51.1367 117.43 51.99 116.357H52.0303V116.85C52.0303 118.641 50.9186 119.501 48.8529 119.501C47.3632 119.501 46.4497 119.221 45.3576 118.747L45.1784 121.241C46.0129 121.503 47.423 121.82 49.1308 121.82C53.3015 121.82 55.3669 120.608 55.3669 116.85V108.771V108.771ZM47.6014 113.266C47.6014 112.02 48.2966 110.984 49.6273 110.984C51.2356 110.984 51.9111 112.124 51.9111 113.143C51.9111 114.549 50.8979 115.497 49.6273 115.497C48.5549 115.497 47.6014 114.688 47.6014 113.266V113.266Z" fill="#D8232A"/>
</g>
</g>
<g filter="url(#filter2_d_8_2658)">
<g clip-path="url(#clip1_8_2658)">
<path d="M80.0497 42H32.2535C30.6776 42 29.4 43.2776 29.4 44.8535V72.7465C29.4 74.3224 30.6776 75.6 32.2535 75.6H80.0497C81.6256 75.6 82.9032 74.3224 82.9032 72.7465V44.8535C82.9032 43.2776 81.6256 42 80.0497 42Z" fill="white"/>
<path d="M40.908 45.108V72.366H56.784C67.284 72.366 71.82 66.486 71.82 58.716C71.82 50.946 67.2 45.108 56.784 45.108H40.908Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.7841 46.83H42.6301V70.644H56.7841C64.9321 70.644 70.0981 66.654 70.0981 58.716C70.0981 52.08 66.4021 46.83 56.7841 46.83ZM43.9741 69.3V48.258H56.7841C64.1761 48.258 68.7121 51.618 68.7121 58.758C68.7121 65.688 64.5121 69.3 56.7841 69.3H43.9741Z" fill="black"/>
<path d="M45.696 60.228H49.812V67.536H45.696V60.228Z" fill="black"/>
<path d="M47.754 59.136C49.169 59.136 50.316 57.989 50.316 56.574C50.316 55.159 49.169 54.012 47.754 54.012C46.3391 54.012 45.192 55.159 45.192 56.574C45.192 57.989 46.3391 59.136 47.754 59.136Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0501 54.222H65.2261V57.75H66.9481C66.4861 51.324 61.4041 49.896 56.7841 49.896H51.8701V54.222H52.5841C53.9281 54.222 54.7261 55.104 54.7261 56.574C54.7261 58.044 53.9281 58.926 52.6261 58.926H51.8701V67.536H56.7841C64.3021 67.536 66.8641 64.05 66.9901 58.926H64.0501V54.222ZM58.3801 57.75V58.926H55.4401V54.222H58.2961V55.398H56.6161V55.944H58.2121V57.12H56.6581V57.75H58.3801ZM58.8841 58.926L60.3121 54.222H61.9921L63.4201 58.926H62.2021L61.9501 58.044H60.3961L60.1441 58.926H58.8841ZM60.7452 56.826H60.7321V56.868L60.7452 56.826ZM60.7452 56.826H61.5721L61.1941 55.524H61.1521L60.7452 56.826ZM51.8701 57.75V55.398H52.5841C53.0461 55.398 53.5501 55.524 53.5501 56.574C53.5501 57.624 53.0881 57.75 52.5841 57.75H51.8701Z" fill="#D50072"/>
</g>
</g>
<rect x="196" y="39" width="53.5" height="33.4375" rx="8.35938" fill="white"/>
<path d="M208.663 56.9979H212.669L212.53 57.921L209.182 61.1894H211.992L211.825 62.1878H207.689L207.856 61.1517L211.074 58.0152H208.505L208.672 56.9979M204.286 55.4061C204.202 55.3119 204.072 55.2366 203.942 55.1801C203.794 55.1235 203.627 55.0859 203.479 55.0482C203.301 55.0168 203.121 54.9979 202.941 54.9917H199.667L198.508 62.1972H199.602L200.029 59.5222L202.143 59.5316C202.143 59.5316 202.969 59.5693 203.553 59.2491C204.137 58.9382 204.295 58.213 204.295 58.213C204.295 58.213 204.36 57.9492 204.406 57.629C204.471 57.2375 204.53 56.845 204.582 56.4516L204.592 56.2632C204.592 56.1031 204.573 55.8582 204.453 55.6322C204.407 55.5494 204.351 55.4734 204.286 55.4061ZM203.451 56.6777C203.451 56.6871 203.358 57.2617 203.228 57.9492C203.173 58.213 202.978 58.3543 202.755 58.4014C202.384 58.4861 201.976 58.4673 201.976 58.4673H200.224L200.613 56.0749H202.468C202.635 56.0749 202.867 56.0843 203.052 56.1125C203.219 56.1314 203.34 56.1691 203.386 56.2161C203.442 56.2915 203.46 56.3763 203.469 56.4516L203.46 56.6777H203.451ZM218.104 54.9917H219.152L217.974 62.1972H216.926L218.104 54.9917ZM223.706 56.9979H224.707L225.069 60.6525L226.618 56.9885H227.86L228.231 60.6619L229.771 56.9885H230.81L228.593 62.1878H227.36L226.998 58.5426L225.431 62.1784H224.225L223.706 56.9885M216.166 57.0356C215.869 56.9414 215.359 56.9226 214.932 56.9226C214.515 56.9226 214.32 56.9508 214.163 56.9885C214.163 56.9885 213.421 57.0921 212.994 57.629C212.693 58.1471 212.506 58.7256 212.447 59.3244C212.447 59.3244 212.196 60.6242 212.271 61.0481C212.345 61.4814 212.475 61.877 212.957 62.0654C213.43 62.2537 213.838 62.2537 213.838 62.2537C213.838 62.2537 214.682 62.3102 215.322 62.1595C215.971 62.0088 216.305 61.5473 216.305 61.5473C216.305 61.5473 216.453 61.3495 216.564 61.114C216.667 60.8786 216.704 60.709 216.704 60.6902L216.778 60.4076H215.683C215.683 60.4076 215.628 61.1423 215.034 61.2176C214.45 61.2836 214.135 61.2553 214.014 61.2553C213.912 61.2459 213.272 61.2742 213.328 60.7373V60.6996C213.365 60.0874 213.421 59.9272 213.421 59.9272H216.852L216.991 59.0513C217.158 58.0811 217.037 57.3276 216.156 57.0356H216.166ZM215.934 58.9288H213.597L213.69 58.5521C213.69 58.5521 213.773 58.2507 213.931 58.1282C214.098 58.0058 214.302 57.9775 214.487 57.9587C214.691 57.9398 215.21 57.9021 215.637 57.9869C215.776 58.0152 215.906 58.0999 215.943 58.2224C216.027 58.505 215.943 58.9288 215.943 58.9288H215.934ZM219.792 60.709L219.783 60.7373V60.7184L219.792 60.709Z" fill="#D13239"/>
<path d="M222.611 57.0356C222.324 56.9414 221.814 56.9226 221.378 56.932C220.96 56.932 220.766 56.9508 220.608 56.9885C220.608 56.9885 219.866 57.1015 219.449 57.629C219.144 58.1463 218.954 58.7249 218.892 59.3244C218.892 59.3244 218.651 60.6242 218.725 61.0575C218.8 61.4814 218.929 61.8864 219.402 62.0654C219.875 62.2537 220.283 62.2537 220.283 62.2537C220.283 62.2537 221.137 62.3197 221.767 62.1595C222.416 62.0088 222.75 61.5473 222.75 61.5473C222.75 61.5473 222.899 61.3495 223.01 61.114C223.121 60.8786 223.149 60.709 223.158 60.6902L223.223 60.4076H222.138C222.138 60.4076 222.073 61.1517 221.489 61.2176C220.905 61.2836 220.589 61.2553 220.469 61.2553C220.358 61.2553 219.727 61.2742 219.783 60.7373V60.709C219.81 60.0968 219.875 59.9367 219.875 59.9367L223.297 59.9272L223.437 59.0607C223.613 58.0811 223.492 57.3276 222.611 57.045V57.0356ZM222.379 58.9288H220.033L220.126 58.5521C220.126 58.5521 220.209 58.2507 220.367 58.1282C220.534 58.0058 220.738 57.9775 220.933 57.9587C221.127 57.9398 221.647 57.9022 222.073 57.9869C222.212 58.0152 222.352 58.1 222.379 58.2224C222.463 58.505 222.379 58.9288 222.379 58.9288ZM232.024 56.9979L232.692 60.7938L234.593 56.9979H235.669L232.924 62.4327C232.924 62.4327 232.432 63.4217 232.117 63.6572C231.811 63.9115 231.626 64.0339 231.375 64.0528C231.125 64.081 231.023 64.0999 230.782 64.0528L230.522 64.0057L230.68 63.0355C230.68 63.0355 231.106 63.1203 231.357 63.0167C231.616 62.9131 231.82 62.4704 231.82 62.4704L231.941 62.2537L230.949 56.9979H232.024Z" fill="#D13239"/>
<path d="M236.059 57.5066H237.162L237.227 57.0733C237.227 57.0733 237.348 56.2915 237.607 56.1314C237.7 56.0843 237.83 56.0372 237.978 56.0089C238.275 55.9618 238.637 55.9524 238.943 55.9618C239.397 55.9807 239.574 55.9901 240.037 56.0372C240.501 56.0937 240.39 56.5552 240.39 56.5552L240.297 57.2428C240.297 57.2428 240.251 57.5536 240.149 57.742C240.056 57.9116 239.787 58.0246 239.638 58.0811C239.268 58.2036 238.034 58.5238 238.034 58.5238L237.051 58.8064C237.051 58.8064 236.448 58.9948 236.124 59.3715C235.78 59.7483 235.641 60.1816 235.595 60.4076L235.298 62.1972H240.575L240.751 61.114H236.578L236.652 60.6808C236.652 60.6808 236.699 60.2286 236.875 60.0779C236.93 60.0308 236.968 59.9649 237.292 59.8519C237.496 59.7765 238.173 59.5882 238.173 59.5882L239.75 59.1455C239.75 59.1455 240.612 58.9288 240.946 58.439C241.28 57.9681 241.41 57.045 241.41 57.045C241.41 57.045 241.503 56.1502 241.438 55.8771C241.363 55.5945 241.104 55.2554 240.788 55.1235C240.473 54.9728 240.149 54.8881 239.203 54.8975C238.56 54.8621 237.915 54.945 237.301 55.1424C236.819 55.3308 236.541 55.651 236.365 56.122C236.17 56.5552 236.059 57.516 236.059 57.516V57.5066ZM245.991 59.5128L246.733 54.9917H245.426L241.345 59.4657L241.159 60.596H244.73L244.47 62.1972H245.565L245.824 60.596H246.835L247.021 59.5128H246.001H245.991ZM244.906 59.5128H242.597L245.407 56.461L244.906 59.5222V59.5128ZM206.604 55.5851H209.961C209.961 55.5851 210.722 54.954 211.26 54.549C211.788 54.1534 212.762 53.5317 212.762 53.5317L210.861 52.6181C210.861 52.6181 209.257 53.6353 208.57 54.1157C207.921 54.5584 206.604 55.5851 206.604 55.5851ZM213.829 52.8912L212.271 51.8175C212.271 51.8175 213.68 50.998 215.554 50.2351C217.427 49.4627 218.429 49.1519 218.429 49.1519L218.744 50.6589C218.744 50.6589 216.945 51.2806 215.906 51.7892C214.84 52.2507 213.829 52.8818 213.829 52.8818V52.8912ZM219.903 50.3387L219.625 48.7751C219.625 48.7751 221.554 48.2571 223.316 47.9274C224.674 47.6938 226.042 47.5272 227.415 47.4282L226.645 49.8301C226.645 49.8301 224.587 49.5475 222.658 49.8112C221.155 49.9996 219.903 50.3387 219.903 50.3387ZM227.86 50.0373L229.159 47.3623C229.159 47.3623 232.015 47.3058 234.473 47.6919C236.93 48.0781 239.184 48.6809 239.128 48.7092L232.896 52.0341C232.896 52.0341 231.44 51.0922 229.632 50.5176C228.612 50.2068 227.87 50.0373 227.87 50.0373H227.86ZM234.018 52.7594L235.372 53.8331H246.631C246.631 53.8331 246.613 53.4564 246.307 52.9289C246.054 52.5497 245.758 52.2019 245.426 51.8928C245.296 51.761 244.776 51.3465 244.387 51.0828C243.395 50.4235 242.838 50.1691 241.809 49.6888L234.009 52.7688L234.018 52.7594Z" fill="#B3B2B1"/>
<path d="M207.337 56.9885C206.91 56.9885 206.511 57.158 206.168 57.3558L206.233 56.9885H205.111L204.211 62.169H205.333L205.834 59.2962C205.927 58.7216 206.363 57.9963 207.188 57.9963H207.773L207.939 56.9885H207.337Z" fill="#D13239"/>
<g filter="url(#filter3_d_8_2658)">
<rect x="197" y="95" width="53.5" height="33.4375" rx="8.4" fill="white"/>
<path d="M237.881 112.115H234.748C234.665 112.116 234.583 112.1 234.506 112.069C234.43 112.038 234.36 111.992 234.302 111.934C234.243 111.876 234.196 111.806 234.164 111.73C234.132 111.654 234.116 111.572 234.116 111.49C234.116 111.142 234.4 110.836 234.748 110.836H239.518V108.484H234.748C233.947 108.485 233.18 108.804 232.615 109.369C232.049 109.935 231.73 110.702 231.728 111.502C231.728 113.163 233.082 114.52 234.748 114.52H237.839C237.921 114.519 238.003 114.535 238.08 114.566C238.156 114.597 238.226 114.643 238.285 114.701C238.344 114.759 238.39 114.828 238.422 114.905C238.454 114.981 238.471 115.063 238.471 115.145C238.471 115.493 238.187 115.749 237.839 115.749H231.21C230.647 116.823 230.101 117.744 228.99 118.204H237.881C239.518 118.181 240.857 116.795 240.857 115.149C240.857 113.503 239.518 112.138 237.881 112.115Z" fill="#71706F"/>
<path d="M225.868 108.483C223.212 108.483 221.049 110.659 221.049 113.333V123.422H223.454V118.203H225.863C228.52 118.203 230.675 115.999 230.675 113.325C230.675 110.65 228.525 108.483 225.868 108.483ZM225.868 115.747H223.454V113.325C223.454 111.97 224.532 110.869 225.868 110.869C227.206 110.869 228.292 111.97 228.292 113.325C228.292 114.679 227.206 115.747 225.868 115.747Z" fill="#71706F"/>
<path d="M213.437 118.203C211.163 118.203 209.251 116.583 208.734 114.466C208.734 114.466 208.585 113.767 208.585 113.306C208.585 112.846 208.727 112.138 208.727 112.138C209.247 110.027 211.157 108.455 213.426 108.455C216.096 108.455 218.287 110.625 218.287 113.295V114.469H211.194C211.612 115.287 212.46 115.748 213.437 115.748H219.813L219.821 108.825C219.82 108.328 219.622 107.851 219.27 107.499C218.919 107.148 218.442 106.95 217.945 106.948H208.908C207.876 106.948 207.031 107.767 207.031 108.799V117.835C207.031 118.869 207.876 119.738 208.908 119.738H217.944C218.871 119.738 219.644 119.073 219.794 118.203H213.437Z" fill="#C8036F"/>
<path d="M213.426 110.752C212.453 110.752 211.607 111.348 211.186 112.115H215.666C215.246 111.348 214.4 110.752 213.426 110.752ZM217.519 104.009C217.519 101.805 215.687 100.016 213.426 100.016C211.203 100.016 209.394 101.745 209.334 103.9V105.127C209.334 105.271 209.451 105.413 209.598 105.413H211.105C211.252 105.413 211.381 105.271 211.381 105.127V104.009C211.381 102.908 212.298 102.011 213.427 102.011C214.556 102.011 215.473 102.908 215.473 104.009V105.127C215.473 105.271 215.593 105.413 215.741 105.413H217.246C217.394 105.413 217.52 105.271 217.52 105.127V104.009H217.519Z" fill="#C8036F"/>
</g>
<defs>
<filter id="filter0_d_8_2658" x="105" y="51.8" width="70" height="70" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="2.8"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8_2658"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8_2658" result="shape"/>
</filter>
<filter id="filter1_d_8_2658" x="23.8" y="91" width="67.5032" height="47.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8_2658"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8_2658" result="shape"/>
</filter>
<filter id="filter2_d_8_2658" x="22.4" y="35" width="67.5032" height="47.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8_2658"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8_2658" result="shape"/>
</filter>
<filter id="filter3_d_8_2658" x="190" y="88" width="67.5" height="47.4375" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8_2658"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8_2658" result="shape"/>
</filter>
<clipPath id="clip0_8_2658">
<rect x="30.8" y="98" width="53.5032" height="33.6" rx="8.4" fill="white"/>
</clipPath>
<clipPath id="clip1_8_2658">
<rect x="29.4" y="42" width="53.5032" height="33.6" rx="8.4" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

@@ -0,0 +1,7 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="white"/>
<path d="M15.1482 21.5303H19.9409L19.7745 22.6345L15.7695 26.5443H19.1311L18.9314 27.7387H13.9833L14.183 26.4993L18.0327 22.7472H14.9596L15.1593 21.5303M9.91172 19.626C9.81187 19.5133 9.65655 19.4232 9.50124 19.3556C9.32373 19.288 9.12403 19.2429 8.94652 19.1979C8.73382 19.1603 8.51882 19.1377 8.30306 19.1302H4.38678L3 27.75H4.30912L4.81946 24.55L7.34895 24.5612C7.34895 24.5612 8.33634 24.6063 9.03528 24.2232C9.73421 23.8514 9.92282 22.9838 9.92282 22.9838C9.92282 22.9838 10.0005 22.6683 10.0559 22.2852C10.1334 21.8168 10.2037 21.3473 10.2667 20.8767L10.2778 20.6514C10.2778 20.4598 10.2556 20.1669 10.1114 19.8964C10.0573 19.7975 9.99014 19.7065 9.91172 19.626ZM8.91324 21.1472C8.91324 21.1584 8.8023 21.8457 8.64698 22.6683C8.58041 22.9838 8.34743 23.1528 8.08117 23.2091C7.6374 23.3105 7.14925 23.288 7.14925 23.288H5.05244L5.5184 20.426H7.73725C7.93694 20.426 8.2143 20.4373 8.43619 20.4711C8.63588 20.4936 8.78011 20.5387 8.83558 20.595C8.90215 20.6852 8.92433 20.7866 8.93543 20.8767L8.92433 21.1472H8.91324ZM26.4422 19.1302H27.6958L26.2868 27.75H25.0332L26.4422 19.1302ZM33.1431 21.5303H34.3413L34.774 25.9021L36.6267 21.519H38.1133L38.5571 25.9133L40.3987 21.519H41.6413L38.9898 27.7387H37.5142L37.0816 23.3781L35.2066 27.7274H33.7644L33.1431 21.519M24.1235 21.5753C23.7684 21.4626 23.1583 21.4401 22.6479 21.4401C22.1487 21.4401 21.9157 21.4739 21.7271 21.519C21.7271 21.519 20.8396 21.6429 20.3292 22.2852C19.9686 22.905 19.7453 23.597 19.6747 24.3133C19.6747 24.3133 19.3751 25.8683 19.4639 26.3753C19.5526 26.8936 19.708 27.3669 20.2849 27.5922C20.8507 27.8176 21.3388 27.8176 21.3388 27.8176C21.3388 27.8176 22.3484 27.8852 23.1139 27.7049C23.8905 27.5246 24.2899 26.9725 24.2899 26.9725C24.2899 26.9725 24.4674 26.7359 24.6005 26.4542C24.7226 26.1725 24.7669 25.9697 24.7669 25.9472L24.8557 25.6091H23.5466C23.5466 25.6091 23.48 26.488 22.77 26.5781C22.071 26.657 21.6938 26.6232 21.5496 26.6232C21.4276 26.6119 20.6621 26.6457 20.7286 26.0035V25.9584C20.773 25.226 20.8396 25.0345 20.8396 25.0345H24.9444L25.1109 23.9866C25.3106 22.826 25.1663 21.9246 24.1124 21.5753H24.1235ZM23.8461 23.8401H21.0504L21.1613 23.3894C21.1613 23.3894 21.2611 23.0288 21.4497 22.8824C21.6494 22.7359 21.8935 22.7021 22.1154 22.6795C22.3595 22.657 22.9808 22.6119 23.4911 22.7133C23.6575 22.7472 23.8128 22.8486 23.8572 22.995C23.9571 23.3331 23.8572 23.8401 23.8572 23.8401H23.8461ZM28.4613 25.9697L28.4502 26.0035V25.981L28.4613 25.9697Z" fill="#D13239"/>
<path d="M31.834 21.5753C31.4901 21.4626 30.8799 21.4401 30.3584 21.4513C29.8592 21.4513 29.6262 21.4739 29.4376 21.5189C29.4376 21.5189 28.5501 21.6541 28.0508 22.2851C27.6864 22.904 27.4592 23.5961 27.3852 24.3133C27.3852 24.3133 27.0967 25.8682 27.1855 26.3865C27.2742 26.8936 27.4296 27.3781 27.9954 27.5922C28.5612 27.8175 29.0493 27.8175 29.0493 27.8175C29.0493 27.8175 30.07 27.8964 30.8244 27.7048C31.601 27.5246 32.0004 26.9725 32.0004 26.9725C32.0004 26.9725 32.1779 26.7358 32.311 26.4541C32.4442 26.1725 32.4774 25.9696 32.4885 25.9471L32.5662 25.6091H31.2682C31.2682 25.6091 31.1905 26.4992 30.4916 26.5781C29.7926 26.657 29.4154 26.6232 29.2712 26.6232C29.1381 26.6232 28.3837 26.6457 28.4502 26.0034V25.9696C28.4835 25.2372 28.5612 25.0457 28.5612 25.0457L32.6549 25.0344L32.8214 23.9978C33.0322 22.826 32.8879 21.9246 31.834 21.5865V21.5753ZM31.5566 23.8401H28.7498L28.8607 23.3894C28.8607 23.3894 28.9606 23.0288 29.1492 22.8823C29.3489 22.7358 29.5929 22.702 29.8259 22.6795C30.0589 22.657 30.6802 22.6119 31.1905 22.7133C31.3569 22.7471 31.5233 22.8485 31.5566 22.995C31.6565 23.333 31.5566 23.8401 31.5566 23.8401ZM43.0947 21.5302L43.8934 26.071L46.1678 21.5302H47.4547L44.1708 28.0316C44.1708 28.0316 43.5828 29.2147 43.2056 29.4964C42.8395 29.8006 42.6176 29.9471 42.3181 29.9696C42.0185 30.0034 41.8965 30.026 41.608 29.9696L41.2974 29.9133L41.486 28.7527C41.486 28.7527 41.9963 28.8541 42.2959 28.7302C42.6065 28.6063 42.8506 28.0767 42.8506 28.0767L42.9948 27.8175L41.8077 21.5302H43.0947Z" fill="#D13239"/>
<path d="M47.9206 22.1387H49.2408L49.3185 21.6204C49.3185 21.6204 49.4627 20.6852 49.7733 20.4936C49.8843 20.4373 50.0396 20.3809 50.2171 20.3471C50.5721 20.2908 51.0048 20.2795 51.3709 20.2908C51.9145 20.3133 52.1253 20.3246 52.68 20.3809C53.2348 20.4485 53.1016 21.0006 53.1016 21.0006L52.9907 21.8232C52.9907 21.8232 52.9352 22.195 52.8132 22.4204C52.7022 22.6232 52.3805 22.7584 52.203 22.826C51.7592 22.9725 50.2837 23.3556 50.2837 23.3556L49.1077 23.6936C49.1077 23.6936 48.3866 23.919 47.9983 24.3697C47.5878 24.8204 47.4214 25.3387 47.3659 25.6091L47.0109 27.7499H53.3235L53.5343 26.4542H48.5419L48.6306 25.9359C48.6306 25.9359 48.6861 25.395 48.8969 25.2147C48.9635 25.1584 49.0078 25.0795 49.3961 24.9443C49.6402 24.8542 50.4501 24.6288 50.4501 24.6288L52.3361 24.0992C52.3361 24.0992 53.3679 23.8401 53.7673 23.2542C54.1667 22.6908 54.322 21.5866 54.322 21.5866C54.322 21.5866 54.4329 20.5161 54.3553 20.1894C54.2665 19.8514 53.9559 19.4457 53.5787 19.288C53.2015 19.1077 52.8132 19.0063 51.6816 19.0175C50.9123 18.9752 50.1418 19.0744 49.4072 19.3105C48.8303 19.5359 48.4975 19.919 48.2867 20.4823C48.0537 21.0006 47.9206 22.1499 47.9206 22.1499V22.1387ZM59.8026 24.5387L60.6901 19.1302H59.1258L54.2443 24.4823L54.0224 25.8345H58.2937L57.9831 27.7499H59.2922L59.6029 25.8345H60.8121L61.034 24.5387H59.8137H59.8026ZM58.5045 24.5387H55.7421L59.1036 20.888L58.5045 24.5499V24.5387ZM12.6852 19.8401H16.7014C16.7014 19.8401 17.6111 19.0852 18.2546 18.6006C18.8869 18.1274 20.0518 17.3837 20.0518 17.3837L17.7775 16.2908C17.7775 16.2908 15.8582 17.5077 15.0372 18.0823C14.2606 18.6119 12.6852 19.8401 12.6852 19.8401ZM21.3277 16.6176L19.4638 15.333C19.4638 15.333 21.1502 14.3528 23.3912 13.4401C25.6322 12.5161 26.8304 12.1443 26.8304 12.1443L27.2076 13.9471C27.2076 13.9471 25.0553 14.6908 23.8128 15.2992C22.5369 15.8514 21.3277 16.6063 21.3277 16.6063V16.6176ZM28.5944 13.564L28.2616 11.6936C28.2616 11.6936 30.5692 11.0739 32.6771 10.6795C34.3012 10.4 35.9377 10.2007 37.5808 10.0823L36.6599 12.9556C36.6599 12.9556 34.197 12.6175 31.8894 12.933C30.0921 13.1584 28.5944 13.564 28.5944 13.564ZM38.1133 13.2035L39.6665 10.0035C39.6665 10.0035 43.0835 9.93586 46.0235 10.3978C48.9635 10.8598 51.6594 11.5809 51.5928 11.6147L44.1375 15.5922C44.1375 15.5922 42.3957 14.4654 40.2323 13.7781C39.0119 13.4063 38.1244 13.2035 38.1244 13.2035H38.1133ZM45.4799 16.4598L47.0996 17.7443H60.5681C60.5681 17.7443 60.5459 17.2936 60.1798 16.6626C59.8775 16.2089 59.5238 15.7929 59.1258 15.4232C58.9705 15.2654 58.3492 14.7697 57.8832 14.4542C56.6962 13.6654 56.0305 13.3612 54.799 12.7866L45.4688 16.4711L45.4799 16.4598Z" fill="#B3B2B1"/>
<path d="M13.5617 21.519C13.0514 21.519 12.5743 21.7218 12.1638 21.9584L12.2415 21.519H10.8991L9.82294 27.7162H11.1653L11.7644 24.2795C11.8754 23.5922 12.3968 22.7246 13.3842 22.7246H14.0831L14.2828 21.519H13.5617Z" fill="#D13239"/>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

@@ -0,0 +1,50 @@
<svg
fill="none"
height="10"
viewBox="-2 -2 34 14"
width="30"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="#d13239">
<path d="m6.82968 5.74247 2.3812-.0048-.08641.54249-1.99234 1.89633h1.67068l-.09601.5809h-2.45802l.10082-.60011 1.90592-1.82911h-1.52186z" />
<path d="m4.23251 4.81598c-.05281-.05281-.12482-.09602-.20643-.12962-.08642-.03361-.18244-.05761-.27845-.07682-.12002-.0192-.23524-.0288-.31686-.0336-.07681-.0048-.12482-.0048-.12482-.0048h-1.04177-.77294l-.691313 4.18631h.648113l.25444-1.55066 1.25781.0048s.48969.0192.83535-.16323.44167-.6001.44167-.6001.03841-.15363.07201-.34566c.03361-.20644.07202-.45608.08642-.5905.0096-.05761.0144-.09602.0144-.09602s.0096-.04321.0096-.11042c0-.09121-.0144-.23044-.08641-.36486-.03361-.04321-.06241-.08642-.10082-.12482zm-.49928.73932c0 .00961-.05761.34566-.13443.74413-.0288.15363-.14402.23524-.27844.26405-.22084.048-.46088.0384-.46088.0384l-1.05138-.0048.23044-1.39224.95056.0048h.15363c.10081 0 .23524.00481.35045.01921.09602.0144.17283.0336.19684.06241.0336.03841.04321.09121.04801.13922.0048.06241-.0048.12002-.0048.12482z" />
<path d="m12.4323 4.57114h.6241l-.6961 4.18631h-.6241z" />
<path d="m15.7593 5.74247.6001-.0048.2112 2.12676.917-2.12676h.7393l.216 2.13636.917-2.13636h.6241l-1.3202 3.01972h-.7346l-.2112-2.11236-.9313 2.11236h-.7202z" />
<path d="m11.2849 5.76652c-.1729-.05761-.4753-.06721-.7346-.06721-.2496.0048-.36.0144-.456.03361 0 0-.4417.06241-.69135.37446-.24964.31205-.32645.98897-.32645.98897s-.14883.74893-.10562.99857.12002.48008.40327.5905.52329.10562.52329.10562.50406.0384.88336-.04801c.3793-.08642.5809-.35526.5809-.35526s.0912-.11522.1536-.25445c.0624-.13922.0816-.23044.0864-.24484l.0384-.16323h-.6481s-.0336.42728-.384.46568c-.3505.03841-.5329.02401-.6049.01921-.06725-.0048-.44172.0144-.41291-.29765 0-.0048 0-.00961 0-.01921.0144-.35526.05761-.44647.05761-.44647l2.0307-.0048.0865-.50409c.1104-.5713.0384-1.00337-.4801-1.1714zm-.1392 1.09939h-1.39229l.05281-.22084s.04801-.17283.14403-.24484c.09605-.07201.22085-.08642.33605-.09602s.4225-.0336.6769.01921c.0816.0144.1632.06241.1825.13442.0528.15843 0 .40807 0 .40807z" />
<path d="m9.60467 7.89804v.0144c-.0048.02401 0-.0144 0-.0144z" />
<path d="m15.1112 5.76652c-.1729-.05761-.4753-.06721-.7346-.06721-.2496.0048-.36.0144-.456.03361 0 0-.4417.06241-.6914.37446-.2496.31205-.3264.98897-.3264.98897s-.1488.74893-.1056.99857.12.48008.4032.5905c.2833.11042.5233.10562.5233.10562s.5041.0384.8834-.04801c.3792-.09122.5809-.35526.5809-.35526s.0912-.11522.1536-.25445c.0624-.13922.0816-.23044.0864-.24484l.0384-.16323h-.6481s-.0336.42728-.384.46568c-.3505.03841-.5329.02401-.6049.02401-.0673-.0048-.4417.0144-.4129-.29765 0-.0048 0-.0096 0-.01921.0144-.35526.0576-.44647.0576-.44647l2.0307-.0048.0865-.50409c.1104-.5713.0432-1.00817-.4801-1.1762zm-.1393 1.09939h-1.3922l.0528-.22084s.048-.17283.144-.24484c.0961-.07201.2209-.08642.3361-.09602s.4225-.0336.6769.01921c.0816.0144.1632.06241.1824.13442.0529.15843 0 .40807 0 .40807z" />
<path d="m20.6993 5.74251.3985 2.20838 1.1282-2.20838.6337.0048-1.6275 3.15414s-.2929.5713-.4753.71532c-.1824.14403-.2928.21124-.4417.22564-.1488.0144-.2112.024-.3504 0l-.1536-.0288.096-.5617s.2544.04801.4032-.0144c.1489-.05761.2689-.31686.2689-.31686l.0768-.12962-.5905-3.05812z" />
</g>
<path
d="m23.0949 6.04013h.6529l.0384-.25444s.072-.46088.2256-.54729c.048-.02881.1296-.05281.2257-.07202.1728-.0288.3888-.0336.5665-.0288.2736.0096.3744.0144.6529.04321.2784.0336.2064.29765.2064.29765l-.0528.39847s-.024.17763-.0864.28804c-.0576.10082-.2113.16803-.3025.19684-.216.07201-.9553.25924-.9553.25924l-.5809.16803s-.3553.10562-.5569.32166c-.2017.22083-.2785.47048-.3073.6049-.0288.12962-.1824 1.03697-.1824 1.03697h3.1349l.1056-.6241-2.4772.0048.0432-.25444s.0288-.26405.1345-.35046c.0336-.02881.048-.06241.2496-.13443.12-.0432.5233-.14882.5233-.14882l.9361-.25444s.5089-.12963.7106-.41287c.2016-.27845.2784-.81134.2784-.81134s.0528-.51849.0144-.68172c-.0432-.16323-.1968-.35526-.3792-.44167-.1873-.08162-.3793-.13443-.9458-.12483-.5617.00961-.845.03361-1.1282.13923-.2881.10562-.4513.29765-.5569.56649-.12.26405-.1872.81614-.1872.81614z"
fill="#b3b2b1"
/>
<path
d="m28.9952 7.20675.4416-2.63085h-.7777l-2.4244 2.60204-.1104.65771h2.1171l-.1536.92656h.6529l.1536-.92656h.6001l.1057-.6289zm-.6434 0h-1.3682l1.6659-1.77631z"
fill="#b3b2b1"
/>
<path
d="m5.60559 4.91679h1.99714s.44648-.36006.76333-.5953c.31685-.23044.89775-.6001.89775-.6001l-1.12819-.52809s-.95536.5905-1.35863.86895c-.39367.25924-1.1714.85454-1.1714.85454z"
fill="#b3b2b1"
/>
<path
d="m9.89262 3.35168-.92656-.62411s.83535-.47528 1.95394-.92175c1.1138-.44168 1.7091-.62891 1.7091-.62891l.1872.88335s-1.0706.36006-1.6851.64811c-.6337.27365-1.23858.64331-1.23858.64331z"
fill="#b3b2b1"
/>
<path
d="m13.5028 1.8682-.1632-.902551s1.1426-.302452 2.1892-.499286c1.0466-.196833 2.434-.288049 2.434-.288049l-.4609 1.397036s-1.2194-.16803-2.3668-.0096c-.8881.10562-1.6323.30245-1.6323.30245z"
fill="#b3b2b1"
/>
<path
d="m18.2317 1.69538.7729-1.550666s1.6899-.033605 3.1494.192033c1.4594.225639 2.794.571297 2.7652.5857l-3.7014 1.934733s-.8641-.5473-1.9395-.88335c-.6049-.17763-1.0466-.27845-1.0466-.27845z"
fill="#b3b2b1"
/>
<path
d="m21.885 3.2797.8113.6193h6.6828s-.0144-.21603-.192-.52328c-.1105-.19204-.3121-.39367-.5233-.60491-.0768-.07681-.3841-.31685-.6145-.46568-.5905-.38406-.9218-.53289-1.5315-.80653z"
fill="#b3b2b1"
/>
<path
d="m6.03769 5.73767c-.24965 0-.48969.10082-.69132.21124l.0336-.21124h-.66251l-.53289 3.00531h.66731l.29285-1.66588c.06241-.33606.31206-.75373.80654-.75373h.34566l.10562-.5857z"
fill="#d13239"
/>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

@@ -0,0 +1,6 @@
<svg width="65" height="40" viewBox="0 0 65 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="65" height="40" fill="#10298E"/>
<path d="M32.85 17.33V17.31L33.52 15.89C32.9614 15.2933 32.2861 14.8176 31.5361 14.4925C30.7862 14.1674 29.9774 13.9998 29.16 14C27.9692 14.0008 26.8055 14.3559 25.8172 15.0202C24.8289 15.6844 24.0605 16.6277 23.61 17.73H22.35L21.45 19.51H23.18C23.1535 19.8495 23.1535 20.1905 23.18 20.53H22.35L21.55 22.29H23.61C24.0636 23.3886 24.8333 24.3276 25.8214 24.9882C26.8095 25.6487 27.9715 26.0008 29.16 26C30.5021 26.0014 31.8056 25.5504 32.86 24.72V22.45C32.4562 22.9902 31.9291 23.426 31.3227 23.7211C30.7162 24.0161 30.048 24.1619 29.3737 24.1463C28.6995 24.1306 28.0388 23.954 27.4467 23.6311C26.8546 23.3081 26.3483 22.8483 25.97 22.29H30.43L31.27 20.53H25.29C25.25 20.3188 25.2266 20.1048 25.22 19.89L25.25 19.65L25.26 19.51H31.72L32.62 17.73H25.83C26.202 17.0917 26.7347 16.562 27.3751 16.1935C28.0155 15.8251 28.7412 15.6308 29.48 15.63C30.86 15.63 32.08 16.31 32.85 17.33Z" fill="#FFBE00"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.05 23.87L51.65 25.94H54.96L51.3 14H46.4L42.81 25.94H46.11L46.71 23.87H51.04H51.05ZM50.35 21.47H47.41L48.89 16.42L50.35 21.48V21.47ZM37.2 22.82H39.6C39.6 22.82 41.53 23 42.53 22.51C42.8888 22.3284 43.2024 22.069 43.4481 21.7506C43.6938 21.4323 43.8653 21.0631 43.95 20.67C44.08 20.2 44.15 18.65 44.15 18.48V18.47C44.18 17.91 44.17 16.6 43.57 15.43C42.94 14.21 40.93 14.03 40.13 14.01H34V25.95H37.19V22.82H37.2ZM39.5 16.54H37.2V20.11H39.32C39.62 20.11 40.62 20.06 40.72 19.51C40.791 19.0501 40.8245 18.5853 40.82 18.12C40.8005 17.811 40.7604 17.5037 40.7 17.2C40.56 16.54 39.5 16.54 39.5 16.54Z" fill="white"/>
<path d="M18.25 25.87C18.25 25.87 20.29 25.77 20.85 24.23C21.42 22.7 21.01 20.66 21.01 20.66C21.01 20.66 20.8 19.29 18.82 18.91V18.9C18.5751 18.8545 18.3282 18.8211 18.08 18.8L15.52 18.63L15.49 18.62C15.4769 18.6157 15.4635 18.6124 15.45 18.61C14.23 18.63 14.21 18.09 14.21 18.01C14.205 17.9862 14.1984 17.9628 14.19 17.94C14.15 17.74 14.02 17.2 14.32 16.8C14.67 16.34 16.06 16.4 16.16 16.4C16.46 16.42 16.88 16.44 17.08 16.48C17.42 16.55 17.78 16.76 17.73 17.77H20.73V16.84C20.73 16.84 20.81 15.24 19.68 14.61C18.9831 14.2394 18.2091 14.0373 17.42 14.02C17.42 14.02 15.62 13.98 14.75 14.02C14.1621 14.048 13.5788 14.1385 13.01 14.29C12.61 14.38 12.21 14.54 11.89 14.82L11.86 14.84C11.8544 14.8507 11.8477 14.8607 11.84 14.87C11.8336 14.8739 11.8269 14.8772 11.82 14.88L11.79 14.9C11.7725 14.9169 11.7589 14.9373 11.75 14.96C11.7444 14.9738 11.7378 14.9872 11.73 15C10.75 16.09 10.93 18.2 11.3 19.47C11.59 20.47 12.76 20.82 13.32 20.93L13.5 20.96H13.56C13.5666 20.9634 13.5733 20.9668 13.58 20.97H13.62C14.38 21.07 16.14 21.19 16.92 21.24V21.25H16.96L17.28 21.27H17.3C17.6 21.32 17.96 21.5 17.96 22.04V22.1C17.96 22.73 17.96 22.9 17.89 23C17.8455 23.0236 17.8077 23.0579 17.78 23.1C17.64 23.34 17.13 23.4 16.76 23.42H14.8C13.96 23.31 13.99 22.4 13.99 22.4V22.04H11V22.49C11 22.49 10.91 24.41 11.86 25.11C12.68 25.72 13.56 25.88 14.8 25.91V25.93H16.13C16.13 25.93 17.3 25.98 18.25 25.87Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

@@ -0,0 +1,6 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="#EF809F"/>
<path d="M28.33 25.1C28.83 25.58 28.83 26.37 28.35 26.86L28.25 26.96C28.0186 27.1947 27.7038 27.3285 27.3741 27.3323C27.0445 27.336 26.7267 27.2094 26.49 26.98L23.69 24.22C22.92 23.44 22.82 22.49 23.3 21.99L23.4 21.89C23.8 21.47 24.46 21.43 24.91 21.79C25.13 21.95 25.44 21.91 25.62 21.7C25.6993 21.5954 25.7352 21.4643 25.7203 21.334C25.7054 21.2036 25.6408 21.084 25.54 21C25.1238 20.6704 24.6004 20.5063 24.0705 20.5396C23.5406 20.5728 23.0417 20.8009 22.67 21.18L22.57 21.28C21.67 22.21 21.85 23.78 22.97 24.91L25.78 27.71C26.2119 28.126 26.7908 28.3542 27.3903 28.3449C27.9899 28.3355 28.5614 28.0893 28.98 27.66L29.08 27.56C29.4943 27.1299 29.7224 26.5539 29.7149 25.9568C29.7074 25.3597 29.4649 24.7896 29.04 24.37C28.9452 24.2797 28.8188 24.2302 28.688 24.2321C28.5571 24.2339 28.4322 24.287 28.34 24.38C28.2906 24.425 28.2511 24.4798 28.2241 24.5409C28.197 24.6021 28.1831 24.6682 28.1831 24.735C28.1831 24.8018 28.197 24.8679 28.2241 24.9291C28.2511 24.9902 28.2906 25.045 28.34 25.09L28.33 25.1ZM26.66 10.09L27.8 19.49C27.8074 19.5559 27.8279 19.6196 27.8601 19.6775C27.8924 19.7353 27.9358 19.7862 27.988 19.8272C28.0401 19.8681 28.0998 19.8983 28.1637 19.9159C28.2275 19.9336 28.2943 19.9384 28.36 19.93C28.4259 19.9226 28.4896 19.9022 28.5475 19.8699C28.6053 19.8376 28.6562 19.7942 28.6972 19.7421C28.7381 19.69 28.7683 19.6302 28.7859 19.5664C28.8036 19.5025 28.8084 19.4357 28.8 19.37L27.65 9.93001V9.87001C27.45 9.09001 27.93 8.21001 28.58 8.07001C28.7611 8.03159 28.9481 8.02949 29.13 8.06382C29.312 8.09815 29.4853 8.16823 29.64 8.27001C29.7936 8.3716 29.9257 8.5025 30.0287 8.65522C30.1316 8.80795 30.2035 8.97948 30.24 9.16001L32.23 17.66C32.2406 17.7282 32.2652 17.7934 32.3022 17.8516C32.3392 17.9098 32.3878 17.9597 32.4451 17.9982C32.5023 18.0367 32.5669 18.063 32.6348 18.0753C32.7026 18.0876 32.7723 18.0857 32.8395 18.0698C32.9066 18.0539 32.9697 18.0243 33.0248 17.9828C33.0799 17.9413 33.1258 17.8889 33.1597 17.8288C33.1936 17.7687 33.2146 17.7022 33.2216 17.6336C33.2285 17.565 33.2212 17.4957 33.2 17.43L31.22 8.95001C31.1557 8.64137 31.0313 8.34842 30.8537 8.08789C30.6762 7.82736 30.4491 7.60437 30.1854 7.43164C29.9216 7.25891 29.6264 7.13984 29.3167 7.08122C29.0069 7.0226 28.6886 7.02559 28.38 7.09001C27.15 7.35001 26.35 8.79001 26.65 10.09H26.66Z" fill="white"/>
<path d="M37.16 21.13L39.43 9.85997C39.555 9.27265 39.4535 8.65976 39.1456 8.14418C38.8377 7.62861 38.3464 7.24847 37.77 7.07997C37.1323 6.91502 36.4553 7.0084 35.886 7.33983C35.3168 7.67126 34.9013 8.21396 34.73 8.84997L32.23 17.43C32.2116 17.493 32.2058 17.559 32.213 17.6243C32.2201 17.6896 32.24 17.7528 32.2716 17.8104C32.3032 17.868 32.3458 17.9188 32.397 17.9599C32.4482 18.001 32.507 18.0316 32.57 18.05C32.6337 18.0682 32.7004 18.0735 32.7661 18.0658C32.8319 18.058 32.8955 18.0372 32.9532 18.0046C33.0109 17.9721 33.0615 17.9284 33.1022 17.8761C33.1428 17.8238 33.1727 17.7639 33.19 17.7L35.7 9.11997C35.8013 8.74213 36.0461 8.41879 36.3824 8.21891C36.7186 8.01902 37.1197 7.9584 37.5 8.04997C38.17 8.24997 38.59 8.94997 38.44 9.64997L36.18 20.94C36.1654 21.005 36.1639 21.0724 36.1757 21.138C36.1875 21.2036 36.2123 21.2662 36.2486 21.3221C36.2849 21.378 36.3321 21.4261 36.3873 21.4635C36.4425 21.5009 36.5046 21.5269 36.57 21.54C36.85 21.58 37.12 21.4 37.17 21.14L37.16 21.13ZM31.47 32C27.89 32 24.9 29.38 24.9 25.64C24.9 25.5074 24.8473 25.3802 24.7536 25.2864C24.6598 25.1927 24.5326 25.14 24.4 25.14C24.3335 25.1386 24.2674 25.1506 24.2056 25.1751C24.1438 25.1997 24.0875 25.2363 24.04 25.2828C23.9925 25.3294 23.9547 25.385 23.929 25.4463C23.9032 25.5076 23.89 25.5735 23.89 25.64C23.89 29.96 27.36 33.01 31.47 33.01C31.6026 33.01 31.7298 32.9573 31.8236 32.8635C31.9173 32.7698 31.97 32.6426 31.97 32.51C31.97 32.3774 31.9173 32.2502 31.8236 32.1564C31.7298 32.0627 31.6026 32.01 31.47 32.01V32ZM29.7 23.22C29.6234 23.5034 29.4455 23.7489 29.2 23.91L29.1 23.98C28.9628 24.0726 28.8087 24.1373 28.6464 24.1704C28.4842 24.2035 28.3171 24.2042 28.1545 24.1726C27.992 24.1411 27.8373 24.0778 27.6993 23.9864C27.5612 23.895 27.4425 23.7773 27.35 23.64L25.15 20.37C24.55 19.46 24.63 18.51 25.2 18.11L25.3 18.03C26.05 17.6 26.68 17.93 27.32 18.87L29.15 21.61C29.1863 21.6656 29.2334 21.7135 29.2885 21.7507C29.3435 21.788 29.4054 21.8139 29.4706 21.8269C29.5358 21.84 29.6029 21.8399 29.6681 21.8267C29.7332 21.8134 29.7951 21.7874 29.85 21.75C29.9057 21.7136 29.9535 21.6666 29.9908 21.6115C30.028 21.5565 30.0539 21.4945 30.0669 21.4294C30.08 21.3642 30.0799 21.2971 30.0667 21.2319C30.0535 21.1668 30.0274 21.1049 29.99 21.05L28.16 18.31C27.24 16.99 26.13 16.41 24.78 17.18L24.64 17.28C23.56 18.01 23.43 19.6 24.31 20.93L26.51 24.21C26.6767 24.4556 26.8902 24.666 27.1383 24.8291C27.3863 24.9921 27.6641 25.1048 27.9557 25.1605C28.2473 25.2162 28.547 25.2139 28.8377 25.1538C29.1284 25.0936 29.4044 24.9768 29.65 24.81L29.75 24.74C30.1909 24.4389 30.5128 23.9932 30.66 23.48C30.6937 23.3527 30.6759 23.2172 30.6104 23.103C30.5448 22.9888 30.4369 22.9051 30.31 22.87C30.1841 22.8392 30.0512 22.8585 29.9393 22.9238C29.8274 22.9891 29.7452 23.0953 29.71 23.22H29.7Z" fill="white"/>
<path d="M33.03 24.87C31.98 25.45 31.33 26.54 31.26 28.21C31.256 28.2757 31.2649 28.3415 31.2863 28.4038C31.3078 28.466 31.3413 28.5234 31.385 28.5726C31.4286 28.6218 31.4816 28.662 31.5408 28.6907C31.6 28.7194 31.6643 28.7362 31.73 28.74C31.7957 28.7441 31.8615 28.7351 31.9238 28.7137C31.986 28.6922 32.0434 28.6587 32.0926 28.6151C32.1418 28.5714 32.182 28.5184 32.2107 28.4592C32.2394 28.4 32.2562 28.3357 32.26 28.27C32.34 26.76 32.93 25.95 33.86 25.59C34.36 25.41 34.92 25.37 35.4 25.42L35.52 25.44C36.17 25.56 36.37 24.6 35.72 24.44L31.86 23.58C30.06 23.08 29.78 22.42 30.11 21.3C30.26 20.82 30.55 20.56 31.01 20.46C31.31 20.4 31.63 20.41 31.95 20.46L32.13 20.5L38 21.87L38.11 21.91C38.2228 21.9597 38.3247 22.031 38.41 22.12C38.81 22.54 39.03 23.33 38.91 24.64C38.53 29.2 36.41 32.04 31.36 31.98C31.2274 31.9787 31.0997 32.0301 31.005 32.1229C30.9103 32.2157 30.8563 32.3424 30.855 32.475C30.8537 32.6076 30.9051 32.7353 30.9979 32.83C31.0908 32.9247 31.2174 32.9787 31.35 32.98C37.01 33.03 39.49 29.74 39.91 24.71C40.04 23.15 39.75 22.07 39.15 21.43C38.9008 21.1423 38.5632 20.9453 38.19 20.87L32.39 19.52C32.35 19.52 32.25 19.48 32.12 19.47C31.6773 19.3864 31.2228 19.3864 30.78 19.47C30.3918 19.5457 30.0329 19.7294 29.7445 20.0001C29.4561 20.2708 29.2501 20.6174 29.15 21C28.67 22.61 29.18 23.88 31.62 24.54L33.02 24.87H33.03Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 11C7.12173 11 9.15656 11.8429 10.6569 13.3431C12.1571 14.8434 13 16.8783 13 19" stroke="#1E1E1E" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M5 5C8.71303 5 12.274 6.475 14.8995 9.10051C17.525 11.726 19 15.287 19 19" stroke="#1E1E1E" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<rect x="4" y="17" width="3" height="3" fill="#1E1E1E"/>
</svg>

After

Width:  |  Height:  |  Size: 508 B

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="24" fill="none" xmlns:v="https://vecta.io/nano"><rect x="1.15" y=".308" width="37.4" height="23.4" rx="1.7" fill="#873eff"/><rect x="1.15" y=".308" width="37.4" height="23.4" rx="1.7" stroke="#f0f0f0" stroke-width=".6"/><path d="M29.382 16.063c.044.025.104.044.179.057a1.33 1.33 0 0 0 .227.019.7.7 0 0 0 .378-.094.6.6 0 0 0 .245-.302l.321-.746.076.633-2.04-5.033h1.048l1.341 3.437 1.341-3.437h1.048l-2.21 5.411c-.009.016-.009.022-.009.028-.101.233-.227.422-.378.567-.145.145-.312.249-.501.312-.183.063-.39.094-.623.094a2.66 2.66 0 0 1-.321-.019l-.274-.047.151-.878zm-3.505-.793c-.39 0-.74-.094-1.048-.283-.308-.195-.551-.472-.727-.831-.17-.359-.255-.784-.255-1.275 0-.485.085-.906.255-1.265.176-.365.419-.645.727-.84a1.92 1.92 0 0 1 1.048-.293 1.77 1.77 0 0 1 .888.236 1.84 1.84 0 0 1 .68.642l-.028.727c-.095-.195-.264-.365-.51-.51s-.494-.217-.746-.217c-.258 0-.488.066-.689.198-.195.126-.346.305-.453.538a1.91 1.91 0 0 0-.151.784c0 .453.117.822.349 1.105.233.277.548.415.944.415a1.47 1.47 0 0 0 .746-.208c.246-.138.415-.308.51-.51l.019.727c-.176.264-.4.475-.67.633a1.79 1.79 0 0 1-.888.227zm1.473-.113v-4.561h.973v4.561h-.973zm-8.55 0V8.859h2.757c.428 0 .796.088 1.105.264s.544.415.708.718.245.633.245.991a2.06 2.06 0 0 1-.245.992c-.164.296-.403.532-.718.708-.308.176-.674.264-1.095.264h-1.813v-.954h1.662a1.25 1.25 0 0 0 .567-.123c.164-.088.29-.208.378-.359.094-.157.142-.334.142-.529 0-.201-.047-.378-.142-.529a.87.87 0 0 0-.378-.359 1.25 1.25 0 0 0-.567-.123h-1.511v5.335H18.8zm-9.834.109c.734 0 1.322-.362 1.766-1.196l.987-1.848v1.567c0 .924.598 1.476 1.522 1.476.725 0 1.259-.317 1.775-1.196l2.274-3.841c.498-.842.145-1.476-.951-1.476-.589 0-.969.19-1.313.833l-1.567 2.944V9.913c0-.779-.371-1.159-1.06-1.159-.543 0-.978.236-1.313.888L9.61 12.531V9.94c0-.833-.344-1.187-1.178-1.187H6.728c-.643 0-.969.299-.969.851s.344.87.969.87h.697v3.306c0 .933.625 1.486 1.54 1.486z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -0,0 +1,4 @@
<svg width="64" height="40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" rx="3" fill="#873EFF"/>
<path d="M53.232 25.294a.7.7 0 0 0 .23.073c.097.016.194.024.29.024.195 0 .356-.04.485-.12a.852.852 0 0 0 .315-.4l.424-.981.097.799-2.616-6.443h1.296l1.744 4.445 1.744-4.445h1.308l-2.846 6.94c0 .008-.004.012-.012.012v.024c-.13.298-.287.54-.473.726a1.64 1.64 0 0 1-.63.4c-.234.08-.5.121-.799.121a3.432 3.432 0 0 1-.75-.085l.193-1.09ZM48.51 24.238c-.5 0-.949-.121-1.344-.364a2.563 2.563 0 0 1-.933-1.065c-.218-.46-.327-1.006-.327-1.635 0-.622.11-1.163.327-1.623.226-.468.537-.828.933-1.078.395-.25.844-.375 1.344-.375.404 0 .783.1 1.138.302.356.194.646.469.872.824l-.036.92c-.121-.258-.339-.48-.654-.666a1.827 1.827 0 0 0-.969-.29c-.339 0-.638.084-.896.254-.258.17-.456.404-.593.702-.13.3-.194.642-.194 1.03 0 .59.15 1.07.448 1.44.307.364.718.546 1.235.546.331 0 .654-.089.97-.267.314-.185.532-.411.653-.678l.024.92c-.226.34-.512.61-.86.812-.347.194-.726.29-1.138.29Zm1.901-.146v-5.849h1.211v5.85h-1.21ZM39.412 24.096V16.02h3.5c.55 0 1.017.113 1.405.339.395.226.698.532.908.92.21.38.315.8.315 1.26 0 .46-.105.884-.315 1.271-.21.38-.513.682-.908.909-.396.226-.864.339-1.405.339h-2.337v-1.2h2.155c.275 0 .517-.052.727-.157.218-.113.388-.27.509-.472.12-.202.181-.432.181-.69 0-.259-.06-.489-.181-.69a1.172 1.172 0 0 0-.509-.461 1.51 1.51 0 0 0-.727-.17H40.77v6.88h-1.357ZM9.735 24.238c.941 0 1.696-.465 2.266-1.533l1.266-2.37v2.01c0 1.185.767 1.893 1.952 1.893.929 0 1.614-.406 2.276-1.533l2.916-4.926c.64-1.08.186-1.893-1.22-1.893-.755 0-1.243.244-1.684 1.069l-2.01 3.775v-3.357c0-1-.476-1.487-1.359-1.487-.697 0-1.255.302-1.684 1.138L10.56 20.73v-3.323c0-1.068-.441-1.521-1.51-1.521H6.866c-.825 0-1.243.383-1.243 1.092 0 .708.441 1.115 1.243 1.115h.895v4.24c0 1.197.801 1.905 1.974 1.905ZM24.674 15.886c-2.381 0-4.205 1.777-4.205 4.182 0 2.404 1.835 4.17 4.205 4.17s4.182-1.777 4.194-4.17c0-2.405-1.824-4.182-4.194-4.182Zm0 5.785c-.895 0-1.51-.674-1.51-1.603 0-.93.615-1.615 1.51-1.615s1.51.685 1.51 1.615c0 .93-.604 1.603-1.51 1.603ZM33.653 15.886c-2.37 0-4.194 1.777-4.194 4.182 0 2.404 1.824 4.17 4.194 4.17s4.193-1.777 4.193-4.17-1.823-4.182-4.193-4.182Zm0 5.785c-.907 0-1.499-.674-1.499-1.603 0-.93.604-1.615 1.499-1.615.894 0 1.51.685 1.51 1.615 0 .93-.616 1.603-1.51 1.603Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -0,0 +1,7 @@
<svg width="64" height="40" viewBox="0 0 64 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="40" fill="#674399"/>
<path d="M40.8254 15.7289C41.7593 15.7289 42.508 15.9512 43.0713 16.396C43.6346 16.8407 43.9163 17.4263 43.9163 18.1527C43.9163 18.9161 43.6272 19.5165 43.0565 19.9464C42.4857 20.3763 41.6926 20.5987 40.6771 20.5987H40.3065V23.5858H38.1644V15.7289H40.8254ZM40.314 17.2336V19.0866C40.7958 19.0792 41.1515 19.0051 41.3739 18.8568C41.6037 18.7086 41.7149 18.4788 41.7149 18.1675C41.7149 17.8266 41.6037 17.5893 41.3813 17.4559C41.1664 17.3151 40.8105 17.241 40.314 17.2336Z" fill="white"/>
<path d="M50.565 23.5784H48.3414L47.9781 22.2664H45.7175L45.3468 23.5784H43.1676L45.6655 15.7215H48.0671L50.565 23.5784ZM47.5705 20.8582C47.2517 19.687 47.0072 18.5751 46.8515 17.5226H46.8219C46.6513 18.6122 46.4142 19.7241 46.1103 20.8582H47.5705Z" fill="white"/>
<path d="M49.2827 15.7289H51.6842C52.2179 16.8555 52.6033 17.7302 52.8405 18.338H52.8701C53.1074 17.708 53.4928 16.8407 54.0116 15.7289H56.4651L53.9375 20.0279V23.5784H51.7732V20.0279L49.2827 15.7289Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.4238 12.9999H10.6165C9.17111 12.9999 8 14.171 8 15.6091V24.3109C8 25.7489 9.17111 26.92 10.6091 26.92H21.4161L26.36 29.6699L25.2407 26.92H33.4238C34.8618 26.92 36.0329 25.7489 36.0329 24.3109V15.6091C36.0329 14.171 34.8618 12.9999 33.4238 12.9999ZM10.1348 15.0087C9.85306 15.0161 9.59364 15.1495 9.41577 15.3644C9.24524 15.5868 9.17853 15.8685 9.2379 16.1501C9.91235 20.4492 10.5424 23.3474 11.128 24.8446C11.3429 25.3931 11.6097 25.6525 11.9211 25.6303C12.3954 25.5932 12.9736 24.9335 13.6481 23.6364C13.7981 23.3364 13.9809 22.9721 14.1956 22.5442L14.197 22.5413C14.5019 21.9336 14.8709 21.1982 15.301 20.338C15.9237 22.495 16.7687 24.1182 17.836 25.2078C18.1399 25.5117 18.4364 25.6525 18.7403 25.6303C18.9997 25.6155 19.2369 25.4524 19.348 25.2152C19.4593 24.9855 19.5112 24.726 19.4815 24.4666C19.4073 23.4214 19.5186 21.9613 19.8002 20.1008C20.0893 18.1737 20.4599 16.795 20.9047 15.9648C20.9936 15.8018 21.0307 15.6091 21.0158 15.4163C21.001 15.1569 20.875 14.9123 20.6674 14.7567C20.4673 14.5861 20.2079 14.5046 19.9484 14.5268C19.6223 14.5417 19.3333 14.7344 19.1924 15.0308C18.4882 16.328 17.9842 18.4331 17.6804 21.3386C17.1985 20.0712 16.8354 18.7592 16.5981 17.425C16.4721 16.7431 16.1608 16.4244 15.6568 16.4615C15.3084 16.4836 15.0268 16.7135 14.797 17.1433L12.2843 21.9168C11.8766 20.2491 11.4912 18.2181 11.1354 15.8314C11.0464 15.2458 10.7129 14.9716 10.1348 15.0087ZM26.8567 17.1656C26.4712 16.4762 25.8042 15.9871 25.0259 15.8388C24.8183 15.7943 24.6108 15.7721 24.4032 15.7721C23.3063 15.7721 22.4093 16.3428 21.7126 17.4843C21.1196 18.4553 20.8083 19.5745 20.8232 20.7086C20.8232 21.5906 21.0085 22.3467 21.3716 22.9767C21.7571 23.6661 22.4242 24.1552 23.2024 24.3035C23.41 24.348 23.6175 24.3702 23.8251 24.3702C24.9295 24.3702 25.8263 23.7995 26.5157 22.658C27.1087 21.6796 27.42 20.5604 27.4052 19.4115C27.4052 18.5294 27.2199 17.7808 26.8567 17.1656ZM25.4113 20.3454C25.2556 21.094 24.9665 21.6573 24.5367 22.0428C24.2031 22.3467 23.8918 22.4653 23.6101 22.4134C23.3284 22.3615 23.1061 22.1095 22.9356 21.6722C22.8096 21.3386 22.7355 20.9902 22.7355 20.6271C22.7355 20.3454 22.7651 20.0638 22.817 19.7895C22.9283 19.3003 23.1283 18.8407 23.4248 18.4257C23.8028 17.8697 24.2031 17.6326 24.6182 17.7215C24.8998 17.7808 25.1222 18.0254 25.2927 18.4627C25.4187 18.7963 25.4928 19.1447 25.4928 19.5004C25.4928 19.7821 25.4706 20.0638 25.4113 20.3454ZM32.2008 15.8388C32.979 15.9871 33.6461 16.4762 34.0316 17.1656C34.3948 17.7808 34.5801 18.5294 34.5801 19.4115C34.5949 20.5604 34.2836 21.6796 33.6907 22.658C33.0013 23.7995 32.1044 24.3702 31 24.3702C30.7925 24.3702 30.5849 24.348 30.3774 24.3035C29.5991 24.1552 28.932 23.6661 28.5466 22.9767C28.1834 22.3467 27.998 21.5906 27.998 20.7086C27.9833 19.5745 28.2946 18.4553 28.8876 17.4843C29.5843 16.3428 30.4812 15.7721 31.5782 15.7721C31.7857 15.7721 31.9932 15.7943 32.2008 15.8388ZM31.7116 22.0428C32.1415 21.6573 32.4306 21.094 32.5862 20.3454C32.6456 20.0638 32.6677 19.7821 32.6677 19.5004C32.6677 19.1447 32.5936 18.7963 32.4676 18.4627C32.2972 18.0254 32.0748 17.7808 31.7931 17.7215C31.378 17.6326 30.9778 17.8697 30.5998 18.4257C30.3032 18.8407 30.1031 19.3003 29.992 19.7895C29.9401 20.0638 29.9104 20.3454 29.9104 20.6271C29.9104 20.9902 29.9845 21.3386 30.1105 21.6722C30.2811 22.1095 30.5034 22.3615 30.7851 22.4134C31.0668 22.4653 31.378 22.3467 31.7116 22.0428Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB

@@ -0,0 +1,5 @@
<svg width="184" height="49" viewBox="0 0 184 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.4019 48.2656C28.7566 48.2656 33.0535 45.6213 36.2928 39.5395L43.4984 26.0536V37.4901C43.4984 44.2331 47.8615 48.2656 54.6044 48.2656C59.893 48.2656 63.7933 45.9518 67.5614 39.5395L84.1543 11.5101C87.7902 5.36211 85.212 0.734619 77.213 0.734619C72.9161 0.734619 70.1396 2.12287 67.6275 6.81647L56.191 28.3013V9.19632C56.191 3.51112 53.4806 0.734619 48.4565 0.734619C44.49 0.734619 41.3169 2.4534 38.8709 7.21311L28.0955 28.3013V9.39464C28.0955 3.31279 25.5834 0.734619 19.5016 0.734619H7.07345C2.37985 0.734619 0 2.91615 0 6.94868C0 10.9812 2.51207 13.295 7.07345 13.295H12.1637V37.424C12.1637 44.2331 16.7251 48.2656 23.4019 48.2656Z" fill="#873EFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.419 0.734619C94.8671 0.734619 84.4883 10.849 84.4883 24.5332C84.4883 38.2173 94.9332 48.2656 108.419 48.2656C121.905 48.2656 132.218 38.1512 132.284 24.5332C132.284 10.849 121.905 0.734619 108.419 0.734619ZM108.419 33.6559C103.329 33.6559 99.8251 29.8217 99.8251 24.5332C99.8251 19.2446 103.329 15.3443 108.419 15.3443C113.509 15.3443 117.013 19.2446 117.013 24.5332C117.013 29.8217 113.575 33.6559 108.419 33.6559Z" fill="#873EFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.65 24.5332C135.65 10.849 146.029 0.734619 159.515 0.734619C173.001 0.734619 183.38 10.9151 183.38 24.5332C183.38 38.1512 173.001 48.2656 159.515 48.2656C146.029 48.2656 135.65 38.2173 135.65 24.5332ZM150.987 24.5332C150.987 29.8217 154.359 33.6559 159.515 33.6559C164.605 33.6559 168.109 29.8217 168.109 24.5332C168.109 19.2446 164.605 15.3443 159.515 15.3443C154.425 15.3443 150.987 19.2446 150.987 24.5332Z" fill="#873EFF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,4 @@
<svg width="130" height="31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.343 5.729V25.26h3.346v-7.35h5.287c1.334 0 2.49-.273 3.465-.82.976-.546 1.723-1.278 2.24-2.196a6.252 6.252 0 0 0 .778-3.075c0-1.112-.26-2.128-.777-3.045-.518-.937-1.265-1.679-2.24-2.226-.957-.546-2.112-.82-3.466-.82h-8.633Zm3.346 9.282h4.839c.677 0 1.275-.127 1.792-.38a3.06 3.06 0 0 0 1.255-1.143c.299-.488.448-1.044.448-1.669 0-.624-.15-1.18-.448-1.669a2.87 2.87 0 0 0-1.255-1.113c-.517-.273-1.115-.41-1.792-.41h-4.84v6.384Zm18.984 10.6c-1.235 0-2.34-.292-3.316-.878-.976-.605-1.742-1.464-2.3-2.577-.538-1.113-.807-2.43-.807-3.953 0-1.503.27-2.811.807-3.924.558-1.132 1.324-2.001 2.3-2.606.976-.605 2.081-.908 3.316-.908a5.68 5.68 0 0 1 2.808.732 5.733 5.733 0 0 1 1.882 1.609v-1.99h2.987V25.26h-2.987v-1.984a6.297 6.297 0 0 1-1.882 1.633 5.753 5.753 0 0 1-2.808.702Zm3.256-11.508c.641.37 1.119.8 1.434 1.29v5.658c-.315.503-.793.94-1.434 1.31-.777.43-1.573.644-2.39.644-1.274 0-2.29-.439-3.047-1.317-.737-.898-1.105-2.06-1.105-3.485 0-.937.159-1.767.478-2.49a3.967 3.967 0 0 1 1.464-1.697c.637-.41 1.374-.616 2.21-.616.817 0 1.613.235 2.39.703Zm7.769 14.056c.139.078.328.137.567.176.239.039.478.058.717.058.478 0 .877-.097 1.195-.293.319-.195.578-.517.777-.966l.756-1.715-5.924-14.302h3.196l4.302 10.746 4.302-10.746h3.226l-7.02 16.779c0 .02-.01.029-.03.029v.058c-.319.723-.707 1.308-1.165 1.757a4.054 4.054 0 0 1-1.554.967c-.577.195-1.234.293-1.971.293a8.62 8.62 0 0 1-1.852-.206l.478-2.635Z" fill="#000"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.144 25.6c2.32 0 4.184-1.123 5.588-3.708l3.123-5.73v4.86c0 2.865 1.891 4.578 4.814 4.578 2.292 0 3.983-.983 5.616-3.708l7.193-11.91c1.576-2.611.458-4.578-3.009-4.578-1.863 0-3.066.59-4.155 2.584l-4.957 9.13V9c0-2.416-1.175-3.596-3.353-3.596-1.72 0-3.095.73-4.155 2.753l-4.67 8.96V9.084c0-2.584-1.09-3.68-3.726-3.68H3.066C1.032 5.404 0 6.331 0 8.044c0 1.714 1.089 2.697 3.066 2.697h2.207v10.253c0 2.893 1.977 4.606 4.87 4.606ZM46.996 5.404c-5.875 0-10.374 4.298-10.374 10.112 0 5.815 4.528 10.084 10.373 10.084 5.846 0 10.316-4.298 10.345-10.084 0-5.814-4.499-10.112-10.345-10.112Zm0 13.988c-2.207 0-3.726-1.629-3.726-3.876s1.52-3.904 3.725-3.904c2.207 0 3.726 1.657 3.726 3.904s-1.49 3.876-3.725 3.876ZM58.8 15.516c0-5.814 4.499-10.112 10.344-10.112 5.846 0 10.345 4.326 10.345 10.112 0 5.786-4.499 10.084-10.345 10.084C63.3 25.6 58.8 21.33 58.8 15.516Zm6.648 0c0 2.247 1.461 3.876 3.696 3.876 2.207 0 3.726-1.629 3.726-3.876s-1.52-3.904-3.726-3.904-3.696 1.657-3.696 3.904Z" fill="#873EFF"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

@@ -0,0 +1,11 @@
<svg width="145" height="22" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd">
<path d="M57.978 4.056v13.86h2.328v-5.215h3.678c.928 0 1.732-.194 2.41-.582a4.012 4.012 0 0 0 1.56-1.559c.36-.665.54-1.392.54-2.182s-.18-1.51-.54-2.161a3.973 3.973 0 0 0-1.56-1.58c-.664-.387-1.468-.581-2.41-.581h-6.006Zm2.328 6.587h3.367c.47 0 .886-.09 1.246-.27.374-.194.665-.464.873-.81.208-.347.312-.741.312-1.185 0-.443-.104-.838-.312-1.184a2.01 2.01 0 0 0-.873-.79 2.59 2.59 0 0 0-1.246-.291h-3.367v4.53Zm71.357 6.879c.429.43 1.06.644 1.891.644.471 0 .873-.062 1.205-.187.333-.11.603-.263.811-.457l-.499-1.58c-.097.111-.243.201-.437.27-.18.07-.367.105-.561.105a.833.833 0 0 1-.665-.291c-.166-.194-.263-.457-.291-.79V9.708h2.037V7.88h-2.037V5.136h-2.099V7.88h-1.662v1.83h1.662v5.922c0 .817.215 1.448.645 1.891Zm6.679-1.434c-.637-.277-1.136-.61-1.496-.998l-.977 1.518a5.356 5.356 0 0 0 1.87 1.163 7.214 7.214 0 0 0 2.411.395c.873 0 1.614-.131 2.223-.395.624-.277 1.095-.65 1.414-1.122.332-.485.498-1.039.498-1.662 0-.693-.18-1.24-.54-1.642a3.06 3.06 0 0 0-1.288-.894c-.499-.194-1.143-.388-1.933-.582-.54-.124-.963-.235-1.268-.332a2.367 2.367 0 0 1-.769-.395.895.895 0 0 1-.291-.686c0-.36.174-.637.52-.831.346-.208.81-.312 1.392-.312.61 0 1.178.111 1.704.333.527.221.949.512 1.268.873l.894-1.476a5.522 5.522 0 0 0-1.704-1.018c-.652-.263-1.379-.395-2.182-.395-.804 0-1.504.139-2.099.416-.596.277-1.046.65-1.351 1.122a2.88 2.88 0 0 0-.457 1.6c0 .637.166 1.15.498 1.538.347.374.755.651 1.227.831.484.18 1.115.36 1.891.54.554.125.99.243 1.309.354.332.11.609.263.831.457.222.18.333.422.333.727 0 .263-.084.492-.25.686-.152.194-.374.346-.665.457a3.3 3.3 0 0 1-1.039.146 5 5 0 0 1-1.974-.416Zm-19.054 1.829V7.879h2.099v1.37c.394-.414.837-.76 1.33-1.037.678-.388 1.454-.582 2.327-.582.942 0 1.642.215 2.099.644.457.416.741.873.852 1.372.111.485.166 1.004.166 1.558v6.713h-2.099V11.91c0-.443-.034-.831-.103-1.164-.056-.332-.229-.623-.52-.873-.291-.263-.734-.394-1.33-.394-.637 0-1.205.152-1.704.457a3.56 3.56 0 0 0-1.018.918v7.062h-2.099Zm-9.24-.395c.804.43 1.704.644 2.702.644.789 0 1.537-.125 2.244-.374a4.886 4.886 0 0 0 1.808-1.101l-.956-1.372c-.36.36-.804.644-1.33.852a4.374 4.374 0 0 1-1.559.291c-.72 0-1.33-.16-1.828-.478a3.01 3.01 0 0 1-1.123-1.268 3.898 3.898 0 0 1-.333-1.122h7.815v-.52c0-1.038-.201-1.967-.603-2.784a4.64 4.64 0 0 0-1.725-1.953c-.748-.471-1.607-.707-2.577-.707-.969 0-1.842.236-2.618.707a5.048 5.048 0 0 0-1.829 1.912c-.429.79-.644 1.669-.644 2.639 0 1.039.229 1.96.686 2.764a4.849 4.849 0 0 0 1.87 1.87Zm5.427-5.424h-5.803c.045-.35.128-.682.251-.998.194-.512.513-.935.956-1.267.444-.333 1.005-.499 1.684-.499.72 0 1.295.166 1.724.499.444.332.755.734.936 1.205.133.35.217.703.252 1.06Zm-11.892-.769c0-.568-.138-1.018-.415-1.35-.264-.333-.665-.5-1.206-.5-.498 0-.963.132-1.392.395-.43.264-.776.582-1.04.956v7.087h-2.098v-6.588c0-.568-.139-1.018-.416-1.35-.263-.333-.665-.5-1.205-.5-.485 0-.935.132-1.35.395a3.822 3.822 0 0 0-1.04.956l-.02.031v7.056h-2.1V7.879h2.1v1.375c.121-.185.309-.387.56-.606a4.609 4.609 0 0 1 1.206-.706 3.915 3.915 0 0 1 1.558-.312c.596 0 1.102.125 1.518.374.415.236.727.575.935 1.018.078.153.144.314.196.484.294-.482.728-.9 1.3-1.253.665-.415 1.413-.623 2.244-.623.596 0 1.095.125 1.497.374.415.236.727.582.935 1.04.207.456.311.997.311 1.62v7.253h-2.078v-6.588ZM81.577 20.1a1.202 1.202 0 0 1-.395-.125l-.333 1.87a5.871 5.871 0 0 0 1.288.145c.513 0 .97-.068 1.372-.207a2.813 2.813 0 0 0 1.081-.686c.319-.318.589-.734.81-1.247v-.041c.014 0 .021-.007.021-.02l4.884-11.909H88.06l-2.992 7.627-2.993-7.627h-2.223l4.12 10.15-.525 1.218c-.139.319-.319.547-.54.686-.222.138-.5.207-.832.207a3.03 3.03 0 0 1-.498-.041Zm-8.065-1.933c-.859 0-1.628-.208-2.306-.623-.68-.43-1.213-1.04-1.6-1.83-.375-.789-.562-1.724-.562-2.804 0-1.067.187-1.995.561-2.785.388-.804.922-1.42 1.6-1.85.68-.43 1.448-.644 2.307-.644.693 0 1.344.173 1.954.52.516.28.952.661 1.309 1.141V7.879h2.078v10.038h-2.078v-1.408c-.36.474-.796.86-1.31 1.158a3.94 3.94 0 0 1-1.953.5Zm3.263-3.236v-4.015c-.22-.348-.552-.653-.998-.916-.54-.332-1.094-.499-1.662-.499-.582 0-1.094.146-1.538.437a2.807 2.807 0 0 0-1.018 1.205c-.222.513-.333 1.101-.333 1.767 0 1.01.257 1.835.77 2.472.526.624 1.232.936 2.119.936.568 0 1.122-.153 1.662-.458.446-.262.778-.572.998-.93Z" fill="#000"/>
<path d="M7.057 18.158c1.614 0 2.91-.797 3.887-2.631l2.172-4.067v3.449c0 2.033 1.316 3.25 3.35 3.25 1.594 0 2.77-.698 3.906-2.632l5.004-8.452c1.096-1.854.319-3.25-2.093-3.25-1.296 0-2.133.42-2.89 1.835l-3.45 6.478v-5.76c0-1.715-.817-2.552-2.331-2.552-1.197 0-2.153.518-2.89 1.953l-3.25 6.36V6.436c0-1.834-.758-2.611-2.591-2.611H2.133C.718 3.826 0 4.484 0 5.699c0 1.216.757 1.914 2.133 1.914h1.535v7.276c0 2.053 1.375 3.27 3.389 3.27ZM32.692 3.826c-4.086 0-7.216 3.05-7.216 7.176s3.15 7.156 7.216 7.156c4.067 0 7.177-3.05 7.197-7.156 0-4.126-3.13-7.176-7.197-7.176Zm0 9.927c-1.535 0-2.591-1.156-2.591-2.751s1.056-2.77 2.591-2.77c1.535 0 2.592 1.175 2.592 2.77s-1.037 2.75-2.592 2.75Zm8.212-2.751c0-4.126 3.13-7.176 7.197-7.176 4.066 0 7.196 3.07 7.196 7.176s-3.13 7.156-7.196 7.156c-4.067 0-7.197-3.03-7.197-7.156Zm4.625 0c0 1.595 1.017 2.75 2.572 2.75 1.535 0 2.591-1.155 2.591-2.75s-1.056-2.77-2.591-2.77c-1.535 0-2.572 1.175-2.572 2.77Z" fill="#873EFF"/>
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h144.356v22H0z"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wc-blocks-checkout', 'wc-blocks-registry', 'wp-api-fetch', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '84aa2f352908160a155f');
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,20 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-data', 'wp-polyfill'), 'version' => '829745edc400f7b2e650');
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '211e991da72ae24d028d');
File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More