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 | |
parent | 4efc0341b29be5b6f3e1d9e2a31d925ce33f3ed1 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/git.svg | 13 | ||||
-rw-r--r-- | assets/icons/golang.svg | 12 | ||||
-rw-r--r-- | assets/icons/link.svg | 8 |
3 files changed, 33 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 diff --git a/assets/icons/golang.svg b/assets/icons/golang.svg new file mode 100644 index 0000000..c92e99d --- /dev/null +++ b/assets/icons/golang.svg @@ -0,0 +1,12 @@ +<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-golang"> + <path stroke="none" d="M0 0h24v24H0z" fill="none" /> + <path + d="M15.695 14.305c1.061 1.06 2.953 .888 4.226 -.384c1.272 -1.273 1.444 -3.165 .384 -4.226c-1.061 -1.06 -2.953 -.888 -4.226 .384c-1.272 1.273 -1.444 3.165 -.384 4.226z" /> + <path + d="M12.68 9.233c-1.084 -.497 -2.545 -.191 -3.591 .846c-1.284 1.273 -1.457 3.165 -.388 4.226c1.07 1.06 2.978 .888 4.261 -.384a3.669 3.669 0 0 0 1.038 -1.921h-2.427" /> + <path d="M5.5 15h-1.5" /> + <path d="M6 9h-2" /> + <path d="M5 12h-3" /> +</svg>
\ No newline at end of file diff --git a/assets/icons/link.svg b/assets/icons/link.svg new file mode 100644 index 0000000..bb1a29d --- /dev/null +++ b/assets/icons/link.svg @@ -0,0 +1,8 @@ +<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-link"> + <path stroke="none" d="M0 0h24v24H0z" fill="none" /> + <path d="M9 15l6 -6" /> + <path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /> + <path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /> +</svg>
\ No newline at end of file |