first commit

This commit is contained in:
mukesh13
2025-07-30 13:44:47 +05:30
commit 6c0c0e3d1d
494 changed files with 57695 additions and 0 deletions

4385
public/css/animate.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

535
public/css/bootstrap-select.min.css vendored Normal file
View File

@ -0,0 +1,535 @@
/*!
* Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2020 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
*/
@-webkit-keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
@-o-keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
@keyframes bs-notify-fadeOut {
0% {
opacity: .9
}
100% {
opacity: 0
}
}
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
display: none !important
}
.bootstrap-select {
width: 220px\0;
vertical-align: middle
}
.bootstrap-select>.dropdown-toggle {
position: relative;
width: 100%;
text-align: right;
white-space: nowrap;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.bootstrap-select>.dropdown-toggle:after {
margin-top: -1px
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
color: #999
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
color: rgba(255, 255, 255, .5)
}
.bootstrap-select>select {
position: absolute !important;
bottom: 0;
left: 50%;
display: block !important;
width: .5px !important;
height: 100% !important;
padding: 0 !important;
opacity: 0 !important;
border: none;
z-index: 0 !important
}
.bootstrap-select>select.mobile-device {
top: 0;
left: 0;
display: block !important;
width: 100% !important;
z-index: 2 !important
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
border-color: #b94a48
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
border-color: #28a745
}
.bootstrap-select.fit-width {
width: auto !important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 220px
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: thin dotted #333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
height: auto
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
width: 100%
}
.bootstrap-select.form-control.input-group-btn {
float: none;
z-index: auto
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
width: auto
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
float: none;
display: inline-block;
margin-left: 0
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
float: right
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
margin-bottom: 0
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
padding: 0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
font-size: inherit;
line-height: inherit;
border-radius: inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
padding: .25rem .5rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
padding: .5rem 1rem
}
.form-inline .bootstrap-select .form-control {
width: 100%
}
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
cursor: not-allowed
}
.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
outline: 0 !important
}
.bootstrap-select.bs-container {
position: absolute;
top: 0;
left: 0;
height: 0 !important;
padding: 0 !important
}
.bootstrap-select.bs-container .dropdown-menu {
z-index: 1060
}
.bootstrap-select .dropdown-toggle .filter-option {
position: static;
top: 0;
left: 0;
float: left;
height: 100%;
width: 100%;
text-align: left;
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
padding-right: inherit
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
position: absolute;
padding-top: inherit;
padding-bottom: inherit;
padding-left: inherit;
float: none
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
padding-right: inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
overflow: hidden
}
.bootstrap-select .dropdown-toggle .filter-expand {
width: 0 !important;
float: left;
opacity: 0 !important;
overflow: hidden
}
.bootstrap-select .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
border-radius: inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
width: 100%
}
.bootstrap-select .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select .dropdown-menu>.inner:focus {
outline: 0 !important
}
.bootstrap-select .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.bootstrap-select .dropdown-menu li {
position: relative
}
.bootstrap-select .dropdown-menu li.active small {
color: rgba(255, 255, 255, .5) !important
}
.bootstrap-select .dropdown-menu li.disabled a {
cursor: not-allowed
}
.bootstrap-select .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bootstrap-select .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em
}
.bootstrap-select .dropdown-menu li a span.check-mark {
display: none
}
.bootstrap-select .dropdown-menu li a span.text {
display: inline-block
}
.bootstrap-select .dropdown-menu li small {
padding-left: .5em
}
.bootstrap-select .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
pointer-events: none;
opacity: .9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
-webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
-o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
animation: .3s linear 750ms forwards bs-notify-fadeOut
}
.bootstrap-select .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
position: static;
display: inline;
padding: 0
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
display: inline
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
content: '\00a0'
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
top: 5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
margin-right: 34px
}
.bootstrap-select .bs-ok-default:after {
content: '';
display: block;
width: .5em;
height: 1em;
border-style: solid;
border-width: 0 .26em .26em 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, .2);
position: absolute;
bottom: -4px;
left: 9px;
display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
position: absolute;
bottom: -4px;
left: 10px;
display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
bottom: auto;
top: -4px;
border-top: 7px solid rgba(204, 204, 204, .2);
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
bottom: auto;
top: -4px;
border-top: 6px solid #fff;
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
right: 12px;
left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
right: 13px;
left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
display: block
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
padding: 4px 8px
}
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-actionsbox .btn-group button {
width: 50%
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-donebutton .btn-group button {
width: 100%
}
.bs-searchbox+.bs-actionsbox {
padding: 0 8px 4px
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none
}

13896
public/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

1
public/css/drift-basic.min.css vendored Normal file
View File

@ -0,0 +1 @@
@keyframes a{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes b{0%{opacity:1;transform:scale(1)}15%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.5)}}@keyframes c{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes d{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}40%{transform:scale(1.2) translateX(6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}90%{transform:scale(.8) translateX(6px)}to{transform:scale(1)}}@keyframes e{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}40%{transform:scale(1.2) translateX(-6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}90%{transform:scale(.8) translateX(-6px)}to{transform:scale(1)}}.drift-zoom-pane{background:rgba(0,0,0,.5);transform:translateZ(0);-webkit-transform:translateZ(0)}.drift-zoom-pane.drift-opening{animation:a .18s ease-out;-webkit-animation:a .18s ease-out}.drift-zoom-pane.drift-closing{animation:b .21s ease-in;-webkit-animation:b .21s ease-in}.drift-zoom-pane.drift-inline{border-radius:75px;box-shadow:0 6px 18px rgba(0,0,0,.3);height:150px;position:absolute;width:150px}.drift-loading .drift-zoom-pane-loader{animation:c 1.8s linear infinite;-webkit-animation:c 1.8s linear infinite;display:block;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:66px}.drift-zoom-pane-loader:after,.drift-zoom-pane-loader:before{background:hsla(0,0%,100%,.9);border-radius:20px;content:"";display:block;height:20px;margin-top:-10px;position:absolute;top:50%;width:20px}.drift-zoom-pane-loader:before{animation:d 1.8s linear infinite;-webkit-animation:d 1.8s linear infinite;left:0}.drift-zoom-pane-loader:after{animation:e 1.8s linear infinite;-webkit-animation:e 1.8s linear infinite;animation-delay:-.9s;-webkit-animation-delay:-.9s;right:0}.drift-bounding-box{background-color:rgba(0,0,0,.4)}

83
public/css/odometer.min.css vendored Normal file
View File

@ -0,0 +1,83 @@
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
text-align: center;
} /*# sourceMappingURL=odometer-theme-default.min.css.map */

420
public/css/photoswipe.css Normal file
View File

@ -0,0 +1,420 @@
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
--pswp-bg: #000;
--pswp-placeholder-bg: #222;
--pswp-root-z-index: 100000;
--pswp-preloader-color: rgba(79, 79, 79, 0.4);
--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
/* defined via js:
--pswp-transition-duration: 333ms; */
--pswp-icon-color: #fff;
--pswp-icon-color-secondary: #4f4f4f;
--pswp-icon-stroke-color: #4f4f4f;
--pswp-icon-stroke-width: 2px;
--pswp-error-text-color: var(--pswp-icon-color);
}
/*
Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: var(--pswp-root-z-index);
display: none;
touch-action: none;
outline: 0;
opacity: 0.003;
contain: layout style size;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,
(it may be focused initially) */
.pswp:focus {
outline: 0;
}
.pswp * {
box-sizing: border-box;
}
.pswp img {
max-width: none;
}
.pswp--open {
display: block;
}
.pswp,
.pswp__bg {
transform: translateZ(0);
will-change: opacity;
}
.pswp__bg {
opacity: 0.005;
background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
width: auto;
height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__item {
/* z-index for fade transition */
z-index: 1;
overflow: hidden;
}
.pswp__hidden {
display: none !important;
}
/* Allow to click through pswp__content element, but not its children */
.pswp__content {
pointer-events: none;
}
.pswp__content > * {
pointer-events: auto;
}
/*
PhotoSwipe UI
*/
/*
Error message appears when image is not loaded
(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
display: grid;
}
.pswp__error-msg {
margin: auto;
font-size: 1em;
line-height: 1;
color: var(--pswp-error-text-color);
}
/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
*/
.pswp .pswp__hide-on-close {
opacity: 0.005;
will-change: opacity;
transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
z-index: 10; /* always overlap slide content */
pointer-events: none; /* hidden elements should not be clickable */
}
/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
opacity: 1;
pointer-events: auto;
}
/* <button> styles, including css reset */
.pswp__button {
position: relative;
display: block;
width: 50px;
height: 60px;
padding: 0;
margin: 0;
overflow: hidden;
cursor: pointer;
background: none;
border: 0;
box-shadow: none;
opacity: 0.85;
-webkit-appearance: none;
-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
transition: none;
padding: 0;
background: none;
border: 0;
box-shadow: none;
opacity: 1;
}
.pswp__button:disabled {
opacity: 0.3;
cursor: auto;
}
.pswp__icn {
fill: var(--pswp-icon-color);
color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
position: absolute;
top: 14px;
left: 9px;
width: 32px;
height: 32px;
overflow: hidden;
pointer-events: none;
}
.pswp__icn-shadow {
stroke: var(--pswp-icon-stroke-color);
stroke-width: var(--pswp-icon-stroke-width);
fill: none;
}
.pswp__icn:focus {
outline: 0;
}
/*
div element that matches size of large image,
large image loads on top of it,
used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 60px;
display: flex;
flex-direction: row;
justify-content: flex-end;
z-index: 10;
/* allow events to pass through top bar itself */
pointer-events: none !important;
}
.pswp__top-bar > * {
pointer-events: auto;
/* this makes transition significantly more smooth,
even though inner elements are not animated */
will-change: opacity;
}
/*
Close button
*/
.pswp__button--close {
margin-right: 6px;
}
/*
Arrow buttons
*/
.pswp__button--arrow {
position: absolute;
top: 0;
width: 75px;
height: 100px;
top: 50%;
margin-top: -50px;
}
.pswp__button--arrow:disabled {
display: none;
cursor: default;
}
.pswp__button--arrow .pswp__icn {
top: 50%;
margin-top: -30px;
width: 60px;
height: 60px;
background: none;
border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
display: none;
}
/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
visibility: hidden;
}
/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
visibility: visible;
}
.pswp__button--arrow--prev {
right: auto;
left: 0px;
}
.pswp__button--arrow--next {
right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
left: auto;
right: 14px;
/* flip horizontally */
transform: scale(-1, 1);
}
/*
Zoom button
*/
.pswp__button--zoom {
display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
display: none;
}
/*
Loading indicator
*/
.pswp__preloader {
position: relative;
overflow: hidden;
width: 50px;
height: 60px;
margin-right: auto;
}
.pswp__preloader .pswp__icn {
opacity: 0;
transition: opacity 0.2s linear;
animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
opacity: 0.85;
}
@keyframes pswp-clockwise {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*
"1 of 10" counter
*/
.pswp__counter {
height: 30px;
margin-top: 15px;
margin-inline-start: 20px;
font-size: 14px;
line-height: 30px;
color: var(--pswp-icon-color);
text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
display: none;
}

File diff suppressed because one or more lines are too long

14
public/css/swiper-bundle.min.css vendored Normal file

File diff suppressed because one or more lines are too long

288
public/font/fonts.css Normal file
View File

@ -0,0 +1,288 @@
/* latin-ext */
@font-face {
font-family: 'DM Sans';
font-style: italic;
font-weight: 100 1000;
font-display: swap;
src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'DM Sans';
font-style: italic;
font-weight: 100 1000;
font-display: swap;
src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 100 1000;
font-display: swap;
src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 100 1000;
font-display: swap;
src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwadkRFe9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwa5kRFe9.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwaZkRFe9.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwalkRFe9.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwaVkRFe9.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwaRkRFe9.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter Tight';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSyv5HMAFg6IuGlBNMjxLsCwapkRA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsK8ah8QA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsD8ah8QA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsL8ah8QA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsE8ah8QA.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsI8ah8QA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsJ8ah8QA.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter Tight';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/intertight/v7/NGSwv5HMAFg6IuGlBNMjxLsH8ag.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

View File

@ -0,0 +1,7 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.

View File

@ -0,0 +1,152 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}

View File

@ -0,0 +1,30 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,366 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?44ei3i');
src: url('fonts/icomoon.eot?44ei3i#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?44ei3i') format('truetype'),
url('fonts/icomoon.woff?44ei3i') format('woff'),
url('fonts/icomoon.svg?44ei3i#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-faders:before {
content: "\e970";
}
.icon-Star-2:before {
content: "\e96f";
}
.icon-work-life-balance:before {
content: "\e969";
}
.icon-collaborative-culture:before {
content: "\e96a";
}
.icon-competitive-compensation:before {
content: "\e96b";
}
.icon-comprehensive-benefits:before {
content: "\e96c";
}
.icon-global-opportunities:before {
content: "\e96d";
}
.icon-professional-development:before {
content: "\e96e";
}
.icon-sync-alt-solid:before {
content: "\e965";
}
.icon-Analytics-Board-Bars:before {
content: "\e966";
}
.icon-Exceeding-Expectations:before {
content: "\e967";
}
.icon-Performance-Increase-1:before {
content: "\e968";
}
.icon-check-cycle-line-2:before {
content: "\e963";
}
.icon-arrow-right-02-sharp:before {
content: "\e962";
}
.icon-arrow-left-02-sharp:before {
content: "\e964";
}
.icon-arrow-left-01:before {
content: "\e960";
}
.icon-arrow-right-01:before {
content: "\e961";
}
.icon-check-cycle-line:before {
content: "\e95f";
}
.icon-share-network:before {
content: "\e95e";
}
.icon-caret-left:before {
content: "\e95c";
}
.icon-caret-right:before {
content: "\e95d";
}
.icon-quote:before {
content: "\e95b";
}
.icon-customer-support:before {
content: "\e95a";
}
.icon-link-simple:before {
content: "\e959";
}
.icon-arrow-down-01:before {
content: "\e958";
}
.icon-blogger:before {
content: "\e900";
}
.icon-book-bookmark-02:before {
content: "\e901";
}
.icon-bulb:before {
content: "\e902";
}
.icon-clapping-01:before {
content: "\e903";
}
.icon-customer-service:before {
content: "\e904";
}
.icon-file-verified:before {
content: "\e905";
}
.icon-medal-first-place:before {
content: "\e906";
}
.icon-message-question:before {
content: "\e907";
}
.icon-mic-01:before {
content: "\e908";
}
.icon-star:before {
content: "\e909";
}
.icon-time-02:before {
content: "\e90a";
}
.icon-user-group:before {
content: "\e90b";
}
.icon-user-question-02:before {
content: "\e90c";
}
.icon-paper-plane:before {
content: "\e90d";
}
.icon-parking-solid:before {
content: "\e90e";
}
.icon-play-filled:before {
content: "\e90f";
}
.icon-play-solid:before {
content: "\e910";
}
.icon-plus-solid:before {
content: "\e911";
}
.icon-quote-right-solid:before {
content: "\e912";
}
.icon-reddit:before {
content: "\e913";
}
.icon-search-solid:before {
content: "\e914";
}
.icon-shipping-fast-solid:before {
content: "\e915";
}
.icon-shopping-cart-solid:before {
content: "\e916";
}
.icon-star1:before {
content: "\e917";
}
.icon-star-half-alt-solid:before {
content: "\e918";
}
.icon-star-solid:before {
content: "\e919";
}
.icon-tiktok-filled:before {
content: "\e91a";
}
.icon-times-solid:before {
content: "\e91b";
}
.icon-tty-solid:before {
content: "\e91c";
}
.icon-twitter:before {
content: "\e91d";
}
.icon-twitter-x:before {
content: "\e91e";
}
.icon-user-solid:before {
content: "\e91f";
}
.icon-video-solid:before {
content: "\e920";
}
.icon-youtube:before {
content: "\e921";
}
.icon-arrow-top-right:before {
content: "\e922";
}
.icon-angle-down-solid:before {
content: "\e923";
}
.icon-angle-left-solid:before {
content: "\e924";
}
.icon-angle-right-solid:before {
content: "\e925";
}
.icon-angle-up-solid:before {
content: "\e926";
}
.icon-apple:before {
content: "\e927";
}
.icon-bed-solid:before {
content: "\e928";
}
.icon-behance:before {
content: "\e929";
}
.icon-bell:before {
content: "\e92a";
}
.icon-bezier-curve-solid:before {
content: "\e92b";
}
.icon-caret-left-solid:before {
content: "\e92c";
}
.icon-caret-right-solid:before {
content: "\e92d";
}
.icon-chart-area-solid:before {
content: "\e92e";
}
.icon-chart-line-solid:before {
content: "\e92f";
}
.icon-check-solid:before {
content: "\e930";
}
.icon-clock-solid:before {
content: "\e931";
}
.icon-code-solid:before {
content: "\e932";
}
.icon-cog-solid:before {
content: "\e933";
}
.icon-cogs-solid:before {
content: "\e934";
}
.icon-comment-quote:before {
content: "\e935";
}
.icon-comment-solid:before {
content: "\e936";
}
.icon-comments-solid:before {
content: "\e937";
}
.icon-couch-solid:before {
content: "\e938";
}
.icon-credit-card-solid:before {
content: "\e939";
}
.icon-crop-alt-solid:before {
content: "\e93a";
}
.icon-crown-solid:before {
content: "\e93b";
}
.icon-desktop-solid:before {
content: "\e93c";
}
.icon-download-solid:before {
content: "\e93d";
}
.icon-dribbble:before {
content: "\e93e";
}
.icon-envelope-solid:before {
content: "\e93f";
}
.icon-eye:before {
content: "\e940";
}
.icon-facebook-f:before {
content: "\e941";
}
.icon-github:before {
content: "\e942";
}
.icon-global:before {
content: "\e943";
}
.icon-grip-lines-solid:before {
content: "\e944";
}
.icon-grip-lines-vertical-solid:before {
content: "\e945";
}
.icon-heart:before {
content: "\e946";
}
.icon-heart-solid:before {
content: "\e947";
}
.icon-info-circle-solid:before {
content: "\e948";
}
.icon-instagram:before {
content: "\e949";
}
.icon-leaf-solid:before {
content: "\e94a";
}
.icon-linkedin-in:before {
content: "\e94b";
}
.icon-lock-solid:before {
content: "\e94c";
}
.icon-long-arrow-alt-down-solid:before {
content: "\e94d";
}
.icon-long-arrow-alt-left-solid:before {
content: "\e94e";
}
.icon-long-arrow-alt-right-solid:before {
content: "\e94f";
}
.icon-long-arrow-alt-up-solid:before {
content: "\e950";
}
.icon-map-marker-solid:before {
content: "\e951";
}
.icon-medium:before {
content: "\e952";
}
.icon-minus-solid:before {
content: "\e953";
}
.icon-mobile-alt-solid:before {
content: "\e954";
}
.icon-moon:before {
content: "\e955";
}
.icon-paint-roller-solid:before {
content: "\e956";
}
.icon-paperclip-solid:before {
content: "\e957";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.66699 23.9999L8.97928 17.6876C9.78206 16.8849 10.1834 16.4835 10.6922 16.4553C11.201 16.4271 11.6442 16.7817 12.5308 17.4909L15.3567 19.7517C16.2927 20.5005 16.7607 20.8749 17.2909 20.8299C17.8211 20.7848 18.2193 20.3369 19.0157 19.441L28.0003 9.33325" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M24 8H26.6667C27.9237 8 28.5523 8 28.9428 8.39052C29.3333 8.78105 29.3333 9.40959 29.3333 10.6667L29.3333 13.3333" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.66699 10.6667H14.667" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 775 B

View File

@ -0,0 +1,6 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 24.6667C20 24.0467 20 23.7367 20.0681 23.4824C20.2531 22.7922 20.7922 22.2531 21.4824 22.0681C21.7367 22 22.0467 22 22.6667 22H25.3333C25.9533 22 26.2633 22 26.5176 22.0681C27.2078 22.2531 27.7469 22.7922 27.9319 23.4824C28 23.7367 28 24.0467 28 24.6667V26C28 28.2091 26.2091 30 24 30C21.7909 30 20 28.2091 20 26V24.6667Z" stroke="#1C3F3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M27.6031 26C28.2263 25.8189 28.9333 25.6009 29.7601 25.3459L38.1024 22.7733C41.0715 21.8576 42.5247 20.262 42.8409 17.4995C42.9823 16.264 43.053 15.6462 42.9535 15.1404C42.6698 13.6973 41.4578 12.5271 39.8426 12.1368C39.2766 12 38.566 12 37.1449 12H10.8551C9.43401 12 8.72344 12 8.15742 12.1368C6.54221 12.5271 5.33021 13.6973 5.04645 15.1404C4.94702 15.6462 5.01772 16.264 5.15913 17.4995C5.47528 20.262 6.92849 21.8576 9.89763 22.7733L18.2399 25.3459C19.0667 25.6009 19.7737 25.8189 20.3969 26" stroke="#1C3F3A" stroke-width="2"/>
<path d="M6.92566 22L6.53317 26.3445C5.82962 34.1324 5.47784 38.0263 7.73468 40.5131C9.99152 43 13.877 43 21.648 43H26.352C34.123 43 38.0085 43 40.2653 40.5131C42.5222 38.0263 42.1704 34.1324 41.4668 26.3445L41.0743 22" stroke="#1C3F3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M31 11L30.8455 10.4702C30.0754 7.8301 29.6904 6.51006 28.7738 5.75503C27.8572 5 26.6397 5 24.2047 5H23.7953C21.3603 5 20.1428 5 19.2262 5.75503C18.3096 6.51006 17.9246 7.8301 17.1545 10.4702L17 11" stroke="#1C3F3A" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,3 @@
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.6673 14.6667H6.80065C6.05391 14.6667 5.68055 14.6667 5.39533 14.812C5.14445 14.9398 4.94047 15.1438 4.81264 15.3947C4.66732 15.6799 4.66732 16.0533 4.66732 16.8V28M22.6673 14.6667H26.534C27.2807 14.6667 27.6541 14.6667 27.9393 14.812C28.1902 14.9398 28.3942 15.1438 28.522 15.3947C28.6673 15.6799 28.6673 16.0533 28.6673 16.8V28M22.6673 28V8.26667C22.6673 6.77319 22.6673 6.02646 22.3767 5.45603C22.121 4.95426 21.7131 4.54631 21.2113 4.29065C20.6409 4 19.8941 4 18.4007 4H14.934C13.4405 4 12.6938 4 12.1233 4.29065C11.6216 4.54631 11.2136 4.95426 10.958 5.45603C10.6673 6.02646 10.6673 6.77319 10.6673 8.26667V28M30.0007 28H3.33398M15.334 9.33333H18.0007M15.334 14.6667H18.0007M15.334 20H18.0007" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,4 @@
<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.6503 5.10198C15.5762 6.0173 14.2408 6.57046 12.8341 6.68272C9.5514 6.94468 6.94468 9.5514 6.68272 12.8341C6.57046 14.2408 6.0173 15.5762 5.10198 16.6503C2.96601 19.1568 2.96601 22.8432 5.10198 25.3497C6.0173 26.4237 6.57046 27.7592 6.68272 29.1659C6.94468 32.4486 9.5514 35.0553 12.8341 35.3173C14.2408 35.4295 15.5763 35.9827 16.6503 36.898C19.1568 39.034 22.8432 39.034 25.3497 36.898C26.4237 35.9827 27.7592 35.4295 29.1659 35.3173C32.4486 35.0553 35.0553 32.4486 35.3173 29.1659C35.4295 27.7592 35.9827 26.4237 36.898 25.3497C39.034 22.8432 39.034 19.1568 36.898 16.6503C35.9827 15.5763 35.4295 14.2408 35.3173 12.8341C35.0553 9.5514 32.4486 6.94468 29.1659 6.68272C27.7592 6.57046 26.4237 6.0173 25.3497 5.10198C22.8432 2.96601 19.1568 2.96601 16.6503 5.10198Z" fill="#28285B"/>
<path d="M15.75 21L19.25 24.5L27.125 16.625M12.8341 6.68272C14.2408 6.57046 15.5762 6.0173 16.6503 5.10198C19.1568 2.96601 22.8432 2.96601 25.3497 5.10198C26.4237 6.0173 27.7592 6.57046 29.1659 6.68272C32.4486 6.94468 35.0553 9.5514 35.3173 12.8341C35.4295 14.2408 35.9827 15.5763 36.898 16.6503C39.034 19.1568 39.034 22.8432 36.898 25.3497C35.9827 26.4237 35.4295 27.7592 35.3173 29.1659C35.0553 32.4486 32.4486 35.0553 29.1659 35.3173C27.7592 35.4295 26.4237 35.9827 25.3497 36.898C22.8432 39.034 19.1568 39.034 16.6503 36.898C15.5763 35.9827 14.2408 35.4295 12.8341 35.3173C9.5514 35.0553 6.94468 32.4486 6.68272 29.1659C6.57046 27.7592 6.0173 26.4237 5.10198 25.3497C2.96601 22.8432 2.96601 19.1568 5.10198 16.6503C6.0173 15.5762 6.57046 14.2408 6.68272 12.8341C6.94468 9.5514 9.5514 6.94468 12.8341 6.68272Z" stroke="#FEDC6E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,4 @@
<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.6503 3.10198C13.5762 4.0173 12.2408 4.57046 10.8341 4.68272C7.5514 4.94468 4.94468 7.5514 4.68272 10.8341C4.57046 12.2408 4.0173 13.5762 3.10198 14.6503C0.966005 17.1568 0.966005 20.8432 3.10198 23.3497C4.0173 24.4237 4.57046 25.7592 4.68272 27.1659C4.94468 30.4486 7.5514 33.0553 10.8341 33.3173C12.2408 33.4295 13.5763 33.9827 14.6503 34.898C17.1568 37.034 20.8432 37.034 23.3497 34.898C24.4237 33.9827 25.7592 33.4295 27.1659 33.3173C30.4486 33.0553 33.0553 30.4486 33.3173 27.1659C33.4295 25.7592 33.9827 24.4237 34.898 23.3497C37.034 20.8432 37.034 17.1568 34.898 14.6503C33.9827 13.5763 33.4295 12.2408 33.3173 10.8341C33.0553 7.5514 30.4486 4.94468 27.1659 4.68272C25.7592 4.57046 24.4237 4.0173 23.3497 3.10198C20.8432 0.966005 17.1568 0.966005 14.6503 3.10198Z" fill="#28285B"/>
<path d="M13.75 19L17.25 22.5L25.125 14.625M10.8341 4.68272C12.2408 4.57046 13.5762 4.0173 14.6503 3.10198C17.1568 0.966005 20.8432 0.966005 23.3497 3.10198C24.4237 4.0173 25.7592 4.57046 27.1659 4.68272C30.4486 4.94468 33.0553 7.5514 33.3173 10.8341C33.4295 12.2408 33.9827 13.5763 34.898 14.6503C37.034 17.1568 37.034 20.8432 34.898 23.3497C33.9827 24.4237 33.4295 25.7592 33.3173 27.1659C33.0553 30.4486 30.4486 33.0553 27.1659 33.3173C25.7592 33.4295 24.4237 33.9827 23.3497 34.898C20.8432 37.034 17.1568 37.034 14.6503 34.898C13.5763 33.9827 12.2408 33.4295 10.8341 33.3173C7.5514 33.0553 4.94468 30.4486 4.68272 27.1659C4.57046 25.7592 4.0173 24.4237 3.10198 23.3497C0.966005 20.8432 0.966005 17.1568 3.10198 14.6503C4.0173 13.5762 4.57046 12.2408 4.68272 10.8341C4.94468 7.5514 7.5514 4.94468 10.8341 4.68272Z" stroke="#9AD8C6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,5 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3325 33.3333C12.4758 34.4957 12.1282 34.9001 11.4237 34.9881C10.7193 35.0761 10.2322 34.6728 9.25814 33.8662C5.63434 30.8656 3.33252 26.3756 3.33252 21.3579C3.33252 12.3237 10.7944 5 19.9992 5C29.2039 5 36.6659 12.3237 36.6659 21.3579C36.6659 26.3756 34.364 30.8656 30.7402 33.8662C29.7661 34.6728 29.2791 35.0761 28.5746 34.9881C27.8702 34.9001 27.5226 34.4957 26.6659 33.3333" stroke="#1C3F3A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22.499 17.5L29.999 8.33337" stroke="#1C3F3A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="19.999" cy="20" r="2.5" stroke="#1C3F3A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 824 B

View File

@ -0,0 +1,3 @@
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.6667 6.66667C17.6667 8.13943 14.3834 9.33333 10.3333 9.33333C6.28325 9.33333 3 8.13943 3 6.66667M17.6667 6.66667C17.6667 5.19391 14.3834 4 10.3333 4C6.28325 4 3 5.19391 3 6.66667M17.6667 6.66667V12.6095C16.038 13.0986 15 13.8386 15 14.6667M3 6.66667V22.6667C3 24.1394 6.28325 25.3333 10.3333 25.3333C12.1062 25.3333 13.7321 25.1046 15 24.7238V14.6667M3 12C3 13.4728 6.28325 14.6667 10.3333 14.6667C12.1062 14.6667 13.7321 14.4379 15 14.0571M3 17.3333C3 18.8061 6.28325 20 10.3333 20C12.1062 20 13.7321 19.7712 15 19.3905M29.6667 14.6667C29.6667 16.1394 26.3834 17.3333 22.3333 17.3333C18.2832 17.3333 15 16.1394 15 14.6667M29.6667 14.6667C29.6667 13.1939 26.3834 12 22.3333 12C18.2832 12 15 13.1939 15 14.6667M29.6667 14.6667V25.3333C29.6667 26.8061 26.3834 28 22.3333 28C18.2832 28 15 26.8061 15 25.3333V14.6667M29.6667 20C29.6667 21.4728 26.3834 22.6667 22.3333 22.6667C18.2832 22.6667 15 21.4728 15 20" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,5 @@
<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="22.3333" cy="11.6667" rx="5.33333" ry="10.6667" stroke="#FC6A2B" stroke-width="2"/>
<path d="M22.3333 1C18.1958 1 9.62016 4.17015 4.69473 6.13829C2.43923 7.03957 1 9.23776 1 11.6667C1 14.0956 2.43923 16.2938 4.69473 17.195C9.62016 19.1632 18.1958 22.3333 22.3333 22.3333" stroke="#FC6A2B" stroke-width="2"/>
<path d="M12.9997 27.6666L10.4087 26.2403C7.58763 24.6875 5.99506 21.5511 6.39363 18.3333" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,7 @@
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="16.6667" cy="6.66626" rx="10.6667" ry="4" stroke="#FC6A2B" stroke-width="2"/>
<path d="M27.3333 15.9995C27.3333 18.2087 22.5577 19.9995 16.6667 19.9995C10.7756 19.9995 6 18.2087 6 15.9995" stroke="#FC6A2B" stroke-width="2"/>
<path d="M27.3333 6.66626V25.3329C27.3333 27.5421 22.5577 29.3329 16.6667 29.3329C10.7756 29.3329 6 27.5421 6 25.3329V6.66626" stroke="#FC6A2B" stroke-width="2"/>
<path d="M11.333 10.6663V13.3329" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round"/>
<path d="M11.333 19.9995V22.6662" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 690 B

View File

@ -0,0 +1,5 @@
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.6667 15.9996C29.6667 8.6358 23.6971 2.66626 16.3333 2.66626C8.96954 2.66626 3 8.6358 3 15.9996C3 23.3634 8.96954 29.3329 16.3333 29.3329C23.6971 29.3329 29.6667 23.3634 29.6667 15.9996Z" stroke="#FC6A2B" stroke-width="2"/>
<path d="M16.8688 11.0636L20.762 9.76588C21.9437 9.37199 22.5345 9.17505 22.8464 9.48693C23.1583 9.7988 22.9613 10.3896 22.5675 11.5713L21.2697 15.4645C20.5985 17.4781 20.2629 18.4849 19.5409 19.2069C18.8189 19.9289 17.8121 20.2645 15.7985 20.9357L11.9053 22.2335C10.7236 22.6274 10.1328 22.8243 9.82091 22.5124C9.50904 22.2005 9.70598 21.6097 10.0999 20.4281L11.3976 16.5348C12.0688 14.5212 12.4044 13.5144 13.1264 12.7924C13.8484 12.0704 14.8552 11.7348 16.8688 11.0636Z" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.333 15.9995L16.3245 16.008" stroke="#FC6A2B" stroke-width="2.66667" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,14 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4289_2150)">
<path d="M27.5728 31.4519H27.9988C27.9988 31.4519 34.9048 31.4659 34.9988 31.4519L39.3588 30.6519C39.8193 30.5676 40.2356 30.3245 40.5353 29.9649C40.8349 29.6053 40.999 29.152 40.9988 28.6839V17.8159C40.9988 17.4138 40.8776 17.0211 40.6511 16.6889C40.4246 16.3568 40.1032 16.1006 39.7288 15.9539L29.6388 11.9999C29.1415 11.8053 28.6012 11.747 28.0739 11.8311C27.5465 11.9151 27.0511 12.1384 26.6388 12.4779L19.3088 18.5079C19.0308 18.7355 18.8412 19.0533 18.7731 19.4061C18.7049 19.7589 18.7624 20.1245 18.9356 20.4393C19.1088 20.7541 19.3868 20.9984 19.7213 21.1296C20.0558 21.2609 20.4257 21.2709 20.7668 21.1579L28.9988 18.4519" stroke="#3F3D2E" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.00098 27.4524L12.201 28.4524L19.371 35.6224C19.5973 35.8491 19.8747 36.0181 20.18 36.1152C20.4852 36.2123 20.8093 36.2346 21.125 36.1804L22.125 36.0064C22.5323 35.9363 22.9079 35.7418 23.2001 35.4496C23.4924 35.1573 23.6869 34.7817 23.757 34.3744L24.105 32.3484L27.523 31.7584L28.113 28.3424L31.531 27.7524L32.119 24.3344L26.919 19.1344" stroke="#3F3D2E" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M23.141 15.3567L20.183 12.4007C19.9033 12.1201 19.5467 11.9289 19.1582 11.8513C18.7697 11.7736 18.367 11.8131 18.001 11.9647L12.001 14.4527L7.00098 15.4527" stroke="#3F3D2E" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.00098 12.4524H5.00098C5.53141 12.4524 6.04012 12.6631 6.41519 13.0382C6.79026 13.4133 7.00098 13.922 7.00098 14.4524V28.4524C7.00098 28.9828 6.79026 29.4915 6.41519 29.8666C6.04012 30.2417 5.53141 30.4524 5.00098 30.4524H1.00098V12.4524Z" stroke="#3F3D2E" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M42.999 14.4515H46.999V32.4515H42.999C42.4686 32.4515 41.9599 32.2408 41.5848 31.8658C41.2097 31.4907 40.999 30.982 40.999 30.4515V16.4515C40.999 15.9211 41.2097 15.4124 41.5848 15.0373C41.9599 14.6623 42.4686 14.4515 42.999 14.4515Z" stroke="#3F3D2E" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_4289_2150">
<rect width="48" height="48" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,6 @@
<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 38.5C30.665 38.5 38.5 30.665 38.5 21C38.5 11.335 30.665 3.5 21 3.5C11.335 3.5 3.5 11.335 3.5 21C3.5 30.665 11.335 38.5 21 38.5Z" fill="#28285B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.994 15.8688C19.2446 13.8236 16.3273 13.2734 14.1354 15.1463C11.9434 17.0191 11.6348 20.1504 13.3562 22.3654C14.4587 23.7841 17.2823 26.4149 19.1699 28.1231C19.7972 28.6908 20.1108 28.9746 20.4865 29.0885C20.8095 29.1863 21.1785 29.1863 21.5015 29.0885C21.8772 28.9746 22.1908 28.6908 22.8181 28.1231C24.7057 26.4149 27.5293 23.7841 28.6318 22.3654C30.3532 20.1504 30.0823 16.9994 27.8527 15.1463C25.6231 13.2931 22.7434 13.8236 20.994 15.8688Z" fill="#28285B"/>
<path d="M21 38.5C30.665 38.5 38.5 30.665 38.5 21C38.5 11.335 30.665 3.5 21 3.5C11.335 3.5 3.5 11.335 3.5 21C3.5 30.665 11.335 38.5 21 38.5Z" stroke="#FF8283" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.994 15.8688C19.2446 13.8236 16.3273 13.2734 14.1354 15.1463C11.9434 17.0191 11.6348 20.1504 13.3562 22.3654C14.4587 23.7841 17.2823 26.4149 19.1699 28.1231C19.7972 28.6908 20.1108 28.9746 20.4865 29.0885C20.8095 29.1863 21.1785 29.1863 21.5015 29.0885C21.8772 28.9746 22.1908 28.6908 22.8181 28.1231C24.7057 26.4149 27.5293 23.7841 28.6318 22.3654C30.3532 20.1504 30.0823 16.9994 27.8527 15.1463C25.6231 13.2931 22.7434 13.8236 20.994 15.8688Z" stroke="#FF8283" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,3 @@
<svg width="29" height="26" viewBox="0 0 29 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.33333 11.6667H4.46667C3.71993 11.6667 3.34656 11.6667 3.06135 11.812C2.81046 11.9398 2.60649 12.1438 2.47866 12.3947C2.33333 12.6799 2.33333 13.0533 2.33333 13.8V25M20.3333 11.6667H24.2C24.9467 11.6667 25.3201 11.6667 25.6053 11.812C25.8562 11.9398 26.0602 12.1438 26.188 12.3947C26.3333 12.6799 26.3333 13.0533 26.3333 13.8V25M20.3333 25V5.26667C20.3333 3.77319 20.3333 3.02646 20.0427 2.45603C19.787 1.95426 19.3791 1.54631 18.8773 1.29065C18.3069 1 17.5601 1 16.0667 1H12.6C11.1065 1 10.3598 1 9.78936 1.29065C9.28759 1.54631 8.87965 1.95426 8.62398 2.45603C8.33333 3.02646 8.33333 3.77319 8.33333 5.26667V25M27.6667 25H1M13 6.33333H15.6667M13 11.6667H15.6667M13 17H15.6667" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 876 B

View File

@ -0,0 +1,5 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M33.3591 3.33264C31.5034 3.33264 29.999 7.80979 29.999 13.3326H33.3591C34.9784 13.3326 35.7881 13.3326 36.2893 12.7736C36.7905 12.2145 36.7032 11.4782 36.5287 10.0057C36.0681 6.11836 34.8229 3.33264 33.3591 3.33264Z" stroke="#1C3F3A" stroke-width="2.5"/>
<path d="M29.9992 13.4231V31.0756C29.9992 33.5951 29.9992 34.8548 29.2293 35.3507C27.9711 36.1611 26.0259 34.4617 25.0477 33.8448C24.2394 33.335 23.8353 33.0801 23.3867 33.0654C22.9021 33.0495 22.4907 33.2939 21.6173 33.8448L18.4325 35.8533C17.5734 36.3951 17.1438 36.666 16.6659 36.666C16.1879 36.666 15.7583 36.3951 14.8992 35.8533L11.7144 33.8448C10.9061 33.335 10.502 33.0801 10.0534 33.0654C9.56872 33.0495 9.15739 33.2939 8.28398 33.8448C7.30577 34.4617 5.36064 36.1611 4.10244 35.3507C3.33252 34.8548 3.33252 33.5951 3.33252 31.0756V13.4231C3.33252 8.6664 3.33252 6.28806 4.79699 4.81035C6.26145 3.33264 8.61847 3.33264 13.3325 3.33264H33.3325" stroke="#1C3F3A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.6659 13.3327C14.8249 13.3327 13.3325 14.452 13.3325 15.8327C13.3325 17.2134 14.8249 18.3327 16.6659 18.3327C18.5068 18.3327 19.9992 19.452 19.9992 20.8327C19.9992 22.2134 18.5068 23.3327 16.6659 23.3327M16.6659 13.3327C18.1172 13.3327 19.3519 14.0284 19.8095 14.9993M16.6659 13.3327V11.666M16.6659 23.3327C15.2145 23.3327 13.9798 22.637 13.5222 21.666M16.6659 23.3327V24.9993" stroke="#1C3F3A" stroke-width="2.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,6 @@
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M27.0003 19.3337V8.66707C27.0003 6.15292 27.0003 4.89584 26.2193 4.11479C25.4382 3.33374 24.1812 3.33374 21.667 3.33374H11.0003C8.48617 3.33374 7.22909 3.33374 6.44804 4.11479C5.66699 4.89584 5.66699 6.15292 5.66699 8.66707V19.3337" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.99682 20.6877L5.69271 19.3337H26.9357L27.6697 20.6877C29.5936 24.2363 30.0728 26.0107 29.3415 27.3389C28.6103 28.6671 26.6715 28.6671 22.7939 28.6671L9.87283 28.6671C5.99522 28.6671 4.05642 28.6671 3.32516 27.3389C2.5939 26.0107 3.07299 24.2363 4.99682 20.6877Z" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.333 14.667H16.345" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.333 11.3337L16.333 8.00041" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,6 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.6035 40.8018L17.4035 40.8018" stroke="#3F3D2E" stroke-width="3" stroke-linecap="round"/>
<path d="M24 40.1992L24 29.3992" stroke="#3F3D2E" stroke-width="3" stroke-linecap="round"/>
<path d="M8.39844 8.99941C8.39844 8.66804 8.66707 8.39941 8.99844 8.39941H23.9984H38.9984C39.3298 8.39941 39.5984 8.66805 39.5984 8.99941V18.5994V28.1994C39.5984 28.5308 39.3298 28.7994 38.9984 28.7994H23.9984H8.99844C8.66707 28.7994 8.39844 28.5308 8.39844 28.1994V18.5994V8.99941Z" stroke="#3F3D2E" stroke-width="3"/>
<path d="M15.1499 20.5483C15.1499 20.5483 18.8833 22.5269 23.2499 20.9984C29.6482 18.7587 31.8454 15.0105 31.8454 15.0105M31.8454 15.0105L25.4999 14.3983M31.8454 15.0105L32.3999 21.7484" stroke="#3F3D2E" stroke-width="3" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 863 B

View File

@ -0,0 +1,19 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="24.15" cy="23.8492" r="6.15" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="24.1512" cy="6.75078" r="3.45" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="4.95" cy="4.95" r="3.45" transform="matrix(1 0 0 -1 19.2012 46.1992)" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="41.2512" cy="23.8484" r="3.45" transform="rotate(90 41.2512 23.8484)" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="6.75078" cy="23.8508" r="3.45" transform="rotate(-90 6.75078 23.8508)" stroke="#3F3D2E" stroke-width="3"/>
<path d="M24.1484 9.75V18" stroke="#3F3D2E" stroke-width="3"/>
<path d="M24.1484 38.25V30" stroke="#3F3D2E" stroke-width="3"/>
<path d="M38.1035 23.8516L29.8535 23.8516" stroke="#3F3D2E" stroke-width="3"/>
<path d="M9.89844 23.8516L18.1484 23.8516" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="11.9066" cy="11.6953" r="3.45" transform="rotate(-45 11.9066 11.6953)" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="4.95" cy="4.95" r="3.45" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 36.3047 43.0938)" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="36.0898" cy="11.6957" r="3.45" transform="rotate(45 36.0898 11.6957)" stroke="#3F3D2E" stroke-width="3"/>
<circle cx="11.6953" cy="36.0934" r="3.45" transform="rotate(-135 11.6953 36.0934)" stroke="#3F3D2E" stroke-width="3"/>
<path d="M14.0332 13.8164L19.8668 19.65" stroke="#3F3D2E" stroke-width="3"/>
<path d="M34.1836 33.9688L28.35 28.1351" stroke="#3F3D2E" stroke-width="3"/>
<path d="M33.8633 13.9219L28.0296 19.7555" stroke="#3F3D2E" stroke-width="3"/>
<path d="M13.9219 33.8633L19.7555 28.0296" stroke="#3F3D2E" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,3 @@
<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.85 21H21V26.85C23.9387 26.2535 26.2535 23.9387 26.85 21ZM21 29.8937C25.5985 29.2359 29.2359 25.5985 29.8937 21H35.9327C35.2194 28.9157 28.9157 35.2194 21 35.9327V29.8937ZM18 26.85V21H12.15C12.7466 23.9387 15.0613 26.2535 18 26.85ZM9.10634 21C9.7641 25.5985 13.4015 29.2359 18 29.8937V35.9327C10.0843 35.2194 3.78059 28.9157 3.06727 21H9.10634ZM0.0568344 21C0.0191744 20.5049 0 20.0047 0 19.5C0 18.9953 0.0191744 18.4951 0.0568344 18C0.785112 8.42639 8.42639 0.785112 18 0.0568344C18.4951 0.0191744 18.9953 0 19.5 0C20.0047 0 20.5049 0.0191744 21 0.0568344C30.5736 0.785111 38.2149 8.42639 38.9432 18C38.9808 18.4951 39 18.9953 39 19.5C39 20.0047 38.9808 20.5049 38.9432 21C38.2149 30.5736 30.5736 38.2149 21 38.9432C20.5049 38.9808 20.0047 39 19.5 39C18.9953 39 18.4951 38.9808 18 38.9432C8.42639 38.2149 0.785111 30.5736 0.0568344 21ZM35.9327 18H29.8937C29.2359 13.4015 25.5985 9.7641 21 9.10634V3.06727C28.9157 3.78059 35.2194 10.0843 35.9327 18ZM18 3.06727C10.0843 3.78059 3.78059 10.0843 3.06727 18H9.10634C9.7641 13.4015 13.4015 9.7641 18 9.10634V3.06727ZM18 12.15C15.0613 12.7466 12.7466 15.0613 12.15 18H18V12.15ZM21 18H26.85C26.2535 15.0613 23.9387 12.7466 21 12.15V18Z" fill="#3F3D2E"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9993 29.3334C23.3631 29.3334 29.3327 23.3639 29.3327 16.0001C29.3327 8.63628 23.3631 2.66675 15.9993 2.66675C8.63555 2.66675 2.66602 8.63628 2.66602 16.0001C2.66602 23.3639 8.63555 29.3334 15.9993 29.3334Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.4438 9.73342C18.4438 9.36005 18.4438 9.17336 18.3711 9.03075C18.3072 8.90531 18.2052 8.80333 18.0798 8.73941C17.9372 8.66675 17.7505 8.66675 17.3771 8.66675H14.6216C14.2482 8.66675 14.0615 8.66675 13.9189 8.73941C13.7935 8.80333 13.6915 8.90531 13.6276 9.03075C13.5549 9.17336 13.5549 9.36005 13.5549 9.73342V12.489C13.5549 12.8623 13.5549 13.049 13.4822 13.1916C13.4183 13.3171 13.3163 13.4191 13.1909 13.483C13.0483 13.5556 12.8616 13.5556 12.4882 13.5556H9.73268C9.35931 13.5556 9.17263 13.5556 9.03002 13.6283C8.90458 13.6922 8.80259 13.7942 8.73868 13.9196C8.66602 14.0623 8.66602 14.2489 8.66602 14.6223V17.3779C8.66602 17.7512 8.66602 17.9379 8.73868 18.0805C8.80259 18.206 8.90458 18.3079 9.03002 18.3719C9.17263 18.4445 9.35931 18.4445 9.73268 18.4445H12.4882C12.8616 18.4445 13.0483 18.4445 13.1909 18.5172C13.3163 18.5811 13.4183 18.6831 13.4822 18.8085C13.5549 18.9511 13.5549 19.1378 13.5549 19.5112V22.2667C13.5549 22.6401 13.5549 22.8268 13.6276 22.9694C13.6915 23.0949 13.7935 23.1968 13.9189 23.2608C14.0615 23.3334 14.2482 23.3334 14.6216 23.3334H17.3771C17.7505 23.3334 17.9372 23.3334 18.0798 23.2608C18.2052 23.1968 18.3072 23.0949 18.3711 22.9694C18.4438 22.8268 18.4438 22.6401 18.4438 22.2667V19.5112C18.4438 19.1378 18.4438 18.9511 18.5165 18.8085C18.5804 18.6831 18.6824 18.5811 18.8078 18.5172C18.9504 18.4445 19.1371 18.4445 19.5105 18.4445H22.266C22.6394 18.4445 22.8261 18.4445 22.9687 18.3719C23.0941 18.3079 23.1961 18.206 23.26 18.0805C23.3327 17.9379 23.3327 17.7512 23.3327 17.3779V14.6223C23.3327 14.2489 23.3327 14.0623 23.26 13.9196C23.1961 13.7942 23.0941 13.6922 22.9687 13.6283C22.8261 13.5556 22.6394 13.5556 22.266 13.5556H19.5105C19.1371 13.5556 18.9504 13.5556 18.8078 13.483C18.6824 13.4191 18.5804 13.3171 18.5165 13.1916C18.4438 13.049 18.4438 12.8623 18.4438 12.489V9.73342Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,5 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M41.8855 33.6708C40.5728 25.7732 36.4864 19.8923 32.9339 16.438C31.9002 15.4328 31.3833 14.9303 30.2416 14.4651C29.0998 14 28.1184 14 26.1556 14H21.8444C19.8816 14 18.9002 14 17.7584 14.4651C16.6167 14.9303 16.0998 15.4328 15.0661 16.438C11.5136 19.8923 7.42721 25.7732 6.11453 33.6708C5.13786 39.5469 10.5585 44 16.6166 44H31.3834C37.4415 44 42.8621 39.5469 41.8855 33.6708Z" stroke="#1C3F3A" stroke-width="2" stroke-linecap="round"/>
<path d="M24.8261 22C24.8261 21.4477 24.3784 21 23.8261 21C23.2738 21 22.8261 21.4477 22.8261 22L24.8261 22ZM22.8261 36C22.8261 36.5523 23.2738 37 23.8261 37C24.3784 37 24.8261 36.5523 24.8261 36H22.8261ZM26.3694 25.6051C26.7036 26.0448 27.3309 26.1303 27.7706 25.7961C28.2103 25.4619 28.2958 24.8346 27.9616 24.3949L26.3694 25.6051ZM21.161 32.577C20.7494 32.2087 20.1172 32.2438 19.7489 32.6553C19.3806 33.0668 19.4156 33.699 19.8272 34.0673L21.161 32.577ZM23.8261 27.7987C22.4993 27.7987 21.7875 27.5861 21.4283 27.3441C21.1537 27.1591 21 26.9027 21 26.3789H19C19 27.4142 19.3681 28.3677 20.3109 29.0028C21.169 29.5809 22.3703 29.7987 23.8261 29.7987V27.7987ZM21 26.3789C21 25.9918 21.2105 25.5591 21.7144 25.1874C22.2179 24.8159 22.9612 24.5559 23.8261 24.5559V22.5559C22.5779 22.5559 21.4082 22.9278 20.5269 23.578C19.646 24.228 19 25.2069 19 26.3789H21ZM27 31.6217C27 32.2537 26.7391 32.6459 26.2626 32.9322C25.7254 33.2548 24.8878 33.4447 23.8261 33.4447V35.4447C25.0696 35.4447 26.3189 35.2314 27.2924 34.6466C28.3265 34.0255 29 33.0061 29 31.6217H27ZM23.8261 29.7987C25.161 29.7987 25.963 29.9999 26.4102 30.2916C26.7675 30.5246 27 30.8795 27 31.6217H29C29 30.3474 28.5369 29.2908 27.5028 28.6164C26.5587 28.0007 25.2738 27.7987 23.8261 27.7987V29.7987ZM24.8261 23.5559L24.8261 22L22.8261 22L22.8261 23.5559L24.8261 23.5559ZM22.8261 34.4447V36H24.8261V34.4447H22.8261ZM23.8261 24.5559C25.0173 24.5559 25.9418 25.0426 26.3694 25.6051L27.9616 24.3949C27.0791 23.2338 25.5036 22.5559 23.8261 22.5559V24.5559ZM23.8261 33.4447C22.6612 33.4447 21.7055 33.0644 21.161 32.577L19.8272 34.0673C20.8065 34.9438 22.2687 35.4447 23.8261 35.4447V33.4447Z" fill="#1C3F3A"/>
<path d="M14.5132 8.88574C14.1006 8.28517 13.5026 7.46999 14.738 7.28409C16.0078 7.09302 17.3264 7.96228 18.6171 7.94442C19.7847 7.92825 20.3796 7.41039 21.0178 6.67096C21.6899 5.89235 22.7305 4 24 4C25.2695 4 26.3101 5.89235 26.9822 6.67096C27.6204 7.41039 28.2153 7.92825 29.3829 7.94442C30.6736 7.96228 31.9922 7.09302 33.262 7.28409C34.4974 7.46999 33.8994 8.28517 33.4868 8.88573L31.6211 11.6013C30.823 12.7629 30.424 13.3437 29.5889 13.6719C28.7538 14 27.6747 14 25.5164 14H22.4836C20.3253 14 19.2462 14 18.4111 13.6719C17.576 13.3437 17.177 12.7629 16.3789 11.6013L14.5132 8.88574Z" stroke="#1C3F3A" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,4 @@
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.667 29.3338C15.5761 29.3338 14.5339 28.8867 12.4496 27.9924C7.26118 25.7663 4.66699 24.6532 4.66699 22.7809L4.66699 10.3305M16.667 29.3338C17.7579 29.3338 18.8001 28.8867 20.8844 27.9924C26.0728 25.7663 28.667 24.6532 28.667 22.7809L28.667 10.3305M16.667 29.3338L16.667 16.2281M28.667 10.3305C28.667 11.1355 27.5982 11.6438 25.4607 12.6605L21.5658 14.513C19.1619 15.6564 17.9599 16.2281 16.667 16.2281M28.667 10.3305C28.667 9.5255 27.5982 9.01716 25.4607 8.00049M4.66699 10.3305C4.66699 11.1355 5.73575 11.6438 7.87328 12.6605L11.7682 14.513C14.1721 15.6564 15.374 16.2281 16.667 16.2281M4.66699 10.3305C4.66699 9.5255 5.73575 9.01716 7.87328 8.00049M9.1097 17.7485L11.7682 19.013" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.6673 2.66699V5.33366M22.0007 4.00033L20.0007 6.66699M11.334 4.00033L13.334 6.66699" stroke="#FC6A2B" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,6 @@
<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.4418 33.8994L17.4646 36.1997C17.7686 36.8845 18.2648 37.4662 18.893 37.8745C19.5211 38.2829 20.2543 38.5001 21.0035 38.5C21.7527 38.5001 22.4858 38.2829 23.114 37.8745C23.7421 37.4662 24.2383 36.8845 24.5424 36.1997L25.5651 33.8994C25.9292 33.0832 26.5417 32.4028 27.3151 31.955C28.0935 31.506 28.994 31.3148 29.8876 31.4086L32.3901 31.675C33.1351 31.7538 33.8869 31.6148 34.5543 31.2748C35.2218 30.9349 35.7764 30.4086 36.1507 29.7597C36.5255 29.1113 36.7041 28.368 36.6647 27.62C36.6254 26.8721 36.3698 26.1517 35.929 25.5461L34.4474 23.5103C33.9198 22.78 33.6379 21.9009 33.6424 21C33.6422 20.1015 33.9267 19.2261 34.4551 18.4994L35.9368 16.4636C36.3776 15.8581 36.6332 15.1376 36.6725 14.3897C36.7119 13.6417 36.5333 12.8984 36.1585 12.25C35.7841 11.6012 35.2296 11.0749 34.5621 10.7349C33.8946 10.3949 33.1428 10.2559 32.3979 10.3347L29.8954 10.6011C29.0018 10.695 28.1013 10.5037 27.3229 10.0547C26.5479 9.60444 25.9353 8.92038 25.5729 8.10056L24.5424 5.80028C24.2383 5.11555 23.7421 4.53375 23.114 4.12545C22.4858 3.71714 21.7527 3.49988 21.0035 3.5C20.2543 3.49988 19.5211 3.71714 18.893 4.12545C18.2648 4.53375 17.7686 5.11555 17.4646 5.80028L16.4418 8.10056C16.0794 8.92038 15.4668 9.60444 14.6918 10.0547C13.9134 10.5037 13.013 10.695 12.1193 10.6011L9.60903 10.3347C8.86411 10.2559 8.11233 10.3949 7.44484 10.7349C6.77734 11.0749 6.22281 11.6012 5.84848 12.25C5.47366 12.8984 5.2951 13.6417 5.33445 14.3897C5.37379 15.1376 5.62936 15.8581 6.07015 16.4636L7.55181 18.4994C8.08021 19.2261 8.36475 20.1015 8.36459 21C8.36475 21.8985 8.08021 22.7739 7.55181 23.5006L6.07015 25.5364C5.62936 26.1419 5.37379 26.8624 5.33445 27.6103C5.2951 28.3583 5.47366 29.1016 5.84848 29.75C6.22318 30.3985 6.77778 30.9245 7.44517 31.2644C8.11257 31.6043 8.86417 31.7436 9.60903 31.6653L12.1115 31.3989C13.0052 31.305 13.9057 31.4963 14.684 31.9453C15.462 32.3943 16.0774 33.0785 16.4418 33.8994Z" fill="#28285B"/>
<path d="M21.0004 26.25C23.8998 26.25 26.2504 23.8995 26.2504 21C26.2504 18.1005 23.8998 15.75 21.0004 15.75C18.1009 15.75 15.7504 18.1005 15.7504 21C15.7504 23.8995 18.1009 26.25 21.0004 26.25Z" fill="#28285B"/>
<path d="M16.4418 33.8994L17.4646 36.1997C17.7686 36.8845 18.2648 37.4662 18.893 37.8745C19.5211 38.2829 20.2543 38.5001 21.0035 38.5C21.7527 38.5001 22.4858 38.2829 23.114 37.8745C23.7421 37.4662 24.2383 36.8845 24.5424 36.1997L25.5651 33.8994C25.9292 33.0832 26.5417 32.4028 27.3151 31.955C28.0935 31.506 28.994 31.3148 29.8876 31.4086L32.3901 31.675C33.1351 31.7538 33.8869 31.6148 34.5543 31.2748C35.2218 30.9349 35.7764 30.4086 36.1507 29.7597C36.5255 29.1113 36.7041 28.368 36.6647 27.62C36.6254 26.8721 36.3698 26.1517 35.929 25.5461L34.4474 23.5103C33.9198 22.78 33.6379 21.9009 33.6424 21C33.6422 20.1015 33.9267 19.2261 34.4551 18.4994L35.9368 16.4636C36.3776 15.8581 36.6332 15.1376 36.6725 14.3897C36.7119 13.6417 36.5333 12.8984 36.1585 12.25C35.7841 11.6012 35.2296 11.0749 34.5621 10.7349C33.8946 10.3949 33.1428 10.2559 32.3979 10.3347L29.8954 10.6011C29.0018 10.695 28.1013 10.5037 27.3229 10.0547C26.5479 9.60444 25.9353 8.92038 25.5729 8.10056L24.5424 5.80028C24.2383 5.11555 23.7421 4.53375 23.114 4.12545C22.4858 3.71714 21.7527 3.49988 21.0035 3.5C20.2543 3.49988 19.5211 3.71714 18.893 4.12545C18.2648 4.53375 17.7686 5.11555 17.4646 5.80028L16.4418 8.10056C16.0794 8.92038 15.4668 9.60444 14.6918 10.0547C13.9134 10.5037 13.013 10.695 12.1193 10.6011L9.60903 10.3347C8.86411 10.2559 8.11233 10.3949 7.44484 10.7349C6.77734 11.0749 6.22281 11.6012 5.84848 12.25C5.47366 12.8984 5.2951 13.6417 5.33445 14.3897C5.37379 15.1376 5.62936 15.8581 6.07015 16.4636L7.55181 18.4994C8.08021 19.2261 8.36475 20.1015 8.36459 21C8.36475 21.8985 8.08021 22.7739 7.55181 23.5006L6.07015 25.5364C5.62936 26.1419 5.37379 26.8624 5.33445 27.6103C5.2951 28.3583 5.47366 29.1016 5.84848 29.75C6.22318 30.3985 6.77778 30.9245 7.44517 31.2644C8.11257 31.6043 8.86417 31.7436 9.60903 31.6653L12.1115 31.3989C13.0052 31.305 13.9057 31.4963 14.684 31.9453C15.462 32.3943 16.0774 33.0785 16.4418 33.8994Z" stroke="#FF8282" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21.0004 26.25C23.8998 26.25 26.2504 23.8995 26.2504 21C26.2504 18.1005 23.8998 15.75 21.0004 15.75C18.1009 15.75 15.7504 18.1005 15.7504 21C15.7504 23.8995 18.1009 26.25 21.0004 26.25Z" stroke="#FF8282" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,8 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 17.1381C4 14.7458 4.96476 13.2796 6.96126 12.1686L15.1797 7.59489C19.4862 5.1983 21.6394 4 24 4C26.3606 4 28.5138 5.19829 32.8202 7.59488L41.0387 12.1686C43.0352 13.2796 44 14.7458 44 17.1381C44 17.7869 44 18.1112 43.9292 18.3779C43.557 19.7789 42.2875 20 41.0614 20H6.93857C5.71254 20 4.44304 19.7789 4.07084 18.3779C4 18.1112 4 17.7869 4 17.1381Z" stroke="#1C3F3A" stroke-width="2"/>
<path d="M8 20V37M16 20V37" stroke="#1C3F3A" stroke-width="2"/>
<path d="M22 37H10C6.68629 37 4 39.6863 4 43C4 43.5523 4.44771 44 5 44H22" stroke="#1C3F3A" stroke-width="2" stroke-linecap="round"/>
<path d="M43 29L29 43" stroke="#1C3F3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="30.5" cy="30.5" r="1.5" stroke="#1C3F3A" stroke-width="2"/>
<circle cx="41.5" cy="41.5" r="1.5" stroke="#1C3F3A" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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