diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:48:01 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:48:01 +0300 |
commit | a6fc1a5ccf4e49c37dec5f1403f53606088982b1 (patch) | |
tree | 2365ef07072d72c7733b89da01d48922d6de81d4 /assets/icons/git.svg | |
parent | 4efc0341b29be5b6f3e1d9e2a31d925ce33f3ed1 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'assets/icons/git.svg')
-rw-r--r-- | assets/icons/git.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/icons/git.svg b/assets/icons/git.svg new file mode 100644 index 0000000..53becfa --- /dev/null +++ b/assets/icons/git.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" + stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" + class="icon icon-tabler icons-tabler-outline icon-tabler-brand-git"> + <path stroke="none" d="M0 0h24v24H0z" fill="none" /> + <path d="M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /> + <path d="M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /> + <path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /> + <path d="M12 15v-6" /> + <path d="M15 11l-2 -2" /> + <path d="M11 7l-1.9 -1.9" /> + <path + d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" /> +</svg>
\ No newline at end of file |