feat: apply new layout overhaul
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"ok": "Ok",
|
||||
"abort": "Abbrechen",
|
||||
"save": "Speichern",
|
||||
"back" : "Zurück",
|
||||
"export": "Exportieren",
|
||||
"share": "Teilen",
|
||||
"timeSuffix": "Uhr",
|
||||
"modal": {
|
||||
"DISMISS": "Schließen"
|
||||
"DISMISS": "Schließen",
|
||||
"settings": "Einstellungen"
|
||||
},
|
||||
"app": {
|
||||
"ui": {
|
||||
@@ -16,6 +20,13 @@
|
||||
"UNKNOWN": "Unbekannter Fehler."
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Home",
|
||||
"canteens": "Mensa",
|
||||
"schedule": "Studium",
|
||||
"map": "Karte",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"assessments": {
|
||||
"TITLE": "Noten",
|
||||
"courseOfStudyAssessments": {
|
||||
@@ -45,6 +56,47 @@
|
||||
"opening_soon": "Öffnet"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"header": {
|
||||
"title_morning": "Guten Morgen",
|
||||
"title_day": "Guten Tag",
|
||||
"title_evening": "Guten Abend",
|
||||
"title_night": "Hallo"
|
||||
},
|
||||
"navigation": {
|
||||
"title": "Dashboard",
|
||||
"item": {
|
||||
"catalog": "Vorlesungsv.",
|
||||
"canteen": "Mensa",
|
||||
"map": "Campus",
|
||||
"settings": "Einstellungen",
|
||||
"search": "Suche"
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "Aktuelles",
|
||||
"moreNews": "Mehr Nachrichten"
|
||||
},
|
||||
"schedule": {
|
||||
"title": "Nächste Einheit",
|
||||
"noEvent": "Kein Eintrag gefunden",
|
||||
"noEventLink": "Jetzt Termine im Stundenplan hinzufügen."
|
||||
},
|
||||
"canteens": {
|
||||
"title": "Deine Mensa",
|
||||
"no_favorite_prefix": "Du hast noch keine Mensa als deinen Favoriten markiert. Nutze die",
|
||||
"no_favorite_link": "Übersicht der Mensen",
|
||||
"no_favorite_suffix": "um einen Favorit zu wählen.",
|
||||
"choose_favorite": "Wähle einen Favorit",
|
||||
"no_dishes_available": "Aktuell sind keine Gerichte verfügbar."
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Deine Favoriten",
|
||||
"no_favorite_prefix": "Du hast noch keine Favoriten markiert. Nutze die",
|
||||
"no_favorite_link": "Suche",
|
||||
"no_favorite_suffix": "um Favoriten zu wählen."
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"REFRESH_ACTION": "Aktualisieren",
|
||||
"REFRESHING": "Aktualisierung läuft...",
|
||||
@@ -268,16 +320,24 @@
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "Aktuelles"
|
||||
"title": "Aktuelles",
|
||||
"publishedOn": "News vom"
|
||||
},
|
||||
"canteens": {
|
||||
"title": "Mensa"
|
||||
},
|
||||
"search": {
|
||||
"title": "Universal Suche",
|
||||
"type": "Suche",
|
||||
"search_bar": {
|
||||
"placeholder": "Suche ..."
|
||||
"placeholder": "Suche nach News, Räumen, Personen ..."
|
||||
},
|
||||
"instruction": "Starte oben zu tippen, um Veranstaltungen, Veranstaltungstermine, Personen, Orte, Essen und mehr zu finden ...",
|
||||
"nothing_found": "Keine Ergebnisse"
|
||||
},
|
||||
"hebisSearch": {
|
||||
"title": "Bibliothekssuche",
|
||||
"type": "Bibliothek",
|
||||
"search_bar": {
|
||||
"placeholder": "Suche ..."
|
||||
},
|
||||
@@ -334,6 +394,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"view": {
|
||||
"today": "Heute"
|
||||
},
|
||||
"recurring": "Stundenplan",
|
||||
"calendar": "Kalender",
|
||||
"single": "Einzeltermine",
|
||||
@@ -354,6 +417,9 @@
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profil",
|
||||
"titleLogins": "Logins",
|
||||
"titleCourses": "Meine Kurse",
|
||||
"role_guest": "Gastnutzer",
|
||||
"buttons": {
|
||||
"default": {
|
||||
"log_in": "Login",
|
||||
@@ -365,7 +431,14 @@
|
||||
}
|
||||
},
|
||||
"userInfo": {
|
||||
"studentId": "Matrikelnr."
|
||||
"studentId": "Matrikelnr.",
|
||||
"username": "Nutzer Name",
|
||||
"email": "Email",
|
||||
"logInPrompt": "Bitte loggen Sie sich ein, um Ihre Nutzerdaten sehen zu können."
|
||||
},
|
||||
"courses": {
|
||||
"today": "Heute",
|
||||
"no_courses": "Heute stehen keine Termine mehr an."
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"ok": "Ok",
|
||||
"abort": "Abort",
|
||||
"save": "Save",
|
||||
"back" : "back",
|
||||
"export": "Export",
|
||||
"share": "Share",
|
||||
"timeSuffix": "",
|
||||
"modal": {
|
||||
"DISMISS": "Close"
|
||||
"DISMISS": "Close",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"app": {
|
||||
"ui": {
|
||||
@@ -16,6 +20,13 @@
|
||||
"UNKNOWN": "Unknown problem."
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Home",
|
||||
"canteens": "Canteens",
|
||||
"schedule": "Study",
|
||||
"map": "Map",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"assessments": {
|
||||
"TITLE": "Grades",
|
||||
"courseOfStudyAssessments": {
|
||||
@@ -45,6 +56,47 @@
|
||||
"opening_soon": "Opens"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"header": {
|
||||
"title_morning": "Good Morning",
|
||||
"title_day": "Good Day",
|
||||
"title_evening": "Good Evening",
|
||||
"title_night": "Hello"
|
||||
},
|
||||
"navigation": {
|
||||
"title": "Dashboard",
|
||||
"item": {
|
||||
"catalog": "Course Catalog",
|
||||
"canteen": "Canteens",
|
||||
"map": "Map",
|
||||
"settings": "Settings",
|
||||
"search": "Search"
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "News",
|
||||
"moreNews": "More News"
|
||||
},
|
||||
"schedule": {
|
||||
"title": "Next Unit",
|
||||
"noEvent": "No entry found",
|
||||
"noEventLink": "Add appointments to the timetable now."
|
||||
},
|
||||
"canteens": {
|
||||
"title": "Your canteen",
|
||||
"no_favorite_prefix": "You haven't yet marked a canteen as your favorite. Use the",
|
||||
"no_favorite_link": "overview of the canteens",
|
||||
"no_favorite_suffix": "to mark a favorite.",
|
||||
"choose_favorite": "Mark a favorite",
|
||||
"no_dishes_available": "There are currently no dishes available."
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Your favorites",
|
||||
"no_favorite_prefix": "You have not yet marked any favorites. Use the",
|
||||
"no_favorite_link": "Search",
|
||||
"no_favorite_suffix": "to choose favorites."
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"REFRESH_ACTION": "Refresh",
|
||||
"REFRESHING": "Refreshing...",
|
||||
@@ -268,16 +320,24 @@
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "News"
|
||||
"title": "News",
|
||||
"publishedOn": "News of"
|
||||
},
|
||||
"canteens": {
|
||||
"title": "Canteens"
|
||||
},
|
||||
"search": {
|
||||
"title": "Universal Search",
|
||||
"type": "Search",
|
||||
"search_bar": {
|
||||
"placeholder": "Search ..."
|
||||
"placeholder": "Search for news, rooms, persons ..."
|
||||
},
|
||||
"instruction": "Start typing above to find events, persons, places, food and more ...",
|
||||
"nothing_found": "No results"
|
||||
},
|
||||
"hebisSearch": {
|
||||
"title": "Library Search",
|
||||
"type": "Library",
|
||||
"search_bar": {
|
||||
"placeholder": "Search ..."
|
||||
},
|
||||
@@ -334,6 +394,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"view": {
|
||||
"today": "Today"
|
||||
},
|
||||
"recurring": "Recurring",
|
||||
"calendar": "Calendar",
|
||||
"single": "Single Events",
|
||||
@@ -354,6 +417,9 @@
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profile",
|
||||
"titleLogins": "Logins",
|
||||
"titleCourses": "My Courses",
|
||||
"role_guest": "guest user",
|
||||
"buttons": {
|
||||
"default": {
|
||||
"log_in": "Log In",
|
||||
@@ -365,7 +431,14 @@
|
||||
}
|
||||
},
|
||||
"userInfo": {
|
||||
"studentId": "Matriculation Nr."
|
||||
"studentId": "Matriculation Nr.",
|
||||
"username": "Username",
|
||||
"email": "Email",
|
||||
"logInPrompt": "Please log in to view your user data."
|
||||
},
|
||||
"courses": {
|
||||
"today": "Today",
|
||||
"no_courses": "There are no more appointments scheduled today."
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
|
||||
BIN
src/assets/imgs/profile-card-head.jpeg
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
src/assets/imgs/uni-frankfurt/goethe.jpeg
Normal file
|
After Width: | Height: | Size: 101 KiB |
58
src/assets/imgs/uni-frankfurt/logo.svg
Normal file
|
After Width: | Height: | Size: 51 KiB |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-left" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M13 21v-13a4 4 0 1 1 4 4h-13" />
|
||||
<path d="M8 16l-4 -4l4 -4" />
|
||||
<path d="M7 15l-3 -3l3 -3" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 408 B |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-right" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M12 21v-13a4 4 0 1 0 -4 4h13" />
|
||||
<path d="M17 16l4 -4l-4 -4" />
|
||||
<path d="M18 15l3 -3l-3 -3" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 410 B |
@@ -1,6 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-vk" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 -.004a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" />
|
||||
<path d="M10 6h2v12c-4.5 -1 -8 -6.5 -9 -12" />
|
||||
<path d="M20 6c-1 2 -3 5 -5 6h-3" />
|
||||
<path d="M20 18c-1 -2 -3 -5 -5 -6" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 453 B |
@@ -1,9 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bulb-off" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" />
|
||||
<path d="M11.089 7.083a5 5 0 0 1 5.826 5.84m-1.378 2.611a5.012 5.012 0 0 1 -.537 .466a3.5 3.5 0 0 0 -1 3a2 2 0 1 1 -4 0a3.5 3.5 0 0 0 -1 -3a5 5 0 0 1 -.528 -7.544" />
|
||||
<path d="M9.7 17h4.6" />
|
||||
<path d="M3 3l18 18" />
|
||||
<path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" />
|
||||
<line x1="9.7" y1="17" x2="14.3" y2="17" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 460 B |
@@ -1,8 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cardboards" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M3 8v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" />
|
||||
<circle cx="8" cy="12" r="1" />
|
||||
<circle cx="16" cy="12" r="1" />
|
||||
<path d="M3 7v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" />
|
||||
<circle cx="8" cy="11" r="1" />
|
||||
<circle cx="16" cy="11" r="1" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 595 B |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cloud" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 .996c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" />
|
||||
<path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 403 B |
10
src/assets/tabler-icons/currency-bath.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-currency-bath" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" />
|
||||
<path d="M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" />
|
||||
<path d="M8 6v12" />
|
||||
<path d="M11 4v2" />
|
||||
<path d="M11 18v2" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 525 B |
@@ -1,8 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile-rotated" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<rect x="3" y="6" width="18" height="12" rx="2" />
|
||||
<path d="M20 11v2" />
|
||||
<path d="M7 12h-.01" />
|
||||
<g transform="rotate(90 12 12)">
|
||||
<rect x="7" y="4" width="10" height="16" rx="1" />
|
||||
<line x1="11" y1="5" x2="13" y2="5" />
|
||||
<line x1="12" y1="17" x2="12" y2="17.01" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 524 B |
@@ -1,9 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile-vibration" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<rect x="3" y="3" width="12" height="18" rx="2" />
|
||||
<line x1="8" y1="4" x2="10" y2="4" />
|
||||
<rect x="4" y="4" width="10" height="16" rx="1" />
|
||||
<line x1="8" y1="5" x2="10" y2="5" />
|
||||
<line x1="9" y1="17" x2="9" y2="17.01" />
|
||||
<path d="M21 6l-2 3l2 3l-2 3l2 3" />
|
||||
<path d="M20 6l-2 3l2 3l-2 3l2 3" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 516 B |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<rect x="6" y="3" width="12" height="18" rx="2" />
|
||||
<line x1="11" y1="4" x2="13" y2="4" />
|
||||
<rect x="7" y="4" width="10" height="16" rx="1" />
|
||||
<line x1="11" y1="5" x2="13" y2="5" />
|
||||
<line x1="12" y1="17" x2="12" y2="17.01" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
@@ -1,11 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-directions" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M12 21v-4" />
|
||||
<path d="M12 13v-4" />
|
||||
<path d="M12 5v-2" />
|
||||
<path d="M10 21h4" />
|
||||
<path d="M8 5v4h11l2 -2l-2 -2z" />
|
||||
<path d="M14 13v4h-8l-2 -2l2 -2z" />
|
||||
<path d="M9 5h10l2 2l-2 2h-10a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1" />
|
||||
<path d="M13 13h-7l-2 2l2 2h7a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />
|
||||
<line x1="12" y1="22" x2="12" y2="17" />
|
||||
<line x1="12" y1="13" x2="12" y2="9" />
|
||||
<line x1="12" y1="5" x2="12" y2="3" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 593 B |
@@ -1,8 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-edit" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" />
|
||||
<path d="M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" />
|
||||
<path d="M16 5l3 3" />
|
||||
<path d="M9 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" />
|
||||
<path d="M9 15h3l8.5 -8.5a1.5 1.5 0 0 0 -3 -3l-8.5 8.5v3" />
|
||||
<line x1="16" y1="5" x2="19" y2="8" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 499 B |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eraser" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3" />
|
||||
<path d="M18 13.3l-6.3 -6.3" />
|
||||
<path d="M19 19h-11l-4 -4a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9 9" />
|
||||
<line x1="18" y1="12.3" x2="11.7" y2="6" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 469 B |
@@ -2,8 +2,8 @@
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
|
||||
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
|
||||
<path d="M12 17v-6" />
|
||||
<path d="M9.5 14.5l2.5 2.5l2.5 -2.5" />
|
||||
<line x1="12" y1="11" x2="12" y2="17" />
|
||||
<polyline points="9 14 12 17 15 14" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 539 B |
@@ -2,8 +2,8 @@
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
|
||||
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
|
||||
<path d="M12 11v6" />
|
||||
<path d="M9.5 13.5l2.5 -2.5l2.5 2.5" />
|
||||
<line x1="12" y1="11" x2="12" y2="17" />
|
||||
<polyline points="9 14 12 11 15 14" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 537 B |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hammer" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M11.414 10l-7.383 7.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l7.407 -7.385" />
|
||||
<path d="M18.121 15.293l2.586 -2.586a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2.586 2.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0z" />
|
||||
<path d="M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385" />
|
||||
<path d="M6.293 15.293l-2.586 -2.586a1 1 0 0 1 0 -1.414l7.586 -7.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-7.586 7.586a1 1 0 0 1 -1.414 0z" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 580 B |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hanger" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M14.004 6a2 2 0 1 0 -4 0c.003 1.667 .67 3 2.004 4h-.008l7.971 4.428a2 2 0 0 1 1.029 1.749v.823a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l7.971 -4.428" />
|
||||
<path d="M15 7a3 3 0 1 0 -3 3v2m0 0l-8.624 5.488a0.82 .82 0 0 0 .44 1.512h16.368a0.82 .82 0 0 0 .44 -1.512l-8.624 -5.488z" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 510 B After Width: | Height: | Size: 451 B |
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-heart-broken" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
|
||||
<path d="M12 6l-2 4l4 3l-2 4v3" />
|
||||
<path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
|
||||
<path d="M12 7l-2 4l4 3l-2 4v3" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 458 B |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-heart" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
|
||||
<path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
9
src/assets/tabler-icons/letters-case.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-letters-case" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<circle cx="18" cy="16" r="3" />
|
||||
<line x1="21" y1="13" x2="21" y2="19" />
|
||||
<path d="M3 19v-10a4 4 0 0 1 4 -4a4 4 0 0 1 4 4v10" />
|
||||
<line x1="3" y1="13" x2="11" y2="13" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 472 B |
8
src/assets/tabler-icons/miliraty-award.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-miliraty-award" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<circle cx="12" cy="13" r="4" />
|
||||
<path d="M9 10l-1 -2h-5l2.48 5.788a2 2 0 0 0 1.84 1.212h1.18" />
|
||||
<path d="M15 10l1 -2h5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-1.18" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 468 B |
@@ -1,9 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-plug" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054z" />
|
||||
<path d="M4 20l3.5 -3.5" />
|
||||
<path d="M15 4l-3.5 3.5" />
|
||||
<path d="M20 9l-3.5 3.5" />
|
||||
<path d="M7 7h10v6a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3v-6" />
|
||||
<line x1="9" y1="3" x2="9" y2="7" />
|
||||
<line x1="15" y1="3" x2="15" y2="7" />
|
||||
<path d="M12 16v2a2 2 0 0 0 2 2h3" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 503 B |
@@ -1,6 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-smart-home" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" />
|
||||
<path d="M16 15c-2.21 1.333 -5.792 1.333 -8 0" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 560 B |
@@ -1,9 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-test-pipe" width="24" height="24" viewBox="0 0 24 24" style="stroke-width: var(--icon-stroke-width, 2);" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124" />
|
||||
<path d="M7 13h8" />
|
||||
<path d="M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6z" />
|
||||
<path d="M15 3l6 6" />
|
||||
<path d="M16 4l3 3l-12.35 12.35a1.5 1.5 0 0 1 -3 -3l12.35 -12.35" />
|
||||
<line x1="10" y1="10" x2="16" y2="10" />
|
||||
<path d="M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 494 B |
12
src/assets/tabler-icons/vector-beizer-2.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-vector-beizer-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<rect x="3" y="3" width="4" height="4" rx="1" />
|
||||
<rect x="17" y="17" width="4" height="4" rx="1" />
|
||||
<line x1="7" y1="5" x2="14" y2="5" />
|
||||
<line x1="10" y1="19" x2="17" y2="19" />
|
||||
<circle cx="9" cy="19" r="1" />
|
||||
<circle cx="15" cy="5" r="1" />
|
||||
<path d="M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 611 B |