added page
@@ -0,0 +1,2 @@
|
|||||||
|
.idea
|
||||||
|
apache_log
|
||||||
@@ -0,0 +1,351 @@
|
|||||||
|
/* Magnific Popup CSS */
|
||||||
|
.mfp-bg {
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 1042;
|
||||||
|
overflow: hidden;
|
||||||
|
position: fixed;
|
||||||
|
background: #0b0b0b;
|
||||||
|
opacity: 0.8; }
|
||||||
|
|
||||||
|
.mfp-wrap {
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 1043;
|
||||||
|
position: fixed;
|
||||||
|
outline: none !important;
|
||||||
|
-webkit-backface-visibility: hidden; }
|
||||||
|
|
||||||
|
.mfp-container {
|
||||||
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
padding: 0 8px;
|
||||||
|
box-sizing: border-box; }
|
||||||
|
|
||||||
|
.mfp-container:before {
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
height: 100%;
|
||||||
|
vertical-align: middle; }
|
||||||
|
|
||||||
|
.mfp-align-top .mfp-container:before {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.mfp-content {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: left;
|
||||||
|
z-index: 1045; }
|
||||||
|
|
||||||
|
.mfp-inline-holder .mfp-content,
|
||||||
|
.mfp-ajax-holder .mfp-content {
|
||||||
|
width: 100%;
|
||||||
|
cursor: auto; }
|
||||||
|
|
||||||
|
.mfp-ajax-cur {
|
||||||
|
cursor: progress; }
|
||||||
|
|
||||||
|
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||||
|
cursor: -moz-zoom-out;
|
||||||
|
cursor: -webkit-zoom-out;
|
||||||
|
cursor: zoom-out; }
|
||||||
|
|
||||||
|
.mfp-zoom {
|
||||||
|
cursor: pointer;
|
||||||
|
cursor: -webkit-zoom-in;
|
||||||
|
cursor: -moz-zoom-in;
|
||||||
|
cursor: zoom-in; }
|
||||||
|
|
||||||
|
.mfp-auto-cursor .mfp-content {
|
||||||
|
cursor: auto; }
|
||||||
|
|
||||||
|
.mfp-close,
|
||||||
|
.mfp-arrow,
|
||||||
|
.mfp-preloader,
|
||||||
|
.mfp-counter {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
user-select: none; }
|
||||||
|
|
||||||
|
.mfp-loading.mfp-figure {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.mfp-hide {
|
||||||
|
display: none !important; }
|
||||||
|
|
||||||
|
.mfp-preloader {
|
||||||
|
color: #CCC;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
width: auto;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: -0.8em;
|
||||||
|
left: 8px;
|
||||||
|
right: 8px;
|
||||||
|
z-index: 1044; }
|
||||||
|
.mfp-preloader a {
|
||||||
|
color: #CCC; }
|
||||||
|
.mfp-preloader a:hover {
|
||||||
|
color: #FFF; }
|
||||||
|
|
||||||
|
.mfp-s-ready .mfp-preloader {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.mfp-s-error .mfp-content {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
button.mfp-close,
|
||||||
|
button.mfp-arrow {
|
||||||
|
overflow: visible;
|
||||||
|
cursor: pointer;
|
||||||
|
background: transparent;
|
||||||
|
border: 0;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
display: block;
|
||||||
|
outline: none;
|
||||||
|
padding: 0;
|
||||||
|
z-index: 1046;
|
||||||
|
box-shadow: none;
|
||||||
|
touch-action: manipulation; }
|
||||||
|
|
||||||
|
button::-moz-focus-inner {
|
||||||
|
padding: 0;
|
||||||
|
border: 0; }
|
||||||
|
|
||||||
|
.mfp-close {
|
||||||
|
width: 44px;
|
||||||
|
height: 44px;
|
||||||
|
line-height: 44px;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
opacity: 0.65;
|
||||||
|
padding: 0 0 18px 10px;
|
||||||
|
color: #FFF;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: Arial, Baskerville, monospace; }
|
||||||
|
.mfp-close:hover,
|
||||||
|
.mfp-close:focus {
|
||||||
|
opacity: 1; }
|
||||||
|
.mfp-close:active {
|
||||||
|
top: 1px; }
|
||||||
|
|
||||||
|
.mfp-close-btn-in .mfp-close {
|
||||||
|
color: #333; }
|
||||||
|
|
||||||
|
.mfp-image-holder .mfp-close,
|
||||||
|
.mfp-iframe-holder .mfp-close {
|
||||||
|
color: #FFF;
|
||||||
|
right: -6px;
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 6px;
|
||||||
|
width: 100%; }
|
||||||
|
|
||||||
|
.mfp-counter {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
color: #CCC;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 18px;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
.mfp-arrow {
|
||||||
|
position: absolute;
|
||||||
|
opacity: 0.65;
|
||||||
|
margin: 0;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -55px;
|
||||||
|
padding: 0;
|
||||||
|
width: 90px;
|
||||||
|
height: 110px;
|
||||||
|
-webkit-tap-highlight-color: transparent; }
|
||||||
|
.mfp-arrow:active {
|
||||||
|
margin-top: -54px; }
|
||||||
|
.mfp-arrow:hover,
|
||||||
|
.mfp-arrow:focus {
|
||||||
|
opacity: 1; }
|
||||||
|
.mfp-arrow:before,
|
||||||
|
.mfp-arrow:after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
margin-top: 35px;
|
||||||
|
margin-left: 35px;
|
||||||
|
border: medium inset transparent; }
|
||||||
|
.mfp-arrow:after {
|
||||||
|
border-top-width: 13px;
|
||||||
|
border-bottom-width: 13px;
|
||||||
|
top: 8px; }
|
||||||
|
.mfp-arrow:before {
|
||||||
|
border-top-width: 21px;
|
||||||
|
border-bottom-width: 21px;
|
||||||
|
opacity: 0.7; }
|
||||||
|
|
||||||
|
.mfp-arrow-left {
|
||||||
|
left: 0; }
|
||||||
|
.mfp-arrow-left:after {
|
||||||
|
border-right: 17px solid #FFF;
|
||||||
|
margin-left: 31px; }
|
||||||
|
.mfp-arrow-left:before {
|
||||||
|
margin-left: 25px;
|
||||||
|
border-right: 27px solid #3F3F3F; }
|
||||||
|
|
||||||
|
.mfp-arrow-right {
|
||||||
|
right: 0; }
|
||||||
|
.mfp-arrow-right:after {
|
||||||
|
border-left: 17px solid #FFF;
|
||||||
|
margin-left: 39px; }
|
||||||
|
.mfp-arrow-right:before {
|
||||||
|
border-left: 27px solid #3F3F3F; }
|
||||||
|
|
||||||
|
.mfp-iframe-holder {
|
||||||
|
padding-top: 40px;
|
||||||
|
padding-bottom: 40px; }
|
||||||
|
.mfp-iframe-holder .mfp-content {
|
||||||
|
line-height: 0;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 900px; }
|
||||||
|
.mfp-iframe-holder .mfp-close {
|
||||||
|
top: -40px; }
|
||||||
|
|
||||||
|
.mfp-iframe-scaler {
|
||||||
|
width: 100%;
|
||||||
|
height: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-top: 56.25%; }
|
||||||
|
.mfp-iframe-scaler iframe {
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||||
|
background: #000; }
|
||||||
|
|
||||||
|
/* Main image in popup */
|
||||||
|
img.mfp-img {
|
||||||
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
display: block;
|
||||||
|
line-height: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 40px 0 40px;
|
||||||
|
margin: 0 auto; }
|
||||||
|
|
||||||
|
/* The shadow behind the image */
|
||||||
|
.mfp-figure {
|
||||||
|
line-height: 0; }
|
||||||
|
.mfp-figure:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 40px;
|
||||||
|
bottom: 40px;
|
||||||
|
display: block;
|
||||||
|
right: 0;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
z-index: -1;
|
||||||
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||||
|
background: #444; }
|
||||||
|
.mfp-figure small {
|
||||||
|
color: #BDBDBD;
|
||||||
|
display: block;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 14px; }
|
||||||
|
.mfp-figure figure {
|
||||||
|
margin: 0; }
|
||||||
|
|
||||||
|
.mfp-bottom-bar {
|
||||||
|
margin-top: -36px;
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
cursor: auto; }
|
||||||
|
|
||||||
|
.mfp-title {
|
||||||
|
text-align: left;
|
||||||
|
line-height: 18px;
|
||||||
|
color: #F3F3F3;
|
||||||
|
word-wrap: break-word;
|
||||||
|
padding-right: 36px; }
|
||||||
|
|
||||||
|
.mfp-image-holder .mfp-content {
|
||||||
|
max-width: 100%; }
|
||||||
|
|
||||||
|
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||||
|
cursor: pointer; }
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||||
|
/**
|
||||||
|
* Remove all paddings around the image on small screen
|
||||||
|
*/
|
||||||
|
.mfp-img-mobile .mfp-image-holder {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0; }
|
||||||
|
.mfp-img-mobile img.mfp-img {
|
||||||
|
padding: 0; }
|
||||||
|
.mfp-img-mobile .mfp-figure:after {
|
||||||
|
top: 0;
|
||||||
|
bottom: 0; }
|
||||||
|
.mfp-img-mobile .mfp-figure small {
|
||||||
|
display: inline;
|
||||||
|
margin-left: 5px; }
|
||||||
|
.mfp-img-mobile .mfp-bottom-bar {
|
||||||
|
background: rgba(0, 0, 0, 0.6);
|
||||||
|
bottom: 0;
|
||||||
|
margin: 0;
|
||||||
|
top: auto;
|
||||||
|
padding: 3px 5px;
|
||||||
|
position: fixed;
|
||||||
|
box-sizing: border-box; }
|
||||||
|
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||||
|
padding: 0; }
|
||||||
|
.mfp-img-mobile .mfp-counter {
|
||||||
|
right: 5px;
|
||||||
|
top: 3px; }
|
||||||
|
.mfp-img-mobile .mfp-close {
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
width: 35px;
|
||||||
|
height: 35px;
|
||||||
|
line-height: 35px;
|
||||||
|
background: rgba(0, 0, 0, 0.6);
|
||||||
|
position: fixed;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0; } }
|
||||||
|
|
||||||
|
@media all and (max-width: 900px) {
|
||||||
|
.mfp-arrow {
|
||||||
|
-webkit-transform: scale(0.75);
|
||||||
|
transform: scale(0.75); }
|
||||||
|
.mfp-arrow-left {
|
||||||
|
-webkit-transform-origin: 0;
|
||||||
|
transform-origin: 0; }
|
||||||
|
.mfp-arrow-right {
|
||||||
|
-webkit-transform-origin: 100%;
|
||||||
|
transform-origin: 100%; }
|
||||||
|
.mfp-container {
|
||||||
|
padding-left: 6px;
|
||||||
|
padding-right: 6px; } }
|
||||||
@@ -0,0 +1,313 @@
|
|||||||
|
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
.cb-cursor {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 150;
|
||||||
|
contain: layout style size;
|
||||||
|
pointer-events: none;
|
||||||
|
will-change: transform;
|
||||||
|
-webkit-transition: opacity 0.3s, color 0.4s;
|
||||||
|
-o-transition: opacity 0.3s, color 0.4s;
|
||||||
|
-moz-transition: opacity 0.3s, color 0.4s;
|
||||||
|
transition: opacity 0.3s, color 0.4s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor:before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -24px;
|
||||||
|
left: -24px;
|
||||||
|
display: block;
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
-webkit-transform: scale(0);
|
||||||
|
-moz-transform: scale(0);
|
||||||
|
-ms-transform: scale(0);
|
||||||
|
-o-transform: scale(0);
|
||||||
|
transform: scale(0);
|
||||||
|
background: #FF3600;
|
||||||
|
-webkit-border-radius: 50%;
|
||||||
|
-moz-border-radius: 50%;
|
||||||
|
border-radius: 50%;
|
||||||
|
-webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
|
||||||
|
transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
|
||||||
|
-o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
|
||||||
|
-moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
|
||||||
|
transition: transform 0.3s ease-in-out, opacity 0.1s;
|
||||||
|
transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor-text {
|
||||||
|
position: absolute;
|
||||||
|
top: -18px;
|
||||||
|
left: -18px;
|
||||||
|
width: 36px;
|
||||||
|
height: 36px;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
-moz-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-moz-box-pack: center;
|
||||||
|
-ms-flex-pack: center;
|
||||||
|
justify-content: center;
|
||||||
|
-webkit-transform: scale(0) rotate(10deg);
|
||||||
|
-moz-transform: scale(0) rotate(10deg);
|
||||||
|
-ms-transform: scale(0) rotate(10deg);
|
||||||
|
-o-transform: scale(0) rotate(10deg);
|
||||||
|
transform: scale(0) rotate(10deg);
|
||||||
|
opacity: 0;
|
||||||
|
color: white;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
letter-spacing: -0.01em;
|
||||||
|
-webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
|
||||||
|
transition: opacity 0.4s, -webkit-transform 0.3s;
|
||||||
|
-o-transition: opacity 0.4s, -o-transform 0.3s;
|
||||||
|
-moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
|
||||||
|
transition: opacity 0.4s, transform 0.3s;
|
||||||
|
transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (mix-blend-mode: exclusion) {
|
||||||
|
.cb-cursor.-exclusion, .cb-cursor.-opaque {
|
||||||
|
mix-blend-mode: exclusion;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (mix-blend-mode: exclusion) {
|
||||||
|
.cb-cursor.-exclusion:before, .cb-cursor.-opaque:before {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-normal, .cb-cursor.-text {
|
||||||
|
mix-blend-mode: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-normal:before, .cb-cursor.-text:before {
|
||||||
|
background: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-inverse {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-visible:before {
|
||||||
|
-webkit-transform: scale(0.2);
|
||||||
|
-moz-transform: scale(0.2);
|
||||||
|
-ms-transform: scale(0.2);
|
||||||
|
-o-transform: scale(0.2);
|
||||||
|
transform: scale(0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-visible.-active:before {
|
||||||
|
-webkit-transform: scale(0.23);
|
||||||
|
-moz-transform: scale(0.23);
|
||||||
|
-ms-transform: scale(0.23);
|
||||||
|
-o-transform: scale(0.23);
|
||||||
|
transform: scale(0.23);
|
||||||
|
-webkit-transition-duration: 0.2s;
|
||||||
|
-moz-transition-duration: 0.2s;
|
||||||
|
-o-transition-duration: 0.2s;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-pointer:before {
|
||||||
|
-webkit-transform: scale(0);
|
||||||
|
-moz-transform: scale(0);
|
||||||
|
-ms-transform: scale(0);
|
||||||
|
-o-transform: scale(0);
|
||||||
|
transform: scale(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-text:before {
|
||||||
|
background: #000;
|
||||||
|
opacity: 0.80;
|
||||||
|
backdrop-filter: blur(10);
|
||||||
|
-webkit-transform: scale(1.7);
|
||||||
|
-moz-transform: scale(1.7);
|
||||||
|
-ms-transform: scale(1.7);
|
||||||
|
-o-transform: scale(1.7);
|
||||||
|
transform: scale(1.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-text .cb-cursor-text {
|
||||||
|
opacity: 1;
|
||||||
|
-webkit-transform: scale(1);
|
||||||
|
-moz-transform: scale(1);
|
||||||
|
-ms-transform: scale(1);
|
||||||
|
-o-transform: scale(1);
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-text.-active:before {
|
||||||
|
-webkit-transform: scale(1.6);
|
||||||
|
-moz-transform: scale(1.6);
|
||||||
|
-ms-transform: scale(1.6);
|
||||||
|
-o-transform: scale(1.6);
|
||||||
|
transform: scale(1.6);
|
||||||
|
-webkit-transition-duration: 0.2s;
|
||||||
|
-moz-transition-duration: 0.2s;
|
||||||
|
-o-transition-duration: 0.2s;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-opaque:before {
|
||||||
|
-webkit-transform: scale(1.32);
|
||||||
|
-moz-transform: scale(1.32);
|
||||||
|
-ms-transform: scale(1.32);
|
||||||
|
-o-transform: scale(1.32);
|
||||||
|
transform: scale(1.32);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-opaque.-active:before {
|
||||||
|
-webkit-transform: scale(1.2);
|
||||||
|
-moz-transform: scale(1.2);
|
||||||
|
-ms-transform: scale(1.2);
|
||||||
|
-o-transform: scale(1.2);
|
||||||
|
transform: scale(1.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-lg:before {
|
||||||
|
-webkit-transform: scale(2);
|
||||||
|
-moz-transform: scale(2);
|
||||||
|
-ms-transform: scale(2);
|
||||||
|
-o-transform: scale(2);
|
||||||
|
transform: scale(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-cursor.-hidden:before {
|
||||||
|
-webkit-transform: scale(0);
|
||||||
|
-moz-transform: scale(0);
|
||||||
|
-ms-transform: scale(0);
|
||||||
|
-o-transform: scale(0);
|
||||||
|
transform: scale(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.-color-red {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.-color-green {
|
||||||
|
color: #51c67d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-content {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
-moz-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-moz-box-pack: center;
|
||||||
|
-ms-flex-pack: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-container {
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1600px) {
|
||||||
|
.cb-demo-container {
|
||||||
|
padding: 0 120px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-row {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-moz-box-pack: center;
|
||||||
|
-ms-flex-pack: center;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1600px) {
|
||||||
|
.cb-demo-row {
|
||||||
|
margin: 60px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-item {
|
||||||
|
position: relative;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-webkit-flex: 1;
|
||||||
|
-moz-box-flex: 1;
|
||||||
|
-ms-flex: 1;
|
||||||
|
flex: 1;
|
||||||
|
padding: 50px 30px;
|
||||||
|
margin: 0 20px;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1600px) {
|
||||||
|
.cb-demo-item {
|
||||||
|
padding: 90px 30px;
|
||||||
|
margin: 0 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-item-title {
|
||||||
|
position: relative;
|
||||||
|
margin: 0 0 25px 0;
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-item-text {
|
||||||
|
position: relative;
|
||||||
|
max-width: 70%;
|
||||||
|
margin: 0 auto;
|
||||||
|
color: rgba(0, 0, 0, 0.5);
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: 150%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb-demo-item:before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
-webkit-border-radius: 30px;
|
||||||
|
-moz-border-radius: 30px;
|
||||||
|
border-radius: 30px;
|
||||||
|
background: #f8f8f8;
|
||||||
|
-webkit-transition: -webkit-box-shadow 0.2s;
|
||||||
|
transition: -webkit-box-shadow 0.2s;
|
||||||
|
-o-transition: box-shadow 0.2s;
|
||||||
|
-moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
|
||||||
|
transition: box-shadow 0.2s;
|
||||||
|
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/*!
|
||||||
|
* SlickNav Responsive Mobile Menu v1.0.10
|
||||||
|
* (c) 2016 Josh Cope
|
||||||
|
* licensed under MIT
|
||||||
|
*/.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}
|
||||||
|
After Width: | Height: | Size: 39 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
<svg width="308" height="541" viewBox="0 0 308 541" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_712_15)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M288.496 37.6406L307.414 48.5629L298.664 63.7183L279.746 52.796V74.6406H262.246V52.796L243.328 63.7184L234.578 48.5629L253.496 37.6406L234.578 26.7183L243.328 11.5629L262.246 22.4852V0.640625H279.746V22.4852L298.664 11.563L307.414 26.7184L288.496 37.6406Z" fill="#FF3600"/>
|
||||||
|
</g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4637 496.196C22.5354 495.955 22.7574 495.789 23.0093 495.789C23.2613 495.789 23.4833 495.955 23.555 496.196C23.555 496.196 24.5537 499.544 25.6241 503.134C27.3297 508.855 31.8045 513.33 37.5249 515.035C41.1154 516.106 44.463 517.104 44.463 517.104C44.704 517.176 44.8703 517.398 44.8703 517.65C44.8703 517.902 44.704 518.124 44.463 518.196C44.463 518.196 41.1154 519.194 37.5249 520.265C31.8045 521.97 27.3297 526.445 25.6241 532.166C24.5537 535.756 23.555 539.104 23.555 539.104C23.4833 539.345 23.2613 539.511 23.0093 539.511C22.7574 539.511 22.5354 539.345 22.4637 539.104C22.4637 539.104 21.465 535.756 20.3946 532.166C18.689 526.445 14.2142 521.97 8.49381 520.265C4.90328 519.194 1.55568 518.196 1.55568 518.196C1.31471 518.124 1.14844 517.902 1.14844 517.65C1.14844 517.398 1.31471 517.176 1.55568 517.104C1.55568 517.104 4.90328 516.106 8.49381 515.035C14.2142 513.33 18.689 508.855 20.3946 503.134C21.465 499.544 22.4637 496.196 22.4637 496.196Z" fill="#12182B"/>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_712_15">
|
||||||
|
<rect width="74" height="74" fill="white" transform="translate(234 0.640625)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M11.6654 3.97592L1.64141 13.9999L-0.00537109 12.3531L10.0174 2.32914H1.18372V-0.00012207H13.9946V12.8108H11.6654V3.97592Z" fill="#040401"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 252 B |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M10.865 4.2119L1.71721 13.3597L0.214355 11.8569L9.36113 2.70905H1.29951V0.583374H12.9907V12.2746H10.865V4.2119Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 242 B |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M11.6654 3.97592L1.64141 13.9999L-0.00537109 12.3531L10.0174 2.32914H1.18372V-0.00012207H13.9946V12.8108H11.6654V3.97592Z" fill="white"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 250 B |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="144" height="158" viewBox="0 0 144 158" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M99.4505 85.2049L98.7005 85.6379L99.4505 86.071L142.478 110.913L122.877 144.863L79.8494 120.021L79.0994 119.588V120.454V170.138H39.8967V120.454V119.588L39.1467 120.021L-3.88085 144.863L-23.482 110.913L19.5452 86.071L20.2952 85.6379L19.5452 85.2049L-23.482 60.363L-3.88085 26.4126L39.1467 51.2545L39.8967 51.6875V50.8215V1.13794H79.0994V50.8215V51.6875L79.8494 51.2545L122.877 26.4129L142.478 60.3633L99.4505 85.2049Z" stroke="#FF3600" stroke-opacity="0.08"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 575 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,21 @@
|
|||||||
|
<svg width="199" height="51" viewBox="0 0 199 51" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<mask id="mask0_82_486" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="148" y="0" width="51" height="51">
|
||||||
|
<path d="M148.727 25.4497C148.727 11.642 159.92 0.449707 173.728 0.449707C187.535 0.449707 198.729 11.6431 198.729 25.4497C198.729 39.2584 187.535 50.4497 173.728 50.4497C159.92 50.4497 148.727 39.2584 148.727 25.4497Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask0_82_486)">
|
||||||
|
<mask id="mask1_82_486" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="148" y="0" width="51" height="51">
|
||||||
|
<path d="M148.727 0.449707H198.729V50.4497H148.727V0.449707Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask1_82_486)">
|
||||||
|
<rect width="52.8142" height="52.3064" transform="matrix(1 0 0 -1 147.552 51.8301)" fill="url(#pattern0_82_486)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M156.068 25.4531C156.068 32.6198 160.337 38.79 166.47 41.5597L156.903 20.0722C156.348 21.8119 156.066 23.6271 156.068 25.4531ZM159.383 15.1516L167.683 33.7963L171.126 26.0763H176.338L179.782 33.7921L188.081 15.1516C186.673 13.1938 184.881 11.5437 182.814 10.3018L176.338 24.83H171.126L164.652 10.3007C162.584 11.542 160.791 13.1927 159.383 15.1516ZM190.559 20.0722L180.992 41.5597C187.125 38.791 191.392 32.6209 191.392 25.4531C191.392 23.5762 191.101 21.7692 190.559 20.0722ZM178.917 42.3427L173.733 30.6964L168.549 42.3427C170.188 42.8452 171.927 43.115 173.731 43.115C175.537 43.115 177.277 42.8441 178.917 42.3427ZM168.549 8.56355L173.733 20.2098L178.917 8.5646C177.276 8.06101 175.535 7.79122 173.731 7.79122C171.927 7.79122 170.187 8.06101 168.549 8.56355ZM152.4 25.4531C152.4 13.6725 161.95 4.12109 173.731 4.12109C185.511 4.12109 195.062 13.6715 195.062 25.4531C195.062 37.2347 185.511 46.7851 173.731 46.7851C161.95 46.7851 152.4 37.2347 152.4 25.4531Z" fill="white"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9319 34.9006H6.97082L0.79541 18.1465H4.80303L7.98437 27.5995C8.35883 28.7107 8.68918 29.8362 8.97463 30.9734C9.25711 29.816 9.56392 28.8014 9.94057 27.717L13.2404 18.1465H17.2004L10.9319 34.9006ZM24.7184 29.7081C24.7184 31.0983 23.7334 32.3488 22.2565 32.3488C20.9668 32.3488 19.7713 31.2644 19.7713 29.7557C19.7713 28.3422 20.7097 27.0917 22.2332 27.0917C23.616 27.0928 24.7184 28.2248 24.7184 29.7081ZM28.105 29.7081C28.105 26.5299 25.6357 24.1907 22.2554 24.1907C18.7514 24.1907 16.3826 26.6251 16.3826 29.6859C16.3826 32.9381 18.8932 35.2529 22.0914 35.2529C25.9414 35.2529 28.105 32.5149 28.105 29.7081ZM30.6706 34.9006V17.2197H34.0222V34.9006H30.6706ZM43.6276 34.9006L40.3712 30.0572V34.9006H37.0195V17.2197H40.3712V28.8077L43.6276 24.5642H47.7347L43.7461 29.3262L48.0172 34.9006H43.6276ZM53.0489 35.2106C50.6716 35.2106 49.4412 34.4341 48.8032 32.7582L51.6418 31.6526C51.9021 32.335 52.449 32.8302 53.1452 32.8302C53.817 32.8302 54.2254 32.5699 54.2254 32.1234C54.2254 30.6148 49.1577 31.2739 49.1577 27.6704C49.1577 25.7862 50.6949 24.2299 53.3367 24.2299C55.2844 24.2299 56.6492 24.9366 57.3316 26.6579L54.6475 27.6948C54.3174 26.8706 53.744 26.6103 53.1917 26.6103C52.7601 26.6103 52.2798 26.8706 52.2798 27.3414C52.2798 28.9908 57.3549 28.2364 57.3549 31.8621C57.3559 33.9612 55.496 35.2106 53.0489 35.2106ZM73.5451 34.9006H70.3818L68.6118 29.8149C68.4244 29.309 68.2821 28.7875 68.1864 28.2565C68.0765 28.7913 67.9348 29.3192 67.7622 29.8372L65.9911 34.8996H62.686L58.2245 24.5388H61.718L63.6773 29.5314C63.9133 30.0974 64.0783 30.7343 64.2677 31.3479C64.4327 30.7343 64.5978 30.0731 64.7639 29.579L66.5106 24.5388H69.9575L71.5857 29.2479C71.8227 29.9546 72.0343 30.6158 72.1761 31.3014C72.412 30.5227 72.6479 29.8361 72.8839 29.2479L74.7247 24.5388H78.1484L73.5451 34.9006ZM87.1295 29.8985C87.1295 31.3141 86.208 32.6112 84.6486 32.6112C83.0415 32.6112 82.0724 31.313 82.0724 29.7779C82.0724 28.1973 83.1357 27.1372 84.5301 27.1372C86.1139 27.1383 87.1295 28.411 87.1295 29.8985ZM90.3193 34.8996V24.5653H87.0121V25.7682C86.445 24.8953 85.2157 24.2352 83.7736 24.2352C80.5648 24.2352 78.6329 26.6177 78.6329 29.8742C78.6329 33.0132 80.4706 35.2551 83.4668 35.2551C85.0739 35.2551 86.1604 34.689 87.0121 33.8374V34.8996H90.3193ZM101.16 29.597C101.16 30.9893 100.288 32.2155 98.8033 32.2155C97.247 32.2155 96.3033 31.1554 96.3033 29.6224C96.3033 28.2544 97.2702 27.097 98.6848 27.097C100.382 27.097 101.16 28.4893 101.16 29.597ZM104.374 33.9157V24.5568H101.065V25.7322C100.428 24.7208 99.2508 24.2743 97.8119 24.2743C95.0072 24.2743 92.8627 26.5796 92.8627 29.6922C92.8627 32.4281 94.4179 34.8128 97.7178 34.8128C99.0148 34.8128 100.146 34.4351 101.065 33.4205V34.8837C101.065 36.5659 100.312 37.4662 98.7556 37.4662C97.7421 37.4662 96.7751 36.8261 96.7751 35.9248H93.4531C93.4531 38.1973 95.314 39.9705 98.5441 39.9705C100.429 39.9705 101.864 39.5219 103.015 38.4099C104.046 37.3699 104.374 36.2093 104.374 33.9157ZM114.338 28.5528H110.19C110.308 27.4059 111.114 26.5627 112.323 26.5627C113.58 26.5638 114.338 27.5699 114.338 28.5528ZM117.646 29.5928C117.646 26.1607 115.489 24.1907 112.347 24.1907C109.128 24.1907 106.934 26.6114 106.934 29.8033C106.934 33.4523 109.529 35.2498 112.323 35.2498C114.714 35.2498 116.214 34.4235 117.411 32.8609L115.254 31.441C114.573 32.3477 113.747 32.7879 112.679 32.7879C111.234 32.7879 110.238 31.8124 110.166 30.5333H117.624C117.646 30.1344 117.646 29.7811 117.646 29.5928ZM127.152 34.9006V29.1727C127.152 28.228 126.846 27.1393 125.577 27.1393C124.92 27.1393 123.536 27.5191 123.536 29.4552V34.8996H120.184V24.5526H123.536V25.9174C124.028 25.2339 124.99 24.3177 126.868 24.3177C128.189 24.3177 129.04 24.7874 129.581 25.3291C130.242 25.9882 130.502 26.8357 130.502 28.3465V34.9006H127.152Z" fill="white"/>
|
||||||
|
<defs>
|
||||||
|
<pattern id="pattern0_82_486" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||||
|
<use xlink:href="#image0_82_486" transform="scale(0.00943396 0.00961538)"/>
|
||||||
|
</pattern>
|
||||||
|
<image id="image0_82_486" width="106" height="104" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABoCAYAAAAZ6WWcAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAERJREFUeNrswTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAtwkwAKyoAAHFZ100AAAAAElFTkSuQmCC"/>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="180" height="51" viewBox="0 0 180 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.954 34.4946H157.255L159.022 31.7095H170.553L168.366 27.9206H161.223L165.341 21.0321L173.667 34.4946H178.968L167.947 16.4946H162.646L151.954 34.4946ZM54.1516 34.4946H59.4528L61.2198 31.7095H72.7506L70.5643 27.9206H63.4062L67.5393 21.0321L75.8654 34.4946H81.1666L70.145 16.4946H64.8438L54.1516 34.4946ZM128.503 34.4048H133.13V20.5379H143.957C145.544 20.5379 146.398 21.2866 146.398 22.5445C146.398 23.8474 145.26 24.4164 143.957 24.4164H134.223L134.987 28.3399H142.475C146.009 28.3399 146.099 29.1787 146.518 34.4946H150.98L150.726 30.1069C150.636 28.2652 149.632 27.5015 148.869 26.9919L148.614 26.8274C149.962 26.0637 151.055 24.9855 151.055 22.1252C151.055 18.5161 148.359 16.4946 144.406 16.4946H128.502L128.503 34.4048ZM101.488 16.4946H87.5909C83.892 16.4946 80.8671 18.5163 80.8671 22.3798V29.1787C80.8671 32.5479 83.9819 34.4946 87.0967 34.4946H101.488V30.7808L87.7706 30.7658C86.2431 30.7658 85.4944 29.5227 85.4944 28.0851V23.2184C85.4944 21.0321 86.7523 20.2833 88.7739 20.2833H101.488V16.4946ZM104.153 16.4946V28.265C104.153 31.4547 105.86 34.4944 110.053 34.4944H119.997C124.28 34.4944 125.733 31.3798 125.733 28.3397V16.4946H121.015V28.759C121.015 30.2717 119.907 30.9453 118.2 30.9453H111.521C109.2 30.9453 108.856 29.4331 108.856 27.5911V16.4946H104.153Z" fill="white"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8159 45.4927C7.19 45.4927 0.51416 36.9609 0.51416 25.4925C0.51416 12.1685 8.13182 5.49268 21.8159 5.49268C36.2202 5.49268 43.1176 12.6117 43.1176 25.4925C43.1176 38.4563 35.2507 45.4927 21.8159 45.4927ZM11.539 40.9771L13.8935 24.5507L19.8215 7.51482C11.1512 8.09653 3.83823 12.4178 3.83823 25.4371C3.83823 33.0551 6.66369 38.2067 11.539 40.9771ZM21.2065 7.45942V21.2543H22.5638V7.45942H21.2065ZM24.0042 7.51482L29.9322 24.5507L32.2867 41.0052C37.162 38.2624 39.9321 33.1101 39.9321 25.4375C39.9321 12.0023 32.3975 8.04113 24.0042 7.51482ZM31.1233 41.5865L23.0347 24.2183H20.6802L12.647 41.5588C15.2509 42.7499 18.3533 43.3594 21.8713 43.3594C25.4447 43.3594 28.5471 42.7776 31.1233 41.5865Z" fill="white"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 90 KiB |
@@ -0,0 +1,6 @@
|
|||||||
|
<svg width="356" height="185" viewBox="0 0 356 185" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15.7188 62.9447C15.9266 62.9447 16.1345 62.8907 16.3203 62.7836L41.9967 47.9464L66.7985 38.7107C67.24 38.5466 67.5453 38.1398 67.5796 37.6694C67.6127 37.2001 67.3694 36.7536 66.9572 36.5272L1.87246 0.901531C1.45552 0.67196 0.942445 0.711438 0.563605 1.00179C0.184766 1.29088 0.0126567 1.77606 0.12445 2.23929L14.5477 62.0234C14.6374 62.3925 14.8947 62.6983 15.2439 62.8476C15.3967 62.9128 15.5575 62.9447 15.7188 62.9447ZM63.4907 37.3741L41.0618 45.7261C40.9991 45.7494 40.9374 45.7779 40.8797 45.8116L16.511 59.8934L3.10258 4.31882L63.4907 37.3741Z" fill="#FF3600"/>
|
||||||
|
<path d="M40.9107 47.9091C41.1948 47.9091 41.4792 47.8097 41.7091 47.6065C42.206 47.1663 42.253 46.4056 41.8124 45.9077L3.16678 2.25858C2.72528 1.76039 1.96617 1.71406 1.46798 2.15525C0.97105 2.59487 0.924089 3.35588 1.36465 3.85344L40.0103 47.5032C40.2477 47.7718 40.5785 47.9091 40.9107 47.9091Z" fill="#FF3600"/>
|
||||||
|
<path d="M33.0976 63.7467C33.1442 63.7467 33.1924 63.7441 33.239 63.7381C33.645 63.6909 33.9994 63.4404 34.1789 63.0732L41.5694 47.9962C41.8623 47.3991 41.616 46.6785 41.0196 46.386C40.4231 46.0934 39.7019 46.34 39.4081 46.9364L32.838 60.3399L28.0073 54.4925C27.5841 53.9801 26.8252 53.9078 26.3134 54.3313C25.8004 54.7546 25.7281 55.5129 26.1523 56.0252L32.1701 63.31C32.4003 63.5881 32.742 63.7467 33.0976 63.7467Z" fill="#FF3600"/>
|
||||||
|
<path d="M38.1091 70.7516L38.4091 71.7212C51.9964 120.802 94.2515 143.873 113.681 149.274C152.035 162.637 198.794 144.706 222.256 135.582C296.173 110.554 340.37 156.645 353.393 181.785L353.635 182.277" stroke="#040401" stroke-opacity="0.2" stroke-width="4" stroke-linecap="round" stroke-dasharray="16 16"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="234" height="245" viewBox="0 0 234 245" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<circle cx="162.703" cy="161.172" r="134.5" fill="white" fill-opacity="0.12"/>
|
||||||
|
<circle cx="69.2031" cy="69.6719" r="69" fill="white" fill-opacity="0.13"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 262 B |
@@ -0,0 +1,45 @@
|
|||||||
|
<svg width="1491" height="450" viewBox="0 0 1491 450" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<mask id="mask0_96_34908" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-253" width="1492" height="759">
|
||||||
|
<path d="M1490.6 -252.226H-1V505.455H1490.6V-252.226Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask0_96_34908)">
|
||||||
|
<path d="M1492.07 604.776H0.236328V-351.546H1492.07L1492.07 604.776ZM2.16459 602.803H1490.14V-349.573H2.16459V602.803Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 411.932H1.2002V413.905H1491.1V411.932Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 364.215H1.2002V366.188H1491.1V364.215Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 316.498H1.2002V318.471H1491.1V316.498Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 268.78H1.2002V270.753H1491.1V268.78Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 221.063H1.2002V223.036H1491.1V221.063Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 173.345H1.2002V175.318H1491.1V173.345Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 125.628H1.2002V127.601H1491.1V125.628Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 77.9111H1.2002V79.8843H1491.1V77.9111Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1491.1 30.1924H1.2002V32.1655H1491.1V30.1924Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1447.69 0.336914H1445.47V448.11H1447.69V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1395.71 0.336914H1393.49V448.11H1395.71V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1343.72 0.336914H1341.5V448.11H1343.72V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1291.74 0.336914H1289.52V448.11H1291.74V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1239.76 0.336914H1237.54V448.11H1239.76V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1187.77 0.336914H1185.55V448.11H1187.77V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1135.79 0.336914H1133.57V448.11H1135.79V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1083.8 0.336914H1081.58V448.11H1083.8V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M1031.82 0.336914H1029.6V448.11H1031.82V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M979.836 0.336914H977.616V448.11H979.836V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M927.852 0.336914H925.633V448.11H927.852V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M875.868 0.336914H873.648V448.11H875.868V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M823.884 0.336914H821.665V448.11H823.884V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M771.901 0.336426H769.681V448.109H771.901V0.336426Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M719.917 0.336914H717.697V448.11H719.917V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M667.933 0.336914H665.714V448.11H667.933V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M615.949 0.336914H613.729V448.11H615.949V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M563.965 0.336914H561.746V448.11H563.965V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M511.98 0.336914H509.761V448.11H511.98V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M459.996 0.336914H457.776V448.11H459.996V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M408.013 0.336914H405.793V448.11H408.013V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M356.029 0.336914H353.81V448.11H356.029V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M304.045 0.336914H301.826V448.11H304.045V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M252.061 0.336914H249.842V448.11H252.061V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M200.077 0.336914H197.857V448.11H200.077V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M148.094 0.336914H145.874V448.11H148.094V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M96.1103 0.336914H93.8906V448.11H96.1103V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path d="M44.1249 0.336914H41.9053V448.11H44.1249V0.336914Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 222 KiB |
|
After Width: | Height: | Size: 409 B |
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,33 @@
|
|||||||
|
<svg width="1819" height="417" viewBox="0 0 1819 417" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_749_104)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1649.42 268.693C1649.5 268.431 1649.74 268.25 1650.01 268.25C1650.29 268.25 1650.53 268.431 1650.6 268.693C1650.6 268.693 1651.69 272.331 1652.85 276.234C1654.71 282.452 1659.57 287.316 1665.79 289.17C1669.69 290.333 1673.33 291.419 1673.33 291.419C1673.59 291.497 1673.77 291.738 1673.77 292.012C1673.77 292.286 1673.59 292.527 1673.33 292.605C1673.33 292.605 1669.69 293.691 1665.79 294.854C1659.57 296.708 1654.71 301.572 1652.85 307.79C1651.69 311.692 1650.6 315.331 1650.6 315.331C1650.53 315.593 1650.29 315.774 1650.01 315.774C1649.74 315.774 1649.5 315.593 1649.42 315.331C1649.42 315.331 1648.33 311.692 1647.17 307.79C1645.32 301.572 1640.45 296.708 1634.23 294.854C1630.33 293.691 1626.69 292.605 1626.69 292.605C1626.43 292.527 1626.25 292.286 1626.25 292.012C1626.25 291.738 1626.43 291.497 1626.69 291.419C1626.69 291.419 1630.33 290.333 1634.23 289.17C1640.45 287.316 1645.32 282.452 1647.17 276.234C1648.33 272.331 1649.42 268.693 1649.42 268.693Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1205.42 47.6927C1205.5 47.4308 1205.74 47.25 1206.01 47.25C1206.29 47.25 1206.53 47.4308 1206.6 47.6927C1206.6 47.6927 1207.69 51.3313 1208.85 55.2341C1210.71 61.4519 1215.57 66.3158 1221.79 68.1698C1225.69 69.3332 1229.33 70.4188 1229.33 70.4188C1229.59 70.4967 1229.77 70.7381 1229.77 71.0119C1229.77 71.2857 1229.59 71.5271 1229.33 71.605C1229.33 71.605 1225.69 72.6905 1221.79 73.854C1215.57 75.708 1210.71 80.5718 1208.85 86.7896C1207.69 90.6924 1206.6 94.3311 1206.6 94.3311C1206.53 94.593 1206.29 94.7737 1206.01 94.7737C1205.74 94.7737 1205.5 94.593 1205.42 94.3311C1205.42 94.3311 1204.33 90.6924 1203.17 86.7896C1201.32 80.5718 1196.45 75.708 1190.23 73.854C1186.33 72.6905 1182.69 71.605 1182.69 71.605C1182.43 71.5271 1182.25 71.2857 1182.25 71.0119C1182.25 70.7381 1182.43 70.4967 1182.69 70.4188C1182.69 70.4188 1186.33 69.3332 1190.23 68.1698C1196.45 66.3158 1201.32 61.4519 1203.17 55.2341C1204.33 51.3313 1205.42 47.6927 1205.42 47.6927Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M808.419 332.693C808.497 332.431 808.738 332.25 809.012 332.25C809.286 332.25 809.527 332.431 809.605 332.693C809.605 332.693 810.691 336.331 811.854 340.234C813.708 346.452 818.572 351.316 824.79 353.17C828.692 354.333 832.331 355.419 832.331 355.419C832.593 355.497 832.774 355.738 832.774 356.012C832.774 356.286 832.593 356.527 832.331 356.605C832.331 356.605 828.692 357.691 824.79 358.854C818.572 360.708 813.708 365.572 811.854 371.79C810.691 375.692 809.605 379.331 809.605 379.331C809.527 379.593 809.286 379.774 809.012 379.774C808.738 379.774 808.497 379.593 808.419 379.331C808.419 379.331 807.333 375.692 806.17 371.79C804.316 365.572 799.452 360.708 793.234 358.854C789.331 357.691 785.693 356.605 785.693 356.605C785.431 356.527 785.25 356.286 785.25 356.012C785.25 355.738 785.431 355.497 785.693 355.419C785.693 355.419 789.331 354.333 793.234 353.17C799.452 351.316 804.316 346.452 806.17 340.234C807.333 336.331 808.419 332.693 808.419 332.693Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M615.419 -20.3073C615.497 -20.5692 615.738 -20.75 616.012 -20.75C616.286 -20.75 616.527 -20.5692 616.605 -20.3073C616.605 -20.3073 617.691 -16.6687 618.854 -12.7659C620.708 -6.54806 625.572 -1.68421 631.79 0.169751C635.692 1.33324 639.331 2.41877 639.331 2.41877C639.593 2.49669 639.774 2.73806 639.774 3.01188C639.774 3.28569 639.593 3.52706 639.331 3.60498C639.331 3.60498 635.692 4.69052 631.79 5.854C625.572 7.70796 620.708 12.5718 618.854 18.7896C617.691 22.6924 616.605 26.3311 616.605 26.3311C616.527 26.593 616.286 26.7737 616.012 26.7737C615.738 26.7737 615.497 26.593 615.419 26.3311C615.419 26.3311 614.333 22.6924 613.17 18.7896C611.316 12.5718 606.452 7.70796 600.234 5.854C596.331 4.69052 592.693 3.60498 592.693 3.60498C592.431 3.52706 592.25 3.28569 592.25 3.01188C592.25 2.73806 592.431 2.49669 592.693 2.41877C592.693 2.41877 596.331 1.33324 600.234 0.169751C606.452 -1.68421 611.316 -6.54806 613.17 -12.7659C614.333 -16.6687 615.419 -20.3073 615.419 -20.3073Z" fill="white" fill-opacity="0.04"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.4188 309.693C64.4967 309.431 64.738 309.25 65.0119 309.25C65.2857 309.25 65.5271 309.431 65.605 309.693C65.605 309.693 66.6905 313.331 67.854 317.234C69.7079 323.452 74.5718 328.316 80.7896 330.17C84.6924 331.333 88.3311 332.419 88.3311 332.419C88.593 332.497 88.7737 332.738 88.7737 333.012C88.7737 333.286 88.593 333.527 88.3311 333.605C88.3311 333.605 84.6924 334.691 80.7896 335.854C74.5718 337.708 69.7079 342.572 67.854 348.79C66.6905 352.692 65.605 356.331 65.605 356.331C65.5271 356.593 65.2857 356.774 65.0119 356.774C64.738 356.774 64.4967 356.593 64.4188 356.331C64.4188 356.331 63.3332 352.692 62.1697 348.79C60.3158 342.572 55.4519 337.708 49.2341 335.854C45.3313 334.691 41.6927 333.605 41.6927 333.605C41.4307 333.527 41.25 333.286 41.25 333.012C41.25 332.738 41.4307 332.497 41.6927 332.419C41.6927 332.419 45.3313 331.333 49.2341 330.17C55.4519 328.316 60.3158 323.452 62.1697 317.234C63.3332 313.331 64.4188 309.693 64.4188 309.693Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.419 77.6927C168.497 77.4308 168.738 77.25 169.012 77.25C169.286 77.25 169.527 77.4308 169.605 77.6927C169.605 77.6927 170.691 81.3313 171.854 85.2341C173.708 91.4519 178.572 96.3158 184.79 98.1698C188.692 99.3332 192.331 100.419 192.331 100.419C192.593 100.497 192.774 100.738 192.774 101.012C192.774 101.286 192.593 101.527 192.331 101.605C192.331 101.605 188.692 102.691 184.79 103.854C178.572 105.708 173.708 110.572 171.854 116.79C170.691 120.692 169.605 124.331 169.605 124.331C169.527 124.593 169.286 124.774 169.012 124.774C168.738 124.774 168.497 124.593 168.419 124.331C168.419 124.331 167.333 120.692 166.17 116.79C164.316 110.572 159.452 105.708 153.234 103.854C149.331 102.691 145.693 101.605 145.693 101.605C145.431 101.527 145.25 101.286 145.25 101.012C145.25 100.738 145.431 100.497 145.693 100.419C145.693 100.419 149.331 99.3332 153.234 98.1698C159.452 96.3158 164.316 91.4519 166.17 85.2341C167.333 81.3313 168.419 77.6927 168.419 77.6927Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
<g clip-path="url(#clip1_749_104)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0387 24L32.7308 29.0183L28.7106 35.9816L20.0185 30.9633V41H11.978V30.9633L3.28586 35.9817L-0.734375 29.0183L7.95767 24L-0.734375 18.9816L3.28586 12.0183L11.978 17.0367V7H20.0185V17.0367L28.7106 12.0184L32.7308 18.9817L24.0387 24Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g clip-path="url(#clip2_749_104)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1747.04 60L1755.73 65.0183L1751.71 71.9816L1743.02 66.9633V77H1734.98V66.9633L1726.29 71.9817L1722.27 65.0183L1730.96 60L1722.27 54.9816L1726.29 48.0183L1734.98 53.0367V43H1743.02V53.0367L1751.71 48.0184L1755.73 54.9817L1747.04 60Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
</g>
|
||||||
|
<g clip-path="url(#clip3_749_104)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M552.039 247L560.731 252.018L556.711 258.982L548.019 253.963V264H539.978V253.963L531.286 258.982L527.266 252.018L535.958 247L527.266 241.982L531.286 235.018L539.978 240.037V230H548.019V240.037L556.711 235.018L560.731 241.982L552.039 247Z" fill="#616161" fill-opacity="0.2"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_749_104">
|
||||||
|
<rect width="1819" height="417" rx="46" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clip1_749_104">
|
||||||
|
<rect width="34" height="34" fill="white" transform="translate(-1 7)"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clip2_749_104">
|
||||||
|
<rect width="34" height="34" fill="white" transform="translate(1722 43)"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clip3_749_104">
|
||||||
|
<rect width="34" height="34" fill="white" transform="translate(527 230)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,10 @@
|
|||||||
|
<svg width="209" height="31" viewBox="0 0 209 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M187.406 1.39648H208.847V6.71569H193.921C193.921 10.5917 198.319 12.5297 207.116 12.5297V17.8489C201.288 17.8489 196.89 16.8318 193.921 14.7976V24.8175H208.847V30.1367H187.406V1.39648Z" fill="white"/>
|
||||||
|
<path d="M168.318 1.39648C172.799 1.39648 176.496 2.75721 179.41 5.47866C182.324 8.17263 183.781 11.6088 183.781 15.7872C183.781 19.9381 182.324 23.3743 179.41 26.0957C176.496 28.7897 172.799 30.1367 168.318 30.1367H158.01V1.39648H168.318ZM164.525 24.8175H168.318C170.902 24.8175 173.019 23.9653 174.668 22.261C176.345 20.5566 177.184 18.3987 177.184 15.7872C177.184 13.1482 176.345 10.9765 174.668 9.2722C173.019 7.56786 170.902 6.71569 168.318 6.71569H164.525V24.8175Z" fill="white"/>
|
||||||
|
<path d="M146.534 1.39648H153.049V30.1367H146.534V1.39648Z" fill="white"/>
|
||||||
|
<path d="M142.433 10.7979C142.433 13.107 141.691 15.1 140.206 16.7768C138.75 18.4537 136.812 19.512 134.392 19.9518L135.258 21.0239C137.128 23.443 138.901 24.6525 140.578 24.6525C140.852 24.6525 141.141 24.5151 141.443 24.2402H142.186V30.1367C140.921 30.1367 139.89 30.1092 139.093 30.0542C138.296 29.9992 137.444 29.8618 136.537 29.6419C135.657 29.4219 134.874 29.1058 134.186 28.6935C133.499 28.2811 132.771 27.7313 132.001 27.0441C131.259 26.3569 130.489 25.491 129.692 24.4464L124.62 17.8901V30.1367H118.105V1.39648H131.3C134.516 1.39648 137.169 2.28989 139.258 4.0767C141.375 5.83602 142.433 8.07641 142.433 10.7979ZM124.62 7.16926C124.62 8.3788 124.909 9.57459 125.486 10.7566C126.063 11.9112 126.902 12.8871 128.001 13.6843C129.128 14.454 130.365 14.8388 131.712 14.8388C132.949 14.8388 133.953 14.4677 134.722 13.7255C135.52 12.9558 135.918 11.9799 135.918 10.7979C135.918 9.61582 135.478 8.63995 134.599 7.87024C133.746 7.10054 132.647 6.71569 131.3 6.71569H124.62V7.16926Z" fill="white"/>
|
||||||
|
<path d="M96.0706 1.39648H101.555L115.492 30.1367H108.317C107.932 29.4219 107.396 28.7897 106.709 28.2399C106.022 27.6626 105.211 27.374 104.276 27.374C103.534 27.374 102.668 27.5527 101.678 27.91C100.716 28.2674 99.8091 28.666 98.9569 29.1058C98.1048 29.5182 97.0602 29.903 95.8232 30.2604C94.5861 30.6177 93.3903 30.7964 92.2358 30.7964C91.1637 30.7964 90.2016 30.5902 89.3494 30.1779C88.4972 29.7656 87.7962 29.1333 87.2465 28.2811C86.6967 27.429 86.3531 26.4118 86.2156 25.2298C86.0782 24.0203 86.2156 22.5771 86.6279 20.9002C87.0403 19.2234 87.755 17.4091 88.7721 15.4573L96.0706 1.39648ZM104.235 21.6424L98.792 10.5917L95.617 16.9005C95.2596 17.5877 94.9572 18.1788 94.7098 18.6736C94.4899 19.1409 94.2288 19.7319 93.9264 20.4466C93.6515 21.1614 93.4591 21.7661 93.3491 22.2609C93.2392 22.7283 93.1704 23.1956 93.1429 23.6629C93.1429 24.1302 93.2666 24.4876 93.514 24.735C93.7614 24.9549 94.1326 25.0649 94.6274 25.0649C95.3146 25.0649 96.208 24.8175 97.3076 24.3227C98.4072 23.8004 99.5892 23.2506 100.854 22.6733C102.118 22.096 103.245 21.7524 104.235 21.6424Z" fill="#FF3600"/>
|
||||||
|
<path d="M71.0214 30.1367L58.7749 1.39648H65.9496L73.6192 19.9931L81.2063 1.39648H88.381L76.1345 30.1367H71.0214Z" fill="#FF3600"/>
|
||||||
|
<path d="M54.6329 26.5489C51.719 29.3803 48.0217 30.796 43.5409 30.796C39.0601 30.796 35.3628 29.3803 32.4489 26.5489C29.5351 23.7175 28.0781 20.1301 28.0781 15.7868C28.0781 12.9004 28.7379 10.3164 30.0574 8.03477C31.3769 5.75315 33.2186 3.96634 35.5827 2.67433C37.9468 1.38233 40.5996 0.736328 43.5409 0.736328C46.4823 0.736328 49.135 1.38233 51.4991 2.67433C53.8632 3.96634 55.705 5.75315 57.0245 8.03477C58.344 10.3164 59.0037 12.9004 59.0037 15.7868C59.0037 20.1301 57.5468 23.7175 54.6329 26.5489ZM34.6756 15.7868C34.6756 18.5907 35.5003 20.9136 37.1496 22.7553C38.8265 24.5697 40.9569 25.4768 43.5409 25.4768C46.1249 25.4768 48.2416 24.5697 49.891 22.7553C51.5678 20.9136 52.4063 18.5907 52.4063 15.7868C52.4063 12.9554 51.5678 10.6325 49.891 8.81822C48.2416 6.97643 46.1249 6.05553 43.5409 6.05553C41.8366 6.05553 40.3109 6.48162 38.9639 7.33379C37.617 8.15847 36.5586 9.31303 35.7889 10.7975C35.0467 12.2544 34.6756 13.9175 34.6756 15.7868Z" fill="#FF3600"/>
|
||||||
|
<path d="M6.5145 1.39648C6.76191 1.69887 7.17425 2.15244 7.75153 2.75721C8.35629 3.36198 8.93357 3.953 9.48336 4.53028C10.0331 5.08007 10.6791 5.78105 11.4214 6.63322C12.1911 7.4579 12.9058 8.28258 13.5655 9.10726C14.2528 9.90446 14.9675 10.8116 15.7097 11.8287C16.4794 12.8458 17.1804 13.8492 17.8127 14.8388V1.39648H24.3276V30.1367H17.8127C17.8127 28.3499 17.4965 26.5081 16.8643 24.6113C16.2595 22.687 15.3798 20.804 14.2253 18.9622C13.0707 17.1204 11.8887 15.4298 10.6791 13.8904C9.46961 12.3235 8.0814 10.7017 6.5145 9.0248V30.1367H-0.000488281V1.39648H6.5145Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,12 @@
|
|||||||
|
<svg width="74" height="75" viewBox="0 0 74 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_718_6)">
|
||||||
|
<path d="M18.1504 70.0362H24.5654C28.2842 70.0362 28.2897 64.2422 24.5654 64.2422H18.1504C14.4318 64.2422 14.4263 70.0362 18.1504 70.0362ZM18.1504 66.4102H24.5654C25.5078 66.4102 25.5078 67.8682 24.5654 67.8682H18.1504C17.2082 67.8682 17.2082 66.4102 18.1504 66.4102Z" fill="#FF3600"/>
|
||||||
|
<path d="M26.1109 37.5626L19.0493 44.6244L16.6037 42.1786C15.6123 41.188 14.0796 42.7205 15.0706 43.7117L18.2828 46.9239C18.7939 47.3471 19.3049 47.3471 19.8159 46.9239L27.6441 39.0957C28.635 38.1045 27.1023 36.572 26.1109 37.5626Z" fill="#FF3600"/>
|
||||||
|
<path d="M73.1938 48.2596C72.7562 47.4242 72.4391 46.509 72.2237 45.5905C71.1666 41.1687 69.5606 36.8848 67.4509 32.8576L63.9233 26.1245C61.9264 22.3126 56.0332 22.9464 54.9206 27.1272C52.2816 26.1778 49.3025 27.7383 48.5809 30.4486C46.3992 29.6635 43.8798 30.5882 42.7232 32.5947V8.792V4.53989C42.723 2.2047 40.8231 0.304688 38.4877 0.304688H13.2352C11.8336 0.304688 11.8336 2.47266 13.2352 2.47266H38.4877C39.6276 2.47266 40.555 3.39997 40.555 4.53989V7.70801H2.16797V4.53989C2.16797 3.39997 3.09528 2.47266 4.2352 2.47266H7.16499C8.56651 2.47266 8.56651 0.304688 7.16499 0.304688H4.2352C1.90001 0.304688 0 2.2047 0 4.53989V8.792V61.0379V70.0695C0 72.4047 1.90001 74.3047 4.2352 74.3047H38.4877C40.823 74.3047 42.723 72.4047 42.723 70.0695V61.0379V56.696L46.5966 58.6119C47.5538 59.0854 48.3405 59.8737 48.812 60.8319C50.5328 64.3289 54.9433 65.7786 58.4077 63.9635L64.8661 60.58C66.1076 59.9296 65.1015 58.0094 63.86 58.6596L57.4016 62.0431C55.0027 63.3005 51.9531 62.3047 50.7572 59.8747C50.0763 58.4911 48.9402 57.3525 47.5577 56.6685L31.1197 48.5378C28.0324 47.0383 30.2651 42.1949 33.4006 43.6573L39.3692 46.7992C40.29 47.284 41.3172 46.259 40.8343 45.3372L30.4657 25.5462C28.7632 22.3454 33.3227 19.3909 35.0618 22.7111L42.3907 36.7L44.305 40.354C44.9369 41.5607 46.8741 40.5863 46.2254 39.3479L44.3617 35.7906C43.607 33.2756 46.7119 31.2478 48.7104 33.0011L50.7842 36.9595C51.4161 38.1662 53.3533 37.1918 52.7046 35.9535L50.5959 31.9286C50.3986 29.6162 53.2303 28.1281 55.0203 29.6533L57.1076 33.6378C57.7395 34.8445 59.6767 33.87 59.028 32.6317L56.9403 28.6467C56.6562 25.8088 60.6504 24.5489 62.0026 27.1304L65.5302 33.8635C67.5568 37.7319 69.0994 41.847 70.115 46.0941C70.3614 47.1958 70.7492 48.2651 71.2733 49.2654C72.5223 51.6493 71.5988 54.6048 69.215 55.8538C67.9736 56.5045 68.9799 58.4248 70.2211 57.7742C73.664 55.9706 74.9976 51.7023 73.1938 48.2596ZM40.555 70.0695C40.555 71.2094 39.6276 72.1367 38.4877 72.1367H4.2352C3.09528 72.1367 2.16797 71.2094 2.16797 70.0695V62.1219H40.555V70.0695ZM27.8717 44.0104C27.1359 45.5571 27.2788 47.4097 28.2376 48.8283C26.445 50.7042 23.9857 51.7672 21.3614 51.7672C16.1103 51.7672 11.8383 47.4952 11.8383 42.244C11.8383 36.9929 16.1103 32.7209 21.3614 32.7209C26.3439 32.7209 30.4422 36.5677 30.8486 41.447C29.5647 41.8386 28.4488 42.7969 27.8717 44.0104ZM35.7423 20.187C35.2697 19.8033 34.7244 19.5081 34.1257 19.3211C30.6535 18.2361 27.1566 21.4201 27.9208 24.9759H7.3419C7.14259 24.9759 6.98057 24.8139 6.98057 24.6146V16.868C6.98057 16.6687 7.14259 16.5066 7.3419 16.5066H35.381C35.5803 16.5066 35.7423 16.6687 35.7423 16.868V20.187ZM40.555 28.5247L37.9103 23.4767V16.868C37.9103 15.4734 36.7755 14.3387 35.381 14.3387H7.3419C5.94732 14.3387 4.8126 15.4734 4.8126 16.868V24.6147C4.8126 26.0093 5.94732 27.144 7.3419 27.144H28.8551L37.2982 43.2594L34.3893 41.7281C34.3765 41.7213 34.3633 41.7146 34.3502 41.7084C33.9195 41.5035 33.469 41.3653 33.0106 41.2933C32.5247 35.2902 27.4875 30.5529 21.3616 30.5529C14.915 30.5529 9.67044 35.7975 9.67044 42.244C9.67044 48.6906 14.915 53.9352 21.3616 53.9352C24.5947 53.9352 27.6264 52.6241 29.8288 50.306C33.2678 52.2878 36.9968 53.8636 40.555 55.6236V59.9537H2.16797V9.87598H40.555V28.5247Z" fill="#040401"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_718_6">
|
||||||
|
<rect width="74" height="74" fill="white" transform="translate(0 0.304688)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
<svg width="74" height="75" viewBox="0 0 74 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_15_229)">
|
||||||
|
<path d="M18.3842 35.8803L12.4874 34.6084C10.8686 34.2615 9.36548 35.5334 9.36548 37.1522V39.5803C9.36548 41.5459 10.8686 42.0084 12.7186 42.0084H19.1936C20.4655 42.0084 21.7374 41.7772 21.7374 40.3897V40.0428C21.7374 37.9615 20.3499 36.2272 18.3842 35.8803ZM11.5624 39.5803C11.5624 39.4647 11.5624 39.4647 11.5624 37.0365C11.5624 36.8053 11.7936 36.574 12.0249 36.6897L17.9217 37.9615C18.7311 38.1928 19.3092 38.8865 19.4249 39.6959C15.378 39.6959 11.9092 39.6959 11.5624 39.5803Z" fill="black"/>
|
||||||
|
<path d="M70.8779 23.5084L62.5529 19.5772C59.7779 18.3053 56.7716 17.8428 53.881 18.4209L52.6091 15.8772C51.6841 13.5647 49.4873 11.9459 46.9435 11.9459H19.8873C17.3435 11.9459 15.1466 13.449 14.2216 15.7615L9.71226 25.1272C8.67163 23.624 6.93726 22.699 5.08726 22.699H3.12163C1.38726 22.699 -0.000244141 24.0865 -0.000244141 25.8209V27.0928C-0.000244141 28.8272 1.38726 30.2147 3.12163 30.2147H6.12788C4.85601 31.8334 4.27788 33.9147 4.27788 35.9959V42.9334C4.27788 45.5928 5.20288 48.1365 7.05288 50.3334V55.5365C7.05288 57.849 8.90288 59.699 11.2154 59.699H15.4935C17.806 59.699 19.656 57.849 19.656 55.5365V53.4553H42.781C47.8685 60.3928 55.8466 63.399 55.9623 63.399C56.1935 63.5147 56.4248 63.5147 56.7716 63.399C56.8873 63.2834 73.9998 57.0397 73.9998 41.4303V28.4803C73.9998 26.399 72.7279 24.4334 70.8779 23.5084ZM16.3029 16.6865C16.881 15.1834 18.2685 14.2584 19.8873 14.2584H46.9435C48.5623 14.2584 49.9498 15.1834 50.6435 16.8022L51.6841 18.999C51.2216 19.1147 50.7591 19.3459 50.2966 19.5772L41.9716 23.5084C40.1216 24.4334 38.8498 26.2834 38.8498 28.3647H10.5216C10.9841 27.6709 10.5216 28.8272 16.3029 16.6865ZM2.31226 27.0928V25.8209C2.31226 25.3584 2.65913 25.0115 3.12163 25.0115H5.08726C7.39976 25.0115 8.20913 27.0928 8.44038 27.4397C8.32476 27.6709 8.20913 27.7865 7.97788 28.0178H3.12163C2.65913 27.9022 2.31226 27.5553 2.31226 27.0928ZM17.3435 55.4209C17.3435 56.4615 16.5341 57.2709 15.4935 57.2709H11.0998C10.0591 57.3865 9.24976 56.4615 9.24976 55.4209V52.0678C10.6373 52.8772 12.256 53.3397 13.8748 53.3397H17.3435V55.4209ZM13.7591 51.1428C9.59663 51.1428 6.35913 47.0959 6.35913 42.8178V35.8803C6.35913 33.9147 7.16851 32.0647 8.55601 30.5615H38.8498V40.7365H26.131C25.5529 40.7365 24.9748 41.199 24.9748 41.8928C24.9748 42.5865 25.4373 43.049 26.131 43.049H38.9654C39.081 43.8584 39.081 44.5522 39.3123 45.2459H26.131C25.5529 45.2459 24.9748 45.7084 24.9748 46.4022C24.9748 47.0959 25.4373 47.5584 26.131 47.5584H39.7748C40.2373 48.8303 40.6998 50.1022 41.3935 51.1428H13.7591ZM71.6873 41.4303C71.6873 54.2647 58.7373 60.1615 56.4248 61.0865C48.0998 57.7334 41.1623 50.5647 41.1623 41.4303C41.1623 37.1522 41.1623 34.8397 41.1623 28.4803C41.1623 27.2084 41.856 26.1678 43.0123 25.5897L51.3373 21.6584C54.6904 20.0397 58.3904 20.0397 61.7435 21.6584L70.0685 25.5897C71.1091 26.1678 71.9185 27.2084 71.9185 28.4803V41.4303H71.6873Z" fill="black"/>
|
||||||
|
<path d="M67.7559 28.249L60.1247 24.6647C57.8122 23.5084 54.9215 23.5084 52.609 24.6647L45.0934 28.249C44.7465 28.4803 44.3997 28.8272 44.3997 29.2897V41.4303C44.3997 50.5647 52.3778 55.5366 55.8465 57.2709C56.1934 57.3866 56.5403 57.3866 56.8872 57.2709C60.3559 55.5366 68.334 50.5647 68.334 41.4303V29.2897C68.334 28.8272 68.1028 28.4803 67.7559 28.249ZM66.1372 41.4303C66.1372 48.8303 59.6622 53.2241 56.4247 54.9584C52.609 52.8772 46.7122 48.7147 46.7122 41.4303V29.9834L53.6497 26.6303C55.384 25.8209 57.4653 25.8209 59.1997 26.6303L66.1372 29.9834V41.4303Z" fill="black"/>
|
||||||
|
<path d="M51.9153 41.0834C51.4528 40.7365 50.759 40.8522 50.2965 41.3147C49.834 41.7772 50.0653 42.4709 50.5278 42.9334L54.9215 46.2865C55.384 46.6334 56.0778 46.5178 56.5403 46.0553L63.0153 37.6147C63.3622 37.1522 63.2465 36.4584 62.784 35.9959C62.3215 35.649 61.6278 35.7647 61.1653 36.2272L55.384 43.7428L51.9153 41.0834Z" fill="#FF3600"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_15_229">
|
||||||
|
<rect width="74" height="74" fill="white" transform="translate(-0.000244141 0.730286)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.0 KiB |
@@ -0,0 +1,45 @@
|
|||||||
|
<svg width="60" height="47" viewBox="0 0 60 47" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_811_2)">
|
||||||
|
<mask id="mask0_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V47H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask0_811_2)">
|
||||||
|
<mask id="mask1_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V47H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask1_811_2)">
|
||||||
|
<mask id="mask2_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V47H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask2_811_2)">
|
||||||
|
<mask id="mask3_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V47H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask3_811_2)">
|
||||||
|
<mask id="mask4_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V47H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask4_811_2)">
|
||||||
|
<mask id="mask5_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V46.4151H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask5_811_2)">
|
||||||
|
<mask id="mask6_811_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="60" height="47">
|
||||||
|
<path d="M60 0H0V46.4151H60V0Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask6_811_2)">
|
||||||
|
<path d="M5.32741 42.6361C1.99779 38.9735 0 34.978 0 28.3187C0 16.665 8.32408 6.34305 19.9778 1.01562H20.1659C22.3933 1.01562 23.882 3.30997 22.9745 5.34416C11.9866 11.3375 9.65594 18.9957 8.99002 23.9902C10.6548 22.9912 12.9856 22.6583 15.3163 22.9912C21.3096 23.6572 25.9712 28.3187 25.9712 34.6449C25.9712 37.6417 24.6393 40.6384 22.6415 42.9691C20.3108 45.2998 17.647 46.2987 14.3175 46.2987C10.6548 46.2987 7.3252 44.6339 5.32741 42.6361ZM38.6238 42.6361C35.2941 38.9735 33.2964 34.978 33.2964 28.3187C33.2964 16.665 41.6204 6.34305 53.2741 1.01562L54.0301 1.11803C56.178 1.40896 57.4576 3.66667 56.6038 5.65891C45.616 11.6523 42.9523 18.9957 42.2863 23.9902C43.9511 22.9912 46.282 22.6583 48.6127 22.9912C54.606 23.6572 59.2674 28.3187 59.2674 34.6449C59.2674 37.6417 57.9357 40.6384 55.9379 42.9691C53.9401 45.2998 50.9434 46.2987 47.6137 46.2987C43.9511 46.2987 40.6216 44.6339 38.6238 42.6361Z" fill="#FF3600"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_811_2">
|
||||||
|
<rect width="60" height="47" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,112 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path d="M452,40h-24V0h-40v40H124V0H84v40H60C26.916,40,0,66.916,0,100v352c0,33.084,26.916,60,60,60h392
|
||||||
|
c33.084,0,60-26.916,60-60V100C512,66.916,485.084,40,452,40z M472,452c0,11.028-8.972,20-20,20H60c-11.028,0-20-8.972-20-20V188
|
||||||
|
h432V452z M472,148H40v-48c0-11.028,8.972-20,20-20h24v40h40V80h264v40h40V80h24c11.028,0,20,8.972,20,20V148z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="76" y="230" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="156" y="230" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="236" y="230" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="316" y="230" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="396" y="230" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="76" y="310" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="156" y="310" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="236" y="310" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="316" y="310" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="76" y="390" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="156" y="390" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="236" y="390" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="316" y="390" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="396" y="310" width="40" height="40"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15.7576 13.8203L15.0441 13.2374L14.1863 10.434C14.146 10.3038 14.0729 10.1861 13.9741 10.0921C13.8753 9.99814 13.7541 9.93106 13.622 9.89728C12.4483 9.61804 11.2452 9.48194 10.0388 9.49197C8.83247 9.48194 7.62934 9.61804 6.45571 9.89728C6.32341 9.93097 6.20199 9.99807 6.10309 10.0922C6.00418 10.1863 5.9311 10.3042 5.89086 10.4346L5.03305 13.2381L4.32008 13.8203C4.1691 13.9433 4.04747 14.0984 3.96405 14.2744C3.88063 14.4503 3.83753 14.6427 3.83789 14.8374V16.946C3.83835 17.1335 3.9052 17.3147 4.02657 17.4575C4.14793 17.6003 4.31597 17.6955 4.50086 17.7262V18.7778C4.50103 18.9607 4.57376 19.136 4.7031 19.2654C4.83243 19.3947 5.0078 19.4674 5.19071 19.4676H6.41258C6.59549 19.4674 6.77086 19.3947 6.90019 19.2654C7.02953 19.136 7.10226 18.9607 7.10242 18.7778V17.7395H12.9763V18.7776C12.9765 18.9605 13.0493 19.1359 13.1787 19.2653C13.308 19.3946 13.4834 19.4674 13.6663 19.4676H14.8879C15.0708 19.4674 15.2462 19.3946 15.3756 19.2653C15.5049 19.1359 15.5777 18.9605 15.5779 18.7776V17.7262C15.7628 17.6955 15.9308 17.6003 16.0522 17.4575C16.1736 17.3147 16.2404 17.1335 16.2409 16.946V14.8374C16.2411 14.6426 16.1979 14.4502 16.1142 14.2742C16.0306 14.0982 15.9088 13.9431 15.7576 13.8203ZM6.55446 18.7778C6.55446 18.8157 6.53939 18.852 6.51258 18.8788C6.48577 18.9057 6.4494 18.9207 6.41149 18.9207H5.18961C5.15169 18.9207 5.11533 18.9057 5.08852 18.8788C5.06171 18.852 5.04664 18.8157 5.04664 18.7778V17.7395H6.55446V18.7778ZM14.887 18.9207H13.6659C13.6279 18.9207 13.5915 18.9056 13.5647 18.8788C13.5379 18.8519 13.5228 18.8155 13.5227 18.7776V17.7395H15.0305V18.7776C15.0305 18.8155 15.0154 18.8519 14.9886 18.8788C14.9618 18.9056 14.9254 18.9207 14.8874 18.9207H14.887ZM15.693 16.946C15.693 17.0114 15.667 17.0741 15.6207 17.1203C15.5745 17.1665 15.5119 17.1925 15.4465 17.1926H4.63071C4.56534 17.1925 4.50267 17.1665 4.45645 17.1203C4.41023 17.0741 4.38423 17.0114 4.38414 16.946V14.8374C4.38387 14.7238 4.40897 14.6115 4.45763 14.5088C4.50629 14.406 4.57727 14.3155 4.66539 14.2437L5.44321 13.6084C5.485 13.5741 5.51576 13.5282 5.53164 13.4765L6.41383 10.5938C6.42603 10.5532 6.44864 10.5164 6.47941 10.4871C6.51018 10.4578 6.54806 10.4371 6.5893 10.427C7.71924 10.1587 8.87753 10.0284 10.0388 10.0388C11.2001 10.0284 12.3583 10.1588 13.4882 10.427C13.5295 10.4371 13.5674 10.4578 13.5982 10.4871C13.629 10.5164 13.6517 10.5533 13.6638 10.594L14.546 13.4767C14.5619 13.5284 14.5927 13.5742 14.6345 13.6085L15.4123 14.2437C15.5004 14.3155 15.5713 14.4061 15.62 14.5088C15.6686 14.6115 15.6938 14.7238 15.6935 14.8374L15.693 16.946Z" fill="#616161"/>
|
||||||
|
<path d="M6.30339 13.5924C7.54253 13.7448 8.79046 13.8144 10.0389 13.8007C11.2873 13.8144 12.5352 13.7448 13.7743 13.5924C13.8136 13.587 13.8513 13.5732 13.8847 13.5518C13.9181 13.5304 13.9465 13.502 13.9679 13.4686C13.9892 13.4352 14.0031 13.3975 14.0084 13.3582C14.0138 13.3189 14.0105 13.2789 13.9989 13.241L13.3104 10.991C13.2963 10.9445 13.27 10.9026 13.2343 10.8697C13.1986 10.8367 13.1548 10.8139 13.1073 10.8035C12.0984 10.5914 11.0698 10.4875 10.0389 10.4935C9.00791 10.4868 7.97921 10.5907 6.97042 10.8035C6.92298 10.8139 6.87917 10.8368 6.84347 10.8697C6.80778 10.9027 6.78149 10.9445 6.7673 10.991L6.07886 13.241C6.06727 13.2789 6.06405 13.3188 6.06942 13.3581C6.0748 13.3973 6.08865 13.435 6.11 13.4683C6.13136 13.5017 6.15971 13.5301 6.19311 13.5514C6.2265 13.5727 6.26413 13.5866 6.30339 13.5919V13.5924ZM7.24355 11.3049C8.16418 11.1238 9.1006 11.0351 10.0389 11.0403C10.9773 11.0359 11.9139 11.1249 12.8348 11.306L13.3807 13.0905C12.2708 13.2081 11.155 13.2626 10.0389 13.2538C8.92272 13.2627 7.80697 13.2083 6.69699 13.0908L7.24355 11.3049Z" fill="#616161"/>
|
||||||
|
<path d="M11.2078 15.0918H8.8697C8.79258 15.0918 8.71642 15.1089 8.64675 15.142C8.57708 15.175 8.51565 15.2232 8.46692 15.283C8.41819 15.3428 8.38339 15.4126 8.36503 15.4875C8.34667 15.5624 8.34522 15.6405 8.36079 15.716L8.51016 16.4426C8.53451 16.5596 8.59836 16.6648 8.69102 16.7403C8.78368 16.8159 8.89951 16.8573 9.01907 16.8576H11.0584C11.178 16.8573 11.2938 16.8159 11.3865 16.7403C11.4792 16.6648 11.543 16.5596 11.5674 16.4426L11.7167 15.716C11.7323 15.6405 11.7308 15.5624 11.7125 15.4875C11.6941 15.4126 11.6593 15.3428 11.6106 15.283C11.5619 15.2232 11.5004 15.175 11.4308 15.142C11.3611 15.1089 11.2849 15.0918 11.2078 15.0918ZM8.90298 15.6387H9.76532V16.3105H9.04126L8.90298 15.6387ZM11.0363 16.3105H10.3122V15.6387H11.1745L11.0363 16.3105Z" fill="#616161"/>
|
||||||
|
<path d="M15.0255 15.1126C14.9241 15.0349 14.8061 14.9818 14.6806 14.9577C14.5552 14.9335 14.4259 14.939 14.303 14.9735L13.315 15.2474C13.1729 15.2872 13.0477 15.3722 12.9584 15.4897C12.8691 15.6072 12.8206 15.7506 12.8203 15.8982V16.1666C12.8205 16.3457 12.8918 16.5174 13.0184 16.644C13.145 16.7706 13.3167 16.8418 13.4958 16.8419H14.677C14.8559 16.8415 15.0273 16.7702 15.1538 16.6436C15.2802 16.517 15.3513 16.3455 15.3516 16.1666V15.7713C15.3521 15.6437 15.3229 15.5178 15.2663 15.4034C15.2097 15.2891 15.1272 15.1895 15.0255 15.1126ZM14.8052 16.1666C14.8051 16.2007 14.7915 16.2334 14.7674 16.2575C14.7433 16.2815 14.7106 16.2951 14.6766 16.2951H13.4953C13.4612 16.2951 13.4285 16.2815 13.4044 16.2575C13.3803 16.2334 13.3668 16.2007 13.3667 16.1666V15.8982C13.3668 15.8702 13.3759 15.8429 13.3928 15.8206C13.4098 15.7983 13.4335 15.7821 13.4605 15.7744L14.4486 15.5005C14.4733 15.4937 14.4988 15.4903 14.5244 15.4902C14.5988 15.4905 14.6701 15.5202 14.7226 15.5729C14.7752 15.6256 14.8047 15.697 14.8047 15.7715L14.8052 16.1666Z" fill="#616161"/>
|
||||||
|
<path d="M6.76328 15.2474L5.775 14.9734C5.65209 14.9395 5.523 14.9344 5.3978 14.9586C5.2726 14.9828 5.15467 15.0355 5.0532 15.1127C4.95173 15.1899 4.86946 15.2895 4.81281 15.4038C4.75615 15.518 4.72663 15.6438 4.72656 15.7713V16.1666C4.72677 16.3456 4.79801 16.5173 4.92464 16.6439C5.05128 16.7705 5.22296 16.8417 5.40203 16.8419H6.58328C6.76235 16.8417 6.93404 16.7705 7.06067 16.6439C7.18731 16.5173 7.25854 16.3456 7.25875 16.1666V15.8981C7.25841 15.7505 7.20981 15.607 7.12037 15.4895C7.03092 15.372 6.90552 15.287 6.76328 15.2474ZM6.71141 16.1666C6.71136 16.2007 6.6978 16.2333 6.67369 16.2574C6.64958 16.2815 6.61689 16.295 6.58281 16.295H5.40156C5.36748 16.295 5.3348 16.2815 5.31069 16.2574C5.28658 16.2333 5.27301 16.2007 5.27297 16.1666V15.7713C5.27297 15.6968 5.30247 15.6254 5.35501 15.5727C5.40756 15.52 5.47885 15.4903 5.55328 15.49C5.57884 15.49 5.60427 15.4935 5.62891 15.5003L6.61719 15.7744C6.64415 15.782 6.66789 15.7982 6.68481 15.8205C6.70173 15.8429 6.7109 15.8701 6.71094 15.8981L6.71141 16.1666Z" fill="#616161"/>
|
||||||
|
<path d="M14.2767 1.10815C13.428 1.11108 12.6131 1.4412 12.0016 2.02981C11.3902 2.61842 11.0293 3.42016 10.9941 4.26815C10.9588 5.11615 11.252 5.94506 11.8125 6.58236C12.373 7.21966 13.1577 7.61624 14.0033 7.68956V8.97893C14.0033 9.05146 14.0321 9.12101 14.0834 9.17228C14.1347 9.22356 14.2042 9.25237 14.2767 9.25237C14.3492 9.25237 14.4188 9.22356 14.4701 9.17228C14.5214 9.12101 14.5502 9.05146 14.5502 8.97893V7.68956C15.3957 7.61624 16.1804 7.21966 16.741 6.58236C17.3015 5.94506 17.5946 5.11615 17.5594 4.26815C17.5242 3.42016 17.1633 2.61842 16.5518 2.02981C15.9403 1.4412 15.1254 1.11108 14.2767 1.10815ZM14.2767 4.80456C14.1047 4.80459 13.9364 4.75359 13.7933 4.65801C13.6502 4.56244 13.5387 4.42657 13.4728 4.2676C13.407 4.10863 13.3897 3.9337 13.4233 3.76493C13.4568 3.59615 13.5397 3.44112 13.6613 3.31943C13.783 3.19775 13.938 3.11487 14.1068 3.08129C14.2756 3.04771 14.4505 3.06493 14.6095 3.13077C14.7685 3.19661 14.9043 3.30812 14.9999 3.4512C15.0955 3.59427 15.1466 3.76248 15.1466 3.93456C15.1463 4.1652 15.0546 4.38632 14.8915 4.54941C14.7285 4.71251 14.5074 4.80427 14.2767 4.80456ZM13.7142 5.23409C13.8917 5.31135 14.0832 5.35122 14.2767 5.35122C14.4703 5.35122 14.6618 5.31135 14.8392 5.23409L15.7044 5.4255C15.7952 5.44614 15.8764 5.49692 15.9347 5.56958C15.993 5.64224 16.025 5.7325 16.0255 5.82565V6.52706C15.5334 6.93383 14.9149 7.15636 14.2764 7.15636C13.638 7.15636 13.0195 6.93383 12.5274 6.52706V5.8255C12.5269 5.73209 12.5585 5.64137 12.617 5.56852C12.6754 5.49567 12.7572 5.44512 12.8484 5.42534L13.7142 5.23409ZM16.5736 5.9169V5.82581C16.5747 5.60771 16.5008 5.39587 16.3642 5.22581C16.2277 5.05575 16.0368 4.9378 15.8236 4.89175L15.3984 4.798C15.5604 4.58845 15.6604 4.33769 15.687 4.07419C15.7137 3.81069 15.6659 3.54499 15.5492 3.30725C15.4325 3.06952 15.2515 2.86926 15.0267 2.7292C14.8019 2.58915 14.5424 2.51491 14.2775 2.51491C14.0127 2.51491 13.7531 2.58915 13.5283 2.7292C13.3035 2.86926 13.1225 3.06952 13.0058 3.30725C12.8891 3.54499 12.8413 3.81069 12.868 4.07419C12.8946 4.33769 12.9946 4.58845 13.1566 4.798L12.7314 4.89175C12.5182 4.93778 12.3273 5.05571 12.1908 5.22578C12.0542 5.39585 11.9803 5.60771 11.9814 5.82581V5.91722C11.7077 5.50255 11.5515 5.02151 11.5292 4.52517C11.5069 4.02882 11.6195 3.53572 11.8549 3.09821C12.0904 2.6607 12.4399 2.29512 12.8664 2.0403C13.2929 1.78547 13.7805 1.65092 14.2774 1.65092C14.7742 1.65092 15.2618 1.78547 15.6883 2.0403C16.1148 2.29512 16.4643 2.6607 16.6998 3.09821C16.9352 3.53572 17.0478 4.02882 17.0255 4.52517C17.0033 5.02151 16.847 5.50255 16.5733 5.91722L16.5736 5.9169Z" fill="#616161"/>
|
||||||
|
<path d="M5.52764 8.97904C5.52764 9.05156 5.55645 9.12111 5.60773 9.17239C5.65901 9.22367 5.72856 9.25248 5.80108 9.25248C5.8736 9.25248 5.94315 9.22367 5.99443 9.17239C6.04571 9.12111 6.07451 9.05156 6.07451 8.97904V7.68967C6.92249 7.61911 7.71036 7.22351 8.27344 6.58556C8.83651 5.94761 9.1312 5.1167 9.09589 4.26653C9.06058 3.41636 8.69802 2.61275 8.08398 2.02369C7.46995 1.43462 6.65198 1.10571 5.80108 1.10571C4.95017 1.10571 4.13221 1.43462 3.51817 2.02369C2.90414 2.61275 2.54157 3.41636 2.50626 4.26653C2.47095 5.1167 2.76564 5.94761 3.32871 6.58556C3.89179 7.22351 4.67967 7.61911 5.52764 7.68967V8.97904ZM5.80108 4.80467C5.629 4.8047 5.46078 4.7537 5.31769 4.65812C5.1746 4.56255 5.06306 4.42668 4.99719 4.26771C4.93132 4.10874 4.91407 3.93381 4.94762 3.76504C4.98117 3.59626 5.06402 3.44123 5.18568 3.31954C5.30735 3.19785 5.46237 3.11498 5.63113 3.0814C5.7999 3.04782 5.97484 3.06504 6.13382 3.13088C6.2928 3.19672 6.42868 3.30823 6.52429 3.45131C6.61989 3.59438 6.67092 3.76259 6.67092 3.93467C6.67063 4.16529 6.5789 4.38639 6.41584 4.54948C6.25278 4.71257 6.0317 4.80434 5.80108 4.80467ZM5.23858 5.23436C5.41604 5.31162 5.60752 5.35149 5.80108 5.35149C5.99463 5.35149 6.18611 5.31162 6.36358 5.23436L7.22873 5.42592C7.32002 5.4457 7.40174 5.49624 7.46019 5.56909C7.51865 5.64194 7.5503 5.73267 7.54983 5.82608V6.52764C7.05772 6.93441 6.43922 7.15693 5.80076 7.15693C5.16231 7.15693 4.54381 6.93441 4.0517 6.52764V5.82592C4.05217 5.73276 4.08417 5.64251 4.14247 5.56985C4.20077 5.49719 4.28195 5.4464 4.3728 5.42576L5.23858 5.23436ZM3.05108 4.40623C3.05054 3.97723 3.15035 3.55405 3.34254 3.1705C3.53473 2.78695 3.81396 2.45367 4.15792 2.19729C4.50189 1.9409 4.90105 1.76853 5.32352 1.69393C5.74598 1.61933 6.18004 1.64457 6.59101 1.76765C7.00199 1.89072 7.37847 2.10821 7.69039 2.40274C8.00232 2.69727 8.24103 3.06068 8.38745 3.46392C8.53388 3.86716 8.58396 4.29906 8.53369 4.72511C8.48342 5.15116 8.3342 5.55955 8.09795 5.91764V5.82623C8.09906 5.60813 8.02514 5.39627 7.88859 5.2262C7.75203 5.05614 7.56115 4.9382 7.34795 4.89217L6.92295 4.79842C7.08497 4.58885 7.185 4.33807 7.21168 4.07452C7.23837 3.81098 7.19064 3.54523 7.07391 3.30744C6.95718 3.06965 6.77613 2.86935 6.55131 2.72926C6.32649 2.58918 6.06691 2.51492 5.80201 2.51492C5.53712 2.51492 5.27753 2.58918 5.05271 2.72926C4.82789 2.86935 4.64685 3.06965 4.53012 3.30744C4.41339 3.54523 4.36566 3.81098 4.39235 4.07452C4.41903 4.33807 4.51906 4.58885 4.68108 4.79842L4.25592 4.89217C4.04274 4.93822 3.85187 5.05617 3.71532 5.22623C3.57877 5.3963 3.50484 5.60813 3.50592 5.82623V5.91733C3.20868 5.46931 3.05019 4.94357 3.0503 4.40592L3.05108 4.40623Z" fill="#616161"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,12 @@
|
|||||||
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_23_487)">
|
||||||
|
<path d="M17.4992 7.85423L11.252 1.60703C10.3631 0.713118 9.15341 0.212033 7.89276 0.215595H3.07943C2.20543 0.216664 1.49716 0.924928 1.49609 1.79893V18.8989C1.49609 19.0738 1.63788 19.2156 1.81276 19.2156H11.1348C11.9459 19.2156 12.6923 18.7725 13.0807 18.0604C13.9388 16.4857 15.2328 15.1917 16.8076 14.3335C17.5197 13.9451 17.9627 13.1988 17.9628 12.3876V8.97364C17.9639 8.55359 17.797 8.15047 17.4992 7.85423ZM17.3294 12.3876C17.3295 12.9671 17.013 13.5004 16.5042 13.7778C14.8226 14.6938 13.4409 16.0754 12.525 17.757C12.2475 18.2658 11.7143 18.5823 11.1348 18.5823H2.12943V1.79893C2.12943 1.27425 2.55475 0.848928 3.07943 0.848928H7.89276C8.98522 0.84596 10.0335 1.28019 10.8039 2.0548L17.0514 8.30199C17.2288 8.48055 17.3288 8.72189 17.3294 8.97364V12.3876Z" fill="#616161"/>
|
||||||
|
<path d="M15.9699 8.22497L10.2474 2.50249C9.59565 1.84707 8.70875 1.4797 7.7844 1.48219H3.7127C3.18802 1.48219 2.7627 1.90751 2.7627 2.43219V8.44886C2.7627 8.62374 2.90448 8.76552 3.07936 8.76552H15.746C15.8741 8.76556 15.9896 8.68845 16.0386 8.57014C16.0877 8.45179 16.0605 8.31554 15.9699 8.22497ZM10.996 8.13219H3.39603V2.43219C3.39603 2.25731 3.53782 2.11552 3.7127 2.11552H7.7844C8.54067 2.11347 9.26636 2.41402 9.79966 2.95026L10.996 4.14662V8.13219ZM11.6294 8.13219V4.77996L14.9816 8.13219H11.6294Z" fill="#616161"/>
|
||||||
|
<path d="M15.1127 9.71558H13.2127C12.688 9.71558 12.2627 10.1409 12.2627 10.6656C12.2627 11.1903 12.688 11.6156 13.2127 11.6156H15.1127C15.6374 11.6156 16.0627 11.1903 16.0627 10.6656C16.0627 10.1409 15.6374 9.71558 15.1127 9.71558ZM15.1127 10.9822H13.2127C13.0378 10.9822 12.896 10.8405 12.896 10.6656C12.896 10.4907 13.0378 10.3489 13.2127 10.3489H15.1127C15.2876 10.3489 15.4294 10.4907 15.4294 10.6656C15.4294 10.8405 15.2876 10.9822 15.1127 10.9822Z" fill="#616161"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_23_487">
|
||||||
|
<rect width="19" height="19" fill="white" transform="translate(0.229492 0.215576)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_23_406)">
|
||||||
|
<path d="M14.0392 6.08504H12.0392V2.41838H12.7059C12.89 2.41838 13.0392 2.26912 13.0392 2.08504V1.08504C13.0392 0.90096 12.89 0.751709 12.7059 0.751709H7.37256C7.18848 0.751709 7.03923 0.90096 7.03923 1.08504V2.08504C7.03923 2.26912 7.18848 2.41838 7.37256 2.41838H8.03923V6.08504H6.03923C5.11914 6.08618 4.3737 6.83162 4.37256 7.75171V18.085C4.3737 19.0051 5.11914 19.7506 6.03923 19.7517V20.4184C6.03923 20.6025 6.18848 20.7517 6.37256 20.7517H7.70589C7.88997 20.7517 8.03923 20.6025 8.03923 20.4184V19.7517H12.0392V20.4184C12.0392 20.6025 12.1885 20.7517 12.3726 20.7517H13.7059C13.89 20.7517 14.0392 20.6025 14.0392 20.4184V19.7517C14.9593 19.7506 15.7048 19.0051 15.7059 18.085V7.75171C15.7048 6.83162 14.9593 6.08618 14.0392 6.08504ZM7.70589 1.41838H12.3726V1.75171H7.70589V1.41838ZM8.70589 2.41838H11.3726V6.08504H8.70589V2.41838ZM7.37256 20.085H6.70589V19.7517H7.37256V20.085ZM13.3726 20.085H12.7059V19.7517H13.3726V20.085ZM15.0392 18.085C15.0392 18.6373 14.5915 19.085 14.0392 19.085H6.03923C5.48698 19.085 5.03923 18.6373 5.03923 18.085V7.75171C5.03923 7.19946 5.48698 6.75171 6.03923 6.75171H14.0392C14.5915 6.75171 15.0392 7.19946 15.0392 7.75171V18.085Z" fill="#616161"/>
|
||||||
|
<path d="M10.0389 7.41846C9.85482 7.41846 9.70557 7.56771 9.70557 7.75179V18.0851C9.70557 18.2692 9.85482 18.4185 10.0389 18.4185C10.223 18.4185 10.3722 18.2692 10.3722 18.0851V7.75179C10.3722 7.56771 10.223 7.41846 10.0389 7.41846Z" fill="#616161"/>
|
||||||
|
<path d="M12.7059 8.08496C12.5218 8.08496 12.3726 8.23421 12.3726 8.41829V17.4183C12.3726 17.6024 12.5218 17.7516 12.7059 17.7516C12.89 17.7516 13.0392 17.6024 13.0392 17.4183V8.41829C13.0392 8.23421 12.89 8.08496 12.7059 8.08496Z" fill="#616161"/>
|
||||||
|
<path d="M7.3724 8.08496C7.18831 8.08496 7.03906 8.23421 7.03906 8.41829V17.4183C7.03906 17.6024 7.18831 17.7516 7.3724 17.7516C7.55648 17.7516 7.70573 17.6024 7.70573 17.4183V8.41829C7.70573 8.23421 7.55648 8.08496 7.3724 8.08496Z" fill="#616161"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_23_406">
|
||||||
|
<rect width="20" height="20" fill="white" transform="translate(0.0390625 0.751709)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,23 @@
|
|||||||
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_23_445)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.24473 5.96811C5.12182 5.96811 5.02029 5.86925 5.02029 5.74634V3.69965C4.72637 3.95883 4.43781 4.07639 4.42178 4.08441C4.30688 4.12983 4.17863 4.07372 4.13054 3.9615C4.08511 3.84661 4.14123 3.71568 4.25345 3.67026C4.26146 3.66759 4.7718 3.45384 5.05235 2.98358C5.16724 2.7912 5.4665 2.87136 5.4665 3.0958V5.74634C5.4665 5.86925 5.36763 5.96811 5.24473 5.96811Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.55985 5.87725C9.06287 5.87725 8.65674 5.47112 8.65674 4.97414C8.65674 4.85123 8.75827 4.75237 8.88118 4.75237C9.00409 4.75237 9.10295 4.85123 9.10295 4.97414C9.10295 5.2253 9.30869 5.43104 9.55985 5.43104C9.81101 5.43104 10.0167 5.2253 10.0167 4.97414C10.0167 4.72298 9.81101 4.51724 9.55985 4.51724C9.43694 4.51724 9.33808 4.41838 9.33808 4.29547C9.33808 4.17256 9.43694 4.0737 9.55985 4.0737C9.74154 4.0737 9.89116 3.92408 9.89116 3.74239C9.89116 3.56069 9.74154 3.41107 9.55985 3.41107C9.37816 3.41107 9.22853 3.56069 9.22853 3.74239C9.22853 3.86529 9.12967 3.96415 9.00676 3.96415C8.88385 3.96415 8.78499 3.86529 8.78499 3.74239C8.78499 3.31488 9.13234 2.96753 9.55985 2.96753C10.2358 2.96753 10.5885 3.77979 10.1263 4.27142C10.332 4.43708 10.463 4.69092 10.463 4.97414C10.463 5.47112 10.0568 5.87725 9.55985 5.87725Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9016 5.87736C13.4047 5.87736 12.9985 5.47122 12.9985 4.97425C12.9985 4.85134 13.0974 4.75248 13.2203 4.75248C13.3432 4.75248 13.4447 4.85134 13.4447 4.97425C13.4447 5.22541 13.6478 5.43115 13.9016 5.43115C14.1528 5.43115 14.3585 5.22541 14.3585 4.97425C14.3585 4.72309 14.1528 4.51735 13.899 4.51735L13.2657 4.51468C13.1428 4.51468 13.0413 4.41582 13.0413 4.29291V3.40583C13.0413 3.17605 13.231 2.98901 13.4608 2.98901H14.567C14.6899 2.98901 14.7914 3.08787 14.7914 3.21078C14.7914 3.33369 14.6899 3.43255 14.567 3.43255H13.4875V4.07114H13.9016C14.3986 4.07381 14.8021 4.47727 14.8021 4.97425C14.8021 5.47122 14.3986 5.87736 13.9016 5.87736Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.20637 16.4155H4.37878C4.18106 16.4155 4.0822 16.175 4.22114 16.036C4.30397 15.9532 4.45092 15.8169 4.64063 15.6406C4.99065 15.3173 5.47159 14.8738 5.71207 14.6039C5.81093 14.497 5.8323 14.3928 5.78154 14.2752C5.69603 14.0855 5.43953 13.9279 5.22043 13.9279C4.88644 13.9279 4.61658 14.1978 4.61658 14.5291C4.61658 14.652 4.51772 14.7508 4.39481 14.7508C4.2719 14.7508 4.17304 14.652 4.17304 14.5291C4.17304 13.9519 4.64063 13.4817 5.21776 13.4817C5.92315 13.4817 6.60983 14.2752 6.04338 14.9031C5.78688 15.1864 5.30059 15.6379 4.94255 15.9692C4.94255 15.9692 4.94255 15.9692 4.93988 15.9692H6.20637C6.32928 15.9692 6.43081 16.0708 6.43081 16.1937C6.43081 16.3139 6.32928 16.4155 6.20637 16.4155Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.97388 16.4741C9.85097 16.4741 9.75211 16.3726 9.75211 16.2497V15.6565H8.69136C8.50967 15.6565 8.40547 15.4508 8.50967 15.3038L9.79486 13.5163C9.92044 13.3399 10.1983 13.4308 10.1983 13.6472V15.2103H10.567C10.69 15.2103 10.7888 15.3091 10.7888 15.4321C10.7888 15.555 10.69 15.6565 10.567 15.6565H10.1983V16.2497C10.1983 16.3726 10.0968 16.4741 9.97388 16.4741ZM9.12421 15.2103H9.75211V14.3366L9.12421 15.2103Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2977 16.5571C13.1748 16.5571 13.0732 16.4582 13.0732 16.3353V13.7542C13.0732 13.6313 13.1748 13.5325 13.2977 13.5325C13.4206 13.5325 13.5195 13.6313 13.5195 13.7542V16.3353C13.5195 16.4582 13.4206 16.5571 13.2977 16.5571Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3905 15.3601H13.2977C13.1748 15.3601 13.0732 15.2612 13.0732 15.1383V13.7542C13.0732 13.6313 13.1748 13.5325 13.2977 13.5325H14.3905C14.8955 13.5325 15.307 13.9413 15.307 14.4463C15.307 14.9513 14.8955 15.3601 14.3905 15.3601ZM13.5195 14.9165H14.3905C14.6497 14.9165 14.8608 14.7054 14.8608 14.4463C14.8608 14.1871 14.6497 13.976 14.3905 13.976H13.5195V14.9165Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.12 16.5061C15.0479 16.5061 14.9757 16.4687 14.933 16.4019L14.2035 15.2584C14.1367 15.1542 14.1688 15.0179 14.2703 14.9511C14.3745 14.8843 14.5135 14.9164 14.5776 15.0179L15.307 16.1641C15.4032 16.3138 15.2937 16.5061 15.12 16.5061Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.15634 12.9446C5.03343 12.9446 4.93457 12.8457 4.93457 12.7228V6.70834C4.93457 6.58543 5.03343 6.48657 5.15634 6.48657C5.27925 6.48657 5.37811 6.58543 5.37811 6.70834V12.7228C5.37811 12.8457 5.27925 12.9446 5.15634 12.9446Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.61044 12.9446C9.48753 12.9446 9.38867 12.8457 9.38867 12.7228V6.70834C9.38867 6.58543 9.48753 6.48657 9.61044 6.48657C9.73335 6.48657 9.83221 6.58543 9.83221 6.70834V12.7228C9.83221 12.8457 9.73335 12.9446 9.61044 12.9446Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0648 12.9446C13.9419 12.9446 13.8403 12.8457 13.8403 12.7228V10.6655C13.8403 10.5425 13.9419 10.4437 14.0648 10.4437C14.1877 10.4437 14.2865 10.5425 14.2865 10.6655V12.7228C14.2865 12.8457 14.1877 12.9446 14.0648 12.9446ZM14.0648 8.98749C13.9419 8.98749 13.8403 8.88863 13.8403 8.76572V6.70834C13.8403 6.58543 13.9419 6.48657 14.0648 6.48657C14.1877 6.48657 14.2865 6.58543 14.2865 6.70834V8.76572C14.2865 8.88863 14.1877 8.98749 14.0648 8.98749Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0645 9.93864H5.15634C5.03343 9.93864 4.93457 9.83978 4.93457 9.71687C4.93457 9.59396 5.03343 9.49243 5.15634 9.49243H14.0645C14.1874 9.49243 14.2863 9.59396 14.2863 9.71687C14.2863 9.83978 14.1874 9.93864 14.0645 9.93864Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7934 18.6945H3.66825C1.77119 18.6945 0.229492 17.1528 0.229492 15.2584V4.17266C0.229492 2.27827 1.77119 0.736572 3.66825 0.736572H15.7934C17.6878 0.736572 19.2295 2.27827 19.2295 4.17266V15.2584C19.2295 17.1528 17.6878 18.6945 15.7934 18.6945ZM3.66825 1.18011C2.017 1.18011 0.675702 2.52408 0.675702 4.17266V15.2584C0.675702 16.907 2.017 18.251 3.66825 18.251H15.7934C17.442 18.251 18.7833 16.907 18.7833 15.2584V4.17266C18.7833 2.52408 17.442 1.18011 15.7934 1.18011H3.66825Z" fill="#616161"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7932 17.7327H3.66804C2.30269 17.7327 1.19385 16.6238 1.19385 15.2585V4.17268C1.19385 2.80733 2.30269 1.69849 3.66804 1.69849H15.7932C17.1559 1.69849 18.2674 2.80733 18.2674 4.17268V15.2585C18.2674 16.6238 17.1559 17.7327 15.7932 17.7327ZM3.66804 2.1447C2.54851 2.1447 1.63739 3.05315 1.63739 4.17268V15.2585C1.63739 16.378 2.54851 17.2864 3.66804 17.2864H15.7932C16.9101 17.2864 17.8212 16.378 17.8212 15.2585V4.17268C17.8212 3.05315 16.9101 2.1447 15.7932 2.1447H3.66804Z" fill="#616161"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_23_445">
|
||||||
|
<rect width="19" height="19" fill="white" transform="translate(0.229492 0.215576)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1,17 @@
|
|||||||
|
<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_244_418)">
|
||||||
|
<path d="M34.7712 6.51739C27.3121 -1.25669 13.8909 -1.25637 6.432 6.51739C-1.34207 13.9764 -1.34176 27.3977 6.432 34.8566C13.891 42.6306 27.3123 42.6303 34.7712 34.8566C42.5452 27.3974 42.5448 13.9762 34.7712 6.51739ZM20.6015 38.3683C10.852 38.3683 2.92016 30.4364 2.92016 20.6869C3.89138 -2.76982 37.3152 -2.76298 38.2829 20.6871C38.2829 30.4365 30.3511 38.3683 20.6015 38.3683Z" fill="#040401"/>
|
||||||
|
<path d="M33.5676 20.6867H35.9251C35.0809 0.352486 6.11387 0.368201 5.27734 20.6867H7.63486C7.63486 19.2731 7.86307 17.912 8.28318 16.6373L10.5159 18.1303L11.8264 16.1706L9.24104 14.4417C10.1837 12.7339 11.4997 11.2599 13.079 10.1312L14.2061 12.8822L16.3876 11.9885L15.1348 8.93078C16.4587 8.3128 17.9031 7.91202 19.4226 7.7745V11.2566H21.7801V7.7745C23.5303 7.933 25.181 8.4405 26.6622 9.22705L25.4226 11.9464L27.5678 12.9242L28.6573 10.5341C30.0003 11.6019 31.1274 12.9301 31.9616 14.4416L29.3763 16.1705L30.6867 18.1302L32.9195 16.6372C33.3393 17.912 33.5676 19.2731 33.5676 20.6867Z" fill="#040401"/>
|
||||||
|
<path d="M23.0541 14.3286L20.8311 19.5163C18.7695 19.3831 17.0649 21.027 17.0649 23.0443C17.0649 24.9942 18.6512 26.5806 20.6012 26.5806C23.8224 26.5721 25.3422 22.5999 22.9973 20.4464L25.2209 15.2573L23.0541 14.3286ZM20.6012 24.223C19.9512 24.223 19.4225 23.6942 19.4225 23.0442C19.4871 21.4804 21.7155 21.4809 21.78 23.0442C21.78 23.6943 21.2513 24.223 20.6012 24.223Z" fill="#FF3600"/>
|
||||||
|
<path d="M6.45605 24.223H8.81357V26.5805H6.45605V24.223Z" fill="#040401"/>
|
||||||
|
<path d="M11.1714 27.7593H13.5289V30.1168H11.1714V27.7593Z" fill="#040401"/>
|
||||||
|
<path d="M32.3887 24.223H34.7462V26.5805H32.3887V24.223Z" fill="#040401"/>
|
||||||
|
<path d="M27.6738 27.7593H30.0313V30.1168H27.6738V27.7593Z" fill="#040401"/>
|
||||||
|
<path d="M15.8862 31.2955C16.146 37.5522 25.0589 37.5474 25.3163 31.2955V28.938H15.8862V31.2955ZM22.9588 31.2955C22.8289 34.4239 18.3725 34.4214 18.2437 31.2955H22.9588Z" fill="#040401"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_244_418">
|
||||||
|
<rect width="40" height="40" fill="white" transform="translate(0.601074 0.686707)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
<svg width="41" height="51" viewBox="0 0 41 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_787_1022)">
|
||||||
|
<path d="M33.7639 23.7105H11.8223V16.3318C11.8223 12.3168 15.1324 9.05027 19.2009 9.05027C23.216 9.05027 26.4825 12.3168 26.4825 16.3318V19.2444C26.4825 20.0487 27.1345 20.7008 27.9388 20.7008H33.764C34.5683 20.7008 35.2203 20.0487 35.2203 19.2444V16.3318C35.2203 7.49881 28.0341 0.3125 19.201 0.3125C10.3143 0.312597 3.0845 7.49881 3.0845 16.3319V23.961C1.38945 24.5621 0.171875 26.1808 0.171875 28.0794V45.6521C0.171875 48.0611 2.13178 50.021 4.54081 50.021H33.7639C36.1729 50.021 38.1328 48.0611 38.1328 45.6521V28.0794C38.1328 25.6704 36.1729 23.7105 33.7639 23.7105ZM5.99712 16.3319C5.99712 9.10483 11.9204 3.22522 19.2009 3.22522C26.428 3.22522 32.3076 9.10493 32.3076 16.3319V17.7882H29.395V16.3319C29.395 10.7108 24.8219 6.13784 19.2009 6.13784C13.5632 6.13784 8.90974 10.7126 8.90974 16.3319V23.7106H5.99712V16.3319ZM35.2202 45.6521C35.2202 46.4551 34.5669 47.1084 33.7639 47.1084H4.54081C3.7378 47.1084 3.0845 46.4551 3.0845 45.6521V28.0794C3.0845 27.2764 3.7378 26.6231 4.54081 26.6231C5.89887 26.6231 32.5877 26.6231 33.7639 26.6231C34.5669 26.6231 35.2202 27.2764 35.2202 28.0794V45.6521Z" fill="#040401"/>
|
||||||
|
<path d="M19.1971 29.5391C16.788 29.5391 14.8281 31.499 14.8281 33.908C14.8281 35.8065 16.0457 37.4253 17.7407 38.0264V42.7429C17.7407 43.5472 18.3928 44.1993 19.1971 44.1993C20.0013 44.1993 20.6534 43.5472 20.6534 42.7429V38.0264C22.3484 37.4253 23.566 35.8065 23.566 33.908C23.566 31.499 21.6061 29.5391 19.1971 29.5391ZM19.1971 35.3642C18.394 35.3642 17.7407 34.7109 17.7407 33.9079C17.7407 33.1049 18.394 32.4516 19.1971 32.4516C20.0001 32.4516 20.6534 33.1049 20.6534 33.9079C20.6534 34.7109 20.0001 35.3642 19.1971 35.3642Z" fill="#FF3600"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_787_1022">
|
||||||
|
<rect width="40" height="49.7087" fill="white" transform="translate(0.171875 0.3125)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M24.4752 21.1523L23.4051 20.2781L22.1184 16.0729C22.0578 15.8776 21.9482 15.701 21.8 15.5601C21.6518 15.4191 21.4699 15.3185 21.2718 15.2679C19.5113 14.849 17.7066 14.6449 15.8971 14.6599C14.0876 14.6449 12.2829 14.849 10.5224 15.2679C10.324 15.3184 10.1419 15.419 9.99349 15.5602C9.84513 15.7013 9.73552 15.8782 9.67516 16.0739L8.38844 20.279L7.31899 21.1523C7.09252 21.3368 6.91007 21.5695 6.78494 21.8335C6.65982 22.0974 6.59517 22.386 6.59571 22.6781V25.841C6.5964 26.1221 6.69667 26.3939 6.87872 26.6081C7.06076 26.8224 7.31282 26.9652 7.59016 27.0112V28.5886C7.59041 28.8629 7.69951 29.126 7.89351 29.32C8.08751 29.514 8.35056 29.6231 8.62493 29.6233H10.4577C10.7321 29.6231 10.9952 29.514 11.1892 29.32C11.3832 29.126 11.4923 28.8629 11.4925 28.5886V27.0311H20.3034V28.5883C20.3037 28.8627 20.4128 29.1258 20.6069 29.3198C20.8009 29.5139 21.064 29.623 21.3384 29.6233H23.1707C23.4451 29.623 23.7082 29.5139 23.9022 29.3198C24.0963 29.1258 24.2054 28.8627 24.2057 28.5883V27.0112C24.483 26.9652 24.7351 26.8224 24.9172 26.6081C25.0992 26.3939 25.1995 26.1221 25.2002 25.841V22.6781C25.2005 22.3858 25.1356 22.0972 25.0102 21.8332C24.8848 21.5693 24.702 21.3366 24.4752 21.1523ZM10.6706 28.5886C10.6706 28.6454 10.648 28.7 10.6077 28.7402C10.5675 28.7804 10.513 28.803 10.4561 28.803H8.62328C8.56641 28.803 8.51186 28.7804 8.47164 28.7402C8.43143 28.7 8.40883 28.6454 8.40883 28.5886V27.0311H10.6706V28.5886ZM23.1693 28.803H21.3377C21.2807 28.803 21.2262 28.7803 21.1859 28.7401C21.1457 28.6998 21.123 28.6452 21.123 28.5883V27.0311H23.3847V28.5883C23.3846 28.6452 23.362 28.6998 23.3217 28.7401C23.2815 28.7803 23.2269 28.803 23.17 28.803H23.1693ZM24.3784 25.841C24.3783 25.939 24.3393 26.033 24.27 26.1024C24.2006 26.1717 24.1066 26.2107 24.0086 26.2108H7.78493C7.68687 26.2107 7.59288 26.1717 7.52354 26.1024C7.45421 26.033 7.41521 25.939 7.41508 25.841V22.6781C7.41467 22.5076 7.45233 22.3392 7.52531 22.1851C7.5983 22.031 7.70477 21.8952 7.83696 21.7875L9.00368 20.8345C9.06637 20.783 9.11251 20.7142 9.13633 20.6367L10.4596 16.3127C10.4779 16.2517 10.5118 16.1965 10.558 16.1526C10.6041 16.1087 10.661 16.0776 10.7228 16.0624C12.4177 15.66 14.1552 15.4645 15.8971 15.4802C17.639 15.4646 19.3763 15.6601 21.0712 16.0624C21.1331 16.0776 21.19 16.1087 21.2362 16.1526C21.2824 16.1966 21.3163 16.2518 21.3346 16.3129L22.6579 20.6369C22.6817 20.7145 22.7279 20.7833 22.7906 20.8347L23.9573 21.7875C24.0894 21.8952 24.1959 22.031 24.2688 22.1851C24.3418 22.3392 24.3795 22.5076 24.3791 22.6781L24.3784 25.841Z" fill="#040401"/>
|
||||||
|
<path d="M10.2937 20.8106C12.1524 21.0393 14.0243 21.1437 15.8969 21.123C17.7695 21.1437 19.6414 21.0393 21.5001 20.8106C21.5591 20.8026 21.6156 20.7818 21.6657 20.7497C21.7158 20.7177 21.7584 20.6751 21.7904 20.625C21.8225 20.5748 21.8432 20.5183 21.8513 20.4594C21.8593 20.4004 21.8544 20.3404 21.8369 20.2835L20.8043 16.9085C20.783 16.8388 20.7436 16.776 20.69 16.7266C20.6365 16.6771 20.5708 16.6429 20.4996 16.6273C18.9862 16.3092 17.4433 16.1533 15.8969 16.1623C14.3505 16.1522 12.8074 16.3081 11.2943 16.6273C11.2231 16.6429 11.1574 16.6772 11.1038 16.7266C11.0503 16.776 11.0109 16.8388 10.9896 16.9085L9.95691 20.2835C9.93952 20.3403 9.93469 20.4003 9.94276 20.4592C9.95082 20.5181 9.97159 20.5745 10.0036 20.6246C10.0357 20.6746 10.0782 20.7171 10.1283 20.7491C10.1784 20.7812 10.2348 20.8019 10.2937 20.8099V20.8106ZM11.7039 17.3794C13.0849 17.1077 14.4895 16.9748 15.8969 16.9826C17.3046 16.9759 18.7095 17.1094 20.0908 17.381L20.9097 20.0578C19.2448 20.2342 17.5711 20.316 15.8969 20.3027C14.2227 20.3161 12.5491 20.2345 10.8841 20.0583L11.7039 17.3794Z" fill="#040401"/>
|
||||||
|
<path d="M17.6504 23.0596H14.1432C14.0275 23.0596 13.9133 23.0853 13.8088 23.1349C13.7042 23.1845 13.6121 23.2568 13.539 23.3464C13.4659 23.4361 13.4137 23.5409 13.3862 23.6532C13.3586 23.7656 13.3565 23.8827 13.3798 23.996L13.6039 25.0858C13.6404 25.2614 13.7362 25.4191 13.8752 25.5324C14.0141 25.6458 14.1879 25.7079 14.3672 25.7083H17.4263C17.6056 25.7079 17.7794 25.6458 17.9184 25.5324C18.0574 25.4191 18.1531 25.2614 18.1897 25.0858L18.4137 23.996C18.4371 23.8827 18.4349 23.7656 18.4074 23.6532C18.3798 23.5409 18.3276 23.4361 18.2545 23.3464C18.1814 23.2568 18.0893 23.1845 17.9848 23.1349C17.8803 23.0853 17.766 23.0596 17.6504 23.0596ZM14.1931 23.8799H15.4866V24.8878H14.4005L14.1931 23.8799ZM17.393 24.8878H16.3069V23.8799H17.6004L17.393 24.8878Z" fill="#FF3600"/>
|
||||||
|
<path d="M23.3766 23.0906C23.2246 22.974 23.0475 22.8945 22.8593 22.8583C22.6712 22.8221 22.4773 22.8302 22.2928 22.882L20.8109 23.2929C20.5977 23.3525 20.4099 23.4801 20.2759 23.6563C20.142 23.8325 20.0693 24.0477 20.0688 24.269V24.6717C20.0692 24.9403 20.176 25.1978 20.366 25.3877C20.5559 25.5776 20.8134 25.6844 21.0821 25.6847H22.8539C23.1223 25.684 23.3794 25.577 23.569 25.3871C23.7587 25.1973 23.8654 24.94 23.8657 24.6717V24.0787C23.8665 23.8873 23.8228 23.6984 23.7378 23.5269C23.6529 23.3554 23.5293 23.206 23.3766 23.0906ZM23.0461 24.6717C23.0461 24.7228 23.0257 24.7718 22.9895 24.8079C22.9534 24.8441 22.9043 24.8644 22.8532 24.8644H21.0813C21.0302 24.8644 20.9812 24.8441 20.945 24.8079C20.9089 24.7718 20.8885 24.7228 20.8885 24.6717V24.269C20.8885 24.227 20.9023 24.1861 20.9276 24.1526C20.953 24.1191 20.9886 24.0948 21.0291 24.0834L22.5113 23.6726C22.5483 23.6624 22.5865 23.6572 22.6249 23.6571C22.7366 23.6575 22.8435 23.7021 22.9223 23.7811C23.0012 23.8602 23.0454 23.9673 23.0454 24.079L23.0461 24.6717Z" fill="#040401"/>
|
||||||
|
<path d="M10.9833 23.2928L9.50088 22.882C9.31651 22.8311 9.12288 22.8235 8.93508 22.8597C8.74729 22.8959 8.57039 22.9751 8.41819 23.0909C8.26598 23.2067 8.14258 23.3561 8.05759 23.5274C7.9726 23.6988 7.92833 23.8874 7.92822 24.0787V24.6717C7.92853 24.9403 8.03539 25.1978 8.22534 25.3877C8.41529 25.5776 8.67282 25.6844 8.94143 25.6846H10.7133C10.9819 25.6844 11.2394 25.5776 11.4294 25.3877C11.6193 25.1978 11.7262 24.9403 11.7265 24.6717V24.269C11.726 24.0475 11.6531 23.8323 11.5189 23.6561C11.3848 23.4798 11.1967 23.3523 10.9833 23.2928ZM10.9055 24.6717C10.9054 24.7228 10.8851 24.7718 10.8489 24.8079C10.8127 24.844 10.7637 24.8643 10.7126 24.8643H8.94072C8.88961 24.8643 8.84058 24.844 8.80441 24.8079C8.76824 24.7718 8.74789 24.7228 8.74783 24.6717V24.0787C8.74783 23.9671 8.79209 23.86 8.8709 23.7809C8.94971 23.7018 9.05666 23.6572 9.1683 23.6568C9.20664 23.6569 9.24479 23.6621 9.28174 23.6723L10.7642 24.0834C10.8046 24.0948 10.8402 24.1191 10.8656 24.1526C10.891 24.1861 10.9047 24.227 10.9048 24.269L10.9055 24.6717Z" fill="#040401"/>
|
||||||
|
<path d="M22.2535 2.08429C20.9804 2.08868 19.758 2.58386 18.8409 3.46677C17.9237 4.34968 17.3823 5.55229 17.3295 6.82429C17.2766 8.09628 17.7163 9.33965 18.5571 10.2956C19.3979 11.2515 20.575 11.8464 21.8433 11.9564V13.8905C21.8433 13.9992 21.8865 14.1036 21.9634 14.1805C22.0404 14.2574 22.1447 14.3006 22.2535 14.3006C22.3622 14.3006 22.4666 14.2574 22.5435 14.1805C22.6204 14.1036 22.6636 13.9992 22.6636 13.8905V11.9564C23.932 11.8464 25.109 11.2515 25.9498 10.2956C26.7906 9.33965 27.2303 8.09628 27.1775 6.82429C27.1246 5.55229 26.5833 4.34968 25.6661 3.46677C24.7489 2.58386 23.5266 2.08868 22.2535 2.08429ZM22.2535 7.6289C21.9954 7.62894 21.743 7.55245 21.5284 7.40908C21.3137 7.26571 21.1464 7.06192 21.0476 6.82346C20.9488 6.58501 20.923 6.32261 20.9733 6.06945C21.0236 5.81629 21.1479 5.58374 21.3304 5.40121C21.5129 5.21868 21.7454 5.09436 21.9986 5.04399C22.2517 4.99362 22.5141 5.01945 22.7526 5.11821C22.9911 5.21698 23.1949 5.38424 23.3383 5.59886C23.4817 5.81347 23.5582 6.06578 23.5582 6.3239C23.5579 6.66985 23.4203 7.00153 23.1757 7.24618C22.9311 7.49083 22.5994 7.62846 22.2535 7.6289ZM21.4097 8.2732C21.6759 8.38908 21.9631 8.44889 22.2535 8.44889C22.5438 8.44889 22.831 8.38908 23.0972 8.2732L24.395 8.56031C24.5312 8.59127 24.653 8.66744 24.7404 8.77643C24.8279 8.88542 24.8759 9.0208 24.8766 9.16054V10.2126C24.1384 10.8228 23.2107 11.1566 22.253 11.1566C21.2953 11.1566 20.3676 10.8228 19.6294 10.2126V9.16031C19.6287 9.0202 19.6762 8.88411 19.7639 8.77483C19.8515 8.66556 19.9741 8.58973 20.111 8.56007L21.4097 8.2732ZM25.6988 9.29741V9.16077C25.7004 8.83363 25.5895 8.51587 25.3847 8.26078C25.1799 8.00568 24.8936 7.82876 24.5738 7.75968L23.936 7.61905C24.179 7.30473 24.329 6.92859 24.3689 6.53334C24.4089 6.13809 24.3373 5.73954 24.1622 5.38294C23.9871 5.02633 23.7156 4.72594 23.3784 4.51587C23.0412 4.30579 22.6519 4.19443 22.2546 4.19443C21.8574 4.19443 21.4681 4.30579 21.1309 4.51587C20.7937 4.72594 20.5222 5.02633 20.3471 5.38294C20.172 5.73954 20.1004 6.13809 20.1403 6.53334C20.1803 6.92859 20.3303 7.30473 20.5732 7.61905L19.9355 7.75968C19.6157 7.82872 19.3294 8.00563 19.1245 8.26073C18.9197 8.51584 18.8088 8.83362 18.8105 9.16077V9.29788C18.4 8.67589 18.1656 7.95432 18.1321 7.20981C18.0987 6.46529 18.2676 5.72563 18.6208 5.06937C18.9739 4.4131 19.4982 3.86474 20.138 3.4825C20.7778 3.10027 21.5091 2.89843 22.2544 2.89843C22.9997 2.89843 23.731 3.10027 24.3708 3.4825C25.0106 3.86474 25.5349 4.4131 25.8881 5.06937C26.2412 5.72563 26.4101 6.46529 26.3767 7.20981C26.3433 7.95432 26.1088 8.67589 25.6983 9.29788L25.6988 9.29741Z" fill="#040401"/>
|
||||||
|
<path d="M9.13008 13.8904C9.13008 13.9992 9.1733 14.1035 9.25021 14.1805C9.32713 14.2574 9.43146 14.3006 9.54024 14.3006C9.64902 14.3006 9.75334 14.2574 9.83026 14.1805C9.90718 14.1035 9.95039 13.9992 9.95039 13.8904V11.9564C11.2224 11.8505 12.4042 11.2571 13.2488 10.3002C14.0934 9.34329 14.5354 8.09693 14.4825 6.82167C14.4295 5.54642 13.8856 4.341 12.9646 3.45741C12.0435 2.57381 10.8166 2.08044 9.54024 2.08044C8.26389 2.08044 7.03694 2.57381 6.11588 3.45741C5.19483 4.341 4.65098 5.54642 4.59801 6.82167C4.54505 8.09693 4.98708 9.34329 5.8317 10.3002C6.67631 11.2571 7.85812 11.8505 9.13008 11.9564V13.8904ZM9.54024 7.62888C9.28212 7.62893 9.02979 7.55243 8.81516 7.40906C8.60052 7.26569 8.43322 7.0619 8.33441 6.82344C8.2356 6.58499 8.20972 6.32259 8.26005 6.06943C8.31038 5.81627 8.43465 5.58372 8.61715 5.40119C8.79964 5.21866 9.03217 5.09434 9.28533 5.04397C9.53848 4.9936 9.80088 5.01943 10.0394 5.11819C10.2778 5.21696 10.4816 5.38422 10.6251 5.59884C10.7685 5.81345 10.845 6.06576 10.845 6.32388C10.8446 6.66981 10.707 7.00146 10.4624 7.24609C10.2178 7.49073 9.88617 7.62838 9.54024 7.62888ZM8.69649 8.27341C8.96269 8.3893 9.24991 8.44911 9.54024 8.44911C9.83057 8.44911 10.1178 8.3893 10.384 8.27341L11.6817 8.56075C11.8187 8.59042 11.9412 8.66624 12.0289 8.77552C12.1166 8.88479 12.1641 9.02088 12.1634 9.16099V10.2133C11.4252 10.8235 10.4975 11.1573 9.53977 11.1573C8.58208 11.1573 7.65434 10.8235 6.91618 10.2133V9.16075C6.91688 9.02102 6.96487 8.88563 7.05233 8.77665C7.13978 8.66766 7.26155 8.59148 7.39782 8.56052L8.69649 8.27341ZM5.41524 7.03122C5.41443 6.38772 5.56415 5.75294 5.85243 5.17762C6.14071 4.6023 6.55956 4.10238 7.0755 3.71781C7.59145 3.33323 8.1902 3.07466 8.8239 2.96276C9.4576 2.85086 10.1087 2.88873 10.7251 3.07334C11.3416 3.25796 11.9063 3.58419 12.3742 4.02599C12.8421 4.46779 13.2002 5.01289 13.4198 5.61776C13.6394 6.22262 13.7146 6.87047 13.6392 7.50954C13.5638 8.14861 13.3399 8.76119 12.9856 9.29833V9.16122C12.9872 8.83407 12.8763 8.51629 12.6715 8.26118C12.4667 8.00608 12.1803 7.82917 11.8606 7.76013L11.2231 7.6195C11.4661 7.30516 11.6161 6.92898 11.6561 6.53366C11.6962 6.13834 11.6246 5.73972 11.4495 5.38304C11.2744 5.02636 11.0028 4.7259 10.6656 4.51577C10.3284 4.30564 9.93898 4.19426 9.54164 4.19426C9.14431 4.19426 8.75492 4.30564 8.41769 4.51577C8.08046 4.7259 7.80889 5.02636 7.6338 5.38304C7.45871 5.73972 7.38712 6.13834 7.42714 6.53366C7.46717 6.92898 7.61721 7.30516 7.86024 7.6195L7.2225 7.76013C6.90273 7.82921 6.61643 8.00613 6.4116 8.26122C6.20678 8.51632 6.09588 8.83408 6.0975 9.16122V9.29786C5.65164 8.62584 5.4139 7.83723 5.41407 7.03075L5.41524 7.03122Z" fill="#040401"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,6 @@
|
|||||||
|
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M19.8685 9.22944H17.3685V4.64611H18.2018C18.4319 4.64611 18.6185 4.45954 18.6185 4.22944V2.97944C18.6185 2.74934 18.4319 2.56277 18.2018 2.56277H11.5352C11.3051 2.56277 11.1185 2.74934 11.1185 2.97944V4.22944C11.1185 4.45954 11.3051 4.64611 11.5352 4.64611H12.3685V9.22944H9.86849C8.71838 9.23087 7.78658 10.1627 7.78516 11.3128V24.2294C7.78658 25.3795 8.71838 26.3113 9.86849 26.3128V27.1461C9.86849 27.3762 10.0551 27.5628 10.2852 27.5628H11.9518C12.1819 27.5628 12.3685 27.3762 12.3685 27.1461V26.3128H17.3685V27.1461C17.3685 27.3762 17.5551 27.5628 17.7852 27.5628H19.4518C19.6819 27.5628 19.8685 27.3762 19.8685 27.1461V26.3128C21.0186 26.3113 21.9504 25.3795 21.9518 24.2294V11.3128C21.9504 10.1627 21.0186 9.23087 19.8685 9.22944ZM11.9518 3.39611H17.7852V3.81277H11.9518V3.39611ZM13.2018 4.64611H16.5352V9.22944H13.2018V4.64611ZM11.5352 26.7294H10.7018V26.3128H11.5352V26.7294ZM19.0352 26.7294H18.2018V26.3128H19.0352V26.7294ZM21.1185 24.2294C21.1185 24.9197 20.5588 25.4794 19.8685 25.4794H9.86849C9.17818 25.4794 8.61849 24.9197 8.61849 24.2294V11.3128C8.61849 10.6225 9.17818 10.0628 9.86849 10.0628H19.8685C20.5588 10.0628 21.1185 10.6225 21.1185 11.3128V24.2294Z" fill="#040401"/>
|
||||||
|
<path d="M14.8683 10.8961C14.6382 10.8961 14.4517 11.0827 14.4517 11.3128V24.2295C14.4517 24.4596 14.6382 24.6461 14.8683 24.6461C15.0984 24.6461 15.285 24.4596 15.285 24.2295V11.3128C15.285 11.0827 15.0984 10.8961 14.8683 10.8961Z" fill="#FF3600"/>
|
||||||
|
<path d="M18.2018 11.7294C17.9717 11.7294 17.7852 11.916 17.7852 12.1461V23.3961C17.7852 23.6262 17.9717 23.8128 18.2018 23.8128C18.4319 23.8128 18.6185 23.6262 18.6185 23.3961V12.1461C18.6185 11.916 18.4319 11.7294 18.2018 11.7294Z" fill="#040401"/>
|
||||||
|
<path d="M11.5353 11.7294C11.3052 11.7294 11.1187 11.916 11.1187 12.1461V23.3961C11.1187 23.6262 11.3052 23.8128 11.5353 23.8128C11.7654 23.8128 11.952 23.6262 11.952 23.3961V12.1461C11.952 11.916 11.7654 11.7294 11.5353 11.7294Z" fill="#040401"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,5 @@
|
|||||||
|
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M26.938 13.2087L18.0604 4.33115C16.7972 3.06085 15.0782 2.34879 13.2868 2.35385H6.44678C5.20478 2.35537 4.1983 3.36185 4.19678 4.60385V28.9038C4.19678 29.1523 4.39826 29.3538 4.64678 29.3538H17.8939C19.0465 29.3538 20.1071 28.7242 20.6591 27.7122C21.8786 25.4744 23.7174 23.6356 25.9552 22.4162C26.9671 21.8642 27.5967 20.8036 27.5968 19.6509V14.7995C27.5984 14.2026 27.3612 13.6297 26.938 13.2087ZM26.6968 19.6509C26.6968 20.4744 26.247 21.2322 25.5241 21.6264C23.1344 22.9281 21.171 24.8915 19.8694 27.2811C19.4751 28.0041 18.7174 28.4539 17.8939 28.4538H5.09678V4.60385C5.09678 3.85825 5.70118 3.25385 6.44678 3.25385H13.2868C14.8392 3.24963 16.3289 3.86669 17.4236 4.96744L26.3017 13.845C26.5538 14.0988 26.6958 14.4417 26.6968 14.7995V19.6509Z" fill="#040401"/>
|
||||||
|
<path d="M24.7647 13.7357L16.6328 5.60373C15.7066 4.67234 14.4462 4.15028 13.1327 4.15383H7.34658C6.60099 4.15383 5.99658 4.75823 5.99658 5.50383V14.0538C5.99658 14.3023 6.19807 14.5038 6.44658 14.5038H24.4466C24.6285 14.5039 24.7927 14.3943 24.8624 14.2262C24.9321 14.058 24.8935 13.8644 24.7647 13.7357ZM17.6966 13.6038H6.89658V5.50383C6.89658 5.25531 7.09807 5.05383 7.34658 5.05383H13.1327C14.2074 5.0509 15.2386 5.47801 15.9965 6.24002L17.6966 7.94012V13.6038ZM18.5966 13.6038V8.84012L23.3603 13.6038H18.5966Z" fill="#040401"/>
|
||||||
|
<path d="M23.5466 15.8538H20.8466C20.101 15.8538 19.4966 16.4582 19.4966 17.2038C19.4966 17.9494 20.101 18.5538 20.8466 18.5538H23.5466C24.2922 18.5538 24.8966 17.9494 24.8966 17.2038C24.8966 16.4583 24.2922 15.8538 23.5466 15.8538ZM23.5466 17.6538H20.8466C20.5981 17.6538 20.3966 17.4523 20.3966 17.2038C20.3966 16.9553 20.5981 16.7538 20.8466 16.7538H23.5466C23.7951 16.7538 23.9966 16.9553 23.9966 17.2038C23.9966 17.4523 23.7951 17.6538 23.5466 17.6538Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,16 @@
|
|||||||
|
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0837 10.9967C9.92444 10.9967 9.79284 10.8686 9.79284 10.7093V8.05652C9.41189 8.39244 9.03787 8.54482 9.01709 8.55521C8.86818 8.61408 8.70195 8.54136 8.63961 8.39591C8.58073 8.24699 8.65346 8.0773 8.79891 8.01842C8.8093 8.01496 9.47077 7.73791 9.8344 7.12839C9.98331 6.87904 10.3712 6.98294 10.3712 7.27384V10.7093C10.3712 10.8686 10.243 10.9967 10.0837 10.9967Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.6769 10.879C15.0327 10.879 14.5063 10.3526 14.5063 9.70843C14.5063 9.54913 14.6379 9.42099 14.7973 9.42099C14.9566 9.42099 15.0847 9.54913 15.0847 9.70843C15.0847 10.034 15.3514 10.3006 15.6769 10.3006C16.0024 10.3006 16.2691 10.034 16.2691 9.70843C16.2691 9.3829 16.0024 9.11623 15.6769 9.11623C15.5176 9.11623 15.3895 8.9881 15.3895 8.82879C15.3895 8.66949 15.5176 8.54135 15.6769 8.54135C15.9124 8.54135 16.1063 8.34741 16.1063 8.11192C16.1063 7.87643 15.9124 7.68249 15.6769 7.68249C15.4414 7.68249 15.2475 7.87643 15.2475 8.11192C15.2475 8.27122 15.1193 8.39936 14.96 8.39936C14.8007 8.39936 14.6726 8.27122 14.6726 8.11192C14.6726 7.55782 15.1228 7.1076 15.6769 7.1076C16.5531 7.1076 17.0102 8.1604 16.4111 8.79762C16.6777 9.01234 16.8474 9.34134 16.8474 9.70843C16.8474 10.3526 16.321 10.879 15.6769 10.879Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.3043 10.879C20.6602 10.879 20.1338 10.3526 20.1338 9.70844C20.1338 9.54913 20.2619 9.421 20.4212 9.421C20.5805 9.421 20.7121 9.54913 20.7121 9.70844C20.7121 10.034 20.9753 10.3006 21.3043 10.3006C21.6299 10.3006 21.8965 10.034 21.8965 9.70844C21.8965 9.3829 21.6299 9.11624 21.3009 9.11624L20.4801 9.11278C20.3208 9.11278 20.1892 8.98464 20.1892 8.82533V7.67557C20.1892 7.37774 20.4351 7.13531 20.7329 7.13531H22.1667C22.326 7.13531 22.4576 7.26345 22.4576 7.42276C22.4576 7.58206 22.326 7.7102 22.1667 7.7102H20.7675V8.53789H21.3043C21.9485 8.54136 22.4714 9.06429 22.4714 9.70844C22.4714 10.3526 21.9485 10.879 21.3043 10.879Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3306 24.5377H8.96177C8.70549 24.5377 8.57736 24.226 8.75744 24.0459C8.8648 23.9386 9.05527 23.7619 9.30116 23.5334C9.75483 23.1143 10.3782 22.5394 10.6899 22.1897C10.818 22.0511 10.8457 21.9161 10.7799 21.7637C10.6691 21.5178 10.3366 21.3135 10.0527 21.3135C9.61977 21.3135 9.26999 21.6633 9.26999 22.0927C9.26999 22.252 9.14185 22.3801 8.98255 22.3801C8.82324 22.3801 8.6951 22.252 8.6951 22.0927C8.6951 21.3447 9.30116 20.7351 10.0492 20.7351C10.9635 20.7351 11.8535 21.7637 11.1193 22.5775C10.7868 22.9446 10.1566 23.5299 9.69249 23.9593C9.69249 23.9593 9.69249 23.9593 9.68903 23.9593H11.3306C11.4899 23.9593 11.6215 24.0909 11.6215 24.2502C11.6215 24.4061 11.4899 24.5377 11.3306 24.5377Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.2137 24.6139C16.0544 24.6139 15.9262 24.4823 15.9262 24.323V23.5541H14.5514C14.3159 23.5541 14.1808 23.2875 14.3159 23.097L15.9817 20.7802C16.1444 20.5516 16.5046 20.6693 16.5046 20.9499V22.9758H16.9825C17.1418 22.9758 17.27 23.1039 17.27 23.2632C17.27 23.4225 17.1418 23.5541 16.9825 23.5541H16.5046V24.323C16.5046 24.4823 16.373 24.6139 16.2137 24.6139ZM15.1124 22.9758H15.9262V21.8433L15.1124 22.9758Z" fill="#FF3600"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5219 24.7212C20.3626 24.7212 20.231 24.5931 20.231 24.4338V21.0884C20.231 20.9291 20.3626 20.8009 20.5219 20.8009C20.6812 20.8009 20.8093 20.9291 20.8093 21.0884V24.4338C20.8093 24.5931 20.6812 24.7212 20.5219 24.7212Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.9383 23.1697H20.5219C20.3626 23.1697 20.231 23.0416 20.231 22.8823V21.0884C20.231 20.9291 20.3626 20.8009 20.5219 20.8009H21.9383C22.5928 20.8009 23.1262 21.3308 23.1262 21.9853C23.1262 22.6399 22.5928 23.1697 21.9383 23.1697ZM20.8093 22.5948H21.9383C22.2742 22.5948 22.5478 22.3213 22.5478 21.9853C22.5478 21.6494 22.2742 21.3758 21.9383 21.3758H20.8093V22.5948Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.8837 24.6554C22.7902 24.6554 22.6967 24.6069 22.6413 24.5204L21.6959 23.0381C21.6093 22.9031 21.6508 22.7264 21.7824 22.6399C21.9175 22.5533 22.0976 22.5948 22.1807 22.7264L23.1261 24.2121C23.2508 24.4061 23.1088 24.6554 22.8837 24.6554Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.96957 20.039C9.81027 20.039 9.68213 19.9109 9.68213 19.7516V11.956C9.68213 11.7967 9.81027 11.6686 9.96957 11.6686C10.1289 11.6686 10.257 11.7967 10.257 11.956V19.7516C10.257 19.9109 10.1289 20.039 9.96957 20.039Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7425 20.039C15.5832 20.039 15.4551 19.9109 15.4551 19.7516V11.956C15.4551 11.7967 15.5832 11.6686 15.7425 11.6686C15.9018 11.6686 16.03 11.7967 16.03 11.956V19.7516C16.03 19.9109 15.9018 20.039 15.7425 20.039Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5155 20.039C21.3562 20.039 21.2246 19.9109 21.2246 19.7516V17.085C21.2246 16.9256 21.3562 16.7975 21.5155 16.7975C21.6748 16.7975 21.803 16.9256 21.803 17.085V19.7516C21.803 19.9109 21.6748 20.039 21.5155 20.039ZM21.5155 14.9101C21.3562 14.9101 21.2246 14.782 21.2246 14.6227V11.956C21.2246 11.7967 21.3562 11.6686 21.5155 11.6686C21.6748 11.6686 21.803 11.7967 21.803 11.956V14.6227C21.803 14.782 21.6748 14.9101 21.5155 14.9101Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5157 16.143H9.96957C9.81027 16.143 9.68213 16.0148 9.68213 15.8555C9.68213 15.6962 9.81027 15.5646 9.96957 15.5646H21.5157C21.675 15.5646 21.8032 15.6962 21.8032 15.8555C21.8032 16.0148 21.675 16.143 21.5157 16.143Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7564 27.4917H8.04058C5.58174 27.4917 3.5835 25.4935 3.5835 23.0381V8.6695C3.5835 6.21412 5.58174 4.21588 8.04058 4.21588H23.7564C26.2117 4.21588 28.21 6.21412 28.21 8.6695V23.0381C28.21 25.4935 26.2117 27.4917 23.7564 27.4917ZM8.04058 4.79077C5.90035 4.79077 4.16184 6.53273 4.16184 8.6695V23.0381C4.16184 25.1749 5.90035 26.9169 8.04058 26.9169H23.7564C25.8931 26.9169 27.6316 25.1749 27.6316 23.0381V8.6695C27.6316 6.53273 25.8931 4.79077 23.7564 4.79077H8.04058Z" fill="#040401"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7562 26.245H8.04038C6.27071 26.245 4.8335 24.8078 4.8335 23.0381V8.6695C4.8335 6.89983 6.27071 5.46262 8.04038 5.46262H23.7562C25.5224 5.46262 26.9631 6.89983 26.9631 8.6695V23.0381C26.9631 24.8078 25.5224 26.245 23.7562 26.245ZM8.04038 6.04096C6.58932 6.04096 5.40838 7.21844 5.40838 8.6695V23.0381C5.40838 24.4892 6.58932 25.6667 8.04038 25.6667H23.7562C25.2038 25.6667 26.3847 24.4892 26.3847 23.0381V8.6695C26.3847 7.21844 25.2038 6.04096 23.7562 6.04096H8.04038Z" fill="#040401"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 6.7 KiB |
@@ -0,0 +1,14 @@
|
|||||||
|
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M7.39014 14.1852H12.3893V15.0184H7.39014V14.1852Z" fill="#333333"/>
|
||||||
|
<path d="M7.39014 15.8516H12.3893V16.6848H7.39014V15.8516Z" fill="#333333"/>
|
||||||
|
<path d="M7.39014 17.518H12.3893V18.3512H7.39014V17.518Z" fill="#333333"/>
|
||||||
|
<path d="M5.72412 14.1852H6.55731V15.0184H5.72412V14.1852Z" fill="#333333"/>
|
||||||
|
<path d="M5.72412 15.8516H6.55731V16.6848H5.72412V15.8516Z" fill="#333333"/>
|
||||||
|
<path d="M5.72412 17.518H6.55731V18.3512H5.72412V17.518Z" fill="#333333"/>
|
||||||
|
<path d="M18.2217 19.9305V5.85338C18.2217 5.19046 17.9584 4.55468 17.4896 4.08593C17.0209 3.61717 16.3851 3.35382 15.7222 3.35382C15.0593 3.35382 14.4235 3.61717 13.9547 4.08593C13.486 4.55468 13.2226 5.19046 13.2226 5.85338V19.9305C12.3946 20.4693 11.763 21.2613 11.4217 22.1883C11.0805 23.1154 11.048 24.1279 11.329 25.0749C11.61 26.022 12.1896 26.8529 12.9812 27.4437C13.7729 28.0346 14.7343 28.3538 15.7222 28.3538C16.71 28.3538 17.6715 28.0346 18.4631 27.4437C19.2548 26.8529 19.8343 26.022 20.1154 25.0749C20.3964 24.1279 20.3639 23.1154 20.0226 22.1883C19.6814 21.2613 19.0497 20.4693 18.2217 19.9305ZM15.7222 27.5162C14.8969 27.517 14.0944 27.2452 13.4394 26.7431C12.7844 26.2411 12.3134 25.5368 12.0997 24.7396C11.886 23.9424 11.9415 23.097 12.2575 22.3346C12.5736 21.5722 13.1325 20.9355 13.8475 20.5233C13.9108 20.4868 13.9633 20.4343 13.9999 20.371C14.0364 20.3078 14.0557 20.236 14.0558 20.163V5.85338C14.0558 5.41143 14.2314 4.98758 14.5439 4.67508C14.8564 4.36257 15.2802 4.18701 15.7222 4.18701C16.1641 4.18701 16.588 4.36257 16.9005 4.67508C17.213 4.98758 17.3886 5.41143 17.3886 5.85338V20.163C17.3886 20.236 17.4079 20.3078 17.4445 20.371C17.481 20.4343 17.5336 20.4868 17.5968 20.5233C18.3119 20.9355 18.8708 21.5722 19.1868 22.3346C19.5029 23.097 19.5583 23.9424 19.3446 24.7396C19.1309 25.5368 18.66 26.2411 18.005 26.7431C17.35 27.2452 16.5475 27.517 15.7222 27.5162Z" fill="#333333"/>
|
||||||
|
<path d="M16.1387 21.7256V8.35294H15.3055V21.7256C14.7998 21.8288 14.3504 22.1162 14.0444 22.5319C13.7385 22.9477 13.5978 23.4622 13.6497 23.9758C13.7016 24.4894 13.9423 24.9654 14.3252 25.3116C14.7081 25.6578 15.2059 25.8494 15.7221 25.8494C16.2383 25.8494 16.7361 25.6578 17.119 25.3116C17.5019 24.9654 17.7427 24.4894 17.7946 23.9758C17.8464 23.4622 17.7058 22.9477 17.3998 22.5319C17.0939 22.1162 16.6445 21.8288 16.1387 21.7256ZM15.7221 25.0167C15.4749 25.0167 15.2333 24.9434 15.0278 24.806C14.8223 24.6687 14.6621 24.4735 14.5675 24.2452C14.4729 24.0168 14.4481 23.7655 14.4964 23.5231C14.5446 23.2806 14.6636 23.058 14.8384 22.8832C15.0132 22.7084 15.2359 22.5894 15.4783 22.5411C15.7207 22.4929 15.972 22.5177 16.2004 22.6122C16.4288 22.7068 16.624 22.867 16.7613 23.0726C16.8986 23.2781 16.9719 23.5197 16.9719 23.7669C16.9719 24.0984 16.8402 24.4162 16.6059 24.6506C16.3715 24.885 16.0536 25.0167 15.7221 25.0167Z" fill="#FF3600"/>
|
||||||
|
<path d="M7.39013 11.6857H8.22331V10.7975L8.82529 11.1991L9.28771 10.5059L8.22331 9.79644V8.2413L9.57016 9.01908L9.65223 10.2951L10.4837 10.2418L10.4371 9.51982L11.2061 9.96349L11.6227 9.24195L10.8541 8.79786L11.5023 8.47709L11.1328 7.73013L9.98675 8.29712L8.63991 7.51976L9.98675 6.74239L11.1328 7.30938L11.5023 6.56242L10.8541 6.24165L11.6227 5.79756L11.2061 5.07602L10.4371 5.51969L10.4837 4.79773L9.65223 4.74441L9.57016 6.02044L8.22331 6.79822V5.24307L9.28771 4.53361L8.82529 3.8404L8.22331 4.242V3.35382H7.39013V4.242L6.78815 3.8404L6.32573 4.53361L7.39013 5.24307V6.79822L6.04328 6.02044L5.96121 4.74441L5.12969 4.79773L5.17635 5.51969L4.40732 5.07602L3.99072 5.79756L4.75934 6.24165L4.11112 6.56242L4.48064 7.30938L5.62669 6.74239L6.97353 7.51976L5.62669 8.29712L4.48064 7.73013L4.11112 8.47709L4.75934 8.79786L3.99072 9.24195L4.40732 9.96349L5.17635 9.51982L5.12969 10.2418L5.96121 10.2951L6.04328 9.01908L7.39013 8.2413V9.79644L6.32573 10.5059L6.78815 11.1991L7.39013 10.7975V11.6857Z" fill="#333333"/>
|
||||||
|
<path d="M23.6372 13.3521C23.6372 12.9101 23.4617 12.4863 23.1491 12.1738C22.8366 11.8613 22.4128 11.6857 21.9708 11.6857C21.5289 11.6857 21.105 11.8613 20.7925 12.1738C20.48 12.4863 20.3045 12.9101 20.3045 13.3521H21.1377C21.1377 13.1873 21.1865 13.0262 21.2781 12.8892C21.3696 12.7522 21.4998 12.6454 21.652 12.5823C21.8042 12.5192 21.9718 12.5027 22.1334 12.5349C22.295 12.567 22.4435 12.6464 22.56 12.7629C22.6765 12.8794 22.7559 13.0279 22.788 13.1895C22.8202 13.3511 22.8037 13.5187 22.7406 13.6709C22.6775 13.8232 22.5708 13.9533 22.4337 14.0448C22.2967 14.1364 22.1356 14.1853 21.9708 14.1853H19.0547V15.0184H21.9708C22.4128 15.0184 22.8366 14.8429 23.1491 14.5304C23.4617 14.2179 23.6372 13.794 23.6372 13.3521Z" fill="#333333"/>
|
||||||
|
<path d="M26.1368 13.3521C25.6948 13.3521 25.271 13.5276 24.9585 13.8401C24.646 14.1526 24.4704 14.5765 24.4704 15.0184H25.3036C25.3036 14.8536 25.3525 14.6925 25.444 14.5555C25.5356 14.4185 25.6657 14.3117 25.8179 14.2487C25.9702 14.1856 26.1377 14.1691 26.2993 14.2012C26.4609 14.2334 26.6094 14.3127 26.7259 14.4293C26.8425 14.5458 26.9218 14.6943 26.954 14.8559C26.9861 15.0175 26.9696 15.185 26.9065 15.3373C26.8435 15.4895 26.7367 15.6196 26.5997 15.7112C26.4627 15.8027 26.3016 15.8516 26.1368 15.8516H19.0547V16.6848H26.1368C26.5787 16.6848 27.0026 16.5092 27.3151 16.1967C27.6276 15.8842 27.8032 15.4604 27.8032 15.0184C27.8032 14.5765 27.6276 14.1526 27.3151 13.8401C27.0026 13.5276 26.5787 13.3521 26.1368 13.3521Z" fill="#333333"/>
|
||||||
|
<path d="M24.4704 17.518H19.0547V18.3512H24.4704C24.6352 18.3512 24.7963 18.4001 24.9333 18.4916C25.0703 18.5832 25.1771 18.7133 25.2402 18.8655C25.3032 19.0178 25.3197 19.1853 25.2876 19.3469C25.2554 19.5085 25.1761 19.657 25.0596 19.7735C24.943 19.8901 24.7946 19.9694 24.6329 20.0016C24.4713 20.0337 24.3038 20.0172 24.1516 19.9541C23.9993 19.8911 23.8692 19.7843 23.7776 19.6473C23.6861 19.5103 23.6372 19.3492 23.6372 19.1844H22.804C22.804 19.514 22.9018 19.8361 23.0849 20.1102C23.268 20.3842 23.5282 20.5978 23.8327 20.7239C24.1372 20.85 24.4723 20.883 24.7955 20.8187C25.1187 20.7544 25.4157 20.5957 25.6487 20.3627C25.8818 20.1296 26.0405 19.8327 26.1048 19.5095C26.1691 19.1862 26.1361 18.8512 26.0099 18.5467C25.8838 18.2422 25.6702 17.9819 25.3962 17.7988C25.1222 17.6157 24.8 17.518 24.4704 17.518Z" fill="#333333"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_726_43)">
|
||||||
|
<path d="M33.7609 29.9621L29.5309 25.732L29.1457 26.1172L28.2227 25.1941C28.8137 24.198 29.1324 23.0691 29.1324 21.8805C29.1324 20.7715 28.8535 19.7023 28.3355 18.7527C28.7406 17.418 28.9598 16.0367 28.9598 14.6289C28.9598 6.82617 22.6113 0.484375 14.8152 0.484375C7.0125 0.484375 0.664062 6.83281 0.664062 14.6289C0.664062 22.425 7.0125 28.7734 14.8086 28.7734C16.3559 28.7734 17.8832 28.5277 19.3176 28.043L19.975 27.8504C20.7918 28.209 21.6883 28.4082 22.6047 28.4082C23.7867 28.4082 24.9223 28.0895 25.9184 27.4984L26.8414 28.4215L26.4562 28.8066L30.6863 33.0367C31.1113 33.4617 31.6691 33.6742 32.227 33.6742C32.7848 33.6742 33.3426 33.4617 33.7676 33.0367C34.6109 32.1867 34.6109 30.8055 33.7609 29.9621ZM27.2199 17.2652C25.9848 16.0301 24.3445 15.3527 22.6047 15.3527C22.3523 15.3527 22.1066 15.3727 21.8609 15.3992C21.8609 15.3262 21.8676 15.2531 21.8676 15.1801H27.8508C27.8176 15.9969 27.7113 16.807 27.5254 17.6039C27.4258 17.4844 27.3262 17.3715 27.2199 17.2652ZM8.62617 9.38945C9.11758 9.38945 9.51602 9.78789 9.51602 10.2793C9.51602 10.7707 9.11758 11.1691 8.62617 11.1691C8.13477 11.1691 7.73633 10.7707 7.73633 10.2793C7.73633 9.78789 8.13477 9.38945 8.62617 9.38945ZM8.93828 12.225C9.88125 12.0723 10.5984 11.2621 10.5984 10.2793C10.5984 9.52227 10.1602 8.86484 9.53594 8.53945C9.58242 8.34688 9.63555 8.1543 9.68867 7.96172C11.1363 8.52617 12.6836 8.84492 14.2707 8.90469V14.0844H8.84531C8.85195 13.4602 8.88516 12.8359 8.93828 12.225ZM15.3531 8.90469C16.9336 8.84492 18.4742 8.52617 19.9219 7.96172C20.4266 9.78125 20.7387 11.873 20.7852 14.0844H15.3531V8.90469ZM15.3531 7.80234V1.62656C17.073 1.98516 18.607 4.00391 19.6031 6.91914C18.2617 7.45039 16.8273 7.74258 15.3531 7.80234ZM18.016 1.97187C19.9816 2.46992 21.7746 3.41953 23.2754 4.70117C22.4586 5.39844 21.5688 5.99609 20.6191 6.46758C19.9551 4.56172 19.0652 3.01445 18.016 1.97187ZM14.2641 1.6332V7.80234C12.7898 7.74258 11.3555 7.45039 10.0074 6.91914C11.0301 3.9375 12.584 1.98516 14.2641 1.6332ZM14.2641 15.1734V20.3531C12.6836 20.4129 11.143 20.7316 9.69531 21.2961C9.19063 19.4766 8.87852 17.3848 8.83203 15.1734H14.2641ZM14.2641 21.4555V27.6312C12.5441 27.2727 11.0102 25.2539 10.0141 22.3387C11.3621 21.8074 12.7965 21.5219 14.2641 21.4555ZM11.6078 27.2926C9.64219 26.7945 7.84922 25.8449 6.34844 24.5633C7.16523 23.866 8.05508 23.2684 9.00469 22.7969C9.66211 24.7027 10.5586 26.25 11.6078 27.2926ZM15.3531 27.6246V21.4488C15.5988 21.4621 15.8445 21.4754 16.0902 21.502C16.0836 21.6281 16.0703 21.7543 16.0703 21.8805C16.0703 23.4477 16.6215 24.9219 17.6242 26.1039C17.1062 26.7215 16.3227 27.4254 15.3531 27.6246ZM16.243 20.4262C15.9508 20.3996 15.652 20.373 15.3531 20.3664V15.1801H20.7785C20.7785 15.3262 20.7719 15.4723 20.7652 15.6184C19.7293 15.9238 18.773 16.4816 17.9895 17.2652C17.1062 18.1484 16.5152 19.2375 16.243 20.4262ZM27.8574 14.0844H21.8809C21.8344 11.6805 21.509 9.44922 20.9578 7.51016C22.0801 6.96563 23.1359 6.275 24.0922 5.44492C26.3035 7.68945 27.718 10.7242 27.8574 14.0844ZM9.01133 6.46758C8.06172 5.99609 7.17187 5.39844 6.34844 4.69453C7.84922 3.41289 9.64219 2.46328 11.6145 1.96523C10.5785 3.00117 9.68203 4.53516 9.01133 6.46758ZM5.53828 5.45156C6.50117 6.28828 7.55703 6.97891 8.68594 7.52344C8.61289 7.78242 8.53984 8.04805 8.47344 8.32031C7.45742 8.4 6.65391 9.24336 6.65391 10.2793C6.65391 11.0961 7.15195 11.8 7.8625 12.0988C7.80273 12.7562 7.76953 13.4203 7.75625 14.0844H1.76641C1.90586 10.7242 3.32031 7.68945 5.53828 5.45156ZM1.76641 15.1734H7.74297C7.78945 17.5773 8.11484 19.8086 8.66602 21.7477C7.54375 22.2922 6.48789 22.9828 5.53164 23.8129C3.32031 21.575 1.90586 18.5336 1.76641 15.1734ZM18.0027 27.2992C18.1355 27.1664 18.2684 27.0203 18.4012 26.8742C18.4941 26.9539 18.5938 27.027 18.6934 27.1C18.4609 27.1664 18.2352 27.2395 18.0027 27.2992ZM18.7598 25.7254C17.7305 24.6961 17.166 23.3281 17.166 21.8805C17.166 20.4262 17.7305 19.0582 18.7598 18.0355C19.7891 17.0062 21.157 16.4418 22.6047 16.4418C24.059 16.4418 25.427 17.0062 26.4496 18.0355C27.4789 19.0648 28.0434 20.4328 28.0434 21.8805C28.0434 22.943 27.7379 23.9656 27.1668 24.8355L27.0805 24.9617C26.9809 25.1078 26.8813 25.2406 26.775 25.3668C26.6688 25.493 26.5625 25.6125 26.4496 25.7254C26.3367 25.8383 26.2105 25.9512 26.091 26.0508C25.9648 26.157 25.832 26.2566 25.6859 26.3563L25.5598 26.4426C24.6898 27.007 23.6738 27.3125 22.6047 27.3125C21.1504 27.3191 19.7824 26.7547 18.7598 25.7254ZM26.8215 26.8676C26.9609 26.748 27.0938 26.6285 27.2266 26.5023C27.3527 26.3762 27.4789 26.2434 27.5918 26.1039L28.3754 26.8875L27.6051 27.6578L26.8215 26.8676ZM32.9906 32.2664C32.5656 32.6914 31.875 32.6914 31.45 32.2664L27.9902 28.8066L29.5309 27.266L32.9906 30.7258C33.4156 31.1508 33.4156 31.8414 32.9906 32.2664Z" fill="black"/>
|
||||||
|
<path d="M25.8754 18.7161C24.1289 16.9696 21.2934 16.9696 19.5469 18.7161L20.3172 19.4864C21.6387 18.1649 23.7836 18.1649 25.1051 19.4864L25.8754 18.7161Z" fill="#FF3600"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_726_43">
|
||||||
|
<rect width="34" height="34" fill="white" transform="translate(0.53125 0.078125)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,15 @@
|
|||||||
|
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_727_59)">
|
||||||
|
<path d="M22.4121 12.6812C22.6873 12.6812 22.9102 12.4582 22.9102 12.1831V11.5293C22.9102 11.2542 22.6873 11.0312 22.4121 11.0312C22.137 11.0312 21.9141 11.2542 21.9141 11.5293V12.1831C21.9141 12.4582 22.1371 12.6812 22.4121 12.6812Z" fill="black"/>
|
||||||
|
<path d="M18.1153 12.6812C18.3904 12.6812 18.6134 12.4582 18.6134 12.1831V11.5293C18.6134 11.2542 18.3904 11.0312 18.1153 11.0312C17.8401 11.0312 17.6172 11.2542 17.6172 11.5293V12.1831C17.6172 12.4582 17.8402 12.6812 18.1153 12.6812Z" fill="black"/>
|
||||||
|
<path d="M20.2628 16.636C21.2263 16.636 22.0101 15.8521 22.0101 14.8887C22.0101 14.6136 21.7871 14.3906 21.512 14.3906C21.2368 14.3906 21.0139 14.6136 21.0139 14.8887C21.0139 15.3029 20.677 15.6398 20.2628 15.6398C19.8487 15.6398 19.5118 15.3029 19.5118 14.8887C19.5118 14.6136 19.2889 14.3906 19.0137 14.3906C18.7386 14.3906 18.5156 14.6136 18.5156 14.8887C18.5156 15.8521 19.2994 16.636 20.2628 16.636Z" fill="black"/>
|
||||||
|
<path d="M31.6048 27.6696C31.8799 27.6696 32.1029 27.4467 32.1029 27.1715V25.6268C32.1029 24.2 31.1916 22.9443 29.8306 22.5006L23.6712 20.5602V18.5787C25.1086 17.5174 25.8156 15.7812 25.7546 14.0244C26.8973 14.1122 28.1424 13.4348 28.1424 12.1385V11.0986C28.1424 10.6006 27.948 10.1472 27.6315 9.8098C27.6379 9.77779 27.6414 8.38906 27.6414 8.38906C27.6414 8.11391 27.4184 7.89097 27.1433 7.89097C26.8681 7.89097 26.6452 8.11391 26.6452 8.38906V9.21256H19.6727C18.8488 9.21256 18.1784 8.5422 18.1784 7.7183V3.45137C18.1784 2.62747 18.8488 1.95711 19.6727 1.95711H23.0537C25.0341 1.95711 26.6452 3.56825 26.6452 5.54864V6.21807C26.6452 6.49321 26.8681 6.71615 27.1433 6.71615C27.4184 6.71615 27.6414 6.49321 27.6414 6.21807V5.54864C27.6414 3.01896 25.5833 0.960938 23.0537 0.960938H19.6727C18.4453 0.960938 17.4232 1.85364 17.2198 3.02381H16.3846C14.4622 3.02381 12.898 4.58793 12.898 6.51041C12.898 6.51041 12.9008 9.76444 12.9049 9.7904C12.5775 10.1298 12.3754 10.5909 12.3754 11.0986V12.1385C12.3754 13.4147 13.6148 14.1223 14.7635 14.0244C14.6539 15.7711 15.4313 17.5336 16.8468 18.5787V20.5801L12.3657 22.2549C11.9297 22.4185 11.5491 22.6997 11.2655 23.0681L8.37973 26.8142V25.147C8.37973 24.6971 8.17956 24.2933 7.86391 24.0191V21.9563C7.86391 21.113 7.17775 20.4268 6.33439 20.4268C5.49103 20.4268 4.80493 21.113 4.80493 21.9563V23.6527C3.7559 23.6527 3.25781 24.2413 3.25781 25.147V29.3434C3.25781 30.0057 3.69121 30.5685 4.28912 30.7639V32.4732C4.28912 34.8689 7.38356 35.91 8.87223 33.8771L11.5094 30.6909V34.4628C11.5094 34.738 11.7323 34.9609 12.0075 34.9609H31.6048C31.8799 34.9609 32.1029 34.738 32.1029 34.4628V29.3425C32.1029 29.0674 31.8799 28.8444 31.6048 28.8444C31.3297 28.8444 31.1067 29.0674 31.1067 29.3425V33.9648H27.9772V27.356C27.9772 27.0809 27.7543 26.8579 27.4791 26.8579C27.204 26.8579 26.981 27.0809 26.981 27.356V27.7592H12.5056V27.2452C12.5056 26.97 12.2827 26.7471 12.0075 26.7471C11.7324 26.7471 11.5094 26.97 11.5094 27.2452V29.1286L8.08944 33.2607C7.27404 34.2449 5.28535 34.2746 5.28535 32.4732V30.8377H6.8678V31.3711C6.8678 31.6462 7.09075 31.8692 7.36589 31.8692C7.64103 31.8692 7.86398 31.6462 7.86398 31.3711V30.4713C8.17976 30.1971 8.38006 29.7932 8.38006 29.3431V28.4461L12.0547 23.676C12.225 23.4548 12.4537 23.2859 12.7151 23.1878L17.264 21.4875L19.9594 23.517C20.1542 23.6637 20.411 23.63 20.5904 23.4931L23.2674 21.4774L29.5265 23.4492C30.4716 23.7573 31.1067 24.6324 31.1067 25.6267V27.1715C31.1067 27.4467 31.3297 27.6696 31.6048 27.6696ZM26.981 28.7555V31.9047H18.4302C18.155 31.9047 17.9321 32.1277 17.9321 32.4028C17.9321 32.678 18.155 32.9009 18.4302 32.9009H26.9811V33.9648H12.5056V32.9009H16.2598C16.535 32.9009 16.7579 32.678 16.7579 32.4028C16.7579 32.1277 16.535 31.9047 16.2598 31.9047H12.5056V28.7555H26.981ZM5.8011 21.9564C5.8011 21.6623 6.04038 21.4231 6.33439 21.4231C6.62852 21.4231 6.86774 21.6624 6.86774 21.9564V23.6529H5.8011V21.9564ZM4.25405 25.1471C4.25405 24.8724 4.47746 24.649 4.75214 24.649H6.88554C7.16021 24.649 7.38362 24.8724 7.38362 25.1471V25.7158H5.81884C5.54369 25.7158 5.32075 25.9387 5.32075 26.2139C5.32075 26.489 5.54369 26.712 5.81884 26.712H7.38362V27.7787H5.81884C5.54369 27.7787 5.32075 28.0017 5.32075 28.2768C5.32075 28.552 5.54369 28.7749 5.81884 28.7749H7.38362V29.3436C7.38362 29.6757 7.1822 29.8191 6.88587 29.8414L4.75214 29.8417C4.47746 29.8417 4.25405 29.6183 4.25405 29.3436V25.1471ZM27.1463 12.1385C27.1463 12.6292 26.7472 13.0282 26.2566 13.0282H25.7546V10.2089H26.2566C26.7473 10.2089 27.1463 10.608 27.1463 11.0986V12.1385ZM13.8942 6.51041C13.8942 5.13715 15.0114 4.01998 16.3846 4.01998H17.1823V7.7183V7.71843C17.1823 8.54233 16.5119 9.21269 15.688 9.21269H15.2616H13.8942V6.51041ZM14.2614 13.0282C13.7707 13.0282 13.3717 12.6291 13.3717 12.1385V11.0986C13.3717 10.608 13.7708 10.2089 14.2614 10.2089H14.7635V13.0283L14.2614 13.0282ZM15.7597 14.4625V10.2071C16.5442 10.1848 17.2391 9.79857 17.6804 9.2109C18.1352 9.8163 18.859 10.2087 19.6727 10.2087H24.7583L24.7584 14.4625C24.7584 19.9357 15.7597 19.9294 15.7597 14.4625ZM22.6751 19.1534V20.675L20.2591 22.4955L17.843 20.675V19.1535C19.0307 19.8661 21.3994 19.8218 22.6751 19.1534Z" fill="black"/>
|
||||||
|
<path d="M5.98201 15.1945C6.21684 15.3889 6.45167 15.3889 6.68644 15.1945L8.74931 13.1315C8.94383 12.9369 8.94383 12.6216 8.74924 12.4271C8.55479 12.2326 8.2394 12.2326 8.04489 12.4271L6.33426 14.1378L5.655 13.4585C5.46042 13.2641 5.1451 13.2641 4.95058 13.4585C4.75606 13.6531 4.75606 13.9684 4.95058 14.163L5.98201 15.1945Z" fill="#FF3600"/>
|
||||||
|
<path d="M4.75207 18.4589H8.94841C9.77231 18.4589 10.4427 17.7885 10.4427 16.9646V16.3959H12.0075C12.5335 16.3918 12.7659 15.9906 12.3617 15.5477L10.4427 13.6067V10.6583C10.4427 9.83442 9.77231 9.16406 8.94841 9.16406H4.75207C3.92817 9.16406 3.25781 9.83442 3.25781 10.6583V16.9646C3.25781 17.7885 3.9281 18.4589 4.75207 18.4589ZM4.25398 10.6583C4.25398 10.3836 4.47739 10.1602 4.75207 10.1602H8.94841C9.22309 10.1602 9.44649 10.3836 9.44649 10.6583V13.8115C9.44649 13.9426 9.49816 14.0684 9.59041 14.1617L10.8146 15.3998H9.94458C9.66944 15.3998 9.44649 15.6228 9.44649 15.8979V16.9646C9.44649 17.2393 9.22309 17.4627 8.94841 17.4627H4.75207C4.47739 17.4627 4.25398 17.2393 4.25398 16.9646V10.6583Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_727_59">
|
||||||
|
<rect width="34" height="34" fill="white" transform="translate(0.679688 0.960938)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 6.3 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_297_799)">
|
||||||
|
<path d="M27.2393 27.348C31.4958 20.6689 30.9607 21.5022 31.0834 21.328C32.6331 19.1422 33.4521 16.5697 33.4521 13.8882C33.4521 6.77731 27.6818 0.919495 20.5615 0.919495C13.4645 0.919495 7.6709 6.76574 7.6709 13.8882C7.6709 16.5679 8.50715 19.2079 10.1076 21.4231L13.8836 27.3481C9.84645 27.9685 2.9834 29.8173 2.9834 33.8882C2.9834 35.3722 3.95199 37.4871 8.56637 39.135C11.7884 40.2857 16.0483 40.9195 20.5615 40.9195C29.001 40.9195 38.1396 38.5389 38.1396 33.8882C38.1396 29.8166 31.2846 27.9697 27.2393 27.348ZM12.0654 20.1339C12.0525 20.1138 12.039 20.0941 12.025 20.0747C10.6932 18.2425 10.0146 16.0711 10.0146 13.8882C10.0146 8.02746 14.7339 3.26324 20.5615 3.26324C26.3771 3.26324 31.1084 8.02957 31.1084 13.8882C31.1084 16.0747 30.4427 18.1724 29.1829 19.9563C29.07 20.1052 29.659 19.1902 20.5615 33.4655L12.0654 20.1339ZM20.5615 38.5757C11.3432 38.5757 5.32715 35.8661 5.32715 33.8882C5.32715 32.5589 8.4184 30.373 15.2684 29.521L19.5732 36.2759C19.7884 36.6136 20.1611 36.8179 20.5614 36.8179C20.9618 36.8179 21.3346 36.6135 21.5496 36.2759L25.8544 29.521C32.7046 30.373 35.7959 32.5589 35.7959 33.8882C35.7959 35.8493 29.8339 38.5757 20.5615 38.5757Z" fill="white"/>
|
||||||
|
<path d="M20.5615 8.02887C17.3307 8.02887 14.7021 10.6574 14.7021 13.8882C14.7021 17.1191 17.3307 19.7476 20.5615 19.7476C23.7924 19.7476 26.4209 17.1191 26.4209 13.8882C26.4209 10.6574 23.7924 8.02887 20.5615 8.02887ZM20.5615 17.4039C18.623 17.4039 17.0459 15.8268 17.0459 13.8882C17.0459 11.9497 18.623 10.3726 20.5615 10.3726C22.5 10.3726 24.0771 11.9497 24.0771 13.8882C24.0771 15.8268 22.5 17.4039 20.5615 17.4039Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_297_799">
|
||||||
|
<rect width="40" height="40" fill="white" transform="translate(0.561523 0.919495)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,10 @@
|
|||||||
|
<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_297_782)">
|
||||||
|
<path d="M37.0459 6.85699H4.07715C2.14262 6.85699 0.561523 8.43114 0.561523 10.3726V31.4664C0.561523 33.4086 2.14363 34.982 4.07715 34.982H37.0459C38.9804 34.982 40.5615 33.4079 40.5615 31.4664V10.3726C40.5615 8.43067 38.9796 6.85699 37.0459 6.85699ZM36.5061 9.20074C35.3694 10.3411 22.0182 23.7359 21.4696 24.2862C21.0115 24.7457 20.1118 24.7461 19.6534 24.2862L4.61699 9.20074H36.5061ZM2.90527 31.0355V10.8035L12.9885 20.9195L2.90527 31.0355ZM4.61699 32.6382L14.6431 22.5795L17.9935 25.9408C19.3664 27.3182 21.7571 27.3177 23.1297 25.9408L26.48 22.5796L36.5061 32.6382H4.61699ZM38.2178 31.0355L28.1346 20.9195L38.2178 10.8035V31.0355Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_297_782">
|
||||||
|
<rect width="40" height="40" fill="white" transform="translate(0.561523 0.919495)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 939 B |
@@ -0,0 +1,14 @@
|
|||||||
|
<svg width="202" height="41" viewBox="0 0 202 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.8521 12.2272C24.2076 11.1284 22.2742 10.5419 20.2964 10.5419V0.54187C24.252 0.54187 28.1188 1.71485 31.4078 3.91248C34.6968 6.1101 37.2602 9.23368 38.774 12.8882C40.2877 16.5427 40.6838 20.5641 39.9121 24.4437C39.1404 28.3233 37.2356 31.887 34.4385 34.684C31.6415 37.4811 28.0778 39.3859 24.1982 40.1576C20.3186 40.9293 16.2972 40.5332 12.6427 39.0195C8.98819 37.5057 5.86462 34.9423 3.667 31.6533C1.46937 28.3643 0.296387 24.4975 0.296387 20.5419H10.2964C10.2964 22.5197 10.8829 24.4531 11.9817 26.0976C13.0805 27.7421 14.6423 29.0238 16.4696 29.7807C18.2968 30.5376 20.3075 30.7356 22.2473 30.3497C24.1871 29.9639 25.9689 29.0115 27.3675 27.613C28.766 26.2144 29.7184 24.4326 30.1042 22.4928C30.4901 20.553 30.2921 18.5423 29.5352 16.7151C28.7783 14.8878 27.4966 13.326 25.8521 12.2272Z" fill="#FF3600"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2964 0.541875C10.2964 1.85509 10.0377 3.15545 9.53518 4.36871C9.03263 5.58196 8.29604 6.68435 7.36745 7.61294C6.43887 8.54153 5.33648 9.27812 4.12322 9.78067C2.90996 10.2832 1.6096 10.5419 0.296387 10.5419L0.296387 20.5419C2.92282 20.5419 5.52354 20.0246 7.95006 19.0195C10.3766 18.0144 12.5814 16.5412 14.4385 14.684C16.2957 12.8269 17.7689 10.6221 18.774 8.19554C19.7791 5.76902 20.2964 3.1683 20.2964 0.54187L10.2964 0.541875Z" fill="#FF3600"/>
|
||||||
|
<path d="M125.915 14.995H121.063V30.4073H125.915V14.995Z" fill="#15161B"/>
|
||||||
|
<path d="M121.604 12.1085C122.111 12.6159 122.745 12.8696 123.506 12.8696C124.267 12.8696 124.891 12.6159 125.377 12.1085C125.864 11.58 126.107 10.9457 126.107 10.2057C126.107 9.44464 125.864 8.81036 125.377 8.30298C124.891 7.79556 124.267 7.54187 123.506 7.54187C122.745 7.54187 122.111 7.79556 121.604 8.30298C121.117 8.81036 120.874 9.44464 120.874 10.2057C120.874 10.9457 121.117 11.58 121.604 12.1085Z" fill="#15161B"/>
|
||||||
|
<path d="M51.4526 30.4066V8.01746H56.4315V26.0303H66.3576V30.4066H51.4526Z" fill="#15161B"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.3237 30.7554C73.7381 30.7554 72.3005 30.4066 71.0108 29.7089C69.7423 28.9901 68.7381 28.0176 67.9981 26.7913C67.2582 25.5651 66.8882 24.1909 66.8882 22.6687C66.8882 21.1465 67.2582 19.7829 67.9981 18.5778C68.7381 17.3727 69.7423 16.4213 71.0108 15.7237C72.2793 15.0048 73.717 14.6454 75.3237 14.6454C76.9305 14.6454 78.3681 14.9943 79.6366 15.6919C80.9051 16.3896 81.9094 17.3516 82.6493 18.5778C83.3893 19.7829 83.7593 21.1465 83.7593 22.6687C83.7593 24.1909 83.3893 25.5651 82.6493 26.7913C81.9094 28.0176 80.9051 28.9901 79.6366 29.7089C78.3681 30.4066 76.9305 30.7554 75.3237 30.7554ZM75.3237 26.3474C76.0214 26.3474 76.6345 26.1994 77.1631 25.9034C77.6916 25.5863 78.0933 25.1529 78.3681 24.6032C78.6641 24.0324 78.8121 23.3875 78.8121 22.6687C78.8121 21.9499 78.6641 21.3262 78.3681 20.7977C78.0721 20.248 77.6599 19.8252 77.1313 19.5292C76.6239 19.212 76.0214 19.0535 75.3237 19.0535C74.6472 19.0535 74.0447 19.212 73.5161 19.5292C72.9876 19.8252 72.5753 20.248 72.2793 20.7977C71.9833 21.3474 71.8354 21.9816 71.8354 22.7004C71.8354 23.3981 71.9833 24.0324 72.2793 24.6032C72.5753 25.1529 72.9876 25.5863 73.5161 25.9034C74.0447 26.1994 74.6472 26.3474 75.3237 26.3474Z" fill="#15161B"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.602 36.4315C88.8916 37.0234 90.3821 37.3194 92.0735 37.3194C93.7225 37.3194 95.1919 36.9917 96.4815 36.3363C97.7712 35.6809 98.7859 34.7719 99.5259 33.6091C100.266 32.4463 100.636 31.0721 100.636 29.4864V14.9938H95.8789V16.0293C95.5251 15.7315 95.1233 15.4815 94.6739 15.2792C93.8493 14.8775 92.9085 14.6766 91.8515 14.6766C90.435 14.6766 89.177 15.0149 88.0777 15.6914C86.9782 16.3468 86.1115 17.2559 85.4772 18.4187C84.8429 19.5604 84.5259 20.85 84.5259 22.2877C84.5259 23.7042 84.8429 24.9938 85.4772 26.1566C86.1115 27.3194 86.9782 28.2391 88.0777 28.9156C89.177 29.5921 90.435 29.9304 91.8515 29.9304C92.8874 29.9304 93.8282 29.7296 94.6739 29.3279C95.0835 29.1333 95.4535 28.904 95.7838 28.6399V29.6133C95.7838 30.6915 95.435 31.5266 94.7373 32.1186C94.0608 32.7106 93.12 33.0065 91.9149 33.0065C90.9424 33.0065 90.1073 32.8374 89.4096 32.4991C88.7331 32.1609 88.1199 31.664 87.5702 31.0086L84.5893 33.9896C85.3292 35.0467 86.3335 35.8607 87.602 36.4315ZM94.5153 25.1735C94.029 25.4695 93.4477 25.6175 92.7711 25.6175C92.0946 25.6175 91.5026 25.4695 90.9952 25.1735C90.5089 24.8775 90.1284 24.4758 89.8536 23.9684C89.5787 23.4399 89.4413 22.8796 89.4413 22.2877C89.4413 21.6534 89.5787 21.0826 89.8536 20.5752C90.1284 20.0678 90.5195 19.6661 91.0269 19.3701C91.5343 19.0741 92.1157 18.9261 92.7711 18.9261C93.4477 18.9261 94.029 19.0741 94.5153 19.3701C95.0227 19.6661 95.4032 20.0678 95.657 20.5752C95.9318 21.0826 96.0692 21.6534 96.0692 22.2877C96.0692 22.9219 95.9318 23.4927 95.657 24.0001C95.4032 24.4864 95.0227 24.8775 94.5153 25.1735Z" fill="#15161B"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.848 30.7554C109.262 30.7554 107.824 30.4066 106.535 29.7089C105.266 28.9901 104.262 28.0176 103.522 26.7913C102.782 25.5651 102.412 24.1909 102.412 22.6687C102.412 21.1465 102.782 19.7829 103.522 18.5778C104.262 17.3727 105.266 16.4213 106.535 15.7237C107.803 15.0048 109.241 14.6454 110.848 14.6454C112.454 14.6454 113.892 14.9943 115.16 15.6919C116.429 16.3896 117.433 17.3516 118.173 18.5778C118.913 19.7829 119.283 21.1465 119.283 22.6687C119.283 24.1909 118.913 25.5651 118.173 26.7913C117.433 28.0176 116.429 28.9901 115.16 29.7089C113.892 30.4066 112.454 30.7554 110.848 30.7554ZM110.848 26.3474C111.545 26.3474 112.158 26.1994 112.687 25.9034C113.215 25.5863 113.617 25.1529 113.892 24.6032C114.188 24.0324 114.336 23.3875 114.336 22.6687C114.336 21.9499 114.188 21.3262 113.892 20.7977C113.596 20.248 113.184 19.8252 112.655 19.5292C112.148 19.212 111.545 19.0535 110.848 19.0535C110.171 19.0535 109.568 19.212 109.04 19.5292C108.511 19.8252 108.099 20.248 107.803 20.7977C107.507 21.3474 107.359 21.9816 107.359 22.7004C107.359 23.3981 107.507 24.0324 107.803 24.6032C108.099 25.1529 108.511 25.5863 109.04 25.9034C109.568 26.1994 110.171 26.3474 110.848 26.3474Z" fill="#15161B"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.578 30.7232C136.543 30.7232 135.591 30.5224 134.724 30.1207C134.268 29.9093 133.856 29.6569 133.488 29.3635V36.9072H128.699V14.9938H133.551V16.0575C133.903 15.7696 134.294 15.5207 134.724 15.3109C135.591 14.888 136.543 14.6766 137.578 14.6766C139.037 14.6766 140.327 15.0255 141.447 15.7232C142.589 16.4208 143.477 17.3722 144.111 18.5773C144.767 19.7824 145.094 21.1566 145.094 22.6999C145.094 24.2433 144.767 25.6175 144.111 26.8226C143.477 28.0277 142.589 28.979 141.447 29.6767C140.327 30.3744 139.037 30.7232 137.578 30.7232ZM136.691 26.3469C137.388 26.3469 137.991 26.1883 138.498 25.8712C139.027 25.5541 139.439 25.1206 139.735 24.571C140.031 24.0213 140.179 23.3976 140.179 22.6999C140.179 21.9811 140.031 21.3469 139.735 20.7972C139.439 20.2475 139.027 19.8247 138.498 19.5287C137.991 19.2115 137.399 19.053 136.722 19.053C136.046 19.053 135.443 19.2115 134.915 19.5287C134.407 19.8247 134.006 20.2475 133.71 20.7972C133.414 21.3469 133.266 21.9811 133.266 22.6999C133.266 23.3976 133.403 24.0213 133.678 24.571C133.974 25.1206 134.386 25.5541 134.915 25.8712C135.443 26.1883 136.035 26.3469 136.691 26.3469Z" fill="#15161B"/>
|
||||||
|
<path d="M149.843 30.4377C150.731 30.6703 151.629 30.7865 152.538 30.7865C154.462 30.7865 155.984 30.3426 157.105 29.4546C158.246 28.5667 158.817 27.3722 158.817 25.8711C158.817 24.8986 158.638 24.1163 158.278 23.5244C157.919 22.9113 157.454 22.425 156.883 22.0656C156.312 21.7062 155.709 21.4207 155.075 21.2093C154.441 20.9979 153.838 20.8182 153.268 20.6702C152.697 20.5222 152.232 20.3531 151.872 20.1628C151.513 19.9725 151.333 19.7188 151.333 19.4017C151.333 19.1057 151.471 18.8837 151.745 18.7357C152.02 18.5666 152.432 18.4821 152.982 18.4821C153.553 18.4821 154.134 18.5983 154.726 18.8309C155.339 19.0634 155.889 19.4652 156.375 20.036L159.134 17.2453C158.437 16.3573 157.528 15.6913 156.407 15.2474C155.308 14.7823 154.103 14.5497 152.792 14.5497C151.545 14.5497 150.456 14.7611 149.526 15.1839C148.595 15.6068 147.876 16.1882 147.369 16.9281C146.862 17.6469 146.608 18.5032 146.608 19.4969C146.608 20.4271 146.788 21.1988 147.147 21.8119C147.506 22.4038 147.972 22.869 148.542 23.2072C149.113 23.5455 149.716 23.8098 150.35 24C150.984 24.1903 151.587 24.37 152.158 24.5392C152.728 24.6872 153.194 24.8669 153.553 25.0783C153.934 25.2686 154.124 25.554 154.124 25.9345C154.124 26.2305 153.965 26.463 153.648 26.6322C153.352 26.8013 152.919 26.8859 152.348 26.8859C151.523 26.8859 150.762 26.7379 150.065 26.4419C149.367 26.1248 148.764 25.6914 148.257 25.1417L145.498 27.9324C146.027 28.5032 146.661 29.0107 147.401 29.4546C148.162 29.8774 148.976 30.2051 149.843 30.4377Z" fill="#15161B"/>
|
||||||
|
<path d="M167.664 30.7561C166.248 30.7561 164.99 30.4707 163.891 29.8999C162.812 29.3079 161.967 28.5045 161.354 27.4897C160.74 26.4538 160.434 25.2699 160.434 23.9379V14.995H165.286V23.8745C165.286 24.403 165.37 24.8576 165.54 25.2381C165.73 25.6187 166.005 25.9147 166.364 26.1261C166.724 26.3375 167.157 26.4432 167.664 26.4432C168.383 26.4432 168.954 26.2212 169.377 25.7772C169.8 25.3121 170.011 24.6779 170.011 23.8745V14.995H174.863V23.9062C174.863 25.2593 174.557 26.4538 173.943 27.4897C173.33 28.5045 172.485 29.3079 171.406 29.8999C170.328 30.4707 169.081 30.7561 167.664 30.7561Z" fill="#15161B"/>
|
||||||
|
<path d="M182.127 14.9938H177.275V30.4061H182.127V21.3997C182.127 20.8712 182.233 20.4272 182.444 20.0678C182.677 19.7084 182.984 19.4335 183.364 19.2433C183.745 19.0318 184.178 18.9261 184.664 18.9261C185.362 18.9261 185.943 19.1481 186.408 19.5921C186.895 20.0149 187.138 20.6175 187.138 21.3997V30.4061H191.99V21.3997C191.99 20.8712 192.096 20.4272 192.307 20.0678C192.54 19.7084 192.846 19.4335 193.227 19.2433C193.607 19.0318 194.041 18.9261 194.527 18.9261C195.225 18.9261 195.806 19.1481 196.271 19.5921C196.757 20.0149 197 20.6175 197 21.3997V30.4061H201.853V20.8606C201.853 19.571 201.578 18.4716 201.028 17.5625C200.499 16.6322 199.77 15.924 198.84 15.4378C197.931 14.9303 196.884 14.6766 195.7 14.6766C194.495 14.6766 193.406 14.9409 192.434 15.4695C191.802 15.8062 191.25 16.2408 190.777 16.7732C190.336 16.2163 189.8 15.7606 189.167 15.406C188.322 14.9198 187.36 14.6766 186.282 14.6766C185.14 14.6766 184.115 14.9198 183.206 15.406C182.81 15.6083 182.451 15.8506 182.127 16.1329V14.9938Z" fill="#15161B"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,17 @@
|
|||||||
|
<svg width="168" height="41" viewBox="0 0 168 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M49.5698 28.571H61.5218V24.971H53.8178V11.411H49.5698V28.571Z" fill="#15161B"/>
|
||||||
|
<path d="M68.6033 26.1721C66.8993 26.1721 66.0113 24.6841 66.0113 22.4521C66.0113 20.2201 66.8993 18.7081 68.6033 18.7081C70.3073 18.7081 71.2193 20.2201 71.2193 22.4521C71.2193 24.6841 70.3073 26.1721 68.6033 26.1721ZM68.6273 28.9561C72.5873 28.9561 75.1793 26.1481 75.1793 22.4521C75.1793 18.7561 72.5873 15.9481 68.6273 15.9481C64.6913 15.9481 62.0513 18.7561 62.0513 22.4521C62.0513 26.1481 64.6913 28.9561 68.6273 28.9561Z" fill="#15161B"/>
|
||||||
|
<path d="M82.034 32.8187C83.858 32.8187 85.466 32.4107 86.546 31.4507C87.53 30.5627 88.178 29.2187 88.178 27.3707V16.2827H84.434V17.6027H84.386C83.666 16.5707 82.562 15.9227 80.93 15.9227C77.882 15.9227 75.77 18.4667 75.77 22.0667C75.77 25.8347 78.338 27.8987 81.098 27.8987C82.586 27.8987 83.522 27.2987 84.242 26.4827H84.338V27.7067C84.338 29.1947 83.642 30.0587 81.986 30.0587C80.69 30.0587 80.042 29.5067 79.826 28.8587H76.034C76.418 31.4267 78.65 32.8187 82.034 32.8187ZM82.01 24.9947C80.546 24.9947 79.586 23.7947 79.586 21.9467C79.586 20.0747 80.546 18.8747 82.01 18.8747C83.642 18.8747 84.506 20.2667 84.506 21.9227C84.506 23.6507 83.714 24.9947 82.01 24.9947Z" fill="#15161B"/>
|
||||||
|
<path d="M95.8757 26.1721C94.1717 26.1721 93.2837 24.6841 93.2837 22.4521C93.2837 20.2201 94.1717 18.7081 95.8757 18.7081C97.5797 18.7081 98.4917 20.2201 98.4917 22.4521C98.4917 24.6841 97.5797 26.1721 95.8757 26.1721ZM95.8997 28.9561C99.8597 28.9561 102.451 26.1481 102.451 22.4521C102.451 18.7561 99.8597 15.9481 95.8997 15.9481C91.9637 15.9481 89.3237 18.7561 89.3237 22.4521C89.3237 26.1481 91.9637 28.9561 95.8997 28.9561Z" fill="#15161B"/>
|
||||||
|
<path d="M103.594 28.571H107.506V16.283H103.594V28.571ZM103.594 14.579H107.506V11.411H103.594V14.579Z" fill="#15161B"/>
|
||||||
|
<path d="M109.204 32.6267H113.116V27.2987H113.164C113.932 28.3307 115.06 28.9547 116.644 28.9547C119.86 28.9547 121.996 26.4107 121.996 22.4267C121.996 18.7307 120.004 15.9227 116.74 15.9227C115.06 15.9227 113.86 16.6667 113.02 17.7707H112.948V16.2827H109.204V32.6267ZM115.636 25.9307C113.956 25.9307 112.996 24.5627 112.996 22.5707C112.996 20.5787 113.86 19.0667 115.564 19.0667C117.244 19.0667 118.036 20.4587 118.036 22.5707C118.036 24.6587 117.124 25.9307 115.636 25.9307Z" fill="#15161B"/>
|
||||||
|
<path d="M128.364 28.9547C131.58 28.9547 133.956 27.5627 133.956 24.8747C133.956 21.7307 131.412 21.1787 129.252 20.8187C127.692 20.5307 126.3 20.4107 126.3 19.5467C126.3 18.7787 127.044 18.4187 128.004 18.4187C129.084 18.4187 129.828 18.7547 129.972 19.8587H133.572C133.38 17.4347 131.508 15.9227 128.028 15.9227C125.124 15.9227 122.724 17.2667 122.724 19.8587C122.724 22.7387 125.004 23.3147 127.14 23.6747C128.772 23.9627 130.26 24.0827 130.26 25.1867C130.26 25.9787 129.516 26.4107 128.34 26.4107C127.044 26.4107 126.228 25.8107 126.084 24.5867H122.388C122.508 27.2987 124.764 28.9547 128.364 28.9547Z" fill="#15161B"/>
|
||||||
|
<path d="M139.271 28.9321C140.975 28.9321 142.055 28.2601 142.943 27.0601H143.015V28.5721H146.759V16.2841H142.847V23.1481C142.847 24.6121 142.031 25.6201 140.687 25.6201C139.439 25.6201 138.839 24.8761 138.839 23.5321V16.2841H134.951V24.3481C134.951 27.0841 136.439 28.9321 139.271 28.9321Z" fill="#15161B"/>
|
||||||
|
<path d="M148.46 28.5707H152.372V21.6827C152.372 20.2187 153.092 19.1867 154.316 19.1867C155.492 19.1867 156.044 19.9547 156.044 21.2747V28.5707H159.956V21.6827C159.956 20.2187 160.652 19.1867 161.9 19.1867C163.076 19.1867 163.628 19.9547 163.628 21.2747V28.5707H167.54V20.5787C167.54 17.8187 166.148 15.9227 163.364 15.9227C161.78 15.9227 160.46 16.5947 159.5 18.0827H159.452C158.828 16.7627 157.604 15.9227 155.996 15.9227C154.22 15.9227 153.044 16.7627 152.276 18.0347H152.204V16.2827H148.46V28.5707Z" fill="#15161B"/>
|
||||||
|
<path d="M25.7024 1.59573L21.7694 0.54187L18.455 12.9114L15.4627 1.74411L11.5296 2.79797L14.7626 14.8634L6.70994 6.81085L3.83075 9.69004L12.6635 18.5228L1.66372 15.5754L0.609863 19.5084L12.6285 22.7288C12.4909 22.1353 12.4181 21.5169 12.4181 20.8815C12.4181 16.3839 16.0641 12.7379 20.5617 12.7379C25.0593 12.7379 28.7053 16.3839 28.7053 20.8815C28.7053 21.5128 28.6334 22.1274 28.4975 22.7174L39.4202 25.6441L40.474 21.7111L28.4076 18.4779L39.4081 15.5303L38.3542 11.5973L26.2883 14.8303L34.3409 6.77779L31.4617 3.8986L22.7515 12.6088L25.7024 1.59573Z" fill="#FF3600"/>
|
||||||
|
<path d="M28.4863 22.7635C28.1491 24.1891 27.4372 25.4699 26.4604 26.496L34.3735 34.4091L37.2527 31.5299L28.4863 22.7635Z" fill="#FF3600"/>
|
||||||
|
<path d="M26.3806 26.579C25.392 27.5887 24.1427 28.3422 22.7417 28.7305L25.6211 39.4765L29.5541 38.4226L26.3806 26.579Z" fill="#FF3600"/>
|
||||||
|
<path d="M22.5948 28.7693C21.9448 28.9364 21.2635 29.0252 20.5614 29.0252C19.8092 29.0252 19.0808 28.9232 18.3893 28.7323L15.5073 39.4881L19.4403 40.5419L22.5948 28.7693Z" fill="#FF3600"/>
|
||||||
|
<path d="M18.2503 28.6929C16.8707 28.2853 15.6436 27.5222 14.6752 26.5096L6.74268 34.4421L9.62187 37.3213L18.2503 28.6929Z" fill="#FF3600"/>
|
||||||
|
<path d="M14.6097 26.439C13.6579 25.42 12.9646 24.1564 12.6346 22.7528L1.67627 25.6891L2.73012 29.6221L14.6097 26.439Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,12 @@
|
|||||||
|
<svg width="170" height="41" viewBox="0 0 170 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M51.6782 28.5417H63.6302V24.9417H55.9262V11.3817H51.6782V28.5417Z" fill="#15161B"/>
|
||||||
|
<path d="M70.7107 26.1418C69.0067 26.1418 68.1187 24.6538 68.1187 22.4218C68.1187 20.1898 69.0067 18.6778 70.7107 18.6778C72.4147 18.6778 73.3267 20.1898 73.3267 22.4218C73.3267 24.6538 72.4147 26.1418 70.7107 26.1418ZM70.7347 28.9258C74.6947 28.9258 77.2867 26.1178 77.2867 22.4218C77.2867 18.7258 74.6947 15.9178 70.7347 15.9178C66.7987 15.9178 64.1587 18.7258 64.1587 22.4218C64.1587 26.1178 66.7987 28.9258 70.7347 28.9258Z" fill="#15161B"/>
|
||||||
|
<path d="M84.1414 32.7894C85.9654 32.7894 87.5734 32.3814 88.6534 31.4214C89.6374 30.5334 90.2854 29.1894 90.2854 27.3414V16.2534H86.5414V17.5734H86.4934C85.7734 16.5414 84.6694 15.8934 83.0374 15.8934C79.9894 15.8934 77.8774 18.4374 77.8774 22.0374C77.8774 25.8054 80.4454 27.8694 83.2054 27.8694C84.6934 27.8694 85.6294 27.2694 86.3494 26.4534H86.4454V27.6774C86.4454 29.1654 85.7494 30.0294 84.0934 30.0294C82.7974 30.0294 82.1494 29.4774 81.9334 28.8294H78.1414C78.5254 31.3974 80.7574 32.7894 84.1414 32.7894ZM84.1174 24.9654C82.6534 24.9654 81.6934 23.7654 81.6934 21.9174C81.6934 20.0454 82.6534 18.8454 84.1174 18.8454C85.7494 18.8454 86.6134 20.2374 86.6134 21.8934C86.6134 23.6214 85.8214 24.9654 84.1174 24.9654Z" fill="#15161B"/>
|
||||||
|
<path d="M97.9841 26.1418C96.2801 26.1418 95.3921 24.6538 95.3921 22.4218C95.3921 20.1898 96.2801 18.6778 97.9841 18.6778C99.6881 18.6778 100.6 20.1898 100.6 22.4218C100.6 24.6538 99.6881 26.1418 97.9841 26.1418ZM98.0081 28.9258C101.968 28.9258 104.56 26.1178 104.56 22.4218C104.56 18.7258 101.968 15.9178 98.0081 15.9178C94.0721 15.9178 91.4321 18.7258 91.4321 22.4218C91.4321 26.1178 94.0721 28.9258 98.0081 28.9258Z" fill="#15161B"/>
|
||||||
|
<path d="M105.702 28.5417H109.614V16.2537H105.702V28.5417ZM105.702 14.5497H109.614V11.3817H105.702V14.5497Z" fill="#15161B"/>
|
||||||
|
<path d="M111.312 32.5974H115.224V27.2694H115.272C116.04 28.3014 117.168 28.9254 118.752 28.9254C121.968 28.9254 124.104 26.3814 124.104 22.3974C124.104 18.7014 122.112 15.8934 118.848 15.8934C117.168 15.8934 115.968 16.6374 115.128 17.7414H115.056V16.2534H111.312V32.5974ZM117.744 25.9014C116.064 25.9014 115.104 24.5334 115.104 22.5414C115.104 20.5494 115.968 19.0374 117.672 19.0374C119.352 19.0374 120.144 20.4294 120.144 22.5414C120.144 24.6294 119.232 25.9014 117.744 25.9014Z" fill="#15161B"/>
|
||||||
|
<path d="M130.473 28.9254C133.689 28.9254 136.065 27.5334 136.065 24.8454C136.065 21.7014 133.521 21.1494 131.361 20.7894C129.801 20.5014 128.409 20.3814 128.409 19.5174C128.409 18.7494 129.153 18.3894 130.113 18.3894C131.193 18.3894 131.937 18.7254 132.081 19.8294H135.681C135.489 17.4054 133.617 15.8934 130.137 15.8934C127.233 15.8934 124.833 17.2374 124.833 19.8294C124.833 22.7094 127.113 23.2854 129.249 23.6454C130.881 23.9334 132.369 24.0534 132.369 25.1574C132.369 25.9494 131.625 26.3814 130.449 26.3814C129.153 26.3814 128.337 25.7814 128.193 24.5574H124.497C124.617 27.2694 126.873 28.9254 130.473 28.9254Z" fill="#15161B"/>
|
||||||
|
<path d="M141.379 28.9018C143.083 28.9018 144.163 28.2298 145.051 27.0298H145.123V28.5418H148.867V16.2538H144.955V23.1178C144.955 24.5818 144.139 25.5898 142.795 25.5898C141.547 25.5898 140.947 24.8458 140.947 23.5018V16.2538H137.059V24.3178C137.059 27.0538 138.547 28.9018 141.379 28.9018Z" fill="#15161B"/>
|
||||||
|
<path d="M150.568 28.5414H154.48V21.6534C154.48 20.1894 155.2 19.1574 156.424 19.1574C157.6 19.1574 158.152 19.9254 158.152 21.2454V28.5414H162.064V21.6534C162.064 20.1894 162.76 19.1574 164.008 19.1574C165.184 19.1574 165.736 19.9254 165.736 21.2454V28.5414H169.648V20.5494C169.648 17.7894 168.256 15.8934 165.472 15.8934C163.888 15.8934 162.568 16.5654 161.608 18.0534H161.56C160.936 16.7334 159.712 15.8934 158.104 15.8934C156.328 15.8934 155.152 16.7334 154.384 18.0054H154.312V16.2534H150.568V28.5414Z" fill="#15161B"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5015 40.5418C31.5472 40.5418 40.5015 31.5875 40.5015 20.5418C40.5015 9.49618 31.5472 0.54187 20.5015 0.54187C9.45575 0.54187 0.501465 9.49618 0.501465 20.5418C0.501465 31.5875 9.45575 40.5418 20.5015 40.5418ZM26.7408 9.85871C27.0445 8.77992 25.9976 8.142 25.0415 8.82317L11.6946 18.3314C10.6577 19.0701 10.8208 20.5418 11.9396 20.5418H15.4542V20.5146H22.304L16.7227 22.4839L14.2622 31.225C13.9585 32.3038 15.0053 32.9417 15.9615 32.2605L29.3084 22.7523C30.3453 22.0136 30.1821 20.5418 29.0634 20.5418H23.7336L26.7408 9.85871Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,12 @@
|
|||||||
|
<svg width="168" height="41" viewBox="0 0 168 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M49.2046 29.0417H61.1566V25.4417H53.4526V11.8817H49.2046V29.0417Z" fill="#15161B"/>
|
||||||
|
<path d="M68.238 26.6418C66.534 26.6418 65.646 25.1538 65.646 22.9218C65.646 20.6898 66.534 19.1778 68.238 19.1778C69.942 19.1778 70.854 20.6898 70.854 22.9218C70.854 25.1538 69.942 26.6418 68.238 26.6418ZM68.262 29.4258C72.222 29.4258 74.814 26.6178 74.814 22.9218C74.814 19.2258 72.222 16.4178 68.262 16.4178C64.326 16.4178 61.686 19.2258 61.686 22.9218C61.686 26.6178 64.326 29.4258 68.262 29.4258Z" fill="#15161B"/>
|
||||||
|
<path d="M81.6678 33.2894C83.4918 33.2894 85.0998 32.8814 86.1798 31.9214C87.1638 31.0334 87.8118 29.6894 87.8118 27.8414V16.7534H84.0678V18.0734H84.0198C83.2998 17.0414 82.1958 16.3934 80.5638 16.3934C77.5158 16.3934 75.4038 18.9374 75.4038 22.5374C75.4038 26.3054 77.9718 28.3694 80.7318 28.3694C82.2198 28.3694 83.1558 27.7694 83.8758 26.9534H83.9718V28.1774C83.9718 29.6654 83.2758 30.5294 81.6198 30.5294C80.3238 30.5294 79.6758 29.9774 79.4598 29.3294H75.6678C76.0518 31.8974 78.2838 33.2894 81.6678 33.2894ZM81.6438 25.4654C80.1798 25.4654 79.2198 24.2654 79.2198 22.4174C79.2198 20.5454 80.1798 19.3454 81.6438 19.3454C83.2758 19.3454 84.1398 20.7374 84.1398 22.3934C84.1398 24.1214 83.3478 25.4654 81.6438 25.4654Z" fill="#15161B"/>
|
||||||
|
<path d="M95.5105 26.6418C93.8065 26.6418 92.9185 25.1538 92.9185 22.9218C92.9185 20.6898 93.8065 19.1778 95.5105 19.1778C97.2145 19.1778 98.1265 20.6898 98.1265 22.9218C98.1265 25.1538 97.2145 26.6418 95.5105 26.6418ZM95.5345 29.4258C99.4945 29.4258 102.087 26.6178 102.087 22.9218C102.087 19.2258 99.4945 16.4178 95.5345 16.4178C91.5985 16.4178 88.9585 19.2258 88.9585 22.9218C88.9585 26.6178 91.5985 29.4258 95.5345 29.4258Z" fill="#15161B"/>
|
||||||
|
<path d="M103.229 29.0417H107.141V16.7537H103.229V29.0417ZM103.229 15.0497H107.141V11.8817H103.229V15.0497Z" fill="#15161B"/>
|
||||||
|
<path d="M108.837 33.0974H112.749V27.7694H112.797C113.565 28.8014 114.693 29.4254 116.277 29.4254C119.493 29.4254 121.629 26.8814 121.629 22.8974C121.629 19.2014 119.637 16.3934 116.373 16.3934C114.693 16.3934 113.493 17.1374 112.653 18.2414H112.581V16.7534H108.837V33.0974ZM115.269 26.4014C113.589 26.4014 112.629 25.0334 112.629 23.0414C112.629 21.0494 113.493 19.5374 115.197 19.5374C116.877 19.5374 117.669 20.9294 117.669 23.0414C117.669 25.1294 116.757 26.4014 115.269 26.4014Z" fill="#15161B"/>
|
||||||
|
<path d="M128 29.4254C131.216 29.4254 133.592 28.0334 133.592 25.3454C133.592 22.2014 131.048 21.6494 128.888 21.2894C127.328 21.0014 125.936 20.8814 125.936 20.0174C125.936 19.2494 126.68 18.8894 127.64 18.8894C128.72 18.8894 129.464 19.2254 129.608 20.3294H133.208C133.016 17.9054 131.144 16.3934 127.664 16.3934C124.76 16.3934 122.36 17.7374 122.36 20.3294C122.36 23.2094 124.64 23.7854 126.776 24.1454C128.408 24.4334 129.896 24.5534 129.896 25.6574C129.896 26.4494 129.152 26.8814 127.976 26.8814C126.68 26.8814 125.864 26.2814 125.72 25.0574H122.024C122.144 27.7694 124.4 29.4254 128 29.4254Z" fill="#15161B"/>
|
||||||
|
<path d="M138.904 29.4018C140.608 29.4018 141.688 28.7298 142.576 27.5298H142.648V29.0418H146.392V16.7538H142.48V23.6178C142.48 25.0818 141.664 26.0898 140.32 26.0898C139.072 26.0898 138.472 25.3458 138.472 24.0018V16.7538H134.584V24.8178C134.584 27.5538 136.072 29.4018 138.904 29.4018Z" fill="#15161B"/>
|
||||||
|
<path d="M148.095 29.0414H152.007V22.1534C152.007 20.6894 152.727 19.6574 153.951 19.6574C155.127 19.6574 155.679 20.4254 155.679 21.7454V29.0414H159.591V22.1534C159.591 20.6894 160.287 19.6574 161.535 19.6574C162.711 19.6574 163.263 20.4254 163.263 21.7454V29.0414H167.175V21.0494C167.175 18.2894 165.783 16.3934 162.999 16.3934C161.415 16.3934 160.095 17.0654 159.135 18.5534H159.087C158.463 17.2334 157.239 16.3934 155.631 16.3934C153.855 16.3934 152.679 17.2334 151.911 18.5054H151.839V16.7534H148.095V29.0414Z" fill="#15161B"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.22802 4.13974C7.79736 5.1401 6.50366 6.32285 5.38061 7.65427C9.96991 7.2282 15.8005 7.92391 22.5697 11.3085C29.7983 14.9227 35.6191 15.0449 39.6701 14.2635C39.3025 13.1506 38.8397 12.081 38.2916 11.0642C33.6543 11.5533 27.7093 10.9059 20.7809 7.44185C16.3813 5.24205 12.5031 4.33588 9.22802 4.13974ZM35.5827 7.20852C31.9206 3.11687 26.5987 0.54187 20.6753 0.54187C18.9358 0.54187 17.248 0.763977 15.639 1.18135C17.8182 1.77596 20.1332 2.64586 22.5697 3.86414C27.6423 6.4004 32.0217 7.21703 35.5827 7.20852ZM40.5362 18.1699C35.6422 19.1363 28.8841 18.9378 20.7809 14.8862C13.2053 11.0984 7.17572 11.1461 3.10919 12.0498C2.89929 12.0964 2.69433 12.1454 2.49432 12.1964C1.96191 13.3543 1.53693 14.5719 1.23199 15.8363C1.55768 15.7493 1.89422 15.6666 2.24145 15.5894C7.17486 14.4931 14.1454 14.5407 22.5697 18.7529C30.1454 22.5407 36.1749 22.493 40.2415 21.5893C40.3808 21.5584 40.5181 21.5264 40.6531 21.4934C40.6679 21.1781 40.6753 20.8608 40.6753 20.5418C40.6753 19.7393 40.6281 18.9478 40.5362 18.1699ZM40.0001 25.7141C35.1536 26.5614 28.5923 26.2362 20.7809 22.3306C13.2053 18.5428 7.17572 18.5905 3.10919 19.4942C2.20654 19.6947 1.39453 19.939 0.678223 20.1969C0.67627 20.3116 0.675293 20.4266 0.675293 20.5418C0.675293 31.5875 9.62958 40.5418 20.6753 40.5418C29.9324 40.5418 37.7206 34.2527 40.0001 25.7141Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,12 @@
|
|||||||
|
<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_297_761)">
|
||||||
|
<path d="M32.1743 25.6981C31.3554 24.8454 30.3677 24.3895 29.3208 24.3895C28.2824 24.3895 27.2863 24.837 26.4336 25.6896L23.7658 28.3489C23.5463 28.2308 23.3268 28.121 23.1158 28.0113C22.8119 27.8593 22.5248 27.7158 22.28 27.5638C19.7811 25.9767 17.5101 23.9083 15.332 21.2321C14.2767 19.8982 13.5676 18.7754 13.0526 17.6357C13.7449 17.0025 14.3865 16.344 15.0112 15.7109C15.2476 15.4745 15.484 15.2297 15.7203 14.9933C17.4932 13.2204 17.4932 10.9241 15.7203 9.15122L13.4156 6.84648C13.1539 6.58477 12.8837 6.31462 12.6305 6.04446C12.1239 5.52104 11.5921 4.98074 11.0433 4.4742C10.2244 3.66374 9.24512 3.23318 8.21516 3.23318C7.18521 3.23318 6.18902 3.66374 5.34479 4.4742C5.33635 4.48264 5.33635 4.48264 5.32791 4.49108L2.45753 7.38678C1.37692 8.46739 0.760635 9.78439 0.625559 11.3124C0.422944 13.7776 1.14898 16.0739 1.70617 17.5766C3.07382 21.2659 5.11685 24.685 8.16451 28.3489C11.8622 32.7643 16.3113 36.2509 21.3936 38.7076C23.3353 39.6278 25.9271 40.7169 28.8228 40.9026C29 40.9111 29.1858 40.9195 29.3546 40.9195C31.3048 40.9195 32.9426 40.2188 34.2258 38.8258C34.2343 38.8089 34.2511 38.8005 34.2596 38.7836C34.6986 38.2517 35.2051 37.7705 35.737 37.2555C36.1 36.9094 36.4715 36.5464 36.8345 36.1665C37.6703 35.2969 38.1093 34.2839 38.1093 33.2455C38.1093 32.1986 37.6618 31.194 36.8091 30.3498L32.1743 25.6981ZM35.1967 34.5878C35.1882 34.5878 35.1882 34.5962 35.1967 34.5878C34.8674 34.9424 34.5297 35.2632 34.1667 35.6177C33.618 36.1412 33.0608 36.6899 32.5374 37.3062C31.6847 38.218 30.6801 38.6485 29.3631 38.6485C29.2364 38.6485 29.1013 38.6485 28.9747 38.6401C26.4674 38.4797 24.1373 37.5004 22.3897 36.6646C17.6114 34.3514 13.4156 31.0674 9.92894 26.9053C7.05013 23.4355 5.12529 20.2275 3.85051 16.783C3.06538 14.6809 2.77834 13.0431 2.90497 11.4982C2.9894 10.5104 3.3693 9.69152 4.07001 8.99082L6.94882 6.112C7.36249 5.72366 7.80149 5.5126 8.23205 5.5126C8.76391 5.5126 9.19447 5.83341 9.46462 6.10356C9.47306 6.112 9.4815 6.12044 9.48995 6.12889C10.0049 6.61009 10.4946 7.10819 11.0096 7.64005C11.2713 7.9102 11.5414 8.18036 11.8116 8.45895L14.1163 10.7637C15.0112 11.6586 15.0112 12.4859 14.1163 13.3808C13.8715 13.6256 13.6351 13.8704 13.3903 14.1068C12.6811 14.8329 12.0057 15.5083 11.2713 16.1667C11.2544 16.1836 11.2375 16.1921 11.2291 16.209C10.503 16.935 10.6381 17.6441 10.7901 18.1254C10.7985 18.1507 10.8069 18.176 10.8154 18.2013C11.4148 19.6534 12.259 21.0211 13.5422 22.6504L13.5507 22.6589C15.8807 25.5292 18.3375 27.7664 21.0474 29.4802C21.3936 29.6997 21.7481 29.877 22.0858 30.0458C22.3897 30.1978 22.6768 30.3413 22.9216 30.4933C22.9554 30.5102 22.9891 30.5355 23.0229 30.5524C23.3099 30.6959 23.5801 30.7634 23.8587 30.7634C24.5594 30.7634 24.9984 30.3244 25.1419 30.1809L28.0292 27.2937C28.3162 27.0066 28.7721 26.6605 29.304 26.6605C29.8274 26.6605 30.2579 26.9897 30.5196 27.2768C30.5281 27.2852 30.5281 27.2852 30.5365 27.2937L35.1882 31.9454C36.0578 32.8065 36.0578 33.6929 35.1967 34.5878Z" fill="white"/>
|
||||||
|
<path d="M22.1784 10.4345C24.3902 10.8059 26.3995 11.8528 28.0035 13.4568C29.6076 15.0608 30.646 17.0701 31.0259 19.282C31.1187 19.8392 31.5999 20.2275 32.1487 20.2275C32.2162 20.2275 32.2753 20.2191 32.3429 20.2106C32.9676 20.1093 33.3813 19.5183 33.2799 18.8936C32.8241 16.2174 31.5577 13.7776 29.6244 11.8443C27.6912 9.91104 25.2513 8.64469 22.5751 8.18881C21.9504 8.0875 21.3679 8.50118 21.2582 9.11746C21.1484 9.73375 21.5536 10.3331 22.1784 10.4345Z" fill="white"/>
|
||||||
|
<path d="M40.5157 18.5644C39.7644 14.1575 37.6876 10.1474 34.4964 6.95624C31.3052 3.76506 27.2951 1.68826 22.8883 0.936901C22.272 0.827151 21.6895 1.24926 21.5797 1.86555C21.4784 2.49028 21.8921 3.0728 22.5168 3.18255C26.4509 3.84948 30.0389 5.71523 32.8923 8.56027C35.7458 11.4138 37.6031 15.0017 38.2701 18.9358C38.3629 19.493 38.8442 19.8814 39.3929 19.8814C39.4604 19.8814 39.5195 19.8729 39.5871 19.8645C40.2034 19.7716 40.6255 19.1807 40.5157 18.5644Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_297_761">
|
||||||
|
<rect width="40" height="40" fill="white" transform="translate(0.561523 0.919495)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.1 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M7.38145 26.8998C5.88145 25.2498 4.98145 23.4498 4.98145 20.4498C4.98145 15.1998 8.73145 10.5498 13.9814 8.14984L15.3314 10.0998C10.3814 12.7998 9.33145 16.2498 9.03145 18.4998C9.78145 18.0498 10.8314 17.8998 11.8814 18.0498C14.5814 18.3498 16.6814 20.4498 16.6814 23.2998C16.6814 24.6498 16.0814 25.9998 15.1814 27.0498C14.1314 28.0998 12.9314 28.5498 11.4314 28.5498C9.78145 28.5498 8.28145 27.7998 7.38145 26.8998ZM22.3814 26.8998C20.8814 25.2498 19.9814 23.4498 19.9814 20.4498C19.9814 15.1998 23.7314 10.5498 28.9814 8.14984L30.3314 10.0998C25.3814 12.7998 24.3314 16.2498 24.0314 18.4998C24.7814 18.0498 25.8314 17.8998 26.8814 18.0498C29.5814 18.3498 31.6814 20.4498 31.6814 23.2998C31.6814 24.6498 31.0814 25.9998 30.1814 27.0498C29.2814 28.0998 27.9314 28.5498 26.4314 28.5498C24.7814 28.5498 23.2814 27.7998 22.3814 26.8998Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 965 B |
@@ -0,0 +1,13 @@
|
|||||||
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M19.0532 9.58099H4.94385L6.0658 7.35045C6.58494 6.31826 7.6415 5.66693 8.79697 5.66693H15.2001C16.3553 5.66693 17.4119 6.31826 17.931 7.35045L19.0532 9.58099Z" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M21.8188 13.079V15.6183C21.8188 15.9091 21.7666 16.1979 21.6644 16.4704L21.5976 16.6488C21.5177 16.8626 21.3707 17.0374 21.186 17.1536C21.0274 17.2537 20.8403 17.31 20.6439 17.31L18.9681 17.3519C18.8458 17.3552 18.7258 17.3179 18.6267 17.2462L17.7642 16.6219L17.29 16.2787L6.70682 16.2319L6.23291 16.5747L5.36385 17.2038C5.26869 17.2727 5.15408 17.31 5.03643 17.31H3.35291C3.1565 17.31 2.96971 17.2537 2.81104 17.1536C2.62611 17.0374 2.47939 16.8626 2.39924 16.6488L2.33244 16.4704C2.23049 16.1979 2.17822 15.9091 2.17822 15.6183V13.079C2.17822 11.9784 2.74494 10.9556 3.67822 10.3722L4.94385 9.58099H19.0532L20.3186 10.3722C21.2519 10.9556 21.8188 11.9784 21.8188 13.079Z" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M6.23314 16.5747V18.2529C6.23314 18.5927 5.95752 18.8683 5.61768 18.8683H3.4265C3.08666 18.8683 2.81104 18.5927 2.81104 18.2529V17.1536C2.96971 17.2537 3.1565 17.31 3.35291 17.31H5.03643" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M18.9684 17.3519L20.6442 17.31C20.8406 17.31 21.0276 17.2537 21.1863 17.1537V18.2529C21.1863 18.5927 20.9106 18.8683 20.5708 18.8683H18.3796C18.0398 18.8683 17.7642 18.5927 17.7642 18.2529V16.6219" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M19.0533 9.51984C18.4554 10.6516 17.6712 11.6848 16.7417 12.5648" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M4.94385 9.51984C5.54174 10.6516 6.32596 11.6848 7.25549 12.5648" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M17.6904 14.8415C17.6904 13.939 18.4221 13.2072 19.3247 13.2072H20.1389C20.2918 13.2072 20.4155 13.331 20.4155 13.4838V14.205C20.4155 14.5565 20.1305 14.8415 19.7789 14.8415H17.6904Z" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M18.9648 9.47692C18.9648 8.69528 19.5984 8.06177 20.38 8.06177H21.085C21.2172 8.06177 21.3245 8.16888 21.3245 8.3013V8.92567C21.3245 9.23013 21.0777 9.47692 20.7733 9.47692H18.9648Z" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M5.03229 9.51983C5.03229 8.73819 4.39877 8.10468 3.61713 8.10468H2.91189C2.77971 8.10468 2.67236 8.21178 2.67236 8.34421V8.96858C2.67236 9.27303 2.91916 9.51983 3.22361 9.51983H5.03229Z" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M6.30613 14.8415C6.30613 13.939 5.57441 13.2072 4.67184 13.2072H3.85762C3.7048 13.2072 3.58105 13.331 3.58105 13.4838V14.205C3.58105 14.5565 3.86605 14.8415 4.21762 14.8415H6.30613Z" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
<path d="M7.9292 14.3728H15.908" stroke="black" stroke-miterlimit="10"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_15_83)">
|
||||||
|
<path d="M16.0052 16.0076C18.5591 12.0001 18.2381 12.5001 18.3117 12.3956C19.2415 11.0841 19.7329 9.54058 19.7329 7.93173C19.7329 3.66517 16.2707 0.150482 11.9985 0.150482C7.74032 0.150482 4.26416 3.65823 4.26416 7.93173C4.26416 9.53955 4.76591 11.1235 5.72619 12.4526L7.99175 16.0076C5.56949 16.3799 1.45166 17.4892 1.45166 19.9317C1.45166 20.8221 2.03282 22.091 4.80144 23.0798C6.73466 23.7702 9.29061 24.1505 11.9985 24.1505C17.0622 24.1505 22.5454 22.7221 22.5454 19.9317C22.5454 17.4887 18.4324 16.3806 16.0052 16.0076ZM6.90083 11.6792C6.8931 11.6671 6.88504 11.6552 6.8766 11.6436C6.07752 10.5443 5.67041 9.24147 5.67041 7.93173C5.67041 4.41526 8.50194 1.55673 11.9985 1.55673C15.4879 1.55673 18.3267 4.41653 18.3267 7.93173C18.3267 9.24358 17.9272 10.5022 17.1714 11.5726C17.1036 11.6619 17.457 11.1129 11.9985 19.6781L6.90083 11.6792ZM11.9985 22.7442C6.46757 22.7442 2.85791 21.1185 2.85791 19.9317C2.85791 19.1341 4.71266 17.8226 8.82266 17.3114L11.4056 21.3643C11.5347 21.5669 11.7583 21.6895 11.9985 21.6895C12.2387 21.6895 12.4624 21.5669 12.5914 21.3643L15.1743 17.3114C19.2844 17.8226 21.1392 19.1341 21.1392 19.9317C21.1392 21.1084 17.562 22.7442 11.9985 22.7442Z" fill="#12182B"/>
|
||||||
|
<path d="M11.9985 4.41611C10.06 4.41611 8.48291 5.99322 8.48291 7.93173C8.48291 9.87025 10.06 11.4474 11.9985 11.4474C13.9371 11.4474 15.5142 9.87025 15.5142 7.93173C15.5142 5.99322 13.9371 4.41611 11.9985 4.41611ZM11.9985 10.0411C10.8354 10.0411 9.88916 9.09484 9.88916 7.93173C9.88916 6.76862 10.8354 5.82236 11.9985 5.82236C13.1616 5.82236 14.1079 6.76862 14.1079 7.93173C14.1079 9.09484 13.1616 10.0411 11.9985 10.0411Z" fill="#12182B"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_15_83">
|
||||||
|
<rect width="24" height="24" fill="white" transform="translate(-0.00146484 0.150482)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M19.5029 3.15048H18.0029C18.0029 2.32348 17.3299 1.65048 16.5029 1.65048C15.6759 1.65048 15.0029 2.32348 15.0029 3.15048H9.00293C9.00293 2.32348 8.32993 1.65048 7.50293 1.65048C6.67593 1.65048 6.00293 2.32348 6.00293 3.15048H4.50293C3.12443 3.15048 2.00293 4.27198 2.00293 5.65048V20.1505C2.00293 21.529 3.12443 22.6505 4.50293 22.6505H19.5029C20.8814 22.6505 22.0029 21.529 22.0029 20.1505V5.65048C22.0029 4.27198 20.8814 3.15048 19.5029 3.15048ZM16.0029 3.15048C16.0029 2.87498 16.2269 2.65048 16.5029 2.65048C16.7789 2.65048 17.0029 2.87498 17.0029 3.15048V4.15048C17.0029 4.42598 16.7789 4.65048 16.5029 4.65048C16.2269 4.65048 16.0029 4.42598 16.0029 4.15048V3.15048ZM7.00293 3.15048C7.00293 2.87498 7.22693 2.65048 7.50293 2.65048C7.77893 2.65048 8.00293 2.87498 8.00293 3.15048V4.15048C8.00293 4.42598 7.77893 4.65048 7.50293 4.65048C7.22693 4.65048 7.00293 4.42598 7.00293 4.15048V3.15048ZM3.00293 5.65048C3.00293 4.82348 3.67593 4.15048 4.50293 4.15048H6.00293C6.00293 4.97748 6.67593 5.65048 7.50293 5.65048C8.32993 5.65048 9.00293 4.97748 9.00293 4.15048H15.0029C15.0029 4.97748 15.6759 5.65048 16.5029 5.65048C17.3299 5.65048 18.0029 4.97748 18.0029 4.15048H19.5029C20.3299 4.15048 21.0029 4.82348 21.0029 5.65048V7.65048H3.00293V5.65048ZM21.0029 20.1505C21.0029 20.9775 20.3299 21.6505 19.5029 21.6505H4.50293C3.67593 21.6505 3.00293 20.9775 3.00293 20.1505V8.65048H21.0029V20.1505Z" fill="#12182B"/>
|
||||||
|
<path d="M6.00293 14.1505H7.50293C8.05443 14.1505 8.50293 13.702 8.50293 13.1505V11.6505C8.50293 11.099 8.05443 10.6505 7.50293 10.6505H6.00293C5.45143 10.6505 5.00293 11.099 5.00293 11.6505V13.1505C5.00293 13.702 5.45143 14.1505 6.00293 14.1505ZM6.00293 11.6505H7.50293L7.50393 13.1505H6.00293V11.6505Z" fill="#12182B"/>
|
||||||
|
<path d="M11.2529 14.1505H12.7529C13.3044 14.1505 13.7529 13.702 13.7529 13.1505V11.6505C13.7529 11.099 13.3044 10.6505 12.7529 10.6505H11.2529C10.7014 10.6505 10.2529 11.099 10.2529 11.6505V13.1505C10.2529 13.702 10.7014 14.1505 11.2529 14.1505ZM11.2529 11.6505H12.7529L12.7539 13.1505H11.2529V11.6505Z" fill="#12182B"/>
|
||||||
|
<path d="M16.5029 14.1505H18.0029C18.5544 14.1505 19.0029 13.702 19.0029 13.1505V11.6505C19.0029 11.099 18.5544 10.6505 18.0029 10.6505H16.5029C15.9514 10.6505 15.5029 11.099 15.5029 11.6505V13.1505C15.5029 13.702 15.9514 14.1505 16.5029 14.1505ZM16.5029 11.6505H18.0029L18.0039 13.1505H16.5029V11.6505Z" fill="#12182B"/>
|
||||||
|
<path d="M6.00293 19.6505H7.50293C8.05443 19.6505 8.50293 19.202 8.50293 18.6505V17.1505C8.50293 16.599 8.05443 16.1505 7.50293 16.1505H6.00293C5.45143 16.1505 5.00293 16.599 5.00293 17.1505V18.6505C5.00293 19.202 5.45143 19.6505 6.00293 19.6505ZM6.00293 17.1505H7.50293L7.50393 18.6505H6.00293V17.1505Z" fill="#12182B"/>
|
||||||
|
<path d="M11.2529 19.6505H12.7529C13.3044 19.6505 13.7529 19.202 13.7529 18.6505V17.1505C13.7529 16.599 13.3044 16.1505 12.7529 16.1505H11.2529C10.7014 16.1505 10.2529 16.599 10.2529 17.1505V18.6505C10.2529 19.202 10.7014 19.6505 11.2529 19.6505ZM11.2529 17.1505H12.7529L12.7539 18.6505H11.2529V17.1505Z" fill="#12182B"/>
|
||||||
|
<path d="M16.5029 19.6505H18.0029C18.5544 19.6505 19.0029 19.202 19.0029 18.6505V17.1505C19.0029 16.599 18.5544 16.1505 18.0029 16.1505H16.5029C15.9514 16.1505 15.5029 16.599 15.5029 17.1505V18.6505C15.5029 19.202 15.9514 19.6505 16.5029 19.6505ZM16.5029 17.1505H18.0029L18.0039 18.6505H16.5029V17.1505Z" fill="#12182B"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_15_130)">
|
||||||
|
<path d="M16.0096 16.0076C18.5635 12.0001 18.2425 12.5001 18.3161 12.3956C19.2459 11.0841 19.7373 9.54058 19.7373 7.93173C19.7373 3.66517 16.2751 0.150482 12.0029 0.150482C7.74471 0.150482 4.26855 3.65823 4.26855 7.93173C4.26855 9.53955 4.7703 11.1235 5.73059 12.4526L7.99615 16.0076C5.57388 16.3799 1.45605 17.4892 1.45605 19.9317C1.45605 20.8221 2.03721 22.091 4.80584 23.0798C6.73905 23.7702 9.29501 24.1505 12.0029 24.1505C17.0666 24.1505 22.5498 22.7221 22.5498 19.9317C22.5498 17.4887 18.4368 16.3806 16.0096 16.0076ZM6.90523 11.6792C6.89749 11.6671 6.88943 11.6552 6.88099 11.6436C6.08191 10.5443 5.6748 9.24147 5.6748 7.93173C5.6748 4.41526 8.50634 1.55673 12.0029 1.55673C15.4923 1.55673 18.3311 4.41653 18.3311 7.93173C18.3311 9.24358 17.9316 10.5022 17.1758 11.5726C17.108 11.6619 17.4614 11.1129 12.0029 19.6781L6.90523 11.6792ZM12.0029 22.7442C6.47196 22.7442 2.8623 21.1185 2.8623 19.9317C2.8623 19.1341 4.71705 17.8226 8.82705 17.3114L11.41 21.3643C11.5391 21.5669 11.7626 21.6895 12.0029 21.6895C12.2431 21.6895 12.4668 21.5669 12.5958 21.3643L15.1787 17.3114C19.2888 17.8226 21.1436 19.1341 21.1436 19.9317C21.1436 21.1084 17.5664 22.7442 12.0029 22.7442Z" fill="#12182B"/>
|
||||||
|
<path d="M12.0029 4.41611C10.0644 4.41611 8.4873 5.99322 8.4873 7.93173C8.4873 9.87025 10.0644 11.4474 12.0029 11.4474C13.9414 11.4474 15.5186 9.87025 15.5186 7.93173C15.5186 5.99322 13.9414 4.41611 12.0029 4.41611ZM12.0029 10.0411C10.8398 10.0411 9.89355 9.09484 9.89355 7.93173C9.89355 6.76862 10.8398 5.82236 12.0029 5.82236C13.166 5.82236 14.1123 6.76862 14.1123 7.93173C14.1123 9.09484 13.166 10.0411 12.0029 10.0411Z" fill="#12182B"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_15_130">
|
||||||
|
<rect width="24" height="24" fill="white" transform="translate(0.00292969 0.150482)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M19.5029 3.15048H18.0029C18.0029 2.32348 17.3299 1.65048 16.5029 1.65048C15.6759 1.65048 15.0029 2.32348 15.0029 3.15048H9.00293C9.00293 2.32348 8.32993 1.65048 7.50293 1.65048C6.67593 1.65048 6.00293 2.32348 6.00293 3.15048H4.50293C3.12443 3.15048 2.00293 4.27198 2.00293 5.65048V20.1505C2.00293 21.529 3.12443 22.6505 4.50293 22.6505H19.5029C20.8814 22.6505 22.0029 21.529 22.0029 20.1505V5.65048C22.0029 4.27198 20.8814 3.15048 19.5029 3.15048ZM16.0029 3.15048C16.0029 2.87498 16.2269 2.65048 16.5029 2.65048C16.7789 2.65048 17.0029 2.87498 17.0029 3.15048V4.15048C17.0029 4.42598 16.7789 4.65048 16.5029 4.65048C16.2269 4.65048 16.0029 4.42598 16.0029 4.15048V3.15048ZM7.00293 3.15048C7.00293 2.87498 7.22693 2.65048 7.50293 2.65048C7.77893 2.65048 8.00293 2.87498 8.00293 3.15048V4.15048C8.00293 4.42598 7.77893 4.65048 7.50293 4.65048C7.22693 4.65048 7.00293 4.42598 7.00293 4.15048V3.15048ZM3.00293 5.65048C3.00293 4.82348 3.67593 4.15048 4.50293 4.15048H6.00293C6.00293 4.97748 6.67593 5.65048 7.50293 5.65048C8.32993 5.65048 9.00293 4.97748 9.00293 4.15048H15.0029C15.0029 4.97748 15.6759 5.65048 16.5029 5.65048C17.3299 5.65048 18.0029 4.97748 18.0029 4.15048H19.5029C20.3299 4.15048 21.0029 4.82348 21.0029 5.65048V7.65048H3.00293V5.65048ZM21.0029 20.1505C21.0029 20.9775 20.3299 21.6505 19.5029 21.6505H4.50293C3.67593 21.6505 3.00293 20.9775 3.00293 20.1505V8.65048H21.0029V20.1505Z" fill="#12182B"/>
|
||||||
|
<path d="M6.00293 14.1505H7.50293C8.05443 14.1505 8.50293 13.702 8.50293 13.1505V11.6505C8.50293 11.099 8.05443 10.6505 7.50293 10.6505H6.00293C5.45143 10.6505 5.00293 11.099 5.00293 11.6505V13.1505C5.00293 13.702 5.45143 14.1505 6.00293 14.1505ZM6.00293 11.6505H7.50293L7.50393 13.1505H6.00293V11.6505Z" fill="#12182B"/>
|
||||||
|
<path d="M11.2529 14.1505H12.7529C13.3044 14.1505 13.7529 13.702 13.7529 13.1505V11.6505C13.7529 11.099 13.3044 10.6505 12.7529 10.6505H11.2529C10.7014 10.6505 10.2529 11.099 10.2529 11.6505V13.1505C10.2529 13.702 10.7014 14.1505 11.2529 14.1505ZM11.2529 11.6505H12.7529L12.7539 13.1505H11.2529V11.6505Z" fill="#12182B"/>
|
||||||
|
<path d="M16.5029 14.1505H18.0029C18.5544 14.1505 19.0029 13.702 19.0029 13.1505V11.6505C19.0029 11.099 18.5544 10.6505 18.0029 10.6505H16.5029C15.9514 10.6505 15.5029 11.099 15.5029 11.6505V13.1505C15.5029 13.702 15.9514 14.1505 16.5029 14.1505ZM16.5029 11.6505H18.0029L18.0039 13.1505H16.5029V11.6505Z" fill="#12182B"/>
|
||||||
|
<path d="M6.00293 19.6505H7.50293C8.05443 19.6505 8.50293 19.202 8.50293 18.6505V17.1505C8.50293 16.599 8.05443 16.1505 7.50293 16.1505H6.00293C5.45143 16.1505 5.00293 16.599 5.00293 17.1505V18.6505C5.00293 19.202 5.45143 19.6505 6.00293 19.6505ZM6.00293 17.1505H7.50293L7.50393 18.6505H6.00293V17.1505Z" fill="#12182B"/>
|
||||||
|
<path d="M11.2529 19.6505H12.7529C13.3044 19.6505 13.7529 19.202 13.7529 18.6505V17.1505C13.7529 16.599 13.3044 16.1505 12.7529 16.1505H11.2529C10.7014 16.1505 10.2529 16.599 10.2529 17.1505V18.6505C10.2529 19.202 10.7014 19.6505 11.2529 19.6505ZM11.2529 17.1505H12.7529L12.7539 18.6505H11.2529V17.1505Z" fill="#12182B"/>
|
||||||
|
<path d="M16.5029 19.6505H18.0029C18.5544 19.6505 19.0029 19.202 19.0029 18.6505V17.1505C19.0029 16.599 18.5544 16.1505 18.0029 16.1505H16.5029C15.9514 16.1505 15.5029 16.599 15.5029 17.1505V18.6505C15.5029 19.202 15.9514 19.6505 16.5029 19.6505ZM16.5029 17.1505H18.0029L18.0039 18.6505H16.5029V17.1505Z" fill="#12182B"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1,5 @@
|
|||||||
|
<svg width="63" height="63" viewBox="0 0 63 63" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M8.83189 44.3924H9.9027L10.2156 56.082C10.246 56.9099 10.9191 57.5583 11.7483 57.5583H19.8147C20.6426 57.5583 21.3156 56.9099 21.3467 56.071L21.5152 49.5917H23.4223C24.085 51.6355 25.9843 53.1267 28.2451 53.1267C31.0534 53.1267 33.3375 50.8426 33.3375 48.0344C33.3375 45.2261 31.054 42.942 28.2451 42.942C25.571 42.942 23.3964 45.0208 23.193 47.6437H21.5657L21.6499 44.3918H23.2266C25.0172 44.3918 26.4741 42.9349 26.4741 41.1444V39.3662H41.8211C42.4624 39.3662 43.0474 39.0429 43.3849 38.5013C43.725 37.9565 43.758 37.2854 43.4704 36.6953L42.18 34.1293C41.8748 33.4906 41.24 33.0948 40.5222 33.0948H26.4734V31.371H38.0936C39.5596 31.967 41.1532 32.3058 42.8226 32.3382L45.1281 36.9142C45.5563 37.7894 46.3473 38.4268 47.2982 38.6646L53.8844 40.3139C54.4953 40.4648 54.9222 41.0109 54.9222 41.6406V46.2885C54.9222 47.0406 54.3048 47.6515 53.5463 47.6515H52.125C51.9261 45.024 49.7489 42.9407 47.0708 42.9407C44.3967 42.9407 42.2221 45.0195 42.0187 47.6424H35.1883C34.6506 47.6424 34.2146 48.0784 34.2146 48.6161C34.2146 49.1538 34.6506 49.5897 35.1883 49.5897H42.2486C42.9113 51.6335 44.8107 53.1248 47.0715 53.1248C49.3297 53.1248 51.2265 51.6381 51.8918 49.5994H53.5469C55.3789 49.5994 56.8701 48.114 56.8701 46.2885V41.6406C56.8701 40.1118 55.8343 38.789 54.3547 38.4236L47.7718 36.775C47.3786 36.6765 47.0527 36.4154 46.8739 36.0494L44.9454 32.2054C51.4046 31.2965 56.3953 25.7481 56.3953 19.0421C56.3953 11.7038 50.4252 5.7337 43.0869 5.7337C35.7486 5.7337 29.7785 11.7038 29.7785 19.0421C29.7785 23.2385 31.7355 26.9809 34.7795 29.4218H26.2447C25.5943 27.1221 23.5 25.4229 20.9956 25.4229H11.1834C8.09599 25.4229 5.58447 27.9344 5.58447 31.0212V41.1424C5.58383 42.9355 7.04073 44.3924 8.83189 44.3924ZM28.2445 44.8906C29.9793 44.8906 31.3889 46.3015 31.3889 48.035C31.3889 49.7692 29.9787 51.1794 28.2445 51.1794C26.511 51.1794 25.1001 49.7692 25.1001 48.035C25.1001 46.3008 26.5116 44.8906 28.2445 44.8906ZM47.0708 51.1794C45.3373 51.1794 43.9264 49.7692 43.9264 48.035C43.9264 46.3008 45.3373 44.8906 47.0708 44.8906C48.8057 44.8906 50.2153 46.3015 50.2153 48.035C50.2159 49.7685 48.8057 51.1794 47.0708 51.1794ZM31.7258 19.0447C31.7258 12.7805 36.822 7.68423 43.0862 7.68423C49.3505 7.68423 54.4467 12.7805 54.4467 19.0447C54.4467 25.3089 49.3505 30.4051 43.0862 30.4051C36.822 30.4051 31.7258 25.3089 31.7258 19.0447ZM40.4309 34.9877L41.6533 37.4195H26.4734V35.0395L40.4309 34.9877ZM7.53176 31.0238C7.53176 29.0104 9.17004 27.3728 11.1834 27.3728H20.9956C22.9423 27.3728 24.5261 28.9573 24.5261 30.9039V41.145C24.5261 41.8615 23.9431 42.4445 23.2266 42.4445H21.6609V34.9184C21.6609 34.3807 21.2256 33.9447 20.6873 33.9447C20.1496 33.9447 19.7136 34.3807 19.7136 34.9184L19.4124 55.611H16.7564V45.3162C16.7564 44.7785 16.3205 44.3425 15.7828 44.3425C15.2445 44.3425 14.8091 44.7785 14.8091 45.3162V55.611H12.1525L11.8506 34.9184C11.8506 34.3807 11.4153 33.9447 10.877 33.9447C10.3393 33.9447 9.90335 34.3807 9.90335 34.9184V42.4451H8.83254C8.11543 42.4451 7.53241 41.8621 7.53241 41.1457V31.0238H7.53176Z" fill="black"/>
|
||||||
|
<path d="M8.10747 13.3641C8.14051 13.5591 8.53631 14.0152 8.61146 14.0806C8.57713 14.3592 8.55769 16.1264 8.55769 16.1264C8.82847 19.5973 10.4415 22.4165 12.8338 23.648C13.7362 24.1448 14.9236 24.4687 16.0126 24.4337C16.7828 24.4091 17.5122 24.3184 18.1613 24.0956C21.1354 23.1336 23.1656 20.0786 23.4629 16.0512C23.4629 16.0512 23.4415 14.3624 23.4059 14.0903C23.4506 14.0508 23.8205 13.7036 23.8853 13.5112C23.8853 13.5112 24.4074 11.9519 24.7702 10.7198C25.2035 9.42553 24.6665 7.98158 23.3793 7.23208C22.0144 6.64712 19.6299 5.90862 16.0203 5.94944C11.6309 5.99867 8.57777 7.22754 8.53048 7.2554C7.34242 7.96927 6.81252 9.3886 7.24201 10.7056L8.10747 13.3641ZM21.5189 15.9787C21.3342 18.4474 20.2103 21.4267 17.5459 22.2481C15.2669 22.9503 13.9824 22.0609 13.7634 21.9365C11.9645 21.0101 10.7142 18.726 10.5024 16.0506V15.0491C10.8166 15.121 11.1372 15.167 11.4624 15.167H20.5575C20.8853 15.167 21.204 15.121 21.5169 15.0504L21.5189 15.9787ZM9.47498 8.96235C11.3134 8.2556 13.5147 7.89737 16.0203 7.89737C19.2995 7.89737 21.4146 8.50889 22.5009 8.96624C22.8903 9.19556 23.0677 9.67234 22.9136 10.1349C22.6383 11.0664 22.28 12.1618 22.1213 12.6438C21.6886 13.0124 21.1276 13.2203 20.5575 13.2203H11.4624C11.0316 13.2203 10.0224 12.7468 9.93103 12.671L9.09537 10.1031C8.95544 9.67493 9.11156 9.21629 9.47498 8.96235Z" fill="black"/>
|
||||||
|
<path d="M40.0712 22.9678C40.3355 23.2321 40.6827 23.3649 41.0306 23.3649C41.3784 23.3649 41.7256 23.2321 41.9906 22.9678L48.5722 16.3868C48.9525 16.0065 48.9525 15.3905 48.5722 15.0096C48.192 14.6293 47.5759 14.6293 47.195 15.0096L41.0306 21.1727L38.9783 19.1205C38.5981 18.7402 37.982 18.7402 37.6011 19.1205C37.2209 19.5008 37.2209 20.1168 37.6011 20.4977L40.0712 22.9678Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
@@ -0,0 +1,10 @@
|
|||||||
|
<svg width="63" height="63" viewBox="0 0 63 63" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M51.7501 11.2168C50.8481 10.3715 49.6583 9.90196 48.4224 9.90391H20.4203L19.6773 6.99179C18.9601 4.17655 16.4242 2.20662 13.5187 2.2074C12.9671 2.2074 12.5203 2.65427 12.5203 3.20584V14.5149C12.521 15.718 12.8351 16.9004 13.4312 17.945C15.0726 20.809 18.1203 22.5774 21.4215 22.5817H33.5489L31.3328 26.5118C31.1586 26.8208 31.1614 27.1993 31.3403 27.5059C31.5196 27.8122 31.8477 28.0001 32.2028 28.0009H35.252C38.095 27.997 40.7645 26.6309 42.4309 24.327C42.4598 24.2868 42.4856 24.2446 42.5087 24.2005L42.9384 23.3676H52.4642C52.5298 23.3676 52.5954 23.3661 52.6603 23.3641C54.6048 23.3145 56.3204 22.0762 56.9802 20.2454C57.699 18.3977 57.2111 16.2977 55.7505 14.9567L51.7501 11.2168ZM48.4591 13.7856H51.5735L52.7982 14.9301H48.4591C48.1431 14.9301 47.8868 14.6739 47.8868 14.3578C47.8868 14.0422 48.1431 13.7856 48.4591 13.7856ZM35.2516 26.004H33.9114L36.9481 20.618H42.1106L40.7692 23.2157C39.4751 24.9665 37.4282 26.0009 35.2516 26.004ZM55.1103 19.5438C54.7357 20.6188 53.731 21.3469 52.5927 21.3676C52.5501 21.3692 52.5071 21.3704 52.4642 21.3704H43.9692L44.152 21.0161C44.277 20.7938 44.3055 20.543 44.3145 20.1196C44.3255 19.6321 44.2915 19.3942 44.179 19.175C44.0075 18.8356 43.6594 18.6211 43.2794 18.6211H36.3645C36.0043 18.6211 35.6719 18.8157 35.495 19.1297L34.6743 20.5848H21.4207C18.8355 20.5813 16.4496 19.1969 15.164 16.9539C14.7398 16.211 14.5164 15.3703 14.516 14.5149V4.31991C16.0976 4.69139 17.341 5.91132 17.7418 7.48593L18.6765 11.1492C18.789 11.5914 19.1875 11.9008 19.6437 11.9008H47.7106C46.4927 12.2715 45.7306 13.4774 45.9181 14.7367C46.1052 15.9953 47.1864 16.927 48.4595 16.927H54.8243C55.3361 17.7024 55.4431 18.6766 55.1103 19.5438Z" fill="black"/>
|
||||||
|
<path d="M41.5477 13.5164H22.157C21.6058 13.5164 21.1589 13.9637 21.1589 14.5149C21.1589 15.0664 21.6058 15.5133 22.157 15.5133H41.5477C42.0993 15.5133 42.5461 15.0664 42.5461 14.5149C42.5461 13.9637 42.0993 13.5164 41.5477 13.5164Z" fill="#FF3600"/>
|
||||||
|
<path d="M8.23086 6.61481C7.6793 6.61481 7.23242 7.06207 7.23242 7.61325C7.23242 8.16481 7.6793 8.61169 8.23086 8.61169H9.64103C10.1926 8.61169 10.6395 8.16481 10.6395 7.61325C10.6395 7.06207 10.1926 6.61481 9.64103 6.61481H8.23086Z" fill="black"/>
|
||||||
|
<path d="M10.5218 11.682H6.38003C5.82886 11.682 5.38159 12.1289 5.38159 12.6804C5.38159 13.2316 5.82886 13.6789 6.38003 13.6789H10.5218C11.0734 13.6789 11.5203 13.2316 11.5203 12.6804C11.5203 12.1289 11.0734 11.682 10.5218 11.682Z" fill="black"/>
|
||||||
|
<path d="M9.90533 16.7492H7.87759C7.32642 16.7492 6.87915 17.1961 6.87915 17.7476C6.87915 18.2988 7.32642 18.7461 7.87759 18.7461H9.90533C10.4565 18.7461 10.9038 18.2988 10.9038 17.7476C10.9038 17.1961 10.4565 16.7492 9.90533 16.7492Z" fill="black"/>
|
||||||
|
<path d="M19.9024 45.5911C17.9078 45.5903 16.2895 47.2068 16.2891 49.2017C16.2883 51.1962 17.9051 52.8142 19.9 52.8142C21.8946 52.8146 23.5121 51.1974 23.5121 49.2029C23.5106 47.2099 21.8953 45.5943 19.9024 45.5911ZM19.9024 50.5677C19.1484 50.5685 18.5359 49.9579 18.5356 49.2036C18.5352 48.4493 19.1461 47.838 19.9 47.8376C20.6543 47.8372 21.2656 48.4486 21.2656 49.2029C21.2653 49.956 20.6551 50.5665 19.9024 50.5677Z" fill="black"/>
|
||||||
|
<path d="M42.7786 45.5911C40.7836 45.5903 39.1657 47.2068 39.1653 49.2017C39.1649 51.1966 40.7813 52.8142 42.7762 52.8142C44.7712 52.8146 46.388 51.1974 46.388 49.2029C46.3864 47.2099 44.7716 45.5943 42.7786 45.5911ZM42.7786 50.5677C42.0243 50.5685 41.4122 49.9579 41.4118 49.2036C41.411 48.4493 42.0219 47.838 42.7762 47.8376C43.5301 47.8372 44.1423 48.4486 44.1415 49.2029C44.1415 49.956 43.5313 50.5665 42.7786 50.5677Z" fill="black"/>
|
||||||
|
<path d="M49.2618 39.0364H48.1798C47.347 39.0353 46.5415 39.3314 45.9075 39.8708L44.1571 34.7427C44.1528 34.7298 44.1481 34.7165 44.143 34.704C43.6774 33.5032 42.5247 32.7106 41.2372 32.7052H37.6836C37.5829 31.0634 36.2227 29.7821 34.5778 29.7802H28.6098C26.9649 29.7821 25.6047 31.0634 25.5039 32.7052H21.4863C20.1988 32.7106 19.0461 33.5032 18.5804 34.7032C18.5754 34.7161 18.5707 34.7298 18.5664 34.7427L16.8062 39.8993C16.1675 39.3423 15.3488 39.0357 14.5015 39.0364H13.4191C12.3578 39.0372 11.498 39.8974 11.4968 40.9579V42.347C11.498 43.4075 12.3578 44.2677 13.4191 44.2685H13.6003C12.7902 45.072 12.3351 46.1665 12.3355 47.308V51.0986C12.3382 53.467 14.2574 55.3857 16.6254 55.3885H16.8113V58.2142C16.8129 59.3834 17.7597 60.3311 18.9289 60.3322H21.9035C23.0727 60.3311 24.0203 59.3838 24.0215 58.2142V55.3881H38.702V58.2142C38.7032 59.3834 39.6508 60.3311 40.8196 60.3322H43.7946C44.9638 60.3311 45.9114 59.3834 45.9122 58.2142V55.3881H46.0981C48.4661 55.3857 50.3853 53.4666 50.388 51.0986V47.3072C50.3884 46.1662 49.9333 45.072 49.1228 44.2681H49.2618C50.3228 44.2673 51.1825 43.4072 51.1837 42.3466V40.9579C51.1825 39.8966 50.3228 39.0372 49.2618 39.0364ZM48.1798 41.2825H48.9372V42.0216H47.0239C47.2325 41.5712 47.6833 41.2825 48.1798 41.2825ZM28.6098 32.027H34.5778C34.9832 32.0278 35.3344 32.3098 35.4227 32.7056H27.7649C27.8531 32.3098 28.2043 32.0278 28.6098 32.027ZM20.684 35.4931C20.8176 35.1669 21.1344 34.954 21.4863 34.952H41.2372C41.5891 34.954 41.9059 35.1669 42.0395 35.4931L44.6075 43.0189H42.554C42.4911 41.0716 40.895 39.5263 38.9469 39.5263C36.9993 39.5263 35.4032 41.0716 35.3403 43.0189H18.1156L20.684 35.4931ZM40.3044 43.0189H37.5891C37.6442 42.3095 38.2356 41.7622 38.9469 41.7622C39.6579 41.7622 40.2493 42.3095 40.3044 43.0189ZM13.7433 41.2825H14.5011C14.9976 41.2825 15.4488 41.5712 15.657 42.0216H13.7433V41.2825ZM21.775 58.0861H19.0578V55.3881H21.775V58.0861ZM43.6657 58.0861H40.9485V55.3881H43.6657V58.0861ZM48.1415 51.0986C48.1399 52.2263 47.2259 53.1408 46.0981 53.1416H16.6254C15.4972 53.1408 14.5832 52.2263 14.582 51.0986V47.3072C14.5828 46.179 15.4972 45.265 16.6254 45.2638H46.0981C47.2259 45.265 48.1399 46.179 48.1415 47.3072V51.0986Z" fill="black"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,17 @@
|
|||||||
|
<svg width="63" height="63" viewBox="0 0 63 63" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_18_248)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.4295 31.298H33.5629C34.1336 31.298 34.5962 30.8354 34.5962 30.2647C34.5962 29.6941 34.1336 29.2314 33.5629 29.2314H29.4295C28.8589 29.2314 28.3962 29.6941 28.3962 30.2647C28.3961 30.8354 28.8588 31.298 29.4295 31.298Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.5297 32.3314H30.463C29.8923 32.3314 29.4297 32.794 29.4297 33.3647C29.4297 33.9353 29.8923 34.3979 30.463 34.3979H32.5297C33.1003 34.3979 33.563 33.9353 33.563 33.3647C33.563 32.794 33.1003 32.3314 32.5297 32.3314Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.5599 56.0894H51.4933C50.9226 56.0894 50.46 56.552 50.46 57.1227C50.46 57.6933 50.9226 58.1559 51.4933 58.1559H53.5599C54.1306 58.1559 54.5932 57.6933 54.5932 57.1227C54.5932 56.552 54.1306 56.0894 53.5599 56.0894Z" fill="#FF3600"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9091 56.0894H9.84238C9.27173 56.0894 8.80908 56.552 8.80908 57.1227C8.80908 57.6933 9.27173 58.1559 9.84238 58.1559H11.9091C12.4797 58.1559 12.9424 57.6933 12.9424 57.1227C12.9424 56.552 12.4797 56.0894 11.9091 56.0894Z" fill="#FF3600"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.3962 20.9647C28.3962 20.394 27.9336 19.9314 27.3629 19.9314H25.2962C24.7256 19.9314 24.2629 20.394 24.2629 20.9647C24.2629 21.5353 24.7256 21.998 25.2962 21.998C25.2962 22.5686 25.7589 23.0313 26.3295 23.0313C26.9002 23.0313 27.3628 22.5686 27.3628 21.998C27.9336 21.998 28.3962 21.5354 28.3962 20.9647Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.6296 21.998C35.6296 22.5686 36.0922 23.0313 36.6629 23.0313C37.2335 23.0313 37.6962 22.5686 37.6962 21.998C38.2668 21.998 38.7295 21.5353 38.7295 20.9647C38.7295 20.394 38.2668 19.9314 37.6962 19.9314H35.6295C35.0588 19.9314 34.5962 20.394 34.5962 20.9647C34.5962 21.5354 35.0588 21.998 35.6296 21.998Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.463 27.1647H32.5297C33.1003 27.1647 33.563 26.702 33.563 26.1314C33.563 25.5607 33.1003 25.0981 32.5297 25.0981H30.463C29.8923 25.0981 29.4297 25.5607 29.4297 26.1314C29.4297 26.702 29.8923 27.1647 30.463 27.1647Z" fill="black"/>
|
||||||
|
<path d="M8.03234 48.1342C5.36947 50.795 3.59619 53.524 3.59619 58.1647V60.2407C3.59619 61.3821 4.52148 62.3074 5.66288 62.3074H57.3295C58.4709 62.3074 59.3962 61.3821 59.3962 60.2407V58.1647C59.3962 53.5199 57.6231 50.795 54.9601 48.1342C52.0523 45.2274 42.8235 42.4611 40.5399 41.8101C39.6449 39.4795 39.3259 36.9673 39.61 34.4868L42.1344 32.2765C43.2545 31.2952 43.8966 29.8783 43.8962 28.3892V27.0614C46.3001 26.574 48.028 24.4606 48.028 22.0079C48.028 19.5551 46.3001 17.4418 43.8962 16.9544L44.7797 13.4193L48.5214 11.548C50.0998 10.7594 51.1054 9.15516 51.1271 7.39093C51.1489 5.6267 50.1831 3.99804 48.6247 3.1708C46.0931 1.86464 41.0659 0.307373 31.4962 0.307373C21.9264 0.307373 16.8993 1.86464 14.3687 3.1707C12.8096 3.99743 11.8433 5.62619 11.8651 7.39083C11.8869 9.15546 12.893 10.7599 14.472 11.548L18.2137 13.4193L19.0962 16.9544C16.6923 17.4418 14.9645 19.5551 14.9645 22.0079C14.9645 24.4606 16.6923 26.574 19.0962 27.0614V28.3892C19.0966 29.8788 19.74 31.2958 20.8612 32.2765L23.3856 34.4868C23.6697 36.9672 23.3506 39.4795 22.4556 41.8101C20.1688 42.4611 10.9401 45.2274 8.03234 48.1342ZM15.0155 60.2407H5.66288V58.1647C5.66288 54.2174 7.12811 51.9596 9.4935 49.5953C10.8699 48.2189 14.3006 46.7361 17.5535 45.5654L13.9038 51.165C13.5285 51.7396 13.463 52.463 13.729 53.0957C13.9949 53.7284 14.5576 54.1878 15.2306 54.3218L16.4086 54.5553C15.6067 56.3515 15.1349 58.2773 15.0155 60.2407ZM20.2174 45.2573L22.4267 47.4666C20.3988 48.808 18.6892 50.5771 17.4181 52.6497L15.6315 52.2911L20.2174 45.2573ZM28.3962 57.1407C27.3884 57.901 26.6934 59.0036 26.4422 60.2407H21.2197C21.6152 56.1225 24.4446 52.6444 28.3962 51.4191V57.1407ZM36.5503 60.2407C36.2996 59.0033 35.6044 57.9006 34.5962 57.1407L34.5838 51.4057C38.5411 52.6338 41.3749 56.1165 41.7728 60.2407H36.5503ZM43.8528 60.2407C43.4487 55.2097 40.0227 50.9313 35.2017 49.4372C34.5797 49.2406 33.901 49.356 33.3789 49.7472C32.8476 50.1391 32.5327 50.7589 32.5295 51.419V57.6986C32.529 58.0681 32.7261 58.4097 33.0461 58.5945C33.677 58.9654 34.1551 59.5491 34.3946 60.2406H28.6027C28.8409 59.5498 29.3171 58.9664 29.946 58.5945C30.2661 58.4097 30.4631 58.0681 30.4627 57.6986V51.419C30.4607 50.7574 30.1457 50.1358 29.6132 49.743C29.0917 49.3515 28.4132 49.2361 27.7915 49.433C22.9687 50.9273 19.542 55.2077 19.1393 60.2406H17.082C17.611 52.6693 23.9072 46.7975 31.497 46.7975C39.0867 46.7975 45.383 52.6693 45.9119 60.2406L43.8528 60.2407ZM24.5657 42.0644C25.21 40.2385 25.5429 38.3172 25.5504 36.381L26.5476 37.2531C27.4886 38.0764 28.6961 38.5305 29.9462 38.5313H33.0462C34.2974 38.5312 35.5062 38.077 36.4479 37.2531L37.4451 36.381C37.4527 38.3172 37.7855 40.2385 38.4299 42.0644L31.4963 44.6704L24.5657 42.0644ZM53.4989 49.5953C55.8642 51.9596 57.3294 54.2174 57.3294 58.1647V60.2407H47.9767C47.8584 58.2782 47.3879 56.3531 46.5878 54.5574L47.7659 54.3239C48.4394 54.1898 49.0024 53.73 49.2682 53.0967C49.534 52.4634 49.4679 51.7395 49.0917 51.165L45.446 45.5674C48.6918 46.7361 52.1224 48.219 53.4988 49.5973L53.4989 49.5953ZM47.362 52.2944L45.5744 52.6498C44.3035 50.5767 42.5939 48.8071 40.5659 47.4656L42.7751 45.2573L47.362 52.2944ZM39.8114 43.7508C40.1597 43.8479 40.5689 43.9678 41.0091 44.1L38.6955 46.4137C37.7326 45.9452 36.7262 45.5724 35.6906 45.3007L39.8114 43.7508ZM18.7965 11.4023L15.3865 9.69937C14.4899 9.2529 13.925 8.33564 13.9295 7.33408C13.9175 6.35937 14.4533 5.46032 15.3163 5.00703C17.6495 3.80634 22.3418 2.37406 31.4962 2.37406C40.6505 2.37406 45.348 3.80623 47.6771 5.00805C48.5391 5.46164 49.0744 6.36008 49.0628 7.33408C49.066 8.33646 48.4989 9.2535 47.6006 9.69835L44.1906 11.4013C43.0126 10.2429 39.8661 8.57403 31.4962 8.57403C23.1262 8.57403 19.9797 10.2429 18.7965 11.4023ZM42.7864 12.8882L42.0053 16.0141C38.5444 16.6838 35.0192 16.961 31.4963 16.8407C27.9733 16.9607 24.4481 16.6834 20.9873 16.0141L20.2113 12.9141C20.793 12.3199 23.1791 10.6407 31.4963 10.6407C39.9272 10.6407 42.2646 12.3664 42.7864 12.8882ZM22.2231 30.7214C21.5499 30.1333 21.1634 29.283 21.1628 28.3892V26.1314C21.1628 25.5607 20.7002 25.0981 20.1295 25.0981C18.6199 25.1107 17.3235 24.028 17.0671 22.5404C16.8106 21.0528 17.6695 19.5983 19.0961 19.1048V20.9648C19.0961 21.5355 19.5588 21.9981 20.1294 21.9981C20.7001 21.9981 21.1627 21.5355 21.1627 20.9648V18.1666C24.5759 18.74 28.0359 18.988 31.4961 18.9075C34.9562 18.988 38.4162 18.74 41.8294 18.1666V20.9648C41.8294 21.5355 42.2921 21.9981 42.8627 21.9981C43.4334 21.9981 43.896 21.5355 43.896 20.9648V19.1048C45.3226 19.5983 46.1815 21.0528 45.9251 22.5404C45.6686 24.028 44.3722 25.1108 42.8626 25.0981C42.292 25.0981 41.8293 25.5607 41.8293 26.1314V28.3892C41.8292 29.2827 41.4436 30.1329 40.7712 30.7214L35.0879 35.6969C34.5227 36.1918 33.7972 36.4645 33.046 36.4646H29.946C29.1948 36.4645 28.4693 36.1918 27.9041 35.6969L22.2231 30.7214ZM27.304 45.3007C26.2684 45.5724 25.2618 45.9451 24.2991 46.4137L21.9834 44.1C22.4236 43.9677 22.8329 43.8479 23.1811 43.7508L27.304 45.3007Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_18_248">
|
||||||
|
<rect width="62" height="62" fill="white" transform="translate(0.496094 0.307373)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,24 @@
|
|||||||
|
<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_1191_342)">
|
||||||
|
<path d="M56.8333 0H5.16667C2.31461 0.00341632 0.00341632 2.31461 0 5.16667V56.8333C0.00341632 59.6854 2.31461 61.9966 5.16667 62H56.8333C59.6854 61.9966 61.9966 59.6854 62 56.8333V5.16667C61.9966 2.31461 59.6854 0.00341632 56.8333 0ZM59.9333 56.8333C59.9333 58.5454 58.5454 59.9333 56.8333 59.9333H5.16667C3.45458 59.9333 2.06667 58.5454 2.06667 56.8333V5.16667C2.06667 3.45458 3.45458 2.06667 5.16667 2.06667H56.8333C58.5454 2.06667 59.9333 3.45458 59.9333 5.16667V56.8333Z" fill="#040401"/>
|
||||||
|
<path d="M21.7003 16.5326C21.1296 16.5326 20.667 16.9952 20.667 17.5659C20.667 18.1366 21.1296 18.5992 21.7003 18.5992H25.8337C26.4044 18.5992 26.867 18.1366 26.867 17.5659C26.867 16.9952 26.4044 16.5326 25.8337 16.5326H24.8003V8.26589H25.8337C26.4044 8.26589 26.867 7.80325 26.867 7.23255C26.867 6.66186 26.4044 6.19922 25.8337 6.19922H21.7003C21.1296 6.19922 20.667 6.66186 20.667 7.23255C20.667 7.80325 21.1296 8.26589 21.7003 8.26589H22.7337V16.5326H21.7003Z" fill="#040401"/>
|
||||||
|
<path d="M56.8337 8.26589C57.4044 8.26589 57.867 7.80325 57.867 7.23255C57.867 6.66186 57.4044 6.19922 56.8337 6.19922H52.7003C52.1296 6.19922 51.667 6.66186 51.667 7.23255V17.5659C51.667 18.1366 52.1296 18.5992 52.7003 18.5992H56.8337C57.4044 18.5992 57.867 18.1366 57.867 17.5659C57.867 16.9952 57.4044 16.5326 56.8337 16.5326H53.7337V13.4326H56.8337C57.4044 13.4326 57.867 12.9699 57.867 12.3992C57.867 11.8285 57.4044 11.3659 56.8337 11.3659H53.7337V8.26589H56.8337Z" fill="#040401"/>
|
||||||
|
<path d="M49.5995 6.19922H43.3995C42.8289 6.19922 42.3662 6.66186 42.3662 7.23255C42.3662 7.80325 42.8289 8.26589 43.3995 8.26589H45.4662V17.5659C45.4662 18.1366 45.9288 18.5992 46.4995 18.5992C47.0702 18.5992 47.5329 18.1366 47.5329 17.5659V8.26589H49.5995C50.1702 8.26589 50.6329 7.80325 50.6329 7.23255C50.6329 6.66186 50.1702 6.19922 49.5995 6.19922Z" fill="#040401"/>
|
||||||
|
<path d="M7.75046 6.19922H5.16712C4.59643 6.19922 4.13379 6.66186 4.13379 7.23255V17.5659C4.13379 18.1366 4.59643 18.5992 5.16712 18.5992C5.73782 18.5992 6.20046 18.1366 6.20046 17.5659V13.4326H7.75046C9.74789 13.4326 11.3671 11.8133 11.3671 9.81589C11.3671 7.81846 9.74789 6.19922 7.75046 6.19922ZM7.75046 11.3659H6.20046V8.26589H7.75046C8.6065 8.26589 9.30046 8.95984 9.30046 9.81589C9.30046 10.6719 8.6065 11.3659 7.75046 11.3659Z" fill="#040401"/>
|
||||||
|
<path d="M13.4337 18.5992C14.0044 18.5992 14.4671 18.1366 14.4671 17.5659V13.4326H15.8342L17.6404 17.9503C17.8527 18.4805 18.4546 18.7382 18.9848 18.5259C19.515 18.3136 19.7727 17.7117 19.5604 17.1815L17.8533 12.9159C19.2604 12.0922 19.9396 10.4266 19.5096 8.85377C19.0796 7.28097 17.6476 6.19253 16.0171 6.19925H13.4337C12.863 6.19925 12.4004 6.66189 12.4004 7.23258V17.5659C12.4004 18.1366 12.863 18.5992 13.4337 18.5992ZM14.4671 8.26592H16.0171C16.8731 8.26592 17.5671 8.95988 17.5671 9.81592C17.5671 10.672 16.8731 11.3659 16.0171 11.3659H14.4671V8.26592Z" fill="#040401"/>
|
||||||
|
<path d="M35.8697 18.5561C36.1322 18.6347 36.4153 18.6059 36.6565 18.4758C36.8978 18.3458 37.0775 18.1253 37.1562 17.8627L37.555 16.5328H40.9774L41.3763 17.8627C41.5073 18.3 41.9097 18.5995 42.3662 18.5995C42.4666 18.5992 42.5665 18.5845 42.6628 18.5561C42.9254 18.4774 43.1459 18.2977 43.276 18.0564C43.406 17.8152 43.4348 17.5321 43.3562 17.2696L40.2562 6.93622C40.1252 6.49884 39.7228 6.19922 39.2662 6.19922C38.8097 6.19922 38.4072 6.49884 38.2763 6.93622L35.1763 17.2696C35.0976 17.5321 35.1265 17.8152 35.2565 18.0564C35.3866 18.2977 35.6071 18.4774 35.8697 18.5561ZM39.2662 10.8288L40.3574 14.4661H38.175L39.2662 10.8288Z" fill="#040401"/>
|
||||||
|
<path d="M31.0439 17.8625C31.1748 18.2999 31.5773 18.5996 32.0338 18.5996C32.4904 18.5996 32.8928 18.2999 33.0237 17.8625L36.1237 7.52921C36.2297 7.17554 36.1389 6.79221 35.8856 6.52362C35.6323 6.25503 35.2549 6.14198 34.8957 6.22705C34.5364 6.31213 34.2498 6.58241 34.1439 6.93608L32.0338 13.97L29.9237 6.93608C29.8178 6.58241 29.5312 6.31213 29.1719 6.22705C28.8127 6.14198 28.4353 6.25503 28.182 6.52362C27.9287 6.79221 27.8379 7.17554 27.9439 7.52921L31.0439 17.8625Z" fill="#040401"/>
|
||||||
|
<path d="M24.059 41.2167L18.8923 40.4778C18.2992 40.3931 17.6984 40.5699 17.2458 40.9624C16.7932 41.355 16.5332 41.9247 16.5332 42.5238V44.4324C16.5332 45.5738 17.4585 46.4991 18.5999 46.4991H23.7665C24.9079 46.4991 25.8332 45.5738 25.8332 44.4324V43.2616C25.8292 42.2349 25.0749 41.3655 24.059 41.2167ZM23.7665 44.4324H18.5999V42.5238L23.7665 43.2616V44.4324Z" fill="#040401"/>
|
||||||
|
<path d="M43.1079 40.4778L37.9412 41.2167C36.9253 41.3655 36.171 42.2349 36.167 43.2616V44.4324C36.167 45.5738 37.0923 46.4991 38.2337 46.4991H43.4003C44.5417 46.4991 45.467 45.5738 45.467 44.4324V42.5238C45.467 41.9247 45.207 41.355 44.7544 40.9624C44.3018 40.5699 43.701 40.3931 43.1079 40.4778ZM43.4003 44.4324H38.2337V43.2616L43.4003 42.5238V44.4324Z" fill="#040401"/>
|
||||||
|
<path d="M33.0671 40.3008H28.9337C28.363 40.3008 27.9004 40.7634 27.9004 41.3341C27.9004 41.9048 28.363 42.3674 28.9337 42.3674H33.0671C33.6378 42.3674 34.1004 41.9048 34.1004 41.3341C34.1004 40.7634 33.6378 40.3008 33.0671 40.3008Z" fill="#040401"/>
|
||||||
|
<path d="M33.0671 44.4336H28.9337C28.363 44.4336 27.9004 44.8962 27.9004 45.4669C27.9004 46.0376 28.363 46.5003 28.9337 46.5003H33.0671C33.6378 46.5003 34.1004 46.0376 34.1004 45.4669C34.1004 44.8962 33.6378 44.4336 33.0671 44.4336Z" fill="#040401"/>
|
||||||
|
<path d="M26.564 26.1346C26.1605 25.7312 25.5064 25.7312 25.1029 26.1346L23.0362 28.2012C22.7676 28.4607 22.6598 28.8449 22.7544 29.2062C22.849 29.5675 23.1311 29.8496 23.4924 29.9442C23.8537 30.0387 24.2379 29.931 24.4973 29.6624L26.564 27.5957C26.9674 27.1922 26.9674 26.5381 26.564 26.1346Z" fill="#FF3600"/>
|
||||||
|
<path d="M31.3026 26.1377L25.1026 32.3377C24.834 32.5972 24.7262 32.9814 24.8208 33.3426C24.9154 33.7039 25.1975 33.9861 25.5588 34.0806C25.9201 34.1752 26.3043 34.0675 26.5637 33.7989L32.7637 27.5989C33.1553 27.1934 33.1497 26.5489 32.7511 26.1503C32.3526 25.7517 31.7081 25.7461 31.3026 26.1377Z" fill="#FF3600"/>
|
||||||
|
<path d="M49.6004 35.1326C49.6004 33.4205 48.2125 32.0326 46.5004 32.0326H44.0328L42.3671 26.1963C41.5987 23.5392 39.1697 21.7074 36.4037 21.6992H25.5971C22.8311 21.7074 20.4021 23.5392 19.6337 26.1963L17.968 32.0326H15.5004C13.7883 32.0326 12.4004 33.4205 12.4004 35.1326C12.402 36.1982 12.9526 37.1879 13.8574 37.751C12.9243 38.7098 12.4016 39.9946 12.4004 41.3326V47.5326C12.4058 48.8416 13.2329 50.0061 14.4671 50.4424V54.7659C14.4671 56.478 15.855 57.8659 17.5671 57.8659H18.6004C20.3125 57.8659 21.7004 56.478 21.7004 54.7659V50.6326H40.3004V54.7659C40.3004 56.478 41.6883 57.8659 43.4004 57.8659H44.4337C46.1458 57.8659 47.5337 56.478 47.5337 54.7659V50.4424C48.7679 50.0061 49.595 48.8416 49.6004 47.5326V41.3326C49.5992 39.9956 49.0773 38.7117 48.1455 37.7531C48.3388 37.6331 48.5174 37.4909 48.6776 37.3294C49.272 36.7537 49.6054 35.9601 49.6004 35.1326ZM21.6239 26.7626C22.1357 24.9921 23.7541 23.7714 25.5971 23.7659H36.4037C38.2467 23.7714 39.8651 24.9921 40.3769 26.7626L43.0635 36.1659H18.9373L21.6239 26.7626ZM15.5004 34.0992H17.378L16.7869 36.1659H15.5004C15.2217 36.1666 14.9551 36.0522 14.7636 35.8497C14.572 35.6605 14.465 35.4018 14.4671 35.1326C14.4671 34.5619 14.9297 34.0992 15.5004 34.0992ZM19.6337 54.7659C19.6337 55.3366 19.1711 55.7992 18.6004 55.7992H17.5671C16.9964 55.7992 16.5337 55.3366 16.5337 54.7659V50.6326H19.6337V54.7659ZM45.4671 54.7659C45.4671 55.3366 45.0044 55.7992 44.4337 55.7992H43.4004C42.8297 55.7992 42.3671 55.3366 42.3671 54.7659V50.6326H45.4671V54.7659ZM47.5337 47.5326C47.5337 48.1032 47.0711 48.5659 46.5004 48.5659H15.5004C14.9297 48.5659 14.4671 48.1032 14.4671 47.5326V41.3326C14.4671 39.6205 15.855 38.2326 17.5671 38.2326H44.4337C46.1458 38.2326 47.5337 39.6205 47.5337 41.3326V47.5326ZM47.2175 35.8683C47.029 36.0611 46.77 36.1686 46.5004 36.1659H45.2139L44.6228 34.0992H46.5004C47.0711 34.0992 47.5337 34.5619 47.5337 35.1326C47.5341 35.4109 47.4197 35.677 47.2175 35.8683Z" fill="#040401"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_1191_342">
|
||||||
|
<rect width="62" height="62" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.9 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M8.41588 44.365C4.41652 41.2462 1.84473 36.3823 1.84473 30.9177C1.84473 21.5052 9.47509 13.875 18.8875 13.875C22.1213 13.875 25.1447 14.7757 27.7206 16.3399" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M27.7573 45.4727C25.5397 46.8268 22.9886 47.6885 20.2559 47.9057" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M55.7236 19.4586C58.4744 22.4853 60.1509 26.5057 60.1509 30.9177C60.1509 40.3302 52.5205 47.9605 43.1082 47.9605C33.6958 47.9605 26.0654 40.3301 26.0654 30.9177C26.0654 21.5054 33.6958 13.875 43.1082 13.875" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M43.1086 21.4141L46.1971 27.6719L53.103 28.6755L48.1058 33.5464L49.2855 40.4245L43.1086 37.1771L36.9319 40.4245L38.1114 33.5464L33.1143 28.6755L40.0202 27.6719L43.1086 21.4141Z" stroke="#FF3600" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M18.0836 29.2141C15.5611 28.1848 15.1334 27.624 15.1291 26.7563C15.1251 25.9504 15.7007 25.0864 17.3277 25.0784C18.9485 25.0705 19.9708 25.648 20.4074 25.8947C20.5737 25.9888 20.7732 26.0052 20.9525 25.9396C21.1321 25.8741 21.2741 25.7333 21.3409 25.5542L22.0068 23.77C22.1182 23.4713 21.9913 23.136 21.7157 22.9762C20.7716 22.429 19.6512 22.1073 18.5193 21.9984L18.5095 19.2863C18.5076 18.9255 18.2272 18.6583 17.8663 18.6602L16.1933 18.6684C15.8324 18.6702 15.5984 18.9398 15.6002 19.3006L15.611 22.1997C13.0279 22.8229 11.52 24.6963 11.5318 27.0976C11.5463 30.0574 13.8776 31.3714 16.4034 32.3475C18.7292 33.2771 19.0461 34.143 19.0501 34.94C19.0559 36.1308 18.0285 36.9359 16.4988 36.9434C15.2611 36.9494 13.9733 36.5728 12.9687 35.9101C12.8009 35.7993 12.5904 35.7722 12.3998 35.8361C12.2092 35.9002 12.0582 36.0485 11.9913 36.2381L11.3523 38.0492C11.2551 38.3248 11.3141 38.6317 11.5527 38.8004C12.4913 39.4639 13.9198 39.9331 15.3749 40.0561L15.3852 42.5222C15.3871 42.883 15.7581 43.1737 16.1189 43.1718L17.8189 43.1635C18.1797 43.1617 18.4577 42.868 18.4561 42.507L18.4449 39.8734C21.0278 39.2237 22.7018 37.2157 22.6896 34.7332C22.6816 33.0239 22.1559 30.8516 18.0836 29.2141Z" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M9.09567 49.2626C8.93026 49.0654 8.76751 48.8658 8.60742 48.6641" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M54.6306 46.9727L51.6747 57.0025L48.4203 53.5597C43.5984 57.2757 37.5562 59.4858 30.9977 59.4858C23.6265 59.4858 16.9073 56.6939 11.8398 52.1101" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M53.9297 13.8789C54.1899 14.2285 54.4423 14.5843 54.6866 14.946" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M7.1709 15.154L10.0151 4.38969L13.2918 8.49925C18.1595 4.64968 24.3105 2.35156 30.9983 2.35156C38.52 2.35156 45.3628 5.25854 50.4643 10.0103" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M19.7119 9.80975C19.7119 9.80975 31.4653 3.64402 41.5808 13.856" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M19.2285 47.2109C19.2285 47.2109 28.5331 58.2007 43.8455 51.5336" stroke="#040401" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,7 @@
|
|||||||
|
<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M31 31C33.874 31 36.6835 30.1478 39.0731 28.551C41.4628 26.9543 43.3253 24.6849 44.4251 22.0296C45.525 19.3744 45.8127 16.4526 45.252 13.6339C44.6913 10.8151 43.3074 8.22584 41.2751 6.19361C39.2429 4.16138 36.6537 2.77741 33.8349 2.21672C31.0161 1.65603 28.0944 1.9438 25.4391 3.04363C22.7839 4.14347 20.5144 6.00597 18.9177 8.39563C17.321 10.7853 16.4688 13.5947 16.4688 16.4688C16.4731 20.3213 18.0055 24.0149 20.7297 26.7391C23.4539 29.4633 27.1474 30.9956 31 31ZM31 3.87501C33.4908 3.87501 35.9257 4.61362 37.9967 5.99744C40.0677 7.38126 41.6819 9.34813 42.6351 11.6493C43.5883 13.9505 43.8377 16.4827 43.3518 18.9257C42.8658 21.3686 41.6664 23.6126 39.9051 25.3739C38.1439 27.1351 35.8999 28.3346 33.4569 28.8205C31.014 29.3065 28.4818 29.0571 26.1806 28.1039C23.8794 27.1507 21.9125 25.5365 20.5287 23.4655C19.1449 21.3944 18.4062 18.9596 18.4062 16.4688C18.4101 13.1299 19.7382 9.92883 22.0991 7.56788C24.4601 5.20693 27.6611 3.87885 31 3.87501Z" fill="black"/>
|
||||||
|
<path d="M31 28.0938C33.2992 28.0938 35.5468 27.412 37.4585 26.1346C39.3702 24.8572 40.8602 23.0416 41.7401 20.9175C42.62 18.7933 42.8502 16.4559 42.4016 14.2008C41.9531 11.9458 40.8459 9.87442 39.2201 8.24864C37.5943 6.62285 35.523 5.51568 33.2679 5.06713C31.0129 4.61857 28.6755 4.84879 26.5513 5.72866C24.4271 6.60852 22.6115 8.09853 21.3342 10.0103C20.0568 11.922 19.375 14.1695 19.375 16.4688C19.3783 19.5509 20.6042 22.5058 22.7836 24.6852C24.963 26.8646 27.9179 28.0904 31 28.0938ZM21.7591 19.375H25.6341L27.1473 21.6448L27.497 25.4917C26.1448 24.9649 24.9276 24.1421 23.9347 23.0837C22.9419 22.0253 22.1985 20.7581 21.7591 19.375ZM29.4955 26.0274L29.0625 21.2253C29.0476 21.0643 28.9931 20.9095 28.9036 20.7748L26.9661 17.8686C26.8773 17.7354 26.7568 17.6263 26.6155 17.5511C26.4741 17.4759 26.3164 17.4368 26.1562 17.4375H21.3619C21.296 16.7934 21.296 16.1442 21.3619 15.5H26.1562C26.3597 15.5001 26.5579 15.4361 26.7229 15.3171C26.8879 15.1982 27.0113 15.0304 27.0756 14.8374L27.8235 12.5938H34.1765L34.9244 14.8374C34.9887 15.0304 35.1121 15.1982 35.2771 15.3171C35.4421 15.4361 35.6403 15.5001 35.8438 15.5H40.6381C40.704 16.1442 40.704 16.7934 40.6381 17.4375H35.8438C35.6843 17.4375 35.5273 17.4768 35.3867 17.552C35.2461 17.6272 35.1262 17.736 35.0377 17.8686L33.1002 20.7748C33.0094 20.9092 32.9535 21.064 32.9375 21.2253L32.5006 26.0274C31.505 26.1992 30.4873 26.1992 29.4917 26.0274H29.4955ZM34.4991 25.4917L34.8488 21.6448L36.362 19.375H40.237C39.7976 20.7581 39.0542 22.0253 38.0614 23.0837C37.0685 24.1421 35.8513 24.9649 34.4991 25.4917ZM31 6.78126C33.0608 6.78375 35.0673 7.44232 36.7288 8.66155C38.3902 9.88078 39.6204 11.5973 40.2409 13.5625H36.5422L35.7943 11.3189C35.7301 11.1259 35.6067 10.958 35.4417 10.8391C35.2767 10.7202 35.0784 10.6562 34.875 10.6563H27.125C26.9216 10.6562 26.7233 10.7202 26.5583 10.8391C26.3933 10.958 26.2699 11.1259 26.2057 11.3189L25.4578 13.5625H21.7591C22.3796 11.5973 23.6098 9.88078 25.2712 8.66155C26.9327 7.44232 28.9392 6.78375 31 6.78126Z" fill="black"/>
|
||||||
|
<path d="M14.2208 27.125C14.4341 27.125 14.6414 27.0547 14.8106 26.9249C14.9798 26.7951 15.1014 26.6131 15.1567 26.4072L16.2223 22.4353L14.3516 21.9335L13.9583 23.3992C12.9091 20.8015 12.4639 17.9994 12.6564 15.2045C12.8489 12.4095 13.674 9.6949 15.0695 7.26562L13.3916 6.29688C11.8006 9.06716 10.8815 12.172 10.7082 15.362C10.5349 18.5519 11.1122 21.738 12.3938 24.6644L10.5008 24.1567L10 26.0284L13.9719 27.094C14.0531 27.1152 14.1369 27.1256 14.2208 27.125Z" fill="#FF3600"/>
|
||||||
|
<path d="M48.0442 9.53491C49.0933 12.133 49.5382 14.9356 49.3452 17.7309C49.1522 20.5262 48.3264 23.2411 46.9301 25.6704L48.608 26.6392C50.199 23.8689 51.1181 20.764 51.2914 17.5741C51.4647 14.3841 50.8874 11.198 49.6058 8.27166L51.4988 8.77928L51.9996 6.90766L48.0277 5.84203C47.9049 5.80878 47.7766 5.80022 47.6504 5.81684C47.5242 5.83347 47.4025 5.87496 47.2925 5.93891C47.07 6.06731 46.9076 6.27883 46.841 6.52694L45.7754 10.4988L47.646 11.0006L48.0442 9.53491Z" fill="#FF3600"/>
|
||||||
|
<path d="M47.4688 39.7187H44.9122C43.4252 38.5049 36.1208 32.9375 27.125 32.9375C18.1292 32.9375 10.8267 38.503 9.33778 39.7187H4.84375C4.07296 39.7187 3.33375 40.0249 2.78872 40.57C2.24369 41.115 1.9375 41.8542 1.9375 42.625V48.4375C1.9378 48.6288 1.9944 48.8158 2.10025 48.9752L5.97525 54.7877C6.06374 54.9203 6.18361 55.029 6.32421 55.1042C6.46481 55.1794 6.6218 55.2188 6.78125 55.2187H10.7434C10.9711 56.5726 11.6712 57.8019 12.7193 58.6885C13.7675 59.5751 15.0959 60.0616 16.4688 60.0616C17.8416 60.0616 19.17 59.5751 20.2182 58.6885C21.2663 57.8019 21.9664 56.5726 22.1941 55.2187H40.7747C41.0024 56.5726 41.7024 57.8019 42.7506 58.6885C43.7987 59.5751 45.1272 60.0616 46.5 60.0616C47.8728 60.0616 49.2013 59.5751 50.2494 58.6885C51.2976 57.8019 51.9976 56.5726 52.2253 55.2187H59.0938C59.3507 55.2187 59.5971 55.1167 59.7788 54.935C59.9604 54.7533 60.0625 54.5069 60.0625 54.25V52.3125C60.0587 48.9736 58.7306 45.7726 56.3696 43.4116C54.0087 41.0507 50.8076 39.7226 47.4688 39.7187ZM55.6818 45.5312H51.862L51.2168 44.5625H54.7596C55.0865 44.8662 55.3945 45.1897 55.6818 45.5312ZM28.0938 44.5625H29.5469C29.6753 44.5625 29.7985 44.6135 29.8894 44.7044C29.9802 44.7952 30.0312 44.9184 30.0312 45.0469C30.0312 45.1753 29.9802 45.2985 29.8894 45.3894C29.7985 45.4802 29.6753 45.5312 29.5469 45.5312H28.0938V44.5625ZM28.0938 34.9167C33.8171 35.1995 38.8217 37.8781 41.602 39.7187H28.0938V34.9167ZM26.1562 34.9167V39.7187H12.648C15.4293 37.8781 20.4329 35.1995 26.1562 34.9167ZM3.875 44.5625H6.90816L6.26297 45.5312H3.875V44.5625ZM16.4688 58.125C15.7023 58.125 14.9532 57.8977 14.3159 57.4719C13.6787 57.0462 13.182 56.441 12.8887 55.7329C12.5954 55.0248 12.5187 54.2457 12.6682 53.494C12.8177 52.7423 13.1868 52.0519 13.7287 51.51C14.2706 50.968 14.9611 50.599 15.7128 50.4495C16.4645 50.2999 17.2436 50.3767 17.9516 50.67C18.6597 50.9633 19.2649 51.4599 19.6907 52.0972C20.1165 52.7344 20.3438 53.4836 20.3438 54.25C20.3438 55.2777 19.9355 56.2633 19.2088 56.99C18.4821 57.7167 17.4965 58.125 16.4688 58.125ZM16.4688 48.4375C15.0965 48.44 13.7692 48.9276 12.7216 49.8139C11.6739 50.7002 10.9733 51.9283 10.7434 53.2812H7.29953L3.875 48.1469V47.4687H6.78125C6.9407 47.4688 7.09769 47.4294 7.23829 47.3542C7.37889 47.279 7.49876 47.1703 7.58725 47.0377L9.52475 44.1314C9.62209 43.9855 9.67799 43.8159 9.6865 43.6407C9.69501 43.4656 9.65581 43.2914 9.57307 43.1367C9.49032 42.9821 9.36716 42.8528 9.2167 42.7627C9.06624 42.6726 8.89414 42.625 8.71875 42.625H3.875C3.875 42.3681 3.97706 42.1217 4.15874 41.94C4.34042 41.7583 4.58682 41.6562 4.84375 41.6562H26.1562V53.2812H22.1941C21.9642 51.9283 21.2636 50.7002 20.2159 49.8139C19.1683 48.9276 17.841 48.44 16.4688 48.4375ZM46.5 58.125C45.7336 58.125 44.9844 57.8977 44.3472 57.4719C43.7099 57.0462 43.2133 56.441 42.92 55.7329C42.6267 55.0248 42.5499 54.2457 42.6995 53.494C42.849 52.7423 43.218 52.0519 43.76 51.51C44.3019 50.968 44.9923 50.599 45.744 50.4495C46.4957 50.2999 47.2748 50.3767 47.9829 50.67C48.691 50.9633 49.2962 51.4599 49.7219 52.0972C50.1477 52.7344 50.375 53.4836 50.375 54.25C50.375 55.2777 49.9667 56.2633 49.24 56.99C48.5133 57.7167 47.5277 58.125 46.5 58.125ZM58.125 53.2812H52.2253C51.9976 51.9274 51.2976 50.6981 50.2494 49.8115C49.2013 48.9249 47.8728 48.4384 46.5 48.4384C45.1272 48.4384 43.7987 48.9249 42.7506 49.8115C41.7024 50.6981 41.0024 51.9274 40.7747 53.2812H28.0938V47.4687H29.5469C30.1892 47.4687 30.8052 47.2136 31.2594 46.7594C31.7136 46.3052 31.9688 45.6892 31.9688 45.0469C31.9688 44.4046 31.7136 43.7885 31.2594 43.3343C30.8052 42.8802 30.1892 42.625 29.5469 42.625H28.0938V41.6562H47.4688C48.9923 41.6575 50.4975 41.9879 51.8814 42.625H49.4062C49.2309 42.625 49.0588 42.6726 48.9083 42.7627C48.7578 42.8528 48.6347 42.9821 48.5519 43.1367C48.4692 43.2914 48.43 43.4656 48.4385 43.6407C48.447 43.8159 48.5029 43.9855 48.6002 44.1314L50.5377 47.0377C50.6262 47.1703 50.7461 47.279 50.8867 47.3542C51.0273 47.4294 51.1843 47.4688 51.3438 47.4687H56.948C57.7207 48.9665 58.1242 50.6272 58.125 52.3125V53.2812Z" fill="black"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.9 KiB |
@@ -0,0 +1,14 @@
|
|||||||
|
<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M55.2188 5.8125H49.4062V4.84375C49.4062 4.07296 49.1001 3.33375 48.555 2.78872C48.01 2.24369 47.2708 1.9375 46.5 1.9375C45.7292 1.9375 44.99 2.24369 44.445 2.78872C43.8999 3.33375 43.5938 4.07296 43.5938 4.84375V5.8125H33.9062V4.84375C33.9062 4.07296 33.6001 3.33375 33.055 2.78872C32.51 2.24369 31.7708 1.9375 31 1.9375C30.2292 1.9375 29.49 2.24369 28.945 2.78872C28.3999 3.33375 28.0938 4.07296 28.0938 4.84375V5.8125H18.4062V4.84375C18.4062 4.07296 18.1001 3.33375 17.555 2.78872C17.01 2.24369 16.2708 1.9375 15.5 1.9375C14.7292 1.9375 13.99 2.24369 13.445 2.78872C12.8999 3.33375 12.5938 4.07296 12.5938 4.84375V5.8125H6.78125C5.49705 5.81394 4.26586 6.32473 3.35779 7.23279C2.44973 8.14086 1.93894 9.37205 1.9375 10.6562V55.2188C1.93894 56.5029 2.44973 57.7341 3.35779 58.6422C4.26586 59.5503 5.49705 60.0611 6.78125 60.0625H55.2188C56.5029 60.0611 57.7341 59.5503 58.6422 58.6422C59.5503 57.7341 60.0611 56.5029 60.0625 55.2188V10.6562C60.0611 9.37205 59.5503 8.14086 58.6422 7.23279C57.7341 6.32473 56.5029 5.81394 55.2188 5.8125ZM45.5312 4.84375C45.5312 4.58682 45.6333 4.34042 45.815 4.15874C45.9967 3.97706 46.2431 3.875 46.5 3.875C46.7569 3.875 47.0033 3.97706 47.185 4.15874C47.3667 4.34042 47.4688 4.58682 47.4688 4.84375V10.6562C47.4688 10.9132 47.3667 11.1596 47.185 11.3413C47.0033 11.5229 46.7569 11.625 46.5 11.625C46.2431 11.625 45.9967 11.5229 45.815 11.3413C45.6333 11.1596 45.5312 10.9132 45.5312 10.6562V4.84375ZM30.0312 4.84375C30.0312 4.58682 30.1333 4.34042 30.315 4.15874C30.4967 3.97706 30.7431 3.875 31 3.875C31.2569 3.875 31.5033 3.97706 31.685 4.15874C31.8667 4.34042 31.9688 4.58682 31.9688 4.84375V10.6562C31.9688 10.9132 31.8667 11.1596 31.685 11.3413C31.5033 11.5229 31.2569 11.625 31 11.625C30.7431 11.625 30.4967 11.5229 30.315 11.3413C30.1333 11.1596 30.0312 10.9132 30.0312 10.6562V4.84375ZM14.5312 4.84375C14.5312 4.58682 14.6333 4.34042 14.815 4.15874C14.9967 3.97706 15.2431 3.875 15.5 3.875C15.7569 3.875 16.0033 3.97706 16.185 4.15874C16.3667 4.34042 16.4688 4.58682 16.4688 4.84375V10.6562C16.4688 10.9132 16.3667 11.1596 16.185 11.3413C16.0033 11.5229 15.7569 11.625 15.5 11.625C15.2431 11.625 14.9967 11.5229 14.815 11.3413C14.6333 11.1596 14.5312 10.9132 14.5312 10.6562V4.84375ZM6.78125 7.75H12.5938V10.6562C12.5938 11.427 12.8999 12.1663 13.445 12.7113C13.99 13.2563 14.7292 13.5625 15.5 13.5625C16.2708 13.5625 17.01 13.2563 17.555 12.7113C18.1001 12.1663 18.4062 11.427 18.4062 10.6562V7.75H28.0938V10.6562C28.0938 11.427 28.3999 12.1663 28.945 12.7113C29.49 13.2563 30.2292 13.5625 31 13.5625C31.7708 13.5625 32.51 13.2563 33.055 12.7113C33.6001 12.1663 33.9062 11.427 33.9062 10.6562V7.75H43.5938V10.6562C43.5938 11.427 43.8999 12.1663 44.445 12.7113C44.99 13.2563 45.7292 13.5625 46.5 13.5625C47.2708 13.5625 48.01 13.2563 48.555 12.7113C49.1001 12.1663 49.4062 11.427 49.4062 10.6562V7.75H55.2188C55.9893 7.7509 56.728 8.05738 57.2728 8.60221C57.8176 9.14705 58.1241 9.88574 58.125 10.6562V17.4375H3.875V10.6562C3.8759 9.88574 4.18238 9.14705 4.72721 8.60221C5.27205 8.05738 6.01074 7.7509 6.78125 7.75ZM55.2188 58.125H6.78125C6.01074 58.1241 5.27205 57.8176 4.72721 57.2728C4.18238 56.728 3.8759 55.9893 3.875 55.2188V19.375H58.125V55.2188C58.1241 55.9893 57.8176 56.728 57.2728 57.2728C56.728 57.8176 55.9893 58.1241 55.2188 58.125Z" fill="black"/>
|
||||||
|
<path d="M53.2812 26.1562H49.4062C49.1493 26.1562 48.9029 26.2583 48.7212 26.44C48.5396 26.6217 48.4375 26.8681 48.4375 27.125V31C48.4375 31.2569 48.5396 31.5033 48.7212 31.685C48.9029 31.8667 49.1493 31.9688 49.4062 31.9688H53.2812C53.5382 31.9688 53.7846 31.8667 53.9663 31.685C54.1479 31.5033 54.25 31.2569 54.25 31V27.125C54.25 26.8681 54.1479 26.6217 53.9663 26.44C53.7846 26.2583 53.5382 26.1562 53.2812 26.1562ZM52.3125 30.0312H50.375V28.0938H52.3125V30.0312Z" fill="black"/>
|
||||||
|
<path d="M33.9062 45.5312H30.0312C29.7743 45.5312 29.5279 45.6333 29.3462 45.815C29.1646 45.9967 29.0625 46.2431 29.0625 46.5V50.375C29.0625 50.6319 29.1646 50.8783 29.3462 51.06C29.5279 51.2417 29.7743 51.3438 30.0312 51.3438H33.9062C34.1632 51.3438 34.4096 51.2417 34.5913 51.06C34.7729 50.8783 34.875 50.6319 34.875 50.375V46.5C34.875 46.2431 34.7729 45.9967 34.5913 45.815C34.4096 45.6333 34.1632 45.5312 33.9062 45.5312ZM32.9375 49.4062H31V47.4688H32.9375V49.4062Z" fill="black"/>
|
||||||
|
<path d="M24.2188 26.1562H20.3438C20.0868 26.1562 19.8404 26.2583 19.6587 26.44C19.4771 26.6217 19.375 26.8681 19.375 27.125V31C19.375 31.2569 19.4771 31.5033 19.6587 31.685C19.8404 31.8667 20.0868 31.9688 20.3438 31.9688H24.2188C24.4757 31.9688 24.7221 31.8667 24.9038 31.685C25.0854 31.5033 25.1875 31.2569 25.1875 31V27.125C25.1875 26.8681 25.0854 26.6217 24.9038 26.44C24.7221 26.2583 24.4757 26.1562 24.2188 26.1562ZM23.25 30.0312H21.3125V28.0938H23.25V30.0312Z" fill="black"/>
|
||||||
|
<path d="M14.5312 35.8438H10.6562C10.3993 35.8438 10.1529 35.9458 9.97124 36.1275C9.78956 36.3092 9.6875 36.5556 9.6875 36.8125V40.6875C9.6875 40.9444 9.78956 41.1908 9.97124 41.3725C10.1529 41.5542 10.3993 41.6562 10.6562 41.6562H14.5312C14.7882 41.6562 15.0346 41.5542 15.2163 41.3725C15.3979 41.1908 15.5 40.9444 15.5 40.6875V36.8125C15.5 36.5556 15.3979 36.3092 15.2163 36.1275C15.0346 35.9458 14.7882 35.8438 14.5312 35.8438ZM13.5625 39.7188H11.625V37.7812H13.5625V39.7188Z" fill="black"/>
|
||||||
|
<path d="M24.2188 35.8438H20.3438C20.0868 35.8438 19.8404 35.9458 19.6587 36.1275C19.4771 36.3092 19.375 36.5556 19.375 36.8125V40.6875C19.375 40.9444 19.4771 41.1908 19.6587 41.3725C19.8404 41.5542 20.0868 41.6562 20.3438 41.6562H24.2188C24.4757 41.6562 24.7221 41.5542 24.9038 41.3725C25.0854 41.1908 25.1875 40.9444 25.1875 40.6875V36.8125C25.1875 36.5556 25.0854 36.3092 24.9038 36.1275C24.7221 35.9458 24.4757 35.8438 24.2188 35.8438ZM23.25 39.7188H21.3125V37.7812H23.25V39.7188Z" fill="black"/>
|
||||||
|
<path d="M14.5312 45.5312H10.6562C10.3993 45.5312 10.1529 45.6333 9.97124 45.815C9.78956 45.9967 9.6875 46.2431 9.6875 46.5V50.375C9.6875 50.6319 9.78956 50.8783 9.97124 51.06C10.1529 51.2417 10.3993 51.3438 10.6562 51.3438H14.5312C14.7882 51.3438 15.0346 51.2417 15.2163 51.06C15.3979 50.8783 15.5 50.6319 15.5 50.375V46.5C15.5 46.2431 15.3979 45.9967 15.2163 45.815C15.0346 45.6333 14.7882 45.5312 14.5312 45.5312ZM13.5625 49.4062H11.625V47.4688H13.5625V49.4062Z" fill="black"/>
|
||||||
|
<path d="M24.2188 45.5312H20.3438C20.0868 45.5312 19.8404 45.6333 19.6587 45.815C19.4771 45.9967 19.375 46.2431 19.375 46.5V50.375C19.375 50.6319 19.4771 50.8783 19.6587 51.06C19.8404 51.2417 20.0868 51.3438 20.3438 51.3438H24.2188C24.4757 51.3438 24.7221 51.2417 24.9038 51.06C25.0854 50.8783 25.1875 50.6319 25.1875 50.375V46.5C25.1875 46.2431 25.0854 45.9967 24.9038 45.815C24.7221 45.6333 24.4757 45.5312 24.2188 45.5312ZM23.25 49.4062H21.3125V47.4688H23.25V49.4062Z" fill="black"/>
|
||||||
|
<path d="M44.7083 30.1504L39.8646 29.4103L37.689 24.7759C37.6108 24.6093 37.4868 24.4685 37.3315 24.3698C37.1762 24.2711 36.996 24.2188 36.812 24.2188C36.628 24.2188 36.4478 24.2711 36.2925 24.3698C36.1372 24.4685 36.0132 24.6093 35.9351 24.7759L33.7605 29.4103L28.9167 30.1504C28.7405 30.1772 28.5752 30.2521 28.4388 30.3668C28.3025 30.4816 28.2004 30.6317 28.1438 30.8007C28.0873 30.9697 28.0784 31.151 28.1183 31.3247C28.1581 31.4984 28.2451 31.6577 28.3696 31.7852L31.9033 35.4067L31.0677 40.5321C31.0388 40.7113 31.0608 40.895 31.1312 41.0623C31.2016 41.2296 31.3176 41.3737 31.466 41.4782C31.6143 41.5828 31.7891 41.6436 31.9703 41.6537C32.1515 41.6638 32.3319 41.6227 32.4909 41.5353L36.812 39.1468L41.1331 41.5353C41.2923 41.6232 41.4729 41.6646 41.6545 41.6548C41.836 41.6449 42.0111 41.5841 42.1597 41.4794C42.3084 41.3747 42.4245 41.2303 42.4949 41.0626C42.5654 40.895 42.5872 40.711 42.5579 40.5315L41.7224 35.4061L45.256 31.7846C45.3806 31.6571 45.4675 31.4978 45.5074 31.3241C45.5472 31.1504 45.5384 30.9691 45.4818 30.8001C45.4252 30.6311 45.3232 30.481 45.1868 30.3662C45.0505 30.2515 44.8851 30.1766 44.7089 30.1498L44.7083 30.1504ZM39.9936 34.4028C39.8877 34.5114 39.8088 34.6432 39.7632 34.7878C39.7175 34.9324 39.7065 35.0857 39.7309 35.2354L40.3242 38.8744L37.2804 37.1912C37.137 37.1119 36.9757 37.0703 36.8118 37.0703C36.6479 37.0703 36.4866 37.1119 36.3432 37.1912L33.2993 38.8744L33.8927 35.2354C33.9171 35.0857 33.9061 34.9324 33.8604 34.7878C33.8148 34.6432 33.7358 34.5114 33.6299 34.4028L31.0722 31.7809L34.5637 31.2481C34.7209 31.2241 34.8698 31.1617 34.9972 31.0665C35.1247 30.9712 35.2267 30.8461 35.2942 30.7021L36.812 27.4676L38.3299 30.7015C38.3975 30.8455 38.4995 30.9706 38.6269 31.0659C38.7544 31.1611 38.9033 31.2235 39.0605 31.2475L42.552 31.7803L39.9936 34.4028Z" fill="#FF3600"/>
|
||||||
|
<path d="M53.2812 35.8438H49.4062C49.1493 35.8438 48.9029 35.9458 48.7212 36.1275C48.5396 36.3092 48.4375 36.5556 48.4375 36.8125V40.6875C48.4375 40.9444 48.5396 41.1908 48.7212 41.3725C48.9029 41.5542 49.1493 41.6562 49.4062 41.6562H53.2812C53.5382 41.6562 53.7846 41.5542 53.9663 41.3725C54.1479 41.1908 54.25 40.9444 54.25 40.6875V36.8125C54.25 36.5556 54.1479 36.3092 53.9663 36.1275C53.7846 35.9458 53.5382 35.8438 53.2812 35.8438ZM52.3125 39.7188H50.375V37.7812H52.3125V39.7188Z" fill="black"/>
|
||||||
|
<path d="M53.2812 45.5312H49.4062C49.1493 45.5312 48.9029 45.6333 48.7212 45.815C48.5396 45.9967 48.4375 46.2431 48.4375 46.5V50.375C48.4375 50.6319 48.5396 50.8783 48.7212 51.06C48.9029 51.2417 49.1493 51.3438 49.4062 51.3438H53.2812C53.5382 51.3438 53.7846 51.2417 53.9663 51.06C54.1479 50.8783 54.25 50.6319 54.25 50.375V46.5C54.25 46.2431 54.1479 45.9967 53.9663 45.815C53.7846 45.6333 53.5382 45.5312 53.2812 45.5312ZM52.3125 49.4062H50.375V47.4688H52.3125V49.4062Z" fill="black"/>
|
||||||
|
<path d="M43.5938 45.5312H39.7188C39.4618 45.5312 39.2154 45.6333 39.0337 45.815C38.8521 45.9967 38.75 46.2431 38.75 46.5V50.375C38.75 50.6319 38.8521 50.8783 39.0337 51.06C39.2154 51.2417 39.4618 51.3438 39.7188 51.3438H43.5938C43.8507 51.3438 44.0971 51.2417 44.2788 51.06C44.4604 50.8783 44.5625 50.6319 44.5625 50.375V46.5C44.5625 46.2431 44.4604 45.9967 44.2788 45.815C44.0971 45.6333 43.8507 45.5312 43.5938 45.5312ZM42.625 49.4062H40.6875V47.4688H42.625V49.4062Z" fill="black"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 9.9 KiB |
@@ -0,0 +1,10 @@
|
|||||||
|
<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_289_129)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.062 1.06889C13.9889 1.98101 6.6399 7.20251 3.00227 14.6108C-0.402229 21.5444 -0.331729 29.7253 3.19127 36.5228L3.8584 37.8099L2.23265 43.6911C1.33865 46.9259 0.633646 49.5991 0.666146 49.6316C0.698646 49.6641 3.3719 48.9591 6.60665 48.0651L12.4879 46.4394L13.775 47.1065C16.5264 48.5325 19.7059 49.444 22.962 49.7405L23.862 49.8224L24.1981 50.8415C26.1905 56.8839 31.1394 61.8105 37.268 63.8529C39.678 64.656 40.8833 64.8438 43.687 64.8528C45.6155 64.8589 46.4728 64.8078 47.437 64.629C49.1945 64.3033 51.4725 63.541 53.0461 62.7523L54.3871 62.08L59.3298 63.4485C62.0483 64.2013 64.2996 64.7899 64.3329 64.7566C64.3661 64.7234 63.7775 62.472 63.0248 59.7535L61.6563 54.8109L62.3285 53.4699C63.1173 51.8963 63.8795 49.6183 64.2053 47.8608C64.384 46.8965 64.4351 46.0393 64.429 44.1108C64.42 41.307 64.2323 40.1018 63.4291 37.6918C61.3868 31.5631 56.4601 26.6143 50.4178 24.6219L49.3986 24.2858L49.3164 23.3858C48.3323 12.6103 40.6635 3.81564 30.2349 1.50264C27.7008 0.940638 24.6368 0.778013 22.062 1.06889ZM22.7495 4.81189C15.7369 5.60614 9.58915 9.89714 6.41827 16.2106C4.81252 19.4078 4.02377 23.5231 4.35102 26.9959C4.43152 27.8498 4.5859 28.9843 4.69415 29.517C5.13965 31.7103 6.28165 34.5468 7.46127 36.3899C7.71502 36.7864 7.9154 37.1951 7.90665 37.2983C7.89777 37.4014 7.46852 39.0033 6.95277 40.858C6.43702 42.7128 6.02677 44.2421 6.04115 44.2566C6.05565 44.271 7.58502 43.8608 9.43977 43.345C11.2945 42.8293 12.8964 42.4 12.9995 42.3911C13.1026 42.3824 13.5114 42.5828 13.9079 42.8365C14.9808 43.5231 16.6678 44.3429 17.937 44.7944C24.0388 46.9649 30.7515 46.193 36.1245 42.7033C42.507 38.5579 46.1975 31.11 45.5196 23.7426C45.334 21.7246 45.1015 20.5923 44.5016 18.7851C42.81 13.6881 38.9851 9.30189 34.0871 6.84201C30.7231 5.15251 26.4685 4.39064 22.7495 4.81189ZM22.8745 12.4648C19.9044 13.346 17.8145 15.8673 17.4433 19.017L17.3659 19.6733H19.3078H21.2495V19.3205C21.2495 18.2119 22.2516 16.8004 23.4021 16.2886C24.8645 15.6381 26.6163 16.0088 27.6819 17.194C28.3899 17.9814 28.6669 18.7978 28.604 19.9113C28.5249 21.3101 28.2568 21.6796 25.4655 24.2358L23.0085 26.4858L23.004 28.767L22.9995 31.0483H24.937H26.8745V29.5653V28.0821L28.6736 26.444C30.9936 24.3315 31.6644 23.4104 32.1974 21.6054C32.4918 20.6083 32.4916 18.7396 32.1971 17.7358C31.0015 13.6609 26.8173 11.295 22.8745 12.4648ZM49.185 28.6523C49.1454 28.9044 48.9719 29.7751 48.7994 30.5871C47.0328 38.9043 40.7881 45.843 32.6306 48.5533C31.4079 48.9595 30.5933 49.1545 28.1436 49.6275C27.7678 49.7 27.8233 49.9508 28.5604 51.512C30.8435 56.3476 35.3703 59.8038 40.8278 60.8776C42.4696 61.2008 45.4213 61.1751 47.062 60.8236C49.2644 60.3518 51.1494 59.6075 52.828 58.5475C53.2626 58.2729 53.7183 58.0486 53.8401 58.0491C53.9621 58.0496 55.1581 58.355 56.4978 58.728C57.8374 59.1009 58.9446 59.3948 58.9584 59.381C58.9721 59.3673 58.6785 58.2603 58.306 56.9209C57.9334 55.5816 57.6276 54.3846 57.6265 54.261C57.6254 54.1374 57.8206 53.7296 58.0604 53.3549C59.1264 51.6885 59.9323 49.6718 60.3961 47.5093C60.6138 46.4953 60.6689 45.8283 60.6668 44.2358C60.6638 41.9915 60.4249 40.5446 59.7344 38.5873C58.1269 34.0308 54.5964 30.3634 50.0318 28.5086L49.257 28.1938L49.185 28.6523ZM22.9995 36.6733V38.5483H24.937H26.8745V36.6733V34.7983H24.937H22.9995V36.6733Z" fill="#FF3600"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_289_129">
|
||||||
|
<rect width="64" height="64" fill="white" transform="translate(0.5 0.923462)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3827 8.57776L15.4995 10.3489L14.0579 12.8066L10.9411 11.0354V14.5778H8.05793V11.0354L4.94109 12.8066L3.49951 10.3489L6.61632 8.57776L3.49951 6.80656L4.94109 4.34893L8.05793 6.12013V2.57776H10.9411V6.12013L14.0579 4.34895L15.4995 6.80659L12.3827 8.57776Z" fill="#FF3600"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 12 KiB |