This commit is contained in:
nguyen dung
2022-02-18 16:43:41 +07:00
commit 39b8cb3612
4470 changed files with 1378320 additions and 0 deletions

BIN
wp-content/themes/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,37 @@
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package flatsome
*/
get_header(); ?>
<?php do_action( 'flatsome_before_404' ); ?>
<?php
if ( get_theme_mod( '404_block' ) ) :
echo do_shortcode( '[block id="' . get_theme_mod( '404_block' ) . '"]' );
else :
?>
<div id="primary" class="content-area">
<main id="main" class="site-main container pt" role="main">
<section class="error-404 not-found mt mb">
<div class="row">
<div class="col medium-3"><span class="header-font" style="font-size: 6em; font-weight: bold; opacity: .3">404</span></div>
<div class="col medium-9">
<header class="page-title">
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'flatsome' ); ?></h1>
</header>
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'flatsome' ); ?></p>
<?php get_search_form(); ?>
</div>
</div>
</div>
</section>
</main>
</div>
<?php endif; ?>
<?php do_action( 'flatsome_after_404' ); ?>
<?php get_footer(); ?>

View File

@@ -0,0 +1,7 @@
<?php get_header(); ?>
<div class="portfolio-page-wrapper portfolio-archive page-featured-item">
<?php get_template_part('template-parts/portfolio/archive-portfolio', flatsome_option('portfolio_archive_layout')); ?>
</div>
<?php get_footer(); ?>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
body .customize-partial-edit-shortcut{display:none !important}.customizer-active{outline:1px solid rgba(157,214,231,.3) !important}.customizer-focus{font-family:arial !important;padding:4px !important;background-color:#3498db !important;border-radius:3px !important;opacity:.5;color:#fff !important;height:20px !important;margin:0 !important;border:1px solid #2681be !important;font-size:10px !important;line-height:8px !important}.customizer-focus:hover{opacity:1}

View File

@@ -0,0 +1 @@
.preview-mobile .wp-full-overlay-main{margin-top:0 !important}.hb-wrapper-desktop,.hb-wrapper-mobile{display:none}.preview-desktop .hb-wrapper-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}.preview-tablet .hb-wrapper-mobile,.preview-mobile .hb-wrapper-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.hb-header{padding:10px 20px}.header-builder{position:absolute;bottom:0;z-index:99;-webkit-transition:transform .3s;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);right:0;color:#fff;left:0;background-color:#23282d}.header-builder.header-builder-disabled,.collapsed .header-builder{-webkit-transform:translateY(100%) !important;-ms-transform:translateY(100%) !important;transform:translateY(100%) !important}.header-builder.active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0px 0px 30px 0px rgba(0,0,0,.2);box-shadow:0px 0px 30px 0px rgba(0,0,0,.2)}.hb-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.hb-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px}.header-builder h3{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;background-color:#f9f9f9;border-top:1px solid #ccc;padding:10px 15px}.header-builder h3 span{vertical-align:middle;display:inline-block}.header-builder h3 span.right{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right}.header-builder h3 span.title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:5px}.header-builder h3 .display-toggle a{border-radius:99px;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:.3}.preview-desktop .header-builder h3 .enable-desktop,.preview-mobile .header-builder h3 .enable-tablet,.preview-tablet .header-builder h3 .enable-tablet{opacity:1}.hb-desktop{-webkit-box-flex:1;-ms-flex:1;flex:1}.hb-mobile{-webkit-box-flex:2;-ms-flex:2;flex:2}.hb span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;background-color:#576879;border-radius:4px;white-space:nowrap;margin:2px;padding:5px;color:#eee}.hb span:hover{background-color:#6d8296}.hb span i{opacity:.3;font-size:16px;height:16px;margin-left:auto}.hb span:not([data-section]) i{display:none}.hb [data-section]{cursor:pointer}.hb-sidebar span{display:block}.hb-desktop>.hb-top,.hb-desktop>.hb-main{white-space:nowrap}.hb{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4px}.hb.hb-logo-center>.hb-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.hb.hb-logo-center>.hb-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.hb.hb-logo-center>.hb-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.logo-pos .button{padding:2px}.hb{position:relative;border:1px solid transparent}.hb:hover{border-color:#0085ba}.hb>div{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px;margin:0px 3px;background-color:#000;border:1px dashed #555;min-height:15px;position:relative}.hb>div:hover{background-color:#1a1a1a}.hb-tooltip{position:absolute !important;left:-1px !important;bottom:100%;padding:2px 6px !important;cursor:pointer;margin:0 !important;font-size:90% !important;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;z-index:999;background-color:#0085ba !important;color:#fff;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.hb-mobile:hover .hb-tooltip,.hb:hover .hb-tooltip{opacity:1 !important;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.hb-tooltip:hover{background-color:#00a9ed !important}.hb>div>.ui-sortable-placeholder{visibility:visible !important;opacity:.5;height:15px;width:10px !important;margin-bottom:0}.hb-avaiable{width:100%;margin-bottom:0;margin-top:0px;position:relative;-webkit-transition:opacity .6s}.hb-avaiable>div{margin-top:0;margin-bottom:0;padding:5px 15px;overflow:visible;position:relative;border:0;-webkit-box-shadow:none;box-shadow:none;background-color:#000}.hb-avaiable i{display:none}.hb-avaiable:hover{opacity:1}.hb-avaiable>div{white-space:inherit}.hb-main>div{padding:5px}.hb-logo{max-width:100px;text-align:center;cursor:pointer}.hb-logo strong{padding-top:8px;display:block;font-size:18px;text-transform:uppercase}.hb-center{text-align:center}.hb-right{text-align:right;margin-left:auto}.header-builder .hb-drop-mobile [data-id=nav-vertical]{display:none !important;visibility:hidden !important}

View File

@@ -0,0 +1 @@
.ux-menu-item-options{float:left}.ux-menu-item-options__media-control .placeholder{display:block;max-width:185px;margin-top:5px;border:1px dashed #b4b9be;border-radius:3px;background-color:#f7f7f7;cursor:default}.ux-menu-item-options__media-control .placeholder.hidden{display:none}.ux-menu-item-options__media-control button{margin-top:10px !important}.ux-menu-item-options__media-control button:not(:first-of-type){margin-left:5px;margin-right:5px}.ux-menu-item-options__section-title{padding-bottom:10px;border-bottom:1px dashed #d9d9d9}.ux-menu-item-options__media{float:left}.menu-item-ux-block-indicator{position:relative;top:2px;margin-right:5px}.rtl .menu-item-ux-block-indicator{margin-right:unset;margin-left:5px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.banner .uxb-shortcode-dragging{opacity:.8 !important;background-color:rgba(68,96,132,.3) !important;border:1px solid rgba(68,96,132,.5) !important}ux-banner-tool{display:block;position:absolute}ux-banner-tool .grid-v-center,ux-banner-tool .grid-h-center{position:absolute;background:rgba(255,255,255,.3);-webkit-backface-visibility:hidden;backface-visibility:hidden}ux-banner-tool .grid-v-center.active,ux-banner-tool .grid-h-center.active{background:#00a0d2}ux-banner-tool .grid-v-center{top:0;left:50%;bottom:0;width:2px;margin-left:-1px}ux-banner-tool .grid-h-center{top:50%;right:0;left:0;height:2px;margin-top:-1px}.google-map .map_overlay{position:absolute;top:0;width:100%;height:100%;opacity:0;background-color:red}.uxb-sticky-section:after,.uxb-sticky-column:after,.scroll-to{height:30px;opacity:.8;display:block !important;width:100% !important;margin-bottom:-30px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAfFq4wZUcSKVxkz9IadRQhCBUCKIIJIAhBBNAGQIABh4g1WC/w5bAAAAABJRU5ErkJggg==);background-color:rgba(0,115,170,.2);border:1px solid rgba(0,115,170,.2);position:absolute;z-index:999999;text-align:center;color:rgba(0,115,170,.9)}.scroll-to:before{position:absolute;top:0;left:0;padding-top:5px;color:#fff;content:attr(data-label);width:100%;text-align:center;font-size:14px}.has-hover-effect{outline:1px dashed rgba(68,96,132,.3)}.banner-grid .grid-size{pointer-events:none}.banner-grid .col-inner>content{position:absolute;top:0;right:0;bottom:0;left:0;margin:0}.packery-drop-placeholder{visibility:hidden;display:none;opacity:0}.img-container{-webkit-transition:opacity .6s,-webkit-box-shadow .6s !important;transition:opacity .6s,-webkit-box-shadow .6s !important;-o-transition:opacity .6s,box-shadow .6s !important;transition:opacity .6s,box-shadow .6s !important;transition:opacity .6s,box-shadow .6s,-webkit-box-shadow .6s !important}.img-container img{pointer-events:none}.temp-image{background-color:red;color:#fff}.slider .flickity-viewport .flickity-slider{top:0}.slider .flickity-viewport .flickity-slider>*{position:absolute;top:0}.slider .flickity-prev-next-button{pointer-events:none}.slider .flickity-prev-next-button svg{pointer-events:all}.slider .flickity-page-dots{pointer-events:all}.stack>content{min-width:90px}.stack>.uxb-wrapper--text{width:auto}.stack>.uxb-wrapper--text>[ng-bind-html="shortcode.content | html"]>*:first-child{margin-top:0}.stack>.uxb-wrapper--text>[ng-bind-html="shortcode.content | html"]>*:last-child{margin-bottom:0}.stack-col>*+.uxb-placeholder{display:block;width:100%;height:5px}

View File

@@ -0,0 +1 @@
body{font-family:Helvetica,Arial,Sans-serif;font-size:90%}h1,h2,h3,h4,h5{font-weight:normal}blockquote{margin:0;padding:0 0 0 20px;color:blue;border-left:2px solid currentColor}blockquote p{color:blue;border-color:currentColor}h1{font-size:180%}h2{font-size:160%}h3{font-size:140%}p{color:#555}.fancy-underline{border-bottom:2px solid blue}.count-up{border:1px dashed green}p.lead{font-size:140%}.thin-font{font-weight:300}.uppercase{text-transform:uppercase}.alt-font{font-family:Georgia,Serif;font-style:italic}[data-opacity="0.9"]{opacity:.9}[data-opacity="0.85"]{opacity:.85}[data-opacity="0.8"]{opacity:.8}[data-opacity="0.7"]{opacity:.7}[data-opacity="0.6"]{opacity:.6}[data-opacity="0.5"]{opacity:.5}[data-text-color=primary]{color:blue}[data-text-color=secondary]{color:orange}[data-text-color=alert]{color:red}[data-text-color=success]{color:green}[data-padding="5px"]>span{padding:5px;line-height:1.5}[data-padding="10px"]>span{padding:10px;line-height:1.8}[data-padding="15px"]>span{padding:15px;line-height:2.2}[data-padding="20px"]>span{padding:20px;line-height:2}[data-padding="30px"]>span{padding:30px;line-height:3.2}[data-padding="40px"]>span{padding:40px;line-height:4}

View File

@@ -0,0 +1 @@
@keyframes rain{0%{background-position:0px 0px}100%{background-position:500px 1000px}}@-webkit-keyframes rain{0%{background-position:0px 0px}100%{background-position:500px 1000px}}.effect-rain{background-image:url("../img/effects/rain.png");-webkit-animation:rain 2s linear infinite;animation:rain 2s linear infinite}@keyframes sparkle{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:-500px -1000px,-400px -400px,300px 300px}}@-webkit-keyframes sparkle{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:-500px -1000px,-200px -400px,300px 300px}}.effect-sparkle{background-image:url("../img/effects/sparkle1.png"),url("../img/effects/sparkle2.png");-webkit-animation:sparkle 60s linear infinite;animation:sparkle 60s linear infinite}@keyframes glass{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px}}@-webkit-keyframes glass{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,-400px -400px}}.effect-sliding-glass{background-image:url("../img/effects/glass1.png"),url("../img/effects/glass2.png");-webkit-animation:glass 30s linear infinite;animation:glass 30s linear infinite}@keyframes confetti{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes confetti{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}.effect-confetti{background-image:url("../img/effects/confetti1.png"),url("../img/effects/confetti2.png");-webkit-animation:confetti 10s linear infinite;animation:confetti 10s linear infinite}@keyframes snow{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes snow{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}.effect-snow{background-image:url("../img/effects/snow1.png"),url("../img/effects/snow2.png");-webkit-animation:snow 20s linear infinite;animation:snow 20s linear infinite}

View File

@@ -0,0 +1 @@
.ux-swatch-preview{line-height:30px;font-weight:700;border-radius:100px}.ux-swatch-preview *{border-radius:100px}.ux-swatch__color,.ux-swatch__img{display:block;height:100%;width:100%;margin:0 !important}.ux-swatch__color--single-color{background:var(--swatch-color)}.ux-swatch__color--dual-color{background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--swatch-color)), color-stop(50%, var(--swatch-color-secondary)));background:-o-linear-gradient(top, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%);background:linear-gradient(180deg, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%)}.ux-swatch--color,.ux-swatch--image{width:30px;height:30px;border:1px solid #ddd}.ux-swatch--label{min-width:30px;height:30px;text-align:left}.ux-swatches-add-color{padding:0}.ux-dim{opacity:.3;pointer-events:none}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,60 @@
<?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="fl-icons" 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="&#xe000;" glyph-name="heart" d="M512 0q-14.857 0-25.143 10.286l-356.571 344q-5.714 4.571-15.714 14.857t-31.714 37.429-38.857 55.714-30.571 69.143-13.429 78.857q0 125.714 72.571 196.571t200.571 70.857q35.429 0 72.286-12.286t68.571-33.143 54.571-39.143 43.429-38.857q20.571 20.571 43.429 38.857t54.571 39.143 68.571 33.143 72.286 12.286q128 0 200.571-70.857t72.571-196.571q0-126.286-130.857-257.143l-356-342.857q-10.286-10.286-25.143-10.286z" />
<glyph unicode="&#xe001;" glyph-name="twitter" d="M1024 765.582c-37.675-16.709-78.165-28.002-120.661-33.081 43.371 26 76.686 67.17 92.373 116.231-40.597-24.078-85.557-41.561-133.41-50.981-38.32 40.83-92.921 66.341-153.346 66.341-116.023 0-210.087-94.057-210.087-210.078 0-16.466 1.858-32.501 5.44-47.879-174.601 8.763-329.401 92.4-433.017 219.506-18.085-31.029-28.446-67.115-28.446-105.618 0-72.889 37.088-137.193 93.461-174.866-34.439 1.093-66.832 10.542-95.154 26.279-0.021-0.875-0.021-1.755-0.021-2.642 0-101.787 72.418-186.697 168.521-206-17.625-4.8-36.187-7.371-55.349-7.371-13.538 0-26.697 1.321-39.527 3.771 26.736-83.461 104.32-144.206 196.251-145.895-71.899-56.35-162.487-89.934-260.917-89.934-16.958 0-33.68 0.994-50.117 2.939 92.971-59.609 203.401-94.393 322.041-94.393 386.423 0 597.737 320.123 597.737 597.744 0 9.109-0.206 18.167-0.61 27.179 41.056 29.621 76.672 66.619 104.837 108.747z" />
<glyph unicode="&#xe002;" glyph-name="facebook" d="M575.87-64h-191.87v512h-128v176.45l128 0.057-0.208 103.952c0 143.952 39.033 231.541 208.599 231.541h141.175v-176.485h-88.231c-66.032 0-69.207-24.656-69.207-70.683l-0.263-88.325h158.69l-18.704-176.45-139.851-0.057-0.13-512z" />
<glyph unicode="&#xe003;" glyph-name="envelop" d="M928 832h-832c-52.8 0-96-43.2-96-96v-640c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v640c0 52.8-43.2 96-96 96zM398.741 409.627l-270.741-210.891v501.641l270.741-290.75zM176.379 704h671.241l-335.621-252-335.621 252zM409.289 398.302l102.711-110.302 102.711 110.302 210.553-270.302h-626.528l210.553 270.302zM625.259 409.627l270.741 290.75v-501.641l-270.741 210.891z" />
<glyph unicode="&#xe004;" glyph-name="tag" d="M927.813 960h-288.562c-52.905 0-126.795-30.606-164.203-68.014l-446.992-446.99c-37.408-37.408-37.408-98.624 0-136.032l344.91-344.905c37.408-37.41 98.622-37.41 136.030 0l446.99 446.987c37.41 37.41 68.016 111.301 68.016 164.203v288.562c0 52.903-43.287 96.187-96.187 96.187zM800 640c-53.019 0-96 42.981-96 96s42.981 96 96 96 96-42.981 96-96-42.981-96-96-96z" />
<glyph unicode="&#xe005;" glyph-name="star" d="M1024 562.951l-353.781 51.408-158.219 320.581-158.217-320.583-353.783-51.406 256-249.538-60.432-352.352 316.432 166.357 316.432-166.359-60.434 352.352 256.002 249.541z" />
<glyph unicode="&#xe006;" glyph-name="star-o" d="M1024 562.951l-353.781 51.408-158.219 320.581-158.217-320.583-353.783-51.406 256-249.538-60.432-352.352 316.432 166.357 316.432-166.359-60.434 352.352 256.002 249.541zM512 206.503l-223.463-117.481 42.677 248.83-180.786 176.222 249.84 36.304 111.733 226.398 111.737-226.395 249.835-36.304-180.789-176.222 42.679-248.83-223.463 117.479z" />
<glyph unicode="&#xe008;" glyph-name="feed" d="M136.295 209.070c-75.195 0-136.293-61.335-136.293-136.075 0-75.154 61.099-135.801 136.293-135.801 75.465 0 136.494 60.649 136.494 135.801-0.002 74.743-61.024 136.075-136.494 136.075zM0.155 612.071v-196.258c127.785 0 247.959-49.973 338.457-140.512 90.384-90.318 140.281-211.035 140.281-339.301h197.122c0 372.821-303.28 676.071-675.861 676.071zM0.389 960v-196.357c455.783 0 826.757-371.335 826.757-827.643h196.855c0 564.471-459.255 1024-1023.611 1024z" />
<glyph unicode="&#xe009;" glyph-name="map-pin-fill" horiz-adv-x="640" d="M546.24 866.24c-124.992 124.992-327.488 124.992-452.512 0-124.992-124.928-124.992-327.616 0-452.48 0.032 0 226.272-221.76 226.272-477.76 0 256 226.24 477.76 226.24 477.76 125.024 124.864 125.024 327.552 0 452.48zM320 512c-70.752 0-128 57.248-128 128s57.248 128 128 128 128-57.248 128-128-57.248-128-128-128z" />
<glyph unicode="&#xe00a;" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
<glyph unicode="&#xe00c;" glyph-name="plus" d="M992 576h-352v352c0 17.673-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32v-352h-352c-17.673 0-32-14.327-32-32v-192c0-17.673 14.327-32 32-32h352v-352c0-17.673 14.327-32 32-32h192c17.673 0 32 14.327 32 32v352h352c17.673 0 32 14.327 32 32v192c0 17.673-14.329 32-32 32z" />
<glyph unicode="&#xe00e;" glyph-name="instagram" d="M512 867.8c136.8 0 153-0.6 206.8-3 50-2.2 77-10.6 95-17.6 23.8-9.2 41-20.4 58.8-38.2 18-18 29-35 38.4-58.8 7-18 15.4-45.2 17.6-95 2.4-54 3-70.2 3-206.8s-0.6-153-3-206.8c-2.2-50-10.6-77-17.6-95-9.2-23.8-20.4-41-38.2-58.8-18-18-35-29-58.8-38.4-18-7-45.2-15.4-95-17.6-54-2.4-70.2-3-206.8-3s-153 0.6-206.8 3c-50 2.2-77 10.6-95 17.6-23.8 9.2-41 20.4-58.8 38.2-18 18-29 35-38.4 58.8-7 18-15.4 45.2-17.6 95-2.4 54-3 70.2-3 206.8s0.6 153 3 206.8c2.2 50 10.6 77 17.6 95 9.2 23.8 20.4 41 38.2 58.8 18 18 35 29 58.8 38.4 18 7 45.2 15.4 95 17.6 53.8 2.4 70 3 206.8 3zM512 960c-139 0-156.4-0.6-211-3-54.4-2.4-91.8-11.2-124.2-23.8-33.8-13.2-62.4-30.6-90.8-59.2-28.6-28.4-46-57-59.2-90.6-12.6-32.6-21.4-69.8-23.8-124.2-2.4-54.8-3-72.2-3-211.2s0.6-156.4 3-211c2.4-54.4 11.2-91.8 23.8-124.2 13.2-33.8 30.6-62.4 59.2-90.8 28.4-28.4 57-46 90.6-59 32.6-12.6 69.8-21.4 124.2-23.8 54.6-2.4 72-3 211-3s156.4 0.6 211 3c54.4 2.4 91.8 11.2 124.2 23.8 33.6 13 62.2 30.6 90.6 59s46 57 59 90.6c12.6 32.6 21.4 69.8 23.8 124.2 2.4 54.6 3 72 3 211s-0.6 156.4-3 211c-2.4 54.4-11.2 91.8-23.8 124.2-12.6 34-30 62.6-58.6 91-28.4 28.4-57 46-90.6 59-32.6 12.6-69.8 21.4-124.2 23.8-54.8 2.6-72.2 3.2-211.2 3.2v0zM512 711c-145.2 0-263-117.8-263-263s117.8-263 263-263 263 117.8 263 263c0 145.2-117.8 263-263 263zM512 277.4c-94.2 0-170.6 76.4-170.6 170.6s76.4 170.6 170.6 170.6c94.2 0 170.6-76.4 170.6-170.6s-76.4-170.6-170.6-170.6zM846.8 721.4c0-33.91-27.49-61.4-61.4-61.4s-61.4 27.49-61.4 61.4c0 33.91 27.49 61.4 61.4 61.4s61.4-27.49 61.4-61.4z" />
<glyph unicode="&#xe010;" glyph-name="pinterest" d="M512 960c-282.77 0-512-229.23-512-512s229.225-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM561.643 275.881c-46.521 3.614-66.041 26.656-102.505 48.809-20.059-105.177-44.562-206.016-117.138-258.686-22.405 158.967 32.894 278.363 58.569 405.113-43.783 73.705 5.271 222.034 97.621 185.474 113.625-44.949-98.4-274.007 43.931-302.615 148.619-29.867 209.289 257.858 117.143 351.424-133.159 135.106-387.598 3.081-356.311-190.357 7.614-47.291 56.473-61.639 19.525-126.903-85.221 18.891-110.649 86.103-107.376 175.712 5.269 146.674 131.783 249.365 258.686 263.566 160.485 17.963 311.106-58.907 331.906-209.877 23.413-170.389-72.448-354.928-244.050-341.662z" />
<glyph unicode="&#xe011;" glyph-name="skype" d="M975.31 382.062c2.811 20.8 4.43 41.945 4.43 63.472 0 258.311-210.542 467.744-470.206 467.744-25.808 0-51.111-2.119-75.733-6.16-44.144 28.768-96.683 45.534-153.223 45.534-155.047 0-280.578-125.616-280.578-280.61 0-56.395 16.599-108.789 45.179-152.777-3.849-24.034-5.817-48.647-5.817-73.719 0-258.352 210.434-467.765 470.169-467.765 29.314 0 57.854 2.855 85.593 7.865 43.099-26.738 93.867-42.297 148.293-42.297 155.003 0 280.583 125.648 280.583 280.629-0.007 58.585-17.92 113.056-48.69 158.085zM553.481 100.807c-149.41-7.783-219.328 25.273-283.378 85.383-71.529 67.134-42.795 143.707 15.479 147.602 58.245 3.888 93.214-66.025 124.299-85.472 31.047-19.376 149.189-63.52 211.589 7.815 67.952 77.657-45.189 117.84-128.119 130.005-118.407 17.531-267.899 81.584-256.27 207.815 11.632 126.149 107.163 190.827 207.701 199.952 128.153 11.634 211.582-19.415 277.57-75.719 76.299-65.058 35.015-137.787-13.598-143.639-48.425-5.817-102.809 107.008-209.582 108.704-110.055 1.728-184.434-114.521-48.571-147.568 135.931-33.010 281.499-46.571 333.922-170.834 52.457-124.277-81.509-256.251-231.042-264.043z" />
<glyph unicode="&#xe012;" glyph-name="search" d="M1000.64 70.848l-184.896 184.896c50.688 72.576 80.64 160.704 80.64 255.936 0 247.424-200.64 448-448 448s-448-200.576-448-448c0-247.424 200.576-448 448-448 95.232 0 183.424 29.952 256 80.64l184.896-184.896c30.72-30.72 80.64-30.72 111.36 0s30.72 80.576 0 111.424zM448.32 191.616c-176.704 0-320 143.232-320 320s143.296 320 320 320c176.768 0 320-143.232 320-320 0.064-176.768-143.168-320-320-320z" />
<glyph unicode="&#xe013;" glyph-name="dribbble" d="M765.666 733.655c-6.882-9.806-64.487-87.232-200.555-138.229-62.704 115.205-132.208 209.849-142.784 224.011 28.777 6.937 58.8 10.64 89.675 10.64 97.23 0 186.087-36.469 253.664-96.423zM538.752 444.075c-197.353-63.794-302.373-237.678-311.042-252.521-61.115 67.842-98.373 157.575-98.373 255.858 0 3.915 0.078 7.81 0.194 11.696 16.745-0.343 202.181-2.734 393.278 54.457 10.953-21.44 21.417-43.202 31.024-64.939-5.063-1.426-10.091-2.939-15.081-4.551zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512.002 0c-247.031 0-448.002 200.969-448.002 448 0 247.029 200.971 448 448.002 448s447.998-200.971 447.998-448c0-247.031-200.967-448-447.998-448zM619.918 483.097c-7.945 18.661-16.482 37.2-25.387 55.429 141.483 57.762 205.609 139.963 213.675 150.878 53.291-65.115 85.566-148.053 86.411-238.373-12.617 2.67-139.129 28.329-266.457 12.318-2.681 6.551-5.426 13.134-8.242 19.749zM491.189 572.411c-178.997-47.531-336.651-46.848-353.767-46.622 24.814 118.743 104.837 217.433 211.893 267.927 10.087-13.835 78.471-108.594 141.874-221.305zM577.321 384.501c0.839 0.293 1.68 0.562 2.521 0.85 53.723-139.605 75.943-256.61 81.637-290.185-45.947-19.568-96.466-30.409-149.477-30.409-88.464 0-170.002 30.183-234.882 80.779 6.887 14.078 84.363 163.753 300.201 238.965zM651.465 403.035c119.915 19.193 225.264-12.231 238.359-16.359-17.061-106.475-78.171-198.427-164.021-256.473-3.922 23.278-24.288 135.294-74.338 272.832z" />
<glyph unicode="&#xe014;" glyph-name="discord" d="M862.805 960c59.989 0 108.373-48.512 111.232-105.6v-918.4l-114.219 96.981-62.72 57.088-68.437 59.648 28.587-94.080h-598.955c-59.819 0-108.373 45.44-108.373 105.643v692.907c0 57.088 48.64 105.685 108.587 105.685h704zM601.771 717.525h-1.28l-8.619-8.533c88.448-25.6 131.243-65.579 131.243-65.579-57.003 28.501-108.373 42.752-159.744 48.512-37.12 5.76-74.24 2.731-105.6 0h-8.533c-20.053 0-62.72-8.533-119.893-31.36-19.925-8.661-31.36-14.336-31.36-14.336s42.752 42.752 136.96 65.579l-5.76 5.76c0 0-71.339 2.731-148.352-54.187 0 0-77.013-134.144-77.013-299.52 0 0 42.667-74.24 159.701-77.056 0 0 17.067 22.741 34.347 42.752-65.707 19.968-91.307 59.904-91.307 59.904s5.717-2.816 14.293-8.533h2.56c1.28 0 1.877-0.64 2.56-1.28v-0.256c0.683-0.683 1.28-1.28 2.56-1.28 14.080-5.803 28.16-11.52 39.68-17.067 19.883-8.619 45.44-17.195 76.8-22.869 39.68-5.76 85.163-8.533 136.96 0 25.6 5.76 51.2 11.392 76.8 22.827 16.64 8.533 37.12 17.067 59.605 31.445 0 0-25.6-39.936-94.080-59.904 14.080-19.883 33.92-42.667 33.92-42.667 117.077 2.56 162.56 76.8 165.12 73.643 0 165.12-77.44 299.52-77.44 299.52-69.76 51.797-135.040 53.76-146.56 53.76zM608.939 529.237c29.995 0 54.187-25.6 54.187-56.96 0-31.573-24.32-57.173-54.187-57.173s-54.187 25.6-54.187 56.917c0.085 31.573 24.448 57.088 54.187 57.216zM415.104 529.237c29.867 0 54.016-25.6 54.016-56.96 0-31.573-24.32-57.173-54.187-57.173s-54.187 25.6-54.187 56.917c0 31.573 24.32 57.088 54.357 57.216z" />
<glyph unicode="&#xe015;" glyph-name="expand" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
<glyph unicode="&#xe016;" glyph-name="linkedin" d="M852 960h-680c-94.599 0-172-77.401-172-172v-680c0-94.599 77.401-172 172-172h680c94.599 0 172 77.401 172 172v680c0 94.599-77.401 172-172 172zM384 128h-128v448h128v-448zM320 640c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM832 128h-128v256c0 35.346-28.654 64-64 64s-64-28.654-64-64v-256h-128v448h128v-79.472c26.398 36.263 66.752 79.472 112 79.472 79.529 0 144-71.634 144-160v-288z" />
<glyph unicode="&#xe017;" glyph-name="pen-alt-fill" d="M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z" />
<glyph unicode="&#xe018;" glyph-name="youtube" d="M832 832h-640c-105.6 0-192-86.4-192-192v-384c0-105.6 86.4-192 192-192h640c105.6 0 192 86.4 192 192v384c0 105.6-86.4 192-192 192zM384 192v512l320-256-320-256z" />
<glyph unicode="&#xe019;" glyph-name="flickr" d="M800 544c-70.581 0-128-57.419-128-128s57.419-128 128-128c70.581 0 128 57.419 128 128s-57.419 128-128 128zM800 640v0c123.71 0 224-100.288 224-224 0-123.71-100.29-224-224-224s-224 100.29-224 224c0 123.712 100.29 224 224 224zM0 416c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224s-224-100.288-224-224z" />
<glyph unicode="&#xe01a;" glyph-name="clock" d="M658.745 210.745l-210.745 210.745v282.51h128v-229.49l173.255-173.255zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
<glyph unicode="&#xe600;" glyph-name="phone" d="M736 320c-64-64-64-128-128-128s-128 64-192 128-128 128-128 192 64 64 128 128-128 256-192 256-192-192-192-192c0-128 131.5-387.5 256-512s384-256 512-256c0 0 192 128 192 192s-192 256-256 192z" />
<glyph unicode="&#xe601;" glyph-name="px" horiz-adv-x="1317" d="M794.857 296v0l-0.571 0.571q-8.571 10.286-19.714 21.429t-35.714 32.857-53.429 35.429-54.571 13.714q-27.429 0-47.429-12.286t-29.143-30.857-13.143-33.714-4-27.143v0 0q0-12 4-27.429t13.143-33.714 29.143-30.571 47.429-12.286q25.714 0 54.571 13.714t53.714 35.714 35.429 32.571 19.714 21.429zM1201.714 296q0 12-4 27.143t-13.143 33.714-29.143 30.857-47.429 12.286q-25.714 0-54.571-13.714t-53.714-35.714-35.429-32.571-19.714-21.429l-0.571-0.571 0.571-0.571q8.571-10.286 19.714-21.429t35.714-32.857 53.429-35.429 54.571-13.714q27.429 0 47.429 12.286t29.143 30.571 13.143 33.714 4 27.429zM1316.571 297.714q0-39.429-13.714-78.571t-38.857-72-66.286-53.429-90.857-20.571q-38.857 0-76.571 13.714t-64.857 33.429-48.286 39.714-34 33.714-14.571 13.714-12.857-13.714-31.143-33.429-46.571-39.714-65.714-33.714-82-13.714q-37.143 0-70.571 12.857t-55.143 30.857-38 38-23.429 34-7.143 18.571q0-4.571-4.857-15.143t-14.286-26-26.857-31.429-39.429-30-55.143-22.857-71.429-8.857q-40.571 0-74.286 8.857t-56.286 22.571-40.286 32.286-27.429 36.286-15.714 36.286-8 30.857-2 20.857h124q0-31.429 28-61.429t72-30q45.143 0 76.857 38.286t31.714 84.571q0 45.714-29.714 78t-78.857 32.286q-2.857 0-7.429-0.286t-17.714-2.857-24.571-6.857-24-14-19.429-22.857h-111.429l58.286 333.143h344v-99.429h-254.286q-15.429-90.857-23.429-141.714 2.286 0 9.429 7.429t18 16.286 37.143 16.286 61.714 7.429 65.143-11.714 47.143-28.286 29.429-33.429 17.714-28.571 6.286-11.714 7.429 14.286 20.857 34.571 34.571 40.857 55.429 34.857 76 14.286 80.286-14.286 66-34.571 47.714-40.857 32.286-34.857 12-14.286q1.143 0 12.571 14.286t32 34.571 47.714 40.857 66 34.857 80 14.286q52.571 0 94-20t66-53.143 37.143-71.429 12.571-78.286z" />
<glyph unicode="&#xe602;" glyph-name="vk" horiz-adv-x="1097" d="M1095.429 653.714q13.143-36.571-85.714-168-13.714-18.286-37.143-48.571-44.571-57.143-51.429-74.857-9.714-23.429 8-46.286 9.714-12 46.286-46.857h0.571l2.286-2.286q80.571-74.857 109.143-126.286 1.714-2.857 3.714-7.143t4-15.143-0.286-19.429-14.286-15.714-33.714-7.143l-146.286-2.286q-13.714-2.857-32 2.857t-29.714 12.571l-11.429 6.857q-17.143 12-40 36.571t-39.143 44.286-34.857 33.143-32.286 8.857q-1.714-0.571-4.571-2t-9.714-8.286-12.286-16.857-9.714-29.714-3.714-44.286q0-8.571-2-15.714t-4.286-10.571l-2.286-2.857q-10.286-10.857-30.286-12.571h-65.714q-40.571-2.286-83.429 9.429t-75.143 30.286-58.857 37.714-40.286 32.857l-14.286 13.714q-5.714 5.714-15.714 17.143t-40.857 52-60.571 86.286-70 120.571-74.571 155.429q-3.429 9.143-3.429 15.429t1.714 9.143l2.286 3.429q8.571 10.857 32.571 10.857l156.571 1.143q6.857-1.143 13.143-3.714t9.143-4.857l2.857-1.714q9.143-6.286 13.714-18.286 11.429-28.571 26.286-59.143t23.429-46.571l9.143-16.571q16.571-34.286 32-59.429t27.714-39.143 23.714-22 19.429-8 15.429 2.857q1.143 0.571 2.857 2.857t6.857 12.571 7.714 26.857 5.429 46.286 0 71.429q-1.143 22.857-5.143 41.714t-8 26.286l-3.429 6.857q-14.286 19.429-48.571 24.571-7.429 1.143 2.857 13.714 9.714 10.857 21.714 17.143 30.286 14.857 136.571 13.714 46.857-0.571 77.143-7.429 11.429-2.857 19.143-7.714t11.714-13.714 6-18.286 2-26-0.571-31.429-1.429-40.286-0.857-47.143q0-6.286-0.571-24t-0.286-27.429 2-23.143 6.571-22.286 12.857-14q4.571-1.143 9.714-2.286t14.857 6.286 21.714 19.714 29.714 38.286 38.857 61.429q34.286 59.429 61.143 128.571 2.286 5.714 5.714 10t6.286 6l2.286 1.714 2.857 1.429t7.429 1.714 11.429 0.286l164.571 1.143q22.286 2.857 36.571-1.429t17.714-9.429z" />
<glyph unicode="&#xe603;" glyph-name="tumblr" d="M576.032 512l-0.002-234.184c0-59.418-0.77-93.656 5.53-110.5 6.25-16.754 21.918-34.146 38.99-44.202 22.684-13.588 48.542-20.376 77.708-20.376 51.854 0 82.478 6.848 133.742 40.54v-153.944c-43.7-20.552-81.866-32.594-117.324-40.922-35.5-8.242-73.86-12.406-115.064-12.406-46.828 0-74.456 5.886-110.41 17.656-35.958 11.868-66.66 28.806-92.020 50.54-25.45 21.922-43.022 45.208-52.848 69.832-9.826 24.636-14.716 60.414-14.716 107.244v359.1h-137.426v145.006c40.208 13.042 85.164 31.788 113.78 56.152 28.754 24.45 51.766 53.706 69.106 87.944 17.392 34.146 29.348 77.712 35.872 130.516h165.084l-0.002-255.996h255.968v-192h-255.968z" />
<glyph unicode="&#xe604;" glyph-name="gift" d="M771.516 640c18.126 12.88 35.512 27.216 51.444 43.148 33.402 33.402 55.746 74.5 62.912 115.722 7.858 45.186-3.672 87.14-31.63 115.1-22.3 22.298-52.51 34.086-87.364 34.086-49.632 0-101.922-23.824-143.46-65.362-66.476-66.476-105.226-158.238-126.076-223.722-15.44 65.802-46.206 154.644-106.018 214.458-32.094 32.092-73.114 48.57-111.846 48.57-31.654 0-61.78-11.004-84.26-33.486-49.986-49.988-43.232-137.786 15.086-196.104 20.792-20.792 45.098-38.062 70.72-52.412h-217.024v-256h64v-448h768v448.002h64v256h-188.484zM674.326 831.782c27.724 27.724 62.322 44.274 92.55 44.274 10.7 0 25.708-2.254 36.45-12.998 26.030-26.028 11.412-86.308-31.28-128.998-43.946-43.946-103.060-74.168-154.432-94.060h-50.672c18.568 57.548 52.058 136.456 107.384 191.782zM233.934 799.11c-0.702 9.12-0.050 26.248 12.196 38.494 10.244 10.244 23.788 12.396 33.348 12.396v0c21.258 0 43.468-10.016 60.932-27.48 33.872-33.872 61.766-87.772 80.668-155.876 0.51-1.84 1.008-3.67 1.496-5.486-1.816 0.486-3.646 0.984-5.486 1.496-68.104 18.904-122.002 46.798-155.874 80.67-15.828 15.826-25.77 36.16-27.28 55.786zM448 0h-256v416h256v-416zM448 448h-320v128h320v-128zM832 0h-256v416h256v-416zM896 448h-320v128h320v-128z" />
<glyph unicode="&#xe605;" glyph-name="play" d="M288 832l640-384-640-384z" />
<glyph unicode="&#xe800;" glyph-name="menu" d="M128 725.334h768q17.667 0 30.167-12.5t12.5-30.167-12.5-30.167-30.167-12.5h-768q-17.667 0-30.167 12.5t-12.5 30.167 12.5 30.167 30.167 12.5zM128 213.334h768q17.667 0 30.167-12.5t12.5-30.167-12.5-30.167-30.167-12.5h-768q-17.667 0-30.167 12.5t-12.5 30.167 12.5 30.167 30.167 12.5zM128 469.334h768q17.667 0 30.167-12.5t12.5-30.167-12.5-30.167-30.167-12.5h-768q-17.667 0-30.167 12.5t-12.5 30.167 12.5 30.167 30.167 12.5z" />
<glyph unicode="&#xe900;" glyph-name="user-o" d="M995.52 53.248c-6.432 4.256-123.136 80.8-296.736 118.368 63.68 80.672 104.576 189.184 121.952 261.408 24.128 100.096 14.752 295.936-81.376 417.984-56.192 71.328-134.816 108.992-227.36 108.992s-171.168-37.696-227.328-108.992c-96.128-122.016-105.472-317.856-81.376-417.952 17.376-72.224 58.24-180.736 121.952-261.408-173.6-37.568-290.304-114.112-296.704-118.368-23.456-15.616-33.952-44.8-25.76-71.744 8.128-27.040 33.056-45.536 61.216-45.536h896c28.192 0 53.056 18.496 61.248 45.504 8.224 26.944-2.272 56.128-25.728 71.744zM648.544 211.264l-10.432-13.248c-76.32-87.68-175.84-87.68-252.128 0l-10.464 13.248c-89.12 112.928-133.344 262.304-114.304 404.8 17.44 136.928 95.904 279.936 250.784 279.936s233.376-143.040 250.816-279.968c18.976-142.56-25.088-291.776-114.272-404.768zM64 0c4.416 2.944 112.832 74.048 274.752 109.056l79.488 17.184c28.384-18.624 59.52-30.24 93.76-30.24 34.272 0 65.376 11.616 93.76 30.24l79.488-17.184c160.64-34.752 268.672-105.056 274.752-109.056h-896z" />
<glyph unicode="&#xe901;" glyph-name="user" d="M576 253.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388z" />
<glyph unicode="&#xe902;" glyph-name="snapchat" horiz-adv-x="951" d="M484.571 877.714q76.571 0.571 137.429-39.143t93.429-110q15.429-33.143 15.429-102.286 0-26.857-5.143-109.143 8-4 16-4 10.286 0 29.143 7.714t29.143 7.714q16.571 0 32-10.286t15.429-26.286q0-18.286-18-30.857t-39.429-18-39.429-16.571-18-27.143q0-8.571 6.857-24.571 21.143-46.857 58.571-85.714t82.571-57.714q16-6.857 45.714-13.143 16-3.429 16-20 0-40-125.143-58.857-4-6.286-6.286-22.286t-8-26.571-18.857-10.571q-11.429 0-35.429 3.714t-36.571 3.714q-21.143 0-35.429-2.857-18.286-2.857-36-12.857t-33.143-21.714-33.143-23.143-43.429-19.143-56.571-7.714q-29.714 0-55.143 7.714t-42.857 19.143-32.857 23.143-33.143 21.714-35.429 12.857q-14.857 2.857-36 2.857-13.714 0-37.429-4.286t-33.429-4.286q-14.286 0-20 10.571t-8 27.143-6.286 22.857q-125.143 18.857-125.143 58.857 0 16.571 16 20 29.714 6.286 45.714 13.143 44.571 18.286 82.571 57.714t58.571 85.714q6.857 16 6.857 24.571 0 16-18 27.143t-39.714 16.857-39.714 18-18 30q0 15.429 14.857 26t31.429 10.571q8.571 0 27.429-7.429t30.286-7.429q10.286 0 18.286 4-5.143 81.143-5.143 108.571 0 69.714 15.429 102.857 36.571 78.286 98.286 113.143t150.857 36z" />
<glyph unicode="&#xe903;" glyph-name="chat" d="M512 768c-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.152 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.974-2.666 42.398-4.020 63.676-4.020 54.934 0 107.988 8.66 157.694 25.742 46.712 16.054 88.306 38.744 123.628 67.444 66.214 53.796 102.678 122.984 102.678 194.814s-36.464 141.016-102.678 194.814c-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742zM512 896v0c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
<glyph unicode="&#xe904;" glyph-name="lock" d="M480 258.731v0c-18.643 6.589-32 24.369-32 45.269 0 26.51 21.49 48 48 48s48-21.49 48-48c0-20.9-13.357-38.679-32-45.269v-83.019c0-8.42-7.163-15.712-16-15.712-8.578 0-16 7.035-16 15.712v83.019zM256 512v0 0c-53.045-0.15-96-42.866-96-96.303v-319.393c0-53.187 43.059-96.303 96.281-96.303h479.438c53.175 0 96.281 42.772 96.281 96.303v319.393c0 53.093-42.907 96.151-96 96.303v112.025c0 132.535-107.721 239.976-240 239.976-132.548 0-240-107.415-240-239.976v-112.025zM352 512v111.973c0 79.731 64.471 144.027 144 144.027 79.367 0 144-64.483 144-144.027v-111.973h-288z" />
<glyph unicode="&#xe905;" glyph-name="google-plus" horiz-adv-x="1317" d="M821.143 429.143q0-118.857-49.714-211.714t-141.714-145.143-210.857-52.286q-85.143 0-162.857 33.143t-133.714 89.143-89.143 133.714-33.143 162.857 33.143 162.857 89.143 133.714 133.714 89.143 162.857 33.143q163.429 0 280.571-109.714l-113.714-109.143q-66.857 64.571-166.857 64.571-70.286 0-130-35.429t-94.571-96.286-34.857-132.857 34.857-132.857 94.571-96.286 130-35.429q47.429 0 87.143 13.143t65.429 32.857 44.857 44.857 28 47.429 12.286 42.286h-237.714v144h395.429q6.857-36 6.857-69.714zM1316.571 498.857v-120h-119.429v-119.429h-120v119.429h-119.429v120h119.429v119.429h120v-119.429h119.429z" />
<glyph unicode="&#xe906;" glyph-name="heart-o" d="M950.857 610.286q0 46.286-12.286 81.714t-31.429 56.286-46.571 34-53.714 17.714-56 4.571-64-14.571-63.143-36.571-49.429-41.143-34.286-35.143q-10.286-12.571-28-12.571t-28 12.571q-13.714 16-34.286 35.143t-49.429 41.143-63.143 36.571-64 14.571-56-4.571-53.714-17.714-46.571-34-31.429-56.286-12.286-81.714q0-96 106.857-202.857l332-320 331.429 319.429q107.429 107.429 107.429 203.429zM1024 610.286q0-126.286-130.857-257.143l-356-342.857q-10.286-10.286-25.143-10.286t-25.143 10.286l-356.571 344q-5.714 4.571-15.714 14.857t-31.714 37.429-38.857 55.714-30.571 69.143-13.429 78.857q0 125.714 72.571 196.571t200.571 70.857q35.429 0 72.286-12.286t68.571-33.143 54.571-39.143 43.429-38.857q20.571 20.571 43.429 38.857t54.571 39.143 68.571 33.143 72.286 12.286q128 0 200.571-70.857t72.571-196.571z" />
<glyph unicode="&#xe907;" glyph-name="whatsapp" d="M512.128 967.111h-0.256c-282.303 0-511.872-229.632-511.872-512 0-112 36.096-215.808 97.472-300.096l-63.808-190.208 196.8 62.912c80.96-53.63 177.536-84.608 281.664-84.608 282.303 0 511.872 229.696 511.872 512s-229.568 512-511.872 512zM810.048 244.105c-12.352-34.88-61.376-63.808-100.48-72.256-26.752-5.696-61.695-10.24-179.326 38.528-150.464 62.336-247.36 215.232-254.912 225.152-7.232 9.92-60.8 80.96-60.8 154.431s37.312 109.248 52.352 124.608c12.352 12.608 32.768 18.368 52.352 18.368 6.336 0 12.032-0.32 17.152-0.576 15.040-0.64 22.592-1.536 32.512-25.28 12.352-29.76 42.432-103.232 46.016-110.784 3.648-7.552 7.296-17.792 2.176-27.712-4.8-10.24-9.024-14.784-16.576-23.488s-14.72-15.36-22.272-24.704c-6.912-8.128-14.72-16.832-6.016-31.872 8.704-14.72 38.784-63.808 83.072-103.232 57.152-50.88 103.488-67.136 120.064-74.048 12.352-5.12 27.072-3.904 36.096 5.696 11.456 12.352 25.6 32.832 40 52.992 10.24 14.464 23.168 16.256 36.736 11.136 13.824-4.8 86.976-40.958 102.014-48.446 15.040-7.552 24.96-11.136 28.608-17.472 3.584-6.336 3.584-36.096-8.768-71.040z" />
<glyph unicode="&#xe908;" glyph-name="shopping-cart" d="M384 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 448v384h-768c0 35.346-28.654 64-64 64h-192v-64h128l48.074-412.054c-29.294-23.458-48.074-59.5-48.074-99.946 0-70.696 57.308-128 128-128h768v64h-768c-35.346 0-64 28.654-64 64 0 0.218 0.014 0.436 0.016 0.656l831.984 127.344z" />
<glyph unicode="&#xe909;" glyph-name="shopping-basket" horiz-adv-x="1170" d="M1097.143 512q30.286 0 51.714-21.429t21.429-51.714-21.429-51.714-51.714-21.429h-8.571l-65.714-378.286q-4.571-26.286-25.143-43.429t-46.857-17.143h-731.429q-26.286 0-46.857 17.143t-25.143 43.429l-65.714 378.286h-8.571q-30.286 0-51.714 21.429t-21.429 51.714 21.429 51.714 51.714 21.429h1024zM277.143 54.857q14.857 1.143 24.857 12.857t8.857 26.571l-18.286 237.714q-1.143 14.857-12.857 24.857t-26.571 8.857-24.857-12.857-8.857-26.571l18.286-237.714q1.143-14.286 11.714-24t24.857-9.714h2.857zM512 91.428v237.714q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857-10.857-25.714v-237.714q0-14.857 10.857-25.714t25.714-10.857 25.714 10.857 10.857 25.714zM731.429 91.428v237.714q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857-10.857-25.714v-237.714q0-14.857 10.857-25.714t25.714-10.857 25.714 10.857 10.857 25.714zM932.571 88.571l18.286 237.714q1.143 14.857-8.857 26.571t-24.857 12.857-26.571-8.857-12.857-24.857l-18.286-237.714q-1.143-14.857 8.857-26.571t24.857-12.857h2.857q14.286 0 24.857 9.714t11.714 24zM272 784l-53.143-235.429h-75.429l57.714 252q10.857 50.286 50.857 82t91.429 31.714h95.429q0 14.857 10.857 25.714t25.714 10.857h219.429q14.857 0 25.714-10.857t10.857-25.714h95.429q51.429 0 91.429-31.714t50.857-82l57.714-252h-75.429l-53.143 235.429q-6.286 25.143-26 41.143t-45.429 16h-95.429q0-14.857-10.857-25.714t-25.714-10.857h-219.429q-14.857 0-25.714 10.857t-10.857 25.714h-95.429q-25.714 0-45.429-16t-26-41.143z" />
<glyph unicode="&#xe90a;" glyph-name="shopping-bag" d="M1004 146.286l20-178.857q1.714-16-9.143-28.571-10.857-12-27.429-12h-950.857q-16.571 0-27.429 12-10.857 12.571-9.143 28.571l20 178.857h984zM950.857 625.714l49.143-442.857h-976l49.143 442.857q1.714 13.714 12 23.143t24.571 9.429h146.286v-73.143q0-30.286 21.429-51.714t51.714-21.429 51.714 21.429 21.429 51.714v73.143h219.429v-73.143q0-30.286 21.429-51.714t51.714-21.429 51.714 21.429 21.429 51.714v73.143h146.286q14.286 0 24.571-9.429t12-23.143zM731.429 731.428v-146.286q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714v146.286q0 60.571-42.857 103.429t-103.429 42.857-103.429-42.857-42.857-103.429v-146.286q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714v146.286q0 90.857 64.286 155.143t155.143 64.286 155.143-64.286 64.286-155.143z" />
<glyph unicode="&#xe90b;" glyph-name="tiktok" d="M534.613 959.147c55.893 0.853 111.36 0.427 166.827 0.853 3.413-65.28 26.88-131.84 74.667-177.92 47.787-47.36 115.2-69.12 180.907-76.373v-171.947c-61.44 2.133-123.307 14.933-179.2 41.387-24.32 11.093-46.933 25.173-69.12 39.68-0.427-124.587 0.427-249.173-0.853-373.333-3.413-59.733-23.040-119.040-57.6-168.107-55.893-81.92-152.747-135.253-252.16-136.96-61.013-3.413-122.027 13.227-174.080 43.947-86.187 50.773-146.773 143.787-155.733 243.627-0.853 21.333-1.28 42.667-0.427 63.573 7.68 81.067 47.787 158.72 110.080 211.627 70.827 61.44 169.813 90.88 262.4 73.387 0.853-63.147-1.707-126.293-1.707-189.44-42.24 13.653-91.733 9.813-128.853-15.787-26.88-17.493-47.36-44.373-58.027-74.667-8.96-21.76-6.4-45.653-5.973-68.693 10.24-69.973 77.653-128.853 149.333-122.453 47.787 0.427 93.44 28.16 118.187 68.693 8.107 14.080 17.067 28.587 17.493 45.227 4.267 76.373 2.56 152.32 2.987 228.693 0.427 171.947-0.427 343.467 0.853 514.987z" />
<glyph unicode="&#xe90c;" glyph-name="twitch" d="M96 960l-96-160v-736h256v-128h128l128 128h160l288 288v608h-864zM832 416l-160-160h-160l-128-128v128h-192v576h640v-416zM608 704h96v-256h-96v256zM416 704h96v-256h-96v256z" />
<glyph unicode="&#xe992;" glyph-name="equalizer" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
<glyph unicode="&#xea95;" glyph-name="telegram" d="M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM763.6 609l-84-395.8c-5.8-28.2-22.8-34.8-46.4-21.8l-128 94.6-61.4-59.8c-7.2-7-12.8-12.8-25.6-12.8-16.6 0-13.8 6.2-19.4 22l-43.6 143.2-126.6 39.4c-27.4 8.4-27.6 27.2 6.2 40.6l493.2 190.4c22.4 10.2 44.2-5.4 35.6-40z" />
<glyph unicode="&#xf0a3;" glyph-name="certificate" horiz-adv-x="878" d="M786.286 448l78.857-77.143q17.143-16 11.429-40-6.857-23.429-29.714-29.143l-107.429-27.429 30.286-106.286q6.857-23.429-10.857-40-16.571-17.714-40-10.857l-106.286 30.286-27.429-107.429q-5.714-22.857-29.143-29.714-6.857-1.143-10.857-1.143-17.714 0-29.143 12.571l-77.143 78.857-77.143-78.857q-16-17.143-40-11.429-23.429 6.286-29.143 29.714l-27.429 107.429-106.286-30.286q-23.429-6.857-40 10.857-17.714 16.571-10.857 40l30.286 106.286-107.429 27.429q-22.857 5.714-29.714 29.143-5.714 24 11.429 40l78.857 77.143-78.857 77.143q-17.143 16-11.429 40 6.857 23.429 29.714 29.143l107.429 27.429-30.286 106.286q-6.857 23.429 10.857 40 16.571 17.714 40 10.857l106.286-30.286 27.429 107.429q5.714 23.429 29.143 29.143 23.429 6.857 40-10.857l77.143-79.429 77.143 79.429q16.571 17.143 40 10.857 23.429-5.714 29.143-29.143l27.429-107.429 106.286 30.286q23.429 6.857 40-10.857 17.714-16.571 10.857-40l-30.286-106.286 107.429-27.429q22.857-5.714 29.714-29.143 5.714-24-11.429-40z" />
<glyph unicode="&#xf104;" glyph-name="angle-left" horiz-adv-x="382" d="M332.571 685.652q0-7.429-5.714-13.143l-224.571-224.571 224.571-224.571q5.714-5.714 5.714-13.143t-5.714-13.143l-28.571-28.571q-5.714-5.714-13.143-5.714t-13.143 5.714l-266.286 266.286q-5.714 5.714-5.714 13.143t5.714 13.143l266.286 266.286q5.714 5.714 13.143 5.714t13.143-5.714l28.571-28.571q5.714-5.714 5.714-13.143z" />
<glyph unicode="&#xf105;" glyph-name="angle-right" horiz-adv-x="398" d="M398 447.978q0-7.429-5.714-13.143l-266.286-266.286q-5.714-5.714-13.143-5.714t-13.143 5.714l-28.571 28.571q-5.714 5.714-5.714 13.143t5.714 13.143l224.571 224.571-224.571 224.571q-5.714 5.714-5.714 13.143t5.714 13.143l28.571 28.571q5.714 5.714 13.143 5.714t13.143-5.714l266.286-266.286q5.714-5.714 5.714-13.143z" />
<glyph unicode="&#xf106;" glyph-name="angle-up" horiz-adv-x="658" d="M614.286 283.429q0-7.429-5.714-13.143l-28.571-28.571q-5.714-5.714-13.143-5.714t-13.143 5.714l-224.571 224.571-224.571-224.571q-5.714-5.714-13.143-5.714t-13.143 5.714l-28.571 28.571q-5.714 5.714-5.714 13.143t5.714 13.143l266.286 266.286q5.714 5.714 13.143 5.714t13.143-5.714l266.286-266.286q5.714-5.714 5.714-13.143z" />
<glyph unicode="&#xf107;" glyph-name="angle-down" horiz-adv-x="658" d="M614.286 539.429q0-7.429-5.714-13.143l-266.286-266.286q-5.714-5.714-13.143-5.714t-13.143 5.714l-266.286 266.286q-5.714 5.714-5.714 13.143t5.714 13.143l28.571 28.571q5.714 5.714 13.143 5.714t13.143-5.714l224.571-224.571 224.571 224.571q5.714 5.714 13.143 5.714t13.143-5.714l28.571-28.571q5.714-5.714 5.714-13.143z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1 @@
.ie8 .flex-right,.ie9 .flex-right{text-align:right}.ie8 .flex-left,.ie9 .flex-left{text-align:left}.ie8.has-mask,.ie9 .has-mask{margin-top:0 !important}.ie9 .links>li>a:before,.ie9 i[class^=icon-],.ie9 i[class*=" icon-"]{vertical-align:middle}.ie8 [data-animated],.ie9 [data-animated]{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;opacity:1 !important}.ie9 .slider-nav-circle svg{border:0 !important}.ie9 .section,.ie8 .section{display:table}.ie8 .section-content,.ie9 .section-content{display:table-cell;vertical-align:middle}.ie8 .show-for-medium,.ie9 .show-for-medium{display:none !important}.ie8 .nav a{color:#000}.ie8 .dark a{color:#fff}.ie9.no-js .flex-row{display:table}.ie9.no-js .flex-col{display:table-cell;vertical-align:middle}.ie8 .large-1,.ie8 .small-1{width:8.3333333333%}.ie8 .large-2,.ie8 .small-2{width:16.6666666667%}.ie8 .large-3,.ie8 .small-3{width:25%}.ie8 .large-4,.ie8 .small-4{width:33.3333333333%}.ie8 .large-5,.ie8 .small-5{width:41.6666666667%}.ie8 .large-6,.ie8 .small-6{width:50%}.ie8 .large-7,.ie8 .small-7{width:58.3333333333%}.ie8 .large-8,.ie8 .small-8{width:66.6666666667%}.ie8 .large-9,.ie8 .small-9{width:75%}.ie8 .large-10,.ie8 .small-10{width:83.3333333333%}.ie8 .large-11,.ie8 .small-11{width:91.6666666667%}.ie8 .large-12,.ie8 .small-12{width:100%}.ie8 .large-columns-1 .col,.ie8 .small-columns-1 .col{width:100%}.ie8 .large-columns-2 .col,.ie8 .small-columns-2 .col{width:50%}.ie8 .large-columns-3 .col,.ie8 .small-columns-3 .col{width:33.3333333333%}.ie8 .large-columns-4 .col,.ie8 .small-columns-4 .col{width:25%}.ie8 .large-columns-5 .col,.ie8 .small-columns-5 .col{width:20%}.ie8 .large-columns-6 .col,.ie8 .small-columns-6 .col{width:16.6666666667%}.ie8 .large-columns-7 .col,.ie8 .small-columns-7 .col{width:14.2857142857%}.ie8 .large-columns-8 .col,.ie8 .small-columns-8 .col{width:12.5%}

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1000 100H0V80H479.686C481.808 80 483.843 80.8429 485.343 82.3432L497.879 94.8787C499.05 96.0503 500.95 96.0503 502.121 94.8787L514.657 82.3431C516.157 80.8428 518.192 80 520.314 80H1000V100Z"/>
</svg>

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1000 100H0L0 96H480.929C482.255 96 483.527 95.4732 484.464 94.5355L497.879 81.1213C499.05 79.9497 500.95 79.9497 502.121 81.1213L515.536 94.5355C516.473 95.4732 517.745 96 519.071 96H1000V100Z"/>
</svg>

After

Width:  |  Height:  |  Size: 327 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1000 100H0V80H483L500 97L517 80H1000V100Z"/>
</svg>

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1000 100H0L0 96H483L500 79L517 96H1000V100Z"/>
</svg>

After

Width:  |  Height:  |  Size: 178 B

View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M908.5 120H291.5C533.5 120 589.054 34.8819 600 4C610.945 34.8819 666.5 120 908.5 120Z"/>
</svg>

After

Width:  |  Height:  |  Size: 221 B

View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M0 0V120L600 120V116C589.054 85.1181 533.5 0 291.5 0H0Z"/>
<path class="ux-shape-fill" d="M1200 0V120L600 120V116C610.945 85.1181 666.5 0 908.5 0H1200Z"/>
</svg>

After

Width:  |  Height:  |  Size: 288 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1000 100H0V4.71656C494.161 100.895 796.31 101.094 1000 5.31298V100Z"/>
</svg>

After

Width:  |  Height:  |  Size: 202 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M-24 100C493.5 -2.66667 804 -2.66667 1011 100H-24Z"/>
</svg>

After

Width:  |  Height:  |  Size: 184 B

View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M500 47.0297C184.4 47.0297 -26 100 -26 100H1026C1026 100 815.6 47.0297 500 47.0297ZM1026 -5.94059H-26V-7H1026V-5.94059Z"/>
</svg>

After

Width:  |  Height:  |  Size: 254 B

View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" opacity="0.15" d="M0 14C0 14 88.64 17.48 300 50C560 90 814 77 1003 40L1015 68L1018 104H0V14Z"/>
<path class="ux-shape-fill" opacity="0.3" d="M0 45C0 45 271 90.13 500 77C657 68 830 30 1015 14V100H0V45Z"/>
<path class="ux-shape-fill" d="M0 58C0 58 188.29 90 508 90C798 90 1002 55 1002 55V100H0V58Z"/>
</svg>

After

Width:  |  Height:  |  Size: 431 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M0 0C0 0 200 50 500 50C800 50 1000 0 1000 0V101H0V1V0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 188 B

View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M500 50L1067.25 102.5H-67.2466L500 50Z"/>
<path class="ux-shape-fill" opacity="0.15" d="M1011 2.70583L500 50.0001L-12 2.61328V105H1011V2.70583Z"/>
<path class="ux-shape-fill" opacity="0.3" d="M-13 50H1010V105H-13V50Z"/>
</svg>

After

Width:  |  Height:  |  Size: 355 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1000 100V0L-40 100H1000Z"/>
</svg>

After

Width:  |  Height:  |  Size: 159 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M500 95.6L0 0V100H1000V0L500 95.6Z"/>
</svg>

After

Width:  |  Height:  |  Size: 168 B

View File

@@ -0,0 +1,4 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1025 100H-25L500 24L1025 100Z"/>
<path class="ux-shape-fill" opacity="0.3" d="M1025 100H-25L500 0L1025 100Z"/>
</svg>

After

Width:  |  Height:  |  Size: 243 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M1025 103H-25L500 3L1025 103Z"/>
</svg>

After

Width:  |  Height:  |  Size: 164 B

View File

@@ -0,0 +1,5 @@
<svg viewBox="0 0 1000 300" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" opacity="0.15" d="M0 299L-2 19.9998C153 -16.0002 308 155 413 184C515.64 212.35 562 152 645 153C725 154 787 206 874 233C939.54 253.34 975 248 1000 244.61V299H0Z"/>
<path class="ux-shape-fill" opacity="0.3" d="M0 300L-2 34C155 -9.00003 300 178 403 212C504.11 245.38 562 165 645 166C725 167 790.09 220.07 874 253C939.21 278.59 978.07 269.72 1000 263.61V300H0Z"/>
<path class="ux-shape-fill" d="M0 300L-1 69.7099C216 56.9999 299.47 198.86 403 226C506 253 577 196 660 197C740 198 790.09 234.07 874 267C935.23 291 982 282.61 1000 277.61V300H0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 673 B

View File

@@ -0,0 +1,7 @@
<svg viewBox="0 0 1000 300" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" opacity="0.05" d="M1014 264V386H206L34 300C34 300 344.42 277.16 436 221C542 156 590 160 704 209C811 255 899.11 214.94 979 346L1014 264Z"/>
<path class="ux-shape-fill" opacity="0.1" d="M-302 55C-302 55 -66.73 263.25 50 214C178 160 283 116 353 141C445.68 174.1 534.28 256.19 588 249C692.9 235 764.52 75.94 855 131C940.61 183.09 1000 254 1000 254V328L-306 338L-302 55Z"/>
<path class="ux-shape-fill" opacity="0.15" d="M-286 255C-286 255 -72 152 52 126C176 100 255 155 436 227C581.57 284.91 614.7 277.79 708 227C787 184 1009 3.0001 1093 164C1146 265.63 1031 293 1031 293L924 377L-288 389L-286 255Z"/>
<path class="ux-shape-fill" opacity="0.3" d="M-24 69C-24 69 275.68 370.66 389 314C397 310 622 316 673 356C690.47 369.7 845 224 890 182C944.8 130.85 1018 92 1078 143C1154.12 207.7 1196 242 1196 242L1184 374L-28 386L-24 69Z"/>
<path class="ux-shape-fill" d="M-12 201C-12 201 58 284 182 258C306 232 342.29 221.23 456 264C565 305 640.82 288.36 721 249C776 222 837.5 191.31 935 253C984 284 1030 279 1030 279L1024 430L-12 440V201Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 1000 300" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M0 300L-1 69.71C216 57 299.47 198.86 403 226C506 253 577 196 660 197C740 198 790.09 234.07 874 267C935.23 291 982 282.61 1000 277.61V300H0Z"/>
<path class="ux-shape-fill" opacity="0.5" d="M1 265.094L0 50.5C217 37.79 300.47 186.36 404 213.5C507 240.5 578 196.5 661 197.5C741 198.5 787.59 239.57 871.5 272.5C932.73 296.5 980.5 284.5 998.5 279.5V298.5L1 265.094Z"/>
<path class="ux-shape-fill" opacity="0.15" d="M0.999878 244.094L-0.00012207 27C217 14.29 300.47 173.86 404 201C507 228 578 196 661 197C741 198 787.59 243.07 871.5 276C932.73 300 980.5 284.5 998.5 279.5V299L0.999878 244.094Z"/>
</svg>

After

Width:  |  Height:  |  Size: 732 B

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path class="ux-shape-fill" d="M321.39 63.56c58 10.79 114.16 30.13 172 41.86 82.39 16.72 168.19 17.73 250.45.39C823.78 89 906.67 48 985.66 27.17c70.05-18.48 146.53-26.09 214.34-3V120H0V92.65a600.21 600.21 0 01321.39-29.09z"/>
</svg>

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="64px" height="65px" viewBox="0 0 64 65" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>Logo-ThemeForest</title>
<desc>Created with Sketch.</desc>
<defs>
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.179517663 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
<feMerge>
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
</defs>
<g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-2" transform="translate(4.000000, -49.000000)" fill="#FFFFFF">
<g id="Logo-ThemeForest" filter="url(#filter-1)" transform="translate(0.000000, 51.000000)">
<path d="M28.40694,46.9959391 L21.3512884,39.9402875 L28.40694,32.884636 L28.40694,20.442015 L15.1299779,33.718977 L9.95138024,28.5403793 L28.40694,10.0848196 L28.40694,0.246280496 L0.0325226042,28.6206979 L28.40694,56.9951153 L28.40694,46.9959391 Z" id="Combined-Shape"></path>
<path d="M56.7529622,46.9959391 L49.6973107,39.9402875 L56.7529622,32.884636 L56.7529622,20.442015 L43.4760002,33.718977 L38.2974025,28.5403793 L56.7529622,10.0848196 L56.7529622,0.246280496 L28.3785448,28.6206979 L56.7529622,56.9951153 L56.7529622,46.9959391 Z" id="Combined-Shape" opacity="0.499591884" transform="translate(42.565754, 28.620698) scale(-1, 1) translate(-42.565754, -28.620698) "></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.03 13.33">
<path d="M32.23 4.41a3.21 3.21 0 0 1 0 4.52 3.17 3.17 0 0 1-2.23.91 2.18 2.18 0 0 1-1.51-.6h-.07v3.58l-1.62.52V3.61h1.62v.48l.07-.07A2 2 0 0 1 30 3.49a3.24 3.24 0 0 1 2.26.92m-.69 2.26A1.58 1.58 0 1 0 30 8.34a1.61 1.61 0 0 0 1.57-1.62M34.67 8.93a3.18 3.18 0 0 1 2.26-5.44 2.23 2.23 0 0 1 1.51.6h.07v-.48h1.61v6.12h-1.61v-.48l-.07.07a2 2 0 0 1-1.51.53 3.24 3.24 0 0 1-2.26-.92m.68-2.26a1.58 1.58 0 1 0 1.58-1.62 1.62 1.62 0 0 0-1.58 1.62"/>
<path d="M34.67 8.93a3.18 3.18 0 0 1 2.26-5.44 2.23 2.23 0 0 1 1.51.6h.07v-.48h1.61v6.12h-1.61v-.48l-.07.07a2 2 0 0 1-1.51.53 3.24 3.24 0 0 1-2.26-.92m.68-2.26a1.58 1.58 0 1 0 1.58-1.62 1.62 1.62 0 0 0-1.58 1.62M41.74 13.29l1.46-3.55-2.45-6.13h1.79l1.53 3.81 1.55-3.81h1.77l-3.9 9.68h-1.75z"/>
<path d="M41.74 13.29l1.46-3.55-2.45-6.13h1.79l1.53 3.81 1.55-3.81h1.77l-3.9 9.68h-1.75zM3.13 9.84a3.12 3.12 0 0 1-2.22-.9 3.17 3.17 0 0 1 0-4.44 3.22 3.22 0 0 1 2.22-.89 3.28 3.28 0 0 1 2 .82l.13.11v-.8h1v6h-1v-.9l-.13.11a3.18 3.18 0 0 1-2 .83m0-5.27a2.15 2.15 0 1 0 2.14 2.16 2.16 2.16 0 0 0-2.14-2.16M8.05 9.65v-5h-.91v-.94h.91V1.93A1.92 1.92 0 0 1 10 0h1.29L11 .94h-1a1 1 0 0 0-1 1v1.74h1.89v.94H9v5zM14.67 9.65a2 2 0 0 1-1.95-2v-3h-.91v-.96h.91V0h1v3.69h1.88v.94h-1.89v3a1 1 0 0 0 1 1h1l.25.94zM18.94 9.76a2.6 2.6 0 0 1-2-.91 3 3 0 0 1-.81-1.88 1.22 1.22 0 0 1 0-.27 3.51 3.51 0 0 1 .08-.71A3.22 3.22 0 0 1 17 4.55a2.67 2.67 0 0 1 4 0 3.11 3.11 0 0 1 .74 1.44 4.35 4.35 0 0 1 .07.88h-4.75v.11a2 2 0 0 0 1.85 1.86 2.37 2.37 0 0 0 1.51-.62l.83.49a3.54 3.54 0 0 1-.74.6 3.23 3.23 0 0 1-1.57.44m0-5.2a2 2 0 0 0-1.77 1.38l-.06.12h3.68l-.07-.14A2 2 0 0 0 19 4.54M22.75 9.65v-6h1v.75l.14-.15A3.69 3.69 0 0 1 26 3.56l-.24 1a2 2 0 0 0-2 1.92v3.18zM56 5.34l1.73-1-.32-.58c-.18-.33-.11-.47.27-.47H61c.33 0 .41.14.25.43-.55 1-1.11 1.94-1.67 2.9-.18.31-.34.31-.53 0s-.14-.24-.34-.59L57 6.99a2 2 0 0 0 .12.21c.43.74.62 1.1 1.06 1.84a1.32 1.32 0 0 0 1.81.52 1.4 1.4 0 0 0 .44-.4 2.9 2.9 0 0 0 .19-.29l3.15-5.46a1.92 1.92 0 0 0 .23-.57 1.3 1.3 0 0 0-1-1.56 1 1 0 0 0-.3 0H56a1.32 1.32 0 0 0-1.34 1.3 1.19 1.19 0 0 0 .15.64c.15.29.33.57.49.85.31.54.39.68.74 1.27M51 10.93v-2h-.7c-.38 0-.46-.14-.27-.47.54-1 1.1-1.91 1.66-2.87.17-.28.31-.31.49 0 .56 1 1.11 1.91 1.66 2.88.17.3.09.44-.26.45h-.67v2h2.34a1.32 1.32 0 0 0 1.36-1.26 1.42 1.42 0 0 0-.13-.61l-.15-.3-3.12-5.41a3.14 3.14 0 0 0-.39-.51A1.31 1.31 0 0 0 51 2.9a1.77 1.77 0 0 0-.16.22c-1.14 1.92-2.26 3.86-3.37 5.8a1.32 1.32 0 0 0 .45 1.82 1.35 1.35 0 0 0 .62.18H51"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 706.5 140.9"><path class="st0" d="M49 .9C43.5-.2 37.9-.2 32.5.9 12.8 4.9 0 20.5 0 40.7V104c0 2.6.3 4.4 1.1 5.9l.1.1c.9 1.7 2.6 3 4.5 3.5 2 .5 4.1.1 5.8-1.1 3.3-2.2 3.7-6 3.7-8.7V78.2h51.2v25.7c0 3.1.9 4.9 1.4 6 .9 1.7 2.6 3 4.5 3.5.5.1 1.1.2 1.7.2 1.5 0 2.9-.4 4.1-1.3 3-2 3.4-5.3 3.4-8.7v-63C81.4 20.4 68.7 4.9 49 .9zm17.3 39.9V64h-51V40.8c0-10 3.5-17 11.2-22C31.9 15 39 13.6 46 14.9c3.4.6 6.4 1.9 9 3.8l.1.1c7.6 5.1 11.2 12.1 11.2 22zM232.9 79.1c-.8-1.7-2.4-3-4.2-3.6-1.9-.6-3.9-.3-5.7.6-3.5 1.7-4.2 5.5-4.4 6.8l-.6 3.2-.1 1c-2.3 9.9-10.3 15.3-20.5 13.8-6.6-1-15.4-4.5-15.4-22.7V77h20c2.4 0 9.7 0 9.7-7.2 0-3.6-2.7-6.6-5.9-6.8-1.5-.2-2.8-.2-4.3-.2H182V35.1c0-2.6-.3-4.4-1.1-5.9v-.1c-.9-1.7-2.6-3-4.5-3.5-2-.5-4.1-.1-5.8 1.1-3 2-3.4 5.3-3.4 8.7v41.3c0 23.5 8.5 35.3 27.6 38.4 2.2.4 4.4.6 6.6.6 15 0 27.6-9.3 31.6-24.1.3-1.2.5-2.3.7-3.4v-.1c.6-4.3.4-6.7-.8-9zM330.6 59.4c-6.4-23.9-30.8-37.7-55.6-31.5-12.7 3.2-23 10.9-29 21.7-6 10.8-7.1 23.7-3.1 36.3 6 18.5 23.1 30.1 42.6 30.1 3.5 0 7.2-.4 10.8-1.2 5.5-1.2 10.9-3.5 15.7-6.6 3.6-2.4 6.6-5 8.2-7 2.5-3 4-5.4 3.7-8.2-.2-1.9-1.2-3.6-2.7-4.8-1.6-1.2-3.7-1.7-5.6-1.3l-.3.1c-1.9.6-3.4 1.4-4.6 2.6l-1.3 1.6-1.9 1.7-.1.1c-4.2 4.2-9.3 7.1-14.8 8.2-14.9 3.4-29.6-4.5-35-18.7-.4-1.2-.7-2.3-1-3.3H322l1.4-.2 2.2-.1c2.4-.2 4.2-1.1 5.4-2.8 2.2-3.1 2.1-7.7-.4-16.7zm-73.2 2.5c5.1-16.2 21.4-24.9 37.8-20.1 10.3 3 18.3 11.4 20.9 21.9.2.8.4 1.6.5 2.4l-60.2-.5c.2-1.3.6-2.4 1-3.7zM407.7 52.9c-.3-1.3-.7-2.4-1-3.4l-.3-.9c-5.2-14.4-17.2-22.9-32-22.8-2.6 0-4.8.2-7.1.7-11.8 2.6-25.8 11.1-25.8 36.8v40.6c0 2.9.7 4.6 1.4 6 .9 1.7 2.6 3 4.5 3.5.5.1 1.1.2 1.7.2 1.5 0 2.9-.4 4.1-1.3 3.1-2.1 3.1-5.7 3.1-8.7V63.3c0-13.6 4.3-20.2 14.3-22.2 6.7-1.5 13.3.7 17.4 5.6 2 2.4 3.2 4.7 3.7 6.7 1.5 7.2 2.3 9.4 3.3 10.8l.3.4c2.2 2.5 6.1 3.2 9.3 1.6 4.6-2.5 4.1-8.4 3.1-13.3z"/><path class="st1" d="M494.7 13.8c-7.4-8.9-18.5-14-30.5-13.8-22.5.3-37.7 16.6-37.7 40.6v63.3c0 2.9.7 4.6 1.4 6 .9 1.7 2.6 3 4.5 3.5.5.1 1.1.2 1.7.2 1.5 0 2.9-.4 4.1-1.3 3.1-2.1 3.5-5.6 3.5-8.7V74.9h21.9c20.7 0 34.8-10.8 38.7-29.6 2.3-11.3-.4-22.7-7.6-31.5zm-7 24c-.3 13.5-10.2 22.8-24.2 22.8h-.3l-21.3-.3v-21c0-9.4 1.4-13.8 5.9-18.4 4.4-4.6 10.2-6.8 17.1-6.7 13.5.3 22.9 10 22.8 23.6zM597.3 66.6c-.2-3.6-.7-6.8-1.6-9.7-3.1-10.8-10.4-19.8-20.5-25.4-10.8-5.9-23.5-7.2-35.7-3.6-15.9 4.7-27.9 17.5-31.2 33.6-4.9 24.2 8.7 46.8 31.6 52.7 4.2 1.1 8.5 1.6 12.7 1.6 6.4 0 12.6-1.3 18.2-3.8 4.6-2.1 8.7-4.9 11.9-8.3v.2c0 2.7 0 4.3.8 5.9l.1.1c.9 1.7 2.6 3 4.5 3.5 2 .5 4.1.1 5.8-1.1 3.1-2.1 3.6-5.6 3.6-8.7V68.3l-.2-1.7zm-37.6 34.1c-16.5 3.8-31.8-5.2-36.2-21.4v-.1c-.7-2.1-1-4.2-1.2-6.3-.9-14.3 7.7-27.2 21-31.3 3.2-1 6.5-1.5 9.7-1.5 6.2 0 12.1 1.8 17.2 5.4 7.7 5.4 12.3 14.2 12.6 24.1.6 15.3-8.6 27.8-23.1 31.1zM676.7 32l-3.1 1.5 3.1-1.5-.1-.2c-.9-1.7-2.6-3-4.5-3.5-2-.5-4.1-.1-5.8 1.1-3 2-3.3 5.4-3.3 8.7v40.3c0 7.9-2.4 14.3-6.7 18.1-3.8 3.3-8.9 4.6-14.8 3.8-10.2-1.4-15.8-8.7-15.8-20.6V37.9c0-2.5-.2-4.3-1-6-.9-1.7-2.6-3-4.5-3.5-2-.5-4.1-.1-5.8 1.1-3.1 2.1-3.6 5.6-3.6 8.7V80c0 16.7 7.6 28.5 21.5 33.3 10.7 3.7 22.4 1.9 30.5-4.1v.3c-1.3 8.8-5.8 14.1-13.8 16.2-4.3 1.2-8.7.9-12.1-.8-2.8-1.4-4.8-3-6-4.7l-2.2-2.8-1.4-1.6c-.9-1.2-1.6-1.8-2-2.1l-.4-.4-.4-.2c-2-1.2-4.5-1.3-6.6-.3-2.2 1-3.8 3-4.2 5.3-.5 3.2.8 5.9 3.1 9.4l.1.1c1.7 2.4 4 4.8 6.5 6.8 5.4 4.3 12.5 6.5 20 6.5 3.2 0 6.4-.4 9.6-1.2 16.1-4.1 25-17 25-36.3V37.9c.1-3.1-.8-4.8-1.3-5.9z"/><path class="st0" d="M158.3 52.9c-.3-1.3-.6-2.4-1-3.4l-.3-.9c-5.2-14.4-17.2-22.9-32-22.8-2.7 0-4.8.2-7.1.7-11.8 2.6-25.8 11.1-25.8 36.8v40.6c0 3.1.9 4.9 1.4 5.9v.1c.9 1.7 2.6 3 4.5 3.5.5.1 1.1.2 1.7.2 1.5 0 2.9-.4 4.1-1.3 3-2 3.4-5.4 3.4-8.7V94l-.3-16.9h21.3c7 0 8.7-3.6 8.9-6.7.1-2.6-.9-4.2-1.7-5.1-1.5-1.6-3.9-2.4-7.2-2.4h-21.4c.1-13.2 4.4-19.7 14.3-21.8 6.7-1.5 13.3.7 17.4 5.6 2 2.5 3.2 4.7 3.7 6.7 1.5 7.2 2.3 9.4 3.3 10.8l.3.4c2.2 2.5 6.1 3.2 9.3 1.6 4.7-2.5 4.2-8.4 3.2-13.3z"/><path class="st1" d="M703.3 22.3c-2.2 2.2-4.8 3.3-7.8 3.3-3.1 0-5.7-1.1-7.8-3.3-2.1-2.2-3.2-4.8-3.2-7.8s1.1-5.6 3.2-7.8c2.2-2.2 4.8-3.2 7.8-3.2 3.1 0 5.7 1.1 7.8 3.2 2.2 2.1 3.2 4.7 3.2 7.8 0 3-1.1 5.6-3.2 7.8M688.7 7.7c-1.8 1.9-2.8 4.1-2.8 6.7 0 2.6.9 4.9 2.8 6.8 1.9 1.9 4.1 2.8 6.7 2.8 2.6 0 4.9-.9 6.7-2.8 1.8-1.9 2.8-4.1 2.8-6.8 0-2.6-.9-4.9-2.8-6.7-1.9-1.9-4.1-2.8-6.7-2.8-2.6 0-4.8 1-6.7 2.8m6.5.6c1.5 0 2.6.1 3.3.4 1.2.5 1.9 1.5 1.9 3.1 0 1.1-.4 1.9-1.2 2.4-.4.3-1 .5-1.8.6.9.2 1.6.6 2.1 1.2.4.6.7 1.3.7 1.9v1.8c0 .3 0 .5.1.6l.1.1h-2v-.1-1.5c0-1.4-.4-2.3-1.1-2.8-.5-.3-1.2-.4-2.4-.4h-1.7v4.8H691V8.3h4.2zm2.3 2c-.5-.3-1.4-.5-2.6-.5h-1.8v4.4h1.9c.9 0 1.6-.1 2-.3.8-.3 1.3-1 1.3-1.9 0-.8-.2-1.4-.8-1.7"/></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 32">
<path d="M6.086 16.582c-.642.082-1.767.33-2.41.905-1.928 1.727-.803 4.772 3.133 4.772 2.25 0 4.5-1.481 6.267-3.785-2.571-1.234-4.66-2.139-6.99-1.892z"/>
<path d="M20.487 18.7c3.616 1.233 4.42 1.316 4.42 1.316V6.853a4.008 4.008 0 00-4.018-4.032H4.017C1.847 2.821 0 4.631 0 6.853V24.13a4.008 4.008 0 004.017 4.03H20.89c2.17 0 4.017-1.81 4.017-4.03v-.165s-6.427-2.715-9.721-4.36c-2.17 2.715-4.981 4.442-7.954 4.442-4.981 0-6.668-4.442-4.258-7.322.482-.658 1.366-1.234 2.732-1.563 2.088-.494 5.463.329 8.596 1.399a16.237 16.237 0 001.366-3.456H5.946v-.987h4.98v-1.975H4.822v-.987h6.106v-2.55s0-.411.402-.411h2.41v3.044h6.025v.905H13.74v1.81h4.9c-.481 1.974-1.204 3.784-2.088 5.347 1.607.576 2.972 1.07 3.936 1.399zM36.372 8.8l5.302 11.765h-2.812l-1.446-3.126h-4.338l-1.446 3.126h-1.848L35.167 9.13s.16-.329.482-.329h.723zm-2.812 7.57h3.374l-1.687-3.703-1.687 3.702zm11.707 4.289h-2.571V9.47c0-.328.16-.493.562-.493h2.009V20.66zm4.82-.077h-2.57V12.11c0-.329.16-.493.561-.493h2.01v8.967zm3.144-8.792h1.687v.823c.321-.247.643-.494 1.044-.576.402-.164.804-.247 1.366-.247s1.045.082 1.446.33c.482.246.804.493 1.125.904.322.412.563.823.723 1.317.16.493.241.987.241 1.563 0 .74-.08 1.399-.321 1.974-.241.576-.482 1.152-.884 1.564-.402.41-.803.822-1.366 1.07-.562.246-1.125.328-1.767.328h-.884c-.24 0-.482-.082-.723-.164v2.962h-2.571V12.86c-.08-1.07.321-1.07.884-1.07zm1.687 6.418c0 .246 0 .41.08.576.08.164.16.329.322.493.16.165.32.247.482.33.16.082.401.082.642.082s.402-.083.643-.247c.16-.165.402-.33.482-.658.08-.33.241-.576.321-.988.08-.411.161-.74.161-1.234 0-.576 0-1.07-.08-1.48-.08-.412-.16-.741-.322-1.07-.16-.247-.32-.494-.481-.658a.9.9 0 00-.643-.247c-.16 0-.322 0-.482.082-.16.082-.322.165-.402.247-.16.082-.24.247-.402.33-.16.164-.24.246-.321.41v4.032zm10.847-6.418c.643 0 1.125.083 1.607.165.402.082.803.247 1.125.494.321.247.482.493.642.74.161.33.242.658.242.987v6.5H66.81v-.658c-.161.164-.322.246-.402.329l-.482.247c-.16.082-.322.164-.562.164-.241.082-.482.082-.724.082-.401 0-.723-.082-1.044-.164-.321-.082-.562-.247-.803-.494-.241-.164-.402-.411-.483-.74a3.016 3.016 0 01-.16-.905c0-.33.08-.659.16-.905.08-.247.322-.494.482-.74.161-.248.483-.412.724-.577.32-.164.562-.329.964-.493.321-.165.642-.247 1.044-.412.321-.082.723-.246 1.044-.329L66.89 15v-.905c0-.247 0-.493-.08-.74l-.242-.494c-.08-.082-.24-.247-.32-.247-.161-.082-.322-.082-.483-.082 0 0-1.366 0-2.57 1.07l-.563-.906c-.241.165 1.205-.905 3.133-.905zm.884 4.36c-.241.083-.482.248-.723.412l-.723.494c-.241.164-.402.329-.482.576-.16.164-.16.411-.16.576 0 .164 0 .329.08.493.08.165.08.247.16.412.08.164.16.164.241.246.08.083.16.083.321.083.241 0 .402-.083.643-.165l.723-.493v-2.633h-.08zm6.232 7.405h-1.687l-.08-1.563s2.088.082 2.731-.74c.241-.33.402-1.234.402-1.234l-4.178-8.227h2.812l2.651 5.347 2.33-5.348h1.848L75.452 21.5c-.16.33-.803 2.057-2.57 2.057zM48.81 10.364c.71 0 1.286-.522 1.286-1.166 0-.644-.575-1.166-1.285-1.166s-1.286.522-1.286 1.166c0 .644.575 1.166 1.285 1.166z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M9.315 16.3c-0.401 0.401-0.901 0.803-1.502 1.202-0.101 0.1-0.251 0.15-0.451 0.15-0.3-0.3-0.652-0.751-1.052-1.352-1.002 0.901-2.103 1.352-3.305 1.352-2.005 0-3.005-1-3.005-3.005 0-1.502 0.7-2.604 2.103-3.305 0.3-0.099 1.552-0.3 3.756-0.601v-0.3c0-0.7-0.101-1.15-0.3-1.352-0.101-0.399-0.451-0.601-1.052-0.601-0.901 0-1.453 0.401-1.652 1.202 0 0.202-0.1 0.3-0.3 0.3l-1.953-0.15c-0.202 0-0.3-0.15-0.3-0.451 0.399-2.003 1.902-3.005 4.507-3.005 1.301 0 2.303 0.352 3.005 1.051 0.5 0.502 0.751 1.603 0.751 3.305v3.155c0 0.502 0.25 1.103 0.751 1.803 0.198 0.202 0.198 0.401-0.001 0.601zM5.859 12.244c-2.004 0-3.005 0.701-3.005 2.103 0 0.901 0.399 1.352 1.202 1.352 0.601 0 1.101-0.3 1.502-0.901 0.2-0.399 0.3-1.101 0.3-2.103v-0.451zM39.962 20.957c0-0.399-0.251-0.5-0.751-0.3-4.307 1.704-8.614 2.554-12.92 2.554-6.11 0-11.668-1.45-16.676-4.357l-0.451-0.15c-0.3 0.1-0.3 0.3 0 0.601 4.808 4.207 10.416 6.31 16.826 6.31 5.508 0 10.066-1.352 13.672-4.056 0.2-0.2 0.3-0.399 0.3-0.601zM11.268 17.652h1.953c0.3 0 0.451-0.15 0.451-0.451v-5.409c0-1.803 0.451-2.704 1.352-2.704 0.801 0 1.202 0.901 1.202 2.704v5.409c0 0.1 0.099 0.251 0.3 0.451h2.103c0.2 0 0.3-0.15 0.3-0.451v-5.409c0-0.901 0.049-1.552 0.15-1.953 0.3-0.5 0.7-0.751 1.202-0.751 0.7 0 1.101 0.3 1.202 0.901v7.212c0 0.1 0.15 0.251 0.451 0.451h1.953c0.2 0 0.3-0.15 0.3-0.451v-6.46c0-1.601-0.15-2.652-0.451-3.155-0.601-0.7-1.352-1.052-2.253-1.052-1.403 0-2.305 0.601-2.704 1.803-0.601-1.202-1.453-1.803-2.554-1.803-1.302 0-2.204 0.601-2.704 1.803v-1.202c0-0.3-0.1-0.451-0.3-0.451h-1.953c-0.202 0-0.3 0.15-0.3 0.451v10.066c-0.001 0.1 0.099 0.251 0.3 0.451zM31.85 10.441c0-0.7-0.101-1.15-0.3-1.352-0.101-0.399-0.451-0.601-1.052-0.601-0.901 0-1.453 0.401-1.652 1.202 0 0.1-0.101 0.251-0.3 0.451l-1.953-0.3c-0.202 0-0.3-0.15-0.3-0.451 0.399-2.003 1.902-3.005 4.507-3.005 1.202 0 2.153 0.352 2.854 1.051 0.601 0.502 0.901 1.603 0.901 3.305v3.155c0 0.502 0.25 1.103 0.751 1.803 0.2 0.202 0.2 0.401 0 0.601-0.1 0.1-0.326 0.3-0.676 0.601-0.351 0.3-0.627 0.502-0.826 0.601-0.1 0.1-0.251 0.15-0.451 0.15-0.3-0.2-0.551-0.451-0.751-0.751-0.202-0.3-0.351-0.5-0.451-0.601-0.901 0.901-1.953 1.352-3.155 1.352-2.004 0-3.005-1-3.005-3.005 0-1.502 0.7-2.604 2.103-3.305 0.3-0.099 1.552-0.3 3.756-0.601v-0.301zM31.85 12.244c-2.004 0-3.005 0.701-3.005 2.103 0 0.901 0.399 1.352 1.202 1.352 0.601 0 1.052-0.3 1.352-0.901 0.3-0.399 0.451-1.101 0.451-2.103v-0.451zM40.488 18.028c-1.453 0.052-2.68 0.376-3.681 0.977-0.401 0.401-0.351 0.601 0.15 0.601 2.503-0.3 3.956-0.248 4.357 0.15 0.2 0.3-0.15 1.704-1.051 4.207 0.099 0.202 0.25 0.251 0.451 0.15 0.901-0.7 1.552-1.728 1.953-3.080 0.399-1.352 0.451-2.179 0.15-2.479-0.102-0.4-0.878-0.576-2.33-0.527zM44.019 14.798c-0.901-0.5-2.103-0.751-3.606-0.751l3.305-4.808c0.3-0.399 0.451-0.7 0.451-0.901v-1.202c0-0.3-0.1-0.451-0.3-0.451h-6.459c-0.3 0-0.451 0.15-0.451 0.451v1.352c0 0.3 0.15 0.451 0.451 0.451h3.305l-3.906 5.558c-0.1 0.202-0.15 0.552-0.15 1.052v1.352c0 0.3 0.15 0.451 0.451 0.451 2.202-1.202 4.507-1.202 6.911 0 0.3 0 0.451-0.15 0.451-0.451v-1.502c0.001-0.3-0.15-0.5-0.451-0.601zM54.385 12.244c0 1.603-0.427 2.929-1.277 3.981-0.852 1.052-1.929 1.578-3.23 1.578-1.403 0-2.504-0.549-3.305-1.652-0.803-1.101-1.202-2.453-1.202-4.056 0-1.601 0.399-2.929 1.202-3.981 0.801-1.052 1.902-1.578 3.305-1.578 1.402 0 2.503 0.552 3.305 1.653 0.801 1.104 1.202 2.456 1.202 4.056zM51.38 12.244c0-1.202-0.1-2.103-0.3-2.704-0.1-0.601-0.502-0.901-1.202-0.901-1.002 0-1.502 1.052-1.502 3.155 0 2.606 0.501 3.906 1.502 3.906 1 0 1.502-1.15 1.502-3.456zM61.146 6.535c-1.202 0-2.103 0.653-2.704 1.953v-1.502c0-0.2-0.15-0.3-0.451-0.3h-1.803c-0.202 0-0.3 0.101-0.3 0.3v10.216c0 0.1 0.099 0.251 0.3 0.451h1.953c0.3 0 0.451-0.15 0.451-0.451v-5.409c0-0.901 0.099-1.552 0.3-1.953 0.2-0.601 0.601-0.901 1.202-0.901 0.801 0 1.202 0.953 1.202 2.854v5.409c0 0.1 0.099 0.251 0.3 0.451h1.953c0.3 0 0.451-0.15 0.451-0.451v-6.31c0-1.601-0.202-2.652-0.601-3.155-0.401-0.801-1.152-1.202-2.253-1.202z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M2.909 32v-17.111h2.803l0.631-1.54h1.389l0.631 1.54h5.505v-1.162l0.48 1.162h2.853l0.506-1.187v1.187h13.661v-2.5l0.253-0.026c0.227 0 0.252 0.177 0.252 0.354v2.172h7.046v-0.58c1.642 0.858 3.889 0.58 5.606 0.58l0.631-1.54h1.414l0.631 1.54h5.733v-1.464l0.858 1.464h4.596v-9.546h-4.544v1.111l-0.631-1.111h-4.672v1.111l-0.581-1.111h-6.288c-0.934 0-1.919 0.101-2.753 0.556v-0.556h-4.344v0.556c-0.505-0.454-1.187-0.556-1.843-0.556h-15.859l-1.085 2.449-1.086-2.449h-5v1.111l-0.556-1.111h-4.267l-1.97 4.52v-9.864h58.182v17.111h-3.030c-0.707 0-1.464 0.126-2.045 0.556v-0.556h-4.47c-0.631 0-1.49 0.1-1.97 0.556v-0.556h-7.98v0.556c-0.605-0.429-1.49-0.556-2.197-0.556h-5.278v0.556c-0.53-0.505-1.616-0.556-2.298-0.556h-5.909l-1.363 1.464-1.263-1.464h-8.813v9.546h8.66l1.389-1.49 1.313 1.49h5.328v-2.248h0.53c0.758 0 1.54-0.025 2.273-0.328v2.576h4.394v-2.5h0.202c0.252 0 0.303 0.026 0.303 0.303v2.197h13.358c0.733 0 1.642-0.152 2.222-0.606v0.606h4.243c0.808 0 1.667-0.076 2.399-0.429v5.773h-58.181zM20.561 13.525h-1.667v-5.354l-2.374 5.354h-1.439l-2.373-5.354v5.354h-3.334l-0.631-1.515h-3.41l-0.631 1.515h-1.768l2.929-6.843h2.424l2.778 6.49v-6.49h2.677l2.147 4.646 1.944-4.646h2.727v6.843zM8.162 10.596l-1.137-2.727-1.111 2.727h2.248zM29.727 23.020v2.298h-3.182l-2.020-2.273-2.096 2.273h-6.465v-6.843h6.565l2.020 2.248 2.071-2.248h5.227c1.541 0 2.753 0.531 2.753 2.248 0 2.752-3.005 2.298-4.874 2.298zM23.464 21.883l-1.768-1.995h-4.116v1.238h3.586v1.389h-3.586v1.364h4.015l1.868-1.995zM27.252 13.525h-5.48v-6.843h5.48v1.439h-3.839v1.238h3.738v1.389h-3.738v1.364h3.839v1.414zM28.086 24.687v-5.48l-2.5 2.702 2.5 2.778zM33.793 10.369c0.934 0.328 1.086 0.909 1.086 1.818v1.339h-1.642c-0.026-1.464 0.353-2.475-1.464-2.475h-1.768v2.475h-1.616v-6.844l3.864 0.026c1.313 0 2.701 0.202 2.701 1.818 0 0.783-0.429 1.54-1.162 1.843zM31.848 19.889h-2.121v1.743h2.096c0.581 0 1.035-0.278 1.035-0.909 0-0.606-0.454-0.833-1.010-0.833zM32.075 8.121h-2.070v1.516h2.045c0.556 0 1.086-0.126 1.086-0.783 0-0.632-0.556-0.733-1.061-0.733zM40.788 22.136c0.909 0.328 1.086 0.934 1.086 1.818v1.364h-1.642v-1.137c0-1.162-0.379-1.364-1.464-1.364h-1.743v2.5h-1.642v-6.843h3.889c1.288 0 2.677 0.228 2.677 1.844 0 0.757-0.404 1.515-1.162 1.818zM37.555 13.525h-1.667v-6.843h1.667v6.843zM39.096 19.889h-2.071v1.541h2.045c0.556 0 1.085-0.126 1.085-0.808 0-0.631-0.555-0.732-1.060-0.732zM56.924 13.525h-2.323l-3.081-5.126v5.126h-3.334l-0.657-1.515h-3.384l-0.631 1.515h-1.894c-2.248 0-3.258-1.162-3.258-3.359 0-2.298 1.035-3.485 3.359-3.485h1.591v1.491c-1.717-0.026-3.283-0.404-3.283 1.944 0 1.162 0.278 1.97 1.591 1.97h0.732l2.323-5.379h2.45l2.753 6.465v-6.465h2.5l2.879 4.747v-4.747h1.667v6.818zM48.313 25.318h-5.455v-6.843h5.455v1.414h-3.813v1.238h3.738v1.389h-3.738v1.364l3.813 0.025v1.414zM46.975 10.596l-1.111-2.727-1.137 2.727h2.248zM52.48 25.318h-3.182v-1.464h3.182c0.404 0 0.858-0.101 0.858-0.631 0-1.464-4.217 0.556-4.217-2.702 0-1.389 1.060-2.045 2.323-2.045h3.283v1.439h-3.005c-0.429 0-0.909 0.076-0.909 0.631 0 1.49 4.243-0.682 4.243 2.601 0.001 1.615-1.111 2.172-2.575 2.172zM61.091 24.434c-0.48 0.707-1.414 0.884-2.222 0.884h-3.157v-1.464h3.157c0.404 0 0.833-0.126 0.833-0.631 0-1.439-4.217 0.556-4.217-2.702 0-1.389 1.086-2.045 2.349-2.045h3.258v1.439h-2.98c-0.454 0-0.909 0.076-0.909 0.631 0 1.212 2.854-0.025 3.889 1.338v2.55z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M16.398 13.428c0.034 3.535 3.201 4.71 3.236 4.726-0.027 0.083-0.506 1.676-1.668 3.322-1.005 1.423-2.048 2.84-3.692 2.87-1.615 0.029-2.134-0.927-3.98-0.927s-2.422 0.898-3.951 0.956c-1.586 0.058-2.794-1.539-3.807-2.956-2.070-2.9-3.653-8.194-1.528-11.768 1.055-1.775 2.942-2.899 4.989-2.927 1.558-0.029 3.027 1.015 3.98 1.015s2.738-1.255 4.616-1.071c0.786 0.032 2.993 0.308 4.41 2.317-0.114 0.068-2.633 1.489-2.605 4.444zM13.363 4.749c0.842-0.987 1.409-2.362 1.254-3.729-1.213 0.047-2.682 0.783-3.552 1.77-0.78 0.874-1.464 2.273-1.279 3.613 1.353 0.101 2.735-0.666 3.577-1.654zM25.55 3.058c0.624-0.105 1.313-0.2 2.065-0.284s1.581-0.126 2.485-0.126c1.291 0 2.404 0.152 3.339 0.457s1.704 0.741 2.307 1.308c0.517 0.504 0.92 1.103 1.21 1.796s0.435 1.492 0.435 2.395c0 1.092-0.199 2.049-0.596 2.868s-0.941 1.507-1.629 2.064c-0.688 0.557-1.506 0.972-2.452 1.245s-1.979 0.41-3.098 0.41c-1.011 0-1.86-0.073-2.548-0.22v9.076h-1.517v-20.989zM27.068 13.648c0.366 0.104 0.774 0.178 1.226 0.22s0.935 0.063 1.451 0.063c1.936 0 3.436-0.441 4.501-1.323s1.597-2.174 1.597-3.876c0-0.819-0.14-1.534-0.42-2.143s-0.677-1.108-1.193-1.497c-0.516-0.388-1.129-0.683-1.839-0.882s-1.495-0.3-2.356-0.3c-0.688 0-1.28 0.027-1.774 0.079s-0.893 0.11-1.193 0.173l0.001 9.487zM49.452 20.454c0 0.61 0.010 1.219 0.032 1.828s0.086 1.197 0.194 1.765h-1.42l-0.225-2.143h-0.065c-0.194 0.294-0.441 0.588-0.742 0.882s-0.65 0.562-1.048 0.803c-0.398 0.242-0.85 0.436-1.355 0.583s-1.059 0.22-1.662 0.22c-0.753 0-1.414-0.121-1.985-0.362s-1.038-0.557-1.403-0.946c-0.366-0.389-0.64-0.836-0.822-1.339s-0.274-1.008-0.274-1.513c0-1.786 0.769-3.162 2.307-4.129s3.855-1.429 6.953-1.387v-0.41c0-0.399-0.038-0.856-0.113-1.371s-0.242-1.003-0.5-1.465c-0.258-0.462-0.645-0.851-1.161-1.166s-1.215-0.473-2.097-0.473c-0.666 0-1.328 0.1-1.983 0.299s-1.253 0.478-1.791 0.835l-0.484-1.103c0.688-0.462 1.399-0.793 2.13-0.992s1.495-0.3 2.29-0.3c1.076 0 1.952 0.178 2.63 0.536s1.21 0.819 1.597 1.387c0.387 0.567 0.651 1.202 0.791 1.906s0.21 1.402 0.21 2.096l-0.001 5.957zM47.936 15.948c-0.818-0.021-1.673 0.010-2.566 0.094s-1.715 0.268-2.468 0.552c-0.753 0.284-1.377 0.699-1.871 1.245s-0.742 1.271-0.742 2.175c0 1.072 0.312 1.859 0.935 2.364s1.323 0.757 2.097 0.757c0.624 0 1.182-0.084 1.677-0.252s0.925-0.394 1.291-0.677c0.366-0.283 0.672-0.603 0.919-0.961s0.436-0.725 0.565-1.103c0.108-0.421 0.161-0.726 0.161-0.915l0.001-3.277zM52.418 8.919l3.935 9.833c0.215 0.547 0.42 1.108 0.613 1.686s0.366 1.108 0.516 1.591h0.065c0.15-0.462 0.322-0.982 0.516-1.56s0.409-1.171 0.645-1.781l3.679-9.77h1.613l-4.484 11.094c-0.452 1.177-0.877 2.243-1.275 3.199s-0.801 1.817-1.21 2.585c-0.409 0.767-0.822 1.445-1.242 2.033s-0.887 1.103-1.404 1.544c-0.602 0.525-1.156 0.908-1.661 1.151s-0.844 0.394-1.016 0.457l-0.517-1.229c0.387-0.168 0.818-0.388 1.291-0.662s0.936-0.63 1.387-1.072c0.387-0.378 0.812-0.877 1.274-1.497s0.876-1.371 1.242-2.254c0.13-0.336 0.194-0.557 0.194-0.662 0-0.147-0.065-0.367-0.194-0.662l-5.582-14.025h1.614z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M19.112 24.647l-1.249-4.1h-6.279l-1.249 4.1h-3.935l6.079-17.295h4.465l6.102 17.295h-3.935zM16.991 17.484c-1.155-3.715-1.804-5.816-1.949-6.303s-0.25-0.872-0.312-1.155c-0.259 1.005-1.002 3.491-2.227 7.457h4.488zM31.859 24.647h-3.652v-14.184h-4.677v-3.039h13.006v3.039h-4.677v14.184zM46.479 24.647l-4.147-13.513h-0.106c0.149 2.749 0.224 4.583 0.224 5.501v8.011h-3.263v-17.223h4.971l4.076 13.171h0.070l4.324-13.171h4.972v17.224h-3.405v-8.152c0-0.385 0.006-0.829 0.018-1.331s0.065-1.838 0.159-4.006h-0.106l-4.442 13.489h-3.346z"></path>
</svg>

After

Width:  |  Height:  |  Size: 667 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M8.498 23.915h-1.588l1.322-5.127h-1.832l0.286-1.099h5.259l-0.287 1.099h-1.837l-1.323 5.127zM13.935 21.526l-0.62 2.389h-1.588l1.608-6.226h1.869c0.822 0 1.44 0.145 1.853 0.435 0.412 0.289 0.62 0.714 0.62 1.273 0 0.449-0.145 0.834-0.432 1.156-0.289 0.322-0.703 0.561-1.245 0.717l1.359 2.645h-1.729l-1.077-2.389h-0.619zM14.21 20.452h0.406c0.454 0 0.809-0.081 1.062-0.243s0.38-0.409 0.38-0.741c0-0.233-0.083-0.407-0.248-0.523s-0.424-0.175-0.778-0.175h-0.385l-0.438 1.682zM22.593 22.433h-2.462l-0.895 1.482h-1.666l3.987-6.252h1.942l0.765 6.252h-1.546l-0.125-1.482zM22.515 21.326l-0.134-1.491c-0.035-0.372-0.052-0.731-0.052-1.077v-0.154c-0.153 0.34-0.342 0.701-0.567 1.081l-0.979 1.64h1.732zM31.663 23.915h-1.78l-1.853-4.71h-0.032l-0.021 0.136c-0.111 0.613-0.226 1.161-0.343 1.643l-0.755 2.93h-1.432l1.608-6.226h1.859l1.77 4.586h0.021c0.042-0.215 0.109-0.524 0.204-0.924s0.406-1.621 0.937-3.662h1.427l-1.609 6.225zM38.412 22.075c0 0.593-0.257 1.062-0.771 1.407s-1.21 0.517-2.088 0.517c-0.768 0-1.386-0.128-1.853-0.383v-1.167c0.669 0.307 1.291 0.46 1.863 0.46 0.389 0 0.693-0.060 0.911-0.181s0.328-0.285 0.328-0.495c0-0.122-0.024-0.229-0.071-0.322s-0.114-0.178-0.2-0.257c-0.088-0.079-0.303-0.224-0.646-0.435-0.479-0.28-0.817-0.559-1.011-0.835-0.195-0.275-0.292-0.572-0.292-0.89 0-0.366 0.108-0.693 0.323-0.982 0.214-0.288 0.522-0.512 0.918-0.673 0.398-0.16 0.854-0.24 1.372-0.24 0.753 0 1.442 0.14 2.067 0.421l-0.567 0.993c-0.541-0.21-1.041-0.316-1.499-0.316-0.289 0-0.525 0.064-0.708 0.192-0.185 0.128-0.276 0.297-0.276 0.506 0 0.173 0.057 0.325 0.172 0.454 0.114 0.129 0.371 0.3 0.771 0.513 0.419 0.227 0.733 0.477 0.942 0.752 0.21 0.273 0.314 0.593 0.314 0.959zM41.266 23.915h-1.588l1.608-6.226h4.238l-0.281 1.082h-2.645l-0.412 1.606h2.463l-0.292 1.077h-2.463l-0.63 2.461zM49.857 23.915h-4.253l1.608-6.226h4.259l-0.281 1.082h-2.666l-0.349 1.367h2.484l-0.286 1.081h-2.484l-0.417 1.606h2.666l-0.28 1.091zM53.857 21.526l-0.62 2.389h-1.588l1.608-6.226h1.869c0.822 0 1.44 0.145 1.853 0.435s0.62 0.714 0.62 1.273c0 0.449-0.145 0.834-0.432 1.156-0.289 0.322-0.703 0.561-1.245 0.717l1.359 2.645h-1.729l-1.077-2.389h-0.619zM54.133 20.452h0.406c0.454 0 0.809-0.081 1.062-0.243s0.38-0.409 0.38-0.741c0-0.233-0.083-0.407-0.248-0.523s-0.424-0.175-0.778-0.175h-0.385l-0.438 1.682zM30.072 8.026c0.796 0 1.397 0.118 1.804 0.355s0.61 0.591 0.61 1.061c0 0.436-0.144 0.796-0.433 1.080-0.289 0.283-0.699 0.472-1.231 0.564v0.026c0.348 0.076 0.625 0.216 0.831 0.421 0.207 0.205 0.31 0.467 0.31 0.787 0 0.666-0.266 1.179-0.797 1.539s-1.267 0.541-2.206 0.541h-2.72l1.611-6.374h2.221zM28.111 13.284h0.938c0.406 0 0.726-0.084 0.957-0.253s0.347-0.403 0.347-0.701c0-0.471-0.317-0.707-0.954-0.707h-0.86l-0.428 1.661zM28.805 10.55h0.776c0.421 0 0.736-0.071 0.946-0.212s0.316-0.344 0.316-0.608c0-0.398-0.296-0.598-0.886-0.598h-0.792l-0.36 1.418zM37.242 12.883h-2.466l-0.897 1.517h-1.669l3.993-6.4h1.945l0.766 6.4h-1.548l-0.125-1.517zM37.163 11.749l-0.135-1.526c-0.035-0.381-0.053-0.748-0.053-1.103v-0.157c-0.153 0.349-0.342 0.718-0.568 1.107l-0.98 1.679h1.736zM46.325 14.4h-1.782l-1.856-4.822h-0.032l-0.021 0.14c-0.111 0.628-0.226 1.188-0.344 1.683l-0.756 3h-1.434l1.611-6.374h1.861l1.773 4.695h0.021c0.042-0.22 0.11-0.536 0.203-0.946s0.406-1.66 0.938-3.749h1.428l-1.611 6.374zM54.1 14.4h-1.763l-1.099-2.581-0.652 0.305-0.568 2.276h-1.59l1.611-6.374h1.596l-0.792 3.061 0.824-0.894 2.132-2.166h1.882l-3.097 3.052 1.517 3.322zM23.040 8.64c0-0.353-0.287-0.64-0.64-0.64h-14.080c-0.353 0-0.64 0.287-0.64 0.64v0c0 0.353 0.287 0.64 0.64 0.64h14.080c0.353 0 0.64-0.287 0.64-0.64v0zM19.2 11.2c0-0.353-0.287-0.64-0.64-0.64h-10.24c-0.353 0-0.64 0.287-0.64 0.64v0c0 0.353 0.287 0.64 0.64 0.64h10.24c0.353 0 0.64-0.287 0.64-0.64v0zM15.36 13.76c0-0.353-0.287-0.64-0.64-0.64h-6.4c-0.353 0-0.64 0.287-0.64 0.64v0c0 0.353 0.287 0.64 0.64 0.64h6.4c0.353 0 0.64-0.287 0.64-0.64v0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32">
<path d="M6.714 9.135c-1.394 0-2.79.008-4.185.022C.994 9.173.014 10.21.008 11.75c-.01 2.747-.01 5.501 0 8.252.006 1.583.999 2.559 2.588 2.566 1.69.008 3.38.004 5.067.004 1.747 0 3.497-.015 5.244.007.406.005.533-.095.531-.516-.017-3.44-.003-6.878-.014-10.316 0-1.542-.982-2.575-2.514-2.59-1.4-.015-2.789-.023-4.19-.023h-.006zm.008 3.9c.844 0 1.685.003 2.528.008.758.005 1.087.3 1.092.931.006.63-.38.97-1.13.976-.842.008-1.686 0-2.527 0H6.68c-.823 0-1.65.006-2.472-.003-.714-.01-1.086-.346-1.089-.954-.003-.634.328-.946 1.07-.95.843-.005 1.688-.007 2.532-.007zm-.008 3.718c.855 0 1.708 0 2.563.004.684.004 1.06.378 1.047.999-.01.589-.366.918-1.047.927-.863.013-1.729.004-2.593.004h-.003c-.844 0-1.689.01-2.533-.004-.682-.01-1.037-.339-1.047-.931-.011-.621.365-.992 1.05-.995.855-.004 1.709-.004 2.563-.004zM19.893 9.176c-.491 0-.98.003-1.47.007-.872.006-1.17.302-1.171 1.167-.004 1.843 0 3.69 0 5.536v.004c0 1.883-.008 3.768 0 5.652.003.748.292 1.038 1.032 1.047 1.04.012 2.082-.006 3.123.008 1.737.022 3.014-.778 3.7-2.324.704-1.588.428-3.11-.804-4.395-.172-.178-.256-.28-.049-.516 1.047-1.19 1.275-2.564.64-3.99-.661-1.487-1.903-2.186-3.528-2.192-.49-.003-.982-.004-1.473-.004zm-.383 1.833c.667.022 1.334-.016 2.001.019 1.079.056 1.833.847 1.81 1.851-.024 1.082-.759 1.784-1.896 1.8-.629.008-1.259-.015-1.886.01-.344.015-.443-.11-.426-.437.025-.47.008-.943.008-1.413 0-.472.013-.944-.005-1.414-.01-.293.07-.426.393-.415zm-.019 5.552c.705.015 1.41-.023 2.114.018 1.135.067 2.01.986 2.009 2.054 0 1.054-.836 1.962-1.953 2.05-.72.056-1.446.014-2.169.033-.28.008-.38-.093-.373-.374.015-.567.003-1.134.003-1.702 0-.568.011-1.138-.003-1.705-.008-.28.092-.38.373-.374h-.001zM29.994 12.609c-1.752.035-3.552 1.586-3.437 3.736.047.882.028 1.77 0 2.653-.042 1.314.523 2.302 1.553 3.063 1.476 1.093 3.98.828 5.046-.531.41-.522.403-.958-.018-1.358-.414-.392-.882-.367-1.35.071-.724.676-1.54.827-2.312.43-.819-.42-1.143-1.092-1.066-2.102.025-.32.187-.33.423-.329.628.006 1.255 0 1.885 0h1.062c1.88 0 2.045-.171 1.956-2.054-.1-2.107-1.688-3.622-3.741-3.58zm.188 1.881c.896.015 1.592.664 1.653 1.51.02.287-.072.388-.356.378-.45-.015-.903-.004-1.353-.004-.431 0-.864-.013-1.294.004-.302.013-.418-.07-.386-.4.086-.879.8-1.505 1.736-1.489v.001zM56.376 16.623c0 .884.032 1.769-.007 2.65-.064 1.462-.773 2.563-2.1 3.154-1.393.62-2.729.41-3.89-.614-.725-.64-1.134-1.46-1.146-2.43-.024-1.884-.019-3.77-.009-5.656.003-.582.37-.95.894-.964.54-.014.937.37.941.977.013 1.767-.01 3.535.011 5.303.016 1.312 1.09 2.128 2.25 1.747.747-.246 1.15-.8 1.155-1.654.01-1.67.002-3.338.005-5.008 0-.196 0-.395.035-.586.097-.526.462-.786.961-.765.5.02.874.301.888.841.025 1 .007 2.003.007 3.004h.005v.001zM41.583 18.392c0 1.04.002 2.081-.001 3.122-.002.73-.308 1.074-.941 1.07-.61-.002-.934-.37-.936-1.094-.005-2.101-.015-4.202.009-6.301.005-.433-.093-.573-.544-.553-.718.031-1.11-.328-1.111-.916-.002-.565.426-.98 1.114-.927.677.053.546-.371.527-.733-.13-2.386 2.05-3.42 3.784-2.949.696.19 1.134.612 1.18 1.153.066.755-.512 1.183-1.218.877-.444-.194-.874-.343-1.355-.146-.41.17-.75 1.372-.477 1.71.088.11.216.07.328.07.47.005.942-.002 1.413.004.738.008 1.094.313 1.1.928.005.647-.316.932-1.069.94-.471.006-.943.02-1.413-.005-.308-.015-.403.08-.398.394.019 1.12.008 2.239.008 3.358v-.002zM60.947 12.593c.82.034 1.716.452 2.421 1.268.361.418.358 1.066.004 1.382-.451.402-.983.391-1.394-.107-.467-.565-1.035-.745-1.726-.618-.378.069-.659.28-.744.665-.084.378.127.63.43.825.432.277.904.467 1.383.641a7.34 7.34 0 011.269.61c1.028.616 1.488 1.524 1.4 2.712-.088 1.18-.76 1.954-1.791 2.422-1.387.63-3.213.336-4.184-.63-.505-.502-.589-1.038-.229-1.46.419-.49.96-.484 1.48.016.654.631 1.671.736 2.367.244.681-.482.686-1.224-.002-1.689-.54-.365-1.162-.558-1.758-.806-.998-.417-1.915-.922-2.178-2.113-.406-1.838.959-3.377 3.252-3.362zM37.012 15.886c0 1.864.006 3.729-.002 5.593-.004.76-.348 1.115-1 1.078-.535-.03-.84-.312-.841-.854-.009-3.886-.008-7.77-.002-11.658 0-.533.363-.874.884-.89.549-.015.95.357.955.96.014 1.924.005 3.847.006 5.77zM47.48 17.655c0 1.277.004 2.553 0 3.83-.004.758-.29 1.09-.92 1.09-.625 0-.933-.338-.935-1.088-.008-2.534-.007-5.067 0-7.599.002-.707.358-1.116.933-1.116.582 0 .919.4.921 1.114.005 1.257.002 2.514.002 3.771v-.002zM47.48 10.332c.002 1.034-.335 1.434-1.082 1.343-.634-.077-.926-.738-.76-1.72.1-.595.575-.914 1.166-.765.636.162.71.654.677 1.142z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M1.6 19.915v-1.062h0.836v-5.119h-0.836v-1.062h3.347c1.536 0 2.472 0.712 2.472 1.948 0 0.812-0.474 1.311-1.074 1.548 0.861 0.237 1.473 0.849 1.473 1.686 0 1.323-1.024 2.060-2.697 2.060h-3.521zM3.585 13.734v1.973h1.249c0.936 0 1.423-0.349 1.423-0.986 0-0.65-0.499-0.986-1.436-0.986h-1.236zM3.585 18.853h1.423c1.099 0 1.648-0.362 1.648-1.061 0-0.687-0.587-1.061-1.736-1.061h-1.336v2.122zM13.887 16.143c-0.125-0.424-0.437-0.675-0.849-0.675-0.961 0-1.873 0.712-1.873 2.010v1.373h1.848v1.061h-4.12v-1.061h1.174v-3.197h-0.924v-1.062h2.010v0.899c0.337-0.625 1.024-1.074 1.935-1.074 1.024 0 1.661 0.587 1.848 1.423l-1.048 0.301zM19.507 16.818v-0.3c0-0.749-0.599-1.062-1.249-1.062-0.612 0-1.137 0.25-1.561 0.637l-0.724-0.787c0.499-0.462 1.211-0.886 2.285-0.886 1.336 0 2.372 0.712 2.372 2.060v2.372h0.774v1.061h-1.898v-0.562c-0.287 0.462-1.061 0.737-1.823 0.737-1.099 0-2.048-0.562-2.048-1.673 0-1.311 1.286-1.811 2.46-1.811 0.575-0.001 1.049 0.112 1.411 0.212zM19.507 17.767c-0.349-0.125-0.874-0.225-1.361-0.225-0.699 0-1.373 0.225-1.373 0.861 0 0.474 0.425 0.7 1.011 0.7 0.812 0 1.724-0.437 1.724-1.187v-0.15zM28.073 18.853v1.062h-5.37v-1.062h2.223v-3.197h-1.698v-1.061h2.797v4.258h2.048zM26.025 13.534h-1.236v-1.624h1.236v1.624zM29.396 18.853h0.812v-3.197h-0.762v-1.062h1.848v0.687c0.325-0.524 0.999-0.861 1.823-0.861 1.187 0 2.035 0.749 2.035 1.96v2.472h0.812v1.062h-2.76v-1.062h0.849v-2.173c0-0.924-0.562-1.187-1.074-1.187-0.837 0-1.673 0.625-1.673 1.586v1.773h0.849v1.062h-2.76v-1.061zM37.476 15.656h-1.386v-1.062h1.386v-1.923h1.099v1.923h2.585v1.062h-2.585v2.235c0 0.824 0.575 1.162 1.236 1.162 0.624 0 1.149-0.349 1.536-0.737l0.737 0.762c-0.487 0.525-1.236 1.012-2.273 1.012-1.336 0-2.335-0.737-2.335-2.16v-2.273zM48.077 16.143c-0.125-0.424-0.437-0.675-0.849-0.675-0.961 0-1.873 0.712-1.873 2.010v1.373h1.848v1.061h-4.12v-1.061h1.174v-3.197h-0.924v-1.062h2.010v0.899c0.337-0.625 1.024-1.074 1.935-1.074 1.024 0 1.661 0.587 1.848 1.423l-1.048 0.301zM55.469 19.103c-0.549 0.575-1.523 0.986-2.61 0.986-1.786 0-3.034-1.199-3.034-2.835s1.211-2.835 2.897-2.835c1.673 0 2.847 1.286 2.847 3.034v0.188h-4.582c0.187 0.886 0.924 1.423 1.885 1.423 0.799 0 1.486-0.325 1.861-0.737l0.737 0.774zM51.037 16.705h3.272c-0.163-0.762-0.837-1.274-1.586-1.274-0.849 0-1.498 0.525-1.686 1.274zM62.3 19.103c-0.549 0.575-1.523 0.986-2.61 0.986-1.786 0-3.034-1.199-3.034-2.835s1.212-2.835 2.897-2.835c1.673 0 2.847 1.286 2.847 3.034v0.188h-4.582c0.188 0.886 0.924 1.423 1.885 1.423 0.799 0 1.486-0.325 1.861-0.737l0.737 0.774zM57.867 16.705h3.272c-0.163-0.762-0.837-1.274-1.586-1.274-0.849 0-1.499 0.525-1.686 1.274z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M18.207 21.099l-0.276 1.103-0.138 0.138h-0.138c-0.552-0.276-1.242-0.414-2.069-0.414-2.758 0-4.138 1.427-4.138 4.276 0 2.851 1.332 4.276 4 4.276 0.918 0 1.655-0.138 2.207-0.414 0.090-0.090 0.138-0.090 0.138 0h0.138l0.276 1.242-0.138 0.138c-0.552 0.368-1.517 0.552-2.897 0.552-1.748 0-3.103-0.504-4.069-1.517-0.966-1.011-1.448-2.39-1.448-4.138 0-1.745 0.528-3.172 1.586-4.276 1.056-1.103 2.46-1.655 4.207-1.655 1.103 0 2.021 0.186 2.758 0.552v0.138zM25.448 30.754c0.045 0.368 0.069 0.644 0.069 0.828 0 0.092-0.047 0.138-0.138 0.138h-1.242c-0.092 0-0.138-0.045-0.138-0.138l-0.138-0.552c-0.644 0.644-1.427 0.966-2.345 0.966-1.655 0-2.483-0.828-2.483-2.483 0-2.021 1.563-3.034 4.69-3.034 0-1.103-0.552-1.655-1.655-1.655-0.552 0-1.196 0.186-1.931 0.552h-0.276l-0.276-0.966v-0.276c0.735-0.46 1.655-0.69 2.758-0.69 2.021 0 3.034 1.151 3.034 3.448v2.897c0.001 0.275 0.022 0.599 0.070 0.965zM23.724 29.375v-1.656c-2.024 0-3.034 0.552-3.034 1.655 0 0.828 0.414 1.242 1.242 1.242s1.425-0.413 1.793-1.241zM29.103 16.892c-3.403-0.138-5.703-0.942-6.897-2.414-0.186-0.276-0.368-0.39-0.552-0.345-0.186 0.047-0.23 0.255-0.138 0.621 1.379 3.034 4.78 4.552 10.207 4.552 2.297 0 4.573-0.414 6.828-1.242 2.252-0.828 3.379-2.115 3.379-3.862 0-1.103-0.437-2.045-1.31-2.828-0.875-0.78-1.679-1.287-2.414-1.517-0.737-0.229-1.472-0.39-2.207-0.483-1.103 0-1.655 0.599-1.655 1.793v2.897c-0.092 2.024-1.84 2.966-5.241 2.828zM34.621 7.788c3.401 0.138 5.7 0.944 6.897 2.414 0.184 0.276 0.39 0.392 0.621 0.345 0.228-0.045 0.297-0.252 0.207-0.621-1.379-3.034-4.782-4.552-10.207-4.552-2.392 0-4.713 0.414-6.966 1.242-2.255 0.827-3.379 2.116-3.379 3.862 0 1.655 0.711 2.875 2.138 3.655 1.425 0.782 2.69 1.172 3.793 1.172s1.655-0.597 1.655-1.793v-2.897c0.090-2.021 1.838-2.965 5.241-2.828zM31.172 23.72v1.38l-0.138 0.138c-0.092-0.090-0.276-0.138-0.552-0.138-0.92 0-1.472 0.599-1.655 1.793-0.092 0.092-0.138 0.276-0.138 0.552v4.138c0 0.092-0.047 0.138-0.138 0.138h-1.379c-0.092 0-0.138-0.045-0.138-0.138v-5.379c0-1.103-0.047-1.884-0.138-2.345 0-0.090 0.045-0.138 0.138-0.138h1.242c0.184 0 0.276 0.047 0.276 0.138v0.966c0.46-0.918 1.149-1.379 2.069-1.379 0.184 0 0.321 0.047 0.414 0.138 0.091-0.002 0.138 0.045 0.138 0.136zM32-0.004c-1.931 0-2.897 0.599-2.897 1.793 0 1.103 0.966 1.655 2.897 1.655 1.839 0 2.758-0.552 2.758-1.655 0-1.194-0.92-1.793-2.758-1.793zM36.552 23.857v0.966c0 0.186-0.047 0.276-0.138 0.276h-1.931v4c0 0.92 0.321 1.379 0.966 1.379 0.459 0 0.735-0.045 0.828-0.138h0.138v0.138l0.138 1.103c0 0.092-0.047 0.138-0.138 0.138-0.368 0.186-0.828 0.276-1.379 0.276-0.644 0-1.196-0.229-1.655-0.69-0.368-0.552-0.552-1.287-0.552-2.207v-4h-1.103l-0.138-0.276v-0.966c0-0.090 0.045-0.138 0.138-0.138h1.103v-1.379l0.138-0.138 1.379-0.414h0.138v1.931h1.931c0.090 0.001 0.137 0.048 0.137 0.138zM44 31.581c0 0.092-0.047 0.138-0.138 0.138h-1.242c-0.186 0-0.276-0.045-0.276-0.138v-0.552c-0.644 0.644-1.427 0.966-2.345 0.966-0.828 0-1.472-0.252-1.931-0.758-0.461-0.504-0.69-1.080-0.69-1.724 0-2.021 1.608-3.034 4.828-3.034 0-1.103-0.552-1.655-1.655-1.655-0.644 0-1.334 0.186-2.069 0.552h-0.138l-0.414-0.966c0-0.090 0.045-0.184 0.138-0.276 0.735-0.46 1.608-0.69 2.621-0.69 2.115 0 3.172 1.151 3.172 3.448v2.897c0.001 0.827 0.047 1.427 0.139 1.793zM42.069 29.375c0.090-0.090 0.138-0.229 0.138-0.414v-1.242h-0.138c-1.931 0-2.897 0.552-2.897 1.655 0 0.828 0.414 1.242 1.242 1.242 0.918 0 1.469-0.413 1.655-1.241zM51.862 28.685c0 0.92-0.323 1.703-0.966 2.345-0.644 0.644-1.655 0.966-3.034 0.966-1.196 0-2.161-0.276-2.897-0.828-0.092 0-0.138-0.045-0.138-0.138l0.414-1.103c0-0.090 0.045-0.138 0.138-0.138h0.138c0.735 0.461 1.517 0.69 2.345 0.69 1.469 0 2.207-0.552 2.207-1.655 0-0.828-0.644-1.517-1.931-2.069-2.024-0.642-3.034-1.7-3.034-3.172 0-2.115 1.242-3.172 3.724-3.172 0.918 0 1.745 0.186 2.483 0.552v0.138l-0.414 1.242h-0.138c-0.552-0.276-1.242-0.414-2.069-0.414-1.196 0-1.793 0.461-1.793 1.379 0 0.828 0.69 1.517 2.069 2.069 1.931 0.737 2.897 1.841 2.897 3.31zM54.345 20.547v1.379c0 0.092-0.047 0.138-0.138 0.138h-1.379c-0.092 0-0.138-0.045-0.138-0.138v-1.379l0.138-0.138h1.379c0.090 0 0.138 0.047 0.138 0.138zM54.345 23.857v7.724c0 0.092-0.047 0.138-0.138 0.138h-1.379c-0.092 0-0.138-0.045-0.138-0.138v-7.724c0-0.090 0.045-0.138 0.138-0.138h1.379c0.090 0.001 0.138 0.048 0.138 0.138z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M13.043 8.356c-0.46 0-0.873 0.138-1.24 0.413s-0.662 0.681-0.885 1.217c-0.223 0.536-0.334 1.112-0.334 1.727 0 0.568 0.119 0.99 0.358 1.265s0.619 0.413 1.141 0.413c0.508 0 1.096-0.131 1.765-0.393v1.327c-0.693 0.262-1.389 0.393-2.089 0.393-0.884 0-1.572-0.254-2.063-0.763s-0.736-1.229-0.736-2.161c0-0.892 0.181-1.712 0.543-2.462s0.846-1.32 1.452-1.709 1.302-0.584 2.089-0.584c0.435 0 0.822 0.038 1.159 0.115s0.7 0.217 1.086 0.421l-0.616 1.276c-0.369-0.201-0.673-0.333-0.914-0.398s-0.478-0.097-0.715-0.097zM19.524 12.842h-2.47l-0.898 1.776h-1.671l3.999-7.491h1.948l0.767 7.491h-1.551l-0.125-1.776zM19.446 11.515l-0.136-1.786c-0.035-0.445-0.052-0.876-0.052-1.291v-0.184c-0.153 0.408-0.343 0.84-0.569 1.296l-0.982 1.965h1.739zM27.049 12.413c0 0.711-0.257 1.273-0.773 1.686s-1.213 0.62-2.094 0.62c-0.769 0-1.389-0.153-1.859-0.46v-1.398c0.672 0.367 1.295 0.551 1.869 0.551 0.39 0 0.694-0.072 0.914-0.217s0.329-0.343 0.329-0.595c0-0.147-0.024-0.275-0.070-0.385s-0.114-0.214-0.201-0.309c-0.087-0.095-0.303-0.269-0.648-0.52-0.481-0.337-0.818-0.67-1.013-1s-0.293-0.685-0.293-1.066c0-0.439 0.108-0.831 0.324-1.176s0.523-0.614 0.922-0.806 0.857-0.288 1.376-0.288c0.755 0 1.446 0.168 2.073 0.505l-0.569 1.189c-0.543-0.252-1.044-0.378-1.504-0.378-0.289 0-0.525 0.077-0.71 0.23s-0.276 0.355-0.276 0.607c0 0.207 0.058 0.389 0.172 0.543s0.372 0.36 0.773 0.615c0.421 0.272 0.736 0.572 0.945 0.9s0.313 0.712 0.313 1.151zM33.969 14.618h-1.597l0.7-3.22h-2.46l-0.7 3.22h-1.592l1.613-7.46h1.597l-0.632 2.924h2.459l0.632-2.924h1.592l-1.613 7.46zM46.319 9.831c0 0.963-0.172 1.824-0.517 2.585s-0.816 1.334-1.415 1.722c-0.598 0.388-1.288 0.582-2.067 0.582-0.891 0-1.587-0.251-2.086-0.753s-0.749-1.198-0.749-2.090c0-0.902 0.172-1.731 0.517-2.488s0.82-1.338 1.425-1.743c0.605-0.405 1.306-0.607 2.099-0.607 0.888 0 1.575 0.245 2.063 0.735s0.73 1.176 0.73 2.056zM43.395 8.356c-0.421 0-0.808 0.155-1.159 0.467s-0.627 0.739-0.828 1.283-0.3 1.135-0.3 1.771c0 0.5 0.116 0.877 0.348 1.133s0.558 0.383 0.979 0.383 0.805-0.148 1.151-0.444c0.346-0.296 0.617-0.714 0.812-1.255s0.292-1.148 0.292-1.822c0-0.483-0.113-0.856-0.339-1.12-0.227-0.264-0.546-0.396-0.957-0.396zM53.427 14.618h-1.786l-1.859-5.644h-0.031l-0.021 0.163c-0.111 0.735-0.227 1.391-0.344 1.97l-0.757 3.511h-1.436l1.613-7.46h1.864l1.775 5.496h0.021c0.042-0.259 0.109-0.628 0.203-1.107s0.407-1.942 0.94-4.388h1.43l-1.613 7.461zM13.296 20.185c0 0.98-0.177 1.832-0.532 2.556s-0.868 1.274-1.539 1.652c-0.672 0.379-1.464 0.568-2.376 0.568h-2.449l1.678-7.68h2.15c0.977 0 1.733 0.25 2.267 0.751s0.801 1.219 0.801 2.154zM8.925 23.615c0.536 0 1.003-0.133 1.401-0.399s0.71-0.657 0.934-1.174c0.225-0.517 0.337-1.108 0.337-1.773 0-0.54-0.131-0.95-0.394-1.232s-0.64-0.423-1.132-0.423h-0.624l-1.097 5.001h0.575zM18.64 24.96h-4.436l1.678-7.68h4.442l-0.293 1.334h-2.78l-0.364 1.686h2.59l-0.299 1.334h-2.59l-0.435 1.98h2.78l-0.293 1.345zM20.509 24.96l1.678-7.68h1.661l-1.39 6.335h2.78l-0.294 1.345h-4.436zM26.547 24.96l1.694-7.68h1.656l-1.694 7.68h-1.656zM33.021 23.389c0.282-0.774 0.481-1.27 0.597-1.487l2.346-4.623h1.716l-4.061 7.68h-1.814l-0.689-7.68h1.602l0.277 4.623c0.015 0.157 0.022 0.39 0.022 0.699-0.007 0.361-0.018 0.623-0.033 0.788h0.038zM41.678 24.96h-4.437l1.678-7.68h4.442l-0.293 1.334h-2.78l-0.364 1.686h2.59l-0.299 1.334h-2.59l-0.435 1.98h2.78l-0.293 1.345zM45.849 22.013l-0.646 2.947h-1.656l1.678-7.68h1.949c0.858 0 1.502 0.179 1.933 0.536s0.646 0.881 0.646 1.571c0 0.554-0.15 1.029-0.451 1.426s-0.733 0.692-1.298 0.885l1.417 3.263h-1.803l-1.124-2.947h-0.646zM46.137 20.689h0.424c0.474 0 0.843-0.1 1.108-0.3s0.396-0.504 0.396-0.914c0-0.287-0.086-0.502-0.258-0.646s-0.442-0.216-0.812-0.216h-0.402l-0.456 2.076zM53.712 20.39l2.031-3.11h1.857l-3.355 4.744-0.646 2.936h-1.645l0.646-2.936-1.281-4.744h1.694l0.7 3.11z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M13.043 8.356c-0.46 0-0.873 0.138-1.24 0.413s-0.662 0.681-0.885 1.217c-0.223 0.536-0.334 1.112-0.334 1.727 0 0.568 0.119 0.99 0.358 1.265s0.619 0.413 1.141 0.413c0.508 0 1.096-0.131 1.765-0.393v1.327c-0.693 0.262-1.389 0.393-2.089 0.393-0.884 0-1.572-0.254-2.063-0.763s-0.736-1.229-0.736-2.161c0-0.892 0.181-1.712 0.543-2.462s0.846-1.32 1.452-1.709 1.302-0.584 2.089-0.584c0.435 0 0.822 0.038 1.159 0.115s0.7 0.217 1.086 0.421l-0.616 1.276c-0.369-0.201-0.673-0.333-0.914-0.398s-0.478-0.097-0.715-0.097zM19.524 12.842h-2.47l-0.898 1.776h-1.671l3.999-7.491h1.948l0.767 7.491h-1.551l-0.125-1.776zM19.446 11.515l-0.136-1.786c-0.035-0.445-0.052-0.876-0.052-1.291v-0.184c-0.153 0.408-0.343 0.84-0.569 1.296l-0.982 1.965h1.739zM27.049 12.413c0 0.711-0.257 1.273-0.773 1.686s-1.213 0.62-2.094 0.62c-0.769 0-1.389-0.153-1.859-0.46v-1.398c0.672 0.367 1.295 0.551 1.869 0.551 0.39 0 0.694-0.072 0.914-0.217s0.329-0.343 0.329-0.595c0-0.147-0.024-0.275-0.070-0.385s-0.114-0.214-0.201-0.309c-0.087-0.095-0.303-0.269-0.648-0.52-0.481-0.337-0.818-0.67-1.013-1s-0.293-0.685-0.293-1.066c0-0.439 0.108-0.831 0.324-1.176s0.523-0.614 0.922-0.806 0.857-0.288 1.376-0.288c0.755 0 1.446 0.168 2.073 0.505l-0.569 1.189c-0.543-0.252-1.044-0.378-1.504-0.378-0.289 0-0.525 0.077-0.71 0.23s-0.276 0.355-0.276 0.607c0 0.207 0.058 0.389 0.172 0.543s0.372 0.36 0.773 0.615c0.421 0.272 0.736 0.572 0.945 0.9s0.313 0.712 0.313 1.151zM33.969 14.618h-1.597l0.7-3.22h-2.46l-0.7 3.22h-1.592l1.613-7.46h1.597l-0.632 2.924h2.459l0.632-2.924h1.592l-1.613 7.46zM46.319 9.831c0 0.963-0.172 1.824-0.517 2.585s-0.816 1.334-1.415 1.722c-0.598 0.388-1.288 0.582-2.067 0.582-0.891 0-1.587-0.251-2.086-0.753s-0.749-1.198-0.749-2.090c0-0.902 0.172-1.731 0.517-2.488s0.82-1.338 1.425-1.743c0.605-0.405 1.306-0.607 2.099-0.607 0.888 0 1.575 0.245 2.063 0.735s0.73 1.176 0.73 2.056zM43.395 8.356c-0.421 0-0.808 0.155-1.159 0.467s-0.627 0.739-0.828 1.283-0.3 1.135-0.3 1.771c0 0.5 0.116 0.877 0.348 1.133s0.558 0.383 0.979 0.383 0.805-0.148 1.151-0.444c0.346-0.296 0.617-0.714 0.812-1.255s0.292-1.148 0.292-1.822c0-0.483-0.113-0.856-0.339-1.12-0.227-0.264-0.546-0.396-0.957-0.396zM53.427 14.618h-1.786l-1.859-5.644h-0.031l-0.021 0.163c-0.111 0.735-0.227 1.391-0.344 1.97l-0.757 3.511h-1.436l1.613-7.46h1.864l1.775 5.496h0.021c0.042-0.259 0.109-0.628 0.203-1.107s0.407-1.942 0.94-4.388h1.43l-1.613 7.461zM19.526 19.571c0 0.82-0.288 1.464-0.865 1.931s-1.372 0.701-2.385 0.701h-0.439l-0.556 2.653h-1.556l1.577-7.46h1.725c0.823 0 1.445 0.181 1.867 0.543 0.421 0.363 0.632 0.906 0.632 1.631zM16.117 20.908h0.286c0.483 0 0.863-0.117 1.14-0.352s0.415-0.549 0.415-0.944c0-0.612-0.332-0.918-0.995-0.918h-0.378l-0.47 2.214zM20.047 24.858l1.592-7.46h1.556l-1.592 7.46h-1.556zM28.019 18.596c-0.449 0-0.853 0.138-1.212 0.413s-0.647 0.681-0.865 1.217c-0.218 0.536-0.326 1.112-0.326 1.727 0 0.568 0.116 0.99 0.349 1.265s0.605 0.413 1.115 0.413c0.497 0 1.071-0.131 1.725-0.393v1.327c-0.677 0.262-1.357 0.393-2.041 0.393-0.864 0-1.536-0.254-2.016-0.763s-0.719-1.229-0.719-2.161c0-0.892 0.177-1.712 0.531-2.462s0.827-1.32 1.419-1.709c0.592-0.39 1.272-0.584 2.041-0.584 0.425 0 0.803 0.038 1.133 0.115s0.684 0.217 1.061 0.421l-0.602 1.276c-0.36-0.201-0.659-0.333-0.893-0.398s-0.467-0.097-0.699-0.097zM35.878 24.858h-1.725l-1.076-3.021-0.638 0.357-0.556 2.664h-1.556l1.577-7.46h1.562l-0.776 3.582 0.806-1.046 2.087-2.536h1.842l-3.031 3.572 1.485 3.889zM44.038 17.397l-1.026 4.828c-0.194 0.905-0.565 1.587-1.112 2.046s-1.26 0.689-2.138 0.689c-0.721 0-1.288-0.193-1.702-0.579s-0.62-0.909-0.62-1.569c0-0.245 0.026-0.48 0.077-0.704l1-4.71h1.556l-0.99 4.69c-0.058 0.252-0.087 0.465-0.087 0.638 0 0.605 0.321 0.908 0.965 0.908 0.419 0 0.75-0.13 0.995-0.39s0.422-0.649 0.531-1.166l0.99-4.68h1.561zM50.276 19.571c0 0.82-0.288 1.464-0.865 1.931s-1.372 0.701-2.386 0.701h-0.439l-0.556 2.653h-1.556l1.577-7.46h1.725c0.823 0 1.446 0.181 1.867 0.543s0.633 0.906 0.633 1.631zM46.867 20.908h0.286c0.483 0 0.863-0.117 1.14-0.352s0.416-0.549 0.416-0.944c0-0.612-0.331-0.918-0.995-0.918h-0.378l-0.47 2.214z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32">
<path fill-opacity=".8" d="M32.231 14.17c3.905 0 7.08-3.177 7.08-7.085S36.136 0 32.231 0c-3.905 0-7.08 3.177-7.08 7.085s3.175 7.085 7.08 7.085z"/>
<path fill-opacity=".8" d="M37.45 12.816c-1.354 1.455-3.725 2.936-6.773 2.936-2.364 0-4.407-.912-5.7-1.944-7.723.811-13.47 1.944-13.47 1.944v3.137H52.5v-6.455c-.007-.007-7.026-.047-15.05.382z"/>
<path d="M52.493 31.43c-1.152.342-2.672.57-4.005.57-4.816 0-8.353-1.374-8.353-5.362 0-3.6 3.436-5.162 8.112-5.162 1.292 0 2.953.141 4.246.57v3.479c-.95-.59-1.922-.952-3.295-.952-1.782 0-3.577.892-3.577 2.165 0 1.274 1.782 2.165 3.577 2.165 1.353 0 2.324-.362 3.295-.931v3.458zM25.901 21.718h9.847c2.545 0 3.396.992 3.396 2.547 0 1.743-1.554 2.487-3.135 2.567v.02c1.641.12 3.215.302 3.215 2.366 0 1.334-.83 2.655-3.657 2.655H25.9V21.718zm4.87 8.077h2.545c.951 0 1.273-.382 1.273-.972s-.322-.992-1.273-.992h-2.545v1.964zm0-3.787h2.431c.931 0 1.313-.383 1.313-.972 0-.67-.361-.992-1.232-.992h-2.505v1.964h-.007zM23.858 31.424c-1.152.341-2.672.57-4.005.57-4.816 0-8.353-1.375-8.353-5.363 0-3.6 3.436-5.161 8.112-5.161 1.292 0 2.954.14 4.246.57v3.478c-.95-.59-1.922-.952-3.295-.952-1.782 0-3.577.892-3.577 2.165 0 1.274 1.782 2.165 3.577 2.165 1.353 0 2.324-.361 3.295-.931v3.459z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M22.673 27.228c-1.214-0.166-2.368-0.325-3.521-0.483-3.48-0.477-6.96-0.95-10.44-1.433-0.957-0.133-0.956-0.144-0.956-1.119 0-4.442 0.005-8.883-0.008-13.325-0.001-0.419 0.1-0.652 0.504-0.854 6.554-3.289 13.099-6.599 19.64-9.916 0.284-0.144 0.483-0.126 0.746 0.032 4.009 2.415 8.028 4.813 12.033 7.233 0.478 0.289 0.948 0.416 1.505 0.413 3.388-0.019 6.775-0.010 10.163-0.010 2.297-0.001 3.886 1.506 3.896 3.802 0.025 5.56 0.023 11.12-0.001 16.68-0.010 2.215-1.624 3.747-3.858 3.747-8.64 0.004-17.28 0.005-25.919 0.005-2.1 0-3.732-1.601-3.782-3.7-0.008-0.338-0.001-0.676-0.001-1.071zM26.406 13.955c0.141 0.013 0.251 0.031 0.362 0.031 2.578 0.003 5.156 0.015 7.733-0.001 1.21-0.008 2.315 0.273 3.255 1.055 1.529 1.273 2.085 3.304 1.427 5.141-0.67 1.872-2.38 3.078-4.397 3.082-2.627 0.006-5.253 0.009-7.879-0.006-0.405-0.003-0.582 0.077-0.563 0.531 0.038 0.874 0.002 1.751 0.020 2.626 0.020 0.973 0.7 1.743 1.649 1.872 0.303 0.042 0.615 0.026 0.923 0.026 7.101 0.001 14.202-0.020 21.303 0.020 1.307 0.007 2.356-0.738 2.333-2.316-0.061-4.134-0.024-8.268-0.023-12.403 0.001-1.428-0.705-2.155-2.146-2.156-7.312-0.004-14.625-0.004-21.937-0.001-1.468 0.002-2.281 0.977-2.061 2.498z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M53.071-0c0.936 0 1.717 0.339 2.342 1.014 0.676 0.625 1.014 1.405 1.014 2.342v25.288c0 0.936-0.339 1.717-1.014 2.342-0.625 0.677-1.405 1.014-2.342 1.014h-42.143c-0.936 0-1.717-0.338-2.342-1.014-0.676-0.625-1.014-1.405-1.014-2.342v-25.288c0-0.936 0.338-1.717 1.014-2.342 0.625-0.675 1.405-1.014 2.342-1.014h42.143zM10.929 2.653c-0.26 0-0.417 0.078-0.468 0.234-0.156 0.156-0.234 0.312-0.234 0.468v4.683h43.547v-4.683c0-0.156-0.078-0.312-0.234-0.468-0.053-0.156-0.209-0.234-0.468-0.234h-42.142zM53.071 29.346c0.26 0 0.416-0.078 0.468-0.234 0.156-0.156 0.234-0.312 0.234-0.468v-12.644h-43.548v12.644c0 0.156 0.078 0.312 0.234 0.468 0.051 0.156 0.207 0.234 0.468 0.234h42.143zM12.88 26.692v-2.732h5.386v2.732h-5.386zM20.919 26.692v-2.732h7.961v2.732h-7.961z"></path>
</svg>

After

Width:  |  Height:  |  Size: 897 B

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M31.949 31.971c-7.11 0-14.221-0.069-21.33 0.028-3.729 0.051-7.4-3.071-7.389-7.283 0.016-5.82-0.019-11.641 0.012-17.461 0.020-3.644 2.507-6.533 6.093-7.183 0.307-0.056 0.624-0.068 0.937-0.068 14.502-0.004 29.003-0.006 43.505-0.002 3.533 0.001 6.869 3.141 6.94 6.66 0.083 4.099 0.043 8.2 0.046 12.301 0.002 2.116 0.033 4.234-0.040 6.348-0.123 3.531-3.411 6.656-6.947 6.659-7.277 0.006-14.552 0.002-21.828 0.002zM31.952 30.929c7.161 0 14.322 0.003 21.482-0.001 3.457-0.003 6.253-2.692 6.278-6.149 0.043-5.854 0.040-11.709 0.003-17.563-0.022-3.393-2.812-6.171-6.11-6.172-14.404-0.004-28.809-0.003-43.213 0.003-0.377 0-0.763 0.033-1.13 0.115-2.957 0.657-4.979 3.168-4.984 6.207-0.009 5.755-0.006 11.51 0.003 17.265 0.001 0.443 0.044 0.895 0.139 1.327 0.653 2.977 3.147 4.969 6.199 4.97 7.112 0.001 14.223 0 21.334-0.001zM31.561 17.544c-0.134 1.836-0.268 3.67-0.406 5.575 0.389 0 0.731 0 1.074 0 2.429-0.001 4.859-0.001 7.289-0.003 0.687-0.001 0.664-0.002 0.693-0.672 0.091-2.147 0.2-4.293 0.304-6.438 0.003-0.059 0.022-0.119 0.054-0.286 0.509 0.728 0.964 1.37 1.409 2.018 1.14 1.662 2.267 3.332 3.423 4.984 0.113 0.161 0.381 0.3 0.579 0.301 3.506 0.017 7.012 0.010 10.518 0.006 0.026 0 0.053-0.031 0.133-0.081-0.112-0.14-0.219-0.274-0.326-0.408-1.896-2.377-3.788-4.758-5.696-7.125-0.272-0.337-0.157-0.541 0.092-0.792 1.861-1.878 3.715-3.761 5.571-5.643 0.022-0.022 0.031-0.057 0.086-0.159-0.287 0-0.537 0-0.788 0-3.043 0-6.086 0.008-9.129-0.009-0.481-0.003-0.831 0.102-1.149 0.498-1.368 1.699-2.767 3.373-4.157 5.056-0.111 0.134-0.228 0.262-0.342 0.392-0.045-0.015-0.090-0.030-0.135-0.045 0.159-1.93 0.318-3.859 0.482-5.848-0.16-0.011-0.317-0.032-0.474-0.032-2.696-0.001-5.391 0.011-8.087-0.009-0.461-0.004-0.538 0.172-0.551 0.576-0.047 1.461-0.133 2.921-0.207 4.469-0.296-0.621-0.52-1.167-0.806-1.678-1.091-1.953-2.869-2.847-4.997-3.165-0.521-0.078-1.052-0.122-1.579-0.122-5.523 0.003-11.047 0.017-16.57 0.028-0.212 0.001-0.424 0-0.684 0-0.043-0.94 0.161-1.782 0.636-2.529 1.004-1.581 2.425-2.508 4.342-2.51 8.599-0.010 17.199-0.006 25.798-0.007 4.663-0.001 9.326-0.022 13.989 0.006 2.71 0.017 4.789 2.060 4.807 4.769 0.033 4.911 0.017 9.823-0.027 14.734-0.021 2.364-2.012 4.384-4.401 4.582-0.362 0.030-0.727 0.027-1.091 0.027-6.681 0.002-13.363-0.007-20.044 0.005-6.449 0.011-12.898 0.047-19.347 0.061-2.399 0.005-4.687-2.308-4.68-4.703 0-0.063 0.017-0.125 0.043-0.293 0.955 0 1.909 0.002 2.863-0.001 4.564-0.011 9.128 0.019 13.692-0.049 3.23-0.048 5.717-1.436 7.191-4.41 0.175-0.354 0.336-0.716 0.503-1.075 0.035 0.002 0.069 0.003 0.104 0.005zM15.893 17.662c0.109-1.325 0.212-2.568 0.317-3.853 1.375-0.024 2.723-0.203 4.052 0.143 0.749 0.195 1.359 0.618 1.491 1.415 0.12 0.726-0.33 1.306-0.908 1.635-0.566 0.323-1.234 0.566-1.88 0.633-0.992 0.104-2.003 0.027-3.073 0.027z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M35.66 11.112c-0.005-2.752-1.725-5.099-4.148-6.029v12.058c2.424-0.932 4.144-3.277 4.148-6.029zM26.888 17.138v-12.054c-2.422 0.932-4.14 3.277-4.145 6.028 0.005 2.751 1.723 5.095 4.145 6.026zM29.176 22.262h5.236c6.084 0.029 11.638-4.963 11.638-11.034 0-6.641-5.554-11.23-11.638-11.228h-5.236c-6.157-0.002-11.226 4.589-11.226 11.228-0.001 6.074 5.068 11.064 11.226 11.034zM29.2 0.92c5.628 0.002 10.188 4.563 10.189 10.191-0.001 5.628-4.561 10.188-10.189 10.19-5.627-0.002-10.186-4.562-10.188-10.19 0.002-5.629 4.561-10.19 10.188-10.191zM7.418 23.377c-0.895 0-1.585 0.023-2.092 0.023-0.472 0-0.955 0-1.427-0.023v0.314c0.544 0.012 1.111-0.059 1.111 1.028v0 5.866c-0.035 0.822-0.386 0.847-1.111 0.92v0.314c0.544-0.012 1.077-0.024 1.62-0.024 0.568 0 1.137 0.024 1.754 0.024 4.28 0 4.981-3.011 4.981-4.209-0.001-2.141-1.706-4.232-4.836-4.232zM7.453 31.432c-0.592 0-1.258-0.109-1.258-1.040v-6.579c0.219-0.013 0.447-0.049 0.943-0.049 2.333 0 3.784 1.633 3.784 3.893 0 1.802-0.858 3.774-3.47 3.774zM14.455 31.105v-4.643c0-0.097-0.025-0.17-0.085-0.17s-0.132 0.013-0.218 0.061c-0.047 0.037-0.726 0.264-1.293 0.435v0.194c0.447 0.241 0.628 0.314 0.628 0.846v3.277c0 0.4-0.243 0.4-0.58 0.4h-0.228v0.314c0.447-0.012 0.883-0.024 1.318-0.024s0.858 0.024 1.269 0.024v-0.314h-0.205c-0.339-0.001-0.605-0.001-0.605-0.401zM13.972 24.429c0.326 0 0.593-0.278 0.593-0.605s-0.279-0.582-0.593-0.582c-0.302 0-0.592 0.278-0.592 0.582-0.001 0.315 0.277 0.605 0.592 0.605zM20.863 31.105v-3.12c0-0.943-0.363-1.693-1.389-1.693-0.811 0-1.404 0.412-2.094 0.907v-0.787c0-0.096-0.036-0.121-0.072-0.121-0.581 0.255-1.076 0.412-1.596 0.581v0.23c0.567 0.23 0.701 0.35 0.701 0.797v0 3.204c0 0.4-0.241 0.4-0.58 0.4h-0.218v0.314c0.435-0.012 0.871-0.024 1.306-0.024s0.859 0.024 1.282 0.024v-0.314h-0.217c-0.339 0-0.606 0-0.606-0.4v-3.579c0.401-0.266 1.018-0.581 1.404-0.581 0.691 0 1.112 0.338 1.112 1.029v3.132c0 0.4-0.241 0.4-0.58 0.4h-0.217v0.314c0.435-0.012 0.87-0.024 1.306-0.024 0.435 0 0.857 0.024 1.281 0.024v-0.314h-0.218c-0.339 0-0.605 0-0.605-0.4zM24.382 31.274c-0.966 0-1.706-0.943-1.777-2.091-0.025-0.412-0.025-0.593 0-0.701h3.397l0.109-0.072c0.012-0.074 0.012-0.145 0.012-0.218-0.012-1.282-1.064-1.898-2.044-1.898-0.846 0-2.442 0.701-2.442 3.073 0 0.773 0.387 2.636 2.31 2.636 0.991 0 1.68-0.628 2.237-1.366l-0.169-0.172c-0.447 0.447-0.968 0.81-1.633 0.81zM24.031 26.679c0.678 0 1.052 0.496 1.052 1.113 0 0.145-0.036 0.302-0.337 0.302h-2.105c0.145-0.872 0.653-1.415 1.39-1.415zM29.836 26.291c-0.737 0-1.245 0.774-1.547 1.246h-0.026v-1.088c0-0.122-0.036-0.158-0.107-0.158-0.11 0-0.594 0.315-1.477 0.691v0.18c0.182 0.097 0.628 0.17 0.628 0.544v3.398c0 0.4-0.242 0.4-0.579 0.4h-0.326v0.314c0.435-0.012 0.943-0.024 1.439-0.024 0.521 0 1.027 0.012 1.692 0.024v-0.314h-0.677c-0.339 0-0.581 0-0.581-0.4v-2.841c0-0.726 0.677-1.004 0.883-1.004 0.422 0 0.422 0.291 0.799 0.291 0.339 0 0.568-0.291 0.568-0.618-0.001-0.436-0.387-0.641-0.689-0.641zM31.722 27.477c0-0.52 0.459-0.798 0.943-0.798 0.775 0 1.197 0.436 1.318 1.197h0.278l-0.086-1.233c-0.471-0.242-0.991-0.352-1.377-0.352-1.329 0-1.874 0.871-1.874 1.548 0 1.947 2.635 1.487 2.635 2.915 0 0.423-0.266 0.859-0.978 0.859-0.883 0-1.366-0.678-1.524-1.476l-0.218 0.061 0.133 1.391c0.423 0.242 0.991 0.411 1.475 0.411 1.439 0 2.080-0.847 2.080-1.645 0-1.898-2.805-1.462-2.805-2.877zM42.749 31.613c-1.862 0-3.604-1.753-3.604-4.197 0-2.902 2.019-3.833 3.411-3.833 1.354 0 2.357 0.569 2.587 1.983h0.301l-0.12-1.729c-0.931-0.326-1.874-0.643-2.853-0.643-2.37 0-4.582 1.779-4.582 4.257 0 2.721 1.789 4.547 4.618 4.547 0.799 0 2.165-0.326 2.673-0.641l0.277-1.766-0.277-0.072c-0.243 1.271-1.235 2.093-2.431 2.093zM47.659 31.105v-8.356c0-0.097-0.024-0.17-0.098-0.17-0.036 0-0.133 0.061-0.265 0.133-0.254 0.145-0.762 0.364-1.245 0.52v0.193c0.46 0.133 0.641 0.157 0.641 0.943v6.735c0 0.4-0.243 0.4-0.582 0.4h-0.228v0.314c0.448-0.012 0.883-0.024 1.318-0.024s0.859 0.024 1.268 0.024v-0.314h-0.204c-0.34 0.001-0.605 0.001-0.605-0.399zM53.645 31.153v0-4.461c0-0.134 0-0.218-0.098-0.218-0.12 0-0.798 0.097-1.885 0.169v0.218c0.435 0.122 1.014 0.254 1.014 0.495v3.255c-0.508 0.422-1.052 0.737-1.462 0.737-1.051 0-1.051-1.040-1.051-1.404v-3.119c0-0.266 0-0.351-0.134-0.351-0.158 0-1.123 0.072-1.559 0.084v0.23c0.676 0.060 0.724 0.363 0.724 0.677v3.097c0 1.015 0.677 1.438 1.33 1.438 0.859 0 1.416-0.423 2.141-1.015v0.979l0.061 0.038c0.23-0.072 1.222-0.326 1.742-0.374v-0.255c-0.158 0-0.339 0.012-0.484 0.012-0.205-0.001-0.338-0.012-0.338-0.231zM57.852 26.292c-0.666 0-1.318 0.46-1.802 0.871v0-4.413c0-0.097-0.024-0.17-0.096-0.17-0.037 0-0.134 0.061-0.267 0.133-0.254 0.145-0.76 0.364-1.245 0.52v0.193c0.459 0.133 0.641 0.157 0.641 0.943v5.2c0 0.737-0.061 1.439-0.169 2.152l0.253 0.133 0.362-0.277c0.315 0.133 0.786 0.423 1.68 0.423 1.73 0 2.89-1.585 2.89-3.169 0-1.317-0.845-2.54-2.248-2.54zM57.296 31.686c-0.81 0-1.245-0.774-1.245-1.235v0-2.938c0.326-0.278 0.7-0.57 1.149-0.57 0.943 0 1.934 1.088 1.934 2.394-0.001 1.078-0.545 2.348-1.838 2.348z"></path>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M7.040-0v32h49.92v-32h-49.92zM24.873 31.040h-16.873v-30.080h48v18.331c-4.188 2.492-14.819 8.089-31.127 11.749zM11.096 9.732h-2.136v7.49h2.136c1.124 0 1.957-0.247 2.677-0.855 0.855-0.72 1.349-1.777 1.349-2.879 0-2.204-1.642-3.756-4.026-3.756zM12.806 15.378c-0.45 0.404-1.057 0.585-2.002 0.585h-0.382v-4.948h0.382c0.945 0 1.53 0.157 2.002 0.607 0.518 0.45 0.81 1.147 0.81 1.867s-0.292 1.416-0.81 1.889zM15.798 9.732h1.462v7.49h-1.462v-7.49zM20.836 12.611c-0.877-0.315-1.124-0.54-1.124-0.945 0-0.472 0.45-0.833 1.080-0.833 0.45 0 0.81 0.18 1.192 0.607l0.765-0.989c-0.63-0.563-1.395-0.832-2.204-0.832-1.327 0-2.339 0.922-2.339 2.136 0 1.035 0.472 1.574 1.845 2.070 0.563 0.202 0.855 0.315 1.012 0.428 0.293 0.18 0.428 0.45 0.428 0.765 0 0.607-0.473 1.057-1.124 1.057-0.698 0-1.259-0.337-1.597-0.989l-0.945 0.9c0.675 0.989 1.484 1.439 2.587 1.439 1.53 0 2.587-1.012 2.587-2.474-0.001-1.192-0.496-1.732-2.161-2.34zM23.468 13.488c0 2.205 1.732 3.914 3.959 3.914 0.63 0 1.17-0.113 1.822-0.428v-1.732c-0.585 0.585-1.102 0.832-1.755 0.832-1.484 0-2.519-1.080-2.519-2.587 0-1.439 1.080-2.587 2.452-2.587 0.698 0 1.215 0.248 1.822 0.855v-1.732c-0.63-0.315-1.17-0.45-1.8-0.45-2.204 0-3.981 1.732-3.981 3.914zM37.818 13.533c0 2.248-1.823 4.071-4.071 4.071s-4.071-1.823-4.071-4.071c0-2.248 1.823-4.071 4.071-4.071s4.071 1.823 4.071 4.071zM40.855 14.77l-2.002-5.038h-1.597l3.194 7.693h0.788l3.238-7.693h-1.597zM45.129 17.222h4.139v-1.259h-2.677v-2.024h2.587v-1.26h-2.587v-1.665h2.677v-1.282h-4.139zM53.361 14.073c1.102-0.225 1.709-0.967 1.709-2.114 0-1.417-0.967-2.227-2.654-2.227h-2.182v7.49h1.462v-2.991h0.203l2.024 2.991h1.799l-2.362-3.149zM52.123 13.195h-0.428v-2.271h0.45c0.922 0 1.417 0.382 1.417 1.102 0.001 0.765-0.494 1.169-1.439 1.169z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M46.779 7.449c5 0 9.19 3.455 10.321 8.108l-4.682 0.391c-0.859-2.279-3.059-3.901-5.639-3.901-0.715 0-1.402 0.125-2.038 0.355l-1.955-4.173c1.233-0.501 2.581-0.779 3.993-0.779zM11.369 27.051l2.483-3.775c2.5 1.494 5.012 1.252 7.535-0.729l3.157 3.231c-3.78 3.588-8.781 3.94-13.175 1.272zM17.167 7.668c-5.831 0-10.557 4.727-10.557 10.557 0 2.164 0.652 4.176 1.769 5.851l19.053-8.33c-1.117-4.634-5.288-8.078-10.265-8.078zM11.151 18.778c-0.017-0.182-0.026-0.365-0.026-0.552 0-3.336 2.705-6.040 6.040-6.040 1.805 0 3.425 0.792 4.532 2.047l-10.547 4.545zM34.674 28.206l-3.855-1.631c-1.462-0.618-1.974-1.514-1.977-3.41l-0.026-19.965h3.782v19.426c0 0.186 0.023 0.351 0.267 0.445l3.291 1.279-1.483 3.855zM40.778 26.836c-2.79-1.914-4.621-5.125-4.621-8.764 0-3.377 1.577-6.383 4.033-8.328l2.443 3.96c-1.157 1.098-1.878 2.649-1.878 4.369 0 1.935 0.913 3.656 2.331 4.758l-2.307 4.006zM46.779 28.694c-1.154 0-2.264-0.186-3.304-0.527l1.836-4.252c0.47 0.118 0.961 0.181 1.468 0.181 3.229 0 5.866-2.541 6.018-5.733l4.594 0.145c-0.23 5.664-4.892 10.186-10.612 10.186z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M55.935 11.691l-5.547-5.547c-0.063-0.063-0.221-0.189-0.474-0.38v6.4h6.4c-0.189-0.252-0.316-0.41-0.379-0.474zM49.92 14.080c-0.714-0.075-0.879-0.208-1.28-0.64-0.394-0.362-0.659-0.759-0.64-1.28v-7.68h-38.444c-0.858 0-1.598 0.392-2.221 1.016-0.625 0.546-0.936 1.286-0.936 2.221v16.783c0 0.935 0.311 1.677 0.935 2.221 0.623 0.625 1.363 0.799 2.221 0.799h44.888c0.857 0 1.597-0.174 2.221-0.799 0.623-0.544 0.935-1.286 0.935-2.221v-10.42h-7.679zM11.845 21.908l-0.637 2.95h-1.607l1.628-7.46h4.289l-0.285 1.296h-2.677l-0.416 1.924h2.492l-0.295 1.291h-2.492zM19.611 24.858l-0.127-1.776h-2.492l-0.906 1.776h-1.686l4.037-7.491h1.965l0.774 7.491h-1.565zM28.237 19.092c-0.372-0.201-0.68-0.333-0.922-0.398s-0.483-0.097-0.722-0.097c-0.463 0-0.88 0.138-1.251 0.413s-0.669 0.681-0.894 1.217c-0.225 0.536-0.337 1.112-0.337 1.727 0 0.568 0.121 0.99 0.362 1.265s0.623 0.413 1.151 0.413c0.513 0 1.107-0.131 1.781-0.393v1.327c-0.699 0.261-1.402 0.392-2.108 0.392-0.892 0-1.586-0.254-2.081-0.763s-0.743-1.229-0.743-2.161c0-0.892 0.182-1.712 0.548-2.462s0.854-1.32 1.465-1.709 1.314-0.584 2.108-0.584c0.439 0 0.829 0.038 1.17 0.115s0.706 0.217 1.096 0.421l-0.623 1.276zM32.774 18.714l-1.338 6.144h-1.607l1.338-6.144h-1.855l0.29-1.316h5.322l-0.29 1.316h-1.861zM40.652 22.225c-0.2 0.905-0.583 1.587-1.149 2.046s-1.301 0.689-2.207 0.689c-0.745 0-1.33-0.193-1.756-0.579s-0.641-0.909-0.641-1.569c0-0.245 0.026-0.48 0.079-0.704l1.033-4.71h1.607l-1.022 4.69c-0.059 0.252-0.090 0.465-0.090 0.638 0 0.605 0.332 0.908 0.996 0.908 0.432 0 0.774-0.13 1.027-0.39s0.436-0.649 0.548-1.166l1.022-4.68h1.612l-1.059 4.827zM47.592 24.858h-1.749l-1.091-2.863h-0.627l-0.627 2.863h-1.607l1.628-7.46h1.892c0.833 0 1.458 0.173 1.876 0.52s0.627 0.856 0.627 1.526c0 0.538-0.146 0.999-0.437 1.386s-0.712 0.673-1.26 0.86l1.375 3.169zM54.115 18.694h-2.698l-0.353 1.638h2.513l-0.29 1.296h-2.513l-0.422 1.924h2.698l-0.285 1.306h-4.305l1.628-7.46h4.311l-0.285 1.297zM19.217 18.678v-0.184c-0.155 0.408-0.346 0.84-0.574 1.296l-0.991 1.965h1.755l-0.137-1.786c-0.036-0.445-0.053-0.876-0.053-1.291zM45.236 18.694h-0.39l-0.443 2.016h0.411c0.46 0 0.819-0.097 1.075-0.291s0.385-0.49 0.385-0.888c0-0.279-0.083-0.488-0.25-0.628s-0.43-0.209-0.788-0.209z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M55.935 11.691l-5.547-5.547c-0.063-0.063-0.221-0.189-0.474-0.38v6.4h6.4c-0.189-0.252-0.316-0.41-0.379-0.474zM45.933 18.833c-0.17-0.141-0.44-0.212-0.806-0.212h-0.399l-0.453 2.038h0.42c0.47 0 0.837-0.098 1.099-0.294s0.393-0.495 0.393-0.898c0-0.282-0.084-0.493-0.255-0.634zM19.428 18.606v-0.186c-0.158 0.413-0.354 0.85-0.587 1.311l-1.012 1.987h1.793l-0.14-1.807c-0.036-0.451-0.054-0.886-0.054-1.306zM49.92 14.080c-0.714-0.075-0.879-0.208-1.28-0.64-0.394-0.362-0.659-0.759-0.64-1.28v-7.68h-38.444c-0.858 0-1.598 0.392-2.221 1.016-0.625 0.545-0.936 1.285-0.936 2.221v16.783c0 0.935 0.311 1.677 0.935 2.221 0.623 0.625 1.363 0.799 2.221 0.799h44.888c0.857 0 1.597-0.174 2.221-0.799 0.623-0.544 0.935-1.286 0.935-2.221v-10.42h-7.679zM11.894 21.873l-0.652 2.983h-1.643l1.664-7.546h4.383l-0.291 1.311h-2.736l-0.426 1.946h2.547l-0.301 1.306h-2.547zM19.832 24.856l-0.129-1.796h-2.547l-0.926 1.796h-1.724l4.125-7.576h2.009l0.792 7.577h-1.6zM28.438 18.642h-1.901l-1.368 6.214h-1.643l1.368-6.214h-1.896l0.296-1.332h5.439l-0.296 1.332zM32.39 18.642l-1.368 6.214h-1.642l1.368-6.214h-1.896l0.296-1.332h5.439l-0.296 1.332h-1.901zM40.442 22.193c-0.205 0.915-0.596 1.605-1.174 2.070s-1.331 0.697-2.257 0.697c-0.761 0-1.359-0.195-1.795-0.586s-0.655-0.92-0.655-1.587c0-0.248 0.027-0.485 0.081-0.712l1.055-4.764h1.642l-1.044 4.743c-0.061 0.255-0.092 0.47-0.092 0.645 0 0.612 0.339 0.918 1.018 0.918 0.442 0 0.792-0.132 1.050-0.395s0.445-0.657 0.56-1.18l1.044-4.733h1.648l-1.082 4.883zM52.801 24.856l-0.129-1.796h-2.547l-0.926 1.796h-1.664l-0.026-0.060-0.033 0.060h-1.729l-1.115-2.895h-0.641l-0.641 2.895h-1.642l1.664-7.546h1.933c0.851 0 1.49 0.175 1.917 0.527s0.641 0.865 0.641 1.543c0 0.543-0.149 1.011-0.447 1.402s-0.727 0.68-1.287 0.87l1.379 3.145 4.090-7.517h2.009l0.792 7.576h-1.599zM52.397 18.606v-0.186c-0.158 0.413-0.354 0.85-0.587 1.311l-1.012 1.987h1.793l-0.14-1.807c-0.036-0.451-0.054-0.886-0.054-1.306z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M12.8 8.989l-5.524 5.659c-0.090 0-0.135 0.047-0.135 0.135-0.181 0-0.269-0.088-0.269-0.269v-2.291c-0.989 0-1.663 0.047-2.021 0.135-1.078 0.090-1.617 0.943-1.617 2.56v3.773l-3.233 3.233v-7.411c0-3.683 1.661-5.524 4.985-5.524h7.815zM13.878 10.066v7.411c0 3.684-1.663 5.524-4.985 5.524h-7.949l5.66-5.794h0.135l0.135 0.135v2.426c1.078 0 1.752-0.044 2.021-0.135 1.166-0.088 1.752-0.943 1.752-2.56v-3.773l3.232-3.234zM26.274 10.875v-1.348c0-0.269-0.090-0.404-0.269-0.404h-3.234c-0.989 0-1.663 0.047-2.021 0.135-1.168 0.090-2.111 0.451-2.829 1.078-0.989 0.989-1.482 2.516-1.482 4.581v7.545c0 0.269 0.135 0.404 0.404 0.404h2.022c0.269 0 0.404-0.135 0.404-0.404v-4.312c0.179-0.179 0.314-0.269 0.404-0.269 0.088-0.088 0.179-0.135 0.269-0.135h6.063c0.179 0 0.269-0.088 0.269-0.269v-1.752c0-0.179-0.090-0.269-0.269-0.269-0.090-0.088-0.181-0.135-0.269-0.135h-6.063c-0.181 0-0.316-0.135-0.404-0.404v-0.943c0-1.257 0.584-2.021 1.752-2.291 0.358-0.088 1.078-0.135 2.155-0.135h2.829c0.179-0.179 0.269-0.314 0.269-0.404v-0.267zM30.989 9.663v-0.135c0-0.269-0.135-0.404-0.404-0.404h-1.887c-0.269 0-0.404 0.135-0.404 0.404v12.935c0 0.269 0.135 0.404 0.404 0.404h1.887c0.269 0 0.404-0.135 0.404-0.404v-12.8zM42.173 17.208v4.985c0 0.181-0.047 0.269-0.135 0.269 0 0.269-0.090 0.404-0.269 0.404h-4.581c-1.347 0-2.202-0.044-2.56-0.135-1.259-0.269-1.886-1.213-1.886-2.829 0-1.166 0.404-2.021 1.213-2.56 0.449-0.358 1.392-0.539 2.829-0.539h2.156l0.404-0.404v-0.269c-0.181-0.808-0.899-1.213-2.156-1.213h-3.368c-0.090 0-0.225-0.135-0.404-0.404v-1.348c0.179-0.179 0.314-0.269 0.404-0.269 0.088-0.088 0.179-0.135 0.269-0.135h3.099c0.179 0 0.404 0.023 0.674 0.067 0.269 0.047 0.449 0.067 0.539 0.067 1.257 0 2.2 0.36 2.829 1.078 0.358 0.36 0.584 0.764 0.674 1.213 0.179 0.723 0.269 1.396 0.269 2.023zM39.343 19.498v-0.135c-0.181-0.269-0.316-0.404-0.404-0.404h-2.425c-0.629 0-0.943 0.316-0.943 0.943 0 0.539 0.492 0.808 1.482 0.808h1.886c0.088 0 0.223-0.135 0.404-0.404v-0.808zM43.925 9.663v-0.269c0.179-0.179 0.314-0.269 0.404-0.269h2.020c0.179 0 0.269 0.135 0.269 0.404v2.695l0.135 0.135c0 0.269 0.088 0.404 0.269 0.404h1.617l0.135 0.135c0.269 0 0.404 0.090 0.404 0.269v1.348c0 0.269-0.135 0.404-0.404 0.404h-1.752l-0.404 0.404v3.234c0 0.899 0.088 1.437 0.269 1.617 0.088 0.36 0.492 0.539 1.213 0.539h0.674l0.404 0.404v1.347c-0.090 0.269-0.225 0.404-0.404 0.404h-1.617c-1.078 0-1.886-0.269-2.425-0.808-0.36-0.358-0.586-0.674-0.674-0.943-0.181-0.718-0.269-1.392-0.269-2.021l0.134-9.434zM51.065 9.663l0.135-0.269c0-0.179 0.088-0.269 0.269-0.269h2.021c0.088 0 0.223 0.135 0.404 0.404v2.83c0 0.269 0.135 0.404 0.404 0.404h1.482c0.179 0 0.269 0.047 0.269 0.135 0.088 0 0.223 0.090 0.404 0.269v1.348c-0.090 0.269-0.225 0.404-0.404 0.404h-1.752c-0.269 0.090-0.404 0.225-0.404 0.404v3.234c0 0.899 0.044 1.437 0.135 1.617 0.269 0.36 0.674 0.539 1.213 0.539h0.808c0.179 0.179 0.269 0.314 0.269 0.402l0.135 0.269-0.135 0.808v0.269c0 0.269-0.135 0.404-0.404 0.404h-1.482c-1.168 0-2.021-0.269-2.56-0.808-0.269-0.179-0.451-0.492-0.539-0.943-0.181-0.358-0.269-1.032-0.269-2.021v-9.432zM64 14.648l-0.135 0.135c0 0.269-0.090 0.404-0.269 0.404h-1.078c-0.629 0-1.078 0.135-1.347 0.404-0.181 0.36-0.269 0.899-0.269 1.617v5.255c-0.181 0.269-0.316 0.404-0.404 0.404h-2.021c-0.181-0.179-0.269-0.314-0.269-0.404v-5.928c0-0.988 0.088-1.661 0.269-2.021 0.179-0.358 0.358-0.674 0.539-0.943 0.539-0.539 1.347-0.808 2.425-0.808h2.156c0.179 0.181 0.269 0.316 0.269 0.404v0.269l0.136 1.212z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32">
<path d="M30.479 16.275v7.365h-2.337V5.452h6.197a5.603 5.603 0 014.012 1.574 5.062 5.062 0 011.676 3.839 5.037 5.037 0 01-1.676 3.86c-1.083 1.033-2.42 1.55-4.012 1.548h-3.86v.002zm0-8.584v6.35h3.918a3.089 3.089 0 002.312-.941 3.098 3.098 0 000-4.445 3.047 3.047 0 00-2.312-.965h-3.918v.001zM45.41 10.79c1.727 0 3.09.462 4.09 1.385s1.498 2.188 1.498 3.796v7.67h-2.235v-1.727h-.102c-.968 1.422-2.254 2.133-3.86 2.133-1.371 0-2.518-.406-3.441-1.219a3.895 3.895 0 01-1.384-3.047c0-1.288.486-2.312 1.46-3.073.973-.76 2.272-1.141 3.897-1.143 1.388 0 2.53.254 3.428.762v-.534a2.662 2.662 0 00-.965-2.068 3.31 3.31 0 00-2.255-.852c-1.305 0-2.338.55-3.098 1.651l-2.058-1.296c1.132-1.625 2.807-2.438 5.025-2.438zm-3.023 9.041a1.864 1.864 0 00.775 1.524 2.85 2.85 0 001.816.61 3.725 3.725 0 002.628-1.092c.774-.728 1.161-1.583 1.161-2.564-.729-.58-1.744-.87-3.048-.87-.949 0-1.74.228-2.374.686-.64.464-.957 1.029-.957 1.706zm21.439-8.634l-7.802 17.93h-2.411l2.895-6.274-5.13-11.656h2.54l3.707 8.94h.05l3.607-8.94h2.544zM11.003 8.137a5.673 5.673 0 014.009 1.567l2.982-2.982A10.04 10.04 0 0011.004 4a10.449 10.449 0 000 20.897c2.82 0 5.193-.926 6.925-2.522l-.002-.002h.002c1.972-1.818 3.108-4.507 3.108-7.687 0-.712-.06-1.422-.18-2.124h-9.854v4.024h5.644a4.834 4.834 0 01-2.087 3.175v.002c-.937.635-2.145.998-3.557.998-2.725 0-5.038-1.837-5.865-4.313a6.26 6.26 0 010-4c.827-2.475 3.14-4.312 5.865-4.312z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 64 32" xmlns="http://www.w3.org/2000/svg">
<path d="M0 3.775v19.377h4.396v-8.105h7.22v8.105h4.373V3.775h-4.374v7.452h-7.22V3.775H0zM53.835 17.516c.056-.32.144-.974.144-1.727 0-3.477-1.727-7.02-6.267-7.02-4.883 0-7.098 3.942-7.098 7.507 0 4.396 2.736 7.164 7.508 7.164 1.893 0 3.654-.288 5.093-.864l-.576-2.956c-1.173.377-2.391.576-3.886.576-2.037 0-3.82-.864-3.964-2.669h9.046v-.01zm-9.09-2.99c.11-1.173.863-2.845 2.701-2.845 2.016 0 2.47 1.783 2.47 2.846h-5.171zM55.374 23.152h4.374v-7.13c0-.344.033-.687.089-.975.288-1.35 1.384-2.215 2.99-2.215.486 0 .863.056 1.173.111V8.835c-.321-.055-.52-.055-.919-.055-1.35 0-3.078.864-3.798 2.9h-.11l-.145-2.59h-3.764a92.27 92.27 0 01.11 4.628v9.434zM20.43 3a2.25 2.25 0 012.247 2.248 2.25 2.25 0 01-2.248 2.247 2.25 2.25 0 01-2.248-2.247A2.25 2.25 0 0120.43 3zM29.664 19.875h2.192c2.203 0 3.2-1.407 3.2-2.88 0-1.472-.11-4.794-2.823-4.794-3.123 0-2.625 4.13-2.602 6.29-.012.465.022.93.033 1.384zM18.18 9.079h4.496v7.928c0 1.473.82 2.879 2.624 2.879.011-3.566 0-7.242-.122-10.807h3.754c.077.686.155 1.373.221 2.06 1.772-3.544 7.364-2.769 9.246.232 1.938 3.09 2.602 11.947-6.544 11.947H29.73c.022 1.794.022 3.599.022 5.404h-4.495c0-1.728.01-3.544.022-5.404-4.861-.022-7.098-3.1-7.098-6.311V9.079z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M50.355 15.931c0 5.818-1.572 10.022-4.71 12.606-2.771 2.309-6.373 3.463-10.806 3.463h-21.195v-32h21.195c4.433 0 8.035 1.247 10.805 3.74 1.662 1.478 2.816 3.141 3.463 4.987 0.831 2.033 1.247 4.433 1.247 7.204zM48.277 15.931c0-4.71-1.34-8.264-4.017-10.667-2.403-2.123-5.679-3.186-9.836-3.186h-18.701v27.844h18.701c9.233 0 13.853-4.662 13.853-13.991zM20.71 9.835c-0.924 0-1.71 0.325-2.355 0.97-0.647 0.647-0.97 1.433-0.97 2.355 0 0.924 0.323 1.71 0.97 2.355 0.645 0.647 1.431 0.97 2.355 0.97 0.922 0 1.708-0.323 2.355-0.97 0.645-0.645 0.97-1.431 0.97-2.355 0-0.922-0.325-1.708-0.97-2.355-0.647-0.644-1.433-0.97-2.355-0.97zM17.662 27.844h5.956v-9.835h-5.956v9.836zM42.182 16.346h4.156c0 7.667-4.294 11.498-12.883 11.498h-7.065v-11.498h0.692c0.554 0 0.922-0.045 1.108-0.138 0.461-0.184 0.739-0.323 0.831-0.415 0.277-0.277 0.506-0.645 0.692-1.108 0.091-0.184 0.138-0.6 0.138-1.247 0-0.184-0.024-0.415-0.069-0.692-0.048-0.277-0.069-0.461-0.069-0.554-0.093-0.184-0.208-0.368-0.346-0.554-0.138-0.184-0.208-0.323-0.208-0.415-0.37-0.368-0.692-0.554-0.97-0.554-0.186-0.091-0.554-0.138-1.108-0.138h-0.692v-5.819h7.065c8.125 0 12.42 3.463 12.883 10.39h-2.632v-4.572h-1.524v5.818zM28.329 13.437v0.97l-0.277 0.415c-0.186 0.186-0.325 0.277-0.415 0.277h-1.247v-3.325h1.108c0.184 0 0.368 0.093 0.554 0.277 0 0.093 0.091 0.231 0.277 0.415v0.97zM35.394 15.099h-3.186v-1.108h2.771v-1.247h-2.771v-0.97h3.048v-1.247h-4.433v5.818h4.572v-1.247zM41.627 16.346l-2.216-5.818h-1.524l-2.216 5.818h1.524l0.415-1.247h2.078c0 0.093 0.138 0.508 0.415 1.247h1.524zM38.164 13.853l0.277-0.831c0.091-0.277 0.138-0.506 0.138-0.692 0.368 0.74 0.554 1.247 0.554 1.524h-0.97z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M13.556 31.513v4.132c-0.705 0.202-2.015 0.705-2.419 0.705-1.21 0-1.915-1.108-1.915-2.217 0-1.713 3.124-2.116 4.333-2.62v0zM22.022 27.281v0-20.054c0-1.007-0.705-1.31-1.612-1.109-1.31 0.403-8.769 2.922-12.7 4.535-1.109 0.504-1.31 1.108-1.31 1.612v19.45c0 1.21 1.411 1.109 1.713 1.008 0.907-0.202 5.241-1.612 5.846-1.915v15.721c0 2.016 2.016 2.822 2.822 5.14h10.079v-17.031c0-1.915-3.427-5.543-4.838-7.357zM9.626 31.614c-0.403 0.202-1.411 0.605-1.814 0.605s-0.806-0.101-0.806-0.605v-19.148c0-1.008 1.512-1.411 2.621-1.814v20.961zM21.316 26.575c0 0.605-1.21 1.108-1.915 1.31v8.768h-0.403v-11.085c0-1.512-1.713-1.915-2.52-1.915-1.21 0-2.52 1.108-2.52 1.915v4.434c-0.403 0.202-0.705 0.303-1.21 0.504v-21.062l7.66-2.62c0.705-0.202 0.907 0.403 0.907 0.806v18.946zM9.626 10.653v20.961l3.124-1.109 0.101-21.062zM14.54 14.44l2.291-0.693v1.464c0.342-0.703 0.689-1.233 1.039-1.596s0.777-0.623 1.28-0.775c0.68-0.206 1.212-0.080 1.597 0.37 0.383 0.451 0.575 1.27 0.575 2.456v5.724l-2.47 0.748v-4.952c0-0.564-0.074-0.941-0.223-1.131-0.15-0.192-0.359-0.244-0.628-0.163-0.297 0.090-0.54 0.323-0.723 0.694-0.186 0.372-0.278 0.97-0.278 1.789v4.323l-2.46 0.744v-9.003zM25.756 7.619v3.427l1.352-0.409v2.518l-1.352 0.409v3.195c0 0.385 0.027 0.632 0.078 0.74 0.080 0.166 0.22 0.223 0.422 0.161 0.181-0.055 0.435-0.207 0.761-0.453l0.181 2.33c-0.608 0.369-1.175 0.634-1.703 0.793-0.613 0.185-1.064 0.212-1.352 0.079-0.291-0.132-0.505-0.403-0.643-0.81-0.14-0.406-0.208-1.115-0.208-2.122v-3.169l-0.907 0.275v-2.518l0.907-0.275v-1.655l2.464-2.517zM35.398 13.483l-4.927 1.491c0.044 0.543 0.15 0.921 0.319 1.142 0.237 0.319 0.549 0.419 0.93 0.303 0.241-0.073 0.472-0.227 0.689-0.463 0.134-0.148 0.276-0.379 0.429-0.697l2.422-0.42c-0.371 1.018-0.816 1.801-1.34 2.353-0.523 0.549-1.274 0.973-2.253 1.269-0.849 0.257-1.517 0.291-2.006 0.104-0.486-0.188-0.89-0.602-1.21-1.237s-0.48-1.446-0.48-2.436c0-1.407 0.321-2.644 0.963-3.706 0.643-1.066 1.53-1.771 2.661-2.113 0.917-0.278 1.643-0.3 2.173-0.070 0.532 0.227 0.938 0.671 1.214 1.325 0.278 0.657 0.416 1.578 0.416 2.765v0.39zM32.901 12.586c-0.049-0.653-0.177-1.092-0.383-1.316-0.208-0.227-0.48-0.289-0.818-0.186-0.392 0.118-0.703 0.433-0.938 0.938-0.148 0.317-0.243 0.748-0.282 1.298l2.422-0.733zM36.554 7.777l2.3-0.696v1.473c0.223-0.704 0.451-1.213 0.687-1.524s0.526-0.521 0.872-0.626c0.363-0.11 0.758-0.070 1.189 0.115l-0.76 2.69c-0.289-0.083-0.52-0.097-0.689-0.046-0.322 0.097-0.571 0.361-0.748 0.785-0.253 0.604-0.381 1.626-0.381 3.068v3.018l-2.47 0.747v-9.004zM44.471 8.294l-2.348 0.364c0.088-0.603 0.216-1.096 0.383-1.476s0.406-0.739 0.722-1.078c0.225-0.245 0.536-0.475 0.929-0.689s0.821-0.393 1.28-0.532c0.736-0.223 1.33-0.344 1.775-0.364 0.447-0.020 0.821 0.111 1.117 0.388 0.211 0.191 0.375 0.5 0.497 0.929 0.12 0.433 0.18 0.858 0.18 1.283v3.976c0 0.422 0.020 0.749 0.058 0.978 0.039 0.229 0.122 0.51 0.252 0.844l-2.307 0.698c-0.093-0.204-0.152-0.362-0.181-0.475s-0.056-0.296-0.084-0.547c-0.322 0.534-0.643 0.941-0.961 1.222-0.435 0.38-0.94 0.658-1.516 0.832-0.765 0.232-1.346 0.159-1.744-0.219-0.396-0.375-0.594-0.929-0.594-1.658 0-0.686 0.142-1.29 0.429-1.817 0.286-0.529 0.812-1.016 1.581-1.462 0.924-0.54 1.521-0.903 1.796-1.091 0.272-0.186 0.563-0.413 0.868-0.673 0-0.426-0.062-0.702-0.186-0.835-0.125-0.13-0.344-0.15-0.66-0.055-0.402 0.122-0.703 0.305-0.905 0.546-0.156 0.19-0.284 0.495-0.38 0.912v0zM46.602 9.464c-0.338 0.273-0.691 0.531-1.055 0.771-0.499 0.336-0.816 0.618-0.948 0.836-0.138 0.23-0.206 0.462-0.206 0.699 0 0.272 0.068 0.472 0.202 0.604 0.136 0.129 0.333 0.157 0.596 0.077 0.274-0.083 0.528-0.252 0.765-0.509 0.235-0.259 0.402-0.538 0.501-0.835 0.099-0.299 0.147-0.664 0.147-1.092l-0.001-0.552zM55.265 7.597l2.335-0.334c-0.128 0.722-0.34 1.379-0.633 1.969-0.295 0.59-0.67 1.091-1.128 1.507-0.456 0.413-1.037 0.728-1.741 0.941-0.68 0.206-1.247 0.288-1.699 0.248-0.454-0.042-0.843-0.211-1.169-0.511-0.328-0.3-0.583-0.689-0.767-1.171-0.186-0.479-0.278-1.163-0.278-2.051 0-0.926 0.111-1.732 0.339-2.417 0.165-0.501 0.389-0.975 0.676-1.42s0.579-0.803 0.883-1.069c0.478-0.422 1.093-0.748 1.841-0.974 1.047-0.317 1.845-0.295 2.395 0.065 0.548 0.358 0.936 1.010 1.157 1.956l-2.314 1.131c-0.072-0.363-0.204-0.612-0.396-0.748-0.192-0.139-0.447-0.157-0.771-0.059-0.406 0.123-0.736 0.428-0.987 0.912-0.252 0.487-0.377 1.144-0.377 1.975 0 0.74 0.125 1.264 0.375 1.574s0.567 0.404 0.954 0.287c0.322-0.097 0.592-0.295 0.812-0.593 0.219-0.298 0.384-0.703 0.493-1.217v0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M55.935 11.691l-5.547-5.547c-0.063-0.063-0.221-0.189-0.474-0.38v6.4h6.4c-0.189-0.252-0.316-0.41-0.379-0.474zM49.92 14.080c-0.714-0.075-0.879-0.208-1.28-0.64-0.394-0.362-0.659-0.759-0.64-1.28v-7.68h-38.444c-0.858 0-1.598 0.392-2.221 1.016-0.625 0.545-0.936 1.285-0.936 2.221v16.783c0 0.935 0.311 1.677 0.935 2.221 0.623 0.625 1.363 0.799 2.221 0.799h44.888c0.857 0 1.597-0.174 2.221-0.799 0.623-0.544 0.935-1.286 0.935-2.221v-10.42h-7.679zM11.32 24.218h-1.72l1.759-7.46h1.72l-1.759 7.46zM20.046 24.218h-1.928l-2.007-5.644h-0.034l-0.022 0.163c-0.12 0.735-0.244 1.391-0.372 1.97l-0.817 3.511h-1.55l1.742-7.46h2.013l1.917 5.496h0.022c0.045-0.259 0.118-0.628 0.22-1.107s0.44-1.942 1.014-4.389h1.545l-1.743 7.46zM23.485 24.218l-0.716-7.46h1.663l0.287 4.491c0.015 0.153 0.022 0.38 0.022 0.678-0.008 0.351-0.019 0.605-0.034 0.765h0.040c0.293-0.752 0.5-1.233 0.62-1.444l2.435-4.491h1.781l-4.216 7.46h-1.883zM36.056 22.016c-0.372 0.76-0.881 1.334-1.528 1.722s-1.391 0.582-2.233 0.582c-0.962 0-1.713-0.251-2.252-0.753s-0.809-1.198-0.809-2.090c0-0.902 0.186-1.731 0.558-2.488s0.885-1.338 1.539-1.743c0.654-0.405 1.409-0.607 2.266-0.607 0.958 0 1.7 0.245 2.227 0.735s0.789 1.176 0.789 2.056c0.001 0.963-0.186 1.825-0.557 2.585zM38.988 24.218h-1.72l1.759-7.46h1.72l-1.759 7.46zM43.517 22.58c0.257 0.276 0.668 0.413 1.232 0.413 0.548 0 1.184-0.131 1.905-0.393v1.327c-0.748 0.262-1.499 0.393-2.255 0.393-0.955 0-1.697-0.254-2.227-0.763s-0.795-1.229-0.795-2.161c0-0.892 0.195-1.712 0.586-2.462s0.913-1.32 1.567-1.709 1.405-0.584 2.255-0.584c0.47 0 0.887 0.038 1.251 0.115s0.755 0.217 1.172 0.421l-0.665 1.276c-0.398-0.201-0.727-0.333-0.986-0.398s-0.517-0.097-0.773-0.097c-0.496 0-0.942 0.138-1.339 0.413s-0.715 0.681-0.956 1.217c-0.241 0.536-0.361 1.112-0.361 1.727 0 0.568 0.129 0.989 0.386 1.265zM54.095 18.053h-2.886l-0.378 1.638h2.689l-0.31 1.296h-2.689l-0.451 1.924h2.886l-0.305 1.306h-4.605l1.742-7.46h4.611l-0.305 1.297zM33.457 17.956c-0.455 0-0.872 0.155-1.252 0.467s-0.677 0.739-0.893 1.283c-0.216 0.545-0.324 1.135-0.324 1.771 0 0.5 0.125 0.877 0.375 1.133s0.602 0.383 1.057 0.383c0.455 0 0.869-0.148 1.243-0.444s0.666-0.714 0.877-1.255 0.316-1.148 0.316-1.821c0-0.483-0.122-0.856-0.367-1.12s-0.588-0.396-1.032-0.396z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 64 32" xmlns="http://www.w3.org/2000/svg">
<path d="M12.89 19.172c-.614-.185-1.877-.775-1.877-.775L11 4.62s-.067-1.539 1.605-3.13C14.275-.101 16.097 0 16.097 0h7.862l-.018 26.483s.12 1.971-1.319 3.589c-1.602 1.871-3.88 1.774-3.88 1.774h-7.726V20.681l2.875.513s1.107.113 2.206.136c.963.02 1.858-.066 2.451-.16 1.135-.179 1.722-.335 2.796-.984 1.601-1.185 1.529-3.004 1.529-3.004l-.042-6.37-4.476.025v6.26s.043 1.175-.876 1.902c-.402.319-.988.61-2.081.61-.777 0-1.825-.232-2.508-.437zm12.735-6.709V5.446s-.08-2.052 1.416-3.625C28.536.248 30.48.187 30.48.187h8.096v26.614s.099 1.956-1.475 3.576c-1.569 1.614-3.3 1.623-3.3 1.623h-8.177V19.777s1.082 1.16 4.151 1.6c1.44.206 3.145.175 4.546 0 1.583-.198 2.78-.558 2.78-.558l-.033-2.215s-.568.352-2.304.887c-1.736.535-6.074.779-6.195-3.212-.12-3.992 3.575-4.027 5.231-3.816 1.657.21 3.3 1.118 3.3 1.118v-2.166s-2.091-.48-2.983-.58c-1.1-.122-2.65-.254-5.023.1-2.373.355-3.47 1.528-3.47 1.528zm14.438 8.577v10.795h8.128s1.866-.181 2.956-1.273C52.92 29.185 53 26.979 53 26.979V.001h-7.751s-2.068-.066-3.66 1.566c-1.594 1.633-1.526 3.534-1.526 3.534v5.733h7.885s.724.012 1.44.3c.566.226 1.12.637 1.357 1.27.535 1.42-.274 2.441-.688 2.719-.545.48-1.52.627-1.52.627s1.41.145 2.208.88c.263.24.567.638.689 1.037.161.527.097 1.04.097 1.04s-.097.902-.841 1.514c-.317.26-.749.5-1.186.629-.587.174-1.153.19-1.153.19h-8.288zm2.592-8.5v2.595h2.797s1.31-.004 1.31-1.3c0-1.295-1.31-1.295-1.31-1.295h-2.797zm2.992 4.119h-2.992v2.787h2.992c.008 0 1.475.087 1.475-1.394 0-1.48-1.475-1.393-1.475-1.393z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32">
<path fill-opacity=".7" d="M32.233 14.168c3.903 0 7.079-3.177 7.079-7.084 0-3.906-3.176-7.084-7.08-7.084-3.903 0-7.079 3.178-7.079 7.084 0 3.907 3.176 7.084 7.08 7.084z"/>
<path fill-opacity=".7" d="M37.451 12.812c-1.355 1.457-3.722 2.935-6.776 2.935-2.366 0-4.41-.91-5.704-1.943-7.727.81-13.471 1.943-13.471 1.943v3.137h41v-6.456s-7.019-.04-15.049.384z"/>
<path d="M16.375 28.053v3.805H11.5v-10.14h4.875v4.554h.02l2.872-4.554h5.846l-4.288 5.242 4.045 4.898h-5.583l-2.892-3.805h-.02zM25.902 21.718h9.85c2.549 0 3.398.992 3.398 2.55 0 1.74-1.557 2.49-3.135 2.57v.02c1.639.122 3.216.305 3.216 2.37 0 1.335-.83 2.65-3.66 2.65H25.9v-10.16zm4.874 8.076h2.549c.95 0 1.274-.385 1.274-.972s-.323-.991-1.274-.991h-2.549v1.963zm0-3.785h2.427c.931 0 1.315-.385 1.315-.972 0-.668-.364-.991-1.234-.991h-2.508v1.963zM52.5 31.433c-1.153.344-2.67.567-4.005.567-4.814 0-8.354-1.376-8.354-5.364 0-3.602 3.439-5.161 8.111-5.161 1.295 0 2.953.142 4.248.567v3.481c-.95-.587-1.922-.951-3.297-.951-1.78 0-3.58.89-3.58 2.166 0 1.275 1.78 2.165 3.58 2.165 1.355 0 2.326-.364 3.297-.93v3.46z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,14 @@
<svg viewBox="0 0 64 32" xmlns="http://www.w3.org/2000/svg">
<path d="M12.5795 9H9.56681C9.56681 11.4723 8.43182 13.7286 6.45937 15.2149L5.27061 16.1066L9.89121 22.4025H13.6876L9.43192 16.6064C11.4449 14.607 12.5795 11.9047 12.5795 9Z"/>
<path d="M1.81128 9H4.89182V22.4025H1.81128V9Z"/>
<path d="M14.5786 9H17.4833V22.4025H14.5786V9Z"/>
<path d="M42.9636 12.8775C41.8559 12.8775 40.802 13.2151 40.0994 14.1746V13.1344H37.3433V22.4025H40.14V17.5386C40.14 16.1334 41.0859 15.4445 42.2204 15.4445C43.4365 15.4445 44.1391 16.174 44.1391 17.525V22.4158H46.9089V16.5116C46.9089 14.3501 45.1925 12.8775 42.9636 12.8775Z"/>
<path d="M26.2652 13.134V13.7286C25.4815 13.1882 24.5361 12.8775 23.5091 12.8775C20.8072 12.8775 18.6183 15.0663 18.6183 17.7683C18.6183 20.4702 20.8072 22.6591 23.5091 22.6591C24.5361 22.6591 25.4815 22.3483 26.2652 21.8079V22.4025H29.035V13.1344L26.2652 13.134ZM23.7387 20.1462C22.3472 20.1462 21.2259 19.0791 21.2259 17.7683C21.2259 16.4574 22.3472 15.3903 23.7387 15.3903C25.1302 15.3903 26.2516 16.4574 26.2516 17.7683C26.2516 19.0791 25.1302 20.1462 23.7387 20.1462Z"/>
<path d="M33.3311 14.3364V13.134H30.4939V22.4021H33.3448V18.0785C33.3448 16.6196 34.9254 15.8359 36.0198 15.8359C36.0335 15.8359 36.0467 15.8359 36.0467 15.8359V13.134C34.9254 13.134 33.8852 13.6201 33.3311 14.3364Z"/>
<path d="M55.5289 13.134V13.7286C54.7452 13.1882 53.7998 12.8775 52.7728 12.8775C50.0708 12.8775 47.882 15.0663 47.882 17.7683C47.882 20.4702 50.0708 22.6591 52.7728 22.6591C53.7998 22.6591 54.7452 22.3483 55.5289 21.8079V22.4025H58.2987V13.1344L55.5289 13.134ZM53.0024 20.1462C51.6109 20.1462 50.4896 19.0791 50.4896 17.7683C50.4896 16.4574 51.6109 15.3903 53.0024 15.3903C54.3939 15.3903 55.5153 16.4574 55.5153 17.7683C55.5289 19.0787 54.3939 20.1462 53.0024 20.1462Z"/>
<path d="M60.4466 13.4046C60.4466 13.2692 60.3518 13.1886 60.2033 13.1886H59.9468V13.8912H60.0684V13.6346H60.2037L60.3117 13.8912H60.447L60.3254 13.6073C60.4065 13.5668 60.4466 13.4993 60.4466 13.4046ZM60.2033 13.5125H60.068V13.2966H60.2033C60.2844 13.2966 60.3249 13.3371 60.3249 13.4046C60.3249 13.472 60.298 13.5125 60.2033 13.5125Z"/>
<path d="M60.1627 12.8911C59.7977 12.8911 59.5006 13.1882 59.5006 13.5532C59.5143 13.9181 59.7977 14.2152 60.1627 14.2152C60.5276 14.2152 60.8247 13.9181 60.8247 13.5532C60.8247 13.1882 60.5276 12.8911 60.1627 12.8911ZM60.1627 14.0936C59.8656 14.0936 59.6359 13.8503 59.6359 13.5532C59.6359 13.2561 59.8792 13.0128 60.1627 13.0128C60.4597 13.0128 60.6894 13.2561 60.6894 13.5532C60.6894 13.8503 60.4461 14.0936 60.1627 14.0936Z"/>
<path d="M61.2572 19.1192C60.2981 19.1192 59.5144 19.9029 59.5144 20.862C59.5144 21.8212 60.2981 22.6049 61.2572 22.6049C62.2163 22.6049 63 21.8212 63 20.862C63 19.8893 62.2163 19.1192 61.2572 19.1192Z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M42.667-0c-4.099 0-7.836 1.543-10.667 4.077-2.831-2.534-6.568-4.077-10.667-4.077-8.836 0-16 7.163-16 16s7.164 16 16 16c4.099 0 7.835-1.543 10.667-4.077 2.831 2.534 6.568 4.077 10.667 4.077 8.837 0 16-7.163 16-16s-7.163-16-16-16zM16.73 20.027l1.215-6.381-2.887 6.381h-1.823l-0.304-6.381-1.215 6.381h-1.823l1.519-8.357h3.191l0.152 5.166 2.279-5.166h3.343l-1.672 8.357h-1.974zM25.998 16.38l-0.456 2.431v0.456l-0.152 0.304v0.456h-1.672v-0.76c-0.406 0.608-1.116 0.911-2.127 0.911-1.215 0-1.823-0.658-1.823-1.975 0-1.722 1.163-2.583 3.495-2.583 0.403 0 0.707 0.052 0.911 0.152v-0.456c0-0.403-0.406-0.608-1.215-0.608-0.911 0-1.469 0.052-1.672 0.152h-0.304l-0.152 0.152 0.152-1.519c1.011-0.304 1.823-0.456 2.431-0.456 1.823 0 2.735 0.66 2.735 1.975 0 0.406-0.052 0.862-0.152 1.368zM32.076 19.875c-0.812 0.204-1.469 0.304-1.975 0.304-2.332 0-3.495-1.011-3.495-3.039 0-2.735 1.163-4.102 3.495-4.102 1.823 0 2.735 0.812 2.735 2.431 0 0.71-0.053 1.268-0.152 1.672h-4.102v0.304c0 0.812 0.556 1.215 1.672 1.215 0.81 0 1.519-0.152 2.127-0.456l-0.305 1.67zM38.154 14.708h-1.519c-0.608 0-0.911 0.152-0.911 0.456s0.304 0.557 0.911 0.76c0.911 0.406 1.368 1.064 1.368 1.975 0 1.519-1.064 2.279-3.191 2.279h-0.456c-0.204-0.099-0.406-0.152-0.608-0.152h-0.608l-0.304-0.152h-0.152l0.304-1.519c1.011 0.204 1.619 0.304 1.823 0.304 0.81 0 1.215-0.202 1.215-0.608 0-0.304-0.304-0.556-0.911-0.76-1.116-0.506-1.672-1.163-1.672-1.975 0-1.519 1.064-2.279 3.191-2.279 0.1 0 0.38 0.026 0.836 0.076 0.456 0.053 0.783 0.076 0.988 0.076l-0.304 1.519zM41.649 19.875c-0.812 0.204-1.317 0.304-1.519 0.304-1.014 0-1.519-0.506-1.519-1.519v-0.608l0.152-0.608v-0.608l1.064-5.166h1.975l-0.304 1.519h1.064l-0.304 1.672h-1.064l-0.456 2.887c-0.102 0.102-0.152 0.204-0.152 0.304 0 0.304 0.252 0.456 0.76 0.456 0.304 0 0.506-0.050 0.608-0.152l-0.304 1.519zM44.383 20.027h-2.127l1.215-6.838h1.975l-0.304 1.064c0.608-0.707 1.215-1.064 1.823-1.064h0.456l0.152 0.152-0.76 1.823h-0.456c-0.709 0-1.366 1.621-1.974 4.863zM53.956 16.987c-0.304 2.127-1.621 3.191-3.951 3.191-2.229 0-3.343-1.064-3.343-3.191 0-1.114 0.38-2.051 1.14-2.811s1.747-1.14 2.963-1.14c2.127 0 3.191 1.014 3.191 3.039v0.912zM21.743 18.051c0 0.406 0.252 0.608 0.76 0.608 0.911 0 1.368-0.556 1.368-1.672h-0.456c-1.116 0-1.672 0.357-1.672 1.064zM31.012 15.468c0-0.608-0.304-0.912-0.911-0.912-0.71 0-1.165 0.406-1.368 1.215h2.279v-0.303zM50.765 14.708c-1.116 0-1.672 0.76-1.672 2.279 0 1.014 0.354 1.519 1.064 1.519 0.81 0 1.368-0.556 1.672-1.672v-0.76c0-0.911-0.356-1.367-1.064-1.367z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

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