diff options
Diffstat (limited to 'src/content/img/icon/code/dark.svg')
-rw-r--r-- | src/content/img/icon/code/dark.svg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/content/img/icon/code/dark.svg b/src/content/img/icon/code/dark.svg new file mode 100644 index 0000000..398959c --- /dev/null +++ b/src/content/img/icon/code/dark.svg @@ -0,0 +1,28 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 9 7 + L 4 12 + L 9 17 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 15 7 + L 20 12 + L 15 17 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |