add theme
@@ -14,6 +14,8 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="icon-only" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document pl-10 ">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<button class="btn-no-color" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" class="arrow-right-icon" src='assets/images/theme/gov/icons-calendar-arrow-right.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="icon-only" class="arrow-right-icon" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-right.svg"></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -118,6 +120,8 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -128,6 +132,8 @@
|
||||
<div class="attach-icon d-flex align-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document pl-10">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
<div class="attach-icon d-flex align-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document pl-10">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<div class="add-people" (click)="addParticipants()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -46,6 +47,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<div class="div-icon" (click)="openOptions()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-25 cursor-pointer" src="assets/images/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-25 cursor-pointer" src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-25 cursor-pointer" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-menu.svg"></ion-icon>
|
||||
<!-- <ion-icon class="font-25 cursor-pointer" src="assets/images/theme/gov/icons-menu.svg"></ion-icon> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -302,6 +302,7 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -324,6 +325,7 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -345,6 +347,8 @@
|
||||
<div class="attach-icon cursor-pointer">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<div class="d-flex px-20 pt-20">
|
||||
<div class="cursor-pointer" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-arrow-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/doneIticons-arrow-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
</div>
|
||||
|
||||
<div class="font-25">{{ fileName }}</div>
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<div class="logo-icon">
|
||||
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'doneIt' " src='assets/images/theme/{{ThemeService.currentTheme}}/governoangola_A1.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'tribunal' " src='assets/images/theme/tribunal/tribunal-constitucional.png' alt='logo'>
|
||||
</div>
|
||||
<div *ngIf="ThemeService.currentTheme == 'gov'" class="logo-description d-flex align-center justify-content-center">
|
||||
@@ -25,6 +26,7 @@
|
||||
<div class="btn-close d-flex cursor-pointer" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" src="assets/images/icons-search-close.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="icon" src="assets/images/theme/gov/icons-search-close.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="icon" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-search-close.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="icon" src="assets/images/icons-search-close.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,6 +45,7 @@
|
||||
<div class="d-flex align-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="profile-pic" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="profile-pic" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="profile-pic" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="profile-pic" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
@@ -84,12 +87,13 @@
|
||||
<img style="width: 40px;" src="assets/images/theme/gov/governoangola_A.png">
|
||||
</div>
|
||||
|
||||
<div class="btn-close d-flex cursor-pointer pr-10" (click)="changeTheme('default')" >
|
||||
<div class="btn-close d-flex cursor-pointer pr-10 pl-10" (click)="changeTheme('default')" >
|
||||
<img style="width: 40px;" src="assets/images/logo-removebg-preview.png"/>
|
||||
</div>
|
||||
|
||||
<div class="btn-close d-flex cursor-pointer pr-10" (click)="changeTheme('doneIt')" >
|
||||
<span>DoneIt</span>
|
||||
<img *ngIf="ThemeService.currentTheme == 'gov'" style="width: 40px;" src="assets/images/theme/doneIt/governoangola_A.png"/>
|
||||
<img *ngIf="ThemeService.currentTheme != 'gov'" style="width: 40px;" src="assets/images/theme/doneIt/governoangola_A1.png"/>
|
||||
</div>
|
||||
|
||||
<!-- <div hidden class="btn-close d-flex cursor-pointer pr-10" (click)="changeTheme('tribunal')" >
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<div class="logo-icon" *ngIf="hideImage">
|
||||
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'doneIt' " src='assets/images/theme/{{ThemeService.currentTheme}}/governoangola_A.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'tribunal' " src='assets/images/theme/tribunal/tribunal-constitucional.png' alt='logo'>
|
||||
</div>
|
||||
<div *ngIf="ThemeService.currentTheme == 'gov'" class="logo-description d-flex align-center justify-content-center">
|
||||
@@ -24,6 +25,7 @@
|
||||
<div class="btn-close d-flex cursor-pointer" *ngIf="hideImage" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "class="icon" src="assets/images/icons-search-close.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="icon" src="assets/images/theme/gov/icons-search-close.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="icon" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-search-close.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</ion-header>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="back-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/Theme/doneIt/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<button class="btn-no-color cursor-pointer" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/doneIt/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</button>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/theme/zoneIt/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div class="middle">
|
||||
@@ -26,6 +27,7 @@
|
||||
<button class="btn-no-color" (click)="editEvent()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="edit" slot="end" src="assets/images/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="edit" slot="end" src="assets/images/theme/gov/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="edit" slot="end" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-edit.svg" ></ion-icon>
|
||||
</button>
|
||||
<button class="btn-no-color" (click)="deleteEvent()">
|
||||
<ion-icon class="delete" name="trash-sharp"></ion-icon>
|
||||
@@ -107,6 +109,7 @@
|
||||
<div (click)="docIndex(i);LoadDocumentDetails()" class="cursor-pointer" style="width: 35px; height: 41px;" autoHide="false">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-menu.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-menu.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-menu.svg" ></ion-icon>
|
||||
</div>
|
||||
|
||||
</ion-label>
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<button (click)="back()" class="btn-no-color resize" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="icon-only" src="assets/images/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="icon-only" src="assets/images/theme/gov/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="icon-only" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " slot="icon-only" src="assets/images/theme/gov/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
</button>
|
||||
|
||||
@@ -45,6 +46,7 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " style="font-size: 19pt;" src="assets/images/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " style="font-size: 19pt;" src="assets/images/theme/gov/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " style="font-size: 19pt;" src="assets/images/theme/gov/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="icon-only" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-arrow-down.svg"></ion-icon>
|
||||
</div>
|
||||
|
||||
</h2>
|
||||
@@ -98,6 +100,7 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="icon-only" src="assets/images/icons-calendar-arrow-right.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="icon-only" src="assets/images/theme/gov/icons-calendar-arrow-right.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " slot="icon-only" src="assets/images/theme/gov/icons-calendar-arrow-right.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="icon-only" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-right.svg"></ion-icon>
|
||||
</div>
|
||||
|
||||
</ion-row>
|
||||
@@ -127,6 +130,7 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && !mobileComponent.showEventList" class="right-icons" src="assets/images/theme/gov/icons-received-event.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && mobileComponent.showEventList" class="right-icons" src="assets/images/theme/gov/icons-received-event-selected.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="right-icons" src="assets/images/theme/tribunal/icons-received-event.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="right-icons" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-received-event.svg"></ion-icon>
|
||||
</button>
|
||||
|
||||
<button title="Novo Evento" class="btn-no-color cy-add-event cursor-pointer resize" (click)="clearContact();openAddEvent();">
|
||||
@@ -134,6 +138,7 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && !mobileComponent.showAddNewEvent" class="right-icons" src="assets/images/theme/gov/icons-add.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && mobileComponent.showAddNewEvent" class="right-icons" src="assets/images/theme/gov/icons-add-selected.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="right-icons" src="assets/images/theme/tribunal/icons-add.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="right-icons" slot="icon-only" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-add.svg"></ion-icon>
|
||||
</button>
|
||||
|
||||
</ion-row>
|
||||
@@ -196,10 +201,12 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="collaps btn-no-color" src="assets/images/icons-collaps-up.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="collaps btn-no-color" src="assets/images/theme/gov/icons-collaps-up.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="collaps btn-no-color" src="assets/images/theme/tribunal/icons-collaps-up.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="collaps btn-no-color" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-collaps-up.svg"></ion-icon>
|
||||
</button>
|
||||
<button class="btn-no-color" *ngIf="!showCalendar" (click)="calendarHeight='356px';showCalendar=true">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="collaps btn-no-color" src="assets/images/icons-collaps-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="collaps btn-no-color" src="assets/images/theme/gov/icons-collaps-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="collaps btn-no-color" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-collaps-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="collaps btn-no-color" src="assets/images/theme/tribunal/icons-collaps-down.svg" ></ion-icon>
|
||||
</button >
|
||||
|
||||
@@ -213,6 +220,7 @@
|
||||
<button class="arrow-down btn-no-color" (click)="showTimelineFilterState=!showTimelineFilterState">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " style="font-size: 19pt;" src="assets/images/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " style="font-size: 19pt;" src="assets/images/theme/gov/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " style="font-size: 19pt;" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " style="font-size: 19pt;" src="assets/images/theme/gov/icons-arrow-arrow-down.svg" ></ion-icon>
|
||||
</button>
|
||||
|
||||
|
||||
@@ -249,6 +249,7 @@
|
||||
<div class="add-people">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -271,6 +272,7 @@
|
||||
<div class="add-people">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -294,6 +296,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Adicionar documentos</ion-label>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<button class="btn-no-color">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" class="arrow-right-icon" src='assets/images/theme/gov/icons-calendar-arrow-right.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" class="arrow-right-icon" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-right.svg'></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -238,6 +238,7 @@
|
||||
<div class="add-people cursor-pointer">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -260,6 +261,7 @@
|
||||
<div class="add-people cursor-pointer">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -283,6 +285,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Adicionar documentos</ion-label>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<button class="btn-no-color d-flex align-center" (click)="goBack()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div class="middle">
|
||||
|
||||
@@ -24,10 +24,12 @@
|
||||
<button title="Nova Conversa Individual" class="btn-no-color" (click)="openContactsPage()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src="assets/images/icons-chat-new-conversation.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src="assets/images/theme/gov/icons-chat-new-conversation.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-chat-new-conversation.svg"></ion-icon>
|
||||
</button>
|
||||
<button title="Novo Grupo" class="btn-no-color" (click)="openNewGroupPage()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src="assets/images/icons-chat-new-group.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src="assets/images/theme/gov/icons-chat-new-group.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-chat-new-group.svg" ></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -54,6 +56,8 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" slot="start" src="assets/images/icons-chat-chat-40.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && room.id != idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-chat-40.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && room.id == idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-chat-40-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' && room.id != idSelected " class="icon" slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-chat-chat-40.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' && room.id == idSelected " class="icon" slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-chat-chat-40-hover.svg"></ion-icon>
|
||||
</div>
|
||||
<div [class.highlight]="room.id =='cjFv5XfreKz5j3fWW'"
|
||||
(click)="openMessagesPage(room.id)"
|
||||
@@ -127,6 +131,8 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" slot="start" src="assets/images/icons-chat-group-chat-40.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && group.id != idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-group-chat-40.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && group.id == idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-group-chat-40-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' && group.id != idSelected " class="icon" slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-chat-group-chat-40.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' && group.id == idSelected " class="icon" slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-chat-group-chat-40-hover.svg"></ion-icon>
|
||||
</div>
|
||||
<div (click)="openGroupMessagesPage(group.id)" class="item-content flex-grow-1 cursor-pointer">
|
||||
<div class="item-title-time">
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<button class="btn-no-color" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div class="middle">
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
|
||||
</div>
|
||||
<ion-label>
|
||||
@@ -26,6 +27,7 @@
|
||||
<div>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-add-25.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-add-25.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-add-25.svg" ></ion-icon>
|
||||
</div>
|
||||
</ion-item>
|
||||
</div>
|
||||
@@ -41,6 +43,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
@@ -61,6 +64,7 @@
|
||||
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
|
||||
</div>
|
||||
<ion-label>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<div class="div-icon" (click)="openOptions()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-25 cursor-pointer" src="assets/images/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-25 cursor-pointer" src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-25 cursor-pointer" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-menu.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<div class="div-icon" (click)="openOptions()" *ngIf="p.userPermission([p.permissionList.Agenda.access])">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-menu.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
</ion-menu-button> -->
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-25 cursor-pointer" src="assets/images/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-25 cursor-pointer" src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-25 cursor-pointer" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-menu.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<div class="header-icon-right cursor-pointer" (click)="editar(loadedEvent.serialNumber)">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-edit.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-edit.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-edit.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</ion-header>
|
||||
|
||||
@@ -28,11 +28,13 @@
|
||||
<div (click)="editar(loadedEvent.serialNumber)" class="header-icon-right display-none-true">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-edit.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="edit" slot="end" src="assets/images/theme/gov/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="edit" slot="end" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-edit.svg" ></ion-icon>
|
||||
</div>
|
||||
<div class="menu-ptions">
|
||||
<button class="btn-no-color" (click)="openOptions(loadedEvent)">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -279,6 +279,7 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -301,6 +302,7 @@
|
||||
<div class="add-people" (click)="addParticipantsCc()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -322,6 +324,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -145,6 +145,7 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -167,6 +168,7 @@
|
||||
<div class="add-people" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -177,6 +179,7 @@
|
||||
<div class="attach-icon d-flex align-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document pl-10">
|
||||
<ion-label>Anexar Documentos</ion-label>
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
<div *ngIf="task.DocumentsQty != 0" class="item-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-expediente-attachment.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-expediente-attachment.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-attachment.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " src="assets/images/theme/gov/icons-expediente-attachment.svg"></ion-icon>
|
||||
<label>{{task.DocumentsQty || task.totalDocuments}}</label>
|
||||
</div>
|
||||
@@ -163,9 +164,10 @@
|
||||
<div (click)="openExpedientListPage(); selectedElement='Correspondence'" [class.active]="selectedElement == 'Correspondence'" class="box-hover exp-card d-flex flex-column justify-center">
|
||||
<div class="d-flex justify-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-correspondencia.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-expediente-deferimento.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'Correspondence'" src="assets/images/theme/gov/icons-correspondencia.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'Correspondence'" src="assets/images/theme/gov/icons-correspondencia-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-correspondencia.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'Correspondence'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-correspondencia-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'Correspondence'" src="assets/images/theme/gov/icons-correspondencia.svg"></ion-icon>
|
||||
</div>
|
||||
<p class="text-center exp-card-title ">Expediente</p>
|
||||
@@ -174,10 +176,11 @@
|
||||
|
||||
<div [class.active]="selectedElementF('Pending')" (click)="openPendentesPage(); selectedElement='Pending'" class="box-hover exp-card d-flex flex-column justify-center" >
|
||||
<div class="d-flex justify-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-expediente-pendente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-expediente-pendente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'Pending'" src="assets/images/theme/gov/icons-expediente-pendente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'Pending'" src="assets/images/theme/gov/icons-expediente-pendente-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-pendente.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'Pending'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-pendente-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'Pending'" src="assets/images/theme/gov/icons-expediente-pendente.svg"></ion-icon>
|
||||
</div>
|
||||
<p *ngIf="!p.userPermission([p.permissionList.Gabinete.pr_tasks])" class="text-center exp-card-title ">Pendentes</p>
|
||||
@@ -187,10 +190,11 @@
|
||||
|
||||
<div *ngIf="!p.userPermission([p.permissionList.Gabinete.pr_tasks])" [class.active]="selectedElement == 'Dispatches'" class="box-hover exp-card d-flex flex-column justify-center" (click)="openDespachosPage(); selectedElement='Dispatches'">
|
||||
<div class="d-flex justify-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-despachos-presidente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-despachos-presidente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'Dispatches'" src="assets/images/theme/gov/icons-despachos-presidente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'Dispatches'" src="assets/images/theme/gov/icons-despachos-presidente-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-despachos-presidente.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'Dispatches'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-despachos-presidente-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'Dispatches'" src="assets/images/theme/gov/icons-despachos-presidente.svg"></ion-icon>
|
||||
</div>
|
||||
<p class="text-center exp-card-title ">Despachos</p>
|
||||
@@ -199,10 +203,11 @@
|
||||
|
||||
<div (click)="openPedidosPage('parecer'); selgectedElement='RequestsForOpinion'" [class.active]="selectedElement == 'RequestsForOpinion'" class="box-hover exp-card d-flex flex-column justify-center">
|
||||
<div class="d-flex justify-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-expediente-parecer.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-expediente-parecer.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'RequestsForOpinion' " src="assets/images/theme/gov/icons-expediente-parecer.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'RequestsForOpinion'" src="assets/images/theme/gov/icons-expediente-parecer-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-parecer.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'RequestsForOpinion'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-parecer-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'RequestsForOpinion' " src="assets/images/theme/gov/icons-expediente-parecer.svg"></ion-icon>
|
||||
</div>
|
||||
<p *ngIf="!p.userPermission([p.permissionList.Gabinete.pr_tasks])" class="text-center exp-card-title ">Pedidos de Parecer</p>
|
||||
@@ -212,10 +217,12 @@
|
||||
|
||||
<div (click)="openPedidosPage('deferimento'); selectedElement = 'RequestForApproval'" [class.active]="selectedElement == 'RequestForApproval'" class="box-hover exp-card d-flex flex-column justify-center">
|
||||
<div class="d-flex justify-center">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-expediente-deferimento.svg"></ion-icon>
|
||||
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-expediente-deferimento.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'RequestForApproval'" src="assets/images/theme/gov/icons-expediente-deferimento.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'RequestForApproval'" src="assets/images/theme/gov/icons-expediente-deferimento-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-deferimento.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'RequestForApproval'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-deferimento-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'RequestForApproval'" src="assets/images/theme/gov/icons-expediente-deferimento.svg"></ion-icon>
|
||||
</div>
|
||||
<p class="text-center exp-card-title ">Pedidos de Deferimento</p>
|
||||
@@ -255,6 +262,8 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-diplomas-assinados-presidente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'gerarDiplomas'" src="assets/images/theme/gov/icons-diplomas-assinados-presidente.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'gerarDiplomas'" src="assets/images/theme/gov/icons-diplomas-assinados-presidente-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-diplomas-assinados-presidente.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'gerarDiplomas'" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-diplomas-assinados-presidente-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'gerarDiplomas'" src="assets/images/theme/gov/icons-diplomas-assinados-presidente.svg"></ion-icon>
|
||||
</div>
|
||||
|
||||
@@ -280,6 +289,8 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-expediente-diploma.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement != 'DiplomasParaAssinar' " src="assets/images/theme/gov/icons-expediente-diploma.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && selectedElement == 'DiplomasParaAssinar' " src="assets/images/theme/gov/icons-expediente-diploma-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-diploma.svg"></ion-icon>
|
||||
<ion-icon hidden *ngIf="ThemeService.currentTheme == 'doneIt' && selectedElement == 'DiplomasParaAssinar' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-expediente-diploma-hover.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' && selectedElement != 'DiplomasParaAssinar' " src="assets/images/theme/gov/icons-expediente-diploma.svg"></ion-icon>
|
||||
</div>
|
||||
<p class="text-center exp-card-title">Diplomas para Assinar</p>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/fullLogo-no-g.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'tribunal'" src='assets/images/theme/tribunal/tribunal-constitucional-logo.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'doneIt' " src='assets/images/theme/{{ThemeService.currentTheme}}/governoangola_A.png' alt='logo'>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
<button *ngIf="p.userPermission([p.permissionList.Actions.create])" title="Adicionar nova ação presidencial" class="btn-no-color" (click)="AddPublicationFolder()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="icon-only" src='assets/images/icons-add.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="icon-only" src='assets/images/theme/gov/icons-add.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="icon-only" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-add.svg'></ion-icon>
|
||||
</button>
|
||||
<button title="Atualizar" class="btn-no-color" (click)="refreshing()">
|
||||
<ion-icon slot="icon-only" class="title-icon font-awesome" name="reload-circle" title="Actualizar"></ion-icon>
|
||||
@@ -87,6 +88,8 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-nav-actions.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && evento.ProcessId != idSelected " slot="end" src='assets/images/theme/gov/icons-nav-actions.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && evento.ProcessId == idSelected " slot="end" src='assets/images/theme/gov/icons-nav-actions-hover.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' && evento.ProcessId != idSelected " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-nav-actions.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' && evento.ProcessId == idSelected " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-nav-actions-hover.svg'></ion-icon>
|
||||
</div>
|
||||
<div class="item-content flex-grow-1">
|
||||
<ion-label>
|
||||
@@ -100,6 +103,7 @@
|
||||
<button class="btn-no-color">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="edit" slot="end" src="assets/images/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="edit" slot="end" src="assets/images/theme/gov/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="edit" slot="end" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-edit.svg" ></ion-icon>
|
||||
|
||||
</button>
|
||||
</ion-item-option>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<div class="icon" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " style="font-size:35px;" src="assets/images/icons-arrow-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " style="font-size:35px;" src="assets/images/theme/gov/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -38,13 +38,19 @@ export class BackgroundService {
|
||||
document.body.style.setProperty(`--color5`, "#ececec");
|
||||
this.storageservice.store('networkCheckStore','online');
|
||||
|
||||
} else {
|
||||
} else if (this.themeservice.currentTheme == 'default') {
|
||||
document.body.style.setProperty(`--color`, "#0782C9");
|
||||
document.body.style.setProperty(`--color2`, "#45BAFF");
|
||||
document.body.style.setProperty(`--color3`, "#0782C9");
|
||||
document.body.style.setProperty(`--color4`, "#0782c9f0");
|
||||
document.body.style.setProperty(`--color5`, "#45BAFF");
|
||||
this.storageservice.store('networkCheckStore','online');
|
||||
} else if (this.themeservice.currentTheme == 'doneIt') {
|
||||
document.body.style.setProperty(`--color`, "#69B3E7");
|
||||
document.body.style.setProperty(`--color2`, "#A5D1F1");
|
||||
document.body.style.setProperty(`--color3`, "#69B3E7");
|
||||
document.body.style.setProperty(`--color4`, "#69B3E7");
|
||||
document.body.style.setProperty(`--color5`, "#A5D1F1");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
@@ -38,6 +39,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
@@ -57,6 +59,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
|
||||
@@ -49,6 +49,14 @@ export class ThemeService {
|
||||
|
||||
}
|
||||
|
||||
allows(args) {
|
||||
if(!Array.isArray(args)) {
|
||||
args = [args]
|
||||
}
|
||||
|
||||
return args.includes(this.currentTheme)
|
||||
}
|
||||
|
||||
saveTheme() {
|
||||
|
||||
}
|
||||
|
||||
@@ -289,6 +289,7 @@
|
||||
<div class="add-people cursor-pointer" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -311,6 +312,7 @@
|
||||
<div class="add-people cursor-pointer" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -332,6 +334,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Adicionar documentos</ion-label>
|
||||
|
||||
@@ -281,6 +281,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Adicionar documentos</ion-label>
|
||||
|
||||
@@ -248,6 +248,7 @@
|
||||
<div class="add-people cursor-pointer" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -272,6 +273,7 @@
|
||||
<div class="add-people cursor-pointer" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -295,6 +297,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Adicionar documentos</ion-label>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<button class="btn-no-color" (click)="close()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div class="middle" (click)="openOptions()">
|
||||
@@ -16,6 +17,7 @@
|
||||
<button class="btn-no-color" (click)="editEvent()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="edit" slot="end" src="assets/images/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="edit" slot="end" src="assets/images/theme/gov/icons-edit.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="edit" slot="end" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-edit.svg" ></ion-icon>
|
||||
</button>
|
||||
<button class="btn-no-color" (click)="deleteEvent()">
|
||||
<ion-icon class="delete" name="trash-sharp"></ion-icon>
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
@@ -24,6 +25,7 @@
|
||||
<div>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-add-25.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-add-25.svg" ></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-add-25.svg" ></ion-icon>
|
||||
</div>
|
||||
</ion-item>
|
||||
</div>
|
||||
@@ -39,6 +41,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
@@ -58,6 +61,7 @@
|
||||
<div class="pr-10">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src="assets/images/icons-default-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
||||
</div>
|
||||
<ion-label>
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
|
||||
@@ -232,6 +232,7 @@
|
||||
<div class="add-people cursor-pointer">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -254,6 +255,7 @@
|
||||
<div class="add-people cursor-pointer" >
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="start" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-arrow-forward.svg"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -275,6 +277,7 @@
|
||||
<div class="attach-icon">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-attach-doc.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/{{ThemeService.currentTheme}}/icons-attach-doc.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="attach-document">
|
||||
<ion-label>Adicionar documentos</ion-label>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<div title="Pesquisa" *ngIf="!hideSearchBtn" class="div-search">
|
||||
<div (click)="openSearch()">
|
||||
<ion-icon title="Limpar" *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-45" src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
|
||||
<ion-icon *ngIf=" ThemeService.currentTheme == 'default' " class="font-45" src='assets/images/icons-search.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-45" src='assets/images/theme/gov/icons-search.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="font-45" src='assets/images/theme/tribunal/icons-search.svg'></ion-icon>
|
||||
@@ -14,9 +14,10 @@
|
||||
|
||||
<div class="div-logo align-center justify-center">
|
||||
<div class="logo-icon">
|
||||
<img *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'tribunal' " src='assets/images/theme/tribunal/tribunal-constitucional.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'doneIt'" src="assets/images/theme/doneIt/governoangola_A1.png" alt='logo'/>
|
||||
</div>
|
||||
<div *ngIf="ThemeService.currentTheme == 'gov'" class="logo-description d-flex align-center justify-content-center">
|
||||
<div class="logo-description-content">
|
||||
@@ -24,7 +25,7 @@
|
||||
<div class="add-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt'" class="logo-description d-flex align-center justify-content-center">
|
||||
<div *ngIf="ThemeService.currentTheme == 'default' " class="logo-description d-flex align-center justify-content-center">
|
||||
<div class="logo-description-content">
|
||||
<p class="logo-description-text tp-5 color-white" >GABINETE DIGITAL</p>
|
||||
<div class="add-line-white"></div>
|
||||
@@ -35,7 +36,7 @@
|
||||
<div title="Perfil" class="div-profile cursor-pointer" (click)="openProfile()">
|
||||
<div *ngIf="this.notificationLength > 0" class="icon-badge">{{notificationLength}}</div>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="icon" src='assets/images/theme/doneIt/icons-profile.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " class="icon" src='assets/images/icons-profile.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" src='assets/images/icons-profile.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="icon" src='assets/images/theme/gov/icons-profile.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'tribunal' " class="icon" src='assets/images/theme/tribunal/icons-profile.svg'></ion-icon>
|
||||
</div>
|
||||
@@ -45,17 +46,14 @@
|
||||
<div class="d-flex justify-space-between align-center">
|
||||
<div tab="events" class="div-logo height-fit-content">
|
||||
<div class="logo-icon">
|
||||
<img *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'default'" src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'doneIt' " src='assets/images/theme/{{ThemeService.currentTheme}}/governoangola_A1.png' alt='logo'>
|
||||
<img *ngIf="ThemeService.currentTheme == 'tribunal' " src='assets/images/theme/tribunal/tribunal-constitucional.png' alt='logo'>
|
||||
</div>
|
||||
<div class="logo-description d-flex align-center justify-content-center">
|
||||
|
||||
<div class="logo-description-content">
|
||||
<!-- <div *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " class="logo-description-content">
|
||||
<p class="logo-description-text color-white">GABINETE DIGITAL</p>
|
||||
<div class="add-line-white"></div>
|
||||
</div> -->
|
||||
|
||||
<div *ngIf="ThemeService.currentTheme == 'gov' " class="logo-description-content">
|
||||
<p *ngIf="environment.presidencia" class="logo-description-text">Calendário Partilhado</p>
|
||||
@@ -63,7 +61,7 @@
|
||||
<div class="add-line"></div>
|
||||
</div>
|
||||
|
||||
<div *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " class="logo-description-content">
|
||||
<div *ngIf="ThemeService.currentTheme == 'default' " class="logo-description-content">
|
||||
<p *ngIf="environment.presidencia" class="logo-description-text">Calendário Partilhado</p>
|
||||
<p *ngIf="!environment.presidencia" class="logo-description-text" style="color: white;">GABINETE DIGITAL</p>
|
||||
<div class="add-line" style="border-bottom: 1px solid white;"></div>
|
||||
@@ -123,7 +121,7 @@
|
||||
<div class="header-btns d-flex">
|
||||
<div title="Pesquisa" *ngIf="!hideSearchBtn" class="mr-20 d-flex align-center cursor-pointer">
|
||||
<div style="padding-top: 5px;" (click)="openSearch();showSearch=true" *ngIf="!showSearch">
|
||||
<ion-icon title="Limpar" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-45" src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-45" src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'default' " class="font-45" src='assets/images/icons-search.svg'></ion-icon>
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'gov' " class="font-45" src='assets/images/theme/gov/icons-search.svg'></ion-icon>
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'tribunal' " class="font-45" src='assets/images/theme/tribunal/icons-search.svg'></ion-icon>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<div class="back-icon cursor-pointer" (click)="goBack()">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||
</div>
|
||||
<div class="div-title">
|
||||
<ion-label class="title"> {{publication.Title}}</ion-label>
|
||||
|
||||
|
Before Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 519 KiB |
@@ -0,0 +1,7 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#FFB81C"/>
|
||||
<path d="M24.714 25.428C28.422 25.428 31.428 22.422 31.428 18.714C31.428 15.006 28.422 12 24.714 12C21.006 12 18 15.006 18 18.714C18 22.422 21.006 25.428 24.714 25.428Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M29.857 23.857L34.357 28.357" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M16.857 27.857C16.857 27.3047 16.4093 26.857 15.857 26.857C15.3047 26.857 14.857 27.3047 14.857 27.857V33.857C14.857 34.4093 15.3047 34.857 15.857 34.857C16.4093 34.857 16.857 34.4093 16.857 33.857V27.857Z" fill="white"/>
|
||||
<path d="M18.857 29.857H12.857C12.3047 29.857 11.857 30.3047 11.857 30.857C11.857 31.4093 12.3047 31.857 12.857 31.857H18.857C19.4093 31.857 19.857 31.4093 19.857 30.857C19.857 30.3047 19.4093 29.857 18.857 29.857Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1016 B |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25">
|
||||
<g fill="none" fill-rule="evenodd" stroke-linecap="round">
|
||||
<g stroke="#69B3E7" stroke-width="2">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g stroke-linejoin="round">
|
||||
<path d="M1.157 1.45L8.228 8.521" transform="translate(-355 -234) translate(0 99) translate(20 125) translate(335 10) rotate(-45 17.657 -2.364) rotate(180 4.45 4.743)"/>
|
||||
</g>
|
||||
<path d="M13 7L13 17" transform="translate(-355 -234) translate(0 99) translate(20 125) translate(335 10)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 757 B |
@@ -0,0 +1,8 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7H18V8H7V7Z" fill="white"/>
|
||||
<path d="M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z" fill="white"/>
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#C63527"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 25.5L8.5 10.5L26.5 10.5V25.5H8.5Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M20 21C21.1046 21 22 20.1046 22 19C22 17.8954 21.1046 17 20 17C18.8954 17 18 17.8954 18 19C18 20.1046 18.8954 21 20 21Z" stroke="white"/>
|
||||
<path d="M22 19.5H25.5M9 21C11.308 20 14.308 19.5 18 19.5L9 21Z" stroke="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 849 B |
@@ -0,0 +1,9 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7H18V8H7V7Z" fill="white"/>
|
||||
<path d="M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z" fill="white"/>
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#C63527"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 9H25V27H10V9Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 23H25V27H10V23Z" fill="white"/>
|
||||
<path d="M19 19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15C17.8954 15 17 15.8954 17 17C17 18.1046 17.8954 19 19 19Z" stroke="white"/>
|
||||
<path d="M21 17.5H24.5M10.5 19C12.167 18 14.333 17.5 17 17.5L10.5 19Z" stroke="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 919 B |
@@ -0,0 +1,7 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7H18V8H7V7Z" fill="white"/>
|
||||
<path d="M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z" fill="white"/>
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#D30606"/>
|
||||
<path d="M19 11C19 10.4477 18.5523 10 18 10C17.4477 10 17 10.4477 17 11V24C17 24.5523 17.4477 25 18 25C18.5523 25 19 24.5523 19 24V11Z" fill="white"/>
|
||||
<path d="M24.5 18.5C25.0523 18.5 25.5 18.0523 25.5 17.5C25.5 16.9477 25.0523 16.5 24.5 16.5H11.5C10.9477 16.5 10.5 16.9477 10.5 17.5C10.5 18.0523 10.9477 18.5 11.5 18.5H24.5Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 815 B |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g transform="translate(-345 -109) translate(0 84) translate(0 25) translate(20) translate(325)">
|
||||
<g>
|
||||
<path fill="#FFF" d="M7 7H18V8H7z"/>
|
||||
<circle cx="10.5" cy="7.5" r="1.5" fill="#FFF"/>
|
||||
<g fill="#69B3E7">
|
||||
<circle cx="17.5" cy="17.5" r="17.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<rect width="2" height="15" x="17" y="10" fill="#FFF" rx="1"/>
|
||||
<rect width="2" height="15" x="17" y="10" fill="#FFF" rx="1" transform="rotate(90 18 17.5)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7 10L12.5 16L18 10" stroke="#69B3E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 216 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 16L12.5 10L7 16" stroke="#C63527" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 216 B |
@@ -1,6 +1,6 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_401_2)">
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#243A5E"/>
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#69B3E7"/>
|
||||
<path d="M14 9L23 18L14 27" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
|
||||
|
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 497 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.5 7.5L15.5 13L9.5 18.5" stroke="#C63527" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 222 B |
@@ -0,0 +1,6 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7H18V8H7V7Z" fill="white"/>
|
||||
<path d="M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z" fill="white"/>
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#FFB81C"/>
|
||||
<path d="M23 15.535V21.553C23 23.615 21.663 26 18 26C14.337 26 13 23.615 13 21.553V12.684C13 10.228 14.071 9 16.214 9C18.357 9 19.429 10.228 19.429 12.684V19.387C19.476 20.462 19 21 18 21C17 21 16.524 20.462 16.571 19.387V15.535" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 784 B |
@@ -1,3 +1,3 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22 9L13 18L22 27" stroke="#243A5E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22 9L13 18L22 27" stroke="#69B3E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
@@ -1,3 +1,3 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22 9L13 18L22 27" stroke="#243A5E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22 9L13 18L22 27" stroke="#69B3E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
@@ -1,3 +1,3 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M13 9L22 18L13 27" stroke="#243A5E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13 9L22 18L13 27" stroke="#69B3E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
@@ -1,3 +1,3 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M13 9L22 18L13 27" stroke="#243A5E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13 9L22 18L13 27" stroke="#69B3E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.571 10C22.311 10 24.531 12.22 24.531 14.959V15.054C24.531 16.617 23.807 18.011 22.678 18.92C25.876 20.175 28.143 23.313 28.143 26.987C28.143 31.767 11 31.767 11 26.987C11 23.313 13.267 20.175 16.465 18.919C15.335 18.011 14.612 16.617 14.612 15.054V14.96C14.612 12.22 16.832 10 19.572 10H19.571Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 510 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.571 10C22.311 10 24.531 12.22 24.531 14.959V15.054C24.531 16.617 23.807 18.011 22.678 18.92C25.876 20.175 28.143 23.313 28.143 26.987C28.143 31.767 11 31.767 11 26.987C11 23.313 13.267 20.175 16.465 18.919C15.335 18.011 14.612 16.617 14.612 15.054V14.96C14.612 12.22 16.832 10 19.572 10H19.571Z" stroke="#69B3E7" stroke-width="2" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 512 B |
@@ -0,0 +1,4 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.45 12C20.762 12 18.582 14.18 18.582 16.868C18.582 18.408 19.298 19.782 20.416 20.674C17.246 21.894 15 24.944 15 28.515C15 33.162 32 33.162 32 28.515C32 24.945 29.754 21.895 26.584 20.672C27.702 19.782 28.418 18.408 28.418 16.868C28.418 14.179 26.238 12 23.55 12H23.45V12Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M11.517 27C9.467 26.429 8 25.422 8 23.98C8 20.395 10.476 17.451 13.366 16.139M20 9.332C19.177 7.932 17.715 7 16.049 7C13.477 7 11.392 9.22 11.392 11.957V12.052C11.392 13.636 12.09 15.046 13.176 15.953L20 9.332Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 789 B |
@@ -0,0 +1,4 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.45 12C20.762 12 18.582 14.18 18.582 16.868C18.582 18.408 19.298 19.782 20.416 20.674C17.246 21.894 15 24.944 15 28.515C15 33.162 32 33.162 32 28.515C32 24.945 29.754 21.895 26.584 20.672C27.702 19.782 28.418 18.408 28.418 16.868C28.418 14.179 26.238 12 23.55 12H23.45V12Z" stroke="#69B3E7" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M11.517 27C9.467 26.429 8 25.422 8 23.98C8 20.395 10.476 17.451 13.366 16.139M20 9.332C19.177 7.932 17.715 7 16.049 7C13.477 7 11.392 9.22 11.392 11.957V12.052C11.392 13.636 12.09 15.046 13.176 15.953L20 9.332Z" stroke="#69B3E7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 793 B |
@@ -0,0 +1,6 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#69B3E7"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 9C16.896 9 18.84 10.943 18.84 13.34V13.423C18.84 14.79 18.207 16.009 17.218 16.805C20.016 17.903 22 20.649 22 23.863C22 28.046 7 28.046 7 23.863C7 20.649 8.984 17.903 11.783 16.803C10.793 16.009 10.161 14.79 10.161 13.423V13.339C10.16 10.943 12.104 9 14.5 9Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M27 7C27 6.44772 26.5523 6 26 6C25.4477 6 25 6.44772 25 7V13C25 13.5523 25.4477 14 26 14C26.5523 14 27 13.5523 27 13V7Z" fill="white"/>
|
||||
<path d="M29 9H23C22.4477 9 22 9.44772 22 10C22 10.5523 22.4477 11 23 11H29C29.5523 11 30 10.5523 30 10C30 9.44772 29.5523 9 29 9Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 915 B |
@@ -0,0 +1,7 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z" fill="#69B3E7"/>
|
||||
<path d="M27 7C27 6.44772 26.5523 6 26 6C25.4477 6 25 6.44772 25 7V13C25 13.5523 25.4477 14 26 14C26.5523 14 27 13.5523 27 13V7Z" fill="white"/>
|
||||
<path d="M29 9H23C22.4477 9 22 9.44772 22 10C22 10.5523 22.4477 11 23 11H29C29.5523 11 30 10.5523 30 10C30 9.44772 29.5523 9 29 9Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 12C15.104 12 13.16 13.943 13.16 16.34V16.423C13.16 17.79 13.793 19.009 14.782 19.805C11.984 20.903 10 23.649 10 26.863C10 31.046 25 31.046 25 26.863C25 23.649 23.016 20.903 20.217 19.803C21.207 19.009 21.839 17.79 21.839 16.423V16.339C21.84 13.943 19.896 12 17.5 12Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M7.406 24C5.527 23.514 4.182 22.658 4.182 21.432C4.182 18.386 6.452 15.884 9.1 14.768M15.182 8.983C14.427 7.792 13.087 7 11.56 7C9.202 7 7.291 8.886 7.291 11.213V11.294C7.291 12.64 7.931 13.839 8.927 14.61L15.182 8.983Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,4 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#FFB81C"/>
|
||||
<path d="M22.25 26.5C24.7358 26.5 26.75 24.4858 26.75 22V14.5C26.75 12.0142 24.7358 10 22.25 10C19.7642 10 17.75 12.0142 17.75 14.5V22C17.75 24.4844 19.7234 26.5 22.25 26.5ZM29.375 19C28.7516 19 28.25 19.5016 28.25 20.0828V22C28.25 25.4373 25.3452 28.2063 21.8609 27.9859C18.7634 27.7905 16.25 24.8645 16.25 21.7609V20.0828C16.25 19.5016 15.7461 19 15.125 19C14.5039 19 14 19.5016 14 20.0828V21.5898C14 25.7927 16.9986 29.5398 21.125 30.107V31.75H19.25C18.3973 31.75 17.7106 32.4616 17.7519 33.3236C17.7702 33.7094 18.1156 34 18.5 34H26C26.3854 34 26.7298 33.7086 26.7481 33.3236C26.7875 32.4625 26.1031 31.75 25.25 31.75H23.375V30.167C27.3922 29.6172 30.5 26.1672 30.5 22V20.0828C30.5 19.5016 29.9984 19 29.375 19Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 986 B |
@@ -0,0 +1,7 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 9H23V10H9V9Z" fill="white"/>
|
||||
<path d="M14 12C15.1046 12 16 11.1046 16 10C16 8.89543 15.1046 8 14 8C12.8954 8 12 8.89543 12 10C12 11.1046 12.8954 12 14 12Z" fill="white"/>
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#FFB81C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34 22L12 30L16 22L12 14L34 22Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 21H33V23H16V21Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 702 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="498" height="498" viewBox="0 0 498 498" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M496.998 248.106C497.492 385.105 386.893 496.504 249.894 496.998C112.895 497.492 1.49549 386.893 1.00156 249.894C0.507627 112.895 111.107 1.49558 248.106 1.00165C385.105 0.507719 496.504 111.107 496.998 248.106ZM266.41 362.838L401.421 226.85C410.787 217.416 410.732 202.217 401.299 192.951L384.238 176.012C374.804 166.646 359.604 166.701 350.338 176.134L249.105 278.1L147.139 176.867C137.705 167.501 122.505 167.556 113.239 176.989L96.3008 194.05C86.9348 203.484 86.9896 218.684 96.4231 227.95L232.411 362.961C241.845 372.327 257.044 372.272 266.41 362.838Z" fill="#FFB81C"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 692 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="496" height="496" viewBox="0 0 496 496" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 248C0 111 111 0 248 0C385 0 496 111 496 248C496 385 385 496 248 496C111 496 0 385 0 248ZM231 134.1L95.5 269.6C86.1 279 86.1 294.2 95.5 303.5L112.5 320.5C121.9 329.9 137.1 329.9 146.4 320.5L248 218.9L349.6 320.5C359 329.9 374.2 329.9 383.5 320.5L400.5 303.5C409.9 294.1 409.9 278.9 400.5 269.6L265 134.1C255.6 124.7 240.4 124.7 231 134.1Z" fill="#FFB81C"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 475 B |
@@ -0,0 +1,60 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_139:745)">
|
||||
<g filter="url(#filter0_d_139:745)">
|
||||
<path d="M22.8103 3.27405C22.8053 2.56505 23.3683 1.99405 24.0703 2.00005L39.2983 2.12205C39.9983 2.12805 40.5713 2.70705 40.5773 3.41605L40.7373 23.951C40.7423 24.66 40.1783 25.23 39.4773 25.224L23.8273 25.12C23.2773 25.116 22.8343 24.67 22.8333 24.12L22.8103 3.27505V3.27405Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0653 2.50004L39.2943 2.62204C39.5083 2.62404 39.7013 2.71404 39.8423 2.85704C39.9863 3.00204 40.0753 3.20104 40.0773 3.42004L40.2373 23.955C40.2383 24.17 40.1553 24.365 40.0173 24.505C39.8803 24.642 39.6913 24.726 39.4813 24.725L23.8303 24.62L23.3103 3.27004C23.3083 3.05504 23.3923 2.86004 23.5303 2.72004C23.6673 2.58304 23.8563 2.49904 24.0653 2.50004V2.50004Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M35.3503 12.2132H27.9153C27.6392 12.2132 27.4153 12.4371 27.4153 12.7132C27.4153 12.9893 27.6392 13.2132 27.9153 13.2132H35.3503C35.6265 13.2132 35.8503 12.9893 35.8503 12.7132C35.8503 12.4371 35.6265 12.2132 35.3503 12.2132Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M35.3503 8.98219H27.9153C27.6392 8.98219 27.4153 9.20605 27.4153 9.48219C27.4153 9.75834 27.6392 9.98219 27.9153 9.98219H35.3503C35.6265 9.98219 35.8503 9.75834 35.8503 9.48219C35.8503 9.20605 35.6265 8.98219 35.3503 8.98219Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M35.3503 15.4442H27.9153C27.6392 15.4442 27.4153 15.6681 27.4153 15.9442C27.4153 16.2203 27.6392 16.4442 27.9153 16.4442H35.3503C35.6265 16.4442 35.8503 16.2203 35.8503 15.9442C35.8503 15.6681 35.6265 15.4442 35.3503 15.4442Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M32.2193 18.6742H27.9153C27.6392 18.6742 27.4153 18.8981 27.4153 19.1742C27.4153 19.4503 27.6392 19.6742 27.9153 19.6742H32.2193C32.4955 19.6742 32.7193 19.4503 32.7193 19.1742C32.7193 18.8981 32.4955 18.6742 32.2193 18.6742Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter1_d_139:745)">
|
||||
<path d="M12.9463 15.427C12.9413 14.693 13.5293 14.101 14.2593 14.107L30.1153 14.21C30.8453 14.215 31.4413 14.814 31.4453 15.548L31.5813 36.825C31.5863 37.559 30.9983 38.151 30.2683 38.146L13.9333 38.061C13.3833 38.058 12.9383 37.611 12.9393 37.061L12.9463 15.427V15.427Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2553 14.606L30.1123 14.71C30.3403 14.711 30.5473 14.806 30.6983 14.958C30.8493 15.11 30.9443 15.32 30.9453 15.551L31.0813 36.828C31.0833 37.056 30.9933 37.262 30.8453 37.41C30.6993 37.557 30.4963 37.647 30.2713 37.646L13.9363 37.561L13.4463 15.424C13.4443 15.196 13.5343 14.99 13.6813 14.842C13.8283 14.695 14.0313 14.605 14.2553 14.606V14.606Z" fill="#FEFEFE" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M26.0524 24.6402H18.1824C17.9062 24.6402 17.6824 24.864 17.6824 25.1402C17.6824 25.4163 17.9062 25.6402 18.1824 25.6402H26.0524C26.3285 25.6402 26.5524 25.4163 26.5524 25.1402C26.5524 24.864 26.3285 24.6402 26.0524 24.6402Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M26.0524 21.2942H18.1824C17.9062 21.2942 17.6824 21.518 17.6824 21.7942C17.6824 22.0703 17.9062 22.2942 18.1824 22.2942H26.0524C26.3285 22.2942 26.5524 22.0703 26.5524 21.7942C26.5524 21.518 26.3285 21.2942 26.0524 21.2942Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M26.0524 27.9862H18.1824C17.9062 27.9862 17.6824 28.21 17.6824 28.4862C17.6824 28.7623 17.9062 28.9862 18.1824 28.9862H26.0524C26.3285 28.9862 26.5524 28.7623 26.5524 28.4862C26.5524 28.21 26.3285 27.9862 26.0524 27.9862Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M22.7914 31.3322H18.1824C17.9062 31.3322 17.6824 31.556 17.6824 31.8322C17.6824 32.1083 17.9062 32.3322 18.1824 32.3322H22.7914C23.0675 32.3322 23.2914 32.1083 23.2914 31.8322C23.2914 31.556 23.0675 31.3322 22.7914 31.3322Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter2_d_139:745)">
|
||||
<path d="M2 39.0702H9.304C9.754 39.0702 10.192 39.2232 10.546 39.5022L15.77 43.6382C16.124 43.9182 16.561 44.0702 17.012 44.0702H33.252C33.702 44.0702 34.14 43.9182 34.492 43.6382L39.719 39.5022C40.072 39.2222 40.509 39.0702 40.96 39.0702H48C49.105 39.0702 50 39.9662 50 41.0702V47.0702C50 48.1752 49.105 49.0702 48 49.0702H2C0.895 49.0702 0 48.1752 0 47.0702V41.0702C0 39.9662 0.895 39.0702 2 39.0702V39.0702Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.304 39.5702C9.642 39.5702 9.97 39.6842 10.235 39.8942L15.46 44.0302C15.902 44.3802 16.448 44.5702 17.012 44.5702H33.252C33.815 44.5702 34.362 44.3802 34.803 44.0302L40.028 39.8952C40.293 39.6852 40.621 39.5712 40.959 39.5712H48C48.414 39.5712 48.79 39.7392 49.06 40.0112C49.332 40.2822 49.5 40.6572 49.5 41.0712V47.0712C49.5 47.4862 49.332 47.8612 49.06 48.1322C48.79 48.4032 48.414 48.5722 48 48.5722H2C1.586 48.5722 1.21 48.4032 0.94 48.1322C0.667 47.8602 0.5 47.4852 0.5 47.0712V41.0712C0.5 40.6562 0.668 40.2812 0.94 40.0102C1.21 39.7382 1.586 39.5702 2 39.5702H9.304Z" fill="url(#paint0_linear_139:745)" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_139:745" x="21.8102" y="2" width="19.9271" height="25.2241" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_139:745"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_139:745" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_139:745" x="11.9393" y="14.1069" width="20.642" height="26.0391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_139:745"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_139:745" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_139:745" x="-1" y="39.0702" width="52" height="12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_139:745"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_139:745" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_139:745" x1="25" y1="39.5702" x2="25" y2="48.5722" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFD759"/>
|
||||
<stop offset="1" stop-color="#FFCB26"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_139:745">
|
||||
<rect width="50" height="51" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,55 @@
|
||||
<svg width="52" height="50" viewBox="0 0 52 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_86_19)">
|
||||
<path d="M23.8103 1.27405C23.8053 0.565047 24.3683 -0.00595314 25.0703 4.68557e-05L40.2983 0.122047C40.9983 0.128047 41.5713 0.707047 41.5773 1.41605L41.7373 21.951C41.7423 22.66 41.1783 23.23 40.4773 23.224L24.8273 23.12C24.2773 23.116 23.8343 22.67 23.8333 22.12L23.8103 1.27505V1.27405Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.0653 0.500039L40.2943 0.622039C40.5083 0.624039 40.7013 0.714039 40.8423 0.857039C40.9863 1.00204 41.0753 1.20104 41.0773 1.42004L41.2373 21.955C41.2383 22.17 41.1553 22.365 41.0173 22.505C40.8803 22.642 40.6913 22.726 40.4813 22.725L24.8303 22.62L24.3103 1.27004C24.3083 1.05504 24.3923 0.860039 24.5303 0.720039C24.6673 0.583039 24.8563 0.499039 25.0653 0.500039Z" fill="#63C3FB" fill-opacity="0.9" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M36.3503 10.2132H28.9153C28.6392 10.2132 28.4153 10.4371 28.4153 10.7132C28.4153 10.9893 28.6392 11.2132 28.9153 11.2132H36.3503C36.6265 11.2132 36.8503 10.9893 36.8503 10.7132C36.8503 10.4371 36.6265 10.2132 36.3503 10.2132Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M36.3503 6.98221H28.9153C28.6392 6.98221 28.4153 7.20607 28.4153 7.48221C28.4153 7.75835 28.6392 7.98221 28.9153 7.98221H36.3503C36.6265 7.98221 36.8503 7.75835 36.8503 7.48221C36.8503 7.20607 36.6265 6.98221 36.3503 6.98221Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M36.3503 13.4442H28.9153C28.6392 13.4442 28.4153 13.6681 28.4153 13.9442C28.4153 14.2204 28.6392 14.4442 28.9153 14.4442H36.3503C36.6265 14.4442 36.8503 14.2204 36.8503 13.9442C36.8503 13.6681 36.6265 13.4442 36.3503 13.4442Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M33.2193 16.6742H28.9153C28.6392 16.6742 28.4153 16.8981 28.4153 17.1742C28.4153 17.4503 28.6392 17.6742 28.9153 17.6742H33.2193C33.4955 17.6742 33.7193 17.4503 33.7193 17.1742C33.7193 16.8981 33.4955 16.6742 33.2193 16.6742Z" stroke="white" stroke-width="2"/>
|
||||
<g filter="url(#filter1_d_86_19)">
|
||||
<path d="M13.9463 13.427C13.9413 12.693 14.5293 12.101 15.2593 12.107L31.1153 12.21C31.8453 12.215 32.4413 12.814 32.4453 13.548L32.5813 34.825C32.5863 35.559 31.9983 36.151 31.2683 36.146L14.9333 36.061C14.3833 36.058 13.9383 35.611 13.9393 35.061L13.9463 13.427Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.2553 12.606L31.1123 12.71C31.3403 12.711 31.5473 12.806 31.6983 12.958C31.8493 13.11 31.9443 13.32 31.9453 13.551L32.0813 34.828C32.0833 35.056 31.9933 35.262 31.8453 35.41C31.6993 35.557 31.4963 35.647 31.2713 35.646L14.9363 35.561L14.4463 13.424C14.4443 13.196 14.5343 12.99 14.6813 12.842C14.8283 12.695 15.0313 12.605 15.2553 12.606Z" fill="#63C3FB" fill-opacity="0.9" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M27.0524 22.6402H19.1824C18.9062 22.6402 18.6824 22.8641 18.6824 23.1402C18.6824 23.4163 18.9062 23.6402 19.1824 23.6402H27.0524C27.3285 23.6402 27.5524 23.4163 27.5524 23.1402C27.5524 22.8641 27.3285 22.6402 27.0524 22.6402Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M27.0524 19.2942H19.1824C18.9062 19.2942 18.6824 19.518 18.6824 19.7942C18.6824 20.0703 18.9062 20.2942 19.1824 20.2942H27.0524C27.3285 20.2942 27.5524 20.0703 27.5524 19.7942C27.5524 19.518 27.3285 19.2942 27.0524 19.2942Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M27.0524 25.9862H19.1824C18.9062 25.9862 18.6824 26.21 18.6824 26.4862C18.6824 26.7623 18.9062 26.9862 19.1824 26.9862H27.0524C27.3285 26.9862 27.5524 26.7623 27.5524 26.4862C27.5524 26.21 27.3285 25.9862 27.0524 25.9862Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M23.7914 29.3322H19.1824C18.9062 29.3322 18.6824 29.556 18.6824 29.8322C18.6824 30.1083 18.9062 30.3322 19.1824 30.3322H23.7914C24.0675 30.3322 24.2914 30.1083 24.2914 29.8322C24.2914 29.556 24.0675 29.3322 23.7914 29.3322Z" stroke="white" stroke-width="2"/>
|
||||
<g filter="url(#filter2_d_86_19)">
|
||||
<path d="M3 37.0702H10.304C10.754 37.0702 11.192 37.2232 11.546 37.5022L16.77 41.6382C17.124 41.9182 17.561 42.0702 18.012 42.0702H34.252C34.702 42.0702 35.14 41.9182 35.492 41.6382L40.719 37.5022C41.072 37.2222 41.509 37.0702 41.96 37.0702H49C50.105 37.0702 51 37.9662 51 39.0702V45.0702C51 46.1752 50.105 47.0702 49 47.0702H3C1.895 47.0702 1 46.1752 1 45.0702V39.0702C1 37.9662 1.895 37.0702 3 37.0702Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.304 37.5702C10.642 37.5702 10.97 37.6842 11.235 37.8942L16.46 42.0302C16.902 42.3802 17.448 42.5702 18.012 42.5702H34.252C34.815 42.5702 35.362 42.3802 35.803 42.0302L41.028 37.8952C41.293 37.6852 41.621 37.5712 41.959 37.5712H49C49.414 37.5712 49.79 37.7392 50.06 38.0112C50.332 38.2822 50.5 38.6572 50.5 39.0712V45.0712C50.5 45.4862 50.332 45.8612 50.06 46.1322C49.79 46.4032 49.414 46.5722 49 46.5722H3C2.586 46.5722 2.21 46.4032 1.94 46.1322C1.667 45.8602 1.5 45.4852 1.5 45.0712V39.0712C1.5 38.6562 1.668 38.2812 1.94 38.0102C2.21 37.7382 2.586 37.5702 3 37.5702H10.304Z" fill="url(#paint0_linear_86_19)" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_86_19" x="22.8102" y="0" width="19.9271" height="25.2241" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_86_19"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_86_19" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_86_19" x="12.9393" y="12.1069" width="20.642" height="26.0391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_86_19"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_86_19" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_86_19" x="0" y="37.0702" width="52" height="12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_86_19"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_86_19" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_86_19" x1="26" y1="37.5702" x2="26" y2="46.5722" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFD759"/>
|
||||
<stop offset="1" stop-color="#FFCB26"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.0 KiB |
@@ -0,0 +1,4 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="22.5" cy="22.5" r="22.5" fill="#D30606"/>
|
||||
<path d="M14.2857 30.6429C14.2857 31.1544 14.4889 31.6449 14.8506 32.0066C15.2123 32.3683 15.7028 32.5714 16.2143 32.5714H27.7857C28.2972 32.5714 28.7877 32.3683 29.1494 32.0066C29.5111 31.6449 29.7143 31.1544 29.7143 30.6429V17.1429H14.2857V30.6429ZM25.2143 20.3572C25.2143 20.1867 25.282 20.0231 25.4026 19.9026C25.5231 19.782 25.6866 19.7143 25.8571 19.7143C26.0276 19.7143 26.1912 19.782 26.3117 19.9026C26.4323 20.0231 26.5 20.1867 26.5 20.3572V29.3572C26.5 29.5277 26.4323 29.6912 26.3117 29.8117C26.1912 29.9323 26.0276 30 25.8571 30C25.6866 30 25.5231 29.9323 25.4026 29.8117C25.282 29.6912 25.2143 29.5277 25.2143 29.3572V20.3572ZM21.3571 20.3572C21.3571 20.1867 21.4249 20.0231 21.5454 19.9026C21.666 19.782 21.8295 19.7143 22 19.7143C22.1705 19.7143 22.334 19.782 22.4546 19.9026C22.5751 20.0231 22.6429 20.1867 22.6429 20.3572V29.3572C22.6429 29.5277 22.5751 29.6912 22.4546 29.8117C22.334 29.9323 22.1705 30 22 30C21.8295 30 21.666 29.9323 21.5454 29.8117C21.4249 29.6912 21.3571 29.5277 21.3571 29.3572V20.3572ZM17.5 20.3572C17.5 20.1867 17.5677 20.0231 17.6883 19.9026C17.8088 19.782 17.9724 19.7143 18.1429 19.7143C18.3134 19.7143 18.4769 19.782 18.5974 19.9026C18.718 20.0231 18.7857 20.1867 18.7857 20.3572V29.3572C18.7857 29.5277 18.718 29.6912 18.5974 29.8117C18.4769 29.9323 18.3134 30 18.1429 30C17.9724 30 17.8088 29.9323 17.6883 29.8117C17.5677 29.6912 17.5 29.5277 17.5 29.3572V20.3572ZM30.3571 13.2857H25.5357L25.158 12.5344C25.078 12.3738 24.9548 12.2386 24.8022 12.1442C24.6496 12.0498 24.4736 11.9999 24.2942 12H19.7018C19.5227 11.9993 19.3471 12.0491 19.1951 12.1436C19.043 12.2381 18.9206 12.3735 18.842 12.5344L18.4643 13.2857H13.6429C13.4724 13.2857 13.3088 13.3535 13.1883 13.474C13.0677 13.5946 13 13.7581 13 13.9286V15.2143C13 15.3848 13.0677 15.5483 13.1883 15.6689C13.3088 15.7894 13.4724 15.8572 13.6429 15.8572H30.3571C30.5276 15.8572 30.6912 15.7894 30.8117 15.6689C30.9323 15.5483 31 15.3848 31 15.2143V13.9286C31 13.7581 30.9323 13.5946 30.8117 13.474C30.6912 13.3535 30.5276 13.2857 30.3571 13.2857V13.2857Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,50 @@
|
||||
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_136:549)">
|
||||
<g filter="url(#filter0_d_136:549)">
|
||||
<path d="M19.5933 9.30648C19.5644 8.39685 20.2526 7.65873 21.1307 7.6564L40.2059 7.61649C41.084 7.61416 41.819 8.35045 41.8479 9.25908L42.6918 35.6034C42.7206 36.513 42.0324 37.2511 41.1543 37.2535L21.2855 37.3222C20.7425 37.3247 20.2968 36.8914 20.2823 36.3476L19.5933 9.30648Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1315 8.15646L40.2067 8.11655C40.5097 8.11526 40.787 8.24444 40.9916 8.4499C41.2023 8.66026 41.3384 8.95293 41.3481 9.27581L42.192 35.6191C42.2015 35.934 42.0905 36.221 41.897 36.4284C41.7105 36.6286 41.4476 36.7533 41.1526 36.7534L21.2838 36.8222L20.0931 9.29076C20.0826 8.97589 20.1946 8.6889 20.388 8.48249C20.5746 8.2822 20.8364 8.15761 21.1315 8.15646V8.15646Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M35.9467 20.2845L25.9053 20.4598C25.6292 20.4646 25.4092 20.6923 25.4141 20.9684C25.4189 21.2445 25.6466 21.4645 25.9227 21.4596L35.9642 21.2844C36.2403 21.2795 36.4602 21.0518 36.4554 20.7757C36.4506 20.4996 36.2228 20.2797 35.9467 20.2845Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M35.8742 16.1312L25.8328 16.3064C25.5567 16.3112 25.3368 16.539 25.3416 16.8151C25.3464 17.0912 25.5741 17.3111 25.8502 17.3063L35.8917 17.131C36.1678 17.1262 36.3877 16.8985 36.3829 16.6224C36.3781 16.3463 36.1503 16.1263 35.8742 16.1312Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M36.0192 24.4379L25.9778 24.6132C25.7017 24.618 25.4818 24.8457 25.4866 25.1218C25.4914 25.3979 25.7191 25.6178 25.9952 25.613L36.0367 25.4377C36.3128 25.4329 36.5327 25.2052 36.5279 24.9291C36.5231 24.653 36.2953 24.4331 36.0192 24.4379Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M32.1793 28.6595L26.0503 28.7665C25.7742 28.7713 25.5542 28.9991 25.5591 29.2752C25.5639 29.5513 25.7916 29.7712 26.0677 29.7664L32.1968 29.6594C32.4729 29.6546 32.6928 29.4268 32.688 29.1507C32.6832 28.8746 32.4554 28.6547 32.1793 28.6595Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter1_d_136:549)">
|
||||
<path d="M7.83004 27.1316C7.81498 26.2687 8.51069 25.5585 9.38457 25.5442L28.3799 25.2236C29.2547 25.2084 29.9758 25.8959 29.9909 26.7588L30.4429 51.7377C30.458 52.6005 29.7623 53.3108 28.8884 53.325L9.13562 53.6828C8.58271 53.6925 8.12797 53.2534 8.11732 52.7005L8.11722 52.6945L7.83004 27.1316Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.3923 26.0441L28.3896 25.7226C28.6895 25.7173 28.9636 25.8325 29.1639 26.0231C29.3613 26.2117 29.4869 26.4745 29.492 26.7675L29.944 51.7464C29.9491 52.0383 29.8337 52.3044 29.6431 52.4988C29.4505 52.6961 29.1806 52.8199 28.8807 52.8251L9.1259 53.1829L8.33096 27.1228C8.32585 26.8299 8.44122 26.5638 8.63186 26.3695C8.82445 26.1721 9.09433 26.0483 9.39428 26.0431L9.3923 26.0441Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M23.9475 37.4328L13.906 37.6081C13.6299 37.6129 13.41 37.8406 13.4148 38.1167C13.4196 38.3928 13.6474 38.6127 13.9235 38.6079L23.9649 38.4327C24.241 38.4278 24.461 38.2001 24.4561 37.924C24.4513 37.6479 24.2236 37.428 23.9475 37.4328Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M23.879 33.5104L13.8376 33.6857C13.5615 33.6905 13.3415 33.9182 13.3464 34.1943C13.3512 34.4704 13.5789 34.6903 13.855 34.6855L23.8965 34.5102C24.1726 34.5054 24.3925 34.2777 24.3877 34.0016C24.3829 33.7255 24.1551 33.5056 23.879 33.5104Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M24.016 41.3552L13.9745 41.5305C13.6984 41.5353 13.4785 41.763 13.4833 42.0391C13.4881 42.3152 13.7158 42.5351 13.9919 42.5303L24.0334 42.355C24.3095 42.3502 24.5294 42.1225 24.5246 41.8464C24.5198 41.5703 24.2921 41.3504 24.016 41.3552Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M20.172 45.3459L14.043 45.4529C13.7669 45.4577 13.5469 45.6854 13.5518 45.9615C13.5566 46.2376 13.7843 46.4575 14.0604 46.4527L20.1895 46.3457C20.4656 46.3409 20.6855 46.1132 20.6807 45.8371C20.6759 45.561 20.4481 45.3411 20.172 45.3459Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.3544 49.7049L26.1565 50.2009L24.8176 54.696L22.7471 55.0999L24.3544 49.7049Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.0507 49.8164L25.1891 49.8719L25.5415 54.5709L27.4734 55.455L27.0507 49.8164Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7648 51.4257L24.7242 51.457C24.5114 51.6183 24.2091 51.577 24.0467 51.3651C24.0008 51.3033 23.9691 51.2307 23.9554 51.1555C23.8763 50.7 23.4871 50.3652 23.0262 50.3542L22.9572 50.3529C22.7043 50.3465 22.503 50.136 22.5094 49.8831C22.5108 49.8011 22.5352 49.7215 22.5784 49.6512C22.8213 49.2604 22.7402 48.7499 22.3873 48.4537L22.3774 48.4455C22.1822 48.2831 22.1573 47.9946 22.3197 47.8004C22.3738 47.7364 22.4447 47.6876 22.5242 47.661L22.5674 47.6467C23.002 47.5013 23.2677 47.0639 23.1956 46.6115C23.154 46.3558 23.3283 46.1148 23.585 46.0743C23.6622 46.0616 23.7421 46.069 23.8167 46.0953L23.8783 46.1174C24.3176 46.2751 24.8066 46.1086 25.0585 45.7159L25.0616 45.711C25.2086 45.4805 25.5148 45.4138 25.7443 45.5609C25.8096 45.602 25.8636 45.659 25.9034 45.7257L25.9064 45.7307C26.1444 46.1319 26.6273 46.3154 27.0718 46.1731L27.1342 46.1542C27.3806 46.0745 27.6442 46.2111 27.724 46.4575C27.7476 46.533 27.7522 46.6131 27.7369 46.6908C27.649 47.1393 27.8993 47.5868 28.3285 47.7473L28.3713 47.763C28.6078 47.8512 28.7272 48.1143 28.639 48.3508C28.6097 48.4303 28.5584 48.4994 28.4925 48.5513L28.4824 48.5591C28.1184 48.8428 28.0185 49.3501 28.2486 49.7492C28.3748 49.9694 28.2988 50.2502 28.0786 50.3763C28.0079 50.4161 27.9275 50.4377 27.8455 50.4363L27.7765 50.4351C27.3155 50.431 26.9149 50.7521 26.82 51.2045C26.7654 51.4656 26.5085 51.6321 26.2474 51.5776C26.1716 51.5612 26.1012 51.528 26.0411 51.4789L26.0016 51.4462C25.6437 51.154 25.1317 51.145 24.7638 51.4246L24.7648 51.4257Z" fill="#D30A0A"/>
|
||||
<path d="M25.3989 50.5686C26.4342 50.5867 27.2875 49.8023 27.3047 48.8166C27.3219 47.8309 26.4965 47.0172 25.4612 46.9991C24.4258 46.9811 23.5725 47.7655 23.5553 48.7511C23.5381 49.7368 24.3635 50.5505 25.3989 50.5686Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.8396 49.9315L24.9062 49.915L25.5361 54.503L27.5956 55.4365L26.8396 49.9315Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4148 51.9472L24.0929 52.2133C23.8357 52.4271 23.4715 52.3681 23.2795 52.0829C23.2222 51.9975 23.1841 51.8988 23.1701 51.7943L23.117 51.4081C23.0619 51.0151 22.7652 50.7201 22.4065 50.7037L22.0036 50.6848C21.6927 50.6711 21.4507 50.3798 21.4638 50.0352C21.4672 49.9256 21.4976 49.8187 21.5507 49.7268L21.7317 49.4103C21.9285 49.0662 21.8708 48.6133 21.5951 48.3432L21.3353 48.0878C21.1025 47.8601 21.0812 47.466 21.2873 47.2087C21.3537 47.1248 21.4396 47.0624 21.536 47.0287L21.8917 46.9012C22.2383 46.7782 22.4551 46.3958 22.4047 45.9964L22.358 45.6237C22.3141 45.2769 22.5327 44.9569 22.8455 44.9092C22.9412 44.8946 23.0383 44.9066 23.1293 44.9451L23.5156 45.1106C23.8457 45.2514 24.2196 45.1179 24.413 44.7894L24.6151 44.4463C24.7933 44.1439 25.159 44.0583 25.4311 44.2559C25.5117 44.3139 25.5783 44.3921 25.6241 44.4854L25.8048 44.8433C25.977 45.1859 26.3417 45.348 26.6798 45.2331L27.0755 45.0987C27.3773 44.9956 27.6968 45.1835 27.7898 45.5172C27.8181 45.6197 27.8222 45.7288 27.8024 45.8336L27.7322 46.2026C27.6568 46.5972 27.849 46.9954 28.187 47.1457L28.5347 47.2997C28.8217 47.4272 28.9617 47.7902 28.8467 48.1092C28.8089 48.2125 28.7476 48.3033 28.6674 48.3717L28.3915 48.6063C28.1002 48.8545 28.0141 49.3018 28.1888 49.6603L28.3495 49.99C28.4974 50.2934 28.3955 50.672 28.1211 50.836C28.0339 50.8883 27.9364 50.9136 27.8375 50.9106L27.4336 50.8983C27.0754 50.887 26.7601 51.1583 26.6812 51.5461L26.6039 51.9272C26.533 52.2746 26.2224 52.4929 25.9083 52.415C25.8153 52.3915 25.7291 52.3432 25.6563 52.2739L25.3527 51.9836C25.0862 51.7288 24.6959 51.7137 24.4148 51.9472V51.9472Z" fill="#D30A0A"/>
|
||||
<path d="M24.9207 50.7911C26.1618 50.8391 27.2021 49.796 27.2441 48.4613C27.2861 47.1265 26.3141 46.0055 25.073 45.9575C23.8318 45.9094 22.7916 46.9525 22.7496 48.2873C22.7075 49.622 23.6796 50.743 24.9207 50.7911Z" fill="#A20505"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_136:549" x="18.5924" y="7.61649" width="25.1002" height="31.7057" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:549"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:549" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_136:549" x="6.8298" y="25.2234" width="24.6134" height="30.4596" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:549"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:549" result="shape"/>
|
||||
</filter>
|
||||
<clipPath id="clip0_136:549">
|
||||
<rect width="50" height="50" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.4 KiB |
@@ -3,7 +3,7 @@
|
||||
<g filter="url(#filter0_d_403_230)">
|
||||
<path d="M19.5933 4.30648C19.5644 3.39685 20.2526 2.65873 21.1307 2.6564L40.2059 2.61649C41.084 2.61416 41.819 3.35045 41.8479 4.25908L42.6918 30.6034C42.7206 31.513 42.0324 32.2511 41.1543 32.2535L21.2855 32.3222C20.7425 32.3247 20.2968 31.8914 20.2823 31.3476L19.5933 4.30648Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1315 3.15646L40.2067 3.11655C40.5097 3.11526 40.787 3.24444 40.9916 3.4499C41.2023 3.66026 41.3384 3.95293 41.3481 4.27581L42.192 30.6191C42.2015 30.934 42.0905 31.221 41.897 31.4284C41.7105 31.6286 41.4476 31.7533 41.1526 31.7534L21.2838 31.8222L20.0931 4.29076C20.0826 3.97589 20.1946 3.6889 20.388 3.48249C20.5746 3.2822 20.8364 3.15761 21.1315 3.15646Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1315 3.15646L40.2067 3.11655C40.5097 3.11526 40.787 3.24444 40.9916 3.4499C41.2023 3.66026 41.3384 3.95293 41.3481 4.27581L42.192 30.6191C42.2015 30.934 42.0905 31.221 41.897 31.4284C41.7105 31.6286 41.4476 31.7533 41.1526 31.7534L21.2838 31.8222L20.0931 4.29076C20.0826 3.97589 20.1946 3.6889 20.388 3.48249C20.5746 3.2822 20.8364 3.15761 21.1315 3.15646Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M35.9467 15.2845L25.9053 15.4598C25.6292 15.4646 25.4092 15.6923 25.4141 15.9684C25.4189 16.2445 25.6466 16.4645 25.9227 16.4596L35.9642 16.2844C36.2403 16.2795 36.4602 16.0518 36.4554 15.7757C36.4506 15.4996 36.2228 15.2797 35.9467 15.2845Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M35.8742 11.1312L25.8328 11.3064C25.5567 11.3112 25.3368 11.539 25.3416 11.8151C25.3464 12.0912 25.5741 12.3111 25.8502 12.3063L35.8917 12.131C36.1678 12.1262 36.3877 11.8985 36.3829 11.6224C36.3781 11.3463 36.1503 11.1263 35.8742 11.1312Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M36.0192 19.4379L25.9778 19.6132C25.7017 19.618 25.4818 19.8457 25.4866 20.1218C25.4914 20.3979 25.7191 20.6178 25.9952 20.613L36.0367 20.4377C36.3128 20.4329 36.5327 20.2052 36.5279 19.9291C36.5231 19.653 36.2953 19.4331 36.0192 19.4379Z" stroke="white" stroke-width="2"/>
|
||||
@@ -11,7 +11,7 @@
|
||||
<g filter="url(#filter1_d_403_230)">
|
||||
<path d="M7.83004 22.1316C7.81498 21.2687 8.51069 20.5585 9.38457 20.5442L28.3799 20.2236C29.2547 20.2084 29.9758 20.8959 29.9909 21.7588L30.4429 46.7377C30.458 47.6005 29.7623 48.3108 28.8884 48.325L9.13562 48.6828C8.58271 48.6925 8.12797 48.2534 8.11732 47.7005L8.11722 47.6945L7.83004 22.1316Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.3923 21.0441L28.3896 20.7226C28.6895 20.7173 28.9636 20.8325 29.1639 21.0231C29.3613 21.2117 29.4869 21.4745 29.492 21.7675L29.944 46.7464C29.9491 47.0383 29.8337 47.3044 29.6431 47.4988C29.4505 47.6961 29.1806 47.8199 28.8807 47.8251L9.1259 48.1829L8.33096 22.1228C8.32585 21.8299 8.44122 21.5638 8.63186 21.3695C8.82445 21.1721 9.09433 21.0483 9.39428 21.0431L9.3923 21.0441Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.3923 21.0441L28.3896 20.7226C28.6895 20.7173 28.9636 20.8325 29.1639 21.0231C29.3613 21.2117 29.4869 21.4745 29.492 21.7675L29.944 46.7464C29.9491 47.0383 29.8337 47.3044 29.6431 47.4988C29.4505 47.6961 29.1806 47.8199 28.8807 47.8251L9.1259 48.1829L8.33096 22.1228C8.32585 21.8299 8.44122 21.5638 8.63186 21.3695C8.82445 21.1721 9.09433 21.0483 9.39428 21.0431L9.3923 21.0441Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M23.9475 32.4328L13.906 32.6081C13.6299 32.6129 13.41 32.8406 13.4148 33.1167C13.4196 33.3928 13.6474 33.6127 13.9235 33.6079L23.9649 33.4327C24.241 33.4278 24.461 33.2001 24.4561 32.924C24.4513 32.6479 24.2236 32.428 23.9475 32.4328Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M23.879 28.5104L13.8376 28.6857C13.5615 28.6905 13.3415 28.9182 13.3464 29.1943C13.3512 29.4704 13.5789 29.6903 13.855 29.6855L23.8965 29.5103C24.1726 29.5054 24.3925 29.2777 24.3877 29.0016C24.3829 28.7255 24.1551 28.5056 23.879 28.5104Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M24.016 36.3552L13.9745 36.5305C13.6984 36.5353 13.4785 36.763 13.4833 37.0391C13.4881 37.3152 13.7158 37.5351 13.9919 37.5303L24.0334 37.3551C24.3095 37.3502 24.5294 37.1225 24.5246 36.8464C24.5198 36.5703 24.2921 36.3504 24.016 36.3552Z" stroke="white" stroke-width="2"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,29 @@
|
||||
<svg width="50" height="49" viewBox="0 0 50 49" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_136:620)">
|
||||
<path d="M9.63988 6.38428C9.64588 5.20128 10.6419 4.23728 11.8639 4.23128L38.4229 4.10428C39.6449 4.09828 40.6309 5.05228 40.6259 6.23428L40.4579 40.5043C40.4519 41.6863 39.4569 42.6503 38.2349 42.6563L10.2259 42.8263C9.67388 42.8293 9.22288 42.3843 9.21988 41.8313V41.8133L9.63988 6.38328V6.38428Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.4249 4.60427C38.8989 4.60127 39.3279 4.78427 39.6369 5.08327C39.9399 5.37627 40.1269 5.78327 40.1259 6.23327L39.9579 40.5013C39.9559 40.9543 39.7629 41.3643 39.4549 41.6613C39.1409 41.9653 38.7079 42.1533 38.2319 42.1563L10.2229 42.3263L10.1399 6.38627C10.1429 5.93327 10.3359 5.52327 10.6439 5.22627C10.9579 4.92127 11.3899 4.73327 11.8669 4.73127L38.4249 4.60427Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M32.4386 20.4494H17.1776C16.9015 20.4494 16.6776 20.6732 16.6776 20.9494C16.6776 21.2255 16.9015 21.4494 17.1776 21.4494H32.4386C32.7148 21.4494 32.9386 21.2255 32.9386 20.9494C32.9386 20.6732 32.7148 20.4494 32.4386 20.4494Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M32.4386 15.0764H17.1776C16.9015 15.0764 16.6776 15.3002 16.6776 15.5764C16.6776 15.8525 16.9015 16.0764 17.1776 16.0764H32.4386C32.7148 16.0764 32.9386 15.8525 32.9386 15.5764C32.9386 15.3002 32.7148 15.0764 32.4386 15.0764Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M32.4386 25.8224H17.1776C16.9015 25.8224 16.6776 26.0462 16.6776 26.3224C16.6776 26.5985 16.9015 26.8224 17.1776 26.8224H32.4386C32.7148 26.8224 32.9386 26.5985 32.9386 26.3224C32.9386 26.0462 32.7148 25.8224 32.4386 25.8224Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M26.9606 31.1954H17.1776C16.9015 31.1954 16.6776 31.4192 16.6776 31.6954C16.6776 31.9715 16.9015 32.1954 17.1776 32.1954H26.9606C27.2368 32.1954 27.4606 31.9715 27.4606 31.6954C27.4606 31.4192 27.2368 31.1954 26.9606 31.1954Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2537 40.491L33.128 41.3164L31.3623 46.5959L28.1349 46.8263L30.2537 40.491Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.708 39.8503L31.7601 39.8249L32.7206 46.9091L35.8608 48.3506L34.708 39.8503Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.8847 41.7989L31.4553 42.1191C31.1121 42.3763 30.6263 42.3053 30.3701 41.9622C30.2937 41.8594 30.2428 41.7406 30.2242 41.6149L30.1533 41.1501C30.0798 40.6773 29.6839 40.3222 29.2053 40.3025L28.6678 40.2797C28.2531 40.2632 27.9302 39.9128 27.9476 39.4981C27.9523 39.3662 27.9928 39.2375 28.0637 39.1269L28.3051 38.7461C28.5677 38.3321 28.4907 37.787 28.1228 37.462L27.7763 37.1547C27.4657 36.8807 27.4372 36.4064 27.7122 36.0968C27.8008 35.9959 27.9155 35.9208 28.044 35.8803L28.5186 35.7268C28.9811 35.5788 29.2703 35.1186 29.203 34.638L29.1406 34.1895C29.0822 33.7722 29.3738 33.3872 29.791 33.3297C29.9187 33.3121 30.0483 33.3267 30.1698 33.3729L30.6851 33.572C31.1255 33.7415 31.6244 33.5808 31.8823 33.1856L32.1519 32.7728C32.3898 32.4088 32.8777 32.3058 33.2406 32.5436C33.3482 32.6134 33.437 32.7076 33.4981 32.8198L33.7392 33.2504C33.969 33.6627 34.4555 33.8578 34.9066 33.7195L35.4345 33.5578C35.8371 33.4338 36.2635 33.6598 36.3875 34.0614C36.4252 34.1848 36.4307 34.316 36.4042 34.4422L36.3107 34.8862C36.2101 35.361 36.4665 35.8402 36.9175 36.021L37.3813 36.2063C37.7642 36.3598 37.951 36.7966 37.7975 37.1805C37.7472 37.3048 37.6653 37.414 37.5584 37.4963L37.1903 37.7786C36.8016 38.0773 36.6868 38.6156 36.9199 39.047L37.1341 39.4437C37.3315 39.8088 37.1955 40.2643 36.8294 40.4617C36.7132 40.5247 36.583 40.5551 36.4511 40.5515L35.9123 40.5367C35.4344 40.523 35.0138 40.8496 34.9084 41.3162L34.8054 41.7748C34.7107 42.1928 34.2963 42.4555 33.8773 42.3618C33.7532 42.3335 33.6382 42.2754 33.541 42.192L33.136 41.8426C32.7805 41.536 32.2598 41.5178 31.8847 41.7989Z" fill="#DDDADA"/>
|
||||
<path d="M32.5597 40.4076C34.2156 40.4655 35.6034 39.2103 35.6594 37.6041C35.7155 35.9979 34.4187 34.649 32.7628 34.5912C31.107 34.5334 29.7192 35.7885 29.6631 37.3947C29.607 39.0009 30.9039 40.3498 32.5597 40.4076Z" fill="#B7B7B7"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2537 40.491L33.128 41.3164L31.3623 46.5959L28.1349 46.8263L30.2537 40.491Z" fill="#A20505"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.708 39.8503L31.7601 39.8249L32.7206 46.9091L35.8608 48.3506L34.708 39.8503Z" fill="#A20505"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.8847 41.7989L31.4553 42.1191C31.1121 42.3763 30.6263 42.3053 30.3701 41.9622C30.2937 41.8594 30.2428 41.7406 30.2242 41.6149L30.1533 41.1501C30.0798 40.6773 29.6839 40.3222 29.2053 40.3025L28.6678 40.2797C28.2531 40.2632 27.9302 39.9128 27.9476 39.4981C27.9523 39.3662 27.9928 39.2375 28.0637 39.1269L28.3051 38.7461C28.5677 38.3321 28.4907 37.787 28.1228 37.462L27.7763 37.1547C27.4657 36.8807 27.4372 36.4064 27.7122 36.0968C27.8008 35.9959 27.9155 35.9208 28.044 35.8803L28.5186 35.7268C28.9811 35.5788 29.2703 35.1186 29.203 34.638L29.1406 34.1895C29.0822 33.7722 29.3738 33.3872 29.791 33.3297C29.9187 33.3121 30.0483 33.3267 30.1698 33.3729L30.6851 33.572C31.1255 33.7415 31.6244 33.5808 31.8823 33.1856L32.1519 32.7728C32.3898 32.4088 32.8777 32.3058 33.2406 32.5436C33.3482 32.6134 33.437 32.7076 33.4981 32.8198L33.7392 33.2504C33.969 33.6627 34.4555 33.8578 34.9066 33.7195L35.4345 33.5578C35.8371 33.4338 36.2635 33.6598 36.3875 34.0614C36.4252 34.1848 36.4307 34.316 36.4042 34.4422L36.3107 34.8862C36.2101 35.361 36.4665 35.8402 36.9175 36.021L37.3813 36.2063C37.7642 36.3598 37.951 36.7966 37.7975 37.1805C37.7472 37.3048 37.6653 37.414 37.5584 37.4963L37.1903 37.7786C36.8016 38.0773 36.6868 38.6156 36.9199 39.047L37.1341 39.4437C37.3315 39.8088 37.1955 40.2643 36.8294 40.4617C36.7132 40.5247 36.583 40.5551 36.4511 40.5515L35.9123 40.5367C35.4344 40.523 35.0138 40.8496 34.9084 41.3162L34.8054 41.7748C34.7107 42.1928 34.2963 42.4555 33.8773 42.3618C33.7532 42.3335 33.6382 42.2754 33.541 42.192L33.136 41.8426C32.7805 41.536 32.2598 41.5178 31.8847 41.7989V41.7989Z" fill="#D30A0A"/>
|
||||
<path d="M32.5597 40.4076C34.2156 40.4655 35.6034 39.2103 35.6594 37.6041C35.7155 35.9979 34.4187 34.649 32.7628 34.5912C31.107 34.5334 29.7192 35.7885 29.6631 37.3947C29.607 39.0009 30.9039 40.3498 32.5597 40.4076Z" fill="#A20505"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_136:620" x="8.21988" y="4.10425" width="33.406" height="40.722" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:620"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:620" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1,25 @@
|
||||
<svg width="50" height="49" viewBox="0 0 50 49" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_128:243)">
|
||||
<path d="M9.63988 6.38428C9.64588 5.20128 10.6419 4.23728 11.8639 4.23128L38.4229 4.10428C39.6449 4.09828 40.6309 5.05228 40.6259 6.23428L40.4579 40.5043C40.4519 41.6863 39.4569 42.6503 38.2349 42.6563L10.2259 42.8263C9.67388 42.8293 9.22288 42.3843 9.21988 41.8313V41.8133L9.63988 6.38328V6.38428Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.4249 4.60428C38.8989 4.60128 39.3279 4.78428 39.6369 5.08328C39.9399 5.37628 40.1269 5.78328 40.1259 6.23328L39.9579 40.5013C39.9559 40.9543 39.7629 41.3643 39.4549 41.6613C39.1409 41.9653 38.7079 42.1533 38.2319 42.1563L10.2229 42.3263L10.1399 6.38628C10.1429 5.93328 10.3359 5.52328 10.6439 5.22628C10.9579 4.92128 11.3899 4.73328 11.8669 4.73128L38.4249 4.60428Z" fill="#C63527" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M32.4386 20.4494H17.1776C16.9015 20.4494 16.6776 20.6732 16.6776 20.9494C16.6776 21.2255 16.9015 21.4494 17.1776 21.4494H32.4386C32.7148 21.4494 32.9386 21.2255 32.9386 20.9494C32.9386 20.6732 32.7148 20.4494 32.4386 20.4494Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M32.4386 15.0764H17.1776C16.9015 15.0764 16.6776 15.3002 16.6776 15.5764C16.6776 15.8525 16.9015 16.0764 17.1776 16.0764H32.4386C32.7148 16.0764 32.9386 15.8525 32.9386 15.5764C32.9386 15.3002 32.7148 15.0764 32.4386 15.0764Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M32.4386 25.8224H17.1776C16.9015 25.8224 16.6776 26.0462 16.6776 26.3224C16.6776 26.5985 16.9015 26.8224 17.1776 26.8224H32.4386C32.7148 26.8224 32.9386 26.5985 32.9386 26.3224C32.9386 26.0462 32.7148 25.8224 32.4386 25.8224Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M26.9606 31.1954H17.1776C16.9015 31.1954 16.6776 31.4192 16.6776 31.6954C16.6776 31.9715 16.9015 32.1954 17.1776 32.1954H26.9606C27.2368 32.1954 27.4606 31.9715 27.4606 31.6954C27.4606 31.4192 27.2368 31.1954 26.9606 31.1954Z" stroke="white" stroke-width="2"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2537 40.491L33.128 41.3164L31.3623 46.5959L28.1349 46.8263L30.2537 40.491Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.708 39.8503L31.7601 39.8249L32.7206 46.9091L35.8608 48.3506L34.708 39.8503Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.8847 41.7989L31.4553 42.1192C31.1121 42.3763 30.6263 42.3053 30.3701 41.9622C30.2937 41.8595 30.2428 41.7406 30.2242 41.6149L30.1533 41.1501C30.0798 40.6773 29.6839 40.3222 29.2053 40.3025L28.6678 40.2797C28.2531 40.2633 27.9302 39.9128 27.9476 39.4981C27.9523 39.3662 27.9928 39.2376 28.0637 39.127L28.3051 38.7462C28.5677 38.3321 28.4907 37.787 28.1228 37.462L27.7763 37.1547C27.4657 36.8807 27.4372 36.4064 27.7122 36.0968C27.8008 35.9959 27.9155 35.9208 28.044 35.8803L28.5186 35.7268C28.9811 35.5788 29.2703 35.1186 29.203 34.638L29.1406 34.1895C29.0822 33.7722 29.3738 33.3872 29.791 33.3297C29.9187 33.3122 30.0483 33.3267 30.1698 33.373L30.6851 33.5721C31.1255 33.7415 31.6244 33.5809 31.8823 33.1856L32.1519 32.7728C32.3898 32.4088 32.8777 32.3058 33.2406 32.5436C33.3482 32.6134 33.437 32.7076 33.4981 32.8198L33.7392 33.2505C33.969 33.6627 34.4555 33.8578 34.9066 33.7195L35.4345 33.5578C35.8371 33.4338 36.2635 33.6598 36.3875 34.0614C36.4252 34.1848 36.4307 34.316 36.4042 34.4422L36.3107 34.8862C36.2101 35.361 36.4665 35.8402 36.9175 36.0211L37.3813 36.2064C37.7642 36.3598 37.951 36.7966 37.7975 37.1805C37.7472 37.3048 37.6653 37.414 37.5584 37.4963L37.1903 37.7787C36.8016 38.0773 36.6868 38.6156 36.9199 39.047L37.1341 39.4437C37.3315 39.8088 37.1955 40.2644 36.8294 40.4617C36.7132 40.5247 36.583 40.5552 36.4511 40.5515L35.9123 40.5367C35.4344 40.523 35.0138 40.8496 34.9084 41.3162L34.8054 41.7749C34.7107 42.1928 34.2963 42.4555 33.8773 42.3618C33.7532 42.3335 33.6382 42.2754 33.541 42.192L33.136 41.8426C32.7805 41.536 32.2598 41.5179 31.8847 41.7989Z" fill="#DDDADA"/>
|
||||
<path d="M32.5597 40.4077C34.2156 40.4655 35.6034 39.2103 35.6594 37.6041C35.7155 35.998 34.4187 34.649 32.7628 34.5912C31.107 34.5334 29.7192 35.7886 29.6631 37.3947C29.607 39.0009 30.9039 40.3498 32.5597 40.4077Z" fill="#B7B7B7"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_128:243" x="8.21988" y="4.10425" width="33.406" height="40.722" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_128:243"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_128:243" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
@@ -0,0 +1,8 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 9H23.143V10.286H9V9Z" fill="white"/>
|
||||
<path d="M13.5 11.572C14.5654 11.572 15.429 10.7083 15.429 9.64299C15.429 8.57763 14.5654 7.71399 13.5 7.71399C12.4346 7.71399 11.571 8.57763 11.571 9.64299C11.571 10.7083 12.4346 11.572 13.5 11.572Z" fill="white"/>
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#FFB81C"/>
|
||||
<path d="M12.572 34.714H32.429C32.9813 34.714 33.429 35.1617 33.429 35.714V36.285C33.429 36.8373 32.9813 37.285 32.429 37.285H12.572C12.0197 37.285 11.572 36.8373 11.572 36.285V35.714C11.572 35.1617 12.0197 34.714 12.572 34.714Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6657 13.2079L15.83 15.4224C15.352 15.6984 15.188 16.3104 15.464 16.7885L15.7495 17.283C16.026 17.7619 16.6375 17.925 17.1155 17.649L20.9512 15.4345C21.4292 15.1585 21.5937 14.5474 21.3172 14.0685L21.0317 13.574C20.7557 13.0959 20.1437 12.9319 19.6657 13.2079Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.579 8.714L14.589 9.286C13.633 9.838 13.305 11.061 13.857 12.018L24.107 29.771L27.941 31.269L28.561 27.199L18.311 9.446C17.759 8.49 16.536 8.162 15.579 8.714V8.714Z" stroke="white" stroke-width="2" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,3 @@
|
||||
<svg width="29" height="25" viewBox="0 0 29 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20.667 9.535V15.553C20.667 17.615 19.182 20 15.111 20C11.041 20 9.55603 17.615 9.55603 15.553V6.684C9.55603 4.228 10.746 3 13.127 3C15.508 3 16.699 4.228 16.699 6.684V13.387C16.752 14.462 16.223 15 15.111 15C14.001 15 13.471 14.462 13.524 13.387V9.535" stroke="#C63527" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
@@ -3,7 +3,7 @@
|
||||
<g filter="url(#filter0_d_403_335)">
|
||||
<path d="M22.8103 4.42702C22.8053 3.71802 23.3683 3.14702 24.0703 3.15302L39.2983 3.27502C39.9983 3.28102 40.5713 3.86002 40.5773 4.56902L40.7373 25.104C40.7423 25.813 40.1783 26.383 39.4773 26.377L23.8273 26.273C23.2773 26.269 22.8343 25.823 22.8333 25.273L22.8103 4.42802V4.42702Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0653 3.65302L39.2943 3.77502C39.5083 3.77702 39.7013 3.86702 39.8423 4.01002C39.9863 4.15502 40.0753 4.35402 40.0773 4.57302L40.2373 25.108C40.2383 25.323 40.1553 25.518 40.0173 25.658C39.8803 25.795 39.6913 25.879 39.4813 25.878L23.8303 25.773L23.3103 4.42302C23.3083 4.20802 23.3923 4.01302 23.5303 3.87302C23.6673 3.73602 23.8563 3.65202 24.0653 3.65302V3.65302Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0653 3.65302L39.2943 3.77502C39.5083 3.77702 39.7013 3.86702 39.8423 4.01002C39.9863 4.15502 40.0753 4.35402 40.0773 4.57302L40.2373 25.108C40.2383 25.323 40.1553 25.518 40.0173 25.658C39.8803 25.795 39.6913 25.879 39.4813 25.878L23.8303 25.773L23.3103 4.42302C23.3083 4.20802 23.3923 4.01302 23.5303 3.87302C23.6673 3.73602 23.8563 3.65202 24.0653 3.65302V3.65302Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M35.3503 13.3662H27.9153C27.6392 13.3662 27.4153 13.59 27.4153 13.8662C27.4153 14.1423 27.6392 14.3662 27.9153 14.3662H35.3503C35.6265 14.3662 35.8503 14.1423 35.8503 13.8662C35.8503 13.59 35.6265 13.3662 35.3503 13.3662Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M35.3503 10.1352H27.9153C27.6392 10.1352 27.4153 10.359 27.4153 10.6352C27.4153 10.9113 27.6392 11.1352 27.9153 11.1352H35.3503C35.6265 11.1352 35.8503 10.9113 35.8503 10.6352C35.8503 10.359 35.6265 10.1352 35.3503 10.1352Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M35.3503 16.5972H27.9153C27.6392 16.5972 27.4153 16.821 27.4153 17.0972C27.4153 17.3733 27.6392 17.5972 27.9153 17.5972H35.3503C35.6265 17.5972 35.8503 17.3733 35.8503 17.0972C35.8503 16.821 35.6265 16.5972 35.3503 16.5972Z" stroke="white" stroke-width="2"/>
|
||||
@@ -11,7 +11,7 @@
|
||||
<g filter="url(#filter1_d_403_335)">
|
||||
<path d="M12.9463 16.5797C12.9413 15.8457 13.5293 15.2537 14.2593 15.2597L30.1153 15.3627C30.8453 15.3677 31.4413 15.9667 31.4453 16.7007L31.5813 37.9777C31.5863 38.7117 30.9983 39.3037 30.2683 39.2987L13.9333 39.2137C13.3833 39.2107 12.9383 38.7637 12.9393 38.2137L12.9463 16.5797V16.5797Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2553 15.7587L30.1123 15.8627C30.3403 15.8637 30.5473 15.9587 30.6983 16.1107C30.8493 16.2627 30.9443 16.4727 30.9453 16.7037L31.0813 37.9807C31.0833 38.2087 30.9933 38.4147 30.8453 38.5627C30.6993 38.7097 30.4963 38.7997 30.2713 38.7987L13.9363 38.7137L13.4463 16.5767C13.4443 16.3487 13.5343 16.1427 13.6813 15.9947C13.8283 15.8477 14.0313 15.7577 14.2553 15.7587V15.7587Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2553 15.7587L30.1123 15.8627C30.3403 15.8637 30.5473 15.9587 30.6983 16.1107C30.8493 16.2627 30.9443 16.4727 30.9453 16.7037L31.0813 37.9807C31.0833 38.2087 30.9933 38.4147 30.8453 38.5627C30.6993 38.7097 30.4963 38.7997 30.2713 38.7987L13.9363 38.7137L13.4463 16.5767C13.4443 16.3487 13.5343 16.1427 13.6813 15.9947C13.8283 15.8477 14.0313 15.7577 14.2553 15.7587V15.7587Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M26.0524 25.7929H18.1824C17.9063 25.7929 17.6824 26.0168 17.6824 26.2929C17.6824 26.5691 17.9063 26.7929 18.1824 26.7929H26.0524C26.3285 26.7929 26.5524 26.5691 26.5524 26.2929C26.5524 26.0168 26.3285 25.7929 26.0524 25.7929Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M26.0524 22.4469H18.1824C17.9063 22.4469 17.6824 22.6708 17.6824 22.9469C17.6824 23.223 17.9063 23.4469 18.1824 23.4469H26.0524C26.3285 23.4469 26.5524 23.223 26.5524 22.9469C26.5524 22.6708 26.3285 22.4469 26.0524 22.4469Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M26.0524 29.1389H18.1824C17.9063 29.1389 17.6824 29.3628 17.6824 29.6389C17.6824 29.9151 17.9063 30.1389 18.1824 30.1389H26.0524C26.3285 30.1389 26.5524 29.9151 26.5524 29.6389C26.5524 29.3628 26.3285 29.1389 26.0524 29.1389Z" stroke="white" stroke-width="2"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,78 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_136:646)">
|
||||
<g filter="url(#filter0_d_136:646)">
|
||||
<path d="M22.8103 4.42703C22.8053 3.71803 23.3683 3.14703 24.0703 3.15303L39.2983 3.27503C39.9983 3.28103 40.5713 3.86003 40.5773 4.56903L40.7373 25.104C40.7423 25.813 40.1783 26.383 39.4773 26.377L23.8273 26.273C23.2773 26.269 22.8343 25.823 22.8333 25.273L22.8103 4.42803V4.42703Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0653 3.65302L39.2943 3.77502C39.5083 3.77702 39.7013 3.86702 39.8423 4.01002C39.9863 4.15502 40.0753 4.35402 40.0773 4.57302L40.2373 25.108C40.2383 25.323 40.1553 25.518 40.0173 25.658C39.8803 25.795 39.6913 25.879 39.4813 25.878L23.8303 25.773L23.3103 4.42302C23.3083 4.20802 23.3923 4.01302 23.5303 3.87302C23.6673 3.73602 23.8563 3.65202 24.0653 3.65302V3.65302Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M35.3503 13.3662H27.9153C27.6392 13.3662 27.4153 13.59 27.4153 13.8662C27.4153 14.1423 27.6392 14.3662 27.9153 14.3662H35.3503C35.6265 14.3662 35.8503 14.1423 35.8503 13.8662C35.8503 13.59 35.6265 13.3662 35.3503 13.3662Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M35.3503 10.1352H27.9153C27.6392 10.1352 27.4153 10.359 27.4153 10.6352C27.4153 10.9113 27.6392 11.1352 27.9153 11.1352H35.3503C35.6265 11.1352 35.8503 10.9113 35.8503 10.6352C35.8503 10.359 35.6265 10.1352 35.3503 10.1352Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M35.3503 16.5972H27.9153C27.6392 16.5972 27.4153 16.821 27.4153 17.0972C27.4153 17.3733 27.6392 17.5972 27.9153 17.5972H35.3503C35.6265 17.5972 35.8503 17.3733 35.8503 17.0972C35.8503 16.821 35.6265 16.5972 35.3503 16.5972Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M32.2193 19.8272H27.9153C27.6392 19.8272 27.4153 20.051 27.4153 20.3272C27.4153 20.6033 27.6392 20.8272 27.9153 20.8272H32.2193C32.4955 20.8272 32.7193 20.6033 32.7193 20.3272C32.7193 20.051 32.4955 19.8272 32.2193 19.8272Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter1_d_136:646)">
|
||||
<path d="M12.9463 16.5797C12.9413 15.8457 13.5293 15.2537 14.2593 15.2597L30.1153 15.3627C30.8453 15.3677 31.4413 15.9667 31.4453 16.7007L31.5813 37.9777C31.5863 38.7117 30.9983 39.3037 30.2683 39.2987L13.9333 39.2137C13.3833 39.2107 12.9383 38.7637 12.9393 38.2137L12.9463 16.5797V16.5797Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2553 15.7587L30.1123 15.8627C30.3403 15.8637 30.5473 15.9587 30.6983 16.1107C30.8493 16.2627 30.9443 16.4727 30.9453 16.7037L31.0813 37.9807C31.0833 38.2087 30.9933 38.4147 30.8453 38.5627C30.6993 38.7097 30.4963 38.7997 30.2713 38.7987L13.9363 38.7137L13.4463 16.5767C13.4443 16.3487 13.5343 16.1427 13.6813 15.9947C13.8283 15.8477 14.0313 15.7577 14.2553 15.7587V15.7587Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M26.0524 25.7929H18.1824C17.9063 25.7929 17.6824 26.0168 17.6824 26.2929C17.6824 26.5691 17.9063 26.7929 18.1824 26.7929H26.0524C26.3285 26.7929 26.5524 26.5691 26.5524 26.2929C26.5524 26.0168 26.3285 25.7929 26.0524 25.7929Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M26.0524 22.4469H18.1824C17.9063 22.4469 17.6824 22.6708 17.6824 22.9469C17.6824 23.2231 17.9063 23.4469 18.1824 23.4469H26.0524C26.3285 23.4469 26.5524 23.2231 26.5524 22.9469C26.5524 22.6708 26.3285 22.4469 26.0524 22.4469Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M26.0524 29.1389H18.1824C17.9063 29.1389 17.6824 29.3628 17.6824 29.6389C17.6824 29.9151 17.9063 30.1389 18.1824 30.1389H26.0524C26.3285 30.1389 26.5524 29.9151 26.5524 29.6389C26.5524 29.3628 26.3285 29.1389 26.0524 29.1389Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M22.7914 32.4849H18.1824C17.9063 32.4849 17.6824 32.7088 17.6824 32.9849C17.6824 33.2611 17.9063 33.4849 18.1824 33.4849H22.7914C23.0675 33.4849 23.2914 33.2611 23.2914 32.9849C23.2914 32.7088 23.0675 32.4849 22.7914 32.4849Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter2_d_136:646)">
|
||||
<path d="M2 40.223H9.304C9.754 40.223 10.192 40.376 10.546 40.655L15.77 44.791C16.124 45.071 16.561 45.223 17.012 45.223H33.252C33.702 45.223 34.14 45.071 34.492 44.791L39.718 40.655C40.071 40.375 40.508 40.223 40.959 40.223H48C49.105 40.223 50 41.119 50 42.223V48.223C50 49.328 49.105 50.223 48 50.223H2C0.895 50.223 0 49.328 0 48.223V42.223C0 41.119 0.895 40.223 2 40.223V40.223Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.304 40.723C9.642 40.723 9.97 40.837 10.235 41.047L15.46 45.183C15.902 45.533 16.448 45.723 17.012 45.723H33.252C33.815 45.723 34.362 45.533 34.803 45.183L40.028 41.047C40.293 40.837 40.621 40.723 40.959 40.723H48C48.414 40.723 48.79 40.891 49.06 41.163C49.332 41.434 49.5 41.809 49.5 42.223V48.223C49.5 48.638 49.332 49.013 49.06 49.284C48.79 49.555 48.414 49.724 48 49.724H2C1.586 49.724 1.21 49.555 0.94 49.284C0.667 49.013 0.5 48.638 0.5 48.224V42.224C0.5 41.809 0.668 41.434 0.94 41.163C1.21 40.891 1.586 40.723 2 40.723H9.304Z" fill="url(#paint0_linear_136:646)" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<g filter="url(#filter3_d_136:646)">
|
||||
<path d="M37.5 47.769C39 46.769 41 46.769 42.5 46.269C44 45.769 46.5 44.033 46.5 40.269V32.213C46.5 31.69 46.1 31.207 45.577 31.216C42.5 31.269 39.5 30.269 37.5 28.269C35.5 30.269 32.5 31.269 29.5 31.269C29.5 31.269 28.5 31.269 28.5 32.269V40.269C28.833 43.936 30.167 45.936 32.5 46.269C34.833 46.602 36.5 47.102 37.5 47.769Z" fill="black"/>
|
||||
</g>
|
||||
<path d="M37.5 47.769C39 46.769 41 46.769 42.5 46.269C44 45.769 46.5 44.033 46.5 40.269V32.213C46.5 31.69 46.1 31.207 45.577 31.216C42.5 31.269 39.5 30.269 37.5 28.269C35.5 30.269 32.5 31.269 29.5 31.269C29.5 31.269 28.5 31.269 28.5 32.269V40.269C28.833 43.936 30.167 45.936 32.5 46.269C34.833 46.602 36.5 47.102 37.5 47.769Z" fill="url(#paint1_linear_136:646)" stroke="#EBEBEB" stroke-opacity="0.194" stroke-linejoin="round"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.5 34.269C38.88 34.269 40 35.389 40 36.769C40 37.794 39.383 38.675 38.5 39.061V41.269C38.5 41.821 38.052 42.269 37.5 42.269C36.948 42.269 36.5 41.821 36.5 41.269V39.061C35.617 38.675 35 37.794 35 36.769C35 35.389 36.12 34.269 37.5 34.269Z" stroke="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_136:646" x="21.8102" y="3.15298" width="19.9271" height="25.2241" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:646"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:646" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_136:646" x="11.9393" y="15.2597" width="20.642" height="26.0391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:646"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:646" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_136:646" x="-1" y="40.223" width="52" height="12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:646"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:646" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter3_d_136:646" x="27.5" y="28.269" width="20" height="21.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:646"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:646" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_136:646" x1="25" y1="40.723" x2="25" y2="49.724" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFD759"/>
|
||||
<stop offset="1" stop-color="#FFCB26"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_136:646" x1="37.5" y1="28.269" x2="37.5" y2="47.769" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#061B52"/>
|
||||
<stop offset="0.99962" stop-color="#021549"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_136:646">
|
||||
<rect width="50" height="51" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
@@ -3,7 +3,7 @@
|
||||
<g filter="url(#filter0_d_403_335)">
|
||||
<path d="M22.8103 4.42702C22.8053 3.71802 23.3683 3.14702 24.0703 3.15302L39.2983 3.27502C39.9983 3.28102 40.5713 3.86002 40.5773 4.56902L40.7373 25.104C40.7423 25.813 40.1783 26.383 39.4773 26.377L23.8273 26.273C23.2773 26.269 22.8343 25.823 22.8333 25.273L22.8103 4.42802V4.42702Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0653 3.65302L39.2943 3.77502C39.5083 3.77702 39.7013 3.86702 39.8423 4.01002C39.9863 4.15502 40.0753 4.35402 40.0773 4.57302L40.2373 25.108C40.2383 25.323 40.1553 25.518 40.0173 25.658C39.8803 25.795 39.6913 25.879 39.4813 25.878L23.8303 25.773L23.3103 4.42302C23.3083 4.20802 23.3923 4.01302 23.5303 3.87302C23.6673 3.73602 23.8563 3.65202 24.0653 3.65302Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0653 3.65302L39.2943 3.77502C39.5083 3.77702 39.7013 3.86702 39.8423 4.01002C39.9863 4.15502 40.0753 4.35402 40.0773 4.57302L40.2373 25.108C40.2383 25.323 40.1553 25.518 40.0173 25.658C39.8803 25.795 39.6913 25.879 39.4813 25.878L23.8303 25.773L23.3103 4.42302C23.3083 4.20802 23.3923 4.01302 23.5303 3.87302C23.6673 3.73602 23.8563 3.65202 24.0653 3.65302Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M35.3503 13.3662H27.9153C27.6392 13.3662 27.4153 13.59 27.4153 13.8662C27.4153 14.1423 27.6392 14.3662 27.9153 14.3662H35.3503C35.6265 14.3662 35.8503 14.1423 35.8503 13.8662C35.8503 13.59 35.6265 13.3662 35.3503 13.3662Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M35.3503 10.1352H27.9153C27.6392 10.1352 27.4153 10.359 27.4153 10.6352C27.4153 10.9113 27.6392 11.1352 27.9153 11.1352H35.3503C35.6265 11.1352 35.8503 10.9113 35.8503 10.6352C35.8503 10.359 35.6265 10.1352 35.3503 10.1352Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M35.3503 16.5972H27.9153C27.6392 16.5972 27.4153 16.821 27.4153 17.0972C27.4153 17.3733 27.6392 17.5972 27.9153 17.5972H35.3503C35.6265 17.5972 35.8503 17.3733 35.8503 17.0972C35.8503 16.821 35.6265 16.5972 35.3503 16.5972Z" stroke="white" stroke-width="2"/>
|
||||
@@ -11,7 +11,7 @@
|
||||
<g filter="url(#filter1_d_403_335)">
|
||||
<path d="M12.9463 16.5797C12.9413 15.8457 13.5293 15.2537 14.2593 15.2597L30.1153 15.3627C30.8453 15.3677 31.4413 15.9667 31.4453 16.7007L31.5813 37.9777C31.5863 38.7117 30.9983 39.3037 30.2683 39.2987L13.9333 39.2137C13.3833 39.2107 12.9383 38.7637 12.9393 38.2137L12.9463 16.5797Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2553 15.7587L30.1123 15.8627C30.3403 15.8637 30.5473 15.9587 30.6983 16.1107C30.8493 16.2627 30.9443 16.4727 30.9453 16.7037L31.0813 37.9807C31.0833 38.2087 30.9933 38.4147 30.8453 38.5627C30.6993 38.7097 30.4963 38.7997 30.2713 38.7987L13.9363 38.7137L13.4463 16.5767C13.4443 16.3487 13.5343 16.1427 13.6813 15.9947C13.8283 15.8477 14.0313 15.7577 14.2553 15.7587Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2553 15.7587L30.1123 15.8627C30.3403 15.8637 30.5473 15.9587 30.6983 16.1107C30.8493 16.2627 30.9443 16.4727 30.9453 16.7037L31.0813 37.9807C31.0833 38.2087 30.9933 38.4147 30.8453 38.5627C30.6993 38.7097 30.4963 38.7997 30.2713 38.7987L13.9363 38.7137L13.4463 16.5767C13.4443 16.3487 13.5343 16.1427 13.6813 15.9947C13.8283 15.8477 14.0313 15.7577 14.2553 15.7587Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M26.0524 25.7929H18.1824C17.9063 25.7929 17.6824 26.0168 17.6824 26.2929C17.6824 26.5691 17.9063 26.7929 18.1824 26.7929H26.0524C26.3285 26.7929 26.5524 26.5691 26.5524 26.2929C26.5524 26.0168 26.3285 25.7929 26.0524 25.7929Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M26.0524 22.4469H18.1824C17.9063 22.4469 17.6824 22.6708 17.6824 22.9469C17.6824 23.223 17.9063 23.4469 18.1824 23.4469H26.0524C26.3285 23.4469 26.5524 23.223 26.5524 22.9469C26.5524 22.6708 26.3285 22.4469 26.0524 22.4469Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M26.0524 29.1389H18.1824C17.9063 29.1389 17.6824 29.3628 17.6824 29.6389C17.6824 29.9151 17.9063 30.1389 18.1824 30.1389H26.0524C26.3285 30.1389 26.5524 29.9151 26.5524 29.6389C26.5524 29.3628 26.3285 29.1389 26.0524 29.1389Z" stroke="white" stroke-width="2"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -0,0 +1,31 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_136:677)">
|
||||
<path d="M12.562 12.6452C12.5435 11.8194 13.2058 11.1388 14.0387 11.1262L32.1406 10.8503C32.9745 10.8387 33.6621 11.4978 33.6786 12.3237L34.1504 36.2591C34.1668 37.0849 33.5045 37.7646 32.6706 37.7771L13.8912 38.0869C13.3393 38.0965 12.8835 37.6564 12.8739 37.1045L12.8738 37.1005L12.562 12.6452Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0474 11.6262L32.1493 11.3502C32.4293 11.3463 32.6842 11.4549 32.8714 11.6336C33.0565 11.8114 33.1748 12.0584 33.1797 12.3344L33.6514 36.2688C33.6562 36.5427 33.5496 36.7916 33.3717 36.9738C33.1929 37.1579 32.9429 37.2733 32.6639 37.2772L13.8834 37.587L13.0619 12.6355C13.0571 12.3616 13.1637 12.1117 13.3416 11.9305C13.5204 11.7464 13.7704 11.631 14.0484 11.6261L14.0474 11.6262Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M27.8707 22.575L18.4482 22.7395C18.1721 22.7443 17.9522 22.972 17.957 23.2481C17.9618 23.5242 18.1895 23.7442 18.4656 23.7393L27.8882 23.5749C28.1643 23.57 28.3842 23.3423 28.3794 23.0662C28.3746 22.7901 28.1468 22.5702 27.8707 22.575Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M27.8051 18.8146L18.3825 18.9791C18.1064 18.9839 17.8865 19.2116 17.8913 19.4877C17.8962 19.7638 18.1239 19.9837 18.4 19.9789L27.8226 19.8144C28.0987 19.8096 28.3186 19.5819 28.3138 19.3058C28.3089 19.0297 28.0812 18.8098 27.8051 18.8146Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M27.9364 26.3344L18.5138 26.4989C18.2377 26.5037 18.0178 26.7315 18.0226 27.0076C18.0274 27.2837 18.2551 27.5036 18.5312 27.4988L27.9538 27.3343C28.2299 27.3295 28.4498 27.1017 28.445 26.8256C28.4402 26.5495 28.2125 26.3296 27.9364 26.3344Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M24.2756 30.1599L18.5794 30.2594C18.3033 30.2642 18.0834 30.4919 18.0882 30.768C18.0931 31.0441 18.3208 31.264 18.5969 31.2592L24.293 31.1598C24.5691 31.155 24.789 30.9272 24.7842 30.6511C24.7794 30.375 24.5517 30.1551 24.2756 30.1599Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.5126 37.1103L28.3046 37.6054L27.024 41.9081L24.9758 42.2737L26.5126 37.1103Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.7296 37.1489L26.9214 37.5812L28.0521 41.9257L30.0862 42.3626L28.7296 37.1489Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1341 38.3853C26.9261 38.5527 26.6216 38.5204 26.4542 38.3124C26.4013 38.2475 26.3667 38.1699 26.3531 38.0866L26.3513 38.0766C26.2736 37.6022 25.8707 37.2511 25.3908 37.2397C25.1209 37.233 24.9087 37.0092 24.9154 36.7413C24.9169 36.6573 24.9403 36.5767 24.9825 36.5055L24.9908 36.4906C25.233 36.0788 25.1492 35.5532 24.7926 35.2369L24.7838 35.2288C24.5819 35.0492 24.5633 34.7399 24.7438 34.538C24.7979 34.4759 24.8677 34.4291 24.9462 34.4015L24.9493 34.3996C25.4001 34.2394 25.6752 33.7821 25.6034 33.3088L25.6017 33.2928C25.5613 33.028 25.7436 32.7812 26.0084 32.7408C26.0906 32.7292 26.1755 32.7377 26.253 32.7671C26.7011 32.9379 27.2072 32.7637 27.4554 32.352L27.4595 32.348C27.5975 32.1204 27.8948 32.0456 28.1234 32.1846C28.1957 32.2279 28.2556 32.2899 28.2963 32.3627L28.2983 32.3667C28.532 32.7858 29.0317 32.9786 29.4865 32.8235C29.74 32.7379 30.0157 32.8727 30.1013 33.1263C30.1279 33.2057 30.1344 33.2899 30.119 33.3716L30.1157 33.3876C30.0275 33.8581 30.2864 34.3247 30.7314 34.5005L30.7354 34.5025C30.9867 34.6019 31.1107 34.8862 31.0113 35.1375C30.98 35.2149 30.9318 35.2821 30.8679 35.335L30.8587 35.3428C30.4914 35.6465 30.3902 36.1688 30.6169 36.5888L30.6257 36.604C30.7535 36.8412 30.6664 37.1367 30.4291 37.2646C30.3564 37.3034 30.2741 37.3239 30.192 37.3235C29.7121 37.3181 29.2961 37.6549 29.2019 38.1263L29.1997 38.1363C29.1481 38.3984 28.8931 38.568 28.631 38.5164C28.5493 38.5 28.4719 38.4626 28.4099 38.4076C28.0453 38.0931 27.5094 38.0838 27.1351 38.3853L27.1341 38.3853Z" fill="#D30A0A"/>
|
||||
<path d="M27.7905 37.2756C28.8198 37.2935 29.6689 36.4665 29.687 35.4284C29.7052 34.3903 28.8854 33.5341 27.8561 33.5161C26.8268 33.4982 25.9777 34.3252 25.9596 35.3633C25.9415 36.4015 26.7612 37.2576 27.7905 37.2756Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.1923 37.8603L28.3467 38.5462L27.0232 42.9336L24.6041 43.1251L26.1923 37.8603Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.531 37.3279L27.3213 37.3068L28.0413 43.1939L30.395 44.3918L29.531 37.3279Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4148 38.9472L27.0929 39.2133C26.8357 39.4271 26.4715 39.3681 26.2795 39.0829C26.2222 38.9975 26.1841 38.8988 26.1701 38.7943L26.117 38.4081C26.0619 38.0151 25.7652 37.7201 25.4065 37.7037L25.0036 37.6848C24.6927 37.6711 24.4507 37.3798 24.4638 37.0352C24.4672 36.9256 24.4976 36.8187 24.5507 36.7268L24.7317 36.4103C24.9285 36.0662 24.8708 35.6133 24.5951 35.3432L24.3353 35.0878C24.1025 34.8601 24.0812 34.466 24.2873 34.2087C24.3537 34.1248 24.4396 34.0624 24.536 34.0287L24.8917 33.9011C25.2383 33.7782 25.4551 33.3958 25.4047 32.9963L25.358 32.6237C25.3141 32.2769 25.5327 31.9569 25.8455 31.9091C25.9412 31.8946 26.0383 31.9066 26.1293 31.9451L26.5156 32.1105C26.8457 32.2514 27.2196 32.1178 27.413 31.7894L27.6151 31.4463C27.7933 31.1439 28.159 31.0583 28.4311 31.2559C28.5117 31.3139 28.5783 31.3921 28.6241 31.4854L28.8048 31.8433C28.977 32.1859 29.3417 32.348 29.6798 32.233L30.0755 32.0987C30.3773 31.9956 30.6968 32.1835 30.7898 32.5172C30.8181 32.6197 30.8222 32.7288 30.8024 32.8336L30.7322 33.2026C30.6568 33.5972 30.849 33.9954 31.187 34.1457L31.5347 34.2997C31.8217 34.4272 31.9617 34.7902 31.8467 35.1092C31.8089 35.2125 31.7476 35.3033 31.6674 35.3717L31.3915 35.6063C31.1002 35.8545 31.0141 36.3018 31.1888 36.6603L31.3495 36.99C31.4974 37.2934 31.3955 37.672 31.1211 37.836C31.0339 37.8883 30.9364 37.9136 30.8375 37.9106L30.4336 37.8983C30.0754 37.8869 29.7602 38.1583 29.6812 38.546L29.6039 38.9272C29.533 39.2745 29.2224 39.4929 28.9083 39.415C28.8153 39.3914 28.7291 39.3432 28.6563 39.2739L28.3527 38.9835C28.0862 38.7288 27.6959 38.7137 27.4148 38.9472Z" fill="#DDDADA"/>
|
||||
<path d="M27.9207 37.791C29.1618 37.8391 30.2021 36.796 30.2441 35.4613C30.2861 34.1265 29.3141 33.0055 28.0729 32.9575C26.8318 32.9094 25.7916 33.9525 25.7496 35.2872C25.7075 36.622 26.6796 37.743 27.9207 37.791Z" fill="#B7B7B7"/>
|
||||
<path d="M47.5 22.44L44 25.44L40.5 22.44" stroke="#D30A0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M44 25.44C44 13.842 34.598 4.44 23 4.44C11.402 4.44 2 13.842 2 25.44C2 37.038 11.402 46.44 23 46.44C25.847 46.44 28.562 45.873 31.038 44.847C33.605 43.782 35.915 42.224 37.849 40.289" stroke="#D30A0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_136:677" x="11.5616" y="10.8501" width="23.5891" height="29.237" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:677"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:677" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.3 KiB |
@@ -0,0 +1,31 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_128:361)">
|
||||
<path d="M12.562 12.6452C12.5435 11.8194 13.2058 11.1388 14.0387 11.1262L32.1406 10.8503C32.9745 10.8387 33.6621 11.4978 33.6786 12.3237L34.1504 36.2591C34.1668 37.0849 33.5045 37.7646 32.6706 37.7771L13.8912 38.0869C13.3393 38.0966 12.8835 37.6564 12.8739 37.1045L12.8738 37.1005L12.562 12.6452Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0474 11.6262L32.1493 11.3502C32.4293 11.3463 32.6842 11.4549 32.8714 11.6336C33.0565 11.8114 33.1748 12.0584 33.1797 12.3344L33.6514 36.2688C33.6562 36.5427 33.5496 36.7916 33.3717 36.9738C33.1929 37.1579 32.9429 37.2733 32.6639 37.2772L13.8834 37.587L13.0619 12.6355C13.0571 12.3616 13.1637 12.1117 13.3416 11.9305C13.5204 11.7464 13.7704 11.631 14.0484 11.6262L14.0474 11.6262Z" fill="#C63527" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M27.8707 22.5751L18.4482 22.7395C18.1721 22.7444 17.9522 22.9721 17.957 23.2482C17.9618 23.5243 18.1895 23.7442 18.4656 23.7394L27.8882 23.5749C28.1643 23.5701 28.3842 23.3424 28.3794 23.0663C28.3746 22.7902 28.1468 22.5702 27.8707 22.5751Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M27.8051 18.8146L18.3825 18.9791C18.1064 18.9839 17.8865 19.2116 17.8913 19.4877C17.8962 19.7638 18.1239 19.9838 18.4 19.9789L27.8226 19.8145C28.0987 19.8097 28.3186 19.5819 28.3138 19.3058C28.3089 19.0297 28.0812 18.8098 27.8051 18.8146Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M27.9364 26.3345L18.5138 26.499C18.2377 26.5038 18.0178 26.7315 18.0226 27.0076C18.0274 27.2837 18.2551 27.5036 18.5312 27.4988L27.9538 27.3343C28.2299 27.3295 28.4498 27.1018 28.445 26.8257C28.4402 26.5496 28.2125 26.3297 27.9364 26.3345Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M24.2756 30.1599L18.5794 30.2594C18.3033 30.2642 18.0834 30.4919 18.0882 30.768C18.0931 31.0441 18.3208 31.264 18.5969 31.2592L24.293 31.1598C24.5691 31.155 24.789 30.9272 24.7842 30.6511C24.7794 30.375 24.5517 30.1551 24.2756 30.1599Z" stroke="white" stroke-width="2"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.5126 37.1103L28.3046 37.6054L27.024 41.9081L24.9758 42.2737L26.5126 37.1103Z" fill="#A20505"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.7296 37.1489L26.9214 37.5812L28.0521 41.9257L30.0862 42.3626L28.7296 37.1489Z" fill="#A20505"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1341 38.3853C26.9261 38.5527 26.6216 38.5204 26.4542 38.3124C26.4013 38.2475 26.3667 38.1699 26.3531 38.0866L26.3513 38.0766C26.2736 37.6022 25.8707 37.2511 25.3908 37.2397C25.1209 37.233 24.9087 37.0093 24.9154 36.7413C24.9169 36.6573 24.9403 36.5767 24.9825 36.5055L24.9908 36.4906C25.233 36.0788 25.1492 35.5532 24.7926 35.237L24.7838 35.2288C24.5819 35.0493 24.5633 34.7399 24.7438 34.538C24.7979 34.4759 24.8677 34.4291 24.9462 34.4015L24.9493 34.3996C25.4001 34.2394 25.6752 33.7821 25.6034 33.3088L25.6017 33.2928C25.5613 33.028 25.7436 32.7812 26.0084 32.7408C26.0906 32.7292 26.1755 32.7377 26.253 32.7671C26.7011 32.9379 27.2072 32.7637 27.4554 32.352L27.4595 32.3481C27.5975 32.1204 27.8948 32.0456 28.1234 32.1846C28.1957 32.2279 28.2556 32.2899 28.2963 32.3627L28.2983 32.3667C28.532 32.7858 29.0317 32.9786 29.4865 32.8235C29.74 32.7379 30.0157 32.8728 30.1013 33.1263C30.1279 33.2058 30.1344 33.2899 30.119 33.3716L30.1157 33.3876C30.0275 33.8581 30.2864 34.3247 30.7314 34.5005L30.7354 34.5026C30.9867 34.602 31.1107 34.8862 31.0113 35.1375C30.98 35.2149 30.9318 35.2821 30.8679 35.335L30.8587 35.3428C30.4914 35.6465 30.3902 36.1688 30.6169 36.5888L30.6257 36.604C30.7535 36.8412 30.6664 37.1368 30.4291 37.2646C30.3564 37.3034 30.2741 37.3239 30.192 37.3235C29.7121 37.3181 29.2961 37.6549 29.2019 38.1264L29.1997 38.1363C29.1481 38.3985 28.8931 38.568 28.631 38.5164C28.5493 38.5 28.4719 38.4627 28.4099 38.4076C28.0453 38.0932 27.5094 38.0838 27.1351 38.3853L27.1341 38.3853Z" fill="#D30A0A"/>
|
||||
<path d="M27.7905 37.2756C28.8198 37.2936 29.6689 36.4666 29.687 35.4284C29.7052 34.3903 28.8854 33.5341 27.8561 33.5162C26.8268 33.4982 25.9777 34.3252 25.9596 35.3634C25.9415 36.4015 26.7612 37.2576 27.7905 37.2756Z" fill="#A20505"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.1923 37.8603L28.3467 38.5463L27.0232 42.9336L24.6041 43.1251L26.1923 37.8603Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.531 37.3279L27.3213 37.3068L28.0413 43.1939L30.395 44.3918L29.531 37.3279Z" fill="#AEAEAE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4148 38.9473L27.0929 39.2134C26.8357 39.4271 26.4715 39.3681 26.2795 39.0829C26.2222 38.9975 26.1841 38.8988 26.1701 38.7943L26.117 38.4081C26.0619 38.0151 25.7652 37.7201 25.4065 37.7037L25.0036 37.6848C24.6927 37.6711 24.4507 37.3798 24.4638 37.0352C24.4672 36.9256 24.4976 36.8187 24.5507 36.7268L24.7317 36.4103C24.9285 36.0662 24.8708 35.6133 24.5951 35.3432L24.3353 35.0878C24.1025 34.8601 24.0812 34.466 24.2873 34.2087C24.3537 34.1248 24.4396 34.0624 24.536 34.0287L24.8917 33.9012C25.2383 33.7782 25.4551 33.3958 25.4047 32.9964L25.358 32.6237C25.3141 32.2769 25.5327 31.9569 25.8455 31.9092C25.9412 31.8946 26.0383 31.9066 26.1293 31.9451L26.5156 32.1106C26.8457 32.2514 27.2196 32.1179 27.413 31.7894L27.6151 31.4463C27.7933 31.1439 28.159 31.0583 28.4311 31.2559C28.5117 31.3139 28.5783 31.3921 28.6241 31.4854L28.8048 31.8433C28.977 32.1859 29.3417 32.348 29.6798 32.2331L30.0755 32.0987C30.3773 31.9956 30.6968 32.1835 30.7898 32.5172C30.8181 32.6197 30.8222 32.7288 30.8024 32.8336L30.7322 33.2026C30.6568 33.5972 30.849 33.9954 31.187 34.1457L31.5347 34.2997C31.8217 34.4272 31.9617 34.7902 31.8467 35.1092C31.8089 35.2125 31.7476 35.3033 31.6674 35.3717L31.3915 35.6063C31.1002 35.8545 31.0141 36.3018 31.1888 36.6603L31.3495 36.99C31.4974 37.2934 31.3955 37.672 31.1211 37.836C31.0339 37.8883 30.9364 37.9136 30.8375 37.9106L30.4336 37.8983C30.0754 37.887 29.7602 38.1583 29.6812 38.5461L29.6039 38.9272C29.533 39.2746 29.2224 39.4929 28.9083 39.415C28.8153 39.3915 28.7291 39.3432 28.6563 39.2739L28.3527 38.9836C28.0862 38.7288 27.6959 38.7137 27.4148 38.9473Z" fill="#DDDADA"/>
|
||||
<path d="M27.9207 37.791C29.1618 37.8391 30.2021 36.796 30.2441 35.4613C30.2861 34.1265 29.3141 33.0055 28.0729 32.9575C26.8318 32.9094 25.7916 33.9525 25.7496 35.2872C25.7075 36.622 26.6796 37.743 27.9207 37.791Z" fill="#B7B7B7"/>
|
||||
<path d="M47.5 22.44L44 25.44L40.5 22.44" stroke="#D30A0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M44 25.44C44 13.842 34.598 4.44 23 4.44C11.402 4.44 2 13.842 2 25.44C2 37.038 11.402 46.44 23 46.44C25.847 46.44 28.562 45.873 31.038 44.847C33.605 43.782 35.915 42.224 37.849 40.289" stroke="#D30A0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_128:361" x="11.5616" y="10.8501" width="23.5891" height="29.237" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_128:361"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_128:361" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.3 KiB |
@@ -0,0 +1,57 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_184:803)">
|
||||
<path d="M18.1703 4.49092C18.1643 3.64792 18.8353 2.97092 19.6703 2.97592L37.7973 3.11592C38.6313 3.12192 39.3133 3.80992 39.3193 4.65292L39.5023 29.0709C39.5083 29.9129 38.8373 30.5909 38.0023 30.5849L19.1833 30.4649C18.6333 30.4619 18.1903 30.0149 18.1903 29.4659L18.1703 4.49092V4.49092Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6653 3.47592L37.7933 3.61592C38.0733 3.61792 38.3283 3.73592 38.5133 3.92192C38.7003 4.11192 38.8173 4.37092 38.8193 4.65692L39.0023 29.0739C39.0043 29.3559 38.8933 29.6109 38.7123 29.7939C38.5323 29.9759 38.2823 30.0869 38.0053 30.0849L19.1873 29.9649L18.6703 4.48692C18.6683 4.20492 18.7783 3.95092 18.9603 3.76692C19.1403 3.58492 19.3903 3.47392 19.6663 3.47692L19.6653 3.47592Z" fill="#63C3FB" fill-opacity="0.9" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M33.3788 14.9274H23.9568C23.6807 14.9274 23.4568 15.1512 23.4568 15.4274C23.4568 15.7035 23.6807 15.9274 23.9568 15.9274H33.3788C33.655 15.9274 33.8788 15.7035 33.8788 15.4274C33.8788 15.1512 33.655 14.9274 33.3788 14.9274Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M33.3788 11.0864H23.9568C23.6807 11.0864 23.4568 11.3102 23.4568 11.5864C23.4568 11.8625 23.6807 12.0864 23.9568 12.0864H33.3788C33.655 12.0864 33.8788 11.8625 33.8788 11.5864C33.8788 11.3102 33.655 11.0864 33.3788 11.0864Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M33.3788 18.7684H23.9568C23.6807 18.7684 23.4568 18.9922 23.4568 19.2684C23.4568 19.5445 23.6807 19.7684 23.9568 19.7684H33.3788C33.655 19.7684 33.8788 19.5445 33.8788 19.2684C33.8788 18.9922 33.655 18.7684 33.3788 18.7684Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M29.6528 22.6104H23.9568C23.6807 22.6104 23.4568 22.8342 23.4568 23.1104C23.4568 23.3865 23.6807 23.6104 23.9568 23.6104H29.6528C29.929 23.6104 30.1528 23.3865 30.1528 23.1104C30.1528 22.8342 29.929 22.6104 29.6528 22.6104Z" stroke="white" stroke-width="2"/>
|
||||
<g filter="url(#filter1_d_184:803)">
|
||||
<path d="M6.98452 18.9948C6.97752 18.1348 7.65752 17.4428 8.50452 17.4508L26.9125 17.6208C27.7595 17.6288 28.4525 18.3328 28.4605 19.1938L28.6845 44.1208C28.6915 44.9808 28.0115 45.6728 27.1645 45.6648L8.03652 45.5128C7.48852 45.5088 7.04552 45.0628 7.04452 44.5148L6.98452 18.9948V18.9948Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.50052 17.9508L26.9075 18.1208C27.1945 18.1238 27.4555 18.2458 27.6445 18.4388C27.8375 18.6338 27.9575 18.9028 27.9605 19.1978L28.1845 44.1258C28.1865 44.4158 28.0745 44.6788 27.8885 44.8678C27.7055 45.0538 27.4505 45.1678 27.1685 45.1648L8.04052 45.0128L7.48352 18.9898C7.48152 18.6998 7.59352 18.4368 7.77952 18.2478C7.96252 18.0618 8.21752 17.9478 8.49952 17.9508H8.50052Z" fill="#63C3FB" fill-opacity="0.9" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M22.4692 29.6447H12.8602C12.5841 29.6447 12.3602 29.8686 12.3602 30.1447C12.3602 30.4209 12.5841 30.6447 12.8602 30.6447H22.4692C22.7453 30.6447 22.9692 30.4209 22.9692 30.1447C22.9692 29.8686 22.7453 29.6447 22.4692 29.6447Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M22.4692 25.7217H12.8602C12.5841 25.7217 12.3602 25.9456 12.3602 26.2217C12.3602 26.4979 12.5841 26.7217 12.8602 26.7217H22.4692C22.7453 26.7217 22.9692 26.4979 22.9692 26.2217C22.9692 25.9456 22.7453 25.7217 22.4692 25.7217Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M22.4692 33.5677H12.8602C12.5841 33.5677 12.3602 33.7916 12.3602 34.0677C12.3602 34.3439 12.5841 34.5677 12.8602 34.5677H22.4692C22.7453 34.5677 22.9692 34.3439 22.9692 34.0677C22.9692 33.7916 22.7453 33.5677 22.4692 33.5677Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M18.6862 37.4907H12.8602C12.5841 37.4907 12.3602 37.7146 12.3602 37.9907C12.3602 38.2669 12.5841 38.4907 12.8602 38.4907H18.6862C18.9623 38.4907 19.1862 38.2669 19.1862 37.9907C19.1862 37.7146 18.9623 37.4907 18.6862 37.4907Z" stroke="white" stroke-width="2"/>
|
||||
<g filter="url(#filter2_d_184:803)">
|
||||
<path d="M34.5 47.769C39.7467 47.769 44 43.5157 44 38.269C44 33.0223 39.7467 28.769 34.5 28.769C29.2533 28.769 25 33.0223 25 38.269C25 43.5157 29.2533 47.769 34.5 47.769Z" fill="black"/>
|
||||
</g>
|
||||
<path d="M34.5 47.269C39.4706 47.269 43.5 43.2396 43.5 38.269C43.5 33.2984 39.4706 29.269 34.5 29.269C29.5294 29.269 25.5 33.2984 25.5 38.269C25.5 43.2396 29.5294 47.269 34.5 47.269Z" fill="url(#paint0_linear_184:803)" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M34.5 44.269C35.0523 44.269 35.5 43.8213 35.5 43.269C35.5 42.7167 35.0523 42.269 34.5 42.269C33.9477 42.269 33.5 42.7167 33.5 43.269C33.5 43.8213 33.9477 44.269 34.5 44.269Z" fill="white"/>
|
||||
<path d="M34.5 41.269V38.769C35.88 38.769 37 37.649 37 36.269C37 34.889 35.88 33.769 34.5 33.769C33.12 33.769 32 34.889 32 36.269" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_184:803" x="17.1702" y="2.97589" width="23.3321" height="29.6091" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_184:803"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_184:803" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_184:803" x="5.98447" y="17.4507" width="23.7001" height="30.2141" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_184:803"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_184:803" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_184:803" x="24" y="28.769" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_184:803"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_184:803" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_184:803" x1="34.5" y1="29.269" x2="34.5" y2="47.269" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#061B52"/>
|
||||
<stop offset="0.99962" stop-color="#021549"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1,57 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_136:590)">
|
||||
<path d="M18.1703 4.49092C18.1643 3.64792 18.8353 2.97092 19.6703 2.97592L37.7973 3.11592C38.6313 3.12192 39.3133 3.80992 39.3193 4.65292L39.5023 29.0709C39.5083 29.9129 38.8373 30.5909 38.0023 30.5849L19.1833 30.4649C18.6333 30.4619 18.1903 30.0149 18.1903 29.4659L18.1703 4.49092V4.49092Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6653 3.47592L37.7933 3.61592C38.0733 3.61792 38.3283 3.73592 38.5133 3.92192C38.7003 4.11192 38.8173 4.37092 38.8193 4.65692L39.0023 29.0739C39.0043 29.3559 38.8933 29.6109 38.7123 29.7939C38.5323 29.9759 38.2823 30.0869 38.0053 30.0849L19.1873 29.9649L18.6703 4.48692C18.6683 4.20492 18.7783 3.95092 18.9603 3.76692C19.1403 3.58492 19.3903 3.47392 19.6663 3.47692L19.6653 3.47592Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M33.3788 14.9274H23.9568C23.6807 14.9274 23.4568 15.1512 23.4568 15.4274C23.4568 15.7035 23.6807 15.9274 23.9568 15.9274H33.3788C33.655 15.9274 33.8788 15.7035 33.8788 15.4274C33.8788 15.1512 33.655 14.9274 33.3788 14.9274Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M33.3788 11.0864H23.9568C23.6807 11.0864 23.4568 11.3102 23.4568 11.5864C23.4568 11.8625 23.6807 12.0864 23.9568 12.0864H33.3788C33.655 12.0864 33.8788 11.8625 33.8788 11.5864C33.8788 11.3102 33.655 11.0864 33.3788 11.0864Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M33.3788 18.7684H23.9568C23.6807 18.7684 23.4568 18.9922 23.4568 19.2684C23.4568 19.5445 23.6807 19.7684 23.9568 19.7684H33.3788C33.655 19.7684 33.8788 19.5445 33.8788 19.2684C33.8788 18.9922 33.655 18.7684 33.3788 18.7684Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M29.6528 22.6104H23.9568C23.6807 22.6104 23.4568 22.8342 23.4568 23.1104C23.4568 23.3865 23.6807 23.6104 23.9568 23.6104H29.6528C29.929 23.6104 30.1528 23.3865 30.1528 23.1104C30.1528 22.8342 29.929 22.6104 29.6528 22.6104Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter1_d_136:590)">
|
||||
<path d="M6.98452 18.9948C6.97752 18.1348 7.65752 17.4428 8.50452 17.4508L26.9125 17.6208C27.7595 17.6288 28.4525 18.3328 28.4605 19.1938L28.6845 44.1208C28.6915 44.9808 28.0115 45.6728 27.1645 45.6648L8.03652 45.5128C7.48852 45.5088 7.04552 45.0628 7.04452 44.5148L6.98452 18.9948V18.9948Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.50052 17.9508L26.9075 18.1208C27.1945 18.1238 27.4555 18.2458 27.6445 18.4388C27.8375 18.6338 27.9575 18.9028 27.9605 19.1978L28.1845 44.1258C28.1865 44.4158 28.0745 44.6788 27.8885 44.8678C27.7055 45.0538 27.4505 45.1678 27.1685 45.1648L8.04052 45.0128L7.48352 18.9898C7.48152 18.6998 7.59352 18.4368 7.77952 18.2478C7.96252 18.0618 8.21752 17.9478 8.49952 17.9508H8.50052Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M22.4692 29.6447H12.8602C12.5841 29.6447 12.3602 29.8686 12.3602 30.1447C12.3602 30.4209 12.5841 30.6447 12.8602 30.6447H22.4692C22.7453 30.6447 22.9692 30.4209 22.9692 30.1447C22.9692 29.8686 22.7453 29.6447 22.4692 29.6447Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M22.4692 25.7217H12.8602C12.5841 25.7217 12.3602 25.9456 12.3602 26.2217C12.3602 26.4979 12.5841 26.7217 12.8602 26.7217H22.4692C22.7453 26.7217 22.9692 26.4979 22.9692 26.2217C22.9692 25.9456 22.7453 25.7217 22.4692 25.7217Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M22.4692 33.5677H12.8602C12.5841 33.5677 12.3602 33.7916 12.3602 34.0677C12.3602 34.3439 12.5841 34.5677 12.8602 34.5677H22.4692C22.7453 34.5677 22.9692 34.3439 22.9692 34.0677C22.9692 33.7916 22.7453 33.5677 22.4692 33.5677Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M18.6862 37.4907H12.8602C12.5841 37.4907 12.3602 37.7146 12.3602 37.9907C12.3602 38.2669 12.5841 38.4907 12.8602 38.4907H18.6862C18.9623 38.4907 19.1862 38.2669 19.1862 37.9907C19.1862 37.7146 18.9623 37.4907 18.6862 37.4907Z" stroke="#C63527" stroke-width="2"/>
|
||||
<g filter="url(#filter2_d_136:590)">
|
||||
<path d="M34.5 47.769C39.7467 47.769 44 43.5157 44 38.269C44 33.0223 39.7467 28.769 34.5 28.769C29.2533 28.769 25 33.0223 25 38.269C25 43.5157 29.2533 47.769 34.5 47.769Z" fill="black"/>
|
||||
</g>
|
||||
<path d="M34.5 47.269C39.4706 47.269 43.5 43.2396 43.5 38.269C43.5 33.2984 39.4706 29.269 34.5 29.269C29.5294 29.269 25.5 33.2984 25.5 38.269C25.5 43.2396 29.5294 47.269 34.5 47.269Z" fill="url(#paint0_linear_136:590)" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M34.5 44.269C35.0523 44.269 35.5 43.8213 35.5 43.269C35.5 42.7167 35.0523 42.269 34.5 42.269C33.9477 42.269 33.5 42.7167 33.5 43.269C33.5 43.8213 33.9477 44.269 34.5 44.269Z" fill="white"/>
|
||||
<path d="M34.5 41.269V38.769C35.88 38.769 37 37.649 37 36.269C37 34.889 35.88 33.769 34.5 33.769C33.12 33.769 32 34.889 32 36.269" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_136:590" x="17.1702" y="2.97589" width="23.3321" height="29.6091" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:590"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:590" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_136:590" x="5.98447" y="17.4507" width="23.7001" height="30.2141" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:590"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:590" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_136:590" x="24" y="28.769" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:590"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:590" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_136:590" x1="34.5" y1="29.269" x2="34.5" y2="47.269" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#061B52"/>
|
||||
<stop offset="0.99962" stop-color="#021549"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
@@ -2,7 +2,7 @@
|
||||
<g filter="url(#filter0_d_403_265)">
|
||||
<path d="M18.1703 4.49092C18.1643 3.64792 18.8353 2.97092 19.6703 2.97592L37.7973 3.11592C38.6313 3.12192 39.3133 3.80992 39.3193 4.65292L39.5023 29.0709C39.5083 29.9129 38.8373 30.5909 38.0023 30.5849L19.1833 30.4649C18.6333 30.4619 18.1903 30.0149 18.1903 29.4659L18.1703 4.49092Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6653 3.47592L37.7933 3.61592C38.0733 3.61792 38.3283 3.73592 38.5133 3.92192C38.7003 4.11192 38.8173 4.37092 38.8193 4.65692L39.0023 29.0739C39.0043 29.3559 38.8933 29.6109 38.7123 29.7939C38.5323 29.9759 38.2823 30.0869 38.0053 30.0849L19.1873 29.9649L18.6703 4.48692C18.6683 4.20492 18.7783 3.95092 18.9603 3.76692C19.1403 3.58492 19.3903 3.47392 19.6663 3.47692L19.6653 3.47592Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6653 3.47592L37.7933 3.61592C38.0733 3.61792 38.3283 3.73592 38.5133 3.92192C38.7003 4.11192 38.8173 4.37092 38.8193 4.65692L39.0023 29.0739C39.0043 29.3559 38.8933 29.6109 38.7123 29.7939C38.5323 29.9759 38.2823 30.0869 38.0053 30.0849L19.1873 29.9649L18.6703 4.48692C18.6683 4.20492 18.7783 3.95092 18.9603 3.76692C19.1403 3.58492 19.3903 3.47392 19.6663 3.47692L19.6653 3.47592Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M33.3788 14.9274H23.9568C23.6807 14.9274 23.4568 15.1512 23.4568 15.4274C23.4568 15.7035 23.6807 15.9274 23.9568 15.9274H33.3788C33.655 15.9274 33.8788 15.7035 33.8788 15.4274C33.8788 15.1512 33.655 14.9274 33.3788 14.9274Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M33.3788 11.0864H23.9568C23.6807 11.0864 23.4568 11.3102 23.4568 11.5864C23.4568 11.8625 23.6807 12.0864 23.9568 12.0864H33.3788C33.655 12.0864 33.8788 11.8625 33.8788 11.5864C33.8788 11.3102 33.655 11.0864 33.3788 11.0864Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M33.3788 18.7684H23.9568C23.6807 18.7684 23.4568 18.9922 23.4568 19.2684C23.4568 19.5445 23.6807 19.7684 23.9568 19.7684H33.3788C33.655 19.7684 33.8788 19.5445 33.8788 19.2684C33.8788 18.9922 33.655 18.7684 33.3788 18.7684Z" stroke="white" stroke-width="2"/>
|
||||
@@ -10,7 +10,7 @@
|
||||
<g filter="url(#filter1_d_403_265)">
|
||||
<path d="M6.98453 18.9948C6.97753 18.1348 7.65753 17.4428 8.50453 17.4508L26.9125 17.6208C27.7595 17.6288 28.4525 18.3328 28.4605 19.1938L28.6845 44.1208C28.6915 44.9808 28.0115 45.6728 27.1645 45.6648L8.03653 45.5128C7.48853 45.5088 7.04553 45.0628 7.04453 44.5148L6.98453 18.9948Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.50053 17.9508L26.9075 18.1208C27.1945 18.1238 27.4555 18.2458 27.6445 18.4388C27.8375 18.6338 27.9575 18.9028 27.9605 19.1978L28.1845 44.1258C28.1865 44.4158 28.0745 44.6788 27.8885 44.8678C27.7055 45.0538 27.4505 45.1678 27.1685 45.1648L8.04053 45.0128L7.48353 18.9898C7.48153 18.6998 7.59353 18.4368 7.77953 18.2478C7.96253 18.0618 8.21753 17.9478 8.49953 17.9508H8.50053Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.50053 17.9508L26.9075 18.1208C27.1945 18.1238 27.4555 18.2458 27.6445 18.4388C27.8375 18.6338 27.9575 18.9028 27.9605 19.1978L28.1845 44.1258C28.1865 44.4158 28.0745 44.6788 27.8885 44.8678C27.7055 45.0538 27.4505 45.1678 27.1685 45.1648L8.04053 45.0128L7.48353 18.9898C7.48153 18.6998 7.59353 18.4368 7.77953 18.2478C7.96253 18.0618 8.21753 17.9478 8.49953 17.9508H8.50053Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M22.4692 29.6447H12.8602C12.5841 29.6447 12.3602 29.8686 12.3602 30.1447C12.3602 30.4209 12.5841 30.6447 12.8602 30.6447H22.4692C22.7454 30.6447 22.9692 30.4209 22.9692 30.1447C22.9692 29.8686 22.7454 29.6447 22.4692 29.6447Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M22.4692 25.7217H12.8602C12.5841 25.7217 12.3602 25.9456 12.3602 26.2217C12.3602 26.4979 12.5841 26.7217 12.8602 26.7217H22.4692C22.7454 26.7217 22.9692 26.4979 22.9692 26.2217C22.9692 25.9456 22.7454 25.7217 22.4692 25.7217Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M22.4692 33.5677H12.8602C12.5841 33.5677 12.3602 33.7916 12.3602 34.0677C12.3602 34.3439 12.5841 34.5677 12.8602 34.5677H22.4692C22.7454 34.5677 22.9692 34.3439 22.9692 34.0677C22.9692 33.7916 22.7454 33.5677 22.4692 33.5677Z" stroke="white" stroke-width="2"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg width="50" height="51" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M43.975 25.44C43.975 13.842 34.579 4.44 22.987 4.44C11.398 4.44 2 13.842 2 25.44C2 37.038 11.396 46.44 22.988 46.44C25.833 46.44 28.546 45.873 31.021 44.847C33.586 43.782 35.895 42.224 37.828 40.289" stroke="#FFB703" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M47.712 21.94L43.975 25.44L40.237 21.94" stroke="#FFB703" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g filter="url(#filter0_d_136:531)">
|
||||
<path d="M13.2998 13.9544C13.2968 13.1464 13.9538 12.4934 14.7658 12.4964L32.4148 12.5514C33.2268 12.5534 33.8878 13.2114 33.8898 14.0184L33.9618 37.4274C33.9648 38.2354 33.3078 38.8874 32.4958 38.8854L14.2088 38.8514C13.6568 38.8514 13.2098 38.4014 13.2108 37.8504V37.8484L13.2998 13.9544V13.9544Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7638 12.9964L32.4138 13.0514C32.6818 13.0514 32.9268 13.1614 33.1038 13.3374C33.2798 13.5124 33.3888 13.7534 33.3898 14.0204L33.4618 37.4284C33.4628 37.6934 33.3558 37.9324 33.1818 38.1054C33.0068 38.2794 32.7648 38.3854 32.4968 38.3854L14.2098 38.3514L13.7998 13.9524C13.7988 13.6884 13.9058 13.4484 14.0798 13.2754C14.2548 13.1014 14.4968 12.9954 14.7638 12.9954V12.9964Z" fill="white" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M28.0242 23.9536H18.9152C18.639 23.9536 18.4152 24.1775 18.4152 24.4536C18.4152 24.7298 18.639 24.9536 18.9152 24.9536H28.0242C28.3003 24.9536 28.5242 24.7298 28.5242 24.4536C28.5242 24.1775 28.3003 23.9536 28.0242 23.9536Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M28.0242 20.2756H18.9152C18.639 20.2756 18.4152 20.4995 18.4152 20.7756C18.4152 21.0518 18.639 21.2756 18.9152 21.2756H28.0242C28.3003 21.2756 28.5242 21.0518 28.5242 20.7756C28.5242 20.4995 28.3003 20.2756 28.0242 20.2756Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M28.0242 27.6316H18.9152C18.639 27.6316 18.4152 27.8555 18.4152 28.1316C18.4152 28.4078 18.639 28.6316 18.9152 28.6316H28.0242C28.3003 28.6316 28.5242 28.4078 28.5242 28.1316C28.5242 27.8555 28.3003 27.6316 28.0242 27.6316Z" stroke="#C63527" stroke-width="2"/>
|
||||
<path d="M24.3912 31.3096H18.9152C18.639 31.3096 18.4152 31.5335 18.4152 31.8096C18.4152 32.0858 18.639 32.3096 18.9152 32.3096H24.3912C24.6673 32.3096 24.8912 32.0858 24.8912 31.8096C24.8912 31.5335 24.6673 31.3096 24.3912 31.3096Z" stroke="#C63527" stroke-width="2"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_136:531" x="12.2108" y="12.4964" width="22.751" height="28.389" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.187391 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_136:531"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_136:531" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
@@ -4,7 +4,7 @@
|
||||
<g filter="url(#filter0_d_403_212)">
|
||||
<path d="M13.2998 13.9544C13.2968 13.1464 13.9538 12.4934 14.7658 12.4964L32.4148 12.5514C33.2268 12.5534 33.8878 13.2114 33.8898 14.0184L33.9618 37.4274C33.9648 38.2354 33.3078 38.8874 32.4958 38.8854L14.2088 38.8514C13.6568 38.8514 13.2098 38.4014 13.2108 37.8504V37.8484L13.2998 13.9544Z" fill="black"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7638 12.9964L32.4138 13.0514C32.6818 13.0514 32.9268 13.1614 33.1038 13.3374C33.2798 13.5124 33.3888 13.7534 33.3898 14.0204L33.4618 37.4284C33.4628 37.6934 33.3558 37.9324 33.1818 38.1054C33.0068 38.2794 32.7648 38.3854 32.4968 38.3854L14.2098 38.3514L13.7998 13.9524C13.7988 13.6884 13.9058 13.4484 14.0798 13.2754C14.2548 13.1014 14.4968 12.9954 14.7638 12.9954V12.9964Z" fill="#243A5E" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7638 12.9964L32.4138 13.0514C32.6818 13.0514 32.9268 13.1614 33.1038 13.3374C33.2798 13.5124 33.3888 13.7534 33.3898 14.0204L33.4618 37.4284C33.4628 37.6934 33.3558 37.9324 33.1818 38.1054C33.0068 38.2794 32.7648 38.3854 32.4968 38.3854L14.2098 38.3514L13.7998 13.9524C13.7988 13.6884 13.9058 13.4484 14.0798 13.2754C14.2548 13.1014 14.4968 12.9954 14.7638 12.9954V12.9964Z" fill="#69B3E7" stroke="#EBEBEB" stroke-opacity="0.194"/>
|
||||
<path d="M28.0242 23.9536H18.9152C18.639 23.9536 18.4152 24.1775 18.4152 24.4536C18.4152 24.7298 18.639 24.9536 18.9152 24.9536H28.0242C28.3003 24.9536 28.5242 24.7298 28.5242 24.4536C28.5242 24.1775 28.3003 23.9536 28.0242 23.9536Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M28.0242 20.2756H18.9152C18.639 20.2756 18.4152 20.4995 18.4152 20.7756C18.4152 21.0518 18.639 21.2756 18.9152 21.2756H28.0242C28.3003 21.2756 28.5242 21.0518 28.5242 20.7756C28.5242 20.4995 28.3003 20.2756 28.0242 20.2756Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M28.0242 27.6316H18.9152C18.639 27.6316 18.4152 27.8555 18.4152 28.1316C18.4152 28.4078 18.639 28.6316 18.9152 28.6316H28.0242C28.3003 28.6316 28.5242 28.4078 28.5242 28.1316C28.5242 27.8555 28.3003 27.6316 28.0242 27.6316Z" stroke="white" stroke-width="2"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12.5 15C13.8807 15 15 13.8807 15 12.5C15 11.1193 13.8807 10 12.5 10C11.1193 10 10 11.1193 10 12.5C10 13.8807 11.1193 15 12.5 15Z" fill="#C63527"/>
|
||||
<path d="M12.5 8C13.8807 8 15 6.88071 15 5.5C15 4.11929 13.8807 3 12.5 3C11.1193 3 10 4.11929 10 5.5C10 6.88071 11.1193 8 12.5 8Z" fill="#C63527"/>
|
||||
<path d="M12.5 22C13.8807 22 15 20.8807 15 19.5C15 18.1193 13.8807 17 12.5 17C11.1193 17 10 18.1193 10 19.5C10 20.8807 11.1193 22 12.5 22Z" fill="#C63527"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 565 B |
@@ -1,6 +1,6 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_403_450)">
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#243A5E"/>
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#69B3E7"/>
|
||||
<path d="M24.714 25.428C28.422 25.428 31.428 22.422 31.428 18.714C31.428 15.006 28.422 12 24.714 12C21.006 12 18 15.006 18 18.714C18 22.422 21.006 25.428 24.714 25.428Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M29.857 23.857L34.357 28.357" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M16.857 27.857C16.857 27.3047 16.4093 26.857 15.857 26.857C15.3047 26.857 14.857 27.3047 14.857 27.857V33.857C14.857 34.4093 15.3047 34.857 15.857 34.857C16.4093 34.857 16.857 34.4093 16.857 33.857V27.857Z" fill="white"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,7 @@
|
||||
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z" fill="#69B3E7"/>
|
||||
<path d="M24.714 25.428C28.422 25.428 31.428 22.422 31.428 18.714C31.428 15.006 28.422 12 24.714 12C21.006 12 18 15.006 18 18.714C18 22.422 21.006 25.428 24.714 25.428Z" stroke="white" stroke-width="2"/>
|
||||
<path d="M29.857 23.857L34.357 28.357" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M16.857 27.857C16.857 27.3047 16.4093 26.857 15.857 26.857C15.3047 26.857 14.857 27.3047 14.857 27.857V33.857C14.857 34.4093 15.3047 34.857 15.857 34.857C16.4093 34.857 16.857 34.4093 16.857 33.857V27.857Z" fill="white"/>
|
||||
<path d="M18.857 29.857H12.857C12.3047 29.857 11.857 30.3047 11.857 30.857C11.857 31.4093 12.3047 31.857 12.857 31.857H18.857C19.4093 31.857 19.857 31.4093 19.857 30.857C19.857 30.3047 19.4093 29.857 18.857 29.857Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1016 B |
@@ -0,0 +1,5 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 34.5C26.023 34.5 31 33.523 31 28C31 22.477 26.523 18 21 18C15.477 18 11 22.477 11 28C11 33.523 14.977 34.5 20.5 34.5Z" stroke="#080808" stroke-width="2"/>
|
||||
<path d="M21 18C24.3137 18 27 15.3137 27 12C27 8.68629 24.3137 6 21 6C17.6863 6 15 8.68629 15 12C15 15.3137 17.6863 18 21 18Z" stroke="#080808" stroke-width="2"/>
|
||||
<path d="M12.657 33.093L26.343 19.907M29.157 23.343L17.843 34.657L29.157 23.343Z" stroke="#080808" stroke-width="2" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 618 B |
@@ -0,0 +1,5 @@
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 30.5024C22.023 30.5024 27 29.5253 27 24.0018C27 18.4784 22.523 14.001 17 14.001C11.477 14.001 7 18.4784 7 24.0018C7 29.5253 10.977 30.5024 16.5 30.5024Z" stroke="#061B52" stroke-width="3"/>
|
||||
<path d="M17 14.001C20.3137 14.001 23 11.3145 23 8.0005C23 4.68652 20.3137 2 17 2C13.6863 2 11 4.68652 11 8.0005C11 11.3145 13.6863 14.001 17 14.001Z" stroke="#061B52" stroke-width="3"/>
|
||||
<path d="M8.65738 29.0947L22.3427 15.9089M25.157 19.3443L13.8433 30.6589L25.157 19.3443Z" stroke="#061B52" stroke-width="3" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 685 B |