first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-11-30 13:20:54 -05:00
commit e9e5c0546c
5833 changed files with 1801865 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php get_header(); ?>
<?php
if ( get_theme_mod( 'enwoo_custom_404_on_off', '' ) == 'elementor' && get_theme_mod( 'enwoo_custom_404', '' ) != '' && enwoo_check_for_elementor() ) {
$elementor_section_ID = get_theme_mod( 'enwoo_custom_404', '' );
echo do_shortcode( '[elementor-template id="' . $elementor_section_ID . '"]' );
} else {
?>
<!-- start content container -->
<div class="row">
<div class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<div class="main-content-page">
<div class="error-template text-center">
<h1><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'enwoo' ); ?></h1>
<p class="error-details">
<?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'enwoo' ); ?>
</p>
<div class="error-actions">
<?php get_search_form(); ?>
</div>
</div>
</div>
</div>
<?php get_sidebar( 'right' ); ?>
</div>
<!-- end content container -->
<?php
}
get_footer();
+23
View File
@@ -0,0 +1,23 @@
<?php get_header(); ?>
<!-- start content 404 container -->
<div class="row">
<div class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<?php if (have_posts()) : ?>
<header class="archive-page-header text-center">
<?php
the_archive_title('<h1 class="page-title">', '</h1>');
the_archive_description('<div class="taxonomy-description">', '</div>');
?>
</header><!-- .page-header -->
<?php
endif;
do_action('enwoo_generate_the_content');
?>
</div>
<?php get_sidebar('right'); ?>
</div>
<!-- end content 404 container -->
<?php
get_footer();
+54
View File
@@ -0,0 +1,54 @@
<?php
/*
* If the current post is protected by a password and
* the visitor has not yet entered the password we will
* return early without loading the comments.
*/
if (post_password_required()) {
return;
}
if (is_single() || is_page()) :
?>
<div id="comments" class="comments-template">
<?php if (have_comments()) : ?>
<h4 id="comments">
<?php
$comments_number = get_comments_number();
if ('1' === $comments_number) {
/* translators: %s: post title */
printf(esc_html_x('One thought on &ldquo;%s&rdquo;', 'comments title', 'enwoo'), esc_html(get_the_title()));
} else {
/* translators: 1: number of comments, 2: post title */
printf(esc_html(_nx('%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $comments_number, 'comments title', 'enwoo')), esc_html(number_format_i18n($comments_number)), esc_html(get_the_title()));
}
?>
</h4>
<ul class="commentlist list-unstyled">
<?php
wp_list_comments();
paginate_comments_links();
if (is_singular()) {
wp_enqueue_script('comment-reply');
}
?>
</ul>
<?php
comment_form();
else :
if (comments_open()) :
comment_form();
endif;
endif;
// If comments are closed and there are comments, let's leave a little note, shall we?
if (!comments_open() && get_comments_number() && post_type_supports(get_post_type(), 'comments')) :
?>
<p class="no-comments">
<?php esc_html_e('Comments are closed.', 'enwoo'); ?>
</p>
<?php
endif;
?>
</div>
<?php
endif;
+23
View File
@@ -0,0 +1,23 @@
<div class="error-template text-center no-content">
<h1>
<?php esc_html_e('Nothing Found', 'enwoo'); ?>
</h1>
<?php if (is_home() && current_user_can('publish_posts')) : ?>
<p>
<?php
/* translators: %1$s: link to admin area */
printf(wp_kses(__('Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'enwoo'), array('a' => array('href' => array()))), esc_url(admin_url('post-new.php')));
?>
</p>
<?php elseif (is_search()) : ?>
<p>
<?php esc_html_e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'enwoo'); ?>
</p>
<?php get_search_form(); ?>
<?php else : ?>
<p>
<?php esc_html_e('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'enwoo'); ?>
</p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
+14
View File
@@ -0,0 +1,14 @@
<article class="content-article">
<div <?php post_class('news-item archive-item'); ?>>
<?php
do_action('enwoo_archive_before_posts');
$contents = get_theme_mod('blog_layout', array('image', 'title', 'meta', 'excerpt'));
// Loop parts.
foreach ($contents as $content) {
do_action('enwoo_archive_' . $content);
}
do_action('enwoo_archive_after_posts');
?>
</div>
</article>
+154
View File
@@ -0,0 +1,154 @@
.sf-nux .sf-nux-button,
a.sf-nux-button {
background: #00aadc;
border-color: #0087be;
border-style: solid;
border-width: 1px 1px 2px;
color: #fff;
cursor: pointer;
display: inline-block;
outline: 0;
overflow: hidden;
font-weight: 500;
text-overflow: ellipsis;
text-decoration: none;
text-transform: none;
text-shadow: none;
box-sizing: border-box;
font-size: 14px;
height: auto;
line-height: 21px;
border-radius: 4px;
margin: 0;
padding: 7px 14px 9px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
vertical-align: baseline;
}
.sf-nux .sf-nux-button:focus,
.sf-nux .sf-nux-button:hover,
a.sf-nux-button:focus,
a.sf-nux-button:hover {
border-color: #005082;
color: #fff;
}
.sf-nux .sf-nux-button:focus,
a.sf-nux-button:focus {
box-shadow: 0 0 0 2px #78dcfa;
}
.sf-nux .sf-nux-button:active,
a.sf-nux-button:active {
border-width: 2px 1px 1px;
box-shadow: none;
vertical-align: baseline;
}
.sf-nux .sf-nux-button:disabled,
.sf-nux .sf-nux-button[disabled],
a.sf-nux-button:disabled,
a.sf-nux-button[disabled] {
color: #fff;
background: tint(#78dcfa, 50%);
border-color: tint(#0087be, 55%);
cursor: default;
}
.sf-nux .sf-nux-button:disabled:active,
.sf-nux .sf-nux-button[disabled]:active,
a.sf-nux-button:disabled:active,
a.sf-nux-button[disabled]:active {
border-width: 1px 1px 2px;
}
.sf-notice-nux {
background: #e9eff3;
border: 10px solid #fff;
color: #608299;
padding: 60px;
text-align: center;
box-shadow: none;
}
.sf-notice-nux::after,
.sf-notice-nux::before {
content: "";
display: table;
}
.sf-notice-nux::after {
clear: both;
}
.sf-notice-nux .notice-content {
max-width: 420px;
margin: 0 auto;
}
.sf-notice-nux .sf-icon {
position: relative;
display: block;
width: 100px;
height: 100px;
background: #fff;
border-radius: 100%;
margin: 0 auto 30px;
}
.sf-notice-nux .sf-icon img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 16px;
box-sizing: border-box;
max-width: 100%;
}
.sf-notice-nux h2 {
margin: 0 0 10px;
font-weight: 400;
color: #2e4453;
}
.sf-notice-nux p {
margin: 0 0 2em;
padding: 0;
line-height: 1.6;
}
.sf-notice-nux label {
display: block;
margin-bottom: 8px;
text-align: left;
}
.sf-notice-nux label:last-of-type {
margin-bottom: 2em;
}
.sf-notice-nux .sf-plugin-card {
display: block;
}
.sf-nux-button.updating-message::before {
display: inline-block;
content: "\f463";
font: 400 20px/1 dashicons;
margin: 3px 5px 0 -2px;
vertical-align: bottom;
-webkit-animation: rotation 2s infinite linear;
animation: rotation 2s infinite linear;
}
@media only screen and (max-width: 782px) {
.sf-notice-nux .sf-icon {
width: 65px;
height: 65px;
}
.sf-notice-nux .sf-icon img {
padding: 10px;
}
.sf-notice-nux form {
margin-top: 30px;
}
.sf-notice-nux label:last-of-type {
margin-top: 20px;
}
}
.sf-install-now.updating-message::before {
display: inline-block;
content: "\f463";
font: 400 19px/1 dashicons;
margin: 0 5px 0 -2px;
vertical-align: bottom;
-webkit-animation: rotation 2s infinite linear;
animation: rotation 2s infinite linear;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,175 @@
/*
Theme Name: Enwoo
Description: Used to style the TinyMCE editor.
*/
/* WordPress Core */
.gallery-caption {
font-weight: bold;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
img.alignnone {
max-width: 96%;
height: auto;
width: auto;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 13px;
line-height: 17px;
margin: 0;
padding: 10px 0 0 0;
color: #484848;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
iframe,
embed {
max-width: 100%;
}
img {
max-width: 100%;
height: auto;
}
.sticky,
.bypostauthor {}
table {
width: 100%;
border-collapse: collapse;
}
th {
font-weight: bold;
}
td, th {
padding: 6px;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-weight: bold;
height: auto;
left: 10px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
font-size: 14px;
}
html {
-ms-overflow-x: hidden;
overflow-x: hidden;
overflow-y: scroll;
}
body {
font-family: 'Lato', "Helvetica Neue", helvetica, arial, sans-serif;
padding: 0;
color: #404040;
font-weight: 300;
line-height: 1.6;
font-size: 18px;
word-wrap: break-word;
}
a, a:active, a:hover, a:focus {
text-decoration: none;
color: #09aafa;
}
a:focus, .dropdown-toggle:focus {
outline: thin dotted;
}
h1, h2, h3, h4, h5, h6 {
word-wrap: break-word;
font-weight: 700;
letter-spacing: -.02em;
}
.page-header a {
border-bottom: 0;
color: #484848;
}
a:active {
border-bottom: none;
}
body.post-type-page {
max-width: 847px;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+209
View File
@@ -0,0 +1,209 @@
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
display: block;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mm a,
.mm li,
.mm span,
.mm ul {
border-width: 0;
border-style: inherit;
border-color: inherit;
background: inherit
}
:root {
--mm-color: rgba(0, 0, 0, 0.8);
--mm-item-height: 50px;
--mm-item-indent: 20px;
--mm-line-height: 24px;
--mm-navbar-height: var(--mm-item-height);
--mm-arrow-color: rgba(0, 0, 0, 0.3);
--mm-arrow-size: 10px;
--mm-arrow-weight: 2px
}
body.mm--open {
overflow-y: hidden
}
.mm {
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 80%;
min-width: 200px;
max-width: 440px;
overflow: hidden;
color: var(--mm-arrow-color);
background: #f3f3f3;
border: 0 solid rgba(0, 0, 0, .1);
line-height: var(--mm-line-height);
-webkit-box-shadow: 300px 0 0 100vw transparent, 0 0 20px transparent;
box-shadow: 300px 0 0 100vw transparent, 0 0 20px transparent;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
-o-transition: transform .3s ease, box-shadow .3s ease;
transition: transform .3s ease, box-shadow .3s ease;
transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}
.mm.mm--open {
-webkit-box-shadow: 300px 0 0 100vw rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2);
box-shadow: 300px 0 0 100vw rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.mm {
cursor: pointer
}
.mm:before {
content: '';
display: block;
position: absolute;
top: calc(var(--mm-navbar-height)/ 2);
left: var(--mm-item-indent);
width: var(--mm-arrow-size);
height: var(--mm-arrow-size);
margin-top: 2px;
border: 0 solid var(--mm-arrow-color);
border-top-width: var(--mm-arrow-weight);
border-left-width: var(--mm-arrow-weight);
-webkit-transform: rotate(-45deg) translate(50%, -50%);
-ms-transform: rotate(-45deg) translate(50%, -50%);
transform: rotate(-45deg) translate(50%, -50%)
}
.mm.mm--home {
cursor: default
}
.mm.mm--home:before {
content: none;
display: none
}
.mm:after {
content: attr(data-mm-title);
display: block;
position: absolute;
top: 0;
left: calc(var(--mm-item-indent) + (var(--mm-arrow-size) * 2));
right: var(--mm-item-indent);
line-height: var(--mm-navbar-height);
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.mm--home:after {
left: var(--mm-item-indent)
}
.mm ul {
-webkit-overflow-scrolling: touch;
position: fixed;
top: var(--mm-navbar-height);
bottom: 0;
left: 100%;
width: 0%;
overflow: hidden;
overflow-y: auto;
border-top-width: 1px;
color: var(--mm-color);
cursor: default;
-webkit-transition: left .3s ease, width 0s ease .3s;
-o-transition: left .3s ease, width 0s ease .3s;
transition: left .3s ease, width 0s ease .3s
}
.mm ul.mm--open {
left: 0;
width: 100%;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s
}
.mm ul.mm--parent {
left: -100%
}
.mm>ul {
left: 0;
width: 100%
}
.mm li {
position: relative;
cursor: pointer
}
.mm li:before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: var(--mm-item-indent);
right: 0;
z-index: 12;
border: inherit;
border-top-width: 1px
}
.mm li:after {
content: '';
display: block;
position: absolute;
top: calc(var(--mm-item-height)/ 2);
right: calc(var(--mm-item-height)/ 2);
z-index: 0;
width: var(--mm-arrow-size);
height: var(--mm-arrow-size);
border: 0 solid var(--mm-arrow-color);
border-top-width: var(--mm-arrow-weight);
border-right-width: var(--mm-arrow-weight);
border-bottom-width: 0;
-webkit-transform: rotate(45deg) translate(0, -50%);
-ms-transform: rotate(45deg) translate(0, -50%);
transform: rotate(45deg) translate(0, -50%)
}
.mm a,
.mm span {
position: relative;
z-index: 1;
padding: calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)
}
.mm a {
text-decoration: none;
color: inherit
}
.mm a:not(:last-child) {
width: calc(100% - 50px);
border-right-width: 1px
}
.mm span {
background: 0 0
}
+1
View File
@@ -0,0 +1 @@
.mm,.mm a,.mm li,.mm span,.mm ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.mm a,.mm li,.mm span,.mm ul{border-width:0;border-style:inherit;border-color:inherit;background:inherit}:root{--mm-color:rgba(0,0,0,.8);--mm-item-height:50px;--mm-item-indent:20px;--mm-line-height:24px;--mm-navbar-height:var(--mm-item-height);--mm-arrow-color:rgba(0,0,0,.3);--mm-arrow-size:10px;--mm-arrow-weight:2px}body.mm--open{overflow-y:hidden}.mm{-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;position:fixed;top:0;bottom:0;left:0;width:80%;min-width:200px;max-width:440px;overflow:hidden;color:var(--mm-arrow-color);background:#f3f3f3;border:0 solid rgba(0,0,0,.1);line-height:var(--mm-line-height);-webkit-box-shadow:300px 0 0 100vw transparent,0 0 20px transparent;box-shadow:300px 0 0 100vw transparent,0 0 20px transparent;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.mm.mm--open{-webkit-box-shadow:300px 0 0 100vw rgba(0,0,0,.2),0 0 20px rgba(0,0,0,.2);box-shadow:300px 0 0 100vw rgba(0,0,0,.2),0 0 20px rgba(0,0,0,.2);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm{cursor:pointer}.mm:before{content:'';display:block;position:absolute;top:calc(var(--mm-navbar-height)/ 2);left:var(--mm-item-indent);width:var(--mm-arrow-size);height:var(--mm-arrow-size);margin-top:2px;border:0 solid var(--mm-arrow-color);border-top-width:var(--mm-arrow-weight);border-left-width:var(--mm-arrow-weight);-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%)}.mm.mm--home{cursor:default}.mm.mm--home:before{content:none;display:none}.mm:after{content:attr(data-mm-title);display:block;position:absolute;top:0;left:calc(var(--mm-item-indent) + (var(--mm-arrow-size) * 2));right:var(--mm-item-indent);line-height:var(--mm-navbar-height);overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm--home:after{left:var(--mm-item-indent)}.mm ul{-webkit-overflow-scrolling:touch;position:fixed;top:var(--mm-navbar-height);bottom:0;left:100%;width:0%;overflow:hidden;overflow-y:auto;border-top-width:1px;color:var(--mm-color);cursor:default;-webkit-transition:left .3s ease,width 0s ease .3s;-o-transition:left .3s ease,width 0s ease .3s;transition:left .3s ease,width 0s ease .3s}.mm ul.mm--open{left:0;width:100%;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm ul.mm--parent{left:-100%}.mm>ul{left:0;width:100%}.mm li{position:relative;cursor:pointer}.mm li:before{content:'';display:block;position:absolute;bottom:0;left:var(--mm-item-indent);right:0;z-index:12;border:inherit;border-top-width:1px}.mm li:after{content:'';display:block;position:absolute;top:calc(var(--mm-item-height)/ 2);right:calc(var(--mm-item-height)/ 2);z-index:0;width:var(--mm-arrow-size);height:var(--mm-arrow-size);border:0 solid var(--mm-arrow-color);border-top-width:var(--mm-arrow-weight);border-right-width:var(--mm-arrow-weight);border-bottom-width:0;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%)}.mm a,.mm span{position:relative;z-index:1;padding:calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)}.mm a{text-decoration:none;color:inherit}.mm a:not(:last-child){width:calc(100% - 50px);border-right-width:1px}.mm span{background:0 0}
+414
View File
@@ -0,0 +1,414 @@
/*
Theme Name: Enwoo
Description: Used to style WooCommerce plugin
*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
box-shadow: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
border: 1px solid;
border-radius: 2px;
padding: 10px 25px;
color: #000;
background-color: transparent;
font-weight: 400;
font-size: 14px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: transparent;
color: #0396e0;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #0396e0;
color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
background: #fafafa;
padding: 7px 12px;
color: #444;
border: 2px solid #e5e5e5;
border-radius: 3px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-weight: 700;
font-size: 16px;
color: #39393a;
padding: 5px 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.1);
border-radius: 5px;
background-color: #fff;
padding-bottom: 15px;
text-align: center;
}
.woocommerce ul.products li {
border-bottom: 0;
}
.woocommerce ul.products li.product.product-category {
padding-bottom: 0;
}
.woocommerce ul.products li.product.product-category a img {
margin: 0;
}
.woocommerce ul.products li.product.product-category {
padding: 0;
}
a.added_to_cart.wc-forward {
display: block;
font-size: 80%;
padding-left: 15px;
padding-top: 0;
}
.woocommerce-cart-form .coupon #coupon_code {
width: 50%;
max-width: 50%;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-weight: bold;
line-height: 1;
font-size: 15px;
}
.woocommerce .widget_shopping_cart .total .amount {
float: right;
font-weight: bold;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
border: 0;
background-color: rgb(0 0 0 / 3%);
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
border-radius: 5px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
font-size: 15px;
}
.woocommerce ul.products li.product .star-rating {
margin: 5px auto;
}
.woocommerce mark, .woocommerce .mark {
background-color: transparent;
color: inherit;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce-MyAccount-navigation li {
list-style-type: none;
border: 1px solid #e4e4e4;
margin-bottom: -1px;
padding: 5px 15px;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
}
.woocommerce-MyAccount-navigation li.is-active {
background-color: rgba(0, 0, 0, 0.1);
font-weight: bold;
}
.woocommerce .select2-container--default .select2-selection--single {
border: 2px solid #e5e5e5;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 38px;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 42px;
}
.header-cart, .header-my-account, .header-wishlist, .header-compare, .header-search {
float: right;
display: block;
}
.header-my-account, .header-wishlist, .header-compare, .header-search {
padding-right: 8px;
}
a.cart-contents i, .header-my-account a, .header-wishlist a, .header-compare a, .header-search a {
color: #484848;
font-size: 26px;
line-height: 26px;
position: relative;
}
.amount-cart {
color: #fff;
background: #0396e0;
position: relative;
font-size: 12px;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
bottom: 3px;
font-weight: 700;
display: inline-block;
line-height: 1.5;
}
.amount-cart:before {
position: absolute;
content: '';
width: 0;
height: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 7px solid #0396e0;
top: calc(50% - 5px);
right: 100%;
}
.cart-contents span.count {
font-size: 10px;
padding: 0px;
color: #fff;
font-weight: 700;
background-color: #0396e0;
border-radius: 15px;
line-height: 18px;
margin: 0;
position: absolute;
top: -10px;
right: -11px;
font-style: initial;
height: 20px;
min-width: 20px;
text-align: center;
font-family: 'Open Sans Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
border: 1px solid transparent;
}
ul.site-header-cart {
opacity: 0;
visibility: hidden;
position: fixed;
right: -350px;
top: 0;
bottom: 0;
height: 100vh;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.woocommerce-cart ul.site-header-cart,
.woocommerce-checkout ul.site-header-cart {
display: none !important;
}
.cart-open ul.site-header-cart, .product-added-to-cart ul.site-header-cart {
display: block;
visibility: visible;
opacity: 1;
right: 0;
max-width: 320px;
width: 90%;
background-color: #fff;
border: 1px solid #e2e2e2;
position: fixed;
top: 0;
bottom: 0;
margin: 0;
padding: 30px 15px 15px 15px;
z-index: 9998;
-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
overflow-y: auto;
}
.admin-bar.cart-open ul.site-header-cart, .admin-bar.product-added-to-cart ul.site-header-cart {
padding-top: 65px;
}
.site-header-cart .la-times-circle {
position: absolute;
top: 5px;
left: 10px;
cursor: pointer;
z-index: 9999;
font-size: 25px;
}
.admin-bar .site-header-cart .la-times-circle {
top: 34px;
}
.added_to_cart {
display: block;
}
.woocommerce ul.products li {
border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 90%;
width: 100%;
border-bottom: 1px solid #eaeaea;
padding: 8px 15px;
}
.single-product div.product form.cart .plus,
.single-product div.product form.cart .minus {
float: left;
margin: 0 4px 0 0;
display: inline-block;
padding: 5px 8px;
color: #e2e2e2;
border-radius: 0;
height: 36px;
line-height: 1;
font-size: 18px;
}
.woocommerce div.product form.cart table div.quantity {
float: left;
}
.woocommerce div.product form.cart div.quantity {
margin: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
width: 136px;
}
.woocommerce .quantity .qty {
border: 1px solid #e2e2e2;
padding: 5px;
height: 36px;
line-height: 1;
font-size: 18px;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs h2:first-child {
margin-top: -5px;
}
.yith-wcwl-add-to-wishlist {
display: inline-block;
margin-right: 20px;
}
.product_meta {
clear: both;
font-size: 14px;
padding: 20px 0;
margin-top: 0;
}
.woocommerce div.product .product_meta>span {
display: block;
font-size: 90%;
font-weight: bold;
}
.woocommerce div.product form.cart {
margin-bottom: 10px;
}
section.related.products, .up-sells.upsells.products {
clear: both;
}
section.related.products ul.products, .up-sells.upsells.products ul.products {
margin-top: 30px;
}
.woocommerce ul.products li.product .onsale {
margin: 5px;
}
.woocommerce span.onsale {
background-color: #0396e0;
color: #fff;
line-height: 1.4;
min-height: 1.4em;
border-radius: 2px;
padding: 5px 8px;
font-size: 14px;
font-weight: 400;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #777;
}
.woocommerce ul.products li.product .price {
color: #777;
padding: 0 15px;
}
.woocommerce ul.products li.product .button {
margin: 5px 15px 15px 15px;
}
p.woocommerce-mini-cart__buttons.buttons {
text-align: center;
}
.woocommerce div.product form.cart .variations select {
min-width: 70%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
position: absolute;
bottom: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0.77);
margin: 0 0 1em;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 50px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #0396e0;
border-radius: 0;
width: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 2px;
height: 4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: transparent;
border: 1px solid;
border-radius: 0;
height: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
margin-left: -.3em;
}
.woocommerce .widget ul.woocommerce-widget-layered-nav-list li,
.woocommerce .widget_layered_nav_filters ul li {
border: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: rgba(235, 233, 235, 0.46);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: rgba(247, 246, 247, 0.1);
color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: none;
box-shadow: none;
background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
position: absolute;
content: " ";
width: 100%;
top: 0;
left: 0;
z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 3px solid #0396e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 100%;
padding: 12px 15px;
}
.yith-woocompare-widget ul.products-list li .title {
font-size: 14px;
line-height: 2.2em;
}
Binary file not shown.
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 906 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,467 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Created by Icons8</metadata>
<defs>
<font id="la-regular-400" horiz-adv-x="1024">
<font-face font-family="la-regular-400"
units-per-em="1024" ascent="896"
descent="128"
font-weight="400" />
<missing-glyph horiz-adv-x="0" />
<glyph glyph-name="building"
unicode="&#xF1AD;"
horiz-adv-x="1024" d="M128 800L128 -32L480 -32L480 96L544 96L544 -32L896 -32L896 800zM192 736L832 736L832 32L608 32L608 160L416 160L416 32L192 32zM256 672L256 608L384 608L384 672zM448 672L448 608L576 608L576 672zM640 672L640 608L768 608L768 672zM256 544L256 480L384 480L384 544zM448 544L448 480L576 480L576 544zM640 544L640 480L768 480L768 544zM256 416L256 352L384 352L384 416zM448 416L448 352L576 352L576 416zM640 416L640 352L768 352L768 416zM256 288L256 224L384 224L384 288zM448 288L448 224L576 224L576 288zM640 288L640 224L768 224L768 288zM256 160L256 96L384 96L384 160zM640 160L640 96L768 96L768 160z" />
<glyph glyph-name="map"
unicode="&#xF279;"
horiz-adv-x="1024" d="M896 753L851 733L639 642L395 734L383 738L371 733L147 637L128 629L128 15L173 35L385 126L629 34L641 30L653 35L877 131L896 139zM416 658L608 586L608 110L416 182zM352 656L352 181L192 112L192 587zM832 656L832 181L672 112L672 587z" />
<glyph glyph-name="neutral-face"
unicode="&#xF11A;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 512C341.5 512 320 490.5 320 464C320 437.5 341.5 416 368 416C394.5 416 416 437.5 416 464C416 490.5 394.5 512 368 512zM656 512C629.5 512 608 490.5 608 464C608 437.5 629.5 416 656 416C682.5 416 704 437.5 704 464C704 490.5 682.5 512 656 512zM352 256L352 192L672 192L672 256z" />
<glyph glyph-name="eye-slash"
unicode="&#xF070;"
horiz-adv-x="1024" d="M119 823L73 777L272 579L627 224L688 162L905 -55L951 -9L752 190C887.5 257.124992 978.375008 356.7499840000001 984 363L1003 384L984 405C975.375008 414.624992 770.750016 640 512 640C449.375008 640 390.250016 626.249984 336 606zM512 576C580.875008 576 646 556.624992 704 530C724.624992 495.5 736 456.5 736 416C736 357.875008 713.5 304.7499840000001 677 265L586 356C599.375008 372.375008 608 393.124992 608 416C608 469 565 512 512 512C489.124992 512 468.375008 503.375008 452 490L387 555C426.750016 567.249984 468.375008 576 512 576zM214 547C111.375008 483.875008 44.750016 410.375008 40 405L21 384L40 363C48.250016 353.7499840000001 237.750016 146.375008 482 130C491.875008 129 501.875008 128 512 128C522.124992 128 532.124992 129 542 130C568.375008 131.7499840000001 594.124992 135.2499840000001 619 141L562 198C545.750016 194.2499840000001 529.250016 192 512 192C388.5 192 288 292.5 288 416C288 433 290.250016 449.624992 294 466zM232 482C226.875008 460.375008 224 438.375008 224 416C224 360.375008 239.624992 309.124992 267 265C193.750016 307 137.750016 356.2499840000001 109 384C132.875008 407.124992 175.875008 445.5 232 482zM792 482C848.124992 445.5 891 407.124992 915 384C886.250016 356.2499840000001 829.375008 306 756 264C783.5 308.124992 800 360.375008 800 416C800 438.375008 797.124992 460.5 792 482z" />
<glyph glyph-name="caret-square-up"
unicode="&#xF151;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM512 541L489 519L297 327L343 281L512 450L681 281L727 327L535 519z" />
<glyph glyph-name="copy"
unicode="&#xF0C5;"
horiz-adv-x="1024" d="M128 768L128 128L352 128L352 192L192 192L192 704L576 704L576 672L640 672L640 768zM384 640L384 0L896 0L896 640zM448 576L832 576L832 64L448 64z" />
<glyph glyph-name="dot-circle"
unicode="&#xF192;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM512 480C459 480 416 437 416 384C416 331 459 288 512 288C565 288 608 331 608 384C608 437 565 480 512 480z" />
<glyph glyph-name="grinning-face-with-big-eyes"
unicode="&#xF599;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="save"
unicode="&#xF0C7;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 589L855 599L727 727L717 736zM224 672L320 672L320 480L704 480L704 658L800 562L800 96L736 96L736 384L288 384L288 96L224 96zM384 672L512 672L512 608L576 608L576 672L640 672L640 544L384 544zM352 320L672 320L672 96L352 96z" />
<glyph glyph-name="face-with-tears-of-joy"
unicode="&#xF588;"
horiz-adv-x="1024" d="M512 800C283.84 800 98.1395008 615.3064992 96.1875008 387.562496C114.5555008 394.922496 136.2884992 402.327488 161.3124992 409.687488C174.5284992 591.7995008 326.56 736 512 736C697.44 736 849.471488 591.7995008 862.687488 409.687488C887.711488 402.327488 909.444512 394.922496 927.812512 387.562496C925.860512 615.3064992 740.16 800 512 800zM288 448L288 384L448 384L448 448L288 448zM576 448L576 384L736 384L736 448L576 448zM192 352C192 352 96.9729984 325.285504 78.1249984 306.437504C59.2770016 287.5895040000001 59.2770016 256.972992 78.1249984 238.124992C96.9729984 219.276992 127.5895008 219.276992 146.4375008 238.124992C165.2855008 256.972992 192 352 192 352zM832 352C832 352 858.714496 256.972992 877.562496 238.124992C896.410496 219.276992 927.027008 219.276992 945.875008 238.124992C964.723008 256.972992 964.723008 287.5895040000001 945.875008 306.437504C927.027008 325.285504 832 352 832 352zM288 288C288 288 339.52 128 512 128C684.48 128 736 288 736 288L288 288zM205.6875008 211.187488C201.0155008 203.731488 196.2955008 197.4830080000001 191.6875008 192.875008C181.4155008 182.6030080000001 169.46 174.692992 156.5 169.124992C229.492 48.804992 361.312 -32 512 -32C662.688 -32 794.508 48.804992 867.5 169.124992C854.54 174.692992 842.584512 182.571008 832.312512 192.875008C827.672512 197.515008 822.984512 203.7634880000001 818.312512 211.187488C757.800512 104.371488 643.296 32 512 32C380.704 32 266.1995008 104.371488 205.6875008 211.187488z" />
<glyph glyph-name="star-half"
unicode="&#xF089;"
horiz-adv-x="1024" d="M512 827.749984L378.750016 528.875008L53.250016 494.5L296.375008 275.375008L228.5 -44.750016L512 118.7499840000001z" />
<glyph glyph-name="smiling-face"
unicode="&#xF118;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 512C341.5 512 320 490.5 320 464C320 437.5 341.5 416 368 416C394.5 416 416 437.5 416 464C416 490.5 394.5 512 368 512zM656 512C629.5 512 608 490.5 608 464C608 437.5 629.5 416 656 416C682.5 416 704 437.5 704 464C704 490.5 682.5 512 656 512zM346 288L291 256C335.250016 179.624992 417.5 128 512 128C606.5 128 688.750016 179.624992 733 256L678 288C644.750016 230.624992 583.250016 192 512 192C440.750016 192 379.250016 230.624992 346 288z" />
<glyph glyph-name="grinning-face-with-smiling-eyes"
unicode="&#xF582;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM352 512C284.992 512 236.5 473.375008 236.5 473.375008L275.5 422.624992C275.5 422.624992 310.1744992 448 352.062496 448C393.950496 448 428.562496 422.624992 428.562496 422.624992L467.562496 473.375008C467.498496 473.375008 419.008 512 352 512zM672 512C604.992 512 556.5 473.375008 556.5 473.375008L595.5 422.624992C595.5 422.624992 630.174496 448 672.062496 448C713.950496 448 748.562496 422.624992 748.562496 422.624992L787.562496 473.375008C787.498496 473.375008 739.008 512 672 512zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="audio-file"
unicode="&#xF1C7;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 800zM256 736L768 736L768 32L256 32zM512 585L512 378C501.875008 381.624992 491.250016 384 480 384C427.375008 384 384 340.624992 384 288C384 235.375008 427.375008 192 480 192C532.624992 192 576 235.375008 576 288L576 503L664 481L680 543zM480 320C498 320 512 306 512 288C512 270 498 256 480 256C462 256 448 270 448 288C448 306 462 320 480 320z" />
<glyph glyph-name="window-maximize"
unicode="&#xF2D0;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM288 576L288 192L736 192L736 576zM352 512L672 512L672 448L352 448zM352 384L672 384L672 256L352 256z" />
<glyph glyph-name="loudly-crying-face"
unicode="&#xF5B4;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM384 576C344.375008 576 314.250016 553.875008 294 535C273.750016 516.124992 261 498 261 498L315 462C315 462 322.875008 475.875008 337 489C351.124992 502.124992 369.5 512 384 512L480 512L480 576zM544 576L544 512L640 512C654.5 512 672.875008 502.124992 687 489C701.124992 475.875008 709 462 709 462L763 498C763 498 750.250016 516.124992 730 535C709.750016 553.875008 679.624992 576 640 576zM272 448C272 448 224 362.5 224 336C224 309.5 245.5 288 272 288C298.5 288 320 309.5 320 336C320 362.5 272 448 272 448zM512 384C437.250016 384 386.124992 344.5 358 307C329.875008 269.5 321 232 321 232L311 192L713 192L703 232C703 232 694.124992 269.5 666 307C637.875008 344.5 586.750016 384 512 384zM512 320C565.5 320 594.124992 295.5 614 269C618.875008 262.375008 617.624992 262.124992 621 256L403 256C406.375008 262.124992 405.124992 262.375008 410 269C429.875008 295.5 458.5 320 512 320z" />
<glyph glyph-name="sticky-note"
unicode="&#xF249;"
horiz-adv-x="1024" d="M160 736L160 32L653 32L663 41L855 233L864 243L864 736zM224 672L800 672L800 288L608 288L608 96L224 96zM672 224L754 224L672 142z" />
<glyph glyph-name="angry-face"
unicode="&#xF556;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM342 512C328.5 498.375008 320 479.749984 320 459C320 417.624992 353.624992 384 395 384C415.624992 384 434.5 392.375008 448 406zM682 512L576 406C589.5 392.375008 608.375008 384 629 384C670.375008 384 704 417.624992 704 459C704 479.624992 695.624992 498.5 682 512zM594 325C589.375008 324.875008 584.5 324.624992 580 324C544.124992 318.624992 517 299 493 283C469 267 447.875008 254.5 432 252C416.124992 249.5 401.875008 252 375 279L329 233C365.250016 196.5 406.5 183.375008 442 189C477.5 194.624992 504.124992 214.124992 528 230C551.875008 245.875008 572.375008 257.5 589 260C605.624992 262.5 622 260.375008 650 233L694 279C661.250016 311 626.375008 325.5 594 325z" />
<glyph glyph-name="window-restore"
unicode="&#xF2D2;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM384 608L384 480L288 480L288 160L640 160L640 288L736 288L736 608zM448 544L672 544L672 512L448 512zM448 448L672 448L672 352L448 352zM352 416L384 416L384 383L352 383zM352 319L384 319L384 288L576 288L576 224L352 224z" />
<glyph glyph-name="star"
unicode="&#xF005;"
horiz-adv-x="1024" d="M512 828L483 762L379 529L125 502L53 494L107 446L296 275L243 25L228 -45L291 -9L512 119L733 -9L796 -45L781 25L728 275L917 446L971 494L899 502L645 529L541 762zM512 671L594 486L602 469L620 467L821 446L671 311L657 298L661 280L703 83L528 183L512 193L496 183L321 83L363 280L367 298L353 311L203 446L404 467L422 469L430 486z" />
<glyph glyph-name="address-card"
unicode="&#xF2BB;"
horiz-adv-x="1024" d="M96 704L96 64L928 64L928 704zM160 640L864 640L864 128L755 128C752.5 132.375008 753.624992 138.375008 750 142C737.875008 154.124992 720.750016 160 704 160C687.250016 160 670.124992 154.124992 658 142C654.375008 138.375008 655.5 132.375008 653 128L371 128C368.5 132.375008 369.624992 138.375008 366 142C353.875008 154.124992 336.750016 160 320 160C303.250016 160 286.124992 154.124992 274 142C270.375008 138.375008 271.5 132.375008 269 128L160 128zM384 576C313.624992 576 256 518.375008 256 448C256 412.375008 271.250016 380.2499840000001 295 357C252.375008 328.124992 224 278.875008 224 224L288 224C288 277 331 320 384 320C437 320 480 277 480 224L544 224C544 278.875008 515.624992 328.124992 473 357C496.750016 380.2499840000001 512 412.375008 512 448C512 518.375008 454.375008 576 384 576zM384 512C419.750016 512 448 483.749984 448 448C448 412.249984 419.750016 384 384 384C348.250016 384 320 412.249984 320 448C320 483.749984 348.250016 512 384 512zM608 480L608 416L800 416L800 480zM608 352L608 288L800 288L800 352z" />
<glyph glyph-name="comment"
unicode="&#xF075;"
horiz-adv-x="1024" d="M96 704L96 64L402.750016 64L512 -45.250016L621.250016 64L928 64L928 704zM160 640L864 640L864 128L594.750016 128L512 45.249984L429.250016 128L160 128zM288 544L288 480L736 480L736 544zM288 416L288 352L736 352L736 416zM288 288L288 224L608 224L608 288z" />
<glyph glyph-name="object-ungroup"
unicode="&#xF248;"
horiz-adv-x="1024" d="M160 736L160 608L192 608L192 288L160 288L160 160L288 160L288 192L352 192L352 128L320 128L320 0L448 0L448 32L768 32L768 0L896 0L896 128L864 128L864 448L896 448L896 576L768 576L768 544L704 544L704 608L736 608L736 736L608 736L608 704L288 704L288 736zM288 640L608 640L608 608L640 608L640 288L608 288L608 256L288 256L288 288L256 288L256 608L288 608zM704 480L768 480L768 448L800 448L800 128L768 128L768 96L448 96L448 128L416 128L416 192L608 192L608 160L736 160L736 288L704 288z" />
<glyph glyph-name="winking-face"
unicode="&#xF4DA;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 512C341.5 512 320 490.5 320 464C320 437.5 341.5 416 368 416C394.5 416 416 437.5 416 464C416 490.5 394.5 512 368 512zM576 480L576 416L736 416L736 480zM671 351C671 297.124992 649.375008 259.7499840000001 618 233C586.624992 206.2499840000001 545.124992 192 512 192C444.124992 192 398 219.5 362 255L317 209C361.624992 165.124992 426.250016 128 512 128C561.750016 128 616.375008 146.7499840000001 660 184C703.624992 221.2499840000001 735 278.7499840000001 735 351z" />
<glyph glyph-name="window-close"
unicode="&#xF410;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM374 566L329 521L466 384L327 245L372 200L511 339L649 201L694 246L556 384L692 520L647 565L511 429z" />
<glyph glyph-name="video-file"
unicode="&#xF1C8;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 589L823 599L631 791L621 800zM256 736L576 736L576 544L768 544L768 32L256 32zM640 690L722 608L640 608zM416 473L416 167L464 197L624 293L670 320L624 347L464 443zM480 360L547 320L480 280z" />
<glyph glyph-name="hushed-face"
unicode="&#xF5C2;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 544C341.5 544 320 508.124992 320 464C320 419.875008 341.5 384 368 384C394.5 384 416 419.875008 416 464C416 508.124992 394.5 544 368 544zM656 544C629.5 544 608 508.124992 608 464C608 419.875008 629.5 384 656 384C682.5 384 704 419.875008 704 464C704 508.124992 682.5 544 656 544zM512 352C438.624992 352 384 292.624992 384 224C384 192.375008 395.375008 160.875008 421 145C446.624992 129.124992 475 128 512 128C549 128 577.375008 129.124992 603 145C628.624992 160.875008 640 192.375008 640 224C640 292.624992 585.375008 352 512 352zM512 288C553.375008 288 576 261.5 576 224C576 202.624992 574.750016 201.875008 570 199C565.250016 196.124992 545.750016 192 512 192C478.250016 192 458.750016 196.124992 454 199C449.250016 201.875008 448 202.624992 448 224C448 261.5 470.624992 288 512 288z" />
<glyph glyph-name="envelope"
unicode="&#xF0E0;"
horiz-adv-x="1024" d="M96 640L96 64L928 64L928 640zM234 576L790 576L512 391zM160 548L494 325L512 314L530 325L864 548L864 128L160 128z" />
<glyph glyph-name="face-with-tongue"
unicode="&#xF589;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512zM376.5 340.562496L327.437504 299.437504C355.494176 266.009728 398.443392 242.3571520000001 448 231.2499840000001L448 192C448 156.8 476.8 128 512 128C547.2 128 576 156.8 576 192L576 231.2499840000001C625.554688 242.359072 668.465984 265.98704 696.5 299.437504L647.437504 340.562496C620.301504 308.1144960000001 568.416 288 512 288C455.584 288 403.668 308.146496 376.5 340.562496z" />
<glyph glyph-name="caret-square-down"
unicode="&#xF150;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM343 487L297 441L489 249L512 227L535 249L727 441L681 487L512 318z" />
<glyph glyph-name="pause-circle"
unicode="&#xF28B;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM384 544L384 224L448 224L448 544zM576 544L576 224L640 224L640 544z" />
<glyph glyph-name="folder-open"
unicode="&#xF07C;"
horiz-adv-x="1024" d="M160 800L160 6L185 1L569 -79L608 -87L608 0L800 0L800 402L855 457L864 467L864 800zM452 736L800 736L800 494L745 439L736 429L736 64L608 64L608 349L599 359L544 414L544 713zM224 727L480 663L480 387L489 377L544 322L544 -9L224 58z" />
<glyph glyph-name="folder"
unicode="&#xF07B;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 402L887 457L896 467L896 800zM256 736L704 736L704 467L713 457L768 402L768 32L256 32zM768 736L832 736L832 494L800 462L768 494z" />
<glyph glyph-name="flag"
unicode="&#xF024;"
horiz-adv-x="1024" d="M160 736L160 -32L224 -32L224 288L480 288L480 192L864 192L864 640L544 640L544 736zM224 672L480 672L480 352L224 352zM544 576L800 576L800 256L544 256z" />
<glyph glyph-name="hand-pointing-right"
unicode="&#xF0A4;"
horiz-adv-x="1024" d="M470 800L460 791L243 576L64 576L64 64L603 64C648.124992 64 687.5 95.875008 697 140L750 384L864 384C916.624992 384 960 427.375008 960 480C960 532.624992 916.624992 576 864 576L520 576L526 600C532.5 605 536.624992 607.124992 546 620C561 640.5 576 672.249984 576 715C576 760.624992 534.750016 800 483 800zM493 733C506.5 730.375008 512 724.875008 512 715C512 686.124992 503.250016 668.249984 495 657C486.750016 645.749984 481 643 481 643L470 637L466 624L447 552L437 512L864 512C882.124992 512 896 498.124992 896 480C896 461.875008 882.124992 448 864 448L698 448L692 423L635 153C631.750016 138 618.250016 128 603 128L288 128L288 531zM128 512L224 512L224 128L128 128z" />
<glyph glyph-name="minus-square"
unicode="&#xF146;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM352 416L352 352L672 352L672 416z" />
<glyph glyph-name="alternate-arrow-circle-down"
unicode="&#xF358;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM480 608L480 288L384 288L512 160L640 288L544 288L544 608z" />
<glyph glyph-name="excel-file"
unicode="&#xF1C3;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 588.8124992L822.375008 598.3750016L630.375008 790.3750016L620.812512 800L192 800zM256 736L576 736L576 544L768 544L768 32L256 32L256 736zM640 691.1875008L723.187488 608L640 608L640 691.1875008zM352 480L473.624992 304L352 128L428.8125120000001 128L512 249.624992L595.187488 128L672 128L550.375008 304L672 480L595.187488 480L512 358.375008L428.8125120000001 480L352 480z" />
<glyph glyph-name="caret-square-left"
unicode="&#xF191;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM569 599L377 407L355 384L377 361L569 169L615 215L446 384L615 553z" />
<glyph glyph-name="pointer--hand-"
unicode="&#xF25A;"
horiz-adv-x="1024" d="M416 832C363.375008 832 320 788.624992 320 736L320 358L299 380L291 387C254.124992 423.875008 193.875008 423.875008 157 387C120.124992 350.124992 120.124992 289.875008 157 253L157 252L419 -7L421 -8L422 -10C465.124992 -42.375008 520.124992 -64 582 -64L637 -64C782.124992 -64 899 52.875008 899 198L899 448C899 500.624992 855.624992 544 803 544C789.375008 544 776.750016 540.249984 765 535C754.5 576.624992 716.624992 608 672 608C647.5 608 625 598.375008 608 583C591 598.375008 568.5 608 544 608C532.750016 608 522.124992 605.624992 512 602L512 736C512 788.624992 468.624992 832 416 832zM416 768C433.750016 768 448 753.749984 448 736L448 384L512 384L512 512C512 529.749984 526.250016 544 544 544C561.750016 544 576 529.749984 576 512L576 384L640 384L640 512C640 529.749984 654.250016 544 672 544C689.750016 544 704 529.749984 704 512L704 384L771 384L771 448C771 465.749984 785.250016 480 803 480C820.750016 480 835 465.749984 835 448L835 198C835 87.124992 747.875008 0 637 0L582 0C535.124992 0 494.624992 16.749984 461 42L202 298C187.750016 312.2499840000001 187.750016 327.7499840000001 202 342C216.250016 356.2499840000001 231.750016 356.2499840000001 246 342L384 204L384 736C384 753.749984 398.250016 768 416 768z" />
<glyph glyph-name="laugh-face-with-beaming-eyes"
unicode="&#xF59A;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM352 512C284.992 512 236.5 473.375008 236.5 473.375008L275.5 422.624992C275.5 422.624992 310.1744992 448 352.062496 448C393.950496 448 428.562496 422.624992 428.562496 422.624992L467.562496 473.375008C467.498496 473.375008 419.008 512 352 512zM672 512C604.992 512 556.5 473.375008 556.5 473.375008L595.5 422.624992C595.5 422.624992 630.174496 448 672.062496 448C713.950496 448 748.562496 422.624992 748.562496 422.624992L787.562496 473.375008C787.498496 473.375008 739.008 512 672 512zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="snowflake"
unicode="&#xF2DC;"
horiz-adv-x="1024" d="M480 800L480 686L407 759L361 713L480 594L480 440L348 519L306 682L244 666L270 566L172 625L139 571L239 511L136 485L152 423L316 465L451 384L316 303L152 345L136 283L239 257L139 197L172 143L270 202L244 102L306 86L348 249L480 328L480 174L361 55L407 9L480 82L480 -32L544 -32L544 82L617 9L663 55L544 174L544 328L676 249L718 86L780 102L754 202L852 143L885 197L785 257L888 283L872 345L708 303L573 384L708 465L872 423L888 485L785 511L885 571L852 625L754 566L780 666L718 682L676 519L544 440L544 594L663 713L617 759L544 686L544 800z" />
<glyph glyph-name="star-struck"
unicode="&#xF587;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM384 567.437504L356 504.562496L288 497.124992L338.875008 451.437504L324.562496 384L384 418.249984L443.437504 384L429.124992 451.437504L480 497.124992L412 504.562496L384 567.437504zM640 567.437504L612 504.562496L544 497.124992L594.875008 451.437504L580.562496 384L640 418.249984L699.437504 384L685.124992 451.437504L736 497.124992L668 504.562496L640 567.437504zM345.937504 288L290.8750016 256C296.4350016 246.4400000000001 302.56 237.290624 309.25 228.562496C315.94 219.8343680000001 323.217504 211.542496 330.937504 203.750016C338.657504 195.957504 346.850016 188.628128 355.5 181.875008C372.8 168.368736 391.829984 157.0387520000001 412.249984 148.312512C422.46 143.949376 433.035008 140.2624960000001 443.875008 137.2499840000001C465.555008 131.2249920000001 488.4 128 512 128C582.8 128 646.742496 156.995008 693.062496 203.750016C700.782496 211.542496 708.06 219.8343680000001 714.750016 228.562496C721.44 237.290624 727.564992 246.4400000000001 733.124992 256L678.062496 288C648.942496 237.88 598.270624 201.944384 538.249984 193.750016C529.675616 192.57936 520.92 192 512 192C503.08 192 494.324384 192.57936 485.750016 193.750016C477.175616 194.9206400000001 468.782496 196.6750080000001 460.624992 198.937504C444.310016 203.462496 428.907488 210.0800000000001 414.687488 218.5C407.577504 222.710016 400.729376 227.3718720000001 394.249984 232.437504C381.291264 242.568736 369.696256 254.3562560000001 359.687488 267.437504C354.683136 273.978112 350.097504 280.8400000000001 345.937504 288z" />
<glyph glyph-name="stop-circle"
unicode="&#xF28D;"
horiz-adv-x="1024" d="M512 800C283.2 800 96 612.8 96 384C96 155.2000000000001 283.2 -32 512 -32C740.8 -32 928 155.2000000000001 928 384C928 612.8 740.8 800 512 800zM512 736C705.6 736 864 577.6 864 384C864 190.4 705.6 32 512 32C318.4 32 160 190.4 160 384C160 577.6 318.4 736 512 736zM352 544L352 464L352 304L352 224L432 224L592 224L672 224L672 304L672 464L672 544L592 544L432 544L352 544zM416 480L608 480L608 288L416 288L416 480z" />
<glyph glyph-name="comments"
unicode="&#xF086;"
horiz-adv-x="1024" d="M64 736L64 224L192 224L192 61L244 103L395 224L704 224L704 736zM128 672L640 672L640 288L373 288L364 281L256 195L256 288L128 288zM768 608L768 544L896 544L896 160L768 160L768 67L651 160L411 160L331 96L629 96L832 -67L832 96L960 96L960 608z" />
<glyph glyph-name="closed-captioning"
unicode="&#xF20A;"
horiz-adv-x="1024" d="M64 704L64 131L960 131L960 704zM128 640L896 640L896 195L128 195zM384 576C296 576 224 504 224 416C224 328 296 256 384 256C422.250016 256 456.875008 270.124992 484 292L444 342C427.124992 328.375008 406.624992 320 384 320C330.624992 320 288 362.624992 288 416C288 469.375008 330.624992 512 384 512C406.624992 512 427.124992 503.624992 444 490L484 540C456.875008 561.875008 422.250016 576 384 576zM704 576C616 576 544 504 544 416C544 328 616 256 704 256C742.250016 256 776.875008 270.124992 804 292L764 342C747.124992 328.375008 726.624992 320 704 320C650.624992 320 608 362.624992 608 416C608 469.375008 650.624992 512 704 512C726.624992 512 747.124992 503.624992 764 490L804 540C776.875008 561.875008 742.250016 576 704 576z" />
<glyph glyph-name="thumbs-down"
unicode="&#xF165;"
horiz-adv-x="1024" d="M325 704C279.875008 704 240.5 672.124992 231 628L162 308C149.375008 248.875008 195.624992 192 256 192L440 192L434 168C427.5 163 423.375008 160.875008 414 148C399 127.5 384 95.749984 384 53C384 7.375008 425.250016 -32 477 -32L490 -32L500 -23L717 192L864 192L864 704zM325 640L672 640L672 237L467 35C453.5 37.624992 448 43.124992 448 53C448 81.875008 456.750016 99.749984 465 111C473.250016 122.2499840000001 479 125 479 125L490 131L494 144L513 216L523 256L256 256C234.875008 256 220.624992 274.375008 225 295L293 615C296.250016 630 309.750016 640 325 640zM736 640L800 640L800 256L736 256z" />
<glyph glyph-name="grinning-winking-face"
unicode="&#xF58C;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 512C341.5 512 320 490.5 320 464C320 437.5 341.5 416 368 416C394.5 416 416 437.5 416 464C416 490.5 394.5 512 368 512zM576 480L576 416L736 416L736 480zM671 351C671 297.124992 649.375008 259.7499840000001 618 233C586.624992 206.2499840000001 545.124992 192 512 192C444.124992 192 398 219.5 362 255L317 209C361.624992 165.124992 426.250016 128 512 128C561.750016 128 616.375008 146.7499840000001 660 184C703.624992 221.2499840000001 735 278.7499840000001 735 351z" />
<glyph glyph-name="images"
unicode="&#xF302;"
horiz-adv-x="1024" d="M64 736L64 160L192 160L192 32L960 32L960 608L832 608L832 736zM128 672L768 672L768 224L128 224zM192 608L192 288L704 288L704 608zM256 544L640 544L640 352L256 352zM832 544L896 544L896 96L256 96L256 160L832 160z" />
<glyph glyph-name="compass"
unicode="&#xF14E;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM479 702C479.375008 702 479.624992 702 480 702L480 672L544 672L544 702C695.624992 687.124992 815.124992 567.624992 830 416L800 416L800 352L830 352C815.124992 200.375008 695.624992 80.875008 544 66L544 96L480 96L480 66C328.375008 80.875008 208.875008 200.375008 194 352L224 352L224 416L194 416C208.875008 567.375008 327.875008 686.749984 479 702zM720 592L453 443L304 176L571 325zM512 432C538.5 432 560 410.5 560 384C560 357.5 538.5 336 512 336C485.5 336 464 357.5 464 384C464 410.5 485.5 432 512 432z" />
<glyph glyph-name="code-file"
unicode="&#xF1C9;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 589L823 599L631 791L621 800zM256 736L576 736L576 544L768 544L768 32L256 32zM640 690L722 608L640 608zM512 480L448 96L512 96L576 480zM391 404L311 308L294 288L311 268L391 172L441 212L378 288L441 364zM633 404L583 364L646 288L583 212L633 172L713 268L730 288L713 308z" />
<glyph glyph-name="squinting-face-with-tongue"
unicode="&#xF58A;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM352 512C284.992 512 236.5 473.375008 236.5 473.375008L275.5 422.624992C275.5 422.624992 310.1744992 448 352.062496 448C393.950496 448 428.562496 422.624992 428.562496 422.624992L467.562496 473.375008C467.498496 473.375008 419.008 512 352 512zM672 512C604.992 512 556.5 473.375008 556.5 473.375008L595.5 422.624992C595.5 422.624992 630.174496 448 672.062496 448C713.950496 448 748.562496 422.624992 748.562496 422.624992L787.562496 473.375008C787.498496 473.375008 739.008 512 672 512zM376.5 340.562496L327.437504 299.437504C355.494176 266.009728 398.443392 242.3571520000001 448 231.2499840000001L448 192C448 156.8 476.8 128 512 128C547.2 128 576 156.8 576 192L576 231.2499840000001C625.554688 242.359072 668.465984 265.98704 696.5 299.437504L647.437504 340.562496C620.301504 308.1144960000001 568.416 288 512 288C455.584 288 403.668 308.146496 376.5 340.562496z" />
<glyph glyph-name="clipboard"
unicode="&#xF328;"
horiz-adv-x="1024" d="M512 800C471.750016 800 443.124992 771.5 429 736L192 736L192 0L832 0L832 736L595 736C580.875008 771.5 552.250016 800 512 800zM512 736C529.750016 736 544 721.749984 544 704L544 672L640 672L640 608L384 608L384 672L480 672L480 704C480 721.749984 494.250016 736 512 736zM256 672L320 672L320 544L704 544L704 672L768 672L768 64L256 64z" />
<glyph glyph-name="newspaper"
unicode="&#xF1EA;"
horiz-adv-x="1024" d="M96 736L96 160C96 89.249984 153.250016 32 224 32L800 32C870.750016 32 928 89.249984 928 160L928 512L736 512L736 736zM160 672L672 672L672 160C672 136.624992 679.124992 114.875008 690 96L224 96C185.875008 96 160 121.875008 160 160zM224 608L224 448L608 448L608 608zM288 544L544 544L544 512L288 512zM736 448L864 448L864 160C864 121.875008 838.124992 96 800 96C761.875008 96 736 121.875008 736 160zM224 416L224 352L384 352L384 416zM448 416L448 352L608 352L608 416zM224 320L224 256L384 256L384 320zM448 320L448 256L608 256L608 320zM224 224L224 160L384 160L384 224zM448 224L448 160L608 160L608 224z" />
<glyph glyph-name="hand-pointing-left"
unicode="&#xF0A5;"
horiz-adv-x="1024" d="M541 800C489.250016 800 448 760.624992 448 715C448 672.249984 463 640.5 478 620C487.375008 607.124992 491.5 605 498 600L504 576L160 576C107.375008 576 64 532.624992 64 480C64 427.375008 107.375008 384 160 384L274 384L327 140C336.5 95.875008 375.875008 64 421 64L960 64L960 576L781 576L564 791L554 800zM531 733L736 531L736 128L421 128C405.750016 128 392.250016 138 389 153L332 423L326 448L160 448C141.875008 448 128 461.875008 128 480C128 498.124992 141.875008 512 160 512L587 512L577 552L558 624L554 637L543 643C543 643 537.250016 645.749984 529 657C520.750016 668.249984 512 686.124992 512 715C512 724.875008 517.5 730.375008 531 733zM800 512L896 512L896 128L800 128z" />
<glyph glyph-name="object-group"
unicode="&#xF247;"
horiz-adv-x="1024" d="M160 736L160 608L192 608L192 160L160 160L160 32L288 32L288 64L736 64L736 32L864 32L864 160L832 160L832 608L864 608L864 736L736 736L736 704L288 704L288 736zM288 640L736 640L736 608L768 608L768 160L736 160L736 128L288 128L288 160L256 160L256 608L288 608zM320 576L320 320L448 320L448 192L704 192L704 448L576 448L576 576zM384 512L512 512L512 384L384 384zM576 384L640 384L640 256L512 256L512 320L576 320z" />
<glyph glyph-name="image"
unicode="&#xF03E;"
horiz-adv-x="1024" d="M64 736L64 32L960 32L960 736zM128 672L896 672L896 227L727 397L704 420L559 275L375 461L352 484L128 260zM768 608C732.624992 608 704 579.375008 704 544C704 508.624992 732.624992 480 768 480C803.375008 480 832 508.624992 832 544C832 579.375008 803.375008 608 768 608zM352 393L646 96L128 96L128 169zM704 329L896 137L896 96L737 96L604 230z" />
<glyph glyph-name="keyboard"
unicode="&#xF11C;"
horiz-adv-x="1024" d="M96 672C61 672 32 643 32 608L32 160C32 125 61 96 96 96L928 96C963 96 992 125 992 160L992 608C992 643 963 672 928 672zM96 608L928 608L928 160L96 160zM160 544L160 480L224 480L224 544zM288 544L288 480L352 480L352 544zM416 544L416 480L480 480L480 544zM544 544L544 480L608 480L608 544zM672 544L672 480L736 480L736 544zM800 544L800 480L864 480L864 544zM160 416L160 352L288 352L288 416zM352 416L352 352L416 352L416 416zM480 416L480 352L544 352L544 416zM608 416L608 352L672 352L672 416zM736 416L736 352L864 352L864 416zM160 288L160 224L288 224L288 288zM352 288L352 224L672 224L672 288zM736 288L736 224L864 224L864 288z" />
<glyph glyph-name="grinning-squinting-face"
unicode="&#xF585;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM321.750016 538.624992L286.25 485.375008L342.3125120000001 448L286.25 410.624992L321.750016 357.375008L457.687488 448L321.750016 538.624992zM702.249984 538.624992L566.312512 448L702.249984 357.375008L737.750016 410.624992L681.687488 448L737.750016 485.375008L702.249984 538.624992zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="hand-pointing-down"
unicode="&#xF0A7;"
horiz-adv-x="1024" d="M320 832L320 653L105 436L96 426L96 413C96 361.2499840000001 135.375008 320 181 320C223.750016 320 255.5 335 276 350C288.875008 359.375008 291 363.5 296 370L320 376L320 32C320 -20.624992 363.375008 -64 416 -64C468.624992 -64 512 -20.624992 512 32L512 146L756 199C800.124992 208.5 832 247.875008 832 293L832 832zM384 768L768 768L768 672L384 672zM365 608L768 608L768 293C768 277.7499840000001 758 264.2499840000001 743 261L473 204L448 198L448 32C448 13.875008 434.124992 0 416 0C397.875008 0 384 13.875008 384 32L384 459L344 449L272 430L259 426L253 415C253 415 250.250016 409.249984 239 401C227.750016 392.749984 209.875008 384 181 384C171.124992 384 165.624992 389.5 163 403z" />
<glyph glyph-name="gem"
unicode="&#xF3A5;"
horiz-adv-x="1024" d="M305 704L135 500L119 481L135 460L487 12L512 -20L537 12L889 460L905 481L889 500L719 704zM335 640L452 640L366 512L228 512zM572 640L689 640L796 512L658 512zM512 613L580 512L444 512zM225 448L360 448L436 179zM426 448L597 448L512 150zM664 448L799 448L588 180z" />
<glyph glyph-name="kissing-face-with-smiling-eyes"
unicode="&#xF597;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM352 512C284.992 512 236.5 473.375008 236.5 473.375008L275.5 422.624992C275.5 422.624992 310.1744992 448 352.062496 448C393.950496 448 428.562496 422.624992 428.562496 422.624992L467.562496 473.375008C467.498496 473.375008 419.008 512 352 512zM672 512C604.992 512 556.5 473.375008 556.5 473.375008L595.5 422.624992C595.5 422.624992 630.174496 448 672.062496 448C713.950496 448 748.562496 422.624992 748.562496 422.624992L787.562496 473.375008C787.498496 473.375008 739.008 512 672 512zM480 351.750016L480 304.062496C508.864 304.062496 527.249984 290.787008 527.249984 283.875008C527.250016 276.99088 508.944576 263.856096 480.312512 263.750016C480.205792 263.75024 480.106784 263.750016 480 263.750016L480 263.6874880000001L480 216.062496L480 216C480.106784 216 480.205792 215.999776 480.312512 216C508.975936 215.893888 527.249984 202.759136 527.249984 195.875008C527.250016 188.963008 508.832 175.687488 480 175.687488L480 128C533.408 128 575.249984 157.827008 575.249984 195.875008C575.249984 212.90816 566.558144 228.076192 552.5 239.875008C566.558144 251.6737920000001 575.249984 266.841824 575.249984 283.875008C575.250016 321.923008 533.408 351.750016 480 351.750016z" />
<glyph glyph-name="address-book"
unicode="&#xF2B9;"
horiz-adv-x="1024" d="M192 768L192 608L160 608L160 544L256 544L256 704L768 704L768 64L256 64L256 160L192 160L192 0L832 0L832 768zM512 576C441.624992 576 384 518.375008 384 448C384 412.375008 399.250016 380.2499840000001 423 357C380.375008 328.124992 352 278.875008 352 224L416 224C416 277 459 320 512 320C565 320 608 277 608 224L672 224C672 278.875008 643.624992 328.124992 601 357C624.750016 380.2499840000001 640 412.375008 640 448C640 518.375008 582.375008 576 512 576zM192 512L192 448L160 448L160 384L256 384L256 512zM512 512C547.750016 512 576 483.749984 576 448C576 412.249984 547.750016 384 512 384C476.250016 384 448 412.249984 448 448C448 483.749984 476.250016 512 512 512zM192 352L192 288L160 288L160 224L256 224L256 352z" />
<glyph glyph-name="face-without-mouth"
unicode="&#xF5A4;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512z" />
<glyph glyph-name="paper-plane"
unicode="&#xF1D8;"
horiz-adv-x="1024" d="M115 725L129 665L191 384L129 103L115 43L172 66L876 354L949 384L876 414L172 702zM204 619L701 416L249 416zM249 352L701 352L204 149z" />
<glyph glyph-name="alternate-arrow-circle-up"
unicode="&#xF35B;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM512 608L384 480L480 480L480 160L544 160L544 480L640 480z" />
<glyph glyph-name="play-circle"
unicode="&#xF144;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM384 604L384 164L432 192L720 356L768 384L720 412L432 576zM448 494L639 384L448 274z" />
<glyph glyph-name="image-file"
unicode="&#xF1C5;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 589L823 599L631 791L621 800zM256 736L576 736L576 544L768 544L768 32L256 32zM640 690L722 608L640 608zM675 448C657.375008 448 643 433.624992 643 416C643 398.375008 657.375008 384 675 384C692.624992 384 707 398.375008 707 416C707 433.624992 692.624992 448 675 448zM448 397L425 375L297 247L343 201L448 306L521 233L544 211L567 233L608 274L681 201L727 247L631 343L608 365L585 343L544 302L471 375z" />
<glyph glyph-name="dizzy-face"
unicode="&#xF567;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM310.6249984 566.624992L265.3750016 521.375008L322.750016 464L265.3750016 406.624992L310.6249984 361.375008L368 418.750016L425.375008 361.375008L470.624992 406.624992L413.249984 464L470.624992 521.375008L425.375008 566.624992L368 509.249984L310.6249984 566.624992zM598.624992 566.624992L553.375008 521.375008L610.750016 464L553.375008 406.624992L598.624992 361.375008L656 418.750016L713.375008 361.375008L758.624992 406.624992L701.249984 464L758.624992 521.375008L713.375008 566.624992L656 509.249984L598.624992 566.624992zM512 320C441.408 320 384 271.1874880000001 384 211.187488C384 155.987488 427.072 128 512 128C596.928 128 640 155.987488 640 211.187488C640 271.1874880000001 582.592 320 512 320zM512 256C546.688 256 576 235.4754880000001 576 211.187488C576 205.939488 576 192 512 192C448 192 448 205.939488 448 211.187488C448 235.4754880000001 477.312 256 512 256z" />
<glyph glyph-name="laughing-winking-face"
unicode="&#xF59C;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM576 480L576 416L736 416L736 480L576 480zM288 288C288 288 339.52 128 512 128C684.48 128 736 288 736 288L288 288z" />
<glyph glyph-name="alternate-money-bill"
unicode="&#xF3D1;"
horiz-adv-x="1024" d="M64 672L64 128L960 128L960 672L64 672zM192 608L832 608C832 572.64 860.64 544 896 544L896 256C860.64 256 832 227.36 832 192L192 192C192 227.36 163.36 256 128 256L128 544C163.36 544 192 572.64 192 608zM480 544C480 497.952 462.048 480 416 480L416 416C440.824032 416 461.977152 420.837408 480 429.187488L480 256L544 256L544 544L480 544zM272 448C245.504 448 224 426.496 224 400C224 373.504 245.504 352 272 352C298.496 352 320 373.504 320 400C320 426.496 298.496 448 272 448zM752 448C725.504 448 704 426.496 704 400C704 373.504 725.504 352 752 352C778.496 352 800 373.504 800 400C800 426.496 778.496 448 752 448z" />
<glyph glyph-name="calendar-times"
unicode="&#xF273;"
horiz-adv-x="1024" d="M288 736L288 704L160 704L160 0L864 0L864 704L736 704L736 736L672 736L672 704L352 704L352 736zM224 640L288 640L288 608L352 608L352 640L672 640L672 608L736 608L736 640L800 640L800 576L224 576zM224 512L800 512L800 64L224 64zM423 423L377 377L466 288L377 199L423 153L512 242L601 153L647 199L558 288L647 377L601 423L512 334z" />
<glyph glyph-name="rolling-on-the-floor-laughing"
unicode="&#xF586;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 259.8400000000001 150.972 148.538016 237.5 72.249984C243.644 87.930016 252.9149984 108.045984 265.8750016 132.750016C200.6270016 196.685984 160 285.664 160 384C160 578.0799999999999 317.92 736 512 736C610.336 736 699.314016 695.3730016 763.249984 630.1249984C787.985984 643.0850015999999 808.070016 652.388 823.750016 658.5C747.462016 745.028 636.16 800 512 800zM880 608C853.504 608 768 560 768 560C768 560 853.504 512 880 512C906.496 512 928 533.504 928 560C928 586.496 906.496 608 880 608zM617.375008 598.6249984L489.375008 470.624992L534.624992 425.375008L662.624992 553.375008L617.375008 598.6249984zM754.249984 466.249984L429.750016 141.750016C455.669984 132.790016 483.2 128 512 128C653.44 128 768 242.56 768 384C768 412.8 763.210016 440.329984 754.249984 466.249984zM921.312512 456.124992C908.512512 451.004992 894.624 448 880 448C876.128 448 869.276 448.094016 857.5 450.750016C861.66 429.117984 864 406.848 864 384C864 189.92 706.08 32 512 32C489.152 32 466.882016 34.34 445.249984 38.5C447.906016 26.724 448 19.872 448 16C448 1.376 444.995008 -12.512512 439.875008 -25.312512C463.363008 -29.440512 487.36 -32 512 -32C741.376 -32 928 154.624 928 384C928 408.64 925.440512 432.636992 921.312512 456.124992zM425.375008 406.624992L297.3750016 278.624992L342.624992 233.375008L470.624992 361.375008L425.375008 406.624992zM336 128C336 128 288 42.496 288 16C288 -10.496 309.504 -32 336 -32C362.496 -32 384 -10.496 384 16C384 42.496 336 128 336 128z" />
<glyph glyph-name="times-circle"
unicode="&#xF057;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM391 551L345 505L466 384L345 263L391 217L512 338L633 217L679 263L558 384L679 505L633 551L512 430z" />
<glyph glyph-name="calendar-plus"
unicode="&#xF271;"
horiz-adv-x="1024" d="M288 736L288 704L160 704L160 0L864 0L864 704L736 704L736 736L672 736L672 704L352 704L352 736zM224 640L288 640L288 608L352 608L352 640L672 640L672 608L736 608L736 640L800 640L800 576L224 576zM224 512L800 512L800 64L224 64zM480 448L480 320L352 320L352 256L480 256L480 128L544 128L544 256L672 256L672 320L544 320L544 448z" />
<glyph glyph-name="crying-face"
unicode="&#xF5B3;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 274.956736 814.106592 177.368576 736 112.750016L736 384C736 401.664 721.696 416 704 416C686.304 416 672 401.664 672 384L672 70.875008C623.92704 46.204512 569.642304 32 512 32C454.357696 32 400.07296 46.204512 352 70.875008L352 384C352 401.664 337.6960000000001 416 320 416C302.304 416 288 401.664 288 384L288 112.750016C209.8934208 177.368576 160 274.956736 160 384C160 578.0799999999999 317.92 736 512 736zM384 576C344.32 576 314.2224992 553.942496 294.0624992 535.062496C273.5824992 516.182496 261.1249984 497.937504 261.1249984 497.937504L314.8750016 462.062496C314.8749984 462.062496 322.857504 475.817504 336.937504 488.937504C351.017504 502.057504 369.6 512 384 512L480 512L480 576L384 576zM544 576L544 512L640 512C654.4 512 672.982496 502.057504 687.062496 488.937504C701.142496 475.817504 709.124992 462.062496 709.124992 462.062496L762.875008 497.937504C762.875008 497.937504 750.417504 516.182496 729.937504 535.062496C709.777504 553.942496 679.68 576 640 576L544 576zM512 384C459.072 384 416 333.76 416 272C416 210.24 459.072 160 512 160C564.928 160 608 210.24 608 272C608 333.76 564.928 384 512 384zM512 320C529.024 320 544 297.568 544 272C544 246.432 529.024 224 512 224C494.976 224 480 246.432 480 272C480 297.568 494.976 320 512 320z" />
<glyph glyph-name="powerpoint-file"
unicode="&#xF1C4;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 588.8124992L822.375008 598.3750016L630.375008 790.3750016L620.812512 800L192 800zM256 736L576 736L576 544L768 544L768 32L256 32L256 736zM640 691.1875008L723.187488 608L640 608L640 691.1875008zM416 480L416 416L544 416C582.4 416 608 390.4 608 352C608 313.6 582.4 288 544 288C505.6 288 480 313.6 480 352L416 352L416 128L480 128L480 243.1874880000001C499.2 230.387488 521.6 224 544 224C614.4 224 672 281.6 672 352C672 422.4 614.4 480 544 480L416 480z" />
<glyph glyph-name="hdd"
unicode="&#xF0A0;"
horiz-adv-x="1024" d="M199 704L96 292L96 64L928 64L928 292L825 704zM249 640L775 640L855 320L169 320zM160 256L864 256L864 128L160 128zM768 224C750.375008 224 736 209.624992 736 192C736 174.375008 750.375008 160 768 160C785.624992 160 800 174.375008 800 192C800 209.624992 785.624992 224 768 224z" />
<glyph glyph-name="hourglass"
unicode="&#xF254;"
horiz-adv-x="1024" d="M224 768L224 704L288 704L288 576C288 494.624992 331.750016 423.249984 397 384C331.750016 344.7499840000001 288 273.375008 288 192L288 64L224 64L224 0L800 0L800 64L736 64L736 192C736 273.375008 692.250016 344.7499840000001 627 384C692.250016 423.249984 736 494.624992 736 576L736 704L800 704L800 768zM352 704L672 704L672 576C672 487.249984 600.750016 416 512 416C423.250016 416 352 487.249984 352 576zM512 352C600.750016 352 672 280.7499840000001 672 192L672 64L352 64L352 192C352 280.7499840000001 423.250016 352 512 352z" />
<glyph glyph-name="credit-card"
unicode="&#xF09D;"
horiz-adv-x="1024" d="M160 704C107.375008 704 64 660.624992 64 608L64 160C64 107.375008 107.375008 64 160 64L864 64C916.624992 64 960 107.375008 960 160L960 608C960 660.624992 916.624992 704 864 704zM160 640L864 640C882.124992 640 896 626.124992 896 608L896 544L160 544L160 480L896 480L896 160C896 141.875008 882.124992 128 864 128L160 128C141.875008 128 128 141.875008 128 160L128 608C128 626.124992 141.875008 640 160 640z" />
<glyph glyph-name="bell-slash"
unicode="&#xF1F6;"
horiz-adv-x="1024" d="M119 823L73 777L905 -55L951 -9L832 110L832 160L800 160C782.375008 160 768 174.375008 768 192L768 471C768 593.5 685.375008 697.5 575 727C575.375008 730 576 732.875008 576 736C576 771.375008 547.375008 800 512 800C476.624992 800 448 771.375008 448 736C448 733.249984 448.624992 730.624992 449 728C406.124992 717.124992 366.624992 695.624992 334 664C324.375008 654.749984 315.875008 644.375008 308 634zM498 672C504.5 672.5 511.5 672.249984 518 672C620.624992 668.875008 704 578.875008 704 471L704 238L354 588C361.124992 598.5 368.624992 609 378 618C410.875008 650 452.875008 668.875008 498 672zM257 504C256.250016 495.875008 256 488.249984 256 480L256 192C256 174.375008 241.624992 160 224 160L192 160L192 96L422 96C418.375008 85.875008 416 75.249984 416 64C416 11.375008 459.375008 -32 512 -32C564.624992 -32 608 11.375008 608 64C608 75.249984 605.624992 85.875008 602 96L666 96L602 160L314 160C317.624992 170 320 180.7499840000001 320 192L320 442zM512 96C530 96 544 82 544 64C544 46 530 32 512 32C494 32 480 46 480 64C480 82 494 96 512 96z" />
<glyph glyph-name="lemon"
unicode="&#xF094;"
horiz-adv-x="1024" d="M416 768C333.375008 768 259.875008 722 209 652C158.124992 582 128 487.5 128 384C128 280.5 158.124992 186 209 116C259.875008 46 333.375008 0 416 0C679.375008 0 819.750016 150.624992 854 309C878.124992 326.375008 896 352.124992 896 384C896 415.875008 878.124992 441.624992 854 459C817.875008 621.375008 650 768 416 768zM416 704C474.750016 704 529.250016 671.5 571 614C612.750016 556.5 640 474.875008 640 384C640 293.124992 612.750016 211.5 571 154C529.250016 96.5 474.750016 64 416 64C357.250016 64 302.750016 96.5 261 154C219.250016 211.5 192 293.124992 192 384C192 474.875008 219.250016 556.5 261 614C302.750016 671.5 357.250016 704 416 704zM620 655C717.250016 603.5 779.750016 518.749984 795 436L798 420L813 413C824.124992 407.875008 832 397.124992 832 384C832 370.875008 824.124992 360.124992 813 355L798 348L795 332C778 239.375008 722.124992 148.5 610 100C614.375008 105.249984 618.875008 110.375008 623 116C673.875008 186 704 280.5 704 384C704 487.5 673.875008 582 623 652C622.124992 653.124992 620.875008 653.875008 620 655zM416 640C393.124992 640 371.624992 631.749984 352 618L417 465L483 617C462.750016 631.875008 439.750016 640 416 640zM304 567C278.875008 527.624992 261.624992 474.875008 257 416L368 416zM530 564L465 416L575 416C570.5 473.5 554.250016 524.875008 530 564zM257 352C261.5 294.5 277.750016 243.124992 302 204L367 352zM464 352L528 201C553.124992 240.375008 570.375008 293.124992 575 352zM415 303L349 151C369.250016 136.124992 392.250016 128 416 128C438.875008 128 460.375008 136.2499840000001 480 150z" />
<glyph glyph-name="alternate-grinning-face"
unicode="&#xF581;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 544A48 96 0 0 1 368 352A48 96 0 0 1 368 544zM656 544A48 96 0 0 1 656 352A48 96 0 0 1 656 544zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="alternate-arrow-circle-right"
unicode="&#xF35A;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM608 512L608 416L288 416L288 352L608 352L608 256L736 384z" />
<glyph glyph-name="archive-file"
unicode="&#xF1C6;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 800zM256 736L480 736L480 704L544 704L544 736L768 736L768 32L256 32zM480 672L480 608L544 608L544 672zM480 576L480 512L544 512L544 576zM480 480L480 410C443 396.624992 416 361.375008 416 320C416 267.375008 459.375008 224 512 224C564.624992 224 608 267.375008 608 320C608 361.375008 581 396.624992 544 410L544 480zM512 352C530 352 544 338 544 320C544 302 530 288 512 288C494 288 480 302 480 320C480 338 494 352 512 352z" />
<glyph glyph-name="lizard--hand-"
unicode="&#xF258;"
horiz-adv-x="1024" d="M458 768C401.124992 768 347.624992 738.124992 319 689L150 398C135.750016 373.5 128 345.375008 128 317L128 0L448 0L448 138C532.124992 163.2499840000001 575.5 207.5 589 224L791 224C831.875008 224 862.875008 264.375008 853 304L849 319C834.750016 375.7499840000001 783.5 416 725 416L505 416L489 480L693 480C751.5 480 802.750016 520.249984 817 577L828 619C865.750016 632 896 662.124992 896 704L896 768zM458 704L832 704C832 685.875008 818.124992 672 800 672L512 672L480 608L759 608L755 592C747.875008 563.375008 722.5 544 693 544L489 544C448.124992 544 417.124992 503.624992 427 464L443 400C450.124992 371.624992 475.750016 352 505 352L725 352C754.5 352 779.875008 332.624992 787 304L791 288L560 288L550 275C550 275 503.875008 209.5 410 191L384 186L384 64L192 64L192 317C192 334 196.375008 351.2499840000001 205 366L375 656C392.250016 685.5 423.750016 704 458 704z" />
<glyph glyph-name="laughing-squinting-face"
unicode="&#xF59B;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM321.750016 538.624992L286.25 485.375008L342.3125120000001 448L286.25 410.624992L321.750016 357.375008L457.687488 448L321.750016 538.624992zM702.249984 538.624992L566.312512 448L702.249984 357.375008L737.750016 410.624992L681.687488 448L737.750016 485.375008L702.249984 538.624992zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="grinning-face"
unicode="&#xF580;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512zM288 288C288 288 339.36 128 512 128C684.64 128 736 288 736 288L288 288z" />
<glyph glyph-name="thumbs-up"
unicode="&#xF164;"
horiz-adv-x="1024" d="M534 800L524 791L307 576L160 576L160 64L699 64C744.124992 64 783.5 95.875008 793 140L862 460C874.624992 519.124992 828.375008 576 768 576L584 576L590 600C596.5 605 600.624992 607.124992 610 620C625 640.5 640 672.249984 640 715C640 760.624992 598.750016 800 547 800zM557 733C570.5 730.375008 576 724.875008 576 715C576 686.124992 567.250016 668.249984 559 657C550.750016 645.749984 545 643 545 643L534 637L530 624L511 552L501 512L768 512C789.124992 512 803.375008 493.624992 799 473L731 153C727.750016 138 714.250016 128 699 128L352 128L352 531zM224 512L288 512L288 128L224 128z" />
<glyph glyph-name="hospital"
unicode="&#xF0F8;"
horiz-adv-x="1024" d="M480 800L480 736L416 736L416 672L480 672L480 608L544 608L544 672L608 672L608 736L544 736L544 800zM192 736L192 0L480 0L480 96L544 96L544 0L832 0L832 736L672 736L672 672L768 672L768 64L608 64L608 160L416 160L416 64L256 64L256 672L352 672L352 736zM352 544L352 480L416 480L416 544zM480 544L480 480L544 480L544 544zM608 544L608 480L672 480L672 544zM352 416L352 352L416 352L416 416zM480 416L480 352L544 352L544 416zM608 416L608 352L672 352L672 416zM352 288L352 224L416 224L416 288zM480 288L480 224L544 224L544 288zM608 288L608 224L672 224L672 288z" />
<glyph glyph-name="kissing-face"
unicode="&#xF596;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512zM480 351.750016L480 304.062496C508.832 304.062496 527.249984 290.787008 527.249984 283.875008C527.249984 276.99088 508.94432 263.856096 480.312512 263.750016C480.205792 263.75024 480.106784 263.750016 480 263.750016L480 263.6874880000001L480 216.062496L480 216C480.106784 216 480.205792 215.999776 480.312512 216C508.94432 215.893888 527.249984 202.759136 527.249984 195.875008C527.249984 188.963008 508.832 175.687488 480 175.687488L480 128C533.408 128 575.249984 157.827008 575.249984 195.875008C575.249984 212.914304 566.497728 228.074528 552.437504 239.875008C566.497728 251.675488 575.249984 266.83568 575.249984 283.875008C575.249984 321.923008 533.408 351.750016 480 351.750016z" />
<glyph glyph-name="face-blowing-a-kiss"
unicode="&#xF598;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C587.808 -32 658.657504 -11.302016 719.937504 24.249984L673.812512 71.687488C625.300512 46.471488 570.336 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736C706.08 736 864 578.0799999999999 864 384C864 383.168 863.875008 382.362496 863.875008 381.562496C886.883008 377.850496 908.194496 369.303008 926.562496 356.375008C927.170496 365.559008 928 374.656 928 384C928 613.376 741.376 800 512 800zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM640 512C572.992 512 524.5 473.375008 524.5 473.375008L563.5 422.624992C563.5 422.624992 598.174496 448 640.062496 448C681.950496 448 716.562496 422.624992 716.562496 422.624992L755.562496 473.375008C755.498496 473.375008 707.008 512 640 512zM480 351.750016L480 304.062496C508.864 304.062496 527.249984 290.787008 527.249984 283.875008C527.250016 276.99088 508.944576 263.856096 480.312512 263.750016C480.205792 263.75024 480.106784 263.750016 480 263.750016L480 263.6874880000001L480 216.062496L480 216C480.106784 216 480.205792 215.999776 480.312512 216C508.975936 215.893888 527.249984 202.759136 527.249984 195.875008C527.250016 188.963008 508.832 175.687488 480 175.687488L480 128C533.408 128 575.249984 157.827008 575.249984 195.875008C575.249984 212.90816 566.558144 228.076192 552.5 239.875008C566.558144 251.6737920000001 575.249984 266.841824 575.249984 283.875008C575.250016 321.923008 533.408 351.750016 480 351.750016zM728 320C679.04 320 640 278.6950080000001 640 230.375008C640 202.279008 656.164512 181.592992 667.812512 169.624992L784 50.249984L900.5 169.624992C912.148 181.5609920000001 928 198.119008 928 230.375008C928 278.6950080000001 888.96 320 840 320C816.64 320 797.44 312 784 304C770.56 312 751.36 320 728 320zM728 256C735.648 256 743.442016 253.64 751.249984 249L784 229.5L816.750016 249C824.557984 253.64 832.352 256 840 256C852.8 256 864 244.0070080000001 864 230.375008C864 224.3910080000001 863.743488 223.5925120000001 854.687488 214.312512L784.062496 141.937504L713.687488 214.2499840000001C710.071488 217.961984 704 224.999008 704 230.375008C704 244.0070080000001 715.2 256 728 256z" />
<glyph glyph-name="bar-chart"
unicode="&#xF080;"
horiz-adv-x="1024" d="M416 800L416 32L352 32L352 672L160 672L160 32L96 32L96 -32L928 -32L928 32L864 32L864 448L672 448L672 32L608 32L608 800zM480 736L544 736L544 32L480 32z" />
<glyph glyph-name="heart"
unicode="&#xF004;"
horiz-adv-x="1024" d="M304 736C171.624992 736 64 627.124992 64 496C64 450.249984 84.750016 410.624992 104 382C123.250016 353.375008 143 335 143 335L489 -12L512 -35L535 -12L881 335C881 335 960 404.624992 960 496C960 627.124992 852.375008 736 720 736C610.124992 736 539.375008 669.875008 512 642C484.624992 669.875008 413.875008 736 304 736zM304 672C399.624992 672 488 579 488 579L512 552L536 579C536 579 624.375008 672 720 672C817.375008 672 896 592.124992 896 496C896 446.624992 836 380 836 380L512 56L188 380C188 380 172.5 394.875008 157 418C141.5 441.124992 128 471.249984 128 496C128 592.124992 206.624992 672 304 672z" />
<glyph glyph-name="alternate-comment"
unicode="&#xF27A;"
horiz-adv-x="1024" d="M96 736L96 160L256 160L256 -2.5L459.250016 160L928 160L928 736zM160 672L864 672L864 224L436.750016 224L320 130.624992L320 224L160 224z" />
<glyph glyph-name="plus-square"
unicode="&#xF0FE;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM480 544L480 416L352 416L352 352L480 352L480 224L544 224L544 352L672 352L672 416L544 416L544 544z" />
<glyph glyph-name="alternate-list"
unicode="&#xF022;"
horiz-adv-x="1024" d="M329 727L224 622L183 663L137 617L201 553L224 531L247 553L375 681zM480 672L480 608L896 608L896 672zM329 471L224 366L183 407L137 361L201 297L224 275L247 297L375 425zM480 416L480 352L896 352L896 416zM329 215L224 110L183 151L137 105L201 41L224 19L247 41L375 169zM480 160L480 96L896 96L896 160z" />
<glyph glyph-name="smiling-face-with-heart-eyes"
unicode="&#xF584;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM336 544C309.5 544 288 522.5 288 496C288 493 288.250016 490.124992 289 487C290.375008 479.375008 293.5 472.875008 298 467C322 425.624992 384 384 384 384C384 384 480 445 480 496C480 522.5 458.5 544 432 544C405.5 544 384 522.5 384 496C384 522.5 362.5 544 336 544zM592 544C565.5 544 544 522.5 544 496C544 493 544.250016 490.124992 545 487C546.375008 479.375008 549.5 472.875008 554 467C578 425.624992 640 384 640 384C640 384 703.624992 425.249984 727 468C732.124992 477.5 736 486.749984 736 496C736 522.5 714.5 544 688 544C661.5 544 640 522.5 640 496C640 522.5 618.5 544 592 544zM346 288L291 256C335.250016 179.624992 417.5 128 512 128C606.5 128 688.750016 179.624992 733 256L678 288C644.750016 230.624992 583.250016 192 512 192C440.750016 192 379.250016 230.624992 346 288z" />
<glyph glyph-name="alternate-arrow-circle-left"
unicode="&#xF359;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM416 512L288 384L416 256L416 352L736 352L736 416L416 416z" />
<glyph glyph-name="frowning-face-with-open-mouth"
unicode="&#xF57A;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 544C341.5 544 320 508.124992 320 464C320 419.875008 341.5 384 368 384C394.5 384 416 419.875008 416 464C416 508.124992 394.5 544 368 544zM656 544C629.5 544 608 508.124992 608 464C608 419.875008 629.5 384 656 384C682.5 384 704 419.875008 704 464C704 508.124992 682.5 544 656 544zM512 352C438.624992 352 384 292.624992 384 224C384 192.375008 395.375008 160.875008 421 145C446.624992 129.124992 475 128 512 128C549 128 577.375008 129.124992 603 145C628.624992 160.875008 640 192.375008 640 224C640 292.624992 585.375008 352 512 352zM512 288C553.375008 288 576 261.5 576 224C576 202.624992 574.750016 201.875008 570 199C565.250016 196.124992 545.750016 192 512 192C478.250016 192 458.750016 196.124992 454 199C449.250016 201.875008 448 202.624992 448 224C448 261.5 470.624992 288 512 288z" />
<glyph glyph-name="tired-face"
unicode="&#xF5C8;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM321.750016 538.624992L286.25 485.375008L342.3125120000001 448L286.25 410.624992L321.750016 357.375008L457.687488 448L321.750016 538.624992zM702.249984 538.624992L566.312512 448L702.249984 357.375008L737.750016 410.624992L681.687488 448L737.750016 485.375008L702.249984 538.624992zM512 288C428.6720000000001 288 373.303488 218.92 353.687488 181C347.767488 169.576 358.588512 156.750016 370.8125120000001 160.750016C403.356512 171.438016 459.168 192 512 192C564.832 192 620.643488 171.405984 653.187488 160.750016C665.443488 156.718016 676.232512 169.576 670.312512 181C650.696512 218.888 595.328 288 512 288z" />
<glyph glyph-name="peace--hand-"
unicode="&#xF25B;"
horiz-adv-x="1024" d="M480 832C427.375008 832 384 788.624992 384 736L384 687L380 700C364.750016 750.375008 310.375008 779.249984 260 764C209.624992 748.749984 180.750016 694.375008 196 644L279 374C273 371.624992 266.5 368.875008 260 365C233.250016 349 203 316.624992 194 265C187.250016 226.7499840000001 194.624992 193.124992 200 175C200 174.624992 200 174.375008 200 174L225 94C253.875008 0.124992 340.875008 -64 439 -64L608 -64C731.375008 -64 832 36.624992 832 160L832 477C832 478.375008 832 479.624992 832 481C832 481.624992 832 482.375008 832 483C832 483.375008 832 483.624992 832 484C831.750016 485 831.375008 486 831 487C828.124992 522.249984 806.750016 555.124992 772 569C747.875008 578.624992 722.5 577.249984 700 568C689.624992 587.624992 672.875008 604.249984 651 613C625.875008 623 599.124992 621.375008 576 611L576 736C576 788.624992 532.624992 832 480 832zM480 768C498.124992 768 512 754.124992 512 736L512 525L479 441C474.250016 429.124992 472 416.249984 472 404L341 387L258 663C252.750016 680.249984 261.750016 697.749984 279 703C296.250016 708.249984 313.750016 698.249984 319 681L385 462L421 473L448 473L448 736C448 754.124992 461.875008 768 480 768zM614 556C618.124992 556.124992 622.875008 555.624992 627 554C643.750016 547.249984 651.750016 528.749984 645 512L611 427L611 426L598 393C597.375008 391.249984 595.875008 390.5 595 389C578.750016 401.624992 558.250016 409.749984 537 410C537.375008 412.375008 537 414.624992 538 417L586 536C591 548.624992 601.624992 555.749984 614 556zM735 512C739.250016 512 743.750016 511.624992 748 510C760.624992 505 767.750016 493.624992 768 481C768 480.624992 768 480.375008 768 480C768 476.124992 767.5 471.875008 766 468L730 379C723.250016 362.2499840000001 704.750016 354.2499840000001 688 361C671.250016 367.7499840000001 664.250016 386.249984 671 403L705 488C705.5 489.249984 705.5 490.749984 706 492C709.375008 500.375008 715.5 506.749984 723 510C726.750016 511.624992 730.750016 512 735 512zM528 347C544.875008 351 561 340.875008 565 324C567.5 313.624992 566.124992 308.375008 563 303C559.875008 297.624992 553.250016 291 539 286L384 246C374.5 243.5 366.750016 236.7499840000001 362.875008 227.875008C359 218.875008 359.375008 208.624992 364 200L393 147C401.5 131.5 421 125.875008 436.5 134.5C452 143 457.624992 162.5 449 178L440 194L558 225C559 225.2499840000001 560 225.624992 561 226C585.750016 234.624992 605.624992 249.375008 618 270C628.124992 286.875008 632 306.5 630 326C639.375008 315.875008 651.375008 307.5 665 302C701.624992 287.375008 741.875008 296.624992 768 323L768 160C768 71.249984 696.750016 0 608 0L439 0C368.624992 0 306.750016 45.749984 286 113L262 193C259.375008 201.624992 254.124992 231.875008 258 254C264 288.375008 279 301.624992 293 310C307 318.375008 317 319 317 319C317.624992 319 318.375008 319 319 319L525 346C526 346.2499840000001 527 346.624992 528 347z" />
<glyph glyph-name="calendar-minus"
unicode="&#xF272;"
horiz-adv-x="1024" d="M288 736L288 704L160 704L160 0L864 0L864 704L736 704L736 736L672 736L672 704L352 704L352 736zM224 640L288 640L288 608L352 608L352 640L672 640L672 608L736 608L736 640L800 640L800 576L224 576zM224 512L800 512L800 64L224 64zM352 320L352 256L672 256L672 320z" />
<glyph glyph-name="lightbulb"
unicode="&#xF0EB;"
horiz-adv-x="1024" d="M512 768C353.375008 768 224 638.624992 224 480C224 418.624992 251 355 288 298C315.5 255.624992 348.375008 216.624992 384 187L384 96C384 61 413 32 448 32L480 0L544 0L576 32C611 32 640 61 640 96L640 187C675.624992 216.624992 708.5 255.624992 736 298C773 355 800 418.624992 800 480C800 638.624992 670.624992 768 512 768zM512 704C636.124992 704 736 604.124992 736 480C736 438.124992 715.375008 382.875008 683 333C654.124992 288.5 616.124992 248.875008 581 224L443 224C407.875008 248.875008 369.875008 288.5 341 333C308.624992 382.875008 288 438.124992 288 480C288 604.124992 387.875008 704 512 704zM456 160L568 160C570.5 158.2499840000001 573.124992 157 576 156L576 96L448 96L448 156C450.875008 157 453.5 158.2499840000001 456 160z" />
<glyph glyph-name="check-square"
unicode="&#xF14A;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM681 535L448 302L343 407L297 361L425 233L448 211L471 233L727 489z" />
<glyph glyph-name="user"
unicode="&#xF007;"
horiz-adv-x="1024" d="M512 736C388.624992 736 288 635.375008 288 512C288 434.875008 327.375008 366.375008 387 326C272.875008 277 192 163.7499840000001 192 32L256 32C256 173.7499840000001 370.250016 288 512 288C653.750016 288 768 173.7499840000001 768 32L832 32C832 163.7499840000001 751.124992 277 637 326C696.624992 366.375008 736 434.875008 736 512C736 635.375008 635.375008 736 512 736zM512 672C600.750016 672 672 600.749984 672 512C672 423.249984 600.750016 352 512 352C423.250016 352 352 423.249984 352 512C352 600.749984 423.250016 672 512 672z" />
<glyph glyph-name="spock--hand-"
unicode="&#xF259;"
horiz-adv-x="1024" d="M397 832C390.750016 831.875008 384.375008 831.5 378 830C335.124992 820.249984 305 782.124992 303 740C291.250016 741.875008 279.124992 741.749984 267 739C215.624992 727.375008 182.375008 675.375008 194 624L256 355L256 328L228 356C190.750016 393.249984 129.250016 393.249984 92 356C54.750016 318.7499840000001 54.750016 257.2499840000001 92 220L309 3C346.624992 -34.5 398.624992 -64 460 -64L608 -64C731.375008 -64 832 36.624992 832 160L832 384L862 535C872.124992 586.624992 837.624992 637.875008 786 648C775.124992 650.124992 764.375008 650.5 754 649L761 685C771.124992 736.624992 736.624992 787.875008 685 798C633.375008 808.124992 583.124992 773.624992 573 722L541 570L492 757C491.875008 757.249984 492.124992 757.749984 492 758L491 758C480.250016 802.124992 440.750016 832.749984 397 832zM392 767C409.624992 771 426 760.624992 430 743L430 742L510 435L516 411L573 411L579 437L635 709L635 710C638.5 727.749984 655.250016 738.5 673 735C690.750016 731.5 701.5 714.749984 698 697L640 405L703 393L736 559L737 559C740.5 576.749984 756.250016 588.5 774 585C791.750016 581.5 802.5 564.749984 799 547L769 390L768 387L768 160C768 71.249984 696.750016 0 608 0L460 0C419.250016 0 384.250016 19.875008 355 49L137 265C124.250016 277.7499840000001 124.250016 298.2499840000001 137 311C149.750016 323.7499840000001 170.250016 323.7499840000001 183 311L265 228L320 173L320 359L319 362L257 638C253 655.624992 263.375008 673 281 677C298.624992 681 315 669.624992 319 652L376 398L439 412L382 667C381.875008 667.375008 382.124992 667.624992 382 668L368 729C364 746.624992 374.375008 763 392 767z" />
<glyph glyph-name="identification-card"
unicode="&#xF2C2;"
horiz-adv-x="1024" d="M160 704C107.375008 704 64 660.624992 64 608L64 160C64 107.375008 107.375008 64 160 64L864 64C916.624992 64 960 107.375008 960 160L960 608C960 660.624992 916.624992 704 864 704zM160 640L864 640C882.124992 640 896 626.124992 896 608L896 160C896 141.875008 882.124992 128 864 128L160 128C141.875008 128 128 141.875008 128 160L128 608C128 626.124992 141.875008 640 160 640zM352 576C281.624992 576 224 518.375008 224 448C224 412.375008 239.250016 380.2499840000001 263 357C220.375008 328.124992 192 279 192 224L256 224C256 277.375008 298.624992 320 352 320C405.375008 320 448 277.375008 448 224L512 224C512 279 483.624992 328.124992 441 357C464.750016 380.2499840000001 480 412.375008 480 448C480 518.375008 422.375008 576 352 576zM576 544L576 480L832 480L832 544zM352 512C387.750016 512 416 483.749984 416 448C416 412.249984 387.750016 384 352 384C316.250016 384 288 412.249984 288 448C288 483.749984 316.250016 512 352 512zM576 416L576 352L832 352L832 416zM576 288L576 224L736 224L736 288z" />
<glyph glyph-name="calendar-check"
unicode="&#xF274;"
horiz-adv-x="1024" d="M288 736L288 704L160 704L160 0L864 0L864 704L736 704L736 736L672 736L672 704L352 704L352 736zM224 640L288 640L288 608L352 608L352 640L672 640L672 608L736 608L736 640L800 640L800 576L224 576zM224 512L800 512L800 64L224 64zM649 439L480 270L407 343L361 297L457 201L480 179L503 201L695 393z" />
<glyph glyph-name="moon"
unicode="&#xF186;"
horiz-adv-x="1024" d="M160 736L160 672L96 672L96 608L160 608L160 544L224 544L224 608L288 608L288 672L224 672L224 736zM649 642L596 640C425 633.875008 288 493.5 288 321C288 144.624992 431.624992 1 608 1C780.5 1 920.875008 138 927 309L929 361L882 339C857 327.124992 829.250016 321 800 321C693.624992 321 608 406.624992 608 513C608 542.249984 615.124992 569 627 594zM556 566C552 548.249984 544 532 544 513C544 372 659 257 800 257C819.375008 257 835.875008 264.875008 854 269C829.624992 153 731.5 65 608 65C466.250016 65 352 179.2499840000001 352 321C352 444.249984 440.250016 541.375008 556 566z" />
<glyph glyph-name="calendar"
unicode="&#xF133;"
horiz-adv-x="1024" d="M288 768L288 736L160 736L160 32L864 32L864 736L736 736L736 768L672 768L672 736L352 736L352 768zM224 672L288 672L288 640L352 640L352 672L672 672L672 640L736 640L736 672L800 672L800 608L224 608zM224 544L800 544L800 96L224 96zM416 480L416 416L480 416L480 480zM544 480L544 416L608 416L608 480zM672 480L672 416L736 416L736 480zM288 352L288 288L352 288L352 352zM416 352L416 288L480 288L480 352zM544 352L544 288L608 288L608 352zM672 352L672 288L736 288L736 352zM288 224L288 160L352 160L352 224zM416 224L416 160L480 160L480 224zM544 224L544 160L608 160L608 224z" />
<glyph glyph-name="file"
unicode="&#xF15B;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 589L823 599L631 791L621 800zM256 736L576 736L576 544L768 544L768 32L256 32zM640 690L722 608L640 608z" />
<glyph glyph-name="clock"
unicode="&#xF017;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM480 640L480 352L704 352L704 416L544 416L544 640z" />
<glyph glyph-name="sun"
unicode="&#xF185;"
horiz-adv-x="1024" d="M480 800L480 640L544 640L544 800zM240 701L195 656L308 542L354 588zM784 701L670 588L716 542L829 656zM512 608C388.624992 608 288 507.375008 288 384C288 260.624992 388.624992 160 512 160C635.375008 160 736 260.624992 736 384C736 507.375008 635.375008 608 512 608zM512 544C600.750016 544 672 472.749984 672 384C672 295.2499840000001 600.750016 224 512 224C423.250016 224 352 295.2499840000001 352 384C352 472.749984 423.250016 544 512 544zM96 416L96 352L256 352L256 416zM768 416L768 352L928 352L928 416zM308 226L195 112L240 67L354 180zM716 226L670 180L784 67L829 112zM480 128L480 -32L544 -32L544 128z" />
<glyph glyph-name="hand-pointing-up"
unicode="&#xF0A6;"
horiz-adv-x="1024" d="M416 832C363.375008 832 320 788.624992 320 736L320 392L296 398C291 404.5 288.875008 408.624992 276 418C255.5 433 223.750016 448 181 448C135.375008 448 96 406.749984 96 355L96 342L105 332L320 115L320 -64L832 -64L832 475C832 520.124992 800.124992 559.5 756 569L512 622L512 736C512 788.624992 468.624992 832 416 832zM416 768C434.124992 768 448 754.124992 448 736L448 570L473 564L743 507C758 503.749984 768 490.249984 768 475L768 160L365 160L163 365C165.624992 378.5 171.124992 384 181 384C209.875008 384 227.750016 375.2499840000001 239 367C250.250016 358.7499840000001 253 353 253 353L259 342L272 338L344 319L384 309L384 736C384 754.124992 397.875008 768 416 768zM384 96L768 96L768 0L384 0z" />
<glyph glyph-name="user-circle"
unicode="&#xF2BD;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM512 640C424 640 352 568 352 480C352 431.5 374.624992 388.375008 409 359C337 321.624992 288 246.375008 288 160L352 160C352 248.7499840000001 423.250016 320 512 320C600.750016 320 672 248.7499840000001 672 160L736 160C736 246.375008 687 321.624992 615 359C649.375008 388.375008 672 431.5 672 480C672 568 600 640 512 640zM512 576C565.375008 576 608 533.375008 608 480C608 426.624992 565.375008 384 512 384C458.624992 384 416 426.624992 416 480C416 533.375008 458.624992 576 512 576z" />
<glyph glyph-name="envelope-open"
unicode="&#xF2B6;"
horiz-adv-x="1024" d="M512 800L495 789L111 539L96 529L96 -32L928 -32L928 529L913 539L529 789zM512 724L838 512L512 301L186 512zM160 453L495 236L512 225L529 236L864 453L864 32L160 32z" />
<glyph glyph-name="edit"
unicode="&#xF044;"
horiz-adv-x="1024" d="M800 767C775.5 767 751.5 757.5 733 739L416 423L409 416L407 406L385 294L375 247L422 257L534 279L544 281L551 288L867 605C903.875008 641.875008 903.875008 702.124992 867 739C848.5 757.5 824.5 767 800 767zM800 705C807.5 705 814.875008 701.124992 822 694C836.250016 679.749984 836.250016 664.249984 822 650L512 340L457 329L468 384L778 694C785.124992 701.124992 792.5 705 800 705zM128 640L128 0L768 0L768 422L704 358L704 64L192 64L192 576L486 576L550 640z" />
<glyph glyph-name="circle"
unicode="&#xF111;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704z" />
<glyph glyph-name="word-file"
unicode="&#xF1C2;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 800zM256 736L768 736L768 32L256 32zM576 512L576 304C576 297.124992 566.875008 288 560 288C558.624992 288 560.624992 286.5 558 290C555.375008 293.5 551.375008 302.375008 549 312C544.250016 331.124992 544 352 544 352L544 416L480 416L480 272C480 265.124992 470.875008 256 464 256C457.124992 256 448 265.124992 448 272L448 480L320 480L320 416L384 416L384 272C384 227.7499840000001 419.750016 192 464 192C495.5 192 518 212.624992 531 239C540.624992 233 547.624992 224 560 224C604.250016 224 640 259.7499840000001 640 304L640 448L704 448L704 512z" />
<glyph glyph-name="alternate-file"
unicode="&#xF15C;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 589L823 599L631 791L621 800zM256 736L576 736L576 544L768 544L768 32L256 32zM640 690L722 608L640 608zM352 480L352 416L672 416L672 480zM352 352L352 288L672 288L672 352zM352 224L352 160L672 160L672 224z" />
<glyph glyph-name="flushed-face"
unicode="&#xF579;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 640C270.944 640 192 561.056 192 464C192 366.944 270.944 288 368 288C427.54 288 480.13632 317.812992 512 363.1874880000001C543.86368 317.812992 596.46 288 656 288C753.056 288 832 366.944 832 464C832 561.056 753.056 640 656 640C596.46 640 543.86368 610.1870144 512 564.812512C480.13632 610.1870144 427.54 640 368 640zM368 576C429.76 576 480 525.76 480 464C480 402.24 429.76 352 368 352C306.24 352 256 402.24 256 464C256 525.76 306.24 576 368 576zM656 576C717.76 576 768 525.76 768 464C768 402.24 717.76 352 656 352C594.24 352 544 402.24 544 464C544 525.76 594.24 576 656 576zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512zM384 224L384 160L640 160L640 224L384 224z" />
<glyph glyph-name="life-ring"
unicode="&#xF1CD;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C522.750016 704 533.5 703 544 702L544 605C533.5 606.5 522.875008 608 512 608C501.124992 608 490.5 606.5 480 605L480 702C490.5 703 501.250016 704 512 704zM416 690L416 586C369.5 563.749984 332.124992 526.5 310 480L207 480C238.124992 580 316.250016 658.749984 416 690zM608 690C707.624992 658.749984 786.750016 579.624992 818 480L714 480C691.875008 526.5 654.5 563.875008 608 586zM512 544C600.750016 544 672 472.749984 672 384C672 295.2499840000001 600.750016 224 512 224C423.250016 224 352 295.2499840000001 352 384C352 472.749984 423.250016 544 512 544zM194 416L290 416C288.5 405.624992 288 394.749984 288 384C288 373.124992 289.5 362.5 291 352L194 352C193 362.5 192 373.2499840000001 192 384C192 394.749984 193 405.5 194 416zM733 416L830 416C831 405.5 832 394.749984 832 384C832 373.2499840000001 831 362.5 830 352L733 352C734.5 362.5 736 373.124992 736 384C736 394.875008 734.5 405.5 733 416zM206 288L310 288C332.124992 241.5 369.5 204.124992 416 182L416 78C316.375008 109.249984 237.250016 188.375008 206 288zM714 288L818 288C786.750016 188.375008 707.624992 109.249984 608 78L608 182C654.5 204.124992 691.875008 241.5 714 288zM480 163C490.5 161.5 501.124992 160 512 160C522.875008 160 533.5 161.5 544 163L544 66C533.5 65 522.750016 64 512 64C501.250016 64 490.5 65 480 66z" />
<glyph glyph-name="caret-square-right"
unicode="&#xF152;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM455 599L409 553L578 384L409 215L455 169L647 361L669 384L647 407z" />
<glyph glyph-name="beaming-face-with-smiling-eyes"
unicode="&#xF5B8;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM352 512C284.992 512 236.5 473.375008 236.5 473.375008L275.5 422.624992C275.5 422.624992 310.1744992 448 352.062496 448C393.950496 448 428.562496 422.624992 428.562496 422.624992L467.562496 473.375008C467.498496 473.375008 419.008 512 352 512zM672 512C604.992 512 556.5 473.375008 556.5 473.375008L595.5 422.624992C595.5 422.624992 630.174496 448 672.062496 448C713.950496 448 748.562496 422.624992 748.562496 422.624992L787.562496 473.375008C787.498496 473.375008 739.008 512 672 512zM345.937504 288L290.8750016 256C296.4350016 246.4400000000001 302.56 237.290624 309.25 228.562496C315.94 219.8343680000001 323.217504 211.542496 330.937504 203.750016C346.377504 188.164992 363.790016 174.532512 382.750016 163.312512C392.230016 157.702496 402.04 152.675616 412.249984 148.312512C422.46 143.949376 433.035008 140.2624960000001 443.875008 137.2499840000001C454.715008 134.237504 465.88 131.93312 477.249984 130.375008C488.62 128.816864 500.2 128 512 128C523.8 128 535.38 128.816864 546.750016 130.375008C603.6 138.165632 654.462496 164.7874880000001 693.062496 203.750016C700.782496 211.542496 708.06 219.8343680000001 714.750016 228.562496C721.44 237.290624 727.564992 246.4400000000001 733.124992 256L678.062496 288C648.942496 237.88 598.270624 201.944384 538.249984 193.750016C529.675616 192.57936 520.92 192 512 192C503.08 192 494.324384 192.57936 485.750016 193.750016C477.175616 194.9206400000001 468.782496 196.6750080000001 460.624992 198.937504C444.310016 203.462496 428.907488 210.0800000000001 414.687488 218.5C400.467488 226.92 387.430016 237.127488 375.875008 248.812512C370.097504 254.655008 364.691872 260.8968640000001 359.687488 267.437504C354.683136 273.978112 350.097504 280.8400000000001 345.937504 288z" />
<glyph glyph-name="square"
unicode="&#xF0C8;"
horiz-adv-x="1024" d="M192 704L192 64L832 64L832 704zM256 640L768 640L768 128L256 128z" />
<glyph glyph-name="question-circle"
unicode="&#xF059;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM512 576C441.624992 576 384 518.375008 384 448L448 448C448 483.749984 476.250016 512 512 512C547.750016 512 576 483.749984 576 448C576 423.5 560.250016 401.749984 537 394L524 390C497.875008 381.375008 480 356.375008 480 329L480 288L544 288L544 329L557 333C606.250016 349.375008 640 396.124992 640 448C640 518.375008 582.375008 576 512 576zM480 256L480 192L544 192L544 256z" />
<glyph glyph-name="eye"
unicode="&#xF06E;"
horiz-adv-x="1024" d="M512 640C245.250016 640 40 405 40 405L21 384L40 363C40 363 227.124992 149.624992 476 130C487.875008 128.5 499.750016 128 512 128C524.250016 128 536.124992 128.5 548 130C796.875008 149.624992 984 363 984 363L1003 384L984 405C984 405 778.750016 640 512 640zM512 576C582.5 576 647.5 556.749984 704 531C724.375008 497.249984 736 458.375008 736 416C736 300.375008 649.250016 205.375008 537 193C536.375008 192.875008 535.624992 193.124992 535 193C527.375008 192.624992 519.750016 192 512 192C503.5 192 495.250016 192.5 487 193C374.750016 205.375008 288 300.375008 288 416C288 457.749984 299.250016 496.624992 319 530L318 530C375 556.249984 440.750016 576 512 576zM512 512C459 512 416 469 416 416C416 363 459 320 512 320C565 320 608 363 608 416C608 469 565 512 512 512zM232 482C227 460.5 224 438.875008 224 416C224 359.875008 240 307.375008 268 263C187.375008 309.624992 131.375008 365.2499840000001 113 384C128.375008 399.749984 171.250016 441.5 232 482zM792 482C852.750016 441.5 895.624992 399.749984 911 384C892.624992 365.2499840000001 836.624992 309.624992 756 263C784 307.375008 800 359.875008 800 416C800 438.875008 797 460.749984 792 482z" />
<glyph glyph-name="pdf-file"
unicode="&#xF1C1;"
horiz-adv-x="1024" d="M192 800L192 -32L832 -32L832 800zM256 736L768 736L768 32L256 32zM493 565C483.250016 565.124992 471.875008 561.624992 464 555C455.875008 548.124992 452.250016 539.624992 450 531C445.624992 513.749984 446.875008 495.875008 451 476C455.875008 452.749984 469.750016 424.749984 481 398C475.250016 373.624992 473.750016 352 465 327C457.5 305.5 447.875008 293.124992 439 274C418.875008 266.375008 394.875008 261.875008 379 252C361.875008 241.375008 346.875008 229.624992 338 213C329.124992 196.375008 330.124992 172.875008 342 156C347.875008 147.124992 355.624992 140.124992 366 136C376.375008 131.875008 387.624992 131.7499840000001 397 135C415.875008 141.5 429.250016 156 442 173C453.875008 188.7499840000001 462.250016 215.5 473 237C489.124992 242.375008 500.750016 249.124992 518 253C536 257 548.124992 255.124992 565 257C572.250016 248.7499840000001 578.375008 235.5 586 229C601.250016 215.7499840000001 618 205.2499840000001 638 204C658 202.7499840000001 678 215.2499840000001 689 234L690 234L690 235C694.875008 243.5 698.250016 252.7499840000001 698 263C697.750016 273.2499840000001 692.624992 284 686 291C672.875008 305 656.124992 308.624992 638 311C624 312.875008 604.5 307.875008 588 307C573.5 326.124992 559.124992 340.5 546 365C538.875008 378.2499840000001 537 389.5 531 403C535.624992 424.749984 544.750016 449 546 468C547.5 491 546.624992 510.875008 540 529C536.624992 538.124992 531.250016 547.124992 523 554C515 560.624992 504.624992 564.749984 494 565C493.624992 565 493.375008 565 493 565zM514 328C519.750016 317.875008 526.875008 311.5 533 302C524 300.375008 517.124992 302 508 300C506.5 299.624992 505.5 298.375008 504 298C505.875008 303 508.250016 306 510 311C512 316.875008 512.124992 322.124992 514 328zM632 263C642.750016 261.624992 646.624992 259.624992 648 259C647.750016 258.5 648.375008 258.624992 648 258C644 251.375008 643.624992 251.875008 641 252C638.875008 252.124992 630.750016 256.5 623 262C625.250016 261.875008 630 263.2499840000001 632 263zM408 213C406.250016 210.375008 404.750016 204.2499840000001 403 202C393.250016 189 384.250016 183 382 182C381.624992 182.5 382.624992 182 382 183L381 183C377.750016 187.624992 378.624992 185.7499840000001 381 190C383.375008 194.2499840000001 390.875008 202.875008 404 211C405 211.624992 407 212.375008 408 213z" />
<glyph glyph-name="frowning-face"
unicode="&#xF119;"
horiz-adv-x="1024" d="M512 768C300.250016 768 128 595.749984 128 384C128 172.2499840000001 300.250016 0 512 0C723.750016 0 896 172.2499840000001 896 384C896 595.749984 723.750016 768 512 768zM512 704C689.124992 704 832 561.124992 832 384C832 206.875008 689.124992 64 512 64C334.875008 64 192 206.875008 192 384C192 561.124992 334.875008 704 512 704zM368 512C341.5 512 320 490.5 320 464C320 437.5 341.5 416 368 416C394.5 416 416 437.5 416 464C416 490.5 394.5 512 368 512zM656 512C629.5 512 608 490.5 608 464C608 437.5 629.5 416 656 416C682.5 416 704 437.5 704 464C704 490.5 682.5 512 656 512zM512 320C426.624992 320 351.375008 277.2499840000001 305 213L357 176C391.875008 224.5 447.750016 256 512 256C576.250016 256 632.124992 224.5 667 176L719 213C672.624992 277.2499840000001 597.375008 320 512 320z" />
<glyph glyph-name="window-minimize"
unicode="&#xF2D1;"
horiz-adv-x="1024" d="M160 736L160 32L864 32L864 736zM224 672L800 672L800 96L224 96zM288 256L288 192L736 192L736 256z" />
<glyph glyph-name="registered-trademark"
unicode="&#xF25D;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM384 576L384 192L448 192L448 320L557 320L608 192L672 192L618 328C668 345.375008 704 392 704 448C704 518.749984 646.750016 576 576 576zM448 512L576 512C614.124992 512 640 486.124992 640 448C640 409.875008 614.124992 384 576 384L448 384z" />
<glyph glyph-name="comment-dots"
unicode="&#xF4AD;"
horiz-adv-x="1024" d="M96 736L96 160L256 160L256 -2.5L459.250016 160L928 160L928 736zM160 672L864 672L864 224L436.750016 224L320 130.624992L320 224L160 224zM320 512C284.624992 512 256 483.375008 256 448C256 412.624992 284.624992 384 320 384C355.375008 384 384 412.624992 384 448C384 483.375008 355.375008 512 320 512zM512 512C476.624992 512 448 483.375008 448 448C448 412.624992 476.624992 384 512 384C547.375008 384 576 412.624992 576 448C576 483.375008 547.375008 512 512 512zM704 512C668.624992 512 640 483.375008 640 448C640 412.624992 668.624992 384 704 384C739.375008 384 768 412.624992 768 448C768 483.375008 739.375008 512 704 512z" />
<glyph glyph-name="winking-face-with-tongue"
unicode="&#xF58B;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM576 480L576 416L736 416L736 480L576 480zM376.5 340.562496L327.437504 299.437504C355.494176 266.009728 398.443392 242.3571520000001 448 231.2499840000001L448 192C448 156.8 476.8 128 512 128C547.2 128 576 156.8 576 192L576 231.2499840000001C625.554688 242.359072 668.465984 265.98704 696.5 299.437504L647.437504 340.562496C620.301504 308.1144960000001 568.416 288 512 288C455.584 288 403.668 308.146496 376.5 340.562496z" />
<glyph glyph-name="futbol"
unicode="&#xF1E3;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C531.250016 736 549.624992 734 568 731L512 691L456 731C474.250016 733.875008 492.875008 736 512 736zM378 709L493 625L512 611L531 625L646 709C697.124992 687.749984 742.250016 655.249984 778 614L734 477L727 455L746 442L862 357C857.750016 300.624992 840.5 247.7499840000001 813 202L644 202L637 180L592 41C566.375008 35 539.5 32 512 32C483.375008 32 455.624992 35.624992 429 42L385 179L378 201L211 201C183 247 166.375008 300.124992 162 357L277 441L296 454L289 476L244 612C280 654.249984 325.875008 687.5 378 709zM512 573L493 559L347 453L329 439L336 417L392 246L399 224L625 224L632 246L688 417L695 439L677 453L531 559zM824 547C841.5 513.5 853 476.749984 859 438L802 479zM199 545L221 479L165 438C170.875008 476 182 512 199 545zM512 493L620 415L579 288L445 288L404 415zM691 138L763 138C735.750016 109.875008 704.375008 86.624992 669 69zM261 137L331 137L353 70C318.750016 87.375008 287.624992 110 261 137z" />
<glyph glyph-name="clone"
unicode="&#xF24D;"
horiz-adv-x="1024" d="M160 736L160 704L160 224L160 192L192 192L288 192L288 256L224 256L224 672L640 672L640 608L704 608L704 704L704 736L672 736L192 736L160 736zM320 576L320 544L320 64L320 32L352 32L832 32L864 32L864 64L864 544L864 576L832 576L352 576L320 576zM384 512L800 512L800 96L384 96L384 512z" />
<glyph glyph-name="share-square"
unicode="&#xF14D;"
horiz-adv-x="1024" d="M749.249984 754L704 708.75L837.375008 576L528 576C430.976 576 352 497.056 352 400C352 302.944 430.976 224 528 224L544 224L544 288L528 288C466.24 288 416 338.24 416 400C416 461.76 466.24 512 528 512L837.5 512L704.249984 378.750016L749.5 333.5L960 544L749.249984 754zM160 736L160 32L864 32L864 352L800 288L800 96L224 96L224 672L571.312512 672L635.312512 736L160 736z" />
<glyph glyph-name="copyright"
unicode="&#xF1F9;"
horiz-adv-x="1024" d="M512 800C282.624992 800 96 613.375008 96 384C96 154.624992 282.624992 -32 512 -32C741.375008 -32 928 154.624992 928 384C928 613.375008 741.375008 800 512 800zM512 736C706.750016 736 864 578.749984 864 384C864 189.2499840000001 706.750016 32 512 32C317.250016 32 160 189.2499840000001 160 384C160 578.749984 317.250016 736 512 736zM509 576C402.624992 576 317 490.375008 317 384C317 277.624992 402.624992 192 509 192C585.750016 192 651.375008 238 682 303L624 330C603.375008 286.124992 560.250016 256 509 256C436.124992 256 381 311.124992 381 384C381 456.875008 436.124992 512 509 512C560.250016 512 603.375008 481.875008 624 438L682 465C651.375008 530 585.750016 576 509 576z" />
<glyph glyph-name="bell"
unicode="&#xF0F3;"
horiz-adv-x="1024" d="M512 800C476.624992 800 448 771.375008 448 736C448 733.249984 448.624992 730.624992 449 728C338.375008 699.749984 256 599.249984 256 480L256 192C256 173.875008 242.124992 160 224 160L192 160L192 96L422 96C418.375008 85.875008 416 75.249984 416 64C416 11.375008 459.375008 -32 512 -32C564.624992 -32 608 11.375008 608 64C608 75.249984 605.624992 85.875008 602 96L832 96L832 160L800 160C781.875008 160 768 173.875008 768 192L768 471C768 591.249984 687.624992 698.5 575 728C575.375008 730.624992 576 733.249984 576 736C576 771.375008 547.375008 800 512 800zM498 672C502.624992 672.375008 507.250016 672 512 672C514 672 516 672 518 672C622.5 668.875008 704 577.249984 704 471L704 192C704 180.7499840000001 706.375008 170.124992 710 160L314 160C317.624992 170.124992 320 180.7499840000001 320 192L320 480C320 581.624992 398.250016 664.749984 498 672zM512 96C530 96 544 82 544 64C544 46 530 32 512 32C494 32 480 46 480 64C480 82 494 96 512 96z" />
<glyph glyph-name="paper--hand-"
unicode="&#xF256;"
horiz-adv-x="1024" d="M512 832C467.750016 832 431 801 420 760C408.750016 764.624992 396.875008 768 384 768C331.375008 768 288 724.624992 288 672L288 328L260 356C222.750016 393.249984 161.250016 393.249984 124 356C86.750016 318.7499840000001 86.750016 257.2499840000001 124 220L341 3C378.624992 -34.5 430.624992 -64 492 -64L640 -64C763.375008 -64 864 36.624992 864 160L864 544C864 596.624992 820.624992 640 768 640C756.750016 640 746.124992 637.624992 736 634L736 672C736 724.624992 692.624992 768 640 768C627.124992 768 615.250016 764.624992 604 760C593 801 556.250016 832 512 832zM512 768C530.124992 768 544 754.124992 544 736L544 416L608 416L608 672C608 690.124992 621.875008 704 640 704C658.124992 704 672 690.124992 672 672L672 416L736 416L736 544C736 562.124992 749.875008 576 768 576C786.124992 576 800 562.124992 800 544L800 160C800 71.249984 728.750016 0 640 0L492 0C451.250016 0 416.250016 19.875008 387 49L169 265C156.250016 277.7499840000001 156.250016 298.2499840000001 169 311C181.750016 323.7499840000001 202.250016 323.7499840000001 215 311L297 228L352 173L352 672C352 690.124992 365.875008 704 384 704C402.124992 704 416 690.124992 416 672L416 416L480 416L480 736C480 754.124992 493.875008 768 512 768z" />
<glyph glyph-name="scissors--hand-"
unicode="&#xF257;"
horiz-adv-x="1024" d="M365 673C338.5 673.5 316.5 668 303 664C302.624992 664 302.375008 664 302 664L222 639C128.124992 610.124992 64 523.124992 64 425L64 256C64 132.624992 164.624992 32 288 32L605 32C644 31.124992 681.750016 54 697 92C706.624992 116.124992 705.250016 141.5 696 164C715.624992 174.375008 732.250016 191.124992 741 213C751 238.124992 749.375008 264.875008 739 288L864 288C916.624992 288 960 331.375008 960 384C960 436.624992 916.624992 480 864 480L815 480L828 484C878.375008 499.249984 907.250016 553.624992 892 604C876.750016 654.375008 822.375008 683.249984 772 668L502 585C499.624992 591 496.875008 597.5 493 604C477 630.749984 444.624992 661 393 670C383.375008 671.624992 373.875008 672.875008 365 673zM804 608C816.5 606.624992 827.124992 598 831 585C836.250016 567.749984 826.250016 550.249984 809 545L590 479L601 443L601 416L864 416C882.124992 416 896 402.124992 896 384C896 365.875008 882.124992 352 864 352L653 352L569 385C556.875008 389.875008 544.375008 392.249984 532 392L515 523L791 607C795.375008 608.375008 799.875008 608.5 804 608zM364 607C370.124992 607 376.5 607 382 606C416.375008 600 429.624992 585 438 571C446.375008 557 447 547 447 547C447 546.375008 447 545.624992 447 545L474 339C474.250016 338 474.624992 337 475 336C479 319.124992 468.875008 303 452 299C441.624992 296.5 436.375008 297.875008 431 301C425.624992 304.124992 419 310.7499840000001 414 325L374 480C371.5 489.5 364.750016 497.249984 355.875008 501.124992C346.875008 505 336.624992 504.624992 328 500L275 471C259.5 462.5 253.875008 443 262.5 427.5C271 412 290.5 406.375008 306 415L322 424L353 306C353.250016 305 353.624992 304 354 303C362.624992 278.2499840000001 377.375008 258.375008 398 246C414.875008 235.875008 434.5 232 454 234C443.875008 224.624992 435.5 212.624992 430 199C415.375008 162.375008 424.624992 122.124992 451 96L288 96C199.250016 96 128 167.2499840000001 128 256L128 425C128 495.375008 173.750016 557.249984 241 578L321 602C327.5 604 345.750016 607 364 607zM538 327C540.375008 326.624992 542.624992 327 545 326L664 278C680.750016 271.2499840000001 688.750016 253.7499840000001 682 237C675.250016 220.2499840000001 656.750016 212.2499840000001 640 219L521 266C519.250016 266.624992 518.5 268.124992 517 269C529.624992 285.2499840000001 537.750016 305.7499840000001 538 327zM518 195C522.250016 195 526.750016 194.624992 531 193L574 176L616 159L620 158C636.750016 151.2499840000001 644.750016 132.7499840000001 638 116C633.124992 103.749984 622.250016 96.624992 610 96C609.624992 96 609.375008 96 609 96C604.750016 95.875008 600.250016 96.375008 596 98L507 134C490.250016 140.7499840000001 482.250016 159.2499840000001 489 176C492.375008 184.375008 498.5 189.7499840000001 506 193C509.750016 194.624992 513.750016 195 518 195z" />
<glyph glyph-name="bookmark"
unicode="&#xF02E;"
horiz-adv-x="1024" d="M224 736L224 0L275 38L512 216L749 38L800 0L800 736zM288 672L736 672L736 128L531 282L512 296L493 282L288 128z" />
<glyph glyph-name="grimacing-face"
unicode="&#xF57F;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM368 512A48 48 0 0 1 368 416A48 48 0 0 1 368 512zM656 512A48 48 0 0 1 656 416A48 48 0 0 1 656 512zM384 352C331.072 352 288 308.928 288 256C288 203.072 331.072 160 384 160L640 160C692.928 160 736 203.072 736 256C736 308.928 692.928 352 640 352L384 352zM384 288L416 288L416 224L384 224C366.336 224 352 238.336 352 256C352 273.664 366.336 288 384 288zM480 288L544 288L544 224L480 224L480 288zM608 288L640 288C657.664 288 672 273.664 672 256C672 238.336 657.664 224 640 224L608 224L608 288z" />
<glyph glyph-name="check-circle"
unicode="&#xF058;"
horiz-adv-x="1024" d="M512 800C281.624992 800 96 614.375008 96 384C96 153.624992 281.624992 -32 512 -32C742.375008 -32 928 153.624992 928 384C928 428.749984 922 473.375008 906 515L854 464C860.375008 438.375008 864 412.749984 864 384C864 188.7499840000001 707.250016 32 512 32C316.750016 32 160 188.7499840000001 160 384C160 579.249984 316.750016 736 512 736C608 736 694.250016 697.749984 755 637L800 682C726.375008 755.624992 624 800 512 800zM873 663L512 302L375 439L329 393L489 233L512 211L535 233L919 617z" />
<glyph glyph-name="alternate-calendar"
unicode="&#xF073;"
horiz-adv-x="1024" d="M288 768L288 736L160 736L160 32L864 32L864 736L736 736L736 768L672 768L672 736L352 736L352 768zM224 672L288 672L288 640L352 640L352 672L672 672L672 640L736 640L736 672L800 672L800 608L224 608zM224 544L800 544L800 96L224 96zM416 480L416 416L480 416L480 480zM544 480L544 416L608 416L608 480zM672 480L672 416L736 416L736 480zM288 352L288 288L352 288L352 352zM416 352L416 288L480 288L480 352zM544 352L544 288L608 288L608 352zM672 352L672 288L736 288L736 352zM288 224L288 160L352 160L352 224zM416 224L416 160L480 160L480 224zM544 224L544 160L608 160L608 224z" />
<glyph glyph-name="handshake"
unicode="&#xF2B5;"
horiz-adv-x="1024" d="M618 673C600.250016 672.875008 582.624992 672 564 667C545.375008 662 526.750016 654 507 641C482.5 655.375008 458.750016 667.249984 436 670C407.750016 673.5 381.5 671.624992 351 671C314.875008 670.249984 291.250016 651.749984 253 637C214.750016 622.249984 165.5 608 96 608L64 608L64 300L82 291L141 262L351 28L352 27C376 3.249984 408.375008 -2.624992 437 -1C465.624992 0.624992 492.5 9 514 22C561.250016 50.5 690 140 690 140L693 142L695 144C710.250016 159.124992 717.875008 177.624992 723 197L846 259L938 290L960 297L960 608L928 608C858.624992 608 809.250016 623 771 638C732.750016 653 709.5 671.249984 673 672C653.5 672.375008 635.750016 673.124992 618 673zM619 609C633.375008 609.124992 650 608.375008 671 608C674.375008 607.875008 705.124992 594.749984 748 578C784.250016 563.749984 834.624992 551.124992 896 547L896 343L822 318L820 318L818 317L721 268C715.624992 282.624992 708.250016 296.124992 697 308L695 311L559 478L539 503L514 483L428 413C399.124992 393 375.750016 398.749984 352 410C345.124992 413.249984 345.5 414.249984 340 418L486 539L488 541C531.375008 584 558 598.875008 581 605C592.5 608.124992 604.624992 608.875008 619 609zM396 608C408.250016 608.249984 418.5 608.124992 428 607C436.375008 606 445.875008 598.875008 454 596C450.750016 593 448.375008 591.249984 445 588C444.250016 587.249984 443.750016 586.749984 443 586L268 441L241 419L265 394C265 394 288.124992 369 324 352C359.875008 335 415.250016 325.375008 465 360L467 362L529 413L647 268L648 266L649 265C670.124992 244.124992 669.624992 211.2499840000001 649 190C648.750016 189.7499840000001 649.250016 189.2499840000001 649 189C648.750016 188.875008 644.5 186.375008 644 186L602 243L550 205L591 150C574.375008 138.7499840000001 566.875008 132.875008 549 121L506 179L454 141L495 86C491.375008 83.749984 483.875008 78.749984 481 77C470.875008 70.875008 451.375008 64 434 63C417.624992 62.124992 405.124992 65.875008 399 71L398 72L184 309L180 314L128 340L128 547C189.124992 551 239.875008 563.124992 276 577C318.750016 593.375008 349.250016 606.875008 353 607C369.375008 607.375008 383.750016 607.749984 396 608z" />
<glyph glyph-name="grinning-face-with-sweat"
unicode="&#xF583;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 449.728 912.264 511.734496 885 567.062496C875.4 544.438496 859.675488 525.224512 840.187488 510.312512C855.355488 471.048512 864 428.544 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736C555.232 736 596.508512 727.804 634.812512 713.5C643.132512 732.444 652.731008 751.922 662.875008 771.25C616.027008 789.554 565.248 800 512 800zM752 800C752 800 672 663.2124992 672 620.8124992C672 578.4124992 707.84 544 752 544C796.16 544 832 578.4124992 832 620.8124992C832 663.2124992 752 800 752 800zM288 448L288 384L448 384L448 448L288 448zM576 448L576 384L736 384L736 448L576 448z" />
<glyph glyph-name="identification-badge"
unicode="&#xF2C1;"
horiz-adv-x="1024" d="M480 800C445 800 416 771 416 736L224 736L224 0L800 0L800 736L608 736C608 771 579 800 544 800zM480 736L544 736L544 672L480 672zM288 672L416 672L416 608L608 608L608 672L736 672L736 64L288 64zM512 544C441.624992 544 384 486.375008 384 416C384 380.375008 399.250016 348.2499840000001 423 325C380.375008 296.124992 352 247 352 192L416 192C416 245.375008 458.624992 288 512 288C565.375008 288 608 245.375008 608 192L672 192C672 247 643.624992 296.124992 601 325C624.750016 348.2499840000001 640 380.375008 640 416C640 486.375008 582.375008 544 512 544zM512 480C547.750016 480 576 451.749984 576 416C576 380.2499840000001 547.750016 352 512 352C476.250016 352 448 380.2499840000001 448 416C448 451.749984 476.250016 480 512 480z" />
<glyph glyph-name="rock--hand-"
unicode="&#xF255;"
horiz-adv-x="1024" d="M480 704C446 704 416.124992 686 399 659C385 667 369.124992 672 352 672C299.375008 672 256 628.624992 256 576L256 459L189 373C148.124992 320.124992 150.875008 244.2499840000001 195 194L271 108C313.5 59.624992 374.624992 32 439 32L608 32C731.375008 32 832 132.624992 832 256L832 544C832 596.624992 788.624992 640 736 640C718.875008 640 703 635 689 627C671.875008 654 642 672 608 672C590.875008 672 575 667 561 659C543.875008 686 514 704 480 704zM480 640C498.124992 640 512 626.124992 512 608L512 512L576 512L576 576C576 594.124992 589.875008 608 608 608C626.124992 608 640 594.124992 640 576L640 512L704 512L704 544C704 562.124992 717.875008 576 736 576C754.124992 576 768 562.124992 768 544L768 256C768 167.2499840000001 696.750016 96 608 96L439 96C393 96 349.375008 115.375008 319 150L243 237C218.875008 264.5 217.624992 304 240 333L256 354L256 320L320 320L320 576C320 594.124992 333.875008 608 352 608C370.124992 608 384 594.124992 384 576L384 512L448 512L448 608C448 626.124992 461.875008 640 480 640z" />
<glyph glyph-name="face-with-rolling-eyes"
unicode="&#xF5A5;"
horiz-adv-x="1024" d="M512 800C282.624 800 96 613.376 96 384C96 154.624 282.624 -32 512 -32C741.376 -32 928 154.624 928 384C928 613.376 741.376 800 512 800zM512 736C706.08 736 864 578.0799999999999 864 384C864 189.92 706.08 32 512 32C317.92 32 160 189.92 160 384C160 578.0799999999999 317.92 736 512 736zM352 576C281.408 576 224 518.592 224 448C224 377.408 281.408 320 352 320C422.592 320 480 377.408 480 448C480 518.592 422.592 576 352 576zM672 576C601.408 576 544 518.592 544 448C544 377.408 601.408 320 672 320C742.592 320 800 377.408 800 448C800 518.592 742.592 576 672 576zM320.624992 503.437504A48 48 0 0 1 368 448A48 48 0 0 1 410.437504 473.750016C413.934432 465.848384 416 457.183616 416 448C416 412.704 387.296 384 352 384C316.704 384 288 412.704 288 448C288 471.836896 301.2527584 492.424512 320.624992 503.437504zM703.375008 503.437504C722.747232 492.424512 736 471.836896 736 448C736 412.704 707.296 384 672 384C636.704 384 608 412.704 608 448C608 457.183616 610.065568 465.848384 613.562496 473.750016A48 48 0 0 1 656 448A48 48 0 0 1 703.375008 503.437504zM384 256L384 192L640 192L640 256L384 256z" />
<glyph glyph-name="alternate-trash"
unicode="&#xF2ED;"
horiz-adv-x="1024" d="M480 768C463.250016 768 446.124992 762.124992 434 750C421.875008 737.875008 416 720.749984 416 704L416 672L224 672L224 608L256 608L256 96C256 43.375008 299.375008 0 352 0L736 0C788.624992 0 832 43.375008 832 96L832 608L864 608L864 672L672 672L672 704C672 720.749984 666.124992 737.875008 654 750C641.875008 762.124992 624.750016 768 608 768zM480 704L608 704L608 672L480 672zM320 608L768 608L768 96C768 78.249984 753.750016 64 736 64L352 64C334.250016 64 320 78.249984 320 96zM384 512L384 160L448 160L448 512zM512 512L512 160L576 160L576 512zM640 512L640 160L704 160L704 512z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 111 KiB

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

After

Width:  |  Height:  |  Size: 902 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
+11
View File
@@ -0,0 +1,11 @@
</div><!-- end main-container -->
</div><!-- end page-area -->
<?php do_action('enwoo_generate_footer'); ?>
</div><!-- end page-wrap -->
<?php wp_footer(); ?>
</body>
</html>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body id="blog" <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div class="page-wrap">
<?php get_template_part('template-parts/template-part-header'); ?>
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body id="blog" <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div class="page-wrap">
<?php do_action('enwoo_before_topnav'); ?>
<?php get_template_part('template-parts/template-part-header'); ?>
<div id="site-content" class="container main-container" role="main">
<div class="page-area">
<?php do_action('enwoo_page_area'); ?>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

+11
View File
@@ -0,0 +1,11 @@
<?php get_header(); ?>
<!-- start content container -->
<div class="row">
<div class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<?php do_action('enwoo_generate_the_content'); ?>
</div>
<?php get_sidebar('right'); ?>
</div>
<!-- end content container -->
<?php
get_footer();
+54
View File
@@ -0,0 +1,54 @@
/* global ajaxurl, EnwooNUX */
( function ( wp, $ ) {
'use strict';
if ( !wp ) {
return;
}
$( function () {
// Dismiss notice
$( document ).on( 'click', '.enwoo-notice-nux .notice-dismiss', function () {
$.ajax( {
type: 'POST',
url: ajaxurl,
data: { nonce: enwooNUX.nonce, action: 'enwoo_dismiss_notice' },
dataType: 'json'
} );
} );
} );
$( function () {
$( document ).on( 'click', '.sf-install-now', function ( event ) {
var $button = $( event.target );
if ( $button.hasClass( 'activate-now' ) ) {
return true;
}
event.preventDefault();
if ( $button.hasClass( 'updating-message' ) || $button.hasClass( 'button-disabled' ) ) {
return;
}
if ( wp.updates.shouldRequestFilesystemCredentials && !wp.updates.ajaxLocked ) {
wp.updates.requestFilesystemCredentials( event );
$( document ).on( 'credential-modal-cancel', function () {
var $message = $( '.sf-install-now.updating-message' );
$message
.removeClass( 'updating-message' )
.text( wp.updates.l10n.installNow );
wp.a11y.speak( wp.updates.l10n.updateCancel, 'polite' );
} );
}
wp.updates.installPlugin( {
slug: $button.data( 'slug' )
} );
} );
} );
} )( window.wp, jQuery );
+459
View File
@@ -0,0 +1,459 @@
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a2d86c546883b17e58900be6c633b1e8)
* Config saved to config.json and https://gist.github.com/a2d86c546883b17e58900be6c633b1e8
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
}
+function ($) {
'use strict';
var version = $.fn.jquery.split(' ')[0].split('.')
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')
}
}(jQuery);
/* ========================================================================
* Bootstrap: dropdown.js v3.3.7
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
+function ($) {
'use strict';
// DROPDOWN CLASS DEFINITION
// =========================
var backdrop = '.dropdown-backdrop'
var toggle = '[data-toggle="dropdown"]'
var Dropdown = function (element) {
$(element).on('click.bs.dropdown', this.toggle)
}
Dropdown.VERSION = '3.3.7'
function getParent($this) {
var selector = $this.attr('data-target')
if (!selector) {
selector = $this.attr('href')
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
}
var $parent = selector && $(selector)
return $parent && $parent.length ? $parent : $this.parent()
}
function clearMenus(e) {
if (e && e.which === 3) return
$(backdrop).remove()
$(toggle).each(function () {
var $this = $(this)
var $parent = getParent($this)
var relatedTarget = { relatedTarget: this }
if (!$parent.hasClass('open')) return
if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return
$parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
if (e.isDefaultPrevented()) return
$this.attr('aria-expanded', 'false')
$parent.removeClass('open').trigger($.Event('hidden.bs.dropdown', relatedTarget))
})
}
Dropdown.prototype.toggle = function (e) {
var $this = $(this)
if ($this.is('.disabled, :disabled')) return
var $parent = getParent($this)
var isActive = $parent.hasClass('open')
clearMenus()
if (!isActive) {
if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
// if mobile we use a backdrop because click events don't delegate
$(document.createElement('div'))
.addClass('dropdown-backdrop')
.insertAfter($(this))
.on('click', clearMenus)
}
var relatedTarget = { relatedTarget: this }
$parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
if (e.isDefaultPrevented()) return
$this
.trigger('focus')
.attr('aria-expanded', 'true')
$parent
.toggleClass('open')
.trigger($.Event('shown.bs.dropdown', relatedTarget))
}
return false
}
Dropdown.prototype.keydown = function (e) {
if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return
var $this = $(this)
e.preventDefault()
e.stopPropagation()
if ($this.is('.disabled, :disabled')) return
var $parent = getParent($this)
var isActive = $parent.hasClass('open')
if (!isActive && e.which != 27 || isActive && e.which == 27) {
if (e.which == 27) $parent.find(toggle).trigger('focus')
return $this.trigger('click')
}
var desc = ' li:not(.disabled):visible a'
var $items = $parent.find('.dropdown-menu' + desc)
if (!$items.length) return
var index = $items.index(e.target)
if (e.which == 38 && index > 0) index-- // up
if (e.which == 40 && index < $items.length - 1) index++ // down
if (!~index) index = 0
$items.eq(index).trigger('focus')
}
// DROPDOWN PLUGIN DEFINITION
// ==========================
function Plugin(option) {
return this.each(function () {
var $this = $(this)
var data = $this.data('bs.dropdown')
if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
if (typeof option == 'string') data[option].call($this)
})
}
var old = $.fn.dropdown
$.fn.dropdown = Plugin
$.fn.dropdown.Constructor = Dropdown
// DROPDOWN NO CONFLICT
// ====================
$.fn.dropdown.noConflict = function () {
$.fn.dropdown = old
return this
}
// APPLY TO STANDARD DROPDOWN ELEMENTS
// ===================================
$(document)
.on('click.bs.dropdown.data-api', clearMenus)
.on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
.on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
.on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown)
.on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown)
}(jQuery);
/* ========================================================================
* Bootstrap: collapse.js v3.3.7
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
/* jshint latedef: false */
+function ($) {
'use strict';
// COLLAPSE PUBLIC CLASS DEFINITION
// ================================
var Collapse = function (element, options) {
this.$element = $(element)
this.options = $.extend({}, Collapse.DEFAULTS, options)
this.$trigger = $('[data-toggle="collapse"][href="#' + element.id + '"],' +
'[data-toggle="collapse"][data-target="#' + element.id + '"]')
this.transitioning = null
if (this.options.parent) {
this.$parent = this.getParent()
} else {
this.addAriaAndCollapsedClass(this.$element, this.$trigger)
}
if (this.options.toggle) this.toggle()
}
Collapse.VERSION = '3.3.7'
Collapse.TRANSITION_DURATION = 350
Collapse.DEFAULTS = {
toggle: true
}
Collapse.prototype.dimension = function () {
var hasWidth = this.$element.hasClass('width')
return hasWidth ? 'width' : 'height'
}
Collapse.prototype.show = function () {
if (this.transitioning || this.$element.hasClass('in')) return
var activesData
var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')
if (actives && actives.length) {
activesData = actives.data('bs.collapse')
if (activesData && activesData.transitioning) return
}
var startEvent = $.Event('show.bs.collapse')
this.$element.trigger(startEvent)
if (startEvent.isDefaultPrevented()) return
if (actives && actives.length) {
Plugin.call(actives, 'hide')
activesData || actives.data('bs.collapse', null)
}
var dimension = this.dimension()
this.$element
.removeClass('collapse')
.addClass('collapsing')[dimension](0)
.attr('aria-expanded', true)
this.$trigger
.removeClass('collapsed')
.attr('aria-expanded', true)
this.transitioning = 1
var complete = function () {
this.$element
.removeClass('collapsing')
.addClass('collapse in')[dimension]('')
this.transitioning = 0
this.$element
.trigger('shown.bs.collapse')
}
if (!$.support.transition) return complete.call(this)
var scrollSize = $.camelCase(['scroll', dimension].join('-'))
this.$element
.one('bsTransitionEnd', $.proxy(complete, this))
.emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])
}
Collapse.prototype.hide = function () {
if (this.transitioning || !this.$element.hasClass('in')) return
var startEvent = $.Event('hide.bs.collapse')
this.$element.trigger(startEvent)
if (startEvent.isDefaultPrevented()) return
var dimension = this.dimension()
this.$element[dimension](this.$element[dimension]())[0].offsetHeight
this.$element
.addClass('collapsing')
.removeClass('collapse in')
.attr('aria-expanded', false)
this.$trigger
.addClass('collapsed')
.attr('aria-expanded', false)
this.transitioning = 1
var complete = function () {
this.transitioning = 0
this.$element
.removeClass('collapsing')
.addClass('collapse')
.trigger('hidden.bs.collapse')
}
if (!$.support.transition) return complete.call(this)
this.$element
[dimension](0)
.one('bsTransitionEnd', $.proxy(complete, this))
.emulateTransitionEnd(Collapse.TRANSITION_DURATION)
}
Collapse.prototype.toggle = function () {
this[this.$element.hasClass('in') ? 'hide' : 'show']()
}
Collapse.prototype.getParent = function () {
return $(this.options.parent)
.find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
.each($.proxy(function (i, element) {
var $element = $(element)
this.addAriaAndCollapsedClass(getTargetFromTrigger($element), $element)
}, this))
.end()
}
Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
var isOpen = $element.hasClass('in')
$element.attr('aria-expanded', isOpen)
$trigger
.toggleClass('collapsed', !isOpen)
.attr('aria-expanded', isOpen)
}
function getTargetFromTrigger($trigger) {
var href
var target = $trigger.attr('data-target')
|| (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
return $(target)
}
// COLLAPSE PLUGIN DEFINITION
// ==========================
function Plugin(option) {
return this.each(function () {
var $this = $(this)
var data = $this.data('bs.collapse')
var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false
if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
if (typeof option == 'string') data[option]()
})
}
var old = $.fn.collapse
$.fn.collapse = Plugin
$.fn.collapse.Constructor = Collapse
// COLLAPSE NO CONFLICT
// ====================
$.fn.collapse.noConflict = function () {
$.fn.collapse = old
return this
}
// COLLAPSE DATA-API
// =================
$(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) {
var $this = $(this)
if (!$this.attr('data-target')) e.preventDefault()
var $target = getTargetFromTrigger($this)
var data = $target.data('bs.collapse')
var option = data ? 'toggle' : $this.data()
Plugin.call($target, option)
})
}(jQuery);
/* ========================================================================
* Bootstrap: transition.js v3.3.7
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
+function ($) {
'use strict';
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
// ============================================================
function transitionEnd() {
var el = document.createElement('bootstrap')
var transEndEventNames = {
WebkitTransition : 'webkitTransitionEnd',
MozTransition : 'transitionend',
OTransition : 'oTransitionEnd otransitionend',
transition : 'transitionend'
}
for (var name in transEndEventNames) {
if (el.style[name] !== undefined) {
return { end: transEndEventNames[name] }
}
}
return false // explicit for ie8 ( ._.)
}
// http://blog.alexmaccaw.com/css-transitions
$.fn.emulateTransitionEnd = function (duration) {
var called = false
var $el = this
$(this).one('bsTransitionEnd', function () { called = true })
var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
setTimeout(callback, duration)
return this
}
$(function () {
$.support.transition = transitionEnd()
if (!$.support.transition) return
$.event.special.bsTransitionEnd = {
bindType: $.support.transition.end,
delegateType: $.support.transition.end,
handle: function (e) {
if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments)
}
}
})
}(jQuery);
File diff suppressed because one or more lines are too long
+153
View File
@@ -0,0 +1,153 @@
(function ($) {
// Menu fixes
function onResizeMenuLayout() {
if ($(window).width() > 767) {
$(".main-menu").on('hover', '.dropdown', function(){
$(this).addClass('open')
},
function () {
$(this).removeClass('open')
}
);
$(".dropdown").on('focusin',
function () {
$(this).addClass('open')
},
);
$(".dropdown").on('focusout',
function () {
$(this).removeClass('open')
},
);
} else {
$(".dropdown").on('hover',
function () {
$(this).removeClass('open')
}
);
}
$(".envo-categories-menu-first").on('click',function () {
$("#menu-categories-menu").toggleClass("open");
});
$('#menu-categories-menu').on('focusout', function (e) {
setTimeout(function () { // needed because nothing has focus during 'focusout'
if ($(':focus').closest('#menu-categories-menu').length <= 0) {
$("#menu-categories-menu").removeClass("open");
}
}, 0);
});
}
;
// initial state
onResizeMenuLayout();
// on resize
$(window).on('resize', onResizeMenuLayout);
$(".main-menu").on('hover', '.navbar .dropdown-toggle', function(){
$(this).addClass('disabled');
});
$('.navbar .dropdown-toggle').on('focus',function () {
$(this).addClass('disabled');
});
var $myDiv = $('#theme-menu');
$(document).ready(function () {
if ($myDiv.length) {
mmenu = mmlight(document.querySelector("#theme-menu"));
mmenu.create("(max-width: 767px)");
mmenu.init("selected");
$("#main-menu-panel").on('click',function (e) {
e.preventDefault();
$("#theme-menu").appendTo(".navbar-header");
if ($("#theme-menu").hasClass("mm--open")) {
mmenu.close();
} else {
mmenu.open();
$("#theme-menu li:first").focus();
$("a.dropdown-toggle").focusin(
function () {
$('.dropdown').addClass('open')
}
);
$("#theme-menu li:last").on('focusout',
function () {
mmenu.close();
}
);
$('#theme-menu').on('focusout', function (e) {
setTimeout(function () { // needed because nothing has focus during 'focusout'
if ($(':focus').closest('#theme-menu').length <= 0) {
mmenu.close();
$("a#main-menu-panel").focus();
}
}, 0);
});
$("#main-menu-panel").on('focuin',
function () {
mmenu.close();
}
);
$("#main-menu-panel").on('keydown blur', function (e) {
if (e.shiftKey && e.keyCode === 9) {
mmenu.close();
}
});
}
e.stopPropagation();
});
}
});
$('form.cart').on('click', 'button.plus, button.minus', function () {
// Get current quantity values
var qty = $(this).closest('form.cart').find('.qty');
var val = parseFloat(qty.val());
var max = parseFloat(qty.attr('max'));
var min = parseFloat(qty.attr('min'));
var step = parseFloat(qty.attr('step'));
// Change the value if plus or minus
if ($(this).is('.plus')) {
if (max && (max <= val)) {
qty.val(max);
} else {
qty.val(val + step);
}
} else {
if (min && (min >= val)) {
qty.val(min);
} else if (val > 1) {
qty.val(val - step);
}
}
});
$(document).ready(function () {
$('.cart-open .page-wrap').on('click', function () {
$("body").removeClass("cart-open");
});
$('.site-header-cart .la-times-circle').on('click',function () {
$("body").toggleClass("cart-open");
});
$('.header-cart').on('click',function () {
$("body").addClass("cart-open");
});
});
$('.search-button').on('click',function (e) {
$(".head-form").appendTo(".heading-row");
$(".head-form").toggleClass("visible-xs hidden-xs");
$(".search-button .la").toggleClass("la-times la-search");
$(".header-search-input").focus();
});
$('.head-form').on('focusout', function (e) {
setTimeout(function () { // needed because nothing has focus during 'focusout'
if ($(':focus').closest('.head-form').length <= 0) {
$(".head-form").removeClass('visible-xs').addClass('hidden-xs');
$(".search-button .la").removeClass('la-times').addClass('la-search');
$(".search-button").focus();
$(".head-form").appendTo(".header-search-widget");
}
}, 0);
});
})(jQuery);
+97
View File
@@ -0,0 +1,97 @@
/*!
* mmenujs.com/mmenu-light
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
var mmlight = function() {
var e = function(e) {
return Array.prototype.slice.call(e)
},
t = function(t, n) {
return e((n || document).querySelectorAll(t))
},
n = function() {
document.addEventListener("click", function(e) {
var t = e.target;
t.closest(".mm") && t.matches("a") && e.stopPropagation()
});
var n = function(e) {
e.target.closest(".mm") || t(".mm.mm--open").forEach(function(t) {
t.mmlight.close()
})
};
document.addEventListener("click", function(t) {
var n = t.target,
m = n.closest(".mm");
if (m) {
var a = n.matches("li") ? n : !!n.matches("span") && n.parentElement;
a && (t.stopPropagation(), e(a.children).forEach(function(e) {
e.matches("ul") && (a.parentElement.classList.add("mm--parent"), m.mmlight.openPanel(e))
}))
}
}), document.addEventListener("click", function(e) {
var n = e.target;
if (n.matches(".mm")) {
e.stopPropagation();
var m = t(".mm--open", n),
a = m[m.length - 1];
if (a) {
a.classList.remove("mm--open");
var o = a.parentElement.closest("ul");
o && n.mmlight.openPanel(o)
}
}
}), document.addEventListener("click", n), document.addEventListener("touchstart", n)
},
m = {
mediaQuery: "all",
title: "Menu"
};
return function(a, o) {
var r = {};
o = o || {}, ["mediaQuery", "title"].forEach(function(e) {
r[e] = o[e] || m[e]
}), n(), n = function() {};
var s = null,
c = function(e) {
a.classList[e.matches ? "add" : "remove"]("mm")
},
i = {
create: function(e) {
return void 0 === e && (e = r.mediaQuery), "number" == typeof e && (e = "(max-width: " + e + "px)"), r.mediaQuery = e, (s = window.matchMedia(e)).addListener(c), a.classList[s.matches ? "add" : "remove"]("mm"), i
},
destroy: function() {
return s.removeListener(c), a.classList.remove("mm"), i
},
init: function(e) {
var n = t(e, a),
m = n[n.length - 1],
o = null;
return m && (o = m.closest("ul")), o || (o = a.querySelector("ul")), i.openPanel(o), i
},
open: function() {
return a.classList.add("mm--open"), document.body.classList.add("mm--open"), i
},
close: function() {
return a.classList.remove("mm--open"), document.body.classList.remove("mm--open"), i
},
openPanel: function(n) {
n || (n = a.querySelector("ul"));
var m = n.dataset.mmTitle,
o = n.parentElement;
o === a ? a.classList.add("mm--home") : (a.classList.remove("mm--home"), m || e(o.children).forEach(function(e) {
e.matches("a, span") && (m = e.textContent)
})), m || (m = r.title), a.dataset.mmTitle = m, t(".mm--open", a).forEach(function(e) {
e.classList.remove(".mm--open", "mm--parent")
}), n.classList.add("mm--open"), n.classList.remove("mm--parent");
for (var s = n.parentElement.closest("ul"); s;) s.classList.add("mm--open", "mm--parent"), s = s.parentElement.closest("ul");
return i
}
};
return a.mmlight = i, i
}
}();
+10
View File
@@ -0,0 +1,10 @@
/*!
* mmenujs.com/mmenu-light
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
var mmlight=function(){var e=function(e){return Array.prototype.slice.call(e)},t=function(t,n){return e((n||document).querySelectorAll(t))},n=function(){document.addEventListener("click",function(e){var t=e.target;t.closest(".mm")&&t.matches("a")&&e.stopPropagation()});var n=function(e){e.target.closest(".mm")||t(".mm.mm--open").forEach(function(t){e.preventDefault(),e.stopPropagation(),t.mmlight.close()})};document.addEventListener("click",function(t){var n=t.target,m=n.closest(".mm");if(m){var a=n.matches("li")?n:!!n.matches("span")&&n.parentElement;a&&(t.stopPropagation(),e(a.children).forEach(function(e){e.matches("ul")&&(a.parentElement.classList.add("mm--parent"),m.mmlight.openPanel(e))}))}}),document.addEventListener("click",function(e){var n=e.target;if(n.matches(".mm")){e.stopPropagation();var m=t(".mm--open",n),a=m[m.length-1];if(a){a.classList.remove("mm--open");var o=a.parentElement.closest("ul");o&&n.mmlight.openPanel(o)}}}),document.addEventListener("click",n),document.addEventListener("touchstart",n)},m={mediaQuery:"all",title:"Menu"};return function(a,o){var r={};o=o||{},["mediaQuery","title"].forEach(function(e){r[e]=o[e]||m[e]}),n(),n=function(){};var s=null,c=function(e){a.classList[e.matches?"add":"remove"]("mm")},i={create:function(e){return void 0===e&&(e=r.mediaQuery),"number"==typeof e&&(e="(max-width: "+e+"px)"),r.mediaQuery=e,(s=window.matchMedia(e)).addListener(c),a.classList[s.matches?"add":"remove"]("mm"),i},destroy:function(){return s.removeListener(c),a.classList.remove("mm"),i},init:function(e){var n=t(e,a),m=n[n.length-1],o=null;return m&&(o=m.closest("ul")),o||(o=a.querySelector("ul")),i.openPanel(o),i},open:function(){return a.classList.add("mm--open"),document.body.classList.add("mm--open"),i},close:function(){return a.classList.remove("mm--open"),document.body.classList.remove("mm--open"),i},openPanel:function(n){n||(n=a.querySelector("ul"));var m=n.dataset.mmTitle,o=n.parentElement;o===a?a.classList.add("mm--home"):(a.classList.remove("mm--home"),m||e(o.children).forEach(function(e){e.matches("a, span")&&(m=e.textContent)})),m||(m=r.title),a.dataset.mmTitle=m,t(".mm--open",a).forEach(function(e){e.classList.remove(".mm--open","mm--parent")}),n.classList.add("mm--open"),n.classList.remove("mm--parent");for(var s=n.parentElement.closest("ul");s;)s.classList.add("mm--open","mm--parent"),s=s.parentElement.closest("ul");return i}};return a.mmlight=i,i}}();
+278
View File
@@ -0,0 +1,278 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Enwoo\n"
"POT-Creation-Date: 2022-12-08 13:59+0100\n"
"PO-Revision-Date: 2015-12-08 20:48+0100\n"
"Last-Translator: Enwoo <info@envothemes.com>\n"
"Language-Team: Enwoo <info@envothemes.com>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.8\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: .\n"
#: 404.php:8
msgid "Oops! That page can&rsquo;t be found."
msgstr ""
#: 404.php:10
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
#: comments.php:19
#, php-format
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#: comments.php:22
#, php-format
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: comments.php:47
msgid "Comments are closed."
msgstr ""
#: content-none.php:3
msgid "Nothing Found"
msgstr ""
#: content-none.php:9
#, php-format
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
#: content-none.php:14
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
#: content-none.php:19
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
#: functions.php:22
msgid "Main Menu"
msgstr ""
#: functions.php:25
msgid "Menu Right"
msgstr ""
#: functions.php:26
msgid "Categories Menu"
msgstr ""
#: functions.php:449
msgid "Sidebar"
msgstr ""
#: functions.php:459
msgid "Top Bar Section"
msgstr ""
#: functions.php:470
msgid "Header Section"
msgstr ""
#: functions.php:481
msgid "Footer Section"
msgstr ""
#: functions.php:532
msgid "Category"
msgstr ""
#: functions.php:536
msgid "Tags"
msgstr ""
#: functions.php:697
msgid "By"
msgstr ""
#: functions.php:720
msgid "Off"
msgstr ""
#: functions.php:723
msgid "Comment on "
msgstr ""
#: functions.php:746
msgid "About The Author"
msgstr ""
#: functions.php:873
msgid "Previous Post"
msgstr ""
#: functions.php:873
msgid "Previous"
msgstr ""
#: functions.php:874
msgid "Next Post"
msgstr ""
#: functions.php:874
msgid "Next"
msgstr ""
#: functions.php:998
msgid "Skip to the content"
msgstr ""
#: lib/customizer-recommend.php:20 lib/enwoo-dashboard.php:76
#: lib/enwoo-dashboard.php:126
#, php-format
msgid ""
"To take full advantage of all the features this theme has to offer, please "
"install and activate the %s plugin."
msgstr ""
#: lib/customizer-recommend.php:24 lib/enwoo-dashboard.php:70
#: lib/enwoo-dashboard.php:120
#, php-format
msgid "Thank you for installing %s."
msgstr ""
#: lib/customizer-recommend.php:25 lib/enwoo-plugin-install.php:55
msgid "Install now"
msgstr ""
#: lib/customizer-recommend.php:26
#: lib/customizer/install/class-plugin-install-helper.php:59
#: lib/customizer/install/class-plugin-install-helper.php:75
#: lib/enwoo-dashboard.php:129 lib/enwoo-plugin-install.php:40
msgid "Activate"
msgstr ""
#: lib/customizer/demo.php:15
msgid "One Click Demo Import"
msgstr ""
#: lib/customizer/demo.php:27
#, php-format
msgid ""
"You can import the demo content with just one click. For step-by-step video "
"tutorial, see %1$s"
msgstr ""
#: lib/customizer/demo.php:27 lib/customizer/info.php:30
msgid "documentation"
msgstr ""
#: lib/customizer/demo.php:42 lib/customizer/demo.php:44
msgid "Import demo data"
msgstr ""
#: lib/customizer/info.php:11
msgid "Video Documentation & Demo"
msgstr ""
#: lib/customizer/info.php:26
#, php-format
msgid "You can use this theme to create a website like these %1$s"
msgstr ""
#: lib/customizer/info.php:26
msgid "demos"
msgstr ""
#: lib/customizer/info.php:30
#, php-format
msgid "For step-by-step videos and text tutorials, see %1$s"
msgstr ""
#: lib/customizer/info.php:145
msgid "PRO version"
msgstr ""
#: lib/customizer/info.php:147
msgid "View PRO version"
msgstr ""
#: lib/customizer/install/class-plugin-install-helper.php:110
#: lib/customizer/notice/class-customizer-notice.php:144
msgid "Activating"
msgstr ""
#: lib/enwoo-dashboard.php:83
#, php-format
msgid "Get started with %s"
msgstr ""
#: lib/enwoo-dashboard.php:129 lib/enwoo-plugin-install.php:29
msgid "Activated"
msgstr ""
#: lib/enwoo-dashboard.php:129
msgid "Install"
msgstr ""
#: lib/enwoo-plugin-install.php:75
msgid "Learn more"
msgstr ""
#: lib/woocommerce.php:6
msgid "Cart"
msgstr ""
#: lib/woocommerce.php:78
msgid "My Account"
msgstr ""
#: lib/woocommerce.php:98
msgid "Wishlist"
msgstr ""
#: lib/woocommerce.php:118
msgid "Compare"
msgstr ""
#: lib/woocommerce.php:159 lib/woocommerce.php:181
msgid "Categories"
msgstr ""
#: lib/woocommerce.php:221
msgid "Search products..."
msgstr ""
#: lib/woocommerce.php:223
msgid "All Categories"
msgstr ""
#: lib/woocommerce.php:254
msgid "Search"
msgstr ""
#: lib/wp_bootstrap_navwalker.php:366
msgid "Add a menu"
msgstr ""
#: search.php:10
#, php-format
msgid "Search Results for: %s"
msgstr ""
#, fuzzy
#~ msgid "Select"
#~ msgstr ""
#~ "Vyberte stránku, která zobrazí podmínky používání pro registraci partnerů"
@@ -0,0 +1,28 @@
<?php
/**
* Enwoo Theme Customizer
*
* @package Enwoo
*/
/*
* Notifications in customizer
*/
require get_template_directory() . '/lib/customizer/notice/class-customizer-notice.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
require get_template_directory() . '/lib/customizer/install/class-plugin-install-helper.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
$config_customizer = array(
'recommended_plugins' => array(
'envo-extra' => array(
'recommended' => true,
/* translators: %s: Plugin name string */
'description' => sprintf( esc_html__( 'To take full advantage of all the features this theme has to offer, please install and activate the %s plugin.', 'enwoo' ), '<strong>Envo Extra</strong>' ),
),
),
/* translators: %s: Theme name */
'recommended_plugins_title' => sprintf( esc_html__( 'Thank you for installing %s.', 'enwoo' ), 'Enwoo' ),
'install_button_label' => esc_html__( 'Install now', 'enwoo' ),
'activate_button_label' => esc_html__( 'Activate', 'enwoo' ),
);
Enwoo_Customizer_Notice::init( apply_filters( 'enwoo_customizer_notice_array', $config_customizer ) );
@@ -0,0 +1,18 @@
<?php
/**
* Enwoo Theme Customizer
*
* @package Enwoo
*/
$enwoo_sections = array( 'info', 'demo' );
foreach( $enwoo_sections as $section ){
require get_template_directory() . '/lib/customizer/' . $section . '.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
}
function enwoo_customizer_scripts() {
wp_enqueue_style( 'enwoo-customize',get_template_directory_uri().'/lib/customizer/css/customize.css', '', 'screen' );
wp_enqueue_script( 'enwoo-customize', get_template_directory_uri() . '/lib/customizer/js/customize.js', array( 'jquery' ), '20170404', true );
}
add_action( 'customize_controls_enqueue_scripts', 'enwoo_customizer_scripts' );
@@ -0,0 +1,81 @@
/*User stick note*/
h3.sticky_title {
margin-top: 12px;
margin-bottom: 11px;
}
span.sticky_info_row {
display: block;
line-height: 23px;
}
label.row-element {
font-weight: bold;
}
label.row-element.more-detail{
color: #ff0000;
}
.customize-text_editor{
font-size: 16px;
font-weight: bold;
}
.customize-text_editor_desc a {
background-color: #0089BD;
padding: 4px;
color: #fff;
border-radius: 7px;
margin: 2px 0;
display: inline-block;
transition:all ease 0.3s;
-webkit-transition:all ease 0.3s;
-moz-transition:all ease 0.3s;
}
.customize-text_editor_desc a:hover {
background-color: #fff;
color: #0089BD;
}
.customize-text_editor_desc .download-link{
display: block;
}
.customize-text_editor_desc span {
padding: 2px;
margin: 0;
display: inline-block;
}
.customize-text_editor_desc .upgrade-pro{
color: #FFF !important;
font-size: 12px;
line-height: 1;
text-align: center;
width: 90%;
margin-top: 10px;
}
#accordion-section-theme_info{
color: #0089BD;
}
.control-section-pro-section .accordion-section-title .button {
margin-top: -4px;
font-weight: 700;
margin-left: 8px;
background: #f89300;
color: #fff;
border-color: #f89300;
padding: 0 20px 1px;
}
.control-section-pro-section .accordion-section-title .button:hover,
.control-section-pro-section .accordion-section-title .button:focus{
background: #dc8200;
border-color: #dc8200;
}
.rtl .control-section-pro-section .accordion-section-title .button {
margin-left: 0;
margin-right: 8px;
}
@@ -0,0 +1,67 @@
<?php
/**
* Enwoo Demo Content Information
*
* @package lawyer_landing_page
*/
function enwoo_customizer_demo_content($wp_customize) {
if (!function_exists('is_plugin_active')) {
require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
}
$wp_customize->add_section(
'theme_demo_content',
array(
'title' => __('One Click Demo Import', 'enwoo'),
'priority' => 7,
)
);
$wp_customize->add_setting(
'demo_content_instruction',
array(
'sanitize_callback' => 'wp_kses_post'
)
);
/* translators: %s: "documentation" string */
$demo_content_description = sprintf(__('You can import the demo content with just one click. For step-by-step video tutorial, see %1$s', 'enwoo'), '<a class="documentation" href="' . esc_url('https://enwoo-wp.com/docs/enwoo-documentation/one-click-demo-import/') . '" target="_blank">' . esc_html__('documentation', 'enwoo') . '</a>');
$wp_customize->add_control(
new enwoo_Info_Text(
$wp_customize,
'demo_content_instruction',
array(
'section' => 'theme_demo_content',
'description' => $demo_content_description
)
)
);
$theme_demo_content_desc = '';
if (is_plugin_active('envo-extra/envo-extra.php')) {
$theme_demo_content_desc .= '<p><a class="button button-primary" href="' . esc_url(admin_url('themes.php?page=envothemes-panel-install-demos')) . '" title="">' . esc_html__('Import demo data', 'enwoo') . '</a></p>';
} else {
$theme_demo_content_desc .= '<p><a class="button button-primary" href="' . esc_url(admin_url('themes.php?page=enwoo')) . '" title="">' . esc_html__('Import demo data', 'enwoo') . '</a></p>';
}
$wp_customize->add_setting(
'theme_demo_content_info',
array(
'default' => '',
'sanitize_callback' => 'wp_kses_post',
)
);
// Demo content
$wp_customize->add_control(
new enwoo_Info_Text(
$wp_customize,
'theme_demo_content_info',
array(
'section' => 'theme_demo_content',
'description' => $theme_demo_content_desc
)
)
);
}
add_action('customize_register', 'enwoo_customizer_demo_content');
@@ -0,0 +1,152 @@
<?php
/**
* Enwoo Theme Info
*
* @package Enwoo
*/
function enwoo_customizer_theme_info( $wp_customize ) {
$theme_data = wp_get_theme();
$wp_customize->add_section( 'theme_info', array(
'title' => esc_html__( 'Video Documentation & Demo' , 'enwoo' ),
'priority' => 6,
) );
/** Important Links */
$wp_customize->add_setting( 'theme_info_theme',
array(
'default' => '',
'sanitize_callback' => 'wp_kses_post',
)
);
$theme_info = '<p>';
if ( !enwoo_is_pro_activated() ) {
/* translators: %s: "demos here" string */
$theme_info .= sprintf( __( 'You can use this theme to create a website like these %1$s', 'enwoo' ), '<a href="' . esc_url( 'https://enwoo-wp.com/demos/' ) . '" target="_blank">' . esc_html__( 'demos', 'enwoo' ) . '</a>' );
}
$theme_info .= '</p><p>';
/* translators: %s: "documentation" string */
$theme_info .= sprintf( __( 'For step-by-step videos and text tutorials, see %1$s', 'enwoo' ), '<a href="' . esc_url( 'https://enwoo-wp.com/docs/enwoo-documentation/' ) . '" target="_blank">' . esc_html__( 'documentation', 'enwoo' ) . '</a>' );
$theme_info .= '</p>';
$wp_customize->add_control( new enwoo_Info_Text( $wp_customize,
'theme_info_theme',
array(
'section' => 'theme_info',
'description' => $theme_info
)
)
);
}
add_action( 'customize_register', 'enwoo_customizer_theme_info' );
if ( class_exists( 'WP_Customize_control' ) ) {
class enwoo_Info_Text extends Wp_Customize_Control {
public function render_content(){ ?>
<span class="customize-control-title">
<?php echo esc_html( $this->label ); ?>
</span>
<?php if( $this->description ){ ?>
<span class="description customize-control-description">
<?php echo wp_kses_post($this->description); ?>
</span>
<?php }
}
}
}
if( class_exists( 'WP_Customize_Section' ) ) :
/**
* Adding Go to Pro Section in Customizer
* https://github.com/justintadlock/trt-customizer-pro
*/
class enwoo_Customize_Section_Pro extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 1.0.0
* @access public
* @var string
*/
public $type = 'pro-section';
/**
* Custom button text to output.
*
* @since 1.0.0
* @access public
* @var string
*/
public $pro_text = '';
/**
* Custom pro button URL.
*
* @since 1.0.0
* @access public
* @var string
*/
public $pro_url = '';
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 1.0.0
* @access public
* @return void
*/
public function json() {
$json = parent::json();
$json['pro_text'] = $this->pro_text;
$json['pro_url'] = esc_url( $this->pro_url );
return $json;
}
/**
* Outputs the Underscore.js template.
*
* @since 1.0.0
* @access public
* @return void
*/
protected function render_template() { ?>
<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
<h3 class="accordion-section-title">
{{ data.title }}
<# if ( data.pro_text && data.pro_url ) { #>
<a href="{{ data.pro_url }}" class="button button-secondary alignright" target="_blank">{{ data.pro_text }}</a>
<# } #>
</h3>
</li>
<?php }
}
endif;
//add_action( 'customize_register', 'enwoo_page_sections_pro' );
function enwoo_page_sections_pro( $manager ) {
// Register custom section types.
$manager->register_section_type( 'enwoo_Customize_Section_Pro' );
// Register sections.
$manager->add_section(
new enwoo_Customize_Section_Pro(
$manager,
'enwoo_page_view_pro',
array(
'title' => esc_html__( 'PRO version', 'enwoo' ),
'priority' => 5,
'pro_text' => esc_html__( 'View PRO version', 'enwoo' ),
'pro_url' => 'https://enwoo-wp.com/product/enwoo-pro/'
)
)
);
}
@@ -0,0 +1,119 @@
<?php
/**
* Plugin install helper.
*
* @package Enwoo
*/
if ( ! class_exists( 'Enwoo_Plugin_Install_Helper' ) ) {
/**
* Class Enwoo_Plugin_Install_Helper
*/
class Enwoo_Plugin_Install_Helper {
/**
* Instance of class.
*
* @var bool $instance instance variable.
*/
private static $instance;
/**
* Check if instance already exists.
*
* @return Enwoo_Plugin_Install_Helper
*/
public static function instance() {
if ( ! isset( self::$instance ) && ! ( self::$instance instanceof Enwoo_Plugin_Install_Helper ) ) {
self::$instance = new Enwoo_Plugin_Install_Helper;
}
return self::$instance;
}
/**
* Generate action button html.
*
* @param string $slug plugin slug.
*
* @return string
*/
public function get_button_html( $slug ) {
$button = '';
$state = $this->check_plugin_state( $slug );
if ( ! empty( $slug ) ) {
$button .= '<div class=" plugin-card-' . esc_attr( $slug ) . '" style="padding: 8px 0 5px;">';
switch ( $state ) {
case 'install':
$nonce = wp_nonce_url(
add_query_arg(
array(
'action' => 'install-plugin',
'from' => 'import',
'plugin' => $slug,
),
network_admin_url( 'update.php' )
),
'install-plugin_' . $slug
);
$button .= '<a data-slug="' . esc_attr( $slug ) . '" class="install-now ta-install-plugin button " href="' . esc_url( $nonce ) . '" data-name="' . $slug . '" aria-label="' . esc_attr__( 'Activate', 'enwoo' ) . '">' . esc_html__( 'Activate', 'enwoo' ) . '</a>';
break;
case 'activate':
$plugin_link_suffix = $slug . '/' . $slug . '.php';
$nonce = add_query_arg(
array(
'action' => 'activate',
'plugin' => rawurlencode( $plugin_link_suffix ),
'plugin_status' => 'all',
'paged' => '1',
'_wpnonce' => wp_create_nonce( 'activate-plugin_' . $plugin_link_suffix ),
), network_admin_url( 'plugins.php' )
);
$button .= '<a data-slug="' . esc_attr( $slug ) . '" class="activate button button-primary" href="' . esc_url( $nonce ) . '" aria-label="' . esc_attr__( 'Activate', 'enwoo' ) . '">' . esc_html__( 'Activate', 'enwoo' ) . '</a>';
break;
}// End switch().
$button .= '</div>';
}// End if().
return $button;
}
/**
* Check plugin state.
*
* @param string $slug plugin slug.
*
* @return bool
*/
private function check_plugin_state( $slug ) {
if ( file_exists( ABSPATH . 'wp-content/plugins/' . $slug . '/' . $slug . '.php' ) || file_exists( ABSPATH . 'wp-content/plugins/' . $slug . '/index.php' ) ) {
$needs = ( is_plugin_active( $slug . '/' . $slug . '.php' ) || is_plugin_active( $slug . '/index.php' ) ) ? 'deactivate' : 'activate';
return $needs;
} else {
return 'install';
}
}
/**
* Enqueue Function.
*/
public function enqueue_scripts() {
wp_enqueue_script( 'plugin-install' );
wp_enqueue_script( 'updates' );
wp_enqueue_script( 'enwoo-plugin-install-helper', get_template_directory_uri() . '/lib/customizer/install/js/plugin-install.js', array( 'jquery' ), '', true );
wp_localize_script(
'enwoo-plugin-install-helper', 'plugin_helper',
array(
'activating' => esc_html__( 'Activating', 'enwoo' ),
)
);
wp_localize_script(
'enwoo-plugin-install-helper', 'pagenow',
array( 'import' )
);
}
}
}
@@ -0,0 +1,56 @@
/* global plugin_helper */
jQuery(document).ready(function ($) {
$('body').on('click', '.ta-install-plugin', function(){
var slug = $(this).attr('data-slug');
wp.updates.installPlugin({
slug: slug
});
return false;
});
//Remove activate button and replace with activation in progress button.
$('.activate').live('DOMNodeInserted', function () {
var activateButton = $('.activate');
if( activateButton.length ) {
var url = activateButton.attr('href');
if( typeof url !== 'undefined' ){
//Request plugin activation.
$.ajax({
beforeSend: function () {
activateButton.replaceWith('<a class="button updating-message">' + plugin_helper.activating + '...</a>');
},
async: true,
type: 'GET',
url: url,
success: function () {
//Reload the page.
location.reload();
}
});
}
}
});
$('.activate').on('click', function (e) {
var activateButton = $(this);
e.preventDefault();
if( activateButton.length ){
var url = activateButton.attr('href');
if( typeof url !== 'undefined' ){
//Request plugin activation.
$.ajax({
beforeSend: function () {
activateButton.replaceWith('<a class="button updating-message">' + plugin_helper.activating + '...</a>');
},
async: true,
type: 'GET',
url: url,
success: function () {
//Reload the page.
location.reload();
}
});
}
}
});
});
@@ -0,0 +1,15 @@
( function( api ) {
// Extends our custom "example-1" section.
api.sectionConstructor['pro-section'] = api.Section.extend( {
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
} );
} )( wp.customize );
@@ -0,0 +1,292 @@
<?php
/**
* Enwoo Customizer Notification Section Class.
*
* @package Enwoo
*/
/**
* Enwoo_Customizer_Notice_Section class
*/
class Enwoo_Customizer_Notice_Section extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 1.0.0
* @access public
* @var string
*/
public $type = 'customizer-plugin-notice-section';
/**
* Custom button text to output.
*
* @since 1.0.0
* @access public
* @var string
*/
public $recommended_actions = '';
/**
* Recommended Plugins.
*
* @var string
*/
public $recommended_plugins = '';
/**
* Total number of required actions.
*
* @var string
*/
public $total_actions = '';
/**
* Plugin text.
*
* @var string
*/
public $plugin_text = '';
/**
* Dismiss button.
*
* @var string
*/
public $dismiss_button = '';
/**
* Check if plugin is installed/activated
*
* @param plugin-slug $slug the plugin slug.
*
* @return array
*/
public function check_active( $slug ) {
if ( file_exists( ABSPATH . 'wp-content/plugins/' . $slug . '/' . $slug . '.php' ) ) {
include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
$needs = is_plugin_active( $slug . '/' . $slug . '.php' ) ? 'deactivate' : 'activate';
return array(
'status' => is_plugin_active( $slug . '/' . $slug . '.php' ),
'needs' => $needs,
);
}
return array(
'status' => false,
'needs' => 'install',
);
}
/**
* Create the install/activate button link for plugins
*
* @param plugin-state $state The plugin state (not installed/inactive/active).
* @param plugin-slug $slug The plugin slug.
*
* @return mixed
*/
public function create_action_link( $state, $slug ) {
switch ( $state ) {
case 'install':
return wp_nonce_url(
add_query_arg(
array(
'action' => 'install-plugin',
'plugin' => $slug,
),
network_admin_url( 'update.php' )
),
'install-plugin_' . $slug
);
break;
case 'deactivate':
return add_query_arg(
array(
'action' => 'deactivate',
'plugin' => rawurlencode( $slug . '/' . $slug . '.php' ),
'plugin_status' => 'all',
'paged' => '1',
'_wpnonce' => wp_create_nonce( 'deactivate-plugin_' . $slug . '/' . $slug . '.php' ),
), network_admin_url( 'plugins.php' )
);
break;
case 'activate':
return add_query_arg(
array(
'action' => 'activate',
'plugin' => rawurlencode( $slug . '/' . $slug . '.php' ),
'plugin_status' => 'all',
'paged' => '1',
'_wpnonce' => wp_create_nonce( 'activate-plugin_' . $slug . '/' . $slug . '.php' ),
), network_admin_url( 'plugins.php' )
);
break;
}// End switch().
}
/**
* Call plugin API to get plugins info
*
* @param plugin-slug $slug The plugin slug.
*
* @return mixed
*/
public function call_plugin_api( $slug ) {
include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
$call_api = get_transient( 'cust_notice_plugin_info_' . $slug );
if ( false === $call_api ) {
$call_api = plugins_api(
'plugin_information', array(
'slug' => $slug,
'fields' => array(
'downloaded' => false,
'rating' => false,
'description' => false,
'short_description' => true,
'donate_link' => false,
'tags' => false,
'sections' => false,
'homepage' => false,
'added' => false,
'last_updated' => false,
'compatibility' => false,
'tested' => false,
'requires' => false,
'downloadlink' => false,
'icons' => false,
),
)
);
set_transient( 'cust_notice_plugin_info_' . $slug, $call_api, 30 * MINUTE_IN_SECONDS );
}
return $call_api;
}
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 1.0.0
* @access public
* @return array
*/
public function json() {
$json = parent::json();
global $enwoo_recommended_plugins;
global $install_button_label;
global $activate_button_label;
global $deactivate_button_label;
$customize_plugins = array();
$show_recommended_plugins = get_option( 'enwoo_show_recommended_plugins' );
foreach ( $enwoo_recommended_plugins as $slug => $plugin_opt ) {
if ( ! $plugin_opt['recommended'] ) {
continue;
}
if ( isset( $show_recommended_plugins[ $slug ] ) && $show_recommended_plugins[ $slug ] ) {
continue;
}
$active = $this->check_active( $slug );
if ( ! empty( $active['needs'] ) && ( $active['needs'] == 'deactivate' ) ) {
continue;
}
$enwoo_recommended_plugin['url'] = $this->create_action_link( $active['needs'], $slug );
if ( $active['needs'] !== 'install' && $active['status'] ) {
$enwoo_recommended_plugin['class'] = 'active';
} else {
$enwoo_recommended_plugin['class'] = '';
}
switch ( $active['needs'] ) {
case 'install':
$enwoo_recommended_plugin['button_class'] = 'install-now button';
$enwoo_recommended_plugin['button_label'] = $install_button_label;
break;
case 'activate':
$enwoo_recommended_plugin['button_class'] = 'activate-now button button-primary';
$enwoo_recommended_plugin['button_label'] = $activate_button_label;
break;
case 'deactivate':
$enwoo_recommended_plugin['button_class'] = 'deactivate-now button';
$enwoo_recommended_plugin['button_label'] = $deactivate_button_label;
break;
}
$info = $this->call_plugin_api( $slug );
$enwoo_recommended_plugin['id'] = $slug;
$enwoo_recommended_plugin['plugin_slug'] = $slug;
if ( ! empty( $plugin_opt['description'] ) ) {
$enwoo_recommended_plugin['description'] = $plugin_opt['description'];
} else {
$enwoo_recommended_plugin['description'] = $info->short_description;
}
$enwoo_recommended_plugin['title'] = $info->name;
$customize_plugins[] = $enwoo_recommended_plugin;
}// End foreach().
$json['recommended_plugins'] = $customize_plugins;
$json['plugin_text'] = $this->plugin_text;
$json['dismiss_button'] = $this->dismiss_button;
return $json;
}
/**
* Outputs the structure for the customizer control
*
* @since 1.0.0
* @access public
* @return void
*/
protected function render_template() {
?>
<# if( data.recommended_plugins.length > 0 ){ #>
<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
<h3 class="accordion-section-title">
<span class="section-title" data-plugin_text="{{ data.plugin_text }}">
<# if( data.recommended_plugins.length > 0 ){ #>
{{ data.plugin_text }}
<# } #>
</span>
</h3>
<div class="recomended-actions_container" id="plugin-filter">
<# if( data.recommended_plugins.length > 0 ){ #>
<# for (action in data.recommended_plugins) { #>
<div class="enwoo-recommeded-actions-container enwoo-recommended-plugins" data-index="{{ data.recommended_plugins[action].index }}">
<# if( !data.recommended_plugins[action].check ){ #>
<div class="enwoo-recommeded-actions">
<p class="title">{{ data.recommended_plugins[action].title }}</p>
<span data-action="dismiss" class="dashicons dashicons-no dismiss-button-recommended-plugin" id="{{ data.recommended_plugins[action].id }}"></span>
<div class="description">{{{ data.recommended_plugins[action].description }}}</div>
<# if( data.recommended_plugins[action].plugin_slug ){ #>
<div class="custom-action">
<p class="plugin-card-{{ data.recommended_plugins[action].plugin_slug }} action_button {{ data.recommended_plugins[action].class }}">
<a data-slug="{{ data.recommended_plugins[action].plugin_slug }}"
class="{{ data.recommended_plugins[action].button_class }}"
href="{{ data.recommended_plugins[action].url }}">{{ data.recommended_plugins[action].button_label }}</a>
</p>
</div>
<# } #>
<# if( data.recommended_plugins[action].help ){ #>
<div class="custom-action">{{{ data.recommended_plugins[action].help }}}</div>
<# } #>
</div>
<# } #>
</div>
<# } #>
<# } #>
</div>
</li>
<# } #>
<?php
}
}
@@ -0,0 +1,205 @@
<?php
/**
* Enwoo Customizer Notification System.
*
* @package Enwoo
*/
/**
* Enwoo Customizer Notify Class
*/
class Enwoo_Customizer_Notice {
/**
* Recommended plugins
*
* @var array $recommended_plugins Recommended plugins displayed in customize notification system.
*/
private $recommended_plugins;
/**
* The single instance of Enwoo_Customizer_Notice
*
* @var Enwoo_Customizer_Notice $instance The Enwoo_Customizer_Notice instance.
*/
private static $instance;
/**
* Title of Recommended plugins section in customize
*
* @var string $recommended_plugins_title Title of Recommended plugins section displayed in customize notification system.
*/
private $recommended_plugins_title;
/**
* Dismiss button label
*
* @var string $dismiss_button Dismiss button label displayed in customize notification system.
*/
private $dismiss_button;
/**
* Install button label for plugins
*
* @var string $install_button_label Label of install button for plugins displayed in customize notification system.
*/
private $install_button_label;
/**
* Activate button label for plugins
*
* @var string $activate_button_label Label of activate button for plugins displayed in customize notification system.
*/
private $activate_button_label;
/**
* Deactivate button label for plugins
*
* @var string $deactivate_button_label Label of deactivate button for plugins displayed in customize notification system.
*/
private $deactivate_button_label;
/**
* The Main Enwoo_Customizer_Notice instance.
*
* We make sure that only one instance of Enwoo_Customizer_Notice exists in the memory at one time.
*
* @param array $config The configuration array.
*/
public static function init( $config ) {
if ( ! isset( self::$instance ) && ! ( self::$instance instanceof Enwoo_Customizer_Notice ) ) {
self::$instance = new Enwoo_Customizer_Notice;
if ( ! empty( $config ) && is_array( $config ) ) {
self::$instance->config = $config;
self::$instance->setup_config();
self::$instance->setup_actions();
}
}
}
/**
* Setup the class props based on the config array.
*/
public function setup_config() {
// global arrays for recommended plugins/actions
global $enwoo_recommended_plugins;
global $install_button_label;
global $activate_button_label;
global $deactivate_button_label;
$this->recommended_plugins = isset( $this->config['recommended_plugins'] ) ? $this->config['recommended_plugins'] : array();
$this->recommended_plugins_title = isset( $this->config['recommended_plugins_title'] ) ? $this->config['recommended_plugins_title'] : '';
$this->dismiss_button = isset( $this->config['dismiss_button'] ) ? $this->config['dismiss_button'] : '';
$enwoo_recommended_plugins = array();
if ( isset( $this->recommended_plugins ) ) {
$enwoo_recommended_plugins = $this->recommended_plugins;
}
$install_button_label = isset( $this->config['install_button_label'] ) ? $this->config['install_button_label'] : '';
$activate_button_label = isset( $this->config['activate_button_label'] ) ? $this->config['activate_button_label'] : '';
$deactivate_button_label = isset( $this->config['deactivate_button_label'] ) ? $this->config['deactivate_button_label'] : '';
}
/**
* Setup the actions used for this class.
*/
public function setup_actions() {
// Register the section
add_action( 'customize_register', array( $this, 'customize_register_notice' ) );
// Enqueue scripts and styles
add_action( 'customize_controls_enqueue_scripts', array( $this, 'scripts_for_customizer' ), 0 );
/* ajax callback for dismissable recommended plugins */
add_action( 'wp_ajax_dismiss_recommended_plugins', array( $this, 'dismiss_recommended_plugins_callback' ) );
}
/**
* Scripts and styles used in the Themeisle_Customizer_Notify class
*/
public function scripts_for_customizer() {
wp_enqueue_style( 'enwoo-customizer-notice', get_template_directory_uri() . '/lib/customizer/notice/css/customizer-notice.css', array() );
wp_enqueue_style( 'plugin-install' );
wp_enqueue_script( 'plugin-install' );
wp_add_inline_script( 'plugin-install', 'var pagenow = "customizer";' );
wp_enqueue_script( 'updates' );
wp_enqueue_script( 'enwoo-customizer-notice', get_template_directory_uri() . '/lib/customizer/notice/js/customizer-notice.js', array( 'customize-controls' ) );
wp_localize_script(
'enwoo-customizer-notice', 'customizer_notice_data', array(
'ajaxurl' => admin_url( 'admin-ajax.php' ),
'template_directory' => get_template_directory_uri(),
'base_path' => admin_url(),
'activating_string' => esc_html__( 'Activating', 'enwoo' ),
)
);
}
/**
* Register the section for the recommended actions/plugins in customize
*
* @param object $wp_customize The customizer object.
*/
public function customize_register_notice( $wp_customize ) {
/**
* Include the Enwoo_Customizer_Notice_Section class.
*/
require_once get_template_directory() . '/lib/customizer/notice/class-customizer-notice-section.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
$wp_customize->register_section_type( 'Enwoo_Customizer_Notice_Section' );
$wp_customize->add_section(
new Enwoo_Customizer_Notice_Section(
$wp_customize,
'customizer-plugin-notice-section',
array(
'plugin_text' => $this->recommended_plugins_title,
'dismiss_button' => $this->dismiss_button,
'priority' => 0,
)
)
);
}
/**
* Dismiss recommended plugins
*/
public function dismiss_recommended_plugins_callback() {
$action_id = ( isset( $_GET['id'] ) ) ? sanitize_text_field( wp_unslash( $_GET['id'] ) ) : 0;
echo esc_html( $action_id ); /* this is needed and it's the id of the dismissable required action */
if ( ! empty( $action_id ) ) {
/* if the option exists, update the record for the specified id */
$show_recommended_plugins = get_option( 'enwoo_show_recommended_plugins' );
if ( isset( $_GET['todo'] ) ) {
switch ( $_GET['todo'] ) {
case 'add':
$show_recommended_plugins[ $action_id ] = false;
break;
case 'dismiss':
$show_recommended_plugins[ $action_id ] = true;
break;
}
}
update_option( 'enwoo_show_recommended_plugins', $show_recommended_plugins );
}
die(); // this is required to return a proper result
}
}
@@ -0,0 +1,119 @@
div.recomended-actions_container {
margin-bottom: 2em;
padding: 0 10px;
}
.recomended-actions_container p.succes {
margin: 1em 0;
}
.enwoo-recommeded-actions p.title {
margin-bottom: 0;
color: #555d66;
font-size: 14px;
font-weight: 600;
}
.enwoo-recommeded-actions div.description {
font-size: 12px;
}
.enwoo-recommeded-actions .custom-action {
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #fafafa;
}
.enwoo-recommeded-actions .custom-action p {
margin-top: 0;
}
.recomended-actions_container .enwoo-recommeded-actions-container:not(:first-child) {
overflow: hidden;
height: 0;
opacity: 0;
}
.recomended-actions_container .enwoo-recommeded-actions-container:first-child {
height: auto;
opacity: 1;
}
.recomended-actions_container .enwoo-recommeded-actions-container {
-webkit-transition: opacity 2s;
/* Safari */
transition: opacity 2s;
}
.recomended-actions_container .hide {
display: none;
}
.recomended-actions_container #demo_content .button {
display: block;
margin-bottom: 1em;
text-align: center;
}
.recomended-actions_container .succes a {
display: inline-block;
width: 100%;
text-align: center;
}
.recomended-actions_container .succes a.social {
width: 49%;
margin-bottom: 1em;
padding-top: 4px;
line-height: 20px;
}
.recomended-actions_container .succes a.social span,
.recomended-actions_container .succes a.ti-customizer-notify-wordpress span {
margin-right: 5px;
}
.recomended-actions_container .succes a.ti-customizer-notify-wordpress {
padding-top: 4px;
line-height: 20px;
}
.dismiss-button-recommended-plugin {
position: absolute;
top: 10px;
right: 10px;
border-radius: 50%;
color: #d54e21;
text-decoration: none;
cursor: pointer;
}
.enwoo-recommeded-actions {
position: relative;
}
.enwoo-recommeded-actions .dismiss-button-recommended-plugin {
top: 0;
right: 0;
}
.enwoo-recommeded-actions #temp_load {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-align-items: center;
align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
}
.enwoo-recommeded-actions #temp_load img {
margin: 0 auto;
}
@@ -0,0 +1,99 @@
/* global wp */
/* global customizer_notice_data */
/* global console */
(function (api) {
api.sectionConstructor['customizer-plugin-notice-section'] = api.Section.extend({
// No events for this type of section.
attachEvents: function () {
},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
});
})(wp.customize);
jQuery.fn.extend({
live: function (event, callback) {
if (this.selector) {
jQuery(document).on(event, this.selector, callback);
}
return this;
}
});
jQuery(document).ready(function ($) {
$('.dismiss-button-recommended-plugin').click(function () {
var id = $(this).attr('id'),
action = $(this).attr('data-action');
$.ajax({
type: 'GET',
data: {action: 'dismiss_recommended_plugins', id: id, todo: action},
dataType: 'html',
url: customizer_notice_data.ajaxurl,
beforeSend: function () {
$('#' + id).parent().append('<div id="temp_load" style="text-align:center"><img src="' + customizer_notice_data.base_path + '/images/spinner-2x.gif" /></div>');
},
success: function (data) {
var container = $('#' + data).parent().parent();
container.slideToggle().remove();
if( $('.recomended-actions_container > .enwoo-recommended-plugins').length === 0 ){
$('.control-section-customizer-plugin-notice-section').remove();
}
},
error: function (jqXHR, textStatus, errorThrown) {
console.log(jqXHR + ' :: ' + textStatus + ' :: ' + errorThrown);
}
});
});
// Remove activate button and replace with activation in progress button.
$('.activate-now').live('DOMNodeInserted', function () {
var activateButton = $('.activate-now');
if( activateButton.length ){
var url = activateButton.attr('href');
if( typeof url !== 'undefined' ){
//Request plugin activation.
$.ajax({
beforeSend: function () {
activateButton.replaceWith('<a class="button updating-message">' + customizer_notice_data.activating_string + '...</a>');
},
async: true,
type: 'GET',
url: url,
success: function () {
//Reload the page.
location.reload();
}
});
}
}
});
$('.activate-now').on('click', function(e){
var activateButton = $(this);
e.preventDefault();
if (activateButton.length) {
var url = activateButton.attr('href');
if (typeof url !== 'undefined') {
//Request plugin activation.
$.ajax({
beforeSend: function () {
activateButton.replaceWith('<a class="button updating-message">' + customizer_notice_data.activating_string + '...</a>');
},
async: true,
type: 'GET',
url: url,
success: function () {
//Reload the page.
location.reload();
}
});
}
}
});
});
@@ -0,0 +1,157 @@
<?php
/**
* Enwoo admin notify
*
*/
if ( !defined( 'ABSPATH' ) ) {
exit;
}
if ( !class_exists( 'Enwoo_Notify_Admin' ) ) :
/**
* The Enwoo admin notify
*/
class Enwoo_Notify_Admin {
/**
* Setup class.
*
*/
public function __construct() {
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
add_action( 'admin_notices', array( $this, 'admin_notices' ), 99 );
add_action( 'wp_ajax_enwoo_dismiss_notice', array( $this, 'dismiss_nux' ) );
add_action( 'admin_menu', array( $this, 'add_menu' ), 5 );
}
/**
* Enqueue scripts.
*
*/
public function enqueue_scripts() {
global $wp_customize;
if ( isset( $wp_customize ) || envo_extra_is_activated() ) {
return;
}
wp_enqueue_style( 'enwoo-admin', get_template_directory_uri() . '/css/admin/admin.css', '', '1' );
wp_enqueue_script( 'enwoo-admin', get_template_directory_uri() . '/js/admin/admin.js', array( 'jquery', 'updates' ), '1', 'all' );
$enwoo_notify = array(
'nonce' => wp_create_nonce( 'enwoo_notice_dismiss' )
);
wp_localize_script( 'enwoo-admin', 'enwooNUX', $enwoo_notify );
}
/**
* Output admin notices.
*
*/
public function admin_notices() {
global $pagenow;
if ( ( 'themes.php' === $pagenow ) && isset( $_GET[ 'page' ] ) && ( 'enwoo' === $_GET[ 'page' ] ) || true === (bool) get_option( 'enwoo_notify_dismissed' ) || envo_extra_is_activated() ) {
return;
}
?>
<div class="notice notice-info enwoo-notice-nux is-dismissible">
<div class="notice-content">
<?php if ( !envo_extra_is_activated() && current_user_can( 'install_plugins' ) && current_user_can( 'activate_plugins' ) ) : ?>
<h2>
<?php
/* translators: %s: Theme name */
printf( esc_html__( 'Thank you for installing %s.', 'enwoo' ), '<strong>Enwoo</strong>' );
?>
</h2>
<p>
<?php
/* translators: %s: Plugin name string */
printf( esc_html__( 'To take full advantage of all the features this theme has to offer, please install and activate the %s plugin.', 'enwoo' ), '<strong>Envo Extra</strong>' );
?>
</p>
<p>
<a href="<?php echo esc_url( admin_url( 'themes.php?page=enwoo' ) ); ?>" class="button button-primary button-hero">
<?php
/* translators: %s: Theme name */
printf( esc_html__( 'Get started with %s', 'enwoo' ), 'Enwoo' );
?>
</a>
</p>
<?php endif; ?>
</div>
</div>
<?php
}
public function add_menu() {
if ( isset( $wp_customize ) || envo_extra_is_activated() ) {
return;
}
add_theme_page(
'Enwoo', 'Enwoo', 'edit_theme_options', 'enwoo', array( $this, 'admin_page' )
);
}
public function admin_page() {
if ( envo_extra_is_activated() ) {
return;
}
?>
<div class="notice notice-info sf-notice-nux">
<span class="sf-icon">
<?php echo '<img src="' . esc_url( get_template_directory_uri() ) . '/img/enwoo-logo.png" width="250" />'; ?>
</span>
<div class="notice-content">
<?php if ( !envo_extra_is_activated() && current_user_can( 'install_plugins' ) && current_user_can( 'activate_plugins' ) ) : ?>
<h2>
<?php
/* translators: %s: Theme name */
printf( esc_html__( 'Thank you for installing %s.', 'enwoo' ), '<strong>Enwoo</strong>' );
?>
</h2>
<p>
<?php
/* translators: %s: Plugin name string */
printf( esc_html__( 'To take full advantage of all the features this theme has to offer, please install and activate the %s plugin.', 'enwoo' ), '<strong>Envo Extra</strong>' );
?>
</p>
<p><?php Enwoo_Plugin_Install::install_plugin_button( 'envo-extra', 'envo-extra.php', 'Envo Extra', array( 'sf-nux-button' ), __( 'Activated', 'enwoo' ), __( 'Activate', 'enwoo' ), __( 'Install', 'enwoo' ) ); ?></p>
<?php endif; ?>
</div>
</div>
<?php
}
/**
* AJAX dismiss notice.
*
* @since 2.2.0
*/
public function dismiss_nux() {
$nonce = !empty( $_POST[ 'nonce' ] ) ? sanitize_text_field( wp_unslash( $_POST[ 'nonce' ] ) ) : false;
if ( !$nonce || !wp_verify_nonce( $nonce, 'enwoo_notice_dismiss' ) || !current_user_can( 'manage_options' ) ) {
die();
}
update_option( 'enwoo_notify_dismissed', true );
}
}
endif;
return new Enwoo_Notify_Admin();
@@ -0,0 +1,104 @@
<?php
/**
* Enwoo Plugin Install Class
*
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'Enwoo_Plugin_Install' ) ) :
/**
* The Enwoo plugin install class
*/
class Enwoo_Plugin_Install {
/**
* Output a button that will install or activate a plugin if it doesn't exist, or display a disabled button if the
* plugin is already activated.
*
* @param string $plugin_slug The plugin slug.
* @param string $plugin_file The plugin file.
*/
public static function install_plugin_button( $plugin_slug, $plugin_file, $plugin_name, $classes = array(), $activated = '', $activate = '', $install = '' ) {
if ( current_user_can( 'install_plugins' ) && current_user_can( 'activate_plugins' ) ) {
if ( is_plugin_active( $plugin_slug . '/' . $plugin_file ) ) {
// The plugin is already active
$button = array(
'message' => esc_attr__( 'Activated', 'enwoo' ),
'url' => '#',
'classes' => array( 'enwoo-button', 'disabled' ),
);
if ( '' !== $activated ) {
$button['message'] = esc_attr( $activated );
}
} elseif ( $url = self::_is_plugin_installed( $plugin_slug ) ) {
// The plugin exists but isn't activated yet.
$button = array(
'message' => esc_attr__( 'Activate', 'enwoo' ),
'url' => $url,
'classes' => array( 'enwoo-button', 'activate-now' ),
);
if ( '' !== $activate ) {
$button['message'] = esc_attr( $activate );
}
} else {
// The plugin doesn't exist.
$url = wp_nonce_url( add_query_arg( array(
'action' => 'install-plugin',
'plugin' => $plugin_slug,
), self_admin_url( 'update.php' ) ), 'install-plugin_' . $plugin_slug );
$button = array(
'message' => esc_attr__( 'Install now', 'enwoo' ),
'url' => $url,
'classes' => array( 'enwoo-button', 'sf-install-now', 'install-now', 'install-' . $plugin_slug ),
);
if ( '' !== $install ) {
$button['message'] = esc_attr( $install );
}
}
if ( ! empty( $classes ) ) {
$button['classes'] = array_merge( $button['classes'], $classes );
}
$button['classes'] = implode( ' ', $button['classes'] );
?>
<span class="sf-plugin-card plugin-card-<?php echo esc_attr( $plugin_slug ); ?>">
<a href="<?php echo esc_url( $button['url'] ); ?>" class="<?php echo esc_attr( $button['classes'] ); ?>" data-originaltext="<?php echo esc_attr( $button['message'] ); ?>" data-name="<?php echo esc_attr( $plugin_name ); ?>" data-slug="<?php echo esc_attr( $plugin_slug ); ?>" aria-label="<?php echo esc_attr( $button['message'] ); ?>"><?php echo esc_html( $button['message'] ); ?></a>
</span>
<a href="https://wordpress.org/plugins/<?php echo esc_attr( $plugin_slug ); ?>" target="_blank"><?php esc_html_e( 'Learn more', 'enwoo' ); ?></a>
<?php
}
}
/**
* Check if a plugin is installed and return the url to activate it if so.
*
* @param string $plugin_slug The plugin slug.
*/
private static function _is_plugin_installed( $plugin_slug ) {
if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin_slug ) ) {
$plugins = get_plugins( '/' . $plugin_slug );
if ( ! empty( $plugins ) ) {
$keys = array_keys( $plugins );
$plugin_file = $plugin_slug . '/' . $keys[0];
$url = wp_nonce_url( add_query_arg( array(
'action' => 'activate',
'plugin' => $plugin_file,
), admin_url( 'plugins.php' ) ), 'activate-plugin_' . $plugin_file );
return $url;
}
}
return false;
}
}
endif;
return new Enwoo_Plugin_Install();
+302
View File
@@ -0,0 +1,302 @@
<?php
if (!function_exists('enwoo_cart_link')) {
function enwoo_cart_link() {
?>
<a class="cart-contents" href="#" data-tooltip="<?php esc_attr_e('Cart', 'enwoo'); ?>" title="<?php esc_attr_e('Cart', 'enwoo'); ?>">
<i class="la la-shopping-bag"><span class="count"><?php echo wp_kses_data(WC()->cart->get_cart_contents_count()); ?></span></i>
<div class="amount-cart hidden-xs"><?php echo wp_kses_data(WC()->cart->get_cart_subtotal()); ?></div>
</a>
<?php
}
}
if (!function_exists('enwoo_header_cart')) {
add_action('enwoo_header_woo', 'enwoo_header_cart', 30);
add_action('enwoo_header_bus', 'enwoo_header_cart', 30);
function enwoo_header_cart() {
if (get_theme_mod('woo_header_cart', 1) == 1) {
?>
<div class="header-cart">
<div class="header-cart-block">
<div class="header-cart-inner">
<?php enwoo_cart_link(); ?>
</div>
</div>
</div>
<?php
}
}
}
if (!function_exists('enwoo_cart_content')) {
add_action('wp_footer', 'enwoo_cart_content', 30);
function enwoo_cart_content() {
if (get_theme_mod('woo_header_cart', 1) == 1) {
?>
<ul class="site-header-cart list-unstyled">
<i class="la la-times-circle"></i>
<li>
<?php the_widget('WC_Widget_Cart', 'title='); ?>
</li>
</ul>
<?php
}
}
}
if (!function_exists('enwoo_header_add_to_cart_fragment')) {
add_filter('woocommerce_add_to_cart_fragments', 'enwoo_header_add_to_cart_fragment');
function enwoo_header_add_to_cart_fragment($fragments) {
ob_start();
enwoo_cart_link();
$fragments['a.cart-contents'] = ob_get_clean();
return $fragments;
}
}
if (!function_exists('enwoo_my_account')) {
add_action('enwoo_header_woo', 'enwoo_my_account', 40);
add_action('enwoo_header_bus', 'enwoo_my_account', 40);
function enwoo_my_account() {
$login_link = get_permalink(get_option('woocommerce_myaccount_page_id'));
?>
<div class="header-my-account">
<div class="header-login">
<a href="<?php echo esc_url($login_link); ?>" data-tooltip="<?php esc_attr_e('My Account', 'enwoo'); ?>" title="<?php esc_attr_e('My Account', 'enwoo'); ?>">
<i class="la la-user"></i>
</a>
</div>
</div>
<?php
}
}
if (!function_exists('enwoo_head_wishlist')) {
add_action('enwoo_header_bus', 'enwoo_head_wishlist', 50);
add_action('enwoo_header_woo', 'enwoo_head_wishlist', 50);
function enwoo_head_wishlist() {
if (function_exists('YITH_WCWL')) {
$wishlist_url = YITH_WCWL()->get_wishlist_url();
?>
<div class="header-wishlist">
<a href="<?php echo esc_url($wishlist_url); ?>" data-tooltip="<?php esc_attr_e('Wishlist', 'enwoo'); ?>" title="<?php esc_attr_e('Wishlist', 'enwoo'); ?>">
<i class="lar la-heart"></i>
</a>
</div>
<?php
}
}
}
if (!function_exists('enwoo_head_compare')) {
add_action('enwoo_header_woo', 'enwoo_head_compare', 60);
add_action('enwoo_header_bus', 'enwoo_head_compare', 60);
function enwoo_head_compare() {
if (function_exists('yith_woocompare_constructor')) {
global $yith_woocompare;
?>
<div class="header-compare product">
<a class="compare added" rel="nofollow" href="<?php echo esc_url($yith_woocompare->obj->view_table_url()); ?>" data-tooltip="<?php esc_attr_e('Compare', 'enwoo'); ?>" title="<?php esc_attr_e('Compare', 'enwoo'); ?>">
<i class="la la-sync"></i>
</a>
</div>
<?php
}
}
}
add_action('woocommerce_before_add_to_cart_quantity', 'enwoo_display_quantity_minus');
function enwoo_display_quantity_minus() {
global $product;
if (($product->get_stock_quantity() > 1 && !$product->managing_stock() ) || !$product->is_sold_individually()) {
echo '<button type="button" class="minus" >-</button>';
}
}
add_action('woocommerce_after_add_to_cart_quantity', 'enwoo_display_quantity_plus');
function enwoo_display_quantity_plus() {
global $product;
if (($product->get_stock_quantity() > 1 && !$product->managing_stock() ) || !$product->is_sold_individually()) {
echo '<button type="button" class="plus" >+</button>';
}
}
if (!function_exists('enwoo_categories_menu')) {
/**
* Categories menu. Displayed only if exists.
*/
add_action('enwoo_header_bar', 'enwoo_categories_menu', 10);
function enwoo_categories_menu() {
if (has_nav_menu('main_menu_cats')) {
?>
<ul class="envo-categories-menu nav navbar-nav navbar-left">
<li class="menu-item menu-item-has-children dropdown">
<a class="envo-categories-menu-first" href="#">
<?php esc_html_e('Categories', 'enwoo'); ?>
</a>
<?php
wp_nav_menu(array(
'theme_location' => 'main_menu_cats',
'depth' => 5,
'container_id' => 'menu-right',
'container' => 'ul',
'container_class' => '',
'menu_class' => 'dropdown-menu',
'fallback_cb' => 'Enwoo_WP_Bootstrap_Navwalker::fallback',
'walker' => new Enwoo_WP_Bootstrap_Navwalker(),
));
?>
</li>
</ul>
<?php
} else {
?>
<ul class="envo-categories-menu nav navbar-nav navbar-left">
<li class="envo-categories-menu-item menu-item menu-item-has-children dropdown">
<a class="envo-categories-menu-first" href="#">
<?php esc_html_e('Categories', 'enwoo'); ?>
</a>
<ul id="menu-categories-menu" class="menu-categories-menu dropdown-menu">
<?php
$categories = get_categories('taxonomy=product_cat');
foreach ($categories as $category) {
$category_link = get_category_link($category->cat_ID);
$option = '<li class="menu-item ' . esc_attr($category->category_nicename) . '">';
$option .= '<a href="' . esc_url($category_link) . '" class="nav-link">';
$option .= esc_html($category->cat_name);
$option .= '</a>';
$option .= '</li>';
echo $option; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
?>
</ul>
</li>
</ul>
<?php
}
}
}
if (!function_exists('enwoo_head_search_bar')) {
add_action('enwoo_header_woo', 'enwoo_head_search_bar', 20);
function enwoo_head_search_bar() {
?>
<div class="header-search-widget">
<?php if (is_active_sidebar('enwoo-header-area')) { ?>
<div class="site-heading-sidebar hidden-xs" >
<?php dynamic_sidebar('enwoo-header-area'); ?>
</div>
<?php } ?>
<div class="head-form hidden-xs">
<div class="header-search-form">
<form role="search" method="get" action="<?php echo esc_url(home_url('/')); ?>">
<input type="hidden" name="post_type" value="product" />
<input class="header-search-input" name="s" type="text" placeholder="<?php esc_attr_e('Search products...', 'enwoo'); ?>"/>
<select class="header-search-select" name="product_cat">
<option value=""><?php esc_html_e('All Categories', 'enwoo'); ?></option>
<?php
$categories = get_categories('taxonomy=product_cat');
foreach ($categories as $category) {
$option = '<option value="' . esc_attr($category->category_nicename) . '">';
$option .= esc_html($category->cat_name);
$option .= ' <span>(' . absint($category->category_count) . ')</span>';
$option .= '</option>';
echo $option; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
?>
</select>
<button class="header-search-button" type="submit"><i class="la la-search" aria-hidden="true"></i></button>
</form>
</div>
</div>
</div>
<?php
}
}
if (!function_exists('enwoo_search_button')) {
add_action('enwoo_header_woo', 'enwoo_search_button', 70);
/**
* Search menu button
*/
function enwoo_search_button() {
?>
<div class="header-search visible-xs">
<a class="search-button" rel="nofollow" href="#" data-tooltip="<?php esc_attr_e('Search', 'enwoo'); ?>" title="<?php esc_attr_e('Search', 'enwoo'); ?>">
<i class="la la-search"></i>
</a>
</div>
<?php
}
}
if (!function_exists('enwoo_the_second_menu')) {
add_action('enwoo_header_bar', 'enwoo_the_second_menu', 30);
function enwoo_the_second_menu() {
if (has_nav_menu('main_menu_right')) {
wp_nav_menu(array(
'theme_location' => 'main_menu_right',
'depth' => 1,
'container_id' => 'theme-menu-second',
'container' => 'div',
'container_class' => 'menu-container',
'menu_class' => 'nav navbar-nav navbar-right',
'fallback_cb' => 'Enwoo_WP_Bootstrap_Navwalker::fallback',
'walker' => new Enwoo_WP_Bootstrap_Navwalker(),
));
}
}
}
remove_action('woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
remove_action('woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
remove_action('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
add_action('woocommerce_before_main_content', 'enwoo_wrapper_start', 10);
add_action('woocommerce_after_main_content', 'enwoo_wrapper_end', 10);
function enwoo_wrapper_start() {
?>
<div class="row">
<article class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<?php
}
function enwoo_wrapper_end() {
?>
</article>
<?php get_sidebar('right'); ?>
</div>
<?php
}
@@ -0,0 +1,567 @@
<?php
/**
* WP Bootstrap Navwalker
*
* @package WP-Bootstrap-Navwalker
*
* Class Name: WP_Bootstrap_Navwalker
* Version: 4.3.0
* Author URI: https://github.com/wp-bootstrap
* GitHub Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
* GitHub Branch: master
* License: GPL-3.0+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/
// Check if Class Exists.
if (!class_exists('Enwoo_WP_Bootstrap_Navwalker')) {
/**
* WP_Bootstrap_Navwalker class.
*
* @extends Walker_Nav_Menu
*/
class Enwoo_WP_Bootstrap_Navwalker extends Walker_Nav_Menu {
/**
* Starts the list before the elements are added.
*
* @since WP 3.0.0
*
* @see Walker_Nav_Menu::start_lvl()
*
* @param string $output Used to append additional content (passed by reference).
* @param int $depth Depth of menu item. Used for padding.
* @param stdClass $args An object of wp_nav_menu() arguments.
*/
public function start_lvl(&$output, $depth = 0, $args = array()) {
if (isset($args->item_spacing) && 'discard' === $args->item_spacing) {
$t = '';
$n = '';
} else {
$t = "\t";
$n = "\n";
}
$indent = str_repeat($t, $depth);
// Default class to add to the file.
$classes = array('dropdown-menu');
/**
* Filters the CSS class(es) applied to a menu list element.
*
* @since WP 4.8.0
*
* @param array $classes The CSS classes that are applied to the menu `<ul>` element.
* @param stdClass $args An object of `wp_nav_menu()` arguments.
* @param int $depth Depth of menu item. Used for padding.
*/
$class_names = join(' ', apply_filters('nav_menu_submenu_css_class', $classes, $args, $depth));
$class_names = $class_names ? ' class="' . esc_attr($class_names) . '"' : '';
/*
* The `.dropdown-menu` container needs to have a labelledby
* attribute which points to it's trigger link.
*
* Form a string for the labelledby attribute from the the latest
* link with an id that was added to the $output.
*/
$labelledby = '';
// Find all links with an id in the output.
preg_match_all('/(<a.*?id=\"|\')(.*?)\"|\'.*?>/im', $output, $matches);
// With pointer at end of array check if we got an ID match.
if (end($matches[2])) {
// Build a string to use as aria-labelledby.
$labelledby = 'aria-labelledby="' . esc_attr(end($matches[2])) . '"';
}
$output .= "{$n}{$indent}<ul$class_names $labelledby role=\"menu\">{$n}";
}
/**
* Starts the element output.
*
* @since WP 3.0.0
* @since WP 4.4.0 The {@see 'nav_menu_item_args'} filter was added.
*
* @see Walker_Nav_Menu::start_el()
*
* @param string $output Used to append additional content (passed by reference).
* @param WP_Post $item Menu item data object.
* @param int $depth Depth of menu item. Used for padding.
* @param stdClass $args An object of wp_nav_menu() arguments.
* @param int $id Current item ID.
*/
public function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) {
if (isset($args->item_spacing) && 'discard' === $args->item_spacing) {
$t = '';
$n = '';
} else {
$t = "\t";
$n = "\n";
}
$indent = ( $depth ) ? str_repeat($t, $depth) : '';
$classes = empty($item->classes) ? array() : (array) $item->classes;
/*
* Initialize some holder variables to store specially handled item
* wrappers and icons.
*/
$linkmod_classes = array();
$icon_classes = array();
/*
* Get an updated $classes array without linkmod or icon classes.
*
* NOTE: linkmod and icon class arrays are passed by reference and
* are maybe modified before being used later in this function.
*/
$classes = self::separate_linkmods_and_icons_from_classes($classes, $linkmod_classes, $icon_classes, $depth);
// Join any icon classes plucked from $classes into a string.
$icon_class_string = join(' ', $icon_classes);
/**
* Filters the arguments for a single nav menu item.
*
* WP 4.4.0
*
* @param stdClass $args An object of wp_nav_menu() arguments.
* @param WP_Post $item Menu item data object.
* @param int $depth Depth of menu item. Used for padding.
*/
$args = apply_filters('nav_menu_item_args', $args, $item, $depth);
// Add .dropdown or .active classes where they are needed.
if (isset($args->has_children) && $args->has_children) {
$classes[] = 'dropdown';
}
if (in_array('current-menu-item', $classes, true) || in_array('current-menu-parent', $classes, true)) {
$classes[] = 'active';
}
// Add some additional default classes to the item.
$classes[] = 'menu-item-' . $item->ID;
$classes[] = 'nav-item';
// Allow filtering the classes.
$classes = apply_filters('nav_menu_css_class', array_filter($classes), $item, $args, $depth);
// Form a string of classes in format: class="class_names".
$class_names = join(' ', $classes);
$class_names = $class_names ? ' class="' . esc_attr($class_names) . '"' : '';
/**
* Filters the ID applied to a menu item's list item element.
*
* @since WP 3.0.1
* @since WP 4.1.0 The `$depth` parameter was added.
*
* @param string $menu_id The ID that is applied to the menu item's `<li>` element.
* @param WP_Post $item The current menu item.
* @param stdClass $args An object of wp_nav_menu() arguments.
* @param int $depth Depth of menu item. Used for padding.
*/
$id = apply_filters('nav_menu_item_id', 'menu-item-' . $item->ID, $item, $args, $depth);
$id = $id ? ' id="' . esc_attr($id) . '"' : '';
$output .= $indent . '<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement"' . $id . $class_names . '>';
// Initialize array for holding the $atts for the link item.
$atts = array();
/*
* Set title from item to the $atts array - if title is empty then
* default to item title.
*/
if (empty($item->attr_title)) {
$atts['title'] = !empty($item->title) ? strip_tags($item->title) : '';
} else {
$atts['title'] = $item->attr_title;
}
$atts['target'] = !empty($item->target) ? $item->target : '';
$atts['rel'] = !empty($item->xfn) ? $item->xfn : '';
$description = !empty($item->description) ? '<span class="menu-description">' . esc_attr($item->description) . '</span>' : '';
// If the item has children, add atts to the <a>.
if (isset($args->has_children) && $args->has_children && 0 === $depth && $args->depth > 1) {
$atts['href'] = !empty($item->url) ? $item->url : '#';
$atts['data-toggle'] = 'dropdown';
$atts['aria-haspopup'] = 'true';
$atts['aria-expanded'] = 'false';
$atts['class'] = 'dropdown-toggle nav-link';
$atts['id'] = 'menu-item-dropdown-' . $item->ID;
} else {
$atts['href'] = !empty($item->url) ? $item->url : '#';
// For items in dropdowns use .dropdown-item instead of .nav-link.
if ($depth > 0) {
$atts['class'] = 'dropdown-item';
} else {
$atts['class'] = 'nav-link';
}
}
$atts['aria-current'] = $item->current ? 'page' : '';
// Update atts of this item based on any custom linkmod classes.
$atts = self::update_atts_for_linkmod_type($atts, $linkmod_classes);
// Allow filtering of the $atts array before using it.
$atts = apply_filters('nav_menu_link_attributes', $atts, $item, $args, $depth);
// Build a string of html containing all the atts for the item.
$attributes = '';
foreach ($atts as $attr => $value) {
if (!empty($value)) {
$value = ( 'href' === $attr ) ? esc_url($value) : esc_attr($value);
$attributes .= ' ' . $attr . '="' . $value . '"';
}
}
// Set a typeflag to easily test if this is a linkmod or not.
$linkmod_type = self::get_linkmod_type($linkmod_classes);
// START appending the internal item contents to the output.
$item_output = isset($args->before) ? $args->before : '';
/*
* This is the start of the internal nav item. Depending on what
* kind of linkmod we have we may need different wrapper elements.
*/
if ('' !== $linkmod_type) {
// Is linkmod, output the required element opener.
$item_output .= self::linkmod_element_open($linkmod_type, $attributes);
} else {
// With no link mod type set this must be a standard <a> tag.
$item_output .= '<a' . $attributes . '>';
}
/*
* Initiate empty icon var, then if we have a string containing any
* icon classes form the icon markup with an <i> element. This is
* output inside of the item before the $title (the link text).
*/
$icon_html = '';
if (!empty($icon_class_string)) {
// Append an <i> with the icon classes to what is output before links.
$icon_html = '<i class="' . esc_attr($icon_class_string) . '" aria-hidden="true"></i> ';
}
/** This filter is documented in wp-includes/post-template.php */
$title = apply_filters('the_title', esc_html($item->title), $item->ID);
/**
* Filters a menu item's title.
*
* @since WP 4.4.0
*
* @param string $title The menu item's title.
* @param WP_Post $item The current menu item.
* @param stdClass $args An object of wp_nav_menu() arguments.
* @param int $depth Depth of menu item. Used for padding.
*/
$title = apply_filters('nav_menu_item_title', $title, $item, $args, $depth);
// If the .sr-only class was set apply to the nav items text only.
if (in_array('sr-only', $linkmod_classes, true)) {
$title = self::wrap_for_screen_reader($title);
$keys_to_unset = array_keys($linkmod_classes, 'sr-only', true);
foreach ($keys_to_unset as $k) {
unset($linkmod_classes[$k]);
}
}
// Put the item contents into $output.
$item_output .= isset($args->link_before) ? $args->link_before . $icon_html . $title . $description . $args->link_after : '';
/*
* This is the end of the internal nav item. We need to close the
* correct element depending on the type of link or link mod.
*/
if ('' !== $linkmod_type) {
// Is linkmod, output the required closing element.
$item_output .= self::linkmod_element_close($linkmod_type);
} else {
// With no link mod type set this must be a standard <a> tag.
$item_output .= '</a>';
}
$item_output .= isset($args->after) ? $args->after : '';
// END appending the internal item contents to the output.
$output .= apply_filters('walker_nav_menu_start_el', $item_output, $item, $depth, $args);
}
/**
* Traverse elements to create list from elements.
*
* Display one element if the element doesn't have any children otherwise,
* display the element and its children. Will only traverse up to the max
* depth and no ignore elements under that depth. It is possible to set the
* max depth to include all depths, see walk() method.
*
* This method should not be called directly, use the walk() method instead.
*
* @since WP 2.5.0
*
* @see Walker::start_lvl()
*
* @param object $element Data object.
* @param array $children_elements List of elements to continue traversing (passed by reference).
* @param int $max_depth Max depth to traverse.
* @param int $depth Depth of current element.
* @param array $args An array of arguments.
* @param string $output Used to append additional content (passed by reference).
*/
public function display_element($element, &$children_elements, $max_depth, $depth, $args, &$output) {
if (!$element) {
return;
}
$id_field = $this->db_fields['id'];
// Display this element.
if (is_object($args[0])) {
$args[0]->has_children = !empty($children_elements[$element->$id_field]);
}
parent::display_element($element, $children_elements, $max_depth, $depth, $args, $output);
}
/**
* Menu Fallback.
*
* If this function is assigned to the wp_nav_menu's fallback_cb variable
* and a menu has not been assigned to the theme location in the WordPress
* menu manager the function with display nothing to a non-logged in user,
* and will add a link to the WordPress menu manager if logged in as an admin.
*
* @param array $args passed from the wp_nav_menu function.
*/
public static function fallback($args) {
if (current_user_can('edit_theme_options')) {
// Get Arguments.
$container = $args['container'];
$container_id = $args['container_id'];
$container_class = $args['container_class'];
$menu_class = $args['menu_class'];
$menu_id = $args['menu_id'];
// Initialize var to store fallback html.
$fallback_output = '';
if ($container) {
$fallback_output .= '<' . esc_attr($container);
if ($container_id) {
$fallback_output .= ' id="' . esc_attr($container_id) . '"';
}
if ($container_class) {
$fallback_output .= ' class="' . esc_attr($container_class) . '"';
}
$fallback_output .= '>';
}
$fallback_output .= '<ul';
if ($menu_id) {
$fallback_output .= ' id="' . esc_attr($menu_id) . '"';
}
if ($menu_class) {
$fallback_output .= ' class="' . esc_attr($menu_class) . '"';
}
$fallback_output .= '>';
$fallback_output .= '<li class="nav-item"><a href="' . esc_url(admin_url('nav-menus.php')) . '" class="nav-link" title="' . esc_attr__('Add a menu', 'enwoo') . '">' . esc_html__('Add a menu', 'enwoo') . '</a></li>';
$fallback_output .= '</ul>';
if ($container) {
$fallback_output .= '</' . esc_attr($container) . '>';
}
// If $args has 'echo' key and it's true echo, otherwise return.
if (array_key_exists('echo', $args) && $args['echo']) {
echo $fallback_output; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
} else {
return $fallback_output;
}
}
}
/**
* Find any custom linkmod or icon classes and store in their holder
* arrays then remove them from the main classes array.
*
* Supported linkmods: .disabled, .dropdown-header, .dropdown-divider, .sr-only
* Supported iconsets: Font Awesome 4/5, Glypicons
*
* NOTE: This accepts the linkmod and icon arrays by reference.
*
* @since 4.0.0
*
* @param array $classes an array of classes currently assigned to the item.
* @param array $linkmod_classes an array to hold linkmod classes.
* @param array $icon_classes an array to hold icon classes.
* @param integer $depth an integer holding current depth level.
*
* @return array $classes a maybe modified array of classnames.
*/
private function separate_linkmods_and_icons_from_classes($classes, &$linkmod_classes, &$icon_classes, $depth) {
// Loop through $classes array to find linkmod or icon classes.
foreach ($classes as $key => $class) {
/*
* If any special classes are found, store the class in it's
* holder array and and unset the item from $classes.
*/
if (preg_match('/^disabled|^sr-only/i', $class)) {
// Test for .disabled or .sr-only classes.
$linkmod_classes[] = $class;
unset($classes[$key]);
} elseif (preg_match('/^dropdown-header|^dropdown-divider|^dropdown-item-text/i', $class) && $depth > 0) {
/*
* Test for .dropdown-header or .dropdown-divider and a
* depth greater than 0 - IE inside a dropdown.
*/
$linkmod_classes[] = $class;
unset($classes[$key]);
} elseif (preg_match('/^fa-(\S*)?|^fa(s|r|l|b)?(\s?)?$/i', $class)) {
// Font Awesome.
$icon_classes[] = $class;
unset($classes[$key]);
} elseif (preg_match('/^glyphicon-(\S*)?|^glyphicon(\s?)$/i', $class)) {
// Glyphicons.
$icon_classes[] = $class;
unset($classes[$key]);
}
}
return $classes;
}
/**
* Return a string containing a linkmod type and update $atts array
* accordingly depending on the decided.
*
* @since 4.0.0
*
* @param array $linkmod_classes array of any link modifier classes.
*
* @return string empty for default, a linkmod type string otherwise.
*/
private function get_linkmod_type($linkmod_classes = array()) {
$linkmod_type = '';
// Loop through array of linkmod classes to handle their $atts.
if (!empty($linkmod_classes)) {
foreach ($linkmod_classes as $link_class) {
if (!empty($link_class)) {
// Check for special class types and set a flag for them.
if ('dropdown-header' === $link_class) {
$linkmod_type = 'dropdown-header';
} elseif ('dropdown-divider' === $link_class) {
$linkmod_type = 'dropdown-divider';
} elseif ('dropdown-item-text' === $link_class) {
$linkmod_type = 'dropdown-item-text';
}
}
}
}
return $linkmod_type;
}
/**
* Update the attributes of a nav item depending on the limkmod classes.
*
* @since 4.0.0
*
* @param array $atts array of atts for the current link in nav item.
* @param array $linkmod_classes an array of classes that modify link or nav item behaviors or displays.
*
* @return array maybe updated array of attributes for item.
*/
private function update_atts_for_linkmod_type($atts = array(), $linkmod_classes = array()) {
if (!empty($linkmod_classes)) {
foreach ($linkmod_classes as $link_class) {
if (!empty($link_class)) {
/*
* Update $atts with a space and the extra classname
* so long as it's not a sr-only class.
*/
if ('sr-only' !== $link_class) {
$atts['class'] .= ' ' . esc_attr($link_class);
}
// Check for special class types we need additional handling for.
if ('disabled' === $link_class) {
// Convert link to '#' and unset open targets.
$atts['href'] = '#';
unset($atts['target']);
} elseif ('dropdown-header' === $link_class || 'dropdown-divider' === $link_class || 'dropdown-item-text' === $link_class) {
// Store a type flag and unset href and target.
unset($atts['href']);
unset($atts['target']);
}
}
}
}
return $atts;
}
/**
* Wraps the passed text in a screen reader only class.
*
* @since 4.0.0
*
* @param string $text the string of text to be wrapped in a screen reader class.
* @return string the string wrapped in a span with the class.
*/
private function wrap_for_screen_reader($text = '') {
if ($text) {
$text = '<span class="sr-only">' . $text . '</span>';
}
return $text;
}
/**
* Returns the correct opening element and attributes for a linkmod.
*
* @since 4.0.0
*
* @param string $linkmod_type a sting containing a linkmod type flag.
* @param string $attributes a string of attributes to add to the element.
*
* @return string a string with the openign tag for the element with attribibutes added.
*/
private function linkmod_element_open($linkmod_type, $attributes = '') {
$output = '';
if ('dropdown-item-text' === $linkmod_type) {
$output .= '<span class="dropdown-item-text"' . $attributes . '>';
} elseif ('dropdown-header' === $linkmod_type) {
/*
* For a header use a span with the .h6 class instead of a real
* header tag so that it doesn't confuse screen readers.
*/
$output .= '<span class="dropdown-header h6"' . $attributes . '>';
} elseif ('dropdown-divider' === $linkmod_type) {
// This is a divider.
$output .= '<div class="dropdown-divider"' . $attributes . '>';
}
return $output;
}
/**
* Return the correct closing tag for the linkmod element.
*
* @since 4.0.0
*
* @param string $linkmod_type a string containing a special linkmod type.
*
* @return string a string with the closing tag for this linkmod type.
*/
private function linkmod_element_close($linkmod_type) {
$output = '';
if ('dropdown-header' === $linkmod_type || 'dropdown-item-text' === $linkmod_type) {
/*
* For a header use a span with the .h6 class instead of a real
* header tag so that it doesn't confuse screen readers.
*/
$output .= '</span>';
} elseif ('dropdown-divider' === $linkmod_type) {
// This is a divider.
$output .= '</div>';
}
return $output;
}
}
}
+20
View File
@@ -0,0 +1,20 @@
<?php get_header(); ?>
<!-- start page content container -->
<div class="row single-page">
<article class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<?php do_action('enwoo_page_content'); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<?php get_template_part('content', 'none'); ?>
<?php endif; ?>
</article>
<?php do_action('enwoo_sidebar'); ?>
</div>
<!-- end page content container -->
<?php
get_footer();
+101
View File
@@ -0,0 +1,101 @@
== Enwoo ==
Contributors: envothemes
Tags: one-column, two-columns, full-width-template, right-sidebar, custom-background, custom-menu, custom-header, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, rtl-language-support, blog, e-commerce
Requires at least: 4.4
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 1.3.0
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
Free Multipurpose and WooCommerce WordPress Theme
== Description ==
Enwoo is a fast, clean, and modern-looking responsive Multipurpose and WooCommerce theme for WordPress.
== Installation ==
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
= Theme Features Usage =
All available options can be used from Appearance->Customize
Theme documentation: https://enwoo-wp.com/docs/enwoo-documentation/
= Theme Limitations =
The bar under the header (with categories, search and right menu) is available only if the WooCommerce is active
Menu Right - This is only 1 level menu. Submenus are not supported.
== Copyright ==
Enwoo WordPress Theme, Copyright 2022 EnvoThemes.com
Enwoo is distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
== RESOURCES ==
* Images in the screenshot are:
Hero background image
By: Karol Dach
License: CC0 Public Domain
Source: https://stocksnap.io/photo/architectural-design-2XJ1VEE57Q
Hero foreground image
By: Lukasz Adam
License: CC0 Public Domain
Source: https://lukaszadam.com/browser_illustrations.webp
Bottom background image
By: Lukasz Adam
License: CC0 Public Domain
Source: https://lukaszadam.com/best-laptop-reddit.svg
* WordPress nav walker - https://github.com/twittem/wp-bootstrap-navwalker | GPL 3.0
* Twitter Bootstrap Framework - http://getbootstrap.com | MIT License
* mmenu light - https://github.com/FrDH/mmenu-light | CC-BY-4.0 license
* Icons8 Line Awesome - https://github.com/icons8/line-awesome/ | MIT License
* Lato font - https://fonts.google.com/specimen/Lato | Open Font License
* Other custom js files and images are our own creation and is licensed under the same license as this theme.
All other resources and theme elements are licensed under the [GNU GPL](http://www.gnu.org/licenses/gpl-3.0.txt), version 3 or later.
Enwoo is distributed under the terms of the GNU GPL (http://www.gnu.org/licenses/gpl-3.0.txt), version 3 or later.
== Changelog ==
= Version 1.3.0 =
* Fixed overlapping category bar on mobile devices
* Fixed mobile menu items floating
* Tested with WP 6.2
= Version 1.2.2 =
* Fixed WooCommerce transparent header issue
* CSS improvements
= Version 1.2.1 =
* Updated top bar and menu z-index
* Changed screenshot
= Version 1.2.0 =
* Improved header loading
* Added customizer tab for recommended plugin
= Version 1.1.0 =
* Multiple improvements and fixes
* Styling update
= Version 1.0 =
* Initial release
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

+19
View File
@@ -0,0 +1,19 @@
<?php get_header(); ?>
<!-- start content container -->
<div class="row">
<div class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<?php
// if this was a search we display a page header with the results count. If there were no results we display the search form.
if (is_search()) :
/* translators: %s: search result string */
echo "<h1 class='search-head text-center'>" . sprintf(esc_html__('Search Results for: %s', 'enwoo'), get_search_query()) . "</h1>";
endif;
do_action('enwoo_generate_the_content');
?>
</div>
<?php get_sidebar('right'); ?>
</div>
<!-- end content container -->
<?php
get_footer();
+6
View File
@@ -0,0 +1,6 @@
<?php if (is_active_sidebar('enwoo-right-sidebar')) { ?>
<aside id="sidebar" class="col-md-3">
<?php dynamic_sidebar('enwoo-right-sidebar'); ?>
</aside>
<?php
}
@@ -0,0 +1,14 @@
<?php get_header('builders'); ?>
<div class="page-builders" role="main">
<div class="page-builders-content-area">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<?php the_content(); ?>
</div>
<?php endwhile;
else :
get_template_part('content', 'none');
endif;
get_footer();
+29
View File
@@ -0,0 +1,29 @@
<?php get_header(); ?>
<!-- start content container -->
<div class="row single-post">
<article class="col-md-<?php enwoo_main_content_width_columns(); ?>">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class('single-post-content'); ?>>
<?php
do_action('enwoo_single_before');
$contents = get_theme_mod('single_layout', array('image', 'title', 'meta', 'content', 'cats_tags', 'nav'));
// Loop parts.
foreach ($contents as $content) {
do_action('enwoo_single_' . $content);
}
do_action('enwoo_single_after');
?>
</div>
<?php endwhile; ?>
<?php else : ?>
<?php get_template_part('content', 'none'); ?>
<?php endif; ?>
</article>
<?php do_action('enwoo_sidebar'); ?>
</div>
<!-- end content container -->
<?php
get_footer();
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,25 @@
<?php
/**
*
* Template name: No Sidebar
*
*/
get_header(); ?>
<!-- start page content container -->
<div class="row single-page">
<article class="col-md-12">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<?php do_action('enwoo_page_content'); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<?php get_template_part('content', 'none'); ?>
<?php endif; ?>
</article>
</div>
<!-- end page content container -->
<?php
get_footer();
@@ -0,0 +1,23 @@
<?php
/**
*
* Template name: Page Builders
*
*/
get_header('builders');
?>
<div id="site-content" class="page-builders" role="main">
<div class="page-builders-content-area">
<!-- start content container -->
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<?php the_content(); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<?php get_template_part('content', 'none'); ?>
<?php endif; ?>
<!-- end content container -->
<?php
get_footer();
@@ -0,0 +1,35 @@
<?php do_action( 'enwoo_construct_top_bar' ); ?>
<?php
if ( get_theme_mod( 'enwoo_custom_header_on_off', '' ) == 'elementor' && get_theme_mod( 'enwoo_custom_header', '' ) != '' && enwoo_check_for_elementor() ) {
$elementor_section_ID = get_theme_mod( 'enwoo_custom_header', '' );
echo do_shortcode( '[elementor-template id="' . $elementor_section_ID . '"]' );
} elseif ( get_theme_mod( 'header_layout', (class_exists( 'WooCommerce' ) ? 'woonav' : 'busnav' ) ) == 'woonav' ) {
?>
<div class="site-header container-fluid woo-heading">
<div class="<?php echo esc_attr( get_theme_mod( 'header_content_width', 'container' ) ); ?>" >
<div class="heading-row row" >
<?php do_action( 'enwoo_header_woo' ); ?>
</div>
</div>
</div>
<?php do_action( 'enwoo_before_second_menu' ); ?>
<div class="main-menu">
<nav id="second-site-navigation" class="navbar navbar-default <?php enwoo_second_menu(); ?>">
<div class="container">
<?php do_action( 'enwoo_header_bar' ); ?>
</div>
</nav>
</div>
<?php
do_action( 'enwoo_after_second_menu' );
} else {
?>
<div class="site-header container-fluid business-heading">
<div class="<?php echo esc_attr( get_theme_mod( 'header_content_width', 'container' ) ); ?>" >
<div class="heading-row row" >
<?php do_action( 'enwoo_header_bus' ); ?>
</div>
</div>
</div>
<?php
}
+2
View File
@@ -0,0 +1,2 @@
<?php
// Silence is golden.
+33
View File
@@ -0,0 +1,33 @@
##### [Version 1.0.6](https://github.com/Codeinwp/raft/compare/v1.0.5...v1.0.6) (2023-03-09)
- Add Starter Content
- Fix Archive Not Working
##### [Version 1.0.5](https://github.com/Codeinwp/raft/compare/v1.0.4...v1.0.5) (2022-11-22)
- Adds new Header & Footer template parts;
- Adds content block inside the front-page template;
- Adds 11 new block patterns inside the theme;
- Adds four new font families to be used with style variations;
- Fix three-column features pattern layout;
##### [Version 1.0.4](https://github.com/Codeinwp/raft/compare/v1.0.3...v1.0.4) (2022-10-24)
- Fix image block alignments
##### [Version 1.0.3](https://github.com/Codeinwp/raft/compare/v1.0.2...v1.0.3) (2022-10-07)
- change style.css description
##### [Version 1.0.2](https://github.com/Codeinwp/raft/compare/v1.0.1...v1.0.2) (2022-10-04)
- Change screenshot
- Change text in hero pattern
##### [Version 1.0.1](https://github.com/Codeinwp/raft/compare/v1.0.0...v1.0.1) (2022-09-14)
- Fix notice that was not dismissible in dashboard
#### Version 1.0.0 (2022-08-04)
- Initial release
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
.raft-welcome-notice{padding-bottom:0;position:relative}.raft-welcome-notice .notice-content{display:flex;gap:20px;width:100%}.raft-welcome-notice .notice-copy{display:flex;flex-direction:column;justify-content:center;padding:30px 0}.raft-welcome-notice .notice-title{line-height:1.5}.raft-welcome-notice .notice-title span{color:#e57451;font-weight:600}.raft-welcome-notice .actions{align-items:center;display:flex;gap:20px;margin-top:40px}.raft-welcome-notice .button{align-items:center;display:flex;justify-content:center;justify-items:center}.raft-welcome-notice .dashicons-update{animation:rotation 2s linear infinite;margin-left:5px}.raft-welcome-notice .dashicons-external{margin-right:5px}.raft-welcome-notice p{font-size:15px;line-height:1.6;max-width:700px}.raft-welcome-notice .otter-preview{align-self:flex-end;display:block;flex-shrink:1;max-height:300px;max-width:60%;width:auto}.raft-welcome-notice .otter-logo{bottom:30px;max-width:75px;opacity:.75;left:30px}@media (max-width:1200px){.raft-welcome-notice .notice-content{flex-direction:column-reverse;gap:0;text-align:center}.raft-welcome-notice .notice-copy{align-items:center;padding:20px 0}.raft-welcome-notice .actions{gap:10px;justify-content:center;margin-top:20px}.raft-welcome-notice .otter-preview{margin:0 auto;max-width:80%}}
@@ -0,0 +1 @@
.raft-welcome-notice{padding-bottom:0;position:relative}.raft-welcome-notice .notice-content{display:flex;gap:20px;width:100%}.raft-welcome-notice .notice-copy{display:flex;flex-direction:column;justify-content:center;padding:30px 0}.raft-welcome-notice .notice-title{line-height:1.5}.raft-welcome-notice .notice-title span{color:#e57451;font-weight:600}.raft-welcome-notice .actions{align-items:center;display:flex;gap:20px;margin-top:40px}.raft-welcome-notice .button{align-items:center;display:flex;justify-content:center;justify-items:center}.raft-welcome-notice .dashicons-update{animation:rotation 2s linear infinite;margin-right:5px}.raft-welcome-notice .dashicons-external{margin-left:5px}.raft-welcome-notice p{font-size:15px;line-height:1.6;max-width:700px}.raft-welcome-notice .otter-preview{align-self:flex-end;display:block;flex-shrink:1;max-height:300px;max-width:60%;width:auto}.raft-welcome-notice .otter-logo{bottom:30px;max-width:75px;opacity:.75;right:30px}@media (max-width:1200px){.raft-welcome-notice .notice-content{flex-direction:column-reverse;gap:0;text-align:center}.raft-welcome-notice .notice-copy{align-items:center;padding:20px 0}.raft-welcome-notice .actions{gap:10px;justify-content:center;margin-top:20px}.raft-welcome-notice .otter-preview{margin:0 auto;max-width:80%}}
@@ -0,0 +1,93 @@
Copyright 2022 The Figtree Project Authors (https://github.com/erikdkennedy/figtree)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora".
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
Copyright 2021 The Outfit Project Authors (https://github.com/Outfitio/Outfit-Fonts)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
Copyright 2017 The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,42 @@
<svg width="962" height="600" viewBox="0 0 962 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="962" height="600" fill="#CBD0D0"/>
<path d="M479.499 495.155C589.66 495.155 678.962 411.168 678.962 307.564C678.962 203.961 589.66 119.973 479.499 119.973C369.338 119.973 280.036 203.961 280.036 307.564C280.036 411.168 369.338 495.155 479.499 495.155Z" fill="white"/>
<path d="M574.653 334.222C573.296 339.284 569.522 343.584 563.571 346.975C557.614 350.37 549.58 352.787 539.975 354.085C520.772 356.679 495.608 354.762 469.067 347.65C442.525 340.539 419.774 329.616 404.442 317.768C396.773 311.842 391.023 305.732 387.561 299.814C384.103 293.901 382.984 288.289 384.341 283.228C385.697 278.166 389.471 273.866 395.422 270.474C401.38 267.08 409.414 264.663 419.018 263.365C438.221 260.77 463.385 262.688 489.927 269.8C516.468 276.911 539.22 287.833 554.552 299.681C562.221 305.607 567.971 311.717 571.432 317.636C574.891 323.549 576.009 329.161 574.653 334.222V334.222Z" stroke="#888F82" stroke-width="4"/>
<path d="M628.447 347.475C622.399 370.048 600.55 386.423 569.471 394.37C538.447 402.302 498.573 401.717 457.236 390.64C415.9 379.564 381.075 360.135 358.174 337.753C335.232 315.332 324.498 290.225 330.547 267.653C336.595 245.08 358.443 228.704 389.522 220.758C420.546 212.825 460.42 213.412 501.757 224.488C543.093 235.564 577.919 254.994 600.82 277.375C623.761 299.796 634.495 324.902 628.447 347.475V347.475Z" stroke="#888F82" stroke-width="4"/>
<path d="M674.486 353.767C665.46 387.455 635.841 412.435 594.824 425.412C553.827 438.384 501.656 439.274 448.057 424.913C394.458 410.552 349.722 383.695 320.703 351.962C291.67 320.215 278.51 283.772 287.536 250.084C296.563 216.396 326.181 191.416 367.198 178.439C408.196 165.467 460.368 164.577 513.965 178.938C567.564 193.3 612.301 220.157 641.32 251.89C670.353 283.637 683.514 320.079 674.486 353.767Z" stroke="#888F82" stroke-width="4"/>
<path d="M521.205 246.478C555.022 269.569 563.756 315.636 540.722 349.37C517.688 383.104 471.603 391.74 437.785 368.649C403.968 345.559 395.234 299.491 418.268 265.757C441.302 232.023 487.388 223.387 521.205 246.478V246.478Z" stroke="#888F82" stroke-width="4"/>
<path d="M707.601 488.08C707.601 488.08 674.27 461.68 652.304 458.654C630.572 455.66 573.284 459.169 530.774 441.15C530.376 440.984 530.048 440.684 529.846 440.303C529.645 439.921 529.583 439.481 529.672 439.058C530.347 435.981 533.536 429.428 548.862 430.064C568.811 430.926 584.101 431.189 584.101 431.189C584.101 431.189 522.819 370.615 507.433 352.966C504.394 349.484 502.34 346.342 501 343.486C496.827 334.578 508.275 326.577 515.367 333.398L556.879 373.297C556.879 373.297 554.916 367.044 559.301 363.163C563.457 359.503 573.984 361.52 580.131 368.149C580.131 368.149 578.519 360.942 585.449 357.748C592.378 354.555 601.482 360.073 605.345 363.653C605.345 363.653 602.316 357.112 606.643 353.375C610.97 349.636 622.443 353.279 625.52 355.478C628.598 357.677 657.33 371.431 688.46 409.974L749.453 428.866C749.453 428.866 757.99 451.438 707.601 488.08ZM254.399 121.705C254.399 121.705 287.731 148.104 309.696 151.131C331.428 154.124 388.716 150.615 431.226 168.635C431.624 168.8 431.953 169.1 432.154 169.482C432.356 169.864 432.417 170.304 432.328 170.727C431.654 173.804 428.464 180.357 413.138 179.72C393.189 178.859 377.899 178.595 377.899 178.595C377.899 178.595 439.181 239.17 454.567 256.818C457.606 260.301 459.661 263.443 461 266.299C465.174 275.207 453.726 283.208 446.633 276.387L405.121 236.488C405.121 236.488 407.084 242.741 402.7 246.622C398.544 250.282 388.017 248.264 381.869 241.636C381.869 241.636 383.481 248.843 376.552 252.036C369.622 255.23 360.518 249.712 356.656 246.132C356.656 246.132 359.685 252.673 355.358 256.41C351.031 260.148 339.558 256.506 336.48 254.307C333.402 252.108 304.671 238.353 273.541 199.81L212.547 180.918C212.547 180.918 204.009 158.347 254.399 121.705V121.705Z" fill="#F8AE9D"/>
<path d="M479.507 278.206H479.845C481.847 304.798 502.942 305.208 502.942 305.208C502.942 305.208 479.68 305.633 479.68 336.361C479.68 305.633 456.418 305.208 456.418 305.208C456.418 305.208 477.505 304.798 479.507 278.206Z" fill="#C26148"/>
<path d="M692.768 360.567C700.86 366.14 713.221 362.245 713.221 362.245C713.221 362.245 712.456 349.313 704.359 343.746C696.267 338.172 683.911 342.062 683.911 342.062C683.911 342.062 684.676 354.994 692.768 360.567V360.567Z" fill="white"/>
<path d="M245.675 314.671C254.058 323.203 269.732 321.404 269.732 321.404C269.732 321.404 271.806 305.773 263.416 297.247C255.034 288.716 239.367 290.51 239.367 290.51C239.367 290.51 237.293 306.14 245.675 314.671V314.671Z" fill="white"/>
<path d="M504.602 468.181C497.263 468.181 491.313 473.873 491.313 480.893C491.313 487.914 497.263 493.605 504.602 493.605C511.942 493.605 517.892 487.914 517.892 480.893C517.892 473.873 511.942 468.181 504.602 468.181Z" fill="#888F82"/>
<path d="M262.565 364.507C258.283 364.507 254.811 367.979 254.811 372.262C254.811 376.544 258.283 380.016 262.565 380.016C266.848 380.016 270.319 376.544 270.319 372.262C270.319 367.979 266.848 364.507 262.565 364.507Z" fill="#888F82"/>
<path d="M398.65 120.022C394.582 120.022 391.284 116.724 391.284 112.655C391.284 108.587 394.582 105.289 398.65 105.289C402.719 105.289 406.017 108.587 406.017 112.655C406.017 116.724 402.719 120.022 398.65 120.022Z" fill="#888F82"/>
<path d="M644.571 241.99C637.87 241.99 632.437 236.558 632.437 229.857C632.437 223.156 637.87 217.723 644.571 217.723C651.272 217.723 656.704 223.156 656.704 229.857C656.704 236.558 651.272 241.99 644.571 241.99Z" fill="#888F82"/>
<path d="M607.47 493.463C603.272 493.463 599.869 490.06 599.869 485.862C599.869 481.665 603.272 478.262 607.47 478.262C611.668 478.262 615.071 481.665 615.071 485.862C615.071 490.06 611.668 493.463 607.47 493.463Z" fill="#ADADAD"/>
<path d="M371.9 473.609C364.191 473.609 357.942 467.36 357.942 459.651C357.942 451.943 364.191 445.694 371.9 445.694C379.608 445.694 385.857 451.943 385.857 459.651C385.857 467.36 379.608 473.609 371.9 473.609Z" fill="#888F82"/>
<path d="M498.291 461.203C495.721 461.203 493.638 459.12 493.638 456.55C493.638 453.981 495.721 451.898 498.291 451.898C500.86 451.898 502.943 453.981 502.943 456.55C502.943 459.12 500.86 461.203 498.291 461.203Z" fill="#888F82"/>
<path d="M677.637 274.009C674.514 274.009 671.981 271.477 671.981 268.353C671.981 265.229 674.514 262.697 677.637 262.697C680.761 262.697 683.293 265.229 683.293 268.353C683.293 271.477 680.761 274.009 677.637 274.009Z" fill="#ADADAD"/>
<path d="M624.01 188.464C619.242 188.464 615.377 184.599 615.377 179.831C615.377 175.064 619.242 171.199 624.01 171.199C628.778 171.199 632.643 175.064 632.643 179.831C632.643 184.599 628.778 188.464 624.01 188.464Z" fill="#888F82"/>
<path d="M320.15 303.508C320.15 305.92 318.195 307.875 315.783 307.875C313.372 307.875 311.417 305.92 311.417 303.508C311.417 301.097 313.372 299.142 315.783 299.142C318.195 299.142 320.15 301.097 320.15 303.508Z" fill="#ADADAD"/>
<path d="M257.077 217.603C254.113 217.603 251.71 215.2 251.71 212.236C251.71 209.271 254.113 206.868 257.077 206.868C260.042 206.868 262.445 209.271 262.445 212.236C262.445 215.2 260.042 217.603 257.077 217.603Z" fill="#ADADAD"/>
<path d="M704.125 399.885C700.934 399.885 698.347 397.815 698.347 395.262C698.347 392.71 700.934 390.64 704.125 390.64C707.317 390.64 709.904 392.71 709.904 395.262C709.904 397.815 707.317 399.885 704.125 399.885Z" fill="#ADADAD"/>
<path d="M512.248 160.731C512.248 165.228 508.603 168.873 504.106 168.873C499.609 168.873 495.964 165.228 495.964 160.731C495.964 156.235 499.609 152.589 504.106 152.589C508.603 152.589 512.248 156.235 512.248 160.731Z" fill="#888F82"/>
<path d="M682.306 210.745H682.457C683.352 223.428 692.784 223.622 692.784 223.622C692.784 223.622 682.383 223.825 682.383 238.48C682.383 223.825 671.983 223.622 671.983 223.622C671.983 223.622 681.41 223.428 682.306 210.745ZM348.964 120.022H349.082C349.783 130.304 357.166 130.463 357.166 130.463C357.166 130.463 349.024 130.627 349.024 142.509C349.024 130.627 340.883 130.463 340.883 130.463C340.883 130.463 348.263 130.305 348.964 120.022Z" fill="#ADADAD"/>
<path d="M339.203 396.259C343.006 395.358 347.028 398.584 347.028 398.584C347.028 398.584 344.882 403.268 341.078 404.166C337.274 405.067 333.254 401.845 333.254 401.845C333.254 401.845 335.4 397.16 339.203 396.259V396.259Z" fill="white"/>
<path d="M357.009 312.478C353.638 310.157 348.489 311.78 348.489 311.78C348.489 311.78 348.808 317.166 352.181 319.486C355.551 321.807 360.699 320.187 360.699 320.187C360.699 320.187 360.38 314.8 357.009 312.478V312.478Z" fill="white"/>
<path d="M599.734 300.361C594.642 295.179 585.123 296.272 585.123 296.272C585.123 296.272 583.863 305.765 588.959 310.943C594.049 316.126 603.565 315.036 603.565 315.036C603.565 315.036 604.825 305.543 599.734 300.361Z" fill="white"/>
<path d="M366.995 291.691C372.428 291.691 376.831 287.487 376.831 282.302C376.831 277.116 372.428 272.912 366.995 272.912C361.563 272.912 357.159 277.116 357.159 282.302C357.159 287.487 361.563 291.691 366.995 291.691Z" fill="#888F82"/>
<path d="M677.165 185.443C682.597 185.443 687.001 181.039 687.001 175.607C687.001 170.175 682.597 165.771 677.165 165.771C671.733 165.771 667.329 170.175 667.329 175.607C667.329 181.039 671.733 185.443 677.165 185.443Z" fill="#888F82"/>
<path d="M311.054 435.614C315.992 435.614 319.996 439.817 319.996 445.003C319.996 450.189 315.992 454.393 311.054 454.393C306.115 454.393 302.112 450.189 302.112 445.003C302.112 439.817 306.115 435.614 311.054 435.614Z" fill="#888F82"/>
<path d="M702.069 296.04C706.267 296.04 709.67 299.443 709.67 303.641C709.67 307.838 706.267 311.241 702.069 311.241C697.871 311.241 694.469 307.838 694.469 303.641C694.469 299.443 697.871 296.04 702.069 296.04Z" fill="#888F82"/>
<path d="M430.56 197.8C433.071 197.8 435.106 199.835 435.106 202.345C435.106 204.856 433.071 206.891 430.56 206.891C428.05 206.891 426.015 204.856 426.015 202.345C426.015 199.835 428.05 197.8 430.56 197.8Z" fill="#888F82"/>
<path d="M581.918 166.501C584.558 166.501 586.699 168.642 586.699 171.282C586.699 173.923 584.558 176.063 581.918 176.063C579.277 176.063 577.137 173.923 577.137 171.282C577.137 168.642 579.277 166.501 581.918 166.501Z" fill="#888F82"/>
<path d="M384.944 339.163C386.245 339.163 387.3 340.217 387.3 341.518C387.3 342.819 386.245 343.874 384.944 343.874C383.643 343.874 382.588 342.819 382.588 341.518C382.588 340.217 383.643 339.163 384.944 339.163Z" fill="#ADADAD"/>
<path d="M435.2 468.181C437.186 468.181 438.796 469.791 438.796 471.776C438.796 473.762 437.186 475.372 435.2 475.372C433.215 475.372 431.605 473.762 431.605 471.776C431.605 469.791 433.215 468.181 435.2 468.181Z" fill="#888F82"/>
<path d="M565.751 274.431C565.751 271.805 567.879 269.676 570.505 269.676C573.131 269.676 575.26 271.805 575.26 274.431C575.26 277.057 573.131 279.186 570.505 279.186C567.879 279.186 565.751 277.057 565.751 274.431Z" fill="#ADADAD"/>
<path d="M645.11 305.345C647.826 305.345 650.028 307.547 650.028 310.264C650.028 312.98 647.826 315.182 645.11 315.182C642.393 315.182 640.191 312.98 640.191 310.264C640.191 307.547 642.393 305.345 645.11 305.345Z" fill="#ADADAD"/>
<path d="M274.445 248.769C279.137 248.769 282.94 251.772 282.94 255.476C282.94 259.18 279.137 262.182 274.445 262.182C269.753 262.182 265.949 259.18 265.949 255.476C265.949 251.772 269.753 248.769 274.445 248.769Z" fill="#ADADAD"/>
<path d="M404.957 433.572C404.258 430.961 405.807 428.277 408.419 427.577C411.03 426.877 413.714 428.427 414.414 431.038C415.114 433.65 413.564 436.334 410.953 437.034C408.341 437.733 405.657 436.184 404.957 433.572Z" fill="#888F82"/>
<path d="M374.937 372.099H374.874C374.501 366.816 370.573 366.734 370.573 366.734C370.573 366.734 374.905 366.65 374.905 360.546C374.905 366.65 379.237 366.734 379.237 366.734C379.237 366.734 375.31 366.816 374.937 372.099V372.099ZM516.708 399.735H516.633C516.196 393.415 511.588 393.317 511.588 393.317C511.588 393.317 516.67 393.216 516.67 385.913C516.67 393.216 521.751 393.317 521.751 393.317C521.751 393.317 517.145 393.415 516.708 399.735V399.735Z" fill="#ADADAD"/>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,37 @@
<svg width="800" height="452" viewBox="0 0 800 452" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M572.895 0C623.475 0 664.853 41.0618 664.853 91.2564C664.853 141.451 623.475 182.513 572.895 182.513C562.748 182.513 554.438 190.761 554.438 200.83C554.438 210.899 562.748 219.146 572.895 219.146H621.013C645.687 219.146 665.879 239.184 665.879 263.67C665.879 288.156 645.687 308.193 621.013 308.193C599.672 308.193 582.21 325.522 582.21 346.7C582.21 385.339 550.355 416.952 511.418 416.952H95.8465C45.2657 416.952 3.88813 375.89 3.88813 325.696C3.88813 275.501 45.2657 234.439 95.8465 234.439H104.741C114.889 234.439 123.199 226.202 123.199 216.122C123.199 206.053 114.898 197.806 104.741 197.806H44.8659C20.1901 197.806 0 177.768 0 153.282C0 128.826 20.1399 108.809 44.7724 108.759H92.9532C114.294 108.759 131.756 91.4298 131.756 70.2518C131.756 31.6132 163.612 0 202.548 0H572.895V0Z" fill="url(#paint0_linear_182_1561)"/>
<path d="M393.941 199.85L377.292 194.786L304.913 192.655L288.59 197.111L290.72 236.886L327.649 260.447L363.467 259.729L385.985 239.211L390.985 218.868L393.941 199.85Z" fill="#F8AE9D"/>
<path d="M184.978 263.816C190.216 253.013 195.237 244.341 199.715 237.495C208.505 224.004 221.95 214.217 237.49 210L296.522 194.003C296.522 194.003 299.587 252.992 340.188 252.992C380.789 252.992 388.701 197.676 388.701 197.676L457.014 224.932C459.361 225.844 475.206 231.322 493.637 270.857C511.2 308.503 518.873 327.782 518.873 327.782L448.494 348.104L444.104 411.396L445.603 447.543L231.99 447.064L233.186 405.745L232.295 342.387L229.622 346.713L158.527 318.197C158.527 318.197 167.677 299.417 184.978 263.816V263.816Z" fill="#B6B9B3"/>
<path d="M347.088 220.895C329.762 220.575 310.081 186.781 310.081 186.781L308.95 99.9739C308.045 74.9715 323.598 53.6688 351.63 53.5522L354.232 53.6688C380.323 54.9142 400.985 73.8114 401.683 97.0982C402.343 118.771 402.738 142.713 401.89 154.28C400.117 178.223 372.802 174.182 372.802 174.182C372.745 174.182 372.876 186.243 372.802 193.288C372.594 209.108 354.044 221.433 347.088 220.895Z" fill="#F8AE9D"/>
<path d="M317.607 104.736C317.13 104.508 298.469 98.2771 298.053 116.709C297.635 135.142 317.171 131.743 317.21 131.213C317.249 130.684 317.607 104.736 317.607 104.736V104.736ZM512.81 329.543L541.435 386.989C544.633 393.407 546.13 400.539 545.783 407.702C544.696 430.002 526.287 447.543 503.965 447.543L421.203 446.242L418.285 405.333L480.751 390.271L457.081 345.518L512.81 329.543V329.543ZM162.158 319.653C162.158 319.653 144.401 372.405 125.035 420.353C124.643 421.308 124.209 423.092 123.861 424.069C119.492 435.958 132.641 447.543 145.923 447.543L257.837 447.348V410.963L188.219 396.183L213.432 340.193L162.158 319.653Z" fill="#F8AE9D"/>
<path d="M386.462 409.288C386.441 409.418 383.897 408.614 379.659 408.353C375.443 408.071 369.465 408.549 363.51 411.092C357.554 413.635 353.055 417.613 350.361 420.851C347.622 424.09 346.448 426.502 346.34 426.415C346.296 426.393 346.556 425.785 347.143 424.741C347.73 423.698 348.665 422.221 349.991 420.547C352.643 417.178 357.164 413.049 363.249 410.462C369.335 407.876 375.443 407.441 379.702 407.876C381.833 408.071 383.55 408.418 384.702 408.723C385.854 409.005 386.484 409.245 386.462 409.288V409.288ZM382.636 400.486C382.593 400.659 380.007 399.377 375.551 399.246C371.117 399.051 364.879 400.398 359.054 403.92C353.23 407.462 348.86 411.94 345.775 415.156C344.296 416.721 343.079 418.025 342.122 419.025C341.253 419.939 340.775 420.437 340.732 420.394C340.688 420.372 341.123 419.807 341.927 418.852C343.059 417.488 344.218 416.148 345.405 414.831C348.425 411.527 352.773 406.941 358.706 403.332C364.64 399.746 371.052 398.442 375.573 398.769C377.834 398.899 379.637 399.311 380.833 399.724C381.441 399.898 381.876 400.116 382.181 400.246C382.485 400.376 382.636 400.463 382.636 400.486Z" fill="#EB996E"/>
<path d="M234.294 404.289H250.358C250.358 404.289 286.611 391.183 294.066 392.443C300.783 393.574 325.365 409.897 330.19 413.135C330.733 413.505 331.125 414.005 331.363 414.613C331.836 415.892 331.795 417.304 331.247 418.553C330.7 419.802 329.69 420.789 328.429 421.308L327.929 421.525L328.147 422.264C328.429 423.177 328.561 424.199 328.516 425.199C328.343 428.655 323.691 429.697 321.931 426.72L322.866 428.372C323.235 429.045 323.431 429.807 323.387 430.567L323.3 432.067C323.253 432.879 322.963 433.657 322.466 434.301C321.97 434.945 321.291 435.423 320.518 435.675C319.783 435.919 318.993 435.944 318.245 435.748C317.496 435.551 316.821 435.14 316.301 434.566C313.194 431.132 306.456 424.264 301.891 423.504C297.849 422.829 291.089 422.742 287.003 422.764C285.99 422.765 285.002 423.074 284.168 423.648C283.334 424.222 282.693 425.036 282.33 425.981C285.024 426.176 303.869 436 310.542 439.522C312.607 440.609 314.149 442.565 314.411 444.89C314.649 446.977 313.606 449.173 309.477 448.194C300.609 446.129 284.677 438.804 284.677 438.804C284.677 438.804 276.461 436.457 271.136 440.218C263.638 445.499 260.203 447.433 253.77 445.304C247.336 443.173 242.598 440.109 242.598 440.109L229.927 438.847C229.883 438.847 217.907 408.897 234.294 404.289V404.289Z" fill="#F8AE9D"/>
<path d="M282.177 410.419C282.2 410.549 284.743 409.746 288.981 409.484C293.198 409.202 299.175 409.681 305.131 412.223C311.086 414.767 315.585 418.744 318.28 421.982C321.019 425.221 322.193 427.633 322.301 427.546C322.345 427.525 322.083 426.916 321.496 425.873C320.658 424.403 319.706 423 318.649 421.678C315.998 418.309 311.477 414.18 305.391 411.593C299.305 409.007 293.198 408.572 288.937 409.007C287.251 409.153 285.579 409.436 283.939 409.854C282.787 410.159 282.156 410.376 282.177 410.419V410.419ZM286.003 401.617C286.047 401.791 288.632 400.508 293.088 400.377C297.523 400.182 303.761 401.529 309.585 405.051C315.41 408.594 319.779 413.071 322.865 416.287C324.344 417.853 325.561 419.156 326.518 420.156C327.386 421.07 327.865 421.569 327.908 421.525C327.951 421.504 327.518 420.938 326.713 419.983C325.581 418.619 324.422 417.278 323.235 415.962C320.214 412.658 315.867 408.072 309.934 404.464C303.999 400.877 297.588 399.573 293.067 399.9C290.806 400.03 289.002 400.442 287.807 400.855C287.199 401.03 286.763 401.247 286.46 401.377C286.155 401.507 286.003 401.595 286.003 401.617V401.617Z" fill="#EB996E"/>
<path d="M256.031 448.565H424.673C426.98 448.567 429.198 447.677 430.863 446.081C432.528 444.485 433.51 442.306 433.605 440.001L438.67 323.935C438.888 318.849 434.824 314.589 429.738 314.589H251.292C246.206 314.589 242.141 318.827 242.338 323.913L247.076 440.001C247.271 444.783 251.227 448.565 256.031 448.565Z" fill="#444642"/>
<path d="M323.474 383.724C323.472 385.989 323.917 388.233 324.783 390.326C325.649 392.419 326.919 394.321 328.521 395.923C330.122 397.525 332.024 398.795 334.117 399.661C336.211 400.528 338.454 400.972 340.719 400.971C342.985 400.973 345.228 400.528 347.322 399.662C349.415 398.796 351.317 397.526 352.919 395.924C354.521 394.322 355.791 392.42 356.657 390.326C357.523 388.233 357.968 385.99 357.966 383.724C357.968 381.459 357.523 379.216 356.657 377.122C355.791 375.029 354.52 373.127 352.918 371.526C351.316 369.924 349.414 368.654 347.321 367.788C345.228 366.922 342.985 366.477 340.719 366.479C331.184 366.479 323.474 374.23 323.474 383.724Z" fill="white"/>
<path d="M324.128 138.318H308.913V203.523H324.128V138.318Z" fill="#F8AE9D"/>
<path d="M318.155 80.0558C320.897 83.5929 325.732 84.3722 329.715 85.0728C335.068 86.012 337.718 87.9703 340.497 93.2272C342.257 96.584 344.017 100.262 347.167 102.081C349.727 103.566 349.634 99.7796 350.04 96.8483C350.078 96.5886 350.13 96.3311 350.197 96.0772C350.816 93.7367 353.308 94.1352 354.039 96.4445C354.706 98.5234 356.133 100.282 357.949 101.261C358.244 101.421 358.56 101.56 358.874 101.501C359.3 101.441 359.633 101.041 359.911 100.682C360.494 99.9287 361.072 98.9706 361.67 97.9582C363.634 94.6285 367.351 95.8184 369.545 99.0031C370.915 100.982 372.546 103.02 374.787 103.479C375.51 103.639 376.418 103.52 376.751 102.821C377.178 101.96 376.511 101.101 376.622 100.221C376.714 99.4029 377.067 99.0424 377.456 98.3431C378.982 95.6286 382.475 95.531 384.623 97.7861C386.118 99.3537 387.676 100.86 389.293 102.3C389.978 102.901 390.978 103.5 391.664 102.901C392.035 102.581 392.127 102.04 392.202 101.521C392.591 98.9828 392.961 96.4445 393.35 93.9061C393.572 92.4872 394.332 90.6279 395.629 90.9883C396.258 91.1686 396.629 91.8272 396.98 92.4276C397.407 93.1865 405.021 101.841 405.169 101.181C406.354 96.2642 408.782 91.7879 409.967 86.8712C417.637 55.2322 383.606 29.7894 357.614 29.6498C351.835 29.6105 346.555 29.704 340.942 31.0429C334.957 32.4822 328.641 34.7671 323.213 37.9844C315.599 42.481 309.837 50.6557 311.32 60.4092" fill="#444642"/>
<path d="M331.821 69.3598C335.645 73.5596 336.658 79.467 337.014 85.0478C337.539 93.4637 336.827 102.208 332.814 109.679C331.672 111.807 330.828 122.331 329.066 121.75C328.503 121.568 328.597 113.406 327.116 109.007C324.828 102.19 314.293 99.5906 309.549 103.899C301.976 110.752 306.419 119.077 308.931 124.258C310.432 127.385 312.811 130.893 313.225 134.202C313.73 138.438 313.881 153.871 311.031 157.471C308.649 160.487 306.119 145.909 303.963 143.036C288.009 121.641 272.712 67.1602 299.952 55.3441C304.094 53.5443 316.88 52.6174 320.761 54.9077" fill="#444642"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M508.806 83.3041H513.879C515.105 83.3041 516.093 82.3067 516.093 81.0897V76.0171C516.093 74.7907 515.096 73.8027 513.879 73.8027H508.806C508.22 73.8048 507.658 74.0388 507.243 74.4537C506.828 74.8685 506.594 75.4305 506.592 76.0171V81.0897C506.591 81.3807 506.648 81.669 506.759 81.938C506.87 82.207 507.033 82.4514 507.239 82.6571C507.445 82.8629 507.689 83.026 507.958 83.137C508.227 83.2481 508.515 83.3049 508.806 83.3041V83.3041ZM526.396 83.3041H531.468C532.055 83.302 532.617 83.068 533.032 82.6532C533.446 82.2384 533.68 81.6764 533.683 81.0897V76.0171C533.683 74.7907 532.685 73.8027 531.468 73.8027H526.396C525.809 73.8048 525.247 74.0388 524.832 74.4537C524.417 74.8685 524.183 75.4305 524.181 76.0171V81.0897C524.183 81.6764 524.417 82.2384 524.832 82.6532C525.247 83.068 525.809 83.302 526.396 83.3041V83.3041ZM543.996 83.3041H549.068C549.655 83.302 550.217 83.068 550.632 82.6532C551.047 82.2384 551.281 81.6764 551.283 81.0897V76.0171C551.283 74.7907 550.285 73.8027 549.068 73.8027H543.996C543.409 73.8048 542.847 74.0388 542.432 74.4537C542.018 74.8685 541.784 75.4305 541.781 76.0171V81.0897C541.781 81.3807 541.837 81.669 541.949 81.938C542.06 82.207 542.223 82.4514 542.428 82.6571C542.634 82.8629 542.879 83.026 543.148 83.137C543.417 83.2481 543.705 83.3049 543.996 83.3041V83.3041ZM561.585 83.3041H566.658C567.244 83.302 567.806 83.068 568.221 82.6532C568.636 82.2384 568.87 81.6764 568.872 81.0897V76.0171C568.872 74.7907 567.875 73.8027 566.658 73.8027H561.585C560.359 73.8027 559.36 74.8001 559.36 76.0171V81.0897C559.366 81.6769 559.603 82.2381 560.019 82.6523C560.436 83.0665 560.998 83.3006 561.585 83.3041V83.3041ZM579.176 83.3041H584.249C585.475 83.3041 586.474 82.3067 586.474 81.0897V76.0171C586.474 74.7907 585.475 73.8027 584.249 73.8027H579.176C578.589 73.8048 578.027 74.0388 577.613 74.4537C577.198 74.8685 576.964 75.4305 576.962 76.0171V81.0897C576.964 81.6764 577.198 82.2384 577.613 82.6532C578.027 83.068 578.589 83.302 579.176 83.3041V83.3041ZM527.041 64.1251H532.113C533.329 64.1251 534.328 63.1263 534.328 61.9106V56.8259C534.325 56.2395 534.091 55.6778 533.676 55.2633C533.261 54.8487 532.7 54.6149 532.113 54.6128H527.041C525.813 54.6128 524.826 55.6102 524.826 56.8259V61.8998C524.824 62.1916 524.88 62.4809 524.991 62.751C525.102 63.0211 525.264 63.2666 525.47 63.4735C525.676 63.6803 525.921 63.8444 526.19 63.9562C526.46 64.068 526.749 64.1254 527.041 64.1251V64.1251ZM544.63 64.1251H549.703C550.289 64.1229 550.851 63.8889 551.266 63.4741C551.681 63.0593 551.915 62.4973 551.917 61.9106V56.8259C551.915 56.2395 551.68 55.6778 551.266 55.2633C550.851 54.8487 550.289 54.6149 549.703 54.6128H544.63C544.044 54.6149 543.482 54.8487 543.067 55.2633C542.652 55.6778 542.418 56.2395 542.416 56.8259V61.8998C542.414 62.1916 542.47 62.4809 542.58 62.751C542.691 63.0211 542.854 63.2666 543.06 63.4735C543.265 63.6803 543.51 63.8444 543.78 63.9562C544.049 64.068 544.338 64.1254 544.63 64.1251V64.1251ZM562.219 64.1251H567.292C568.52 64.1251 569.517 63.1263 569.517 61.9106V56.8259C569.517 55.6102 568.52 54.6128 567.292 54.6128H562.219C561.633 54.6149 561.071 54.8487 560.656 55.2633C560.242 55.6778 560.008 56.2395 560.005 56.8259V61.8998C560.005 63.1263 561.004 64.1251 562.219 64.1251V64.1251ZM543.996 103.91H549.068C549.655 103.908 550.217 103.674 550.632 103.259C551.047 102.844 551.281 102.282 551.283 101.696V96.6219C551.283 95.3954 550.285 94.4075 549.068 94.4075H543.996C543.409 94.4096 542.847 94.6436 542.432 95.0584C542.018 95.4732 541.784 96.0352 541.781 96.6219V101.696C541.781 101.987 541.837 102.275 541.949 102.544C542.06 102.813 542.223 103.057 542.428 103.263C542.634 103.469 542.879 103.632 543.148 103.743C543.417 103.854 543.705 103.911 543.996 103.91V103.91ZM561.585 103.91H566.658C567.244 103.908 567.806 103.674 568.221 103.259C568.636 102.844 568.87 102.282 568.872 101.696V96.6219C568.872 95.3954 567.875 94.4075 566.658 94.4075H561.585C560.359 94.4075 559.36 95.4063 559.36 96.6219V101.696C559.366 102.283 559.603 102.844 560.019 103.258C560.436 103.673 560.998 103.907 561.585 103.91V103.91Z" fill="#E1E4E5"/>
<path d="M592.894 202.631C593.205 192.883 595.417 182.917 599.312 173.603C650.031 191.392 635.17 170.498 604.483 163.419C612.739 149.604 625.263 138.397 641.65 133.212C661.496 126.94 685.017 141.222 700.189 162.303C676.325 172.205 681.403 203.718 706.14 171.647C711.093 180.526 714.489 190.089 715.641 199.62C718.539 223.091 707.728 246.127 672.742 256.373C616.354 272.982 591.648 239.359 592.894 202.631V202.631ZM628.347 190.647C613.456 191.082 634.298 207.754 645.452 199.682C652.43 194.591 643.27 190.212 628.347 190.647Z" fill="#888F82"/>
<path d="M686.355 442.37C688.816 252.336 641.68 133.242 641.68 133.242" stroke="#888F82" stroke-width="2.5" stroke-miterlimit="10"/>
<path d="M698.966 214.986C706.755 247.865 715.446 229.547 706.038 207.939C721.335 194.837 743.766 188.008 768.658 195.303C788.753 201.202 798.285 215.421 799.844 231.441C767.662 229.888 759.811 250.441 800 239.047C798.098 274.875 760.247 314.459 713.079 290.087C678.466 272.205 679.433 237.837 698.966 214.986ZM745.604 258.823C762.677 263.388 763.517 250.814 748.595 249.075C737.971 247.834 728.531 254.26 745.604 258.823Z" fill="#888F82"/>
<path d="M701.061 382.049C693.24 262.738 761.53 202.663 761.53 202.663" stroke="#888F82" stroke-width="2.5" stroke-miterlimit="10"/>
<path d="M564.594 285.198C548.02 263.589 547.614 228.228 560.356 217.672C572.414 207.676 587.803 206.464 602.634 210.562C598.863 233.04 617.244 242.913 612.852 214.288C647.402 229.718 673.228 271.538 634.785 292.214C605.5 307.924 584.563 304.044 570.95 292.091C620.547 288.924 595.155 275.542 564.594 285.198ZM577.554 248.843C563.098 253.096 565.124 257.629 581.137 258.839C597.119 260.051 596.215 243.41 577.554 248.843Z" fill="#888F82"/>
<path d="M658.817 380.96C663.585 262.735 570.246 219.518 570.246 219.518" stroke="#888F82" stroke-width="2.5" stroke-miterlimit="10"/>
<path d="M753.337 367.964H606.108L626.386 425.23C631.578 439.885 645.507 449.72 661.123 449.72H698.352C713.971 449.72 727.897 439.914 733.088 425.231L735.644 426.135L733.088 425.231L753.337 367.964V367.964Z" fill="white" stroke="#E1E4E5" stroke-width="4"/>
<path d="M774.13 365.957V357.126H587.144V365.957H774.13Z" fill="#E1E4E5" stroke="#E1E4E5" stroke-width="4"/>
<path d="M26.4244 369.125L32.6245 446.246H75.5294L81.7431 369.125H26.4244Z" fill="#B6B9B3"/>
<path d="M22.8766 362.171H85.9485V373.411H22.8766V362.171ZM27.1984 362.171H81.6281L78.4501 349.534H30.39L27.1984 362.171Z" fill="#888F82"/>
<path d="M41.7977 408.401C41.7974 410.058 42.1234 411.698 42.7572 413.229C43.391 414.759 44.3202 416.15 45.4916 417.321C46.663 418.493 48.0538 419.422 49.5844 420.056C51.115 420.69 52.7555 421.016 54.4121 421.015C56.0688 421.016 57.7092 420.69 59.2398 420.056C60.7704 419.422 62.1612 418.493 63.3326 417.321C64.504 416.15 65.4332 414.759 66.067 413.229C66.7008 411.698 67.0268 410.058 67.0265 408.401C67.027 406.744 66.7011 405.104 66.0674 403.573C65.4336 402.042 64.5045 400.652 63.333 399.48C62.1616 398.309 60.7707 397.379 59.2401 396.746C57.7094 396.112 56.0688 395.786 54.4121 395.787C52.7555 395.786 51.115 396.112 49.5844 396.746C48.0538 397.38 46.663 398.309 45.4916 399.48C44.3202 400.652 43.391 402.043 42.7572 403.573C42.1234 405.104 41.7974 406.744 41.7977 408.401V408.401Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.98 119.109V54.8238C154.98 48.1643 149.597 42.7705 142.951 42.7705H70.7832C64.1372 42.7705 58.7542 48.1643 58.7542 54.8238V119.109C58.7535 121.257 59.3269 123.366 60.4151 125.219C61.5033 127.071 63.0667 128.599 64.9435 129.644L101.028 149.73C102.814 150.726 104.825 151.248 106.87 151.248C108.915 151.248 110.926 150.726 112.712 149.73L148.798 129.644C150.672 128.597 152.234 127.068 153.32 125.216C154.407 123.364 154.98 121.256 154.98 119.109Z" fill="#E1E4E5"/>
<path d="M126.868 114.13H86.8646M126.868 95.9278H86.8646H126.868ZM126.868 77.1865H86.8646H126.868Z" stroke="white" stroke-width="2.677" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M104.246 293.916L128.949 318.618C129.849 319.518 129.849 320.977 128.949 321.876C128.05 322.776 126.591 322.775 125.692 321.876L100.989 297.173C100.089 296.273 100.089 294.815 100.988 293.915C101.888 293.016 103.346 293.016 104.246 293.916Z" fill="#E1E4E5"/>
<path d="M106.668 311.602L113.792 318.726C114.691 319.626 114.692 321.084 113.792 321.984C112.893 322.883 111.434 322.883 110.534 321.983L103.411 314.859C102.511 313.959 102.511 312.501 103.41 311.602C104.31 310.702 105.768 310.702 106.668 311.602Z" fill="#E1E4E5"/>
<defs>
<linearGradient id="paint0_linear_182_1561" x1="318.742" y1="650.721" x2="326.792" y2="-453.665" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,40 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="600" height="600" fill="#CBD0D0"/>
<path d="M508.442 331.256C511.164 381.425 413.079 483.439 292.182 445.68C235.955 428.117 240.717 398.967 197.962 360.55C172.477 337.652 135.861 320.338 125.676 287.055C116.879 258.327 122.274 227.448 137.526 207.364C171.829 162.194 241.081 131.265 309.316 202.433C377.55 273.6 501.405 201.865 508.442 331.256V331.256Z" fill="url(#paint0_linear_182_1642)"/>
<path d="M470.621 207.382C461.658 223.378 442.029 225.575 410.582 222.536C386.931 220.246 365.363 218.473 341.711 205.578C325.156 196.558 312.051 184.355 302.486 172.502C292.122 159.662 277.655 145.008 284.747 130.45C294.494 110.451 350.854 93.6075 405.583 121.152C465.702 151.419 479.389 191.749 470.621 207.382Z" fill="url(#paint1_linear_182_1642)"/>
<path d="M227.672 447.141C202.284 411.624 176.283 373.874 142.242 355.28C107.13 336.093 100.655 347.919 98.2247 366.72C95.7938 385.52 106.627 430.065 154.544 455.41C202.474 480.762 251.427 480.383 227.672 447.141Z" fill="url(#paint2_linear_182_1642)"/>
<path d="M505.302 242.241C493.896 244.943 481.833 235.27 481.833 235.27C481.833 235.27 488.27 221.222 499.681 218.528C511.086 215.826 523.146 225.49 523.146 225.49C523.146 225.49 516.708 239.539 505.302 242.241V242.241Z" fill="#C26148"/>
<path d="M217.467 127.419C229.474 135.69 247.819 129.909 247.819 129.909C247.819 129.909 246.683 110.719 234.667 102.458C222.659 94.1869 204.323 99.9596 204.323 99.9596C204.323 99.9596 205.459 119.149 217.467 127.419V127.419Z" fill="#C26148"/>
<path d="M64.6689 281.813C77.6865 295.062 102.029 292.269 102.029 292.269C102.029 292.269 105.251 267.994 92.2206 254.753C79.203 241.503 54.8722 244.289 54.8722 244.289C54.8722 244.289 51.6513 268.564 64.6689 281.813V281.813Z" fill="#C26148"/>
<path d="M482.328 346.182C476.985 346.182 472.654 350.325 472.654 355.436C472.654 360.547 476.985 364.69 482.328 364.69C487.671 364.69 492.002 360.547 492.002 355.436C492.002 350.325 487.671 346.182 482.328 346.182Z" fill="#C26148"/>
<path d="M152.562 389.085C145.361 389.085 139.523 394.735 139.523 401.704C139.523 408.673 145.361 414.323 152.562 414.323C159.764 414.323 165.602 408.673 165.602 401.704C165.602 394.735 159.764 389.085 152.562 389.085Z" fill="#C26148"/>
<path d="M134.897 251.964C132.341 251.964 130.27 249.892 130.27 247.337C130.27 244.782 132.341 242.71 134.897 242.71C137.452 242.71 139.524 244.782 139.524 247.337C139.524 249.892 137.452 251.964 134.897 251.964Z" fill="#888F82"/>
<path d="M495.192 182.574C490.314 182.574 486.359 178.619 486.359 173.741C486.359 168.863 490.314 164.908 495.192 164.908C500.07 164.908 504.025 168.863 504.025 173.741C504.025 178.619 500.07 182.574 495.192 182.574Z" fill="#C26148"/>
<path d="M480.163 438.879C475.776 438.879 472.219 435.323 472.219 430.935C472.219 426.548 475.776 422.991 480.163 422.991C484.55 422.991 488.107 426.548 488.107 430.935C488.107 435.323 484.55 438.879 480.163 438.879Z" fill="#E1E4E5"/>
<path d="M98.0265 334.666C93.4115 334.666 89.6703 330.925 89.6703 326.31C89.6703 321.695 93.4115 317.954 98.0265 317.954C102.642 317.954 106.383 321.695 106.383 326.31C106.383 330.925 102.642 334.666 98.0265 334.666Z" fill="#E1E4E5"/>
<path d="M192.942 447.13C191.316 447.13 189.997 445.812 189.997 444.186C189.997 442.56 191.316 441.241 192.942 441.241C194.568 441.241 195.886 442.56 195.886 444.186C195.886 445.812 194.568 447.13 192.942 447.13Z" fill="#E1E4E5"/>
<path d="M417.973 151.014C415.65 151.014 413.767 149.131 413.767 146.808C413.767 144.486 415.65 142.603 417.973 142.603C420.296 142.603 422.179 144.486 422.179 146.808C422.179 149.131 420.296 151.014 417.973 151.014Z" fill="#E1E4E5"/>
<path d="M153.386 293.783C153.974 295.976 152.673 298.23 150.48 298.818C148.287 299.405 146.033 298.104 145.445 295.911C144.858 293.718 146.159 291.464 148.352 290.877C150.545 290.289 152.799 291.59 153.386 293.783Z" fill="#E1E4E5"/>
<path d="M154.245 207.378C151.225 207.378 148.777 204.93 148.777 201.91C148.777 198.89 151.225 196.442 154.245 196.442C157.265 196.442 159.713 198.89 159.713 201.91C159.713 204.93 157.265 207.378 154.245 207.378Z" fill="#E1E4E5"/>
<path d="M488.638 302.438C486.315 302.438 484.432 300.932 484.432 299.073C484.432 297.215 486.315 295.708 488.638 295.708C490.961 295.708 492.844 297.215 492.844 299.073C492.844 300.932 490.961 302.438 488.638 302.438Z" fill="#E1E4E5"/>
<path d="M319.986 114.84C321.209 119.403 318.501 124.093 313.938 125.316C309.374 126.539 304.684 123.831 303.461 119.267C302.239 114.704 304.947 110.014 309.51 108.791C314.073 107.568 318.764 110.276 319.986 114.84Z" fill="#E1E4E5"/>
<path d="M537.854 279.252H537.963C538.614 288.484 545.481 288.626 545.481 288.626C545.481 288.626 537.909 288.774 537.909 299.442C537.909 288.774 530.339 288.626 530.339 288.626C530.339 288.626 537.201 288.484 537.854 279.252V279.252ZM187.798 151.855H187.988C189.11 168.011 200.935 168.26 200.935 168.26C200.935 168.26 187.895 168.519 187.895 187.187C187.895 168.519 174.857 168.26 174.857 168.26C174.857 168.26 186.676 168.011 187.798 151.855V151.855Z" fill="#E1E4E5"/>
<path d="M252.338 399.711C252.338 399.711 234.823 390.41 233.417 388.048C232.005 385.695 225.275 373.995 219.107 369.391C212.948 364.794 206.655 367.24 203.657 371.215L209.006 379.711C209.006 379.711 198.96 371.977 193.641 373.863C188.323 375.749 187.679 381.979 187.679 381.979C187.679 381.979 192.043 384.295 194.148 386.311C196.253 388.327 216.27 421.702 265.168 430.506C314.066 439.309 318.601 432.93 319.159 432.492C319.718 432.052 321.788 422.616 321.788 422.616L252.338 399.711V399.711Z" fill="#F8AE9D"/>
<path opacity="0.1" d="M252.338 399.711C252.338 399.711 234.823 390.41 233.417 388.048C232.005 385.695 225.275 373.995 219.107 369.391C212.948 364.794 206.655 367.24 203.657 371.215L209.006 379.711C209.006 379.711 198.96 371.977 193.641 373.863C188.323 375.749 187.679 381.979 187.679 381.979C187.679 381.979 192.043 384.295 194.148 386.311C196.253 388.327 216.27 421.702 265.168 430.506C314.066 439.309 318.601 432.93 319.159 432.492C319.718 432.052 321.788 422.616 321.788 422.616L252.338 399.711V399.711Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M378.464 400.395C379.779 400.898 380.936 401.341 381.964 401.67C386.689 403.182 397.896 412.338 397.896 412.338L397.79 412.503C403.875 417.133 407.126 419.379 413.28 423.501C418.792 427.191 440.836 436.005 454.504 441.314C460.19 443.522 462.391 450.435 458.997 455.504L430.26 498.419C427.146 503.071 420.713 504.029 416.394 500.469C402.672 489.16 375.883 467.078 372.317 464.122C370.444 462.568 367.503 461.405 364.607 460.563C362.126 460.22 355.233 459.675 337.125 459.973C325.587 460.163 318.588 462.49 312.585 464.486C305.354 466.89 299.57 468.813 289.042 465.939C289.042 465.939 249.661 447.628 240.372 443.657C231.815 439.992 228.949 437.182 222.12 430.485C221.545 429.92 220.941 429.329 220.304 428.707C217.228 425.706 214.227 423.339 211.282 421.017C206.884 417.547 202.612 414.178 198.406 408.948C194.455 404.046 191.729 402.387 190.119 401.408C188.863 400.645 188.289 400.295 188.344 399.141C188.47 396.507 197.118 391.702 201.436 393.473C205.753 395.246 212.251 400.8 212.251 400.8C212.251 400.8 236.476 418.376 240.795 420.319C242.96 421.297 249.535 423.253 256.097 425.204C262.615 427.143 269.119 429.076 271.271 430.045C275.586 431.995 311.362 432.606 311.362 432.606C310.213 432.114 309.273 431.656 308.631 431.258C306.094 429.692 300.308 429.26 293.82 428.776C288.872 428.407 283.517 428.008 278.885 427.053C272.003 425.637 267.171 423.833 261.807 421.83C258.826 420.717 255.68 419.542 251.927 418.339C241.419 414.97 237.105 408.649 240.068 402.126C243.03 395.603 248.131 393.934 253.539 394.251C258.948 394.568 273.505 395.926 288.234 400.341C299.731 403.795 306.507 401.495 313.455 399.136C315.406 398.474 317.37 397.808 319.455 397.262C328.97 394.775 343.886 394.006 356.841 395.124C366.976 395.998 373.739 398.586 378.464 400.395V400.395Z" fill="#F8AE9D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M273.496 142.302C270.075 144.837 267.036 148.133 264.608 152.188C253.395 170.909 245.386 191.183 240.58 212.123C222.855 209.731 205.651 206.096 189.512 201.22C206.777 170.466 237.388 148.21 273.496 142.302V142.302ZM185.422 209.2C202.268 214.392 220.248 218.253 238.782 220.786C233.972 246.694 233.971 273.266 238.778 299.175C220.528 301.67 202.815 305.454 186.195 310.528C178.662 294.964 174.438 277.5 174.438 259.049C174.438 241.24 178.373 224.349 185.422 209.2V209.2ZM190.422 318.472C207.371 347.594 236.396 368.821 270.636 375.293C268.372 373.177 266.336 370.676 264.608 367.792C253.392 349.066 245.381 328.785 240.576 307.838C223.184 310.186 206.295 313.731 190.422 318.472V318.472ZM249.386 306.756C254.008 326.497 261.606 345.602 272.181 363.256V363.257C281.711 379.175 303.788 379.175 313.318 363.257L313.319 363.256C323.892 345.602 331.49 326.497 336.113 306.756C307.571 303.591 277.926 303.591 249.386 306.756ZM344.923 307.838C340.117 328.785 332.107 349.066 320.891 367.792C319.164 370.675 317.128 373.174 314.866 375.29C349.102 368.814 378.122 347.587 395.068 318.467C379.197 313.728 362.31 310.185 344.923 307.838V307.838ZM399.294 310.522C382.675 305.451 364.966 301.669 346.721 299.175C351.528 273.265 351.527 246.692 346.717 220.783C365.246 218.25 383.222 214.387 400.062 209.195C407.112 224.346 411.049 241.238 411.049 259.049C411.049 277.498 406.826 294.96 399.294 310.522ZM337.946 298.079C308.204 294.714 277.292 294.714 247.554 298.079C242.815 272.901 242.816 247.059 247.557 221.881C277.296 225.246 308.205 225.245 337.942 221.878C342.683 247.057 342.684 272.9 337.946 298.079ZM249.39 213.205C277.931 216.369 307.571 216.368 336.108 213.203C331.485 193.469 323.889 174.371 313.319 156.723C303.773 140.803 281.71 140.807 272.181 156.722V156.723C261.61 174.371 254.014 193.471 249.39 213.205V213.205ZM344.918 212.12C362.64 209.727 379.838 206.092 395.973 201.214C378.708 170.465 348.101 148.213 311.998 142.303C315.419 144.838 318.46 148.133 320.89 152.186L320.891 152.188C332.103 170.908 340.112 191.181 344.918 212.12V212.12Z" fill="#B6B9B3"/>
<defs>
<linearGradient id="paint0_linear_182_1642" x1="391.209" y1="631.98" x2="207.736" y2="-195.791" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient id="paint1_linear_182_1642" x1="410.243" y1="311.05" x2="330.356" y2="-47.9278" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient id="paint2_linear_182_1642" x1="199.323" y1="563.738" x2="116.026" y2="178.533" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

@@ -0,0 +1,52 @@
<svg width="901" height="645" viewBox="0 0 901 645" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M463.872 33.6396C741.148 -21.0292 953.272 282.438 886.324 505.878" stroke="#E1E4E5" stroke-width="3.68" stroke-miterlimit="10" stroke-dasharray="15.28 15.28"/>
<path d="M447.373 28.1986C436.785 43.6115 444.227 67.1284 444.227 67.1284C444.227 67.1284 468.834 65.642 479.413 50.2193C490.001 34.8081 482.568 11.3009 482.568 11.3009C482.568 11.3009 457.962 12.7874 447.373 28.1986ZM791.531 394.992C724.189 415.444 653.906 425.669 583.521 427.694C548.43 428.706 513.238 427.491 478.451 423.34C446.807 419.492 414.657 413.824 384.433 403.294C358.065 394.182 330.073 376.77 332.609 345.081C332.507 345.993 332.406 346.803 332.406 347.713L331.798 351.661C324.799 393.069 317.699 434.375 310.702 475.782C309.79 480.237 309.688 480.946 310.397 478.009C310.196 478.82 309.991 479.73 309.789 480.54C314.962 462.013 327.132 446.928 338.998 432.249C350.661 417.873 362.731 403.396 371.047 386.792C375.307 378.187 378.45 369.885 380.479 360.57C386.361 333.438 390.215 305.092 394.778 277.757C398.532 255.484 403.4 232.806 405.326 210.229C406.848 192.614 401.777 176.01 389.91 162.747C365.266 135.211 325.713 127.618 290.317 127.516C253.299 127.516 215.773 134.098 179.06 126.706C160.298 122.86 142.042 115.064 128.857 100.89C115.571 86.616 102.894 65.2541 104.314 45.1077C104.212 46.018 104.111 46.8278 104.111 47.7398C102.589 57.6613 100.967 67.4806 99.446 77.402C93.2585 112.533 87.1731 147.764 80.9872 182.895C81.0878 182.389 81.1901 181.983 81.2907 181.477C81.0878 182.287 80.885 183.199 80.6821 184.009C89.101 151.612 127.133 147.158 154.921 145.536C155.632 145.536 159.587 121.542 158.978 124.58C162.027 107.658 164.968 90.7167 167.803 73.7573C170.643 56.8515 173.583 39.8419 176.22 22.9361C176.523 20.8103 179.06 1.77539 179.263 1.77539C162.224 2.78799 144.273 3.69996 128.959 11.7991C122.468 15.241 116.483 19.9989 111.92 25.8716C104.923 34.9833 103.603 45.9174 101.575 56.9521C95.3891 90.7654 89.6073 124.681 84.1305 158.596C82.3049 170.037 79.0594 182.186 79.5673 193.93C79.973 202.433 82.9134 210.635 86.5646 218.228C93.7664 232.907 103.706 246.575 117.397 255.788C145.185 274.315 181.088 274.821 213.238 273.403C247.214 271.885 282.101 267.835 315.368 277.25C333.218 282.313 350.763 291.12 363.643 304.686C376.524 318.252 382.202 335.363 380.682 353.99C380.782 353.08 380.884 352.27 380.884 351.358C378.35 374.948 381.999 353.787 391.838 287.981C404.312 222.581 407.863 201.523 402.487 224.605C402.689 223.795 402.892 222.885 403.095 222.075C397.618 243.538 384.941 261.659 371.25 278.769C358.065 295.271 342.649 311.571 335.55 331.921C332.101 341.842 330.681 352.573 328.856 362.798C321.553 403.193 313.643 443.892 308.471 484.591C307.254 494.512 307.965 504.231 312.528 513.242C319.83 527.516 334.232 536.627 348.632 542.804C365.874 550.294 384.636 554.648 402.994 558.596C425.749 563.451 448.781 566.9 471.96 568.923C518.409 573.175 565.265 572.365 611.716 568.214C664.251 563.557 716.38 553.939 766.886 538.653C768.104 538.247 771.451 515.165 770.943 517.696C773.992 500.774 776.933 483.833 779.768 466.873C782.608 449.966 785.548 432.958 788.185 416.051C788.794 412.305 789.402 408.558 789.908 404.813C790.822 401.675 791.228 398.333 791.531 394.992Z" fill="#E1E4E5"/>
<path d="M311.147 476.301C316.96 459.856 328.076 445.964 338.989 432.48C348.574 420.53 358.569 408.579 366.421 395.402C366.421 395.402 366.319 395.402 366.319 395.3H366.524C368.257 392.441 369.787 389.58 371.316 386.618C375.6 377.935 378.556 368.844 380.596 359.447C380.596 359.242 380.698 358.937 380.698 358.733C380.801 357.506 380.903 355.565 381.208 352.808C382.534 334.32 376.925 317.262 364.075 303.676C361.641 301.136 359.052 298.748 356.325 296.526C347.963 307.149 340.315 318.385 335.928 331.153C332.462 341.163 331.034 351.99 329.199 362.308C321.856 403.063 313.901 444.125 308.7 485.187C308.598 485.596 308.598 486.107 308.598 486.516C309.312 483.146 310.333 479.672 311.147 476.301ZM310.23 478.549C310.026 479.467 309.924 479.978 309.821 480.183C310.026 479.672 310.128 479.06 310.23 478.549Z" fill="url(#paint0_linear_182_1748)"/>
<path d="M80.5299 181.161C80.6321 180.855 80.6321 180.653 80.7327 180.348C80.6321 180.856 80.5299 181.263 80.4277 181.771C80.4277 181.566 80.4293 181.363 80.5299 181.161C80.4293 181.771 80.2248 182.379 80.1242 182.887C88.5544 150.374 126.642 145.903 154.471 144.279C155.181 144.279 159.142 120.199 158.534 123.246C158.737 122.028 158.94 120.91 159.142 119.691C158.94 119.589 158.634 119.486 158.432 119.386C158.534 119.283 158.634 119.181 158.737 119.181C158.94 119.081 159.142 118.878 159.345 118.776C162.088 103.332 164.83 87.7859 167.472 72.2416C170.315 55.2725 173.26 38.2028 175.901 21.2353C176.206 19.1014 178.745 0 178.948 0C161.885 1.01584 143.908 1.93107 128.571 10.0594C122.071 13.5143 116.078 18.29 111.508 24.1822C104.5 33.3264 103.18 44.2995 101.149 55.3747C94.9529 89.3097 89.1629 123.348 83.678 157.386C82.3587 165.514 80.4293 173.946 79.514 182.279C79.8191 181.669 80.1242 181.058 80.5299 180.45V181.161Z" fill="url(#paint1_linear_182_1748)"/>
<path d="M266.25 551.435C258.401 555.464 251.599 563.912 248.384 572.051C245.982 578.334 244.325 584.818 241.925 591.103C239.177 598.091 234.162 602.242 229.18 607.754C227.489 609.611 225.758 611.615 224.377 613.794C223.038 615.824 223.009 618.602 220.335 617.887C217.66 617.169 217.159 613.69 217.459 611.383C218.323 605.482 222.425 602.36 225.779 598.164C225.333 598.044 224.982 597.87 224.481 597.656C219.848 602.467 216.393 608.23 212.68 613.765C209.503 618.487 205.483 624.577 200.761 627.932C198.892 629.261 196.331 629.609 194.196 628.959C192.506 628.426 190.948 626.813 191.387 625.179C191.584 624.436 192.136 623.868 192.092 623.14C192.063 622.654 191.791 622.182 191.425 621.767C190.569 620.501 189.769 619.331 188.912 618.067C187.31 615.727 190.374 609.939 190.59 607.05C190.705 605.727 190.484 604.473 190.505 603.204C190.468 600.965 190.729 598.805 191.286 596.724C194.63 584.244 206.827 577.956 216.442 570.897C228.572 561.884 237.784 548.904 242.226 534.408L266.25 551.435ZM679.456 213.517C681.335 205.022 683.307 196.473 685.24 188.072C686.973 180.414 689.529 172.658 690.277 164.815C690.674 160.065 690.288 155.263 689.808 150.515C689.54 147.658 689.271 144.798 688.234 142.13C686.731 138.225 679.818 131.037 683.172 126.839C688.389 131.742 693.646 136.495 699.814 140.217C701.587 141.329 703.548 142.332 705.707 142.593C708.258 142.879 710.832 141.895 713.107 140.832C721.172 137.181 728.408 131.873 734.411 125.518C740.184 119.422 746.122 113.607 751.328 106.959C751.69 106.498 751.957 106.092 752.483 105.916C753.385 105.52 754.401 106.19 755.078 106.928C757.142 109.632 756.013 113.549 754.229 116.337C752.582 118.92 748.941 122.404 748.699 125.684C748.472 129.207 752.288 131.902 751.144 135.576C750.692 136.968 749.63 137.958 749.124 139.255C747.816 142.648 750.666 146.278 750.885 149.92C751.227 153.993 748.329 157.676 745.427 160.482C738.938 166.866 731.204 171.96 722.84 175.532C716.471 178.204 715.588 186.25 714.095 193.017C712.601 199.782 712.185 206.679 711.434 213.645C711.343 214.575 711.213 215.656 710.584 216.522C710.087 217.186 709.428 217.566 708.62 217.906C703.221 220.521 696.988 220.603 690.929 220.334C688.878 220.261 686.677 220.149 684.771 219.24C682.81 218.237 678.994 215.542 679.456 213.517Z" fill="#F8AE9D"/>
<path d="M538.893 188.104C544.972 196.023 545.49 206.275 542.51 215.908C540.024 224.001 534.604 231.149 527.351 235.337C526.315 235.936 525.131 236.494 523.862 236.473C520.731 236.27 519.526 232.444 519 229.357C518.114 224.341 518.58 219.928 518.289 215.072C517.997 210.215 515.01 205.912 515.689 200.998C516.384 196.326 515.35 182.353 519.371 179.529C524.28 176.066 534.148 182.93 537.374 186.343C537.889 186.799 538.364 187.404 538.893 188.104Z" fill="#444642"/>
<path d="M475.265 152.819C475.265 152.819 445.446 147.978 437.438 201.714C428.541 261.454 404.782 251.627 367.053 300.136C345.001 328.48 368.207 378.539 415.362 377.546C462.519 376.577 505.107 362.659 532.233 368.614C559.357 374.568 560.848 303.646 534.084 281.763C507.319 259.882 564.383 197.044 529.61 169.061C494.838 141.079 475.265 152.819 475.265 152.819Z" fill="#444642"/>
<path d="M538.733 249.937C538.421 253.769 538.033 257.595 537.57 261.412C536.601 268 525.328 269.358 520.326 270.488C517.967 270.97 515.609 271.453 513.235 271.693C512.264 271.752 508.672 271.187 508.013 271.568C505.133 273.105 501.752 298.797 500.28 298.641C486.568 297.515 472.677 299.128 459.528 303.329C465.698 273.767 457.041 241.585 468.723 213.74C473.581 202.142 481.848 192.094 492.193 184.992C498.932 180.347 513.204 173.739 520.652 180.115C522.915 182.075 524.438 184.712 525.717 187.366C535.248 206.482 540.176 228.506 538.733 249.937Z" fill="#F8AE9D"/>
<path d="M291.597 391.103C288.801 385.359 288.97 378.684 289.979 372.456C294.349 345.723 313.084 323.384 334.558 307.014C356.102 290.602 380.761 278.885 403.427 264.178C409.31 260.347 415.207 256.222 421.961 254.153C428.715 252.082 436.566 252.305 442.141 256.66C446.08 259.716 448.355 264.441 449.681 269.168C452.582 279.517 451.471 290.475 449.699 300.971C447.487 314.213 444.238 327.315 438.902 339.484C434.625 349.3 427.663 359.401 417.201 361.324C414.173 373.057 407.94 384.052 399.197 392.463C389.198 402.109 376.519 408.416 363.362 412.821C351.238 416.887 337.979 419.544 325.785 415.748C318.546 413.536 312.172 409.281 305.937 404.942C300.375 401.246 294.603 397.198 291.597 391.103ZM401.16 373.277L408.317 361.917C406.791 362.072 405.352 362.369 403.898 362.96C399.969 364.661 397.602 370.85 401.16 373.277Z" fill="#444642"/>
<path d="M499.232 297.095C511.711 299.561 519.658 311.805 532.161 313.88C548.108 316.48 566.204 314.322 582.395 314.52C595.565 314.705 610.256 314.262 619.591 304.978C620.693 303.839 621.74 302.607 623.221 302.128C624.703 301.65 626.744 302.356 626.98 303.852C638.93 287.783 648.945 270.321 656.864 252.057C659.175 246.703 679.718 200.051 678.866 199.663C689.949 204.066 701.526 206.928 713.31 208.415C712.873 213.314 713.506 218.979 713.068 223.878C712.039 235.148 710.916 246.473 708.753 257.519C702.895 287.404 689.206 315.907 668.568 338.248C639.094 370.084 594.83 386.094 551.773 391.36C552.556 403.594 547.618 415.489 540.768 425.599C530.15 441.148 518.921 452.153 513.997 470.821C509.632 487.409 508.887 505.047 512 521.966C512.29 523.558 512.634 525.242 512.345 526.917C512.12 528.051 511.748 529.145 511.172 530.105C507.665 536.651 501.195 540.89 494.898 544.777C466.805 562.254 432.131 574.861 399.576 581.347C372.265 586.691 343.146 586.293 317.411 575.654C340.04 558.069 347.398 528.825 357.417 503.32C367.689 477.166 388.741 456.848 395.973 429.561C397.526 423.767 398.604 417.366 395.611 412.185C378.272 435.888 343.433 438.417 322.91 459.435C309.735 472.946 304.599 492.114 297.107 509.376C289.962 525.936 280.073 541.443 267.395 554.291C254.844 553.874 242.192 548.493 234.445 538.772C244.47 511.757 256.634 486.27 266.661 459.254C269.261 452.226 271.993 444.995 276.867 439.295C282.517 432.766 290.46 428.682 297.685 424.008C316.303 411.878 330.594 394.207 346.364 378.445C366.176 358.59 388.538 341.41 412.897 327.473C422.317 322.033 432.104 317.011 441.85 312.138C448.85 308.598 455.943 305.004 462.89 301.371C465.73 299.982 468.517 298.5 471.575 297.487C480.859 294.639 489.617 295.235 499.232 297.095Z" fill="#888F82"/>
<path d="M561.898 290.896L371.607 400.761L482.559 592.936L672.85 483.072L561.898 290.896Z" fill="url(#pattern0)"/>
<path d="M741.521 58.27C745.28 54.9775 751.193 56.9864 752.166 61.8871L775.119 177.448C776.092 182.349 771.395 186.466 766.664 184.859L655.11 146.955C650.378 145.348 649.161 139.221 652.919 135.928L741.521 58.27ZM92.4227 524.686C94.9217 520.36 101.168 520.36 103.665 524.686L162.574 626.719C165.073 631.047 161.949 636.456 156.953 636.456H39.1348C34.1383 636.456 31.0145 631.047 33.5136 626.719L92.4227 524.686Z" fill="#B6B9B3"/>
<path d="M97.5047 505.483C131.486 505.483 159.033 477.936 159.033 443.955C159.033 409.974 131.486 382.427 97.5047 382.427C63.5236 382.427 35.9765 409.974 35.9765 443.955C35.9765 477.936 63.5236 505.483 97.5047 505.483Z" fill="url(#paint2_linear_182_1748)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M749.742 642.181H289.795C246.62 642.181 248.6 606.591 262.703 594.188C277.158 581.477 305.719 586.633 305.719 586.633C305.719 586.633 314.222 562.694 342.21 551.039C366.966 540.73 392.901 545.636 392.901 545.636C392.901 545.636 392.901 529.207 408.752 515.599C424.605 501.99 445.739 503.314 445.739 503.314C445.739 503.314 460.27 412.718 557.359 412.718C654.449 412.718 665.677 498.023 665.677 498.023C665.677 498.023 687.474 498.023 703.327 512.572C719.178 527.12 721.157 543.651 721.157 543.651C721.157 543.651 774.171 536.5 789.85 582.284C799.192 609.572 779.997 642.181 749.742 642.181Z" fill="white" stroke="#E1E4E5" stroke-width="4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M755.414 579.318C714.639 579.318 681.579 546.257 681.579 505.483C681.579 464.708 714.639 431.647 755.414 431.647C796.189 431.647 829.249 464.708 829.249 505.483C829.249 546.257 796.189 579.318 755.414 579.318Z" fill="#C26148"/>
<path d="M780.029 494.296L749.271 525.62L730.806 506.828" stroke="white" stroke-width="7.091" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.0785 338.059L67.087 282.051C69.1263 280.012 69.1263 276.705 67.087 274.666L67.0859 274.665C65.0465 272.625 61.7402 272.625 59.7008 274.665L3.6923 330.673C1.65297 332.713 1.65294 336.019 3.69226 338.058L3.69342 338.059C5.73274 340.099 9.03915 340.099 11.0785 338.059Z" fill="#E1E4E5"/>
<path d="M888.948 575.439L832.94 631.447C830.901 633.486 830.9 636.793 832.94 638.832L832.941 638.833C834.98 640.873 838.287 640.873 840.326 638.833L896.335 582.825C898.374 580.785 898.374 577.479 896.335 575.44L896.333 575.439C894.294 573.399 890.988 573.399 888.948 575.439Z" fill="#E1E4E5"/>
<path d="M16.5637 297.959L32.7164 281.806C34.7557 279.766 34.7557 276.46 32.7164 274.421L32.7153 274.42C30.6759 272.38 27.3696 272.38 25.3302 274.42L9.17748 290.572C7.13816 292.612 7.13814 295.918 9.17746 297.957L9.17861 297.959C11.2179 299.998 14.5243 299.998 16.5637 297.959Z" fill="#E1E4E5"/>
<path d="M883.463 615.539L867.31 631.692C865.271 633.731 865.271 637.037 867.31 639.077L867.312 639.078C869.351 641.117 872.657 641.117 874.697 639.078L890.849 622.925C892.889 620.886 892.889 617.579 890.849 615.54L890.848 615.539C888.809 613.5 885.503 613.5 883.463 615.539Z" fill="#E1E4E5"/>
<path d="M178.461 529.733C164.419 529.733 153.036 540.749 153.036 554.337C153.036 567.926 164.419 578.941 178.461 578.941C192.503 578.941 203.886 567.926 203.886 554.337C203.886 540.749 192.503 529.733 178.461 529.733Z" fill="#888F82"/>
<path d="M166.517 239.924C154.867 239.924 145.422 230.479 145.422 218.828C145.422 207.177 154.867 197.732 166.517 197.732C178.168 197.732 187.613 207.177 187.613 218.828C187.613 230.479 178.168 239.924 166.517 239.924Z" fill="#888F82"/>
<path d="M608.93 196.479C599.417 196.479 591.706 188.768 591.706 179.255C591.706 169.743 599.417 162.031 608.93 162.031C618.442 162.031 626.153 169.743 626.153 179.255C626.153 188.768 618.442 196.479 608.93 196.479Z" fill="#888F82"/>
<path d="M365.404 610.06C356.848 610.06 349.913 603.124 349.913 594.569C349.913 586.014 356.848 579.078 365.404 579.078C373.959 579.078 380.894 586.014 380.894 594.569C380.894 603.124 373.959 610.06 365.404 610.06Z" fill="#E1E4E5"/>
<path d="M127.878 458.041C118.88 458.041 111.585 450.747 111.585 441.748C111.585 432.75 118.88 425.456 127.878 425.456C136.876 425.456 144.17 432.75 144.17 441.748C144.17 450.747 136.876 458.041 127.878 458.041Z" fill="#E1E4E5"/>
<path d="M291.412 625.966C286.978 625.966 283.384 622.372 283.384 617.938C283.384 613.504 286.978 609.91 291.412 609.91C295.845 609.91 299.439 613.504 299.439 617.938C299.439 622.372 295.845 625.966 291.412 625.966Z" fill="#E1E4E5"/>
<path d="M767.857 257.939C761.09 257.939 755.604 252.453 755.604 245.686C755.604 238.919 761.09 233.433 767.857 233.433C774.625 233.433 780.111 238.919 780.111 245.686C780.111 252.453 774.625 257.939 767.857 257.939Z" fill="#E1E4E5"/>
<path d="M180.066 343.904C181.212 348.18 178.674 352.575 174.399 353.72C170.123 354.866 165.728 352.329 164.583 348.053C163.437 343.778 165.974 339.383 170.25 338.237C174.525 337.092 178.92 339.629 180.066 343.904Z" fill="#E1E4E5"/>
<path d="M294.385 214.43C288.497 214.43 283.724 209.657 283.724 203.769C283.724 197.881 288.497 193.107 294.385 193.107C300.274 193.107 305.047 197.881 305.047 203.769C305.047 209.657 300.274 214.43 294.385 214.43Z" fill="#E1E4E5"/>
<path d="M684.341 380.059C679.811 380.059 676.139 377.122 676.139 373.498C676.139 369.875 679.811 366.938 684.341 366.938C688.87 366.938 692.542 369.875 692.542 373.498C692.542 377.122 688.87 380.059 684.341 380.059Z" fill="#E1E4E5"/>
<path d="M571.451 101.874C573.835 110.772 568.555 119.919 559.656 122.303C550.758 124.687 541.612 119.407 539.227 110.508C536.843 101.61 542.124 92.4636 551.022 90.0793C559.92 87.695 569.067 92.9757 571.451 101.874Z" fill="#E1E4E5"/>
<path d="M827.028 301.588H827.242C828.512 319.591 841.9 319.868 841.9 319.868C841.9 319.868 827.136 320.155 827.136 340.956C827.136 320.155 812.374 319.868 812.374 319.868C812.374 319.868 825.757 319.591 827.028 301.588ZM257.301 58.8584H257.671C259.858 90.3609 282.916 90.8461 282.916 90.8461C282.916 90.8461 257.491 91.3507 257.491 127.752C257.491 91.3507 232.066 90.8461 232.066 90.8461C232.066 90.8461 255.114 90.3609 257.301 58.8584Z" fill="#E1E4E5"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_182_1748"/>
</pattern>
<linearGradient id="paint0_linear_182_1748" x1="267.782" y1="395.573" x2="460.614" y2="394.713" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient id="paint1_linear_182_1748" x1="23.7661" y1="95.3431" x2="287.14" y2="93.6765" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient id="paint2_linear_182_1748" x1="100.127" y1="574.476" x2="96.3331" y2="248.56" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<image id="image0_182_1748" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAADMCAYAAAAyPDy1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,41 @@
<svg width="600" height="435" viewBox="0 0 600 435" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M298.327 434.795C421.183 434.795 520.777 341.129 520.777 225.585C520.777 110.042 421.183 16.376 298.327 16.376C175.471 16.376 75.877 110.042 75.877 225.585C75.877 341.129 175.471 434.795 298.327 434.795Z" fill="white"/>
<path d="M404.444 255.315C402.932 260.96 398.722 265.756 392.086 269.538C385.442 273.325 376.482 276.019 365.77 277.467C344.355 280.361 316.291 278.223 286.69 270.291C257.09 262.36 231.717 250.179 214.618 236.966C206.065 230.356 199.653 223.543 195.792 216.942C191.935 210.348 190.688 204.09 192.201 198.444C193.713 192.8 197.923 188.004 204.559 184.222C211.204 180.436 220.164 177.74 230.875 176.293C252.29 173.399 280.354 175.538 309.954 183.469C339.555 191.4 364.929 203.58 382.028 216.794C390.58 223.403 396.993 230.217 400.853 236.819C404.71 243.412 405.957 249.671 404.444 255.315V255.315Z" stroke="#888F82" stroke-width="4"/>
<path d="M464.439 270.096C457.694 295.27 433.327 313.533 398.667 322.395C364.068 331.241 319.598 330.588 273.498 318.235C227.398 305.883 188.559 284.214 163.019 259.253C137.434 234.249 125.463 206.248 132.208 181.075C138.953 155.901 163.32 137.638 197.98 128.775C232.579 119.929 277.048 120.583 323.149 132.935C369.249 145.287 408.088 166.957 433.628 191.917C459.213 216.922 471.184 244.922 464.439 270.096V270.096Z" stroke="#888F82" stroke-width="4"/>
<path d="M515.784 277.113C505.717 314.684 472.685 342.542 426.942 357.015C381.22 371.482 323.036 372.475 263.261 356.458C203.485 340.442 153.593 310.49 121.23 275.101C88.8514 239.695 74.1746 199.052 84.2413 161.482C94.3081 123.911 127.34 96.0528 173.083 81.5801C218.806 67.1133 276.99 66.1206 336.764 82.137C396.54 98.1542 446.432 128.106 478.795 163.495C511.174 198.902 525.852 239.543 515.784 277.113Z" stroke="#888F82" stroke-width="4"/>
<path d="M344.838 157.46C382.552 183.211 392.292 234.587 366.604 272.209C340.916 309.83 289.52 319.462 251.804 293.71C214.09 267.958 204.35 216.582 230.038 178.96C255.727 141.338 307.124 131.708 344.838 157.46V157.46Z" stroke="#888F82" stroke-width="4"/>
<path d="M552.715 426.903C552.715 426.903 515.542 397.461 491.046 394.086C466.809 390.747 402.919 394.661 355.511 374.565C355.066 374.38 354.7 374.046 354.475 373.62C354.251 373.195 354.182 372.704 354.281 372.233C355.034 368.8 358.591 361.493 375.683 362.202C397.931 363.163 414.982 363.457 414.982 363.457C414.982 363.457 346.638 295.902 329.479 276.219C326.09 272.335 323.799 268.831 322.305 265.646C317.651 255.712 330.418 246.788 338.328 254.396L384.624 298.893C384.624 298.893 382.434 291.919 387.325 287.592C391.96 283.509 403.7 285.759 410.555 293.151C410.555 293.151 408.757 285.114 416.485 281.552C424.213 277.991 434.366 284.145 438.674 288.137C438.674 288.137 435.297 280.843 440.122 276.675C444.948 272.506 457.743 276.568 461.175 279.02C464.607 281.473 496.65 296.812 531.368 339.797L599.39 360.866C599.39 360.866 608.911 386.039 552.715 426.903ZM47.285 18.3066C47.285 18.3066 84.4588 47.7486 108.954 51.1247C133.191 54.4627 197.081 50.5487 244.49 70.6451C244.934 70.8297 245.301 71.1639 245.525 71.5899C245.75 72.0159 245.818 72.507 245.719 72.9782C244.967 76.4105 241.409 83.7178 224.317 83.0078C202.07 82.0471 185.018 81.7531 185.018 81.7531C185.018 81.7531 253.362 149.309 270.521 168.991C273.91 172.876 276.202 176.38 277.695 179.565C282.35 189.499 269.583 198.422 261.673 190.815L215.377 146.318C215.377 146.318 217.566 153.292 212.676 157.619C208.041 161.701 196.301 159.451 189.445 152.059C189.445 152.059 191.243 160.097 183.516 163.658C175.787 167.22 165.634 161.066 161.326 157.073C161.326 157.073 164.704 164.368 159.879 168.536C155.053 172.704 142.258 168.643 138.825 166.19C135.393 163.738 103.351 148.398 68.6327 105.413L0.60988 84.3439C0.60988 84.3439 -8.91124 59.1713 47.285 18.3075V18.3066Z" fill="#F8AE9D"/>
<path d="M298.336 192.844H298.713C300.945 222.501 324.472 222.958 324.472 222.958C324.472 222.958 298.528 223.432 298.528 257.701C298.528 223.432 272.585 222.958 272.585 222.958C272.585 222.958 296.103 222.501 298.336 192.844Z" fill="#C26148"/>
<path d="M536.171 284.697C545.196 290.912 558.982 286.568 558.982 286.568C558.982 286.568 558.129 272.146 549.099 265.937C540.074 259.721 526.294 264.06 526.294 264.06C526.294 264.06 527.147 278.481 536.171 284.697Z" fill="white"/>
<path d="M37.5564 233.512C46.9046 243.026 64.385 241.02 64.385 241.02C64.385 241.02 66.6983 223.588 57.3415 214.08C47.9933 204.566 30.5215 206.566 30.5215 206.566C30.5215 206.566 28.2083 223.998 37.5564 233.512Z" fill="white"/>
<path d="M326.322 404.712C318.136 404.712 311.501 411.06 311.501 418.889C311.501 426.719 318.136 433.066 326.322 433.066C334.508 433.066 341.143 426.719 341.143 418.889C341.143 411.06 334.508 404.712 326.322 404.712Z" fill="#888F82"/>
<path d="M56.3934 289.09C51.6174 289.09 47.7457 292.962 47.7457 297.738C47.7457 302.514 51.6174 306.386 56.3934 306.386C61.1694 306.386 65.0411 302.514 65.0411 297.738C65.0411 292.962 61.1694 289.09 56.3934 289.09Z" fill="#888F82"/>
<path d="M208.161 16.4306C203.623 16.4306 199.945 12.7525 199.945 8.21531C199.945 3.67812 203.623 0 208.161 0C212.698 0 216.376 3.67812 216.376 8.21531C216.376 12.7525 212.698 16.4306 208.161 16.4306Z" fill="#888F82"/>
<path d="M482.42 152.455C474.946 152.455 468.888 146.397 468.888 138.924C468.888 131.45 474.946 125.392 482.42 125.392C489.893 125.392 495.952 131.45 495.952 138.924C495.952 146.397 489.893 152.455 482.42 152.455Z" fill="#888F82"/>
<path d="M441.045 432.907C436.363 432.907 432.568 429.112 432.568 424.431C432.568 419.749 436.363 415.954 441.045 415.954C445.726 415.954 449.521 419.749 449.521 424.431C449.521 429.112 445.726 432.907 441.045 432.907Z" fill="#ADADAD"/>
<path d="M178.327 410.765C169.73 410.765 162.761 403.796 162.761 395.2C162.761 386.603 169.73 379.634 178.327 379.634C186.924 379.634 193.893 386.603 193.893 395.2C193.893 403.796 186.924 410.765 178.327 410.765Z" fill="#888F82"/>
<path d="M319.283 396.929C316.418 396.929 314.095 394.606 314.095 391.74C314.095 388.875 316.418 386.552 319.283 386.552C322.149 386.552 324.472 388.875 324.472 391.74C324.472 394.606 322.149 396.929 319.283 396.929Z" fill="#888F82"/>
<path d="M519.299 188.163C515.815 188.163 512.991 185.339 512.991 181.855C512.991 178.372 515.815 175.548 519.299 175.548C522.782 175.548 525.606 178.372 525.606 181.855C525.606 185.339 522.782 188.163 519.299 188.163Z" fill="#ADADAD"/>
<path d="M459.491 92.7598C454.174 92.7598 449.863 88.4495 449.863 83.1324C449.863 77.8153 454.174 73.5049 459.491 73.5049C464.808 73.5049 469.118 77.8153 469.118 83.1324C469.118 88.4495 464.808 92.7598 459.491 92.7598Z" fill="#888F82"/>
<path d="M120.613 221.062C120.613 223.751 118.433 225.931 115.743 225.931C113.054 225.931 110.874 223.751 110.874 221.062C110.874 218.373 113.054 216.192 115.743 216.192C118.433 216.192 120.613 218.373 120.613 221.062Z" fill="#ADADAD"/>
<path d="M50.2717 125.257C46.9658 125.257 44.2858 122.577 44.2858 119.271C44.2858 115.965 46.9658 113.285 50.2717 113.285C53.5776 113.285 56.2576 115.965 56.2576 119.271C56.2576 122.577 53.5776 125.257 50.2717 125.257Z" fill="#ADADAD"/>
<path d="M548.839 328.545C545.28 328.545 542.394 326.237 542.394 323.39C542.394 320.543 545.28 318.235 548.839 318.235C552.398 318.235 555.283 320.543 555.283 323.39C555.283 326.237 552.398 328.545 548.839 328.545Z" fill="#ADADAD"/>
<path d="M334.849 61.8311C334.849 66.8459 330.784 70.9111 325.769 70.9111C320.754 70.9111 316.689 66.8459 316.689 61.8311C316.689 56.8163 320.754 52.751 325.769 52.751C330.784 52.751 334.849 56.8163 334.849 61.8311Z" fill="#888F82"/>
<path d="M524.505 117.609H524.673C525.671 131.753 536.19 131.97 536.19 131.97C536.19 131.97 524.591 132.197 524.591 148.54C524.591 132.197 512.992 131.97 512.992 131.97C512.992 131.97 523.506 131.753 524.505 117.609ZM152.748 16.4307H152.88C153.661 27.8975 161.896 28.0748 161.896 28.0748C161.896 28.0748 152.816 28.2581 152.816 41.509C152.816 28.2581 143.735 28.0748 143.735 28.0748C143.735 28.0748 151.966 27.8984 152.748 16.4307Z" fill="#ADADAD"/>
<path d="M141.861 324.502C146.103 323.498 150.589 327.095 150.589 327.095C150.589 327.095 148.195 332.318 143.952 333.32C139.711 334.325 135.227 330.731 135.227 330.731C135.227 330.731 137.621 325.507 141.861 324.502Z" fill="white"/>
<path d="M161.72 231.066C157.961 228.477 152.218 230.287 152.218 230.287C152.218 230.287 152.574 236.295 156.335 238.881C160.095 241.47 165.835 239.663 165.835 239.663C165.835 239.663 165.479 233.655 161.72 231.066Z" fill="white"/>
<path d="M432.417 217.552C426.739 211.774 416.122 212.992 416.122 212.992C416.122 212.992 414.717 223.579 420.4 229.354C426.077 235.134 436.69 233.919 436.69 233.919C436.69 233.919 438.095 223.331 432.417 217.552Z" fill="white"/>
<path d="M172.857 207.883C178.915 207.883 183.826 203.195 183.826 197.412C183.826 191.629 178.915 186.94 172.857 186.94C166.798 186.94 161.887 191.629 161.887 197.412C161.887 203.195 166.798 207.883 172.857 207.883Z" fill="#888F82"/>
<path d="M518.772 89.3914C524.83 89.3914 529.741 84.4801 529.741 78.4218C529.741 72.3634 524.83 67.4521 518.772 67.4521C512.713 67.4521 507.802 72.3634 507.802 78.4218C507.802 84.4801 512.713 89.3914 518.772 89.3914Z" fill="#888F82"/>
<path d="M110.469 368.392C115.977 368.392 120.442 373.08 120.442 378.863C120.442 384.647 115.977 389.335 110.469 389.335C104.962 389.335 100.497 384.647 100.497 378.863C100.497 373.08 104.962 368.392 110.469 368.392Z" fill="#888F82"/>
<path d="M546.545 212.734C551.226 212.734 555.021 216.529 555.021 221.21C555.021 225.891 551.226 229.687 546.545 229.687C541.863 229.687 538.068 225.891 538.068 221.21C538.068 216.529 541.863 212.734 546.545 212.734Z" fill="#888F82"/>
<path d="M243.748 103.171C246.547 103.171 248.817 105.441 248.817 108.24C248.817 111.04 246.547 113.31 243.748 113.31C240.948 113.31 238.678 111.04 238.678 108.24C238.678 105.441 240.948 103.171 243.748 103.171Z" fill="#888F82"/>
<path d="M412.548 68.2663C415.493 68.2663 417.88 70.6536 417.88 73.5985C417.88 76.5434 415.493 78.9307 412.548 78.9307C409.603 78.9307 407.216 76.5434 407.216 73.5985C407.216 70.6536 409.603 68.2663 412.548 68.2663Z" fill="#888F82"/>
<path d="M192.874 260.826C194.325 260.826 195.501 262.002 195.501 263.453C195.501 264.904 194.325 266.08 192.874 266.08C191.423 266.08 190.247 264.904 190.247 263.453C190.247 262.002 191.423 260.826 192.874 260.826Z" fill="#ADADAD"/>
<path d="M248.923 404.712C251.137 404.712 252.933 406.507 252.933 408.722C252.933 410.937 251.137 412.732 248.923 412.732C246.708 412.732 244.913 410.937 244.913 408.722C244.913 406.507 246.708 404.712 248.923 404.712Z" fill="#888F82"/>
<path d="M394.517 188.634C394.517 185.705 396.891 183.331 399.819 183.331C402.748 183.331 405.122 185.705 405.122 188.634C405.122 191.562 402.748 193.937 399.819 193.937C396.891 193.937 394.517 191.562 394.517 188.634Z" fill="#ADADAD"/>
<path d="M483.021 223.111C486.05 223.111 488.506 225.566 488.506 228.596C488.506 231.625 486.05 234.081 483.021 234.081C479.991 234.081 477.536 231.625 477.536 228.596C477.536 225.566 479.991 223.111 483.021 223.111Z" fill="#ADADAD"/>
<path d="M69.6408 160.016C74.8734 160.016 79.1152 163.364 79.1152 167.495C79.1152 171.626 74.8734 174.975 69.6408 174.975C64.4082 174.975 60.1664 171.626 60.1664 167.495C60.1664 163.364 64.4082 160.016 69.6408 160.016Z" fill="#ADADAD"/>
<path d="M215.194 366.115C214.413 363.203 216.142 360.209 219.054 359.429C221.966 358.649 224.96 360.377 225.74 363.289C226.521 366.202 224.792 369.195 221.88 369.975C218.968 370.756 215.974 369.028 215.194 366.115Z" fill="#888F82"/>
<path d="M181.715 297.558H181.645C181.229 291.666 176.848 291.576 176.848 291.576C176.848 291.576 181.68 291.481 181.68 284.674C181.68 291.481 186.511 291.576 186.511 291.576C186.511 291.576 182.131 291.666 181.715 297.558ZM339.824 328.379H339.741C339.253 321.331 334.113 321.222 334.113 321.222C334.113 321.222 339.781 321.109 339.781 312.964C339.781 321.109 345.448 321.222 345.448 321.222C345.448 321.222 340.311 321.331 339.824 328.379Z" fill="#ADADAD"/>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,30 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="600" height="600" fill="#CBD0D0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M482.577 129C521.034 129 552.494 160.22 552.494 198.383C552.494 236.547 521.034 267.766 482.577 267.766C474.863 267.766 468.544 274.037 468.544 281.693C468.544 289.349 474.863 295.619 482.577 295.619H519.162C537.922 295.619 553.274 310.854 553.274 329.471C553.274 348.088 537.922 363.322 519.162 363.322C502.937 363.322 489.66 376.498 489.66 392.6C489.66 421.977 465.44 446.013 435.836 446.013H119.873C81.4159 446.013 49.9562 414.793 49.9562 376.63C49.9562 338.466 81.4159 307.246 119.873 307.246H126.635C134.351 307.246 140.669 300.984 140.669 293.32C140.669 285.664 134.358 279.394 126.635 279.394H81.112C62.3507 279.394 47 264.159 47 245.542C47 226.947 62.3126 211.729 81.0409 211.691H117.673C133.899 211.691 147.175 198.515 147.175 182.413C147.175 153.036 171.395 129 200.999 129H482.577V129Z" fill="url(#paint0_linear_182_1682)"/>
<path d="M346.516 280.948L333.858 277.097L278.828 275.478L266.417 278.865L268.037 309.106L296.114 327.021L323.347 326.474L340.468 310.874L344.269 295.407L346.516 280.948Z" fill="#F8AE9D"/>
<path d="M187.64 329.581C191.623 321.368 195.44 314.775 198.845 309.569C205.528 299.312 215.751 291.871 227.566 288.665L272.448 276.502C272.448 276.502 274.779 321.352 305.648 321.352C336.518 321.352 342.533 279.294 342.533 279.294L394.472 300.017C396.256 300.711 408.304 304.876 422.317 334.935C435.67 363.557 441.504 378.216 441.504 378.216L387.994 393.666L384.656 441.788L385.796 469.271L223.384 468.907L224.293 437.492L223.616 389.32L221.583 392.609L167.529 370.928C167.529 370.928 174.486 356.65 187.64 329.581V329.581Z" fill="#B6B9B3"/>
<path d="M310.894 296.948C297.721 296.705 282.757 271.012 282.757 271.012L281.898 205.011C281.209 186.002 293.034 169.805 314.348 169.716L316.326 169.805C336.163 170.752 351.872 185.12 352.403 202.825C352.905 219.303 353.205 237.506 352.56 246.301C351.213 264.505 330.444 261.432 330.444 261.432C330.401 261.432 330.501 270.602 330.444 275.958C330.287 287.987 316.183 297.357 310.894 296.948Z" fill="#F8AE9D"/>
<path d="M288.479 208.631C288.116 208.458 273.928 203.721 273.612 217.735C273.294 231.749 288.147 229.165 288.177 228.762C288.207 228.36 288.479 208.631 288.479 208.631V208.631ZM436.894 379.554L458.658 423.231C461.089 428.111 462.228 433.534 461.963 438.979C461.137 455.934 447.14 469.271 430.169 469.271L367.244 468.282L365.025 437.178L412.519 425.727L394.522 391.7L436.894 379.554V379.554ZM170.29 372.035C170.29 372.035 156.789 412.143 142.064 448.598C141.767 449.325 141.437 450.681 141.172 451.423C137.85 460.463 147.848 469.271 157.946 469.271L243.035 469.122V441.459L190.104 430.221L209.273 387.652L170.29 372.035Z" fill="#F8AE9D"/>
<path d="M340.831 440.186C340.815 440.285 338.881 439.673 335.659 439.475C332.453 439.26 327.908 439.624 323.38 441.557C318.852 443.491 315.431 446.515 313.383 448.977C311.3 451.439 310.408 453.274 310.325 453.208C310.292 453.191 310.49 452.728 310.936 451.935C311.383 451.142 312.094 450.019 313.101 448.746C315.118 446.184 318.555 443.045 323.182 441.078C327.809 439.112 332.453 438.781 335.691 439.112C337.311 439.26 338.617 439.524 339.493 439.756C340.368 439.97 340.848 440.153 340.831 440.186V440.186ZM337.922 433.493C337.889 433.625 335.923 432.65 332.535 432.55C329.164 432.402 324.421 433.426 319.993 436.104C315.564 438.798 312.242 442.202 309.896 444.647C308.772 445.837 307.846 446.828 307.119 447.589C306.458 448.283 306.095 448.663 306.062 448.63C306.029 448.613 306.359 448.183 306.971 447.457C307.831 446.42 308.713 445.401 309.614 444.4C311.911 441.888 315.217 438.401 319.728 435.657C324.24 432.931 329.115 431.939 332.552 432.188C334.271 432.287 335.642 432.6 336.551 432.914C337.013 433.046 337.344 433.212 337.576 433.311C337.807 433.41 337.922 433.476 337.922 433.493Z" fill="#EB996E"/>
<path d="M225.136 436.385H237.349C237.349 436.385 264.913 426.42 270.581 427.378C275.688 428.238 294.378 440.649 298.046 443.11C298.46 443.392 298.757 443.772 298.939 444.235C299.298 445.207 299.267 446.28 298.851 447.23C298.434 448.179 297.666 448.93 296.708 449.325L296.328 449.489L296.494 450.051C296.708 450.746 296.808 451.522 296.774 452.283C296.642 454.91 293.106 455.703 291.767 453.439L292.478 454.695C292.758 455.207 292.908 455.786 292.874 456.364L292.808 457.505C292.772 458.122 292.552 458.714 292.174 459.203C291.797 459.693 291.28 460.057 290.693 460.248C290.134 460.433 289.534 460.453 288.964 460.303C288.395 460.153 287.882 459.841 287.487 459.405C285.124 456.794 280.001 451.572 276.531 450.994C273.457 450.481 268.318 450.415 265.211 450.431C264.441 450.433 263.69 450.667 263.055 451.104C262.421 451.54 261.934 452.159 261.658 452.877C263.707 453.026 278.034 460.495 283.108 463.173C284.678 463.999 285.851 465.486 286.05 467.254C286.231 468.841 285.438 470.51 282.298 469.766C275.556 468.196 263.443 462.627 263.443 462.627C263.443 462.627 257.196 460.842 253.147 463.702C247.446 467.717 244.835 469.187 239.944 467.569C235.052 465.949 231.449 463.619 231.449 463.619L221.815 462.66C221.782 462.66 212.677 439.888 225.136 436.385V436.385Z" fill="#F8AE9D"/>
<path d="M261.542 441.045C261.559 441.144 263.492 440.533 266.714 440.334C269.921 440.12 274.465 440.484 278.993 442.417C283.521 444.351 286.942 447.375 288.991 449.837C291.074 452.299 291.966 454.133 292.048 454.067C292.081 454.051 291.883 453.588 291.436 452.795C290.799 451.677 290.075 450.611 289.272 449.606C287.256 447.044 283.819 443.905 279.191 441.938C274.564 439.972 269.921 439.641 266.681 439.972C265.399 440.083 264.128 440.298 262.881 440.616C262.005 440.848 261.525 441.012 261.542 441.045V441.045ZM264.451 434.353C264.484 434.485 266.45 433.51 269.837 433.41C273.209 433.262 277.952 434.286 282.38 436.964C286.809 439.657 290.131 443.062 292.477 445.507C293.601 446.697 294.527 447.688 295.254 448.449C295.914 449.143 296.278 449.522 296.311 449.489C296.344 449.473 296.014 449.043 295.402 448.317C294.542 447.28 293.661 446.26 292.758 445.26C290.462 442.748 287.156 439.261 282.645 436.518C278.133 433.79 273.258 432.799 269.821 433.048C268.102 433.146 266.731 433.46 265.822 433.774C265.359 433.907 265.029 434.072 264.798 434.171C264.566 434.27 264.451 434.337 264.451 434.353V434.353Z" fill="#EB996E"/>
<path d="M241.662 470.048H369.883C371.636 470.05 373.323 469.373 374.589 468.159C375.855 466.946 376.602 465.289 376.674 463.537L380.525 375.291C380.69 371.424 377.6 368.185 373.733 368.185H238.059C234.192 368.185 231.102 371.407 231.251 375.274L234.854 463.537C235.002 467.172 238.01 470.048 241.662 470.048Z" fill="#C26148"/>
<path d="M292.94 420.749C292.938 422.471 293.276 424.177 293.935 425.768C294.593 427.36 295.559 428.806 296.777 430.024C297.994 431.242 299.44 432.208 301.032 432.866C302.623 433.525 304.329 433.863 306.051 433.862C307.774 433.863 309.479 433.525 311.071 432.866C312.663 432.208 314.109 431.242 315.327 430.024C316.545 428.806 317.51 427.36 318.169 425.769C318.827 424.177 319.165 422.471 319.164 420.749C319.165 419.027 318.827 417.321 318.169 415.729C317.51 414.138 316.544 412.692 315.326 411.474C314.108 410.256 312.662 409.291 311.071 408.632C309.479 407.974 307.774 407.636 306.051 407.637C298.801 407.637 292.94 413.53 292.94 420.749Z" fill="white"/>
<path d="M293.437 234.164H281.869V283.74H293.437V234.164Z" fill="#F8AE9D"/>
<path d="M288.896 189.867C290.98 192.557 294.657 193.149 297.685 193.682C301.755 194.396 303.769 195.885 305.883 199.882C307.22 202.434 308.559 205.23 310.953 206.613C312.9 207.742 312.829 204.864 313.138 202.635C313.167 202.437 313.206 202.242 313.257 202.049C313.728 200.269 315.623 200.572 316.178 202.328C316.685 203.908 317.77 205.246 319.151 205.99C319.376 206.111 319.616 206.218 319.855 206.172C320.178 206.127 320.432 205.823 320.643 205.55C321.086 204.977 321.526 204.248 321.98 203.479C323.473 200.947 326.3 201.852 327.968 204.273C329.01 205.778 330.249 207.327 331.953 207.677C332.503 207.798 333.193 207.707 333.446 207.176C333.771 206.521 333.264 205.868 333.349 205.199C333.419 204.577 333.687 204.303 333.982 203.771C335.143 201.708 337.799 201.633 339.432 203.348C340.568 204.54 341.753 205.685 342.983 206.78C343.503 207.237 344.263 207.692 344.785 207.237C345.067 206.993 345.137 206.582 345.194 206.188C345.49 204.258 345.771 202.328 346.067 200.398C346.236 199.319 346.814 197.905 347.8 198.179C348.278 198.317 348.56 198.817 348.827 199.274C349.152 199.851 354.94 206.431 355.053 205.929C355.954 202.191 357.8 198.787 358.701 195.049C364.532 170.994 338.658 151.649 318.896 151.543C314.503 151.513 310.488 151.584 306.221 152.602C301.67 153.697 296.868 155.434 292.741 157.88C286.952 161.299 282.571 167.514 283.698 174.93" fill="#444642"/>
<path d="M299.287 181.735C302.195 184.928 302.965 189.42 303.236 193.663C303.634 200.061 303.094 206.71 300.043 212.39C299.174 214.008 298.532 222.01 297.192 221.568C296.765 221.43 296.836 215.224 295.71 211.879C293.97 206.696 285.96 204.72 282.354 207.995C276.596 213.206 279.974 219.536 281.884 223.475C283.025 225.852 284.834 228.52 285.148 231.035C285.533 234.256 285.647 245.99 283.48 248.727C281.67 251.02 279.746 239.936 278.107 237.752C265.977 221.485 254.346 180.063 275.057 171.079C278.207 169.71 287.927 169.006 290.878 170.747" fill="#444642"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M433.851 192.337H437.707C438.64 192.337 439.391 191.578 439.391 190.653V186.796C439.391 185.864 438.633 185.113 437.707 185.113H433.851C433.405 185.114 432.977 185.292 432.662 185.608C432.347 185.923 432.169 186.35 432.167 186.796V190.653C432.166 190.874 432.21 191.094 432.294 191.298C432.378 191.503 432.502 191.688 432.659 191.845C432.815 192.001 433.001 192.125 433.206 192.21C433.41 192.294 433.629 192.337 433.851 192.337V192.337ZM447.224 192.337H451.081C451.527 192.335 451.954 192.157 452.269 191.842C452.585 191.526 452.763 191.099 452.764 190.653V186.796C452.764 185.864 452.006 185.113 451.081 185.113H447.224C446.778 185.114 446.351 185.292 446.035 185.608C445.72 185.923 445.542 186.35 445.54 186.796V190.653C445.542 191.099 445.72 191.526 446.035 191.842C446.351 192.157 446.778 192.335 447.224 192.337V192.337ZM460.606 192.337H464.462C464.908 192.335 465.336 192.157 465.651 191.842C465.966 191.526 466.144 191.099 466.146 190.653V186.796C466.146 185.864 465.388 185.113 464.462 185.113H460.606C460.16 185.114 459.732 185.292 459.417 185.608C459.101 185.923 458.924 186.35 458.922 186.796V190.653C458.921 190.874 458.965 191.094 459.049 191.298C459.133 191.503 459.257 191.688 459.414 191.845C459.57 192.001 459.756 192.125 459.961 192.21C460.165 192.294 460.384 192.337 460.606 192.337V192.337ZM473.979 192.337H477.836C478.282 192.335 478.709 192.157 479.024 191.842C479.34 191.526 479.518 191.099 479.519 190.653V186.796C479.519 185.864 478.761 185.113 477.836 185.113H473.979C473.047 185.113 472.287 185.871 472.287 186.796V190.653C472.292 191.1 472.472 191.526 472.789 191.841C473.105 192.156 473.533 192.334 473.979 192.337V192.337ZM487.353 192.337H491.21C492.143 192.337 492.902 191.578 492.902 190.653V186.796C492.902 185.864 492.143 185.113 491.21 185.113H487.353C486.907 185.114 486.48 185.292 486.165 185.608C485.849 185.923 485.671 186.35 485.67 186.796V190.653C485.671 191.099 485.849 191.526 486.165 191.842C486.48 192.157 486.907 192.335 487.353 192.337V192.337ZM447.714 177.755H451.571C452.495 177.755 453.255 176.995 453.255 176.071V172.205C453.253 171.759 453.075 171.332 452.76 171.017C452.444 170.702 452.017 170.524 451.571 170.522H447.714C446.781 170.522 446.031 171.281 446.031 172.205V176.063C446.029 176.285 446.072 176.505 446.156 176.71C446.24 176.915 446.364 177.102 446.52 177.259C446.677 177.417 446.863 177.541 447.068 177.626C447.273 177.711 447.493 177.755 447.714 177.755V177.755ZM461.088 177.755H464.945C465.391 177.753 465.818 177.575 466.133 177.26C466.449 176.944 466.627 176.517 466.628 176.071V172.205C466.626 171.759 466.448 171.332 466.133 171.017C465.818 170.702 465.39 170.524 464.945 170.522H461.088C460.642 170.524 460.215 170.702 459.9 171.017C459.584 171.332 459.406 171.759 459.404 172.205V176.063C459.403 176.285 459.445 176.505 459.529 176.71C459.613 176.915 459.737 177.102 459.894 177.259C460.05 177.417 460.236 177.541 460.441 177.626C460.646 177.711 460.866 177.755 461.088 177.755V177.755ZM474.461 177.755H478.318C479.252 177.755 480.01 176.995 480.01 176.071V172.205C480.01 171.281 479.252 170.522 478.318 170.522H474.461C474.015 170.524 473.588 170.702 473.273 171.017C472.958 171.332 472.779 171.759 472.778 172.205V176.063C472.778 176.995 473.537 177.755 474.461 177.755V177.755ZM460.606 208.004H464.462C464.908 208.002 465.336 207.824 465.651 207.509C465.966 207.193 466.144 206.766 466.146 206.32V202.462C466.146 201.53 465.388 200.779 464.462 200.779H460.606C460.16 200.78 459.732 200.958 459.417 201.274C459.101 201.589 458.924 202.016 458.922 202.462V206.32C458.921 206.541 458.965 206.761 459.049 206.965C459.133 207.17 459.257 207.355 459.414 207.512C459.57 207.668 459.756 207.792 459.961 207.877C460.165 207.961 460.384 208.004 460.606 208.004V208.004ZM473.979 208.004H477.836C478.282 208.002 478.709 207.824 479.024 207.509C479.34 207.193 479.518 206.766 479.519 206.32V202.462C479.519 201.53 478.761 200.779 477.836 200.779H473.979C473.047 200.779 472.287 201.538 472.287 202.462V206.32C472.292 206.767 472.472 207.193 472.789 207.508C473.105 207.823 473.533 208.001 473.979 208.004V208.004Z" fill="#E1E4E5"/>
<path d="M67.0909 409.65L71.805 468.285H104.426L109.15 409.65H67.0909Z" fill="#B6B9B3"/>
<path d="M64.3923 404.362H112.346V412.908H64.3923V404.362ZM67.6782 404.362H109.062L106.645 394.754H70.1048L67.6782 404.362Z" fill="#888F82"/>
<path d="M78.7793 439.512C78.779 440.771 79.0269 442.019 79.5088 443.182C79.9907 444.346 80.6971 445.403 81.5878 446.294C82.4784 447.185 83.5358 447.891 84.6996 448.373C85.8633 448.855 87.1106 449.103 88.3701 449.103C89.6297 449.103 90.877 448.855 92.0407 448.373C93.2044 447.891 94.2618 447.185 95.1525 446.294C96.0431 445.403 96.7496 444.346 97.2315 443.182C97.7133 442.019 97.9612 440.771 97.961 439.512C97.9614 438.252 97.7136 437.005 97.2317 435.841C96.7499 434.677 96.0434 433.62 95.1528 432.729C94.2621 431.838 93.2047 431.132 92.0409 430.65C90.8771 430.168 89.6297 429.92 88.3701 429.921C87.1106 429.921 85.8633 430.169 84.6996 430.65C83.5358 431.132 82.4784 431.839 81.5878 432.729C80.6971 433.62 79.9907 434.677 79.5088 435.841C79.0269 437.005 78.779 438.252 78.7793 439.512V439.512Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M164.832 219.56V170.683C164.832 165.62 160.739 161.519 155.686 161.519H100.816C95.7634 161.519 91.6707 165.62 91.6707 170.683V219.56C91.6701 221.193 92.1061 222.797 92.9334 224.205C93.7608 225.613 94.9495 226.775 96.3764 227.57L123.811 242.841C125.17 243.598 126.699 243.996 128.253 243.996C129.808 243.996 131.337 243.598 132.695 242.841L160.132 227.57C161.557 226.774 162.744 225.612 163.57 224.203C164.397 222.795 164.832 221.192 164.832 219.56Z" fill="#E1E4E5"/>
<path d="M143.459 215.774H113.044M143.459 201.935H113.044H143.459ZM143.459 187.686H113.044H143.459Z" stroke="white" stroke-width="2.677" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M126.26 352.467L145.042 371.249C145.726 371.933 145.726 373.042 145.042 373.726C144.359 374.409 143.25 374.409 142.566 373.725L123.784 354.944C123.1 354.259 123.1 353.151 123.784 352.467C124.467 351.783 125.576 351.783 126.26 352.467Z" fill="#E1E4E5"/>
<path d="M128.1 365.914L133.516 371.33C134.2 372.014 134.2 373.123 133.517 373.807C132.833 374.491 131.724 374.491 131.04 373.807L125.623 368.39C124.939 367.706 124.939 366.597 125.623 365.914C126.307 365.23 127.416 365.23 128.1 365.914Z" fill="#E1E4E5"/>
<defs>
<linearGradient id="paint0_linear_182_1682" x1="289.343" y1="623.749" x2="295.463" y2="-215.926" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

@@ -0,0 +1,53 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="600" height="600" fill="#CBD0D0"/>
<path d="M307.852 137.078C465.097 106.074 585.395 278.173 547.428 404.888" stroke="#E1E4E5" stroke-width="3.68" stroke-miterlimit="10" stroke-dasharray="15.28 15.28"/>
<path d="M298.511 133.992C292.506 142.733 296.726 156.07 296.726 156.07C296.726 156.07 310.682 155.227 316.681 146.48C322.686 137.74 318.47 124.409 318.47 124.409C318.47 124.409 304.516 125.252 298.511 133.992V133.992ZM493.686 342.004C455.495 353.602 415.637 359.401 375.721 360.549C355.821 361.124 335.863 360.434 316.135 358.08C298.19 355.898 279.957 352.684 262.817 346.712C247.863 341.545 231.989 331.67 233.427 313.699C233.369 314.216 233.312 314.676 233.312 315.192L232.967 317.431C228.998 340.914 224.972 364.338 221.003 387.821C220.486 390.347 220.428 390.749 220.83 389.084C220.716 389.544 220.6 390.06 220.485 390.519C223.419 380.012 230.321 371.457 237.05 363.133C243.664 354.98 250.509 346.77 255.226 337.354C257.641 332.474 259.424 327.766 260.574 322.483C263.91 307.096 266.096 291.021 268.684 275.519C270.812 262.888 273.573 250.027 274.666 237.223C275.529 227.234 272.653 217.817 265.923 210.296C251.947 194.68 229.516 190.374 209.443 190.316C188.45 190.316 167.168 194.048 146.348 189.857C135.708 187.676 125.354 183.255 117.877 175.216C110.343 167.121 103.154 155.007 103.959 143.581C103.901 144.098 103.844 144.557 103.844 145.074C102.981 150.701 102.06 156.269 101.198 161.896C97.6891 181.819 94.2381 201.799 90.73 221.722C90.787 221.435 90.845 221.205 90.9021 220.918C90.787 221.377 90.672 221.894 90.557 222.353C95.3314 203.981 116.9 201.455 132.659 200.536C133.062 200.536 135.304 186.928 134.959 188.651C136.688 179.054 138.356 169.447 139.964 159.829C141.574 150.241 143.242 140.595 144.737 131.008C144.909 129.802 146.348 119.007 146.463 119.007C136.8 119.582 126.62 120.099 117.935 124.692C114.254 126.644 110.86 129.342 108.272 132.673C104.304 137.84 103.556 144.041 102.406 150.299C98.8974 169.474 95.6185 188.708 92.5126 207.942C91.4772 214.43 89.6367 221.32 89.9247 227.98C90.1548 232.802 91.8224 237.453 93.893 241.759C97.9772 250.084 103.614 257.836 111.378 263.06C127.137 273.567 147.498 273.854 165.731 273.05C184.998 272.189 204.783 269.892 223.649 275.232C233.772 278.103 243.722 283.097 251.026 290.791C258.332 298.484 261.552 308.188 260.689 318.751C260.746 318.235 260.804 317.776 260.804 317.259C259.367 330.637 261.437 318.636 267.016 281.317C274.09 244.228 276.104 232.286 273.055 245.376C273.17 244.917 273.285 244.4 273.4 243.941C270.294 256.113 263.105 266.39 255.341 276.093C247.863 285.451 239.121 294.695 235.095 306.236C233.139 311.862 232.334 317.948 231.298 323.747C227.157 346.655 222.671 369.736 219.738 392.816C219.048 398.443 219.451 403.954 222.039 409.065C226.18 417.159 234.347 422.327 242.514 425.829C252.292 430.077 262.932 432.546 273.343 434.785C286.247 437.539 299.309 439.495 312.454 440.642C338.796 443.053 365.368 442.594 391.711 440.24C421.504 437.599 451.067 432.144 479.71 423.475C480.4 423.245 482.298 410.155 482.01 411.591C483.739 401.994 485.407 392.386 487.015 382.769C488.625 373.18 490.293 363.535 491.788 353.946C492.133 351.822 492.478 349.698 492.765 347.574C493.284 345.794 493.514 343.899 493.686 342.004V342.004Z" fill="#E1E4E5"/>
<path d="M221.24 388.114C224.536 378.788 230.84 370.91 237.029 363.263C242.465 356.486 248.133 349.709 252.586 342.236C252.586 342.236 252.528 342.236 252.528 342.178H252.644C253.627 340.556 254.495 338.934 255.362 337.255C257.791 332.33 259.468 327.175 260.625 321.845C260.625 321.729 260.683 321.556 260.683 321.44C260.741 320.745 260.799 319.644 260.972 318.081C261.724 307.596 258.543 297.922 251.256 290.217C249.875 288.777 248.407 287.423 246.86 286.163C242.118 292.187 237.781 298.559 235.293 305.799C233.328 311.477 232.518 317.617 231.477 323.468C227.313 346.581 222.802 369.867 219.852 393.154C219.794 393.386 219.794 393.676 219.794 393.908C220.199 391.996 220.778 390.026 221.24 388.114V388.114ZM220.72 389.389C220.604 389.91 220.546 390.2 220.488 390.316C220.604 390.026 220.662 389.679 220.72 389.389Z" fill="url(#paint0_linear_182_1713)"/>
<path d="M90.4706 220.738C90.5286 220.565 90.5286 220.45 90.5857 220.277C90.5286 220.565 90.4706 220.796 90.4126 221.084C90.4126 220.968 90.4136 220.853 90.4706 220.738C90.4136 221.084 90.2976 221.429 90.2406 221.717C95.0214 203.278 116.621 200.743 132.403 199.822C132.806 199.822 135.052 186.166 134.707 187.894C134.822 187.203 134.937 186.569 135.052 185.878C134.937 185.82 134.764 185.762 134.649 185.705C134.707 185.647 134.764 185.589 134.822 185.589C134.937 185.532 135.052 185.417 135.168 185.359C136.723 176.6 138.278 167.784 139.776 158.969C141.389 149.346 143.059 139.665 144.556 130.043C144.729 128.833 146.169 118 146.284 118C136.608 118.576 126.413 119.095 117.715 123.705C114.029 125.664 110.63 128.372 108.039 131.714C104.064 136.9 103.316 143.123 102.164 149.404C98.65 168.648 95.3665 187.952 92.256 207.255C91.5078 211.864 90.4136 216.646 89.8945 221.372C90.0675 221.026 90.2406 220.68 90.4706 220.335V220.738V220.738Z" fill="url(#paint1_linear_182_1713)"/>
<path d="M195.794 430.724C191.342 433.009 187.484 437.8 185.661 442.415C184.299 445.978 183.36 449.656 181.999 453.22C180.44 457.183 177.596 459.537 174.771 462.663C173.812 463.716 172.83 464.852 172.047 466.088C171.288 467.24 171.271 468.815 169.754 468.409C168.238 468.002 167.953 466.029 168.124 464.721C168.613 461.375 170.94 459.604 172.842 457.224C172.589 457.156 172.39 457.058 172.106 456.936C169.478 459.665 167.519 462.933 165.413 466.072C163.612 468.75 161.332 472.203 158.654 474.106C157.594 474.859 156.142 475.057 154.931 474.688C153.973 474.386 153.089 473.472 153.338 472.545C153.45 472.123 153.763 471.801 153.738 471.388C153.721 471.113 153.567 470.845 153.36 470.61C152.874 469.892 152.42 469.228 151.934 468.511C151.026 467.184 152.763 463.902 152.886 462.264C152.951 461.514 152.826 460.802 152.838 460.083C152.817 458.813 152.965 457.588 153.28 456.408C155.177 449.33 162.094 445.764 167.547 441.761C174.426 436.65 179.65 429.288 182.169 421.067L195.794 430.724ZM430.126 239.087C431.192 234.27 432.31 229.422 433.406 224.658C434.389 220.315 435.838 215.916 436.263 211.468C436.488 208.774 436.269 206.051 435.997 203.359C435.845 201.738 435.692 200.117 435.104 198.604C434.252 196.388 430.331 192.313 432.234 189.932C435.192 192.712 438.173 195.407 441.671 197.519C442.677 198.149 443.789 198.718 445.014 198.866C446.46 199.028 447.92 198.47 449.21 197.867C453.784 195.797 457.887 192.787 461.291 189.183C464.566 185.725 467.933 182.428 470.885 178.657C471.09 178.396 471.242 178.166 471.54 178.066C472.052 177.841 472.628 178.221 473.012 178.64C474.183 180.173 473.542 182.395 472.531 183.976C471.597 185.441 469.531 187.417 469.394 189.277C469.266 191.274 471.43 192.803 470.781 194.887C470.524 195.676 469.923 196.238 469.635 196.973C468.894 198.897 470.51 200.956 470.634 203.021C470.828 205.331 469.185 207.42 467.539 209.011C463.859 212.631 459.473 215.52 454.73 217.546C451.118 219.061 450.617 223.624 449.77 227.462C448.923 231.298 448.687 235.209 448.261 239.16C448.21 239.687 448.136 240.3 447.779 240.792C447.497 241.168 447.124 241.384 446.665 241.577C443.604 243.059 440.069 243.106 436.633 242.954C435.469 242.912 434.221 242.849 433.14 242.333C432.028 241.765 429.864 240.236 430.126 239.087V239.087Z" fill="#F8AE9D"/>
<path d="M350.397 224.675C353.845 229.166 354.138 234.981 352.448 240.443C351.039 245.033 347.965 249.087 343.851 251.462C343.264 251.802 342.592 252.118 341.873 252.106C340.097 251.991 339.414 249.821 339.116 248.071C338.613 245.226 338.877 242.723 338.712 239.97C338.547 237.215 336.853 234.775 337.238 231.988C337.632 229.339 337.046 221.414 339.326 219.813C342.11 217.849 347.706 221.742 349.536 223.677C349.828 223.936 350.097 224.279 350.397 224.675V224.675Z" fill="#444642"/>
<path d="M314.313 204.665C314.313 204.665 297.403 201.92 292.861 232.394C287.815 266.273 274.342 260.7 252.945 288.21C240.44 304.284 253.599 332.673 280.342 332.11C307.085 331.56 331.237 323.667 346.62 327.045C362.002 330.421 362.848 290.2 347.67 277.791C332.491 265.382 364.853 229.746 345.133 213.876C325.413 198.007 314.313 204.665 314.313 204.665V204.665Z" fill="#444642"/>
<path d="M350.306 259.741C350.13 261.915 349.91 264.084 349.647 266.249C349.097 269.985 342.704 270.755 339.868 271.396C338.53 271.669 337.193 271.943 335.846 272.08C335.296 272.113 333.258 271.792 332.885 272.009C331.251 272.88 329.334 287.45 328.5 287.362C320.723 286.723 312.846 287.638 305.389 290.02C308.888 273.256 303.978 255.005 310.603 239.214C313.358 232.637 318.046 226.938 323.913 222.91C327.735 220.276 335.829 216.529 340.053 220.145C341.336 221.256 342.2 222.752 342.925 224.256C348.33 235.097 351.125 247.587 350.306 259.741V259.741Z" fill="#F8AE9D"/>
<path d="M210.153 339.799C208.568 336.541 208.664 332.756 209.236 329.224C211.714 314.063 222.339 301.394 234.517 292.111C246.734 282.803 260.719 276.159 273.573 267.818C276.909 265.645 280.254 263.306 284.084 262.133C287.914 260.958 292.366 261.085 295.528 263.555C297.762 265.287 299.052 267.967 299.804 270.648C301.449 276.517 300.819 282.731 299.814 288.684C298.56 296.193 296.717 303.623 293.692 310.525C291.266 316.091 287.318 321.82 281.385 322.911C279.667 329.564 276.133 335.8 271.174 340.57C265.503 346.04 258.313 349.617 250.852 352.115C243.976 354.421 236.457 355.927 229.542 353.775C225.437 352.52 221.822 350.107 218.286 347.647C215.131 345.55 211.858 343.255 210.153 339.799V339.799ZM272.288 329.689L276.346 323.246C275.481 323.335 274.665 323.503 273.84 323.838C271.612 324.803 270.27 328.313 272.288 329.689Z" fill="#444642"/>
<path d="M327.921 286.485C334.998 287.884 339.504 294.827 346.595 296.004C355.638 297.478 365.901 296.254 375.083 296.367C382.552 296.472 390.883 296.22 396.177 290.955C396.802 290.309 397.396 289.611 398.236 289.339C399.076 289.068 400.234 289.468 400.368 290.317C407.144 281.204 412.824 271.301 417.315 260.943C418.626 257.907 430.276 231.45 429.792 231.23C436.078 233.727 442.643 235.351 449.326 236.194C449.079 238.972 449.438 242.185 449.189 244.963C448.606 251.354 447.969 257.777 446.742 264.041C443.42 280.989 435.656 297.154 423.952 309.823C407.237 327.878 382.135 336.957 357.717 339.944C358.161 346.882 355.36 353.627 351.476 359.361C345.455 368.179 339.086 374.42 336.294 385.007C333.819 394.414 333.396 404.416 335.161 414.011C335.326 414.914 335.521 415.869 335.357 416.819C335.229 417.462 335.019 418.082 334.692 418.627C332.703 422.34 329.034 424.743 325.463 426.947C309.531 436.859 289.867 444.008 271.405 447.687C255.916 450.717 239.403 450.492 224.808 444.458C237.642 434.485 241.814 417.901 247.496 403.437C253.321 388.605 265.26 377.082 269.362 361.608C270.242 358.322 270.853 354.692 269.156 351.754C259.323 365.196 239.566 366.63 227.927 378.549C220.455 386.211 217.543 397.082 213.294 406.872C209.242 416.263 203.634 425.057 196.444 432.343C189.326 432.106 182.151 429.055 177.757 423.542C183.443 408.222 190.341 393.768 196.028 378.447C197.502 374.461 199.052 370.361 201.815 367.128C205.02 363.425 209.524 361.109 213.621 358.459C224.18 351.58 232.285 341.558 241.228 332.619C252.463 321.36 265.145 311.617 278.959 303.712C284.301 300.628 289.852 297.779 295.379 295.016C299.349 293.009 303.371 290.97 307.311 288.91C308.922 288.122 310.502 287.282 312.236 286.707C317.501 285.092 322.468 285.43 327.921 286.485V286.485Z" fill="#888F82"/>
<path d="M363.442 282.97L255.527 345.275L318.449 454.259L426.364 391.954L363.442 282.97Z" fill="url(#pattern0)"/>
<path d="M465.324 151.045C467.456 149.178 470.809 150.317 471.362 153.096L484.378 218.632C484.93 221.411 482.266 223.746 479.583 222.835L416.32 201.339C413.636 200.428 412.946 196.953 415.077 195.086L465.324 151.045V151.045ZM97.2149 415.554C98.6321 413.1 102.174 413.1 103.591 415.554L136.998 473.418C138.416 475.872 136.644 478.94 133.811 478.94H66.9949C64.1613 478.94 62.3898 475.872 63.807 473.418L97.2149 415.554V415.554Z" fill="#B6B9B3"/>
<path d="M100.096 404.664C119.367 404.664 134.99 389.042 134.99 369.771C134.99 350.5 119.367 334.877 100.096 334.877C80.8255 334.877 65.2032 350.5 65.2032 369.771C65.2032 389.042 80.8255 404.664 100.096 404.664Z" fill="url(#paint2_linear_182_1713)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M469.986 482.186H209.146C184.661 482.186 185.784 462.003 193.782 454.969C201.98 447.761 218.177 450.684 218.177 450.684C218.177 450.684 222.999 437.109 238.871 430.499C252.911 424.653 267.619 427.435 267.619 427.435C267.619 427.435 267.619 418.118 276.608 410.4C285.598 402.683 297.584 403.434 297.584 403.434C297.584 403.434 305.824 352.056 360.884 352.056C415.945 352.056 422.312 400.433 422.312 400.433C422.312 400.433 434.674 400.433 443.664 408.684C452.653 416.934 453.776 426.309 453.776 426.309C453.776 426.309 483.84 422.253 492.732 448.218C498.03 463.693 487.144 482.186 469.986 482.186Z" fill="white" stroke="#E1E4E5" stroke-width="4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M473.187 446.536C450.064 446.536 431.315 427.787 431.315 404.664C431.315 381.54 450.064 362.791 473.187 362.791C496.311 362.791 515.06 381.54 515.06 404.664C515.06 427.787 496.311 446.536 473.187 446.536Z" fill="#C26148"/>
<path d="M487.146 398.319L469.703 416.083L459.231 405.427" stroke="white" stroke-width="7.091" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M51.0843 309.717L82.8472 277.954C84.0037 276.797 84.0037 274.922 82.8472 273.766L82.8466 273.765C81.69 272.609 79.815 272.609 78.6585 273.765L46.8955 305.528C45.739 306.685 45.739 308.56 46.8955 309.716L46.8961 309.717C48.0527 310.873 49.9278 310.873 51.0843 309.717Z" fill="#E1E4E5"/>
<path d="M548.917 444.336L517.154 476.099C515.997 477.256 515.997 479.131 517.154 480.287L517.154 480.288C518.311 481.445 520.186 481.445 521.343 480.288L553.105 448.525C554.262 447.369 554.262 445.494 553.105 444.337L553.105 444.336C551.948 443.18 550.073 443.18 548.917 444.336Z" fill="#E1E4E5"/>
<path d="M54.1942 286.975L63.3545 277.815C64.5111 276.658 64.5111 274.783 63.3545 273.627L63.3539 273.626C62.1974 272.469 60.3223 272.469 59.1658 273.626L50.0054 282.786C48.8489 283.943 48.8489 285.818 50.0054 286.974L50.0061 286.975C51.1626 288.132 53.0377 288.132 54.1942 286.975Z" fill="#E1E4E5"/>
<path d="M545.806 467.078L536.645 476.238C535.489 477.395 535.489 479.27 536.645 480.427L536.646 480.427C537.802 481.584 539.678 481.584 540.834 480.427L549.994 471.267C551.151 470.11 551.151 468.235 549.994 467.079L549.994 467.078C548.837 465.922 546.962 465.922 545.806 467.078Z" fill="#E1E4E5"/>
<path d="M146.008 418.417C138.045 418.417 131.589 424.664 131.589 432.37C131.589 440.076 138.045 446.323 146.008 446.323C153.971 446.323 160.427 440.076 160.427 432.37C160.427 424.664 153.971 418.417 146.008 418.417Z" fill="#888F82"/>
<path d="M139.235 254.062C132.627 254.062 127.271 248.706 127.271 242.099C127.271 235.492 132.627 230.135 139.235 230.135C145.842 230.135 151.198 235.492 151.198 242.099C151.198 248.706 145.842 254.062 139.235 254.062Z" fill="#888F82"/>
<path d="M390.115 229.426C384.72 229.426 380.347 225.053 380.347 219.658C380.347 214.263 384.72 209.89 390.115 209.89C395.509 209.89 399.883 214.263 399.883 219.658C399.883 225.053 395.509 229.426 390.115 229.426Z" fill="#888F82"/>
<path d="M252.01 463.97C247.158 463.97 243.225 460.037 243.225 455.185C243.225 450.334 247.158 446.4 252.01 446.4C256.862 446.4 260.795 450.334 260.795 455.185C260.795 460.037 256.862 463.97 252.01 463.97Z" fill="#E1E4E5"/>
<path d="M117.322 377.759C112.219 377.759 108.082 373.622 108.082 368.519C108.082 363.416 112.219 359.28 117.322 359.28C122.425 359.28 126.562 363.416 126.562 368.519C126.562 373.622 122.425 377.759 117.322 377.759Z" fill="#E1E4E5"/>
<path d="M210.048 472.991C207.534 472.991 205.496 470.953 205.496 468.438C205.496 465.924 207.534 463.886 210.048 463.886C212.563 463.886 214.601 465.924 214.601 468.438C214.601 470.953 212.563 472.991 210.048 472.991Z" fill="#E1E4E5"/>
<path d="M480.244 264.28C476.407 264.28 473.295 261.169 473.295 257.331C473.295 253.493 476.407 250.382 480.244 250.382C484.082 250.382 487.193 253.493 487.193 257.331C487.193 261.169 484.082 264.28 480.244 264.28Z" fill="#E1E4E5"/>
<path d="M146.917 313.031C147.567 315.456 146.128 317.948 143.703 318.598C141.278 319.248 138.786 317.809 138.136 315.384C137.487 312.959 138.926 310.467 141.35 309.817C143.775 309.168 146.267 310.606 146.917 313.031Z" fill="#E1E4E5"/>
<path d="M211.735 239.606C208.395 239.606 205.688 236.899 205.688 233.559C205.688 230.22 208.395 227.513 211.735 227.513C215.074 227.513 217.781 230.22 217.781 233.559C217.781 236.899 215.074 239.606 211.735 239.606Z" fill="#E1E4E5"/>
<path d="M432.882 333.535C430.313 333.535 428.231 331.869 428.231 329.814C428.231 327.76 430.313 326.094 432.882 326.094C435.451 326.094 437.533 327.76 437.533 329.814C437.533 331.869 435.451 333.535 432.882 333.535Z" fill="#E1E4E5"/>
<path d="M368.86 175.774C370.212 180.821 367.218 186.008 362.171 187.36C357.125 188.712 351.938 185.717 350.586 180.671C349.234 175.625 352.228 170.438 357.275 169.085C362.321 167.733 367.508 170.728 368.86 175.774Z" fill="#E1E4E5"/>
<path d="M513.816 289.033H513.938C514.658 299.243 522.25 299.4 522.25 299.4C522.25 299.4 513.878 299.563 513.878 311.359C513.878 299.563 505.506 299.4 505.506 299.4C505.506 299.4 513.096 299.243 513.816 289.033ZM190.719 151.379H190.929C192.169 169.245 205.246 169.52 205.246 169.52C205.246 169.52 190.827 169.806 190.827 190.45C190.827 169.806 176.408 169.52 176.408 169.52C176.408 169.52 189.479 169.245 190.719 151.379Z" fill="#E1E4E5"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_182_1713"/>
</pattern>
<linearGradient id="paint0_linear_182_1713" x1="196.647" y1="342.333" x2="306.004" y2="341.845" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient id="paint1_linear_182_1713" x1="58.2794" y1="172.07" x2="207.641" y2="171.125" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient id="paint2_linear_182_1713" x1="101.584" y1="443.79" x2="99.432" y2="258.96" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<image id="image0_182_1713" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAADMCAYAAAAyPDy1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ"/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

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