bugfix css

master
Boris Voropaev 2023-12-07 15:48:15 +03:00
parent 24a869fd29
commit 83c3085c9b
28 changed files with 349 additions and 484 deletions

View File

@ -1,43 +1 @@
.field {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 0 24px;
row-gap: 8px;
.caption {
color: var(--grey-4);
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding-top: 8px;
}
.value {
.error {
margin-top: 2px;
font-size: 0.875rem;
color: #e60046;
}
}
&.readonly {
margin: 0 0 12px;
.caption {
//padding: 0;
}
}
}
@media screen and (max-width: 600px) {
.field {
margin-bottom: 8px;
.caption {
width: 100%;
padding: 0;
margin: 0 0 8px;
}
.value {
width: 100%;
margin: 0 0 16px;
}
}
}

View File

@ -63,7 +63,6 @@
.item {
display: flex;
flex-direction: row;
align-items: center;
.preview {
width: 80px;
height: 80px;

View File

@ -16,7 +16,7 @@
<div *ngIf="noticeVisible" class="notice">* Поля, обязательные для заполнения</div>
</div>
<div class="right">
<button type="button" class="btn lt" (click)="back()">{{isFirstFrame ? 'Отмена' : 'Назад'}}</button>
<button type="button" class="btn outline" (click)="back()">{{isFirstFrame ? 'Отмена' : 'Назад'}}</button>
<button type="button" class="btn" *ngIf="!btnSaveHidden" (click)="proceed()">{{isLastFrame ? btnSaveLabel : 'Продолжить'}}</button>
</div>
</div>

View File

@ -1,7 +1,7 @@
<div class="menu" *ngIf="editMode">
<div class="block">
<a><ico ico="arrow_upward_24" (click)="move(ord - 1)"></ico></a>
<a><ico ico="arrow_downward_24" (click)="move(ord + 1)"></ico></a>
<a class="up"><ico ico="arrow_upward_24" (click)="move(ord - 1)"></ico></a>
<a class="down"><ico ico="arrow_downward_24" (click)="move(ord + 1)"></ico></a>
<a><ico ico="edit_24" (click)="edit()"></ico></a>
<a><ico ico="delete_24" (click)="delete()"></ico></a>
</div>

View File

@ -5,7 +5,9 @@
<div class="subtitle" *ngIf="position">{{position}}</div>
<div class="phone" *ngIf="phone">{{phone}}</div>
<div class="email" *ngIf="email">{{email}}</div>
<div class="details" *ngIf="textOnly" (click)="showModal=true">...</div>
<div class="details" *ngIf="textOnly" (click)="showModal=true">
<a>Подробнее<ico ico="chevron_right_24"></ico></a>
</div>
<modal *ngIf="showModal" (close)="showModal=false">
<h4 header>{{name}}</h4>
<img *ngIf="image?.links?.thumb" [src]="image?.links?.thumb" />

View File

@ -1,56 +1 @@
.pagination {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 12px;
button {
background-color: transparent;
min-width: 24px;
height: 24px;
border-radius: 4px;
font-weight: 700;
font-size: 0.875rem;
line-height: 18px;
border: 1px solid var(--second);
text-align: center;
padding: 1px 6px;
color: var(--dark);
&.active {
border-color: var(--prime);
color: var(--prime);
}
&.next {
margin-right: 20px;
border-color: transparent;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
}
.dots {
width: 24px;
height: 24px;
background: transparent url("~src/assets/images/icons/more_horiz_20dp.svg") no-repeat center;
}
.count {
display: flex;
justify-content: right;
flex-grow: 1;
color: var(--black);
font-size: 0.875rem;
}
}
@media screen and (max-width: 767px) {
.pagination {
.next {
display: none;
}
.count {
display: none;
}
}
}

View File

@ -34,8 +34,8 @@ export class FileIcoComponent {
get url(){
let type = this.type?.toUpperCase()
let svg = this.typeList[type]?
this.typeList[type]+'.svg':
'document_60dp.svg';
return `assets/images/icons/document/${svg}`
this.typeList[type]+'_60.svg':
'FILE_60.svg';
return `assets/images/ico/${svg}`
}
}

View File

@ -3,9 +3,7 @@
<div class="header">
<div class="title">
<ng-content select="[header]"></ng-content>
<button type="button" (click)="close()">
<ico color="white"></ico>
</button>
<ico (click)="close()"></ico>
</div>
</div>
<div class="body">

View File

@ -104,109 +104,4 @@ div.move{
height: 24px;
background: center no-repeat;
background-image: url('~src/assets/images/icons/drag-n-drop_24.svg');
}
// .inline-menu.default {
// display: inline-flex;
// align-items: center;
// gap: 24px;
// padding: 8px 24px;
// background-color: #F5F4F4;
// border: #E8E8E8 solid 1px;
// border-radius: 4px;
// button {
// width: 20px;
// height: 20px;
// background: transparent none 50% 50% no-repeat;
// &.add {background-image: url('~src/assets/images/icons/note_add_20.svg');}
// &.edit {background-image: url('~src/assets/images/icons/edit_20.svg');}
// &.delete {background-image: url('~src/assets/images/icons/trash_20.svg');}
// &.move {background-image: url('~src/assets/images/icons/drag-n-drop_24.svg');}
// }
// }
// .btn {
// color: #ffffff;
// padding: 11px 24px;
// background: var(--orange-2);
// border: 1px solid var(--orange-2);
// border-radius: 4px;
// font-weight: 500;
// font-size: 0.875rem;
// line-height: 18px;
// letter-spacing: 0.02em;
// text-transform: uppercase;
// &.with-icon {
// display: flex;
// flex-direction: row;
// align-items: center;
// padding: 8px 20px 8px 12px;
// &:before {
// display: block;
// width: 24px;
// height: 24px;
// margin-right: 8px;
// background: transparent none 50% 50% no-repeat;
// content: "";
// }
// &.add {
// &:before {
// //background-image: url('~src/assets/images/icons/add_circle_white_24dp.svg');
// }
// }
// }
// &.small {
// height: 28px;
// padding: 4px 16px;
// }
// &.danger {
// background-color: #db373a;
// }
// &.secondary {
// background-color: var(--white);
// color: var(--orange-2);
// border: var(--orange-2) solid 1px;
// &.danger {
// border-color: #db373a;
// color: #db373a;
// }
// }
// &.icon {
// width: 24px;
// height: 24px;
// padding: 0;
// border-color: transparent;
// background: transparent none 50% 50% no-repeat;
// //&.reply {background-image: url('~src/assets/images/icons/add_comment_20dp.svg');}
// //&.delete {background-image: url('~src/assets/images/icons/close_20dp.svg');}
// &.trash {background-image: url('~src/assets/images/icons/delete_24dp.svg');}
// &.edit {background-image: url('~src/assets/images/icons/edit_dark_24.svg');}
// //&.chain {background-image: url('~src/assets/images/icons/linked_24dp.svg');}
// &.checkbox {
// display: flex;
// width: 18px;
// height: 18px;
// border: solid 1px #7f7f7f;
// border-radius: 2px;
// &.checked,&.mixed {
// background-color: #2c86cd;
// border-color: #2c86cd;
// }
// &.checked {
// //background-image: url('~src/assets/images/icons/checkbox_24dp.svg');
// }
// &.mixed {
// &:before {
// display: block;
// width: 12px;
// height: 2px;
// margin: auto;
// background-color: #ffffff;
// content: "";
// }
// }
// }
// }
// }
}

View File

@ -35,7 +35,7 @@ header{
content: '';
width: 24px;
height: 24px;
background-image: url('~src/assets/images/ico/chevron_right_24.svg');
background-image: url('/assets/images/ico/chevron_right_24.svg');
}
&.selected::before{
transform: rotateZ(90deg);

View File

@ -29,10 +29,19 @@
h2 {
font-size: 30px;
font-family: PT Sans Narrow;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px;
letter-spacing: 0.36px;
margin: 0;
}
ico{
cursor: pointer;
}
}
.stepper {
@ -192,196 +201,46 @@
}
}
.field {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 0 24px;
row-gap: 8px;
// .slider-bar {
// position: fixed;
// top: 0;
// right: 0;
// display: flex;
// flex-direction: column;
// width: 100%;
// max-width: 720px;
// height: 100%;
// background-color: #ffffff;
// box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.16);
// overflow: hidden;
// animation: slide-from-right 0.3s;
// z-index: 110;
// &.right-side{
// animation: slide-from-right 0.3s;
// right: 0;
// box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.16);
// }
// &.left-side{
// animation: slide-from-left 0.3s;
// left: 0;
// box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.16);
// }
// .header {
// padding: 14px 24px;
// border-bottom: 1px solid #C0C0C0;
// .title {
// display: flex;
// flex-direction: row;
// align-items: center;
// h2 {
// margin: 0;
// font-family: PT Sans Narrow;
// font-size: 36px;
// font-style: normal;
// font-weight: 700;
// line-height: 44px; /* 122.222% */
// letter-spacing: 0.36px;
// color: var(--dark-1);
// }
// .close {
// width: 24px;
// height: 24px;
// margin-left: auto;
// padding: 0;
// border: none;
// border-radius: 0;
// background: transparent url(/assets/images/icons/close_24dp.svg) 50% 50% no-repeat;
// }
// }
// .stepper {
// padding: 24px 0 0;
// .items {
// display: flex;
// flex-direction: row;
// gap: 24px;
// .item {
// width: 150px;
// flex-shrink: 1;
// font-size: 14px;
// overflow: hidden;
// .num {
// position: relative;
// width: calc(100% - 13px);
// height: 24px;
// padding: 4px 6px;
// margin: 0 0 4px;
// border-radius: 2px 0 0 2px;
// background-color: #E8E9EB;
// color: #86898E;
// font-weight: bold;
// &:after {
// position: absolute;
// left: 100%;
// top: 0;
// width: 13px;
// height: 100%;
// background: transparent url('~src/assets/images/icons/step_upcoming.svg') 100% 50% no-repeat;
// content: '';
// }
// }
// .name {
// font-size: 14px;
// color: var(--second);
// }
// &.active {
// .num {
// background-color: #B88E12;
// color: #ffffff;
// &:after {
// background-image: url('~src/assets/images/icons/step_active.svg');
// }
// }
// .name {
// color: #B88E12;
// font-weight: bold;
// }
// }
// &.finished {
// .num {
// background-color: rgba(184, 142, 18, 0.2);
// color: #B88E12;
// &:after {
// background-image: url('~src/assets/images/icons/step_finished.svg');
// }
// }
// .name {
// color: #B88E12;
// }
// }
// }
// }
// }
// }
// .body {
// height: 100%;
// padding: 32px 24px;
// flex-grow: 1;
// overflow: auto;
// -webkit-overflow-scrolling: touch;
// }
// .footer {
// display: flex;
// flex-direction: row;
// align-items: center;
// padding: 16px 24px;
// border-top: 1px solid #C0C0C0;
// .left {
// .reset {
// color: var(--second);
// cursor: pointer;
// }
// .notice {
// font-family: PT Sans;
// font-size: 16px;
// font-style: normal;
// font-weight: 400;
// line-height: 24px; /* 150% */
// }
// }
// .right {
// margin-left: auto;
// display: flex;
// button {
// margin-left: 24px;
// }
// }
// }
// }
// .slider-overlay {
// position: fixed;
// top: 0;
// left: 0;
// width: 100%;
// height: 100%;
// background-color: rgba(0, 0, 0, 0.37);
// z-index: 100;
// }
// @media screen and (max-width: 767px) {
// .slider-bar {
// .header, .body, .footer {
// padding: 16px;
// }
// .footer {
// .left {
// font-size: 14px;
// }
// .right {
// button {
// padding: 8px 16px;
// margin-left: 16px;
// }
// }
// }
// }
// }
.caption {
color: var(--second-dis);
font-family: PT Sans;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.value {
.error {
margin-top: 2px;
font-size: 0.875rem;
color: #e60046;
}
}
&.readonly {
margin: 0 0 12px;
.caption {
//padding: 0;
}
}
}
@media screen and (max-width: 600px) {
.field {
margin-bottom: 8px;
.caption {
width: 100%;
padding: 0;
margin: 0 0 8px;
}
.value {
width: 100%;
margin: 0 0 16px;
}
}
}

View File

@ -1,7 +1,10 @@
<div class="footer layout-corral">
<div class="footer page-corral">
<div class="block">
<div class="logo">
<img src="assets/images/logo_vniigaz_wt_280x110.svg" alt="">
<div *ngIf="!user">
<a (click)="login()">Вход в личный кабинет</a>
</div>
</div>
<div class="contact">
<div>
@ -10,6 +13,9 @@
<div>
<a href="#">info@vniigaz-cert.ru</a>
</div>
<div>
142717, Российская Федерация, Московская область, г. Видное, посёлок Развилка, ВНИИГАЗ
</div>
<div class="icons">
<a href="#">
<img src="assets/images/icons/vk_white_29x28.svg" alt="">
@ -21,35 +27,7 @@
<img src="assets/images/icons/zen_black_28x28.svg" alt="">
</a>
</div>
<!-- <locale></locale> -->
</div>
<div class="menu">
<div>
<a href="/glavnaia/o-kompanii">О компании</a>
</div>
<div>
<a href="/glavnaia/sertifikatsiia/dobrovolnaia-sertifikatsiia-v-sds-intergazsert">Добровольная сертификация</a>
</div>
<div>
<a href="/glavnaia/sertifikatsiia/obiazatelnaia-sertifikatsiia">Обязательная сертификация</a>
</div>
<div>
<a href="/glavnaia/sertifikatsiia/ispytaniia">Испытания</a>
</div>
</div>
<div class="menu">
<div>
<a href="/glavnaia/validatsiia-i-verifikatsiia">Валидация и верификация</a>
</div>
<div>
<a href="/glavnaia/standartizatsiia">Стандартизация</a>
</div>
<div>
<a href="/glavnaia/novosti">Новости</a>
</div>
<div *ngIf="!user">
<a (click)="login()">Вход в личный кабинет</a>
</div>
</div>
</div>
<div class="line"></div>

View File

@ -235,7 +235,7 @@ h3 {
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 120% */
line-height: 44px; /* 120% */
letter-spacing: 0.36px;
margin:0;
}
@ -257,18 +257,6 @@ a {
&:hover{
color: var(--prime-hov);
};
&.document {
display: inline-flex;
&:before {
width: 20px;
height: 20px;
margin-right: 8px;
flex-shrink: 0;
background: transparent url('~src/assets/images/icons/document/document_20.svg') 50% 50% no-repeat;
content: '';
}
}
}
iframe {
@ -437,16 +425,20 @@ modal{
height: 100vh;
left: 0;
top: 0;
background-color: rgba(62, 61, 64, 0.7);
background-color: rgba(62, 61, 64, 0.7);
z-index: 1000;
}
.modal-bar{
position: fixed;
max-width: 800px;
max-height: 100vh;
background-color: var(--white);
border: 1px solid var(--second-dis);
display: flex;
flex-direction: column;
z-index: 1;
border-radius: 12px;
z-index: 1000;
overflow: hidden;
.modal-header{
display: flex;
justify-content: space-between;

View File

@ -1,9 +1,5 @@
.documents.list.default {
font-size: 20px;
.title {
margin: 0 0 16px;
font-weight: bold;
}
.items {
.item {
display: flex;

View File

@ -85,6 +85,12 @@ input, select, textarea {
}
field-date-single{
input{
background: url("/assets/images/ico/calendar_grey_24.svg") no-repeat right 12px center ;
}
}
.checkbox {
position: absolute;
@ -210,4 +216,48 @@ form-field-document{
}
}
}
.field {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 0 24px;
row-gap: 8px;
.caption {
color: var(--second);
font-family: PT Sans;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.value {
.error {
margin-top: 2px;
font-size: 0.875rem;
color: #e60046;
}
}
&.readonly {
margin: 0 0 12px;
.caption {
//padding: 0;
}
}
}
@media screen and (max-width: 600px) {
.field {
margin-bottom: 8px;
.caption {
width: 100%;
padding: 0;
margin: 0 0 8px;
}
.value {
width: 100%;
margin: 0 0 16px;
}
}
}

View File

@ -98,11 +98,17 @@ footer{
width: 100%;
padding: 40px 0;
margin-top: 48px;
font-size: 16px;
color: white;
display: flex;
flex-direction: column;
.block{
.logo{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
a{
cursor: pointer;
color: white;

View File

@ -47,12 +47,12 @@ header{
}
}
>a{
border-bottom: 2px solid transparent;
}
&.parent:not(.nav),&.current:not(.nav){
>a {border-color: var(--prime);}
}
>a{
border-bottom: 2px solid transparent;
}
&.parent,&.current{
>a {border-color: var(--prime);}
}
}
.item.nav + pages-menu.selected.lvl-1{

View File

@ -1,4 +1,5 @@
header-user-bar{
cursor: pointer;
.user {
position: relative;

View File

@ -15,28 +15,44 @@ page-sections{
p+p{
padding-top: 16px;
}
page-section:first-child{
.menu .block .up{
display: none;
}
}
page-section:nth-last-child(2){
.menu .block .down{
display: none;
}
}
}
html-section ul{
padding: 0;
>li{
list-style: none;
line-height: 32px;
text-indent: -32px;
padding-left: 32px;
&::before{
display: inline-block;
content: "";
width: 16px;
height: 2px;
background-color: var(--prime);
margin-bottom: 5px;
margin-right: 16px;
html-section {
ul{
padding: 0;
margin-bottom: 0;
>li{
list-style: none;
line-height: 32px;
text-indent: -32px;
padding-left: 32px;
&::before{
display: inline-block;
content: "";
width: 16px;
height: 2px;
background-color: var(--prime);
margin-bottom: 5px;
margin-right: 16px;
}
}
&+li{
*+li{
margin-top: 24px;
}
}
ul+*{
margin-bottom: 20px;
}
}
add-section{
@ -63,7 +79,7 @@ add-section{
}
.dropdown{
left:48px;
top:32px;
top:28px;
}
}
@ -93,6 +109,7 @@ cards-section{
padding: 12px 16px;
border-top: 1px solid var(--second-dis);
border-bottom: 1px solid var(--second-dis);
margin-bottom: 40px;
ico{
cursor: pointer;
svg{
@ -154,6 +171,10 @@ cards-section-items{
.email{
color:var(--prime)
}
.details a{
display: inline-flex;
align-items: center;
}
}
@ -345,6 +366,7 @@ publications-list{
.add a, .publication-read-more{
display: inline-flex;
align-items: flex-end;
gap: 8px;
}
.items {
@ -353,7 +375,7 @@ publications-list{
publications-list-item {
display: block;
padding-bottom: 24px;
padding: 24px 0;
border-top: 1px solid var(--second-dis);
&:last-child{
border-bottom: 1px solid var(--second-dis);
@ -361,8 +383,24 @@ publications-list{
.date{
color: var(--second);
margin-bottom: 16px;
}
.excerpt{
font-family: PT Sans;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.name{
margin-bottom: 24px;
}
.publication-read-more{
margin-top: 24px;
}
}
@ -377,6 +415,8 @@ gellery{
margin-bottom: 8px;
border: 1px solid var(--second-dis);
background-color: var(--second-dis);
border-radius: 12px;
overflow: hidden;
}
.posters{
display: flex;
@ -401,11 +441,14 @@ gellery{
}
}
video-section{
.video-box{
max-width: 720px;
height: 400px;
position: relative;
z-index: -1;
img{
cursor:pointer
}
@ -429,4 +472,63 @@ video-section{
}
}
}
.pagination {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 12px;
button {
background-color: transparent;
min-width: 24px;
height: 24px;
border-radius: 4px;
font-weight: 700;
font-size: 0.875rem;
line-height: 18px;
border: 1px solid var(--second);
text-align: center;
padding: 1px 6px;
color: var(--dark);
&.active {
border-color: var(--prime);
color: var(--prime);
}
&.next {
margin-right: 20px;
border-color: transparent;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
}
.dots {
width: 24px;
height: 24px;
background: transparent url("~src/assets/images/icons/more_horiz_20dp.svg") no-repeat center;
}
.count {
display: flex;
justify-content: right;
flex-grow: 1;
color: var(--black);
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.pagination {
.next {
display: none;
}
.count {
display: none;
}
}
}

View File

@ -29,8 +29,16 @@
h2 {
font-size: 30px;
margin: 0;
font-family: PT Sans Narrow;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 122.222% */
letter-spacing: 0.36px;
}
ico{
cursor: pointer;
}
}

View File

@ -0,0 +1,13 @@
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 2C8.5 1.17157 9.17157 0.5 10 0.5H41.7929L51.5 10.2071V58C51.5 58.8284 50.8284 59.5 50 59.5H10C9.17157 59.5 8.5 58.8284 8.5 58V2Z" fill="white" stroke="#C0C0C0"/>
<path d="M42 0L52 10H44C42.8954 10 42 9.10457 42 8V0Z" fill="#C0C0C0"/>
<rect x="18" y="31" width="24" height="2" fill="#C0C0C0"/>
<rect x="18" y="37" width="24" height="2" fill="#C0C0C0"/>
<rect x="18" y="43" width="24" height="2" fill="#C0C0C0"/>
<rect x="18" y="49" width="13" height="2" fill="#C0C0C0"/>
<rect x="4" y="9" width="34" height="14" fill="#2878D4"/>
<path d="M30.5342 19.6944C30.3435 19.8558 30.0869 19.9731 29.7642 20.0464C29.4489 20.1198 29.1335 20.1564 28.8182 20.1564C28.4222 20.1564 28.0519 20.0904 27.7072 19.9584C27.3699 19.8191 27.0729 19.5918 26.8162 19.2764C26.5595 18.9611 26.3579 18.5468 26.2112 18.0334C26.0645 17.5201 25.9912 16.8894 25.9912 16.1414C25.9912 15.3641 26.0719 14.7188 26.2332 14.2054C26.4019 13.6921 26.6182 13.2851 26.8822 12.9844C27.1535 12.6764 27.4615 12.4601 27.8062 12.3354C28.1509 12.2108 28.4992 12.1484 28.8512 12.1484C29.2105 12.1484 29.5222 12.1778 29.7862 12.2364C30.0575 12.2951 30.2775 12.3611 30.4462 12.4344L30.1712 13.6554C30.0319 13.5821 29.8669 13.5271 29.6762 13.4904C29.4929 13.4464 29.2729 13.4244 29.0162 13.4244C28.5102 13.4244 28.1215 13.6444 27.8502 14.0844C27.5789 14.5244 27.4432 15.2138 27.4432 16.1524C27.4432 16.5558 27.4725 16.9261 27.5312 17.2634C27.5972 17.5934 27.6962 17.8794 27.8282 18.1214C27.9675 18.3634 28.1399 18.5504 28.3452 18.6824C28.5579 18.8144 28.8109 18.8804 29.1042 18.8804C29.3609 18.8804 29.5809 18.8474 29.7642 18.7814C29.9475 18.7081 30.1125 18.6238 30.2592 18.5284L30.5342 19.6944Z" fill="white"/>
<path d="M18.8105 16.1524C18.8105 14.8471 19.0342 13.8534 19.4815 13.1714C19.9289 12.4894 20.6109 12.1484 21.5275 12.1484C22.0042 12.1484 22.4149 12.2438 22.7595 12.4344C23.1042 12.6178 23.3865 12.8854 23.6065 13.2374C23.8265 13.5821 23.9879 14.0038 24.0905 14.5024C24.2005 14.9938 24.2555 15.5438 24.2555 16.1524C24.2555 17.4578 24.0245 18.4514 23.5625 19.1334C23.1079 19.8154 22.4295 20.1564 21.5275 20.1564C21.0435 20.1564 20.6292 20.0648 20.2845 19.8814C19.9472 19.6908 19.6685 19.4231 19.4485 19.0784C19.2285 18.7264 19.0672 18.3048 18.9645 17.8134C18.8619 17.3148 18.8105 16.7611 18.8105 16.1524ZM20.2625 16.1524C20.2625 16.5411 20.2845 16.9041 20.3285 17.2414C20.3725 17.5714 20.4459 17.8574 20.5485 18.0994C20.6512 18.3414 20.7795 18.5321 20.9335 18.6714C21.0949 18.8108 21.2929 18.8804 21.5275 18.8804C21.9529 18.8804 22.2719 18.6641 22.4845 18.2314C22.6972 17.7988 22.8035 17.1058 22.8035 16.1524C22.8035 15.7784 22.7815 15.4264 22.7375 15.0964C22.6935 14.7591 22.6202 14.4694 22.5175 14.2274C22.4222 13.9781 22.2939 13.7838 22.1325 13.6444C21.9712 13.4978 21.7695 13.4244 21.5275 13.4244C20.6842 13.4244 20.2625 14.3338 20.2625 16.1524Z" fill="white"/>
<path d="M12 12.3053C12.132 12.2833 12.2787 12.2686 12.44 12.2613C12.6087 12.2466 12.7773 12.2356 12.946 12.2283C13.122 12.2136 13.2907 12.2063 13.452 12.2063C13.6133 12.199 13.7563 12.1953 13.881 12.1953C14.4897 12.1953 14.9957 12.2906 15.399 12.4813C15.8097 12.6646 16.136 12.9286 16.378 13.2733C16.6273 13.6106 16.8033 14.0176 16.906 14.4943C17.0087 14.971 17.06 15.5026 17.06 16.0893C17.06 16.6246 17.0087 17.138 16.906 17.6293C16.8107 18.1133 16.6383 18.5423 16.389 18.9163C16.1397 19.283 15.8023 19.5763 15.377 19.7963C14.9517 20.0163 14.4163 20.1263 13.771 20.1263C13.6757 20.1263 13.5473 20.1226 13.386 20.1153C13.2247 20.108 13.056 20.097 12.88 20.0823C12.704 20.075 12.5353 20.064 12.374 20.0493C12.2127 20.042 12.088 20.031 12 20.0163V12.3053ZM14.024 13.4713C13.9067 13.4713 13.7857 13.475 13.661 13.4823C13.5437 13.4823 13.452 13.4896 13.386 13.5043V18.8063C13.408 18.8136 13.4447 18.821 13.496 18.8283C13.5547 18.8283 13.6133 18.832 13.672 18.8393C13.738 18.8393 13.7967 18.843 13.848 18.8503C13.9067 18.8503 13.947 18.8503 13.969 18.8503C14.299 18.8503 14.5703 18.7733 14.783 18.6193C14.9957 18.4653 15.1607 18.26 15.278 18.0033C15.4027 17.7466 15.487 17.4533 15.531 17.1233C15.5823 16.786 15.608 16.434 15.608 16.0673C15.608 15.73 15.586 15.4036 15.542 15.0883C15.5053 14.773 15.4283 14.498 15.311 14.2633C15.201 14.0213 15.0397 13.8306 14.827 13.6913C14.6217 13.5446 14.354 13.4713 14.024 13.4713Z" fill="white"/>
<path d="M4 23H8V27L4 23Z" fill="#2A5C95"/>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,10 @@
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 2C8.5 1.17157 9.17157 0.5 10 0.5H41.7929L51.5 10.2071V58C51.5 58.8284 50.8284 59.5 50 59.5H10C9.17157 59.5 8.5 58.8284 8.5 58V2Z" fill="white" stroke="#C0C0C0"/>
<path d="M42 0L52 10H44C42.8954 10 42 9.10457 42 8V0Z" fill="#C0C0C0"/>
<rect x="4" y="9" width="34" height="14" fill="#6C6C6C"/>
<path d="M27.1914 12.2969H31.0414V13.5729H28.5774V15.4649H30.8104V16.7409H28.5774V18.7209H31.0854V19.9969H27.1914V12.2969Z" fill="white"/>
<path d="M25.5217 19.9969H21.4297V12.2969H22.8157V18.7209H25.5217V19.9969Z" fill="white"/>
<path d="M17.8291 12.2969H19.2151V19.9969H17.8291V12.2969Z" fill="white"/>
<path d="M12 12.2969H15.85V13.5729H13.386V15.5749H15.652V16.8509H13.386V19.9969H12V12.2969Z" fill="white"/>
<path d="M4 23H8V27L4 23Z" fill="#545454"/>
</svg>

After

Width:  |  Height:  |  Size: 866 B

View File

@ -0,0 +1,10 @@
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 2C8.5 1.17157 9.17157 0.5 10 0.5H41.7929L51.5 10.2071V58C51.5 58.8284 50.8284 59.5 50 59.5H10C9.17157 59.5 8.5 58.8284 8.5 58V2Z" fill="white" stroke="#C0C0C0"/>
<path d="M42 0L52 10H44C42.8954 10 42 9.10457 42 8V0Z" fill="#C0C0C0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.5 36C23.8807 36 25 34.8807 25 33.5C25 32.1193 23.8807 31 22.5 31C21.1193 31 20 32.1193 20 33.5C20 34.8807 21.1193 36 22.5 36ZM34.5 41L42 51H29H27H18L23.5 43L28.0435 49.6087L34.5 41Z" fill="#C0C0C0"/>
<rect x="4" y="9" width="34" height="14" fill="#96965A"/>
<path d="M26.6203 16.0204H28.9963V19.4304C28.725 19.6871 28.406 19.8741 28.0393 19.9914C27.68 20.1014 27.3206 20.1564 26.9613 20.1564C26.5286 20.1564 26.1363 20.0794 25.7843 19.9254C25.4323 19.7714 25.1316 19.5331 24.8823 19.2104C24.6403 18.8804 24.4496 18.4661 24.3103 17.9674C24.1783 17.4614 24.1123 16.8564 24.1123 16.1524C24.1123 15.4191 24.193 14.7994 24.3543 14.2934C24.5156 13.7874 24.7283 13.3768 24.9923 13.0614C25.2636 12.7388 25.5753 12.5078 25.9273 12.3684C26.2866 12.2218 26.6643 12.1484 27.0603 12.1484C27.4123 12.1484 27.7313 12.1814 28.0173 12.2474C28.3106 12.3061 28.5526 12.3758 28.7433 12.4564L28.4573 13.6554C28.3106 13.5894 28.1383 13.5344 27.9403 13.4904C27.7496 13.4464 27.515 13.4244 27.2363 13.4244C26.9796 13.4244 26.745 13.4758 26.5323 13.5784C26.327 13.6811 26.151 13.8424 26.0043 14.0624C25.865 14.2824 25.755 14.5684 25.6743 14.9204C25.601 15.2651 25.5643 15.6794 25.5643 16.1634C25.5643 17.0948 25.7036 17.7804 25.9823 18.2204C26.2683 18.6604 26.6423 18.8804 27.1043 18.8804C27.251 18.8804 27.3903 18.8584 27.5223 18.8144C27.6616 18.7704 27.7826 18.7008 27.8853 18.6054V17.0324L26.6203 16.8564V16.0204Z" fill="white"/>
<path d="M18.0322 12.3823C18.2962 12.3236 18.5859 12.2796 18.9012 12.2503C19.2166 12.2136 19.5319 12.1953 19.8472 12.1953C20.1846 12.1953 20.5146 12.2283 20.8372 12.2943C21.1672 12.353 21.4606 12.474 21.7172 12.6573C21.9739 12.8406 22.1829 13.101 22.3442 13.4383C22.5056 13.7683 22.5862 14.201 22.5862 14.7363C22.5862 15.2203 22.5166 15.631 22.3772 15.9683C22.2452 16.3056 22.0656 16.5806 21.8382 16.7933C21.6109 17.006 21.3469 17.16 21.0462 17.2553C20.7529 17.3506 20.4486 17.3983 20.1332 17.3983C20.1039 17.3983 20.0562 17.3983 19.9902 17.3983C19.9242 17.3983 19.8546 17.3983 19.7812 17.3983C19.7079 17.391 19.6346 17.3836 19.5612 17.3763C19.4952 17.369 19.4476 17.3616 19.4182 17.3543V20.0053H18.0322V12.3823ZM19.4182 16.1113C19.4622 16.126 19.5429 16.1406 19.6602 16.1553C19.7849 16.1626 19.8692 16.1663 19.9132 16.1663C20.0746 16.1663 20.2286 16.1443 20.3752 16.1003C20.5219 16.0563 20.6502 15.983 20.7602 15.8803C20.8776 15.7703 20.9692 15.6236 21.0352 15.4403C21.1012 15.2496 21.1342 15.0113 21.1342 14.7253C21.1342 14.4833 21.1012 14.278 21.0352 14.1093C20.9766 13.9406 20.8922 13.8086 20.7822 13.7133C20.6796 13.6106 20.5586 13.5373 20.4192 13.4933C20.2799 13.4493 20.1332 13.4273 19.9792 13.4273C19.7519 13.4273 19.5649 13.4456 19.4182 13.4823V16.1113Z" fill="white"/>
<path d="M14.5003 12.3047H15.8863V17.9037C15.8863 18.241 15.857 18.549 15.7983 18.8277C15.747 19.099 15.659 19.3337 15.5343 19.5317C15.4096 19.7224 15.2446 19.8727 15.0393 19.9827C14.834 20.0854 14.5773 20.1367 14.2693 20.1367C14.0566 20.1367 13.844 20.1147 13.6313 20.0707C13.426 20.0267 13.239 19.9644 13.0703 19.8837L13.3893 18.7177C13.5433 18.813 13.723 18.8607 13.9283 18.8607C14.185 18.8607 14.3426 18.7544 14.4013 18.5417C14.4673 18.3217 14.5003 18.01 14.5003 17.6067V12.3047Z" fill="white"/>
<path d="M4 23H8V27L4 23Z" fill="#6E6E49"/>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,14 @@
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 2C8.5 1.17157 9.17157 0.5 10 0.5H41.7929L51.5 10.2071V58C51.5 58.8284 50.8284 59.5 50 59.5H10C9.17157 59.5 8.5 58.8284 8.5 58V2Z" fill="white" stroke="#C0C0C0"/>
<path d="M42 0L52 10H44C42.8954 10 42 9.10457 42 8V0Z" fill="#C0C0C0"/>
<rect x="29" y="31" width="13" height="2" fill="#C0C0C0"/>
<rect x="29" y="37" width="13" height="2" fill="#C0C0C0"/>
<rect x="18" y="43" width="24" height="2" fill="#C0C0C0"/>
<rect x="18" y="49" width="13" height="2" fill="#C0C0C0"/>
<rect x="19" y="32" width="6" height="6" stroke="#C0C0C0" stroke-width="2"/>
<rect x="4" y="9" width="34" height="14" fill="#F50F00"/>
<path d="M4 23H8V27L4 23Z" fill="#A91A11"/>
<path d="M12.5264 12.3745C12.7904 12.3158 13.08 12.2718 13.3954 12.2425C13.7107 12.2058 14.026 12.1875 14.3414 12.1875C14.6787 12.1875 15.0087 12.2205 15.3314 12.2865C15.6614 12.3452 15.9547 12.4662 16.2114 12.6495C16.468 12.8328 16.677 13.0932 16.8384 13.4305C16.9997 13.7605 17.0804 14.1932 17.0804 14.7285C17.0804 15.2125 17.0107 15.6232 16.8714 15.9605C16.7394 16.2978 16.5597 16.5728 16.3324 16.7855C16.105 16.9982 15.841 17.1522 15.5404 17.2475C15.247 17.3428 14.9427 17.3905 14.6274 17.3905C14.598 17.3905 14.5504 17.3905 14.4844 17.3905C14.4184 17.3905 14.3487 17.3905 14.2754 17.3905C14.202 17.3832 14.1287 17.3758 14.0554 17.3685C13.9894 17.3612 13.9417 17.3538 13.9124 17.3465V19.9975H12.5264V12.3745ZM13.9124 16.1035C13.9564 16.1182 14.037 16.1328 14.1544 16.1475C14.279 16.1548 14.3634 16.1585 14.4074 16.1585C14.5687 16.1585 14.7227 16.1365 14.8694 16.0925C15.016 16.0485 15.1444 15.9752 15.2544 15.8725C15.3717 15.7625 15.4634 15.6158 15.5294 15.4325C15.5954 15.2418 15.6284 15.0035 15.6284 14.7175C15.6284 14.4755 15.5954 14.2702 15.5294 14.1015C15.4707 13.9328 15.3864 13.8008 15.2764 13.7055C15.1737 13.6028 15.0527 13.5295 14.9134 13.4855C14.774 13.4415 14.6274 13.4195 14.4734 13.4195C14.246 13.4195 14.059 13.4378 13.9124 13.4745V16.1035Z" fill="white"/>
<path d="M18.8686 12.2975C19.0006 12.2755 19.1472 12.2608 19.3086 12.2535C19.4772 12.2388 19.6459 12.2278 19.8146 12.2205C19.9906 12.2058 20.1592 12.1985 20.3206 12.1985C20.4819 12.1912 20.6249 12.1875 20.7496 12.1875C21.3582 12.1875 21.8642 12.2828 22.2676 12.4735C22.6782 12.6568 23.0046 12.9208 23.2466 13.2655C23.4959 13.6028 23.6719 14.0098 23.7746 14.4865C23.8772 14.9632 23.9286 15.4948 23.9286 16.0815C23.9286 16.6168 23.8772 17.1302 23.7746 17.6215C23.6792 18.1055 23.5069 18.5345 23.2576 18.9085C23.0082 19.2752 22.6709 19.5685 22.2456 19.7885C21.8202 20.0085 21.2849 20.1185 20.6396 20.1185C20.5442 20.1185 20.4159 20.1148 20.2546 20.1075C20.0932 20.1002 19.9246 20.0892 19.7486 20.0745C19.5726 20.0672 19.4039 20.0562 19.2426 20.0415C19.0812 20.0342 18.9566 20.0232 18.8686 20.0085V12.2975ZM20.8926 13.4635C20.7752 13.4635 20.6542 13.4672 20.5296 13.4745C20.4122 13.4745 20.3206 13.4818 20.2546 13.4965V18.7985C20.2766 18.8058 20.3132 18.8132 20.3646 18.8205C20.4232 18.8205 20.4819 18.8242 20.5406 18.8315C20.6066 18.8315 20.6652 18.8352 20.7166 18.8425C20.7752 18.8425 20.8156 18.8425 20.8376 18.8425C21.1676 18.8425 21.4389 18.7655 21.6516 18.6115C21.8642 18.4575 22.0292 18.2522 22.1466 17.9955C22.2712 17.7388 22.3556 17.4455 22.3996 17.1155C22.4509 16.7782 22.4766 16.4262 22.4766 16.0595C22.4766 15.7222 22.4546 15.3958 22.4106 15.0805C22.3739 14.7652 22.2969 14.4902 22.1796 14.2555C22.0696 14.0135 21.9082 13.8228 21.6956 13.6835C21.4902 13.5368 21.2226 13.4635 20.8926 13.4635Z" fill="white"/>
<path d="M25.8553 12.2975H29.7053V13.5735H27.2413V15.5755H29.5073V16.8515H27.2413V19.9975H25.8553V12.2975Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,10 @@
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 2C8.5 1.17157 9.17157 0.5 10 0.5H41.7929L51.5 10.2071V58C51.5 58.8284 50.8284 59.5 50 59.5H10C9.17157 59.5 8.5 58.8284 8.5 58V2Z" fill="white" stroke="#C0C0C0"/>
<path d="M42 0L52 10H44C42.8954 10 42 9.10457 42 8V0Z" fill="#C0C0C0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33 38V32.252C35.8112 32.9756 38.0244 35.1888 38.748 38H33ZM40.8 38C40.0046 34.0817 36.9183 30.9954 33 30.2C32.3538 30.0689 31.6849 30 31 30V32V38V40H33H39H41C41 39.3151 40.9311 38.6462 40.8 38ZM27 42V44H29H36.748C35.8599 47.4505 32.7277 50 29 50C24.5817 50 21 46.4183 21 42C21 38.2723 23.5495 35.1401 27 34.252V42ZM29 52C33.8379 52 37.8734 48.5645 38.8 44C38.9311 43.3538 39 42.6849 39 42H37H31H29V40V34V32C28.3151 32 27.6462 32.0689 27 32.2C22.4355 33.1266 19 37.1621 19 42C19 47.5228 23.4772 52 29 52Z" fill="#C0C0C0"/>
<rect x="4" y="9" width="34" height="14" fill="#C43D1C"/>
<path d="M30.7978 13.5729H28.9718V19.9969H27.5858V13.5729H25.7598V12.2969H30.7978V13.5729Z" fill="white"/>
<path d="M19.6201 12.3745C19.8841 12.3158 20.1738 12.2718 20.4891 12.2425C20.8045 12.2058 21.1198 12.1875 21.4351 12.1875C21.7725 12.1875 22.1025 12.2205 22.4251 12.2865C22.7551 12.3452 23.0485 12.4662 23.3051 12.6495C23.5618 12.8328 23.7708 13.0932 23.9321 13.4305C24.0935 13.7605 24.1741 14.1932 24.1741 14.7285C24.1741 15.2125 24.1045 15.6232 23.9651 15.9605C23.8331 16.2978 23.6535 16.5728 23.4261 16.7855C23.1988 16.9982 22.9348 17.1522 22.6341 17.2475C22.3408 17.3428 22.0365 17.3905 21.7211 17.3905C21.6918 17.3905 21.6441 17.3905 21.5781 17.3905C21.5121 17.3905 21.4425 17.3905 21.3691 17.3905C21.2958 17.3832 21.2225 17.3758 21.1491 17.3685C21.0831 17.3612 21.0355 17.3538 21.0061 17.3465V19.9975H19.6201V12.3745ZM21.0061 16.1035C21.0501 16.1182 21.1308 16.1328 21.2481 16.1475C21.3728 16.1548 21.4571 16.1585 21.5011 16.1585C21.6625 16.1585 21.8165 16.1365 21.9631 16.0925C22.1098 16.0485 22.2381 15.9752 22.3481 15.8725C22.4655 15.7625 22.5571 15.6158 22.6231 15.4325C22.6891 15.2418 22.7221 15.0035 22.7221 14.7175C22.7221 14.4755 22.6891 14.2702 22.6231 14.1015C22.5645 13.9328 22.4801 13.8008 22.3701 13.7055C22.2675 13.6028 22.1465 13.5295 22.0071 13.4855C21.8678 13.4415 21.7211 13.4195 21.5671 13.4195C21.3398 13.4195 21.1528 13.4378 21.0061 13.4745V16.1035Z" fill="white"/>
<path d="M13 12.3745C13.264 12.3158 13.5537 12.2718 13.869 12.2425C14.1843 12.2058 14.4997 12.1875 14.815 12.1875C15.1523 12.1875 15.4823 12.2205 15.805 12.2865C16.135 12.3452 16.4283 12.4662 16.685 12.6495C16.9417 12.8328 17.1507 13.0932 17.312 13.4305C17.4733 13.7605 17.554 14.1932 17.554 14.7285C17.554 15.2125 17.4843 15.6232 17.345 15.9605C17.213 16.2978 17.0333 16.5728 16.806 16.7855C16.5787 16.9982 16.3147 17.1522 16.014 17.2475C15.7207 17.3428 15.4163 17.3905 15.101 17.3905C15.0717 17.3905 15.024 17.3905 14.958 17.3905C14.892 17.3905 14.8223 17.3905 14.749 17.3905C14.6757 17.3832 14.6023 17.3758 14.529 17.3685C14.463 17.3612 14.4153 17.3538 14.386 17.3465V19.9975H13V12.3745ZM14.386 16.1035C14.43 16.1182 14.5107 16.1328 14.628 16.1475C14.7527 16.1548 14.837 16.1585 14.881 16.1585C15.0423 16.1585 15.1963 16.1365 15.343 16.0925C15.4897 16.0485 15.618 15.9752 15.728 15.8725C15.8453 15.7625 15.937 15.6158 16.003 15.4325C16.069 15.2418 16.102 15.0035 16.102 14.7175C16.102 14.4755 16.069 14.2702 16.003 14.1015C15.9443 13.9328 15.86 13.8008 15.75 13.7055C15.6473 13.6028 15.5263 13.5295 15.387 13.4855C15.2477 13.4415 15.101 13.4195 14.947 13.4195C14.7197 13.4195 14.5327 13.4378 14.386 13.4745V16.1035Z" fill="white"/>
<path d="M4 23H8V27L4 23Z" fill="#8B3722"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,13 @@
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 2C8.5 1.17157 9.17157 0.5 10 0.5H41.7929L51.5 10.2071V58C51.5 58.8284 50.8284 59.5 50 59.5H10C9.17157 59.5 8.5 58.8284 8.5 58V2Z" fill="white" stroke="#C0C0C0"/>
<path d="M42 0L52 10H44C42.8954 10 42 9.10457 42 8V0Z" fill="#C0C0C0"/>
<rect x="19" y="32" width="8" height="6" stroke="#C0C0C0" stroke-width="2"/>
<rect x="33" y="32" width="8" height="6" stroke="#C0C0C0" stroke-width="2"/>
<rect x="19" y="44" width="8" height="6" stroke="#C0C0C0" stroke-width="2"/>
<rect x="33" y="44" width="8" height="6" stroke="#C0C0C0" stroke-width="2"/>
<rect x="4" y="9" width="34" height="14" fill="#217C40"/>
<path d="M28.1099 18.0224C28.1099 17.7878 28.0402 17.5898 27.9009 17.4284C27.7616 17.2598 27.5856 17.1021 27.3729 16.9554C27.1676 16.8088 26.9402 16.6584 26.6909 16.5044C26.4489 16.3504 26.2216 16.1708 26.0089 15.9654C25.8036 15.7601 25.6312 15.5181 25.4919 15.2394C25.3526 14.9608 25.2829 14.6198 25.2829 14.2164C25.2829 13.8424 25.3379 13.5271 25.4479 13.2704C25.5652 13.0064 25.7229 12.7938 25.9209 12.6324C26.1189 12.4638 26.3536 12.3428 26.6249 12.2694C26.8962 12.1888 27.1859 12.1484 27.4939 12.1484C27.8679 12.1484 28.2162 12.1851 28.5389 12.2584C28.8616 12.3318 29.1292 12.4308 29.3419 12.5554L28.9129 13.7764C28.7882 13.6884 28.6012 13.6078 28.3519 13.5344C28.1099 13.4611 27.8459 13.4244 27.5599 13.4244C27.2739 13.4244 27.0539 13.4831 26.8999 13.6004C26.7459 13.7178 26.6689 13.8901 26.6689 14.1174C26.6689 14.3228 26.7386 14.5061 26.8779 14.6674C27.0172 14.8214 27.1896 14.9718 27.3949 15.1184C27.6076 15.2651 27.8349 15.4191 28.0769 15.5804C28.3262 15.7344 28.5536 15.9178 28.7589 16.1304C28.9716 16.3358 29.1476 16.5814 29.2869 16.8674C29.4262 17.1461 29.4959 17.4798 29.4959 17.8684C29.4959 18.2571 29.4372 18.5944 29.3199 18.8804C29.2099 19.1664 29.0486 19.4048 28.8359 19.5954C28.6306 19.7788 28.3812 19.9181 28.0879 20.0134C27.7946 20.1088 27.4682 20.1564 27.1089 20.1564C26.6542 20.1564 26.2546 20.1124 25.9099 20.0244C25.5726 19.9364 25.3122 19.8374 25.1289 19.7274L25.5799 18.4844C25.7266 18.5724 25.9282 18.6604 26.1849 18.7484C26.4416 18.8364 26.7166 18.8804 27.0099 18.8804C27.7432 18.8804 28.1099 18.5944 28.1099 18.0224Z" fill="white"/>
<path d="M23.7453 20.0047H19.6533V12.3047H21.0393V18.7287H23.7453V20.0047Z" fill="white"/>
<path d="M14.1935 16.0887L12.4885 12.3047H14.1605L15.0515 14.5047L15.2605 15.3407L15.4585 14.5047L16.3935 12.3047H17.8895L16.1295 16.0117L17.9775 20.0047H16.3605L15.3265 17.6397L15.0955 16.7817L14.8755 17.6397L13.8415 20.0047H12.3125L14.1935 16.0887Z" fill="white"/>
<path d="M4 23H8V27L4 23Z" fill="#265E39"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" id="ico">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7 2.44772 7.44772 2 8 2C8.55228 2 9 2.44772 9 3V4H15V3C15 2.44772 15.4477 2 16 2C16.5523 2 17 2.44772 17 3V4H19C20.1046 4 21 4.89543 21 6V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V6C3 4.89543 3.89543 4 5 4H7V3ZM5 6H19V8H5V6ZM5 10L5 20H19V10H5ZM9 13C9 13.5523 8.55228 14 8 14C7.44772 14 7 13.5523 7 13C7 12.4477 7.44772 12 8 12C8.55228 12 9 12.4477 9 13ZM12 14C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13C11 13.5523 11.4477 14 12 14ZM17 13C17 13.5523 16.5523 14 16 14C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12C16.5523 12 17 12.4477 17 13ZM8 18C8.55228 18 9 17.5523 9 17C9 16.4477 8.55228 16 8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17ZM16 18C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16C15.4477 16 15 16.4477 15 17C15 17.5523 15.4477 18 16 18Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" id="ico">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7 2.44772 7.44772 2 8 2C8.55228 2 9 2.44772 9 3V4H15V3C15 2.44772 15.4477 2 16 2C16.5523 2 17 2.44772 17 3V4H19C20.1046 4 21 4.89543 21 6V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V6C3 4.89543 3.89543 4 5 4H7V3ZM5 6H19V8H5V6ZM5 10L5 20H19V10H5ZM9 13C9 13.5523 8.55228 14 8 14C7.44772 14 7 13.5523 7 13C7 12.4477 7.44772 12 8 12C8.55228 12 9 12.4477 9 13ZM12 14C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13C11 13.5523 11.4477 14 12 14ZM17 13C17 13.5523 16.5523 14 16 14C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12C16.5523 12 17 12.4477 17 13ZM8 18C8.55228 18 9 17.5523 9 17C9 16.4477 8.55228 16 8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17ZM16 18C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16C15.4477 16 15 16.4477 15 17C15 17.5523 15.4477 18 16 18Z" fill="#6C6C6C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB