diff options
author | silverwind <me@silverwind.io> | 2021-11-14 22:48:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 16:48:26 -0500 |
commit | cd32b84811851992dd8fbb30ba1ac94cfbbcf317 (patch) | |
tree | ee1aaf112c6860dd3b6b86fda755eb69256cddc8 /public | |
parent | 42ea0023a30fd6a0e2e2da1e32ece0a484c03a65 (diff) | |
download | gitea-cd32b84811851992dd8fbb30ba1ac94cfbbcf317.tar.gz gitea-cd32b84811851992dd8fbb30ba1ac94cfbbcf317.zip |
Add icon to vscode clone link (#17641)
Diffstat (limited to 'public')
-rw-r--r-- | public/img/svg/gitea-vscode.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/img/svg/gitea-vscode.svg b/public/img/svg/gitea-vscode.svg new file mode 100644 index 0000000000..4ef94dec3b --- /dev/null +++ b/public/img/svg/gitea-vscode.svg @@ -0,0 +1 @@ +<svg viewBox="-1 -1 34 34" class="svg gitea-vscode" width="16" height="16" aria-hidden="true"><path d="M30.9 3.4 24.3.3a2 2 0 0 0-2.3.4L9.4 12.2 3.9 8c-.5-.4-1.2-.4-1.7 0L.4 9.8c-.5.5-.5 1.4 0 2L5.2 16 .4 20.3c-.5.6-.5 1.5 0 2L2.2 24c.5.5 1.2.5 1.7 0l5.5-4L22 31.2a2 2 0 0 0 2.3.4l6.6-3.2a2 2 0 0 0 1.1-1.8V5.2a2 2 0 0 0-1.1-1.8zM24 23.3 14.4 16 24 8.7z"/></svg>
\ No newline at end of file |