Upload via GUI (37 Dateien)

This commit is contained in:
Git Manager GUI
2026-07-28 19:00:17 +02:00
parent 0fa06d3ebd
commit 20b9d3a460
37 changed files with 1334 additions and 89 deletions

View File

@@ -0,0 +1,31 @@
<svg width="16" height="16" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<style>
.cross {
fill: #ffffff;
}
.circle {
fill: #000000;
}
@media (prefers-color-scheme: light) {
.cross {
fill: #ffffff;
}
.circle {
fill: #000000;
}
}
@media (prefers-color-scheme: dark) {
.cross {
fill: #000000;
}
.circle {
fill: #ffffff;
}
}
</style>
<circle cx="8" cy="8" r="8" class="circle"/>
<path d="M11.6875 7H4.3125C4.13991 7 4 7.13991 4 7.3125V8.6875C4 8.86009 4.13991 9 4.3125 9H11.6875C11.8601 9 12 8.86009 12 8.6875V7.3125C12 7.13991 11.8601 7 11.6875 7Z" class="cross"/>
<path d="M8.6875 4H7.3125C7.13991 4 7 4.13991 7 4.3125V11.6875C7 11.8601 7.13991 12 7.3125 12H8.6875C8.86009 12 9 11.8601 9 11.6875V4.3125C9 4.13991 8.86009 4 8.6875 4Z" class="cross"/>
</svg>

After

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@@ -0,0 +1,31 @@
<svg viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg">
<style>
.cross {
fill: #939BAE;
}
.circle {
fill: #252931;
}
@media (prefers-color-scheme: light) {
.cross {
fill: #939BAE;
}
.circle {
fill: #252931;
}
}
@media (prefers-color-scheme: dark) {
.cross {
fill: #252931;
}
.circle {
fill: #939BAE;
}
}
</style>
<circle cx="256" cy="256" r="256" class="circle"/>
<path d="M374 224H138C132.477 224 128 228.477 128 234V278C128 283.523 132.477 288 138 288H374C379.523 288 384 283.523 384 278V234C384 228.477 379.523 224 374 224Z" class="cross"/>
<path d="M278 128H234C228.477 128 224 132.477 224 138V374C224 379.523 228.477 384 234 384H278C283.523 384 288 379.523 288 374V138C288 132.477 283.523 128 278 128Z" class="cross"/>
</svg>

After

Width:  |  Height:  |  Size: 888 B