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