diff options
Diffstat (limited to 'src/content/img/icon/download/light.svg')
-rw-r--r-- | src/content/img/icon/download/light.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/content/img/icon/download/light.svg b/src/content/img/icon/download/light.svg new file mode 100644 index 0000000..e937c56 --- /dev/null +++ b/src/content/img/icon/download/light.svg @@ -0,0 +1,26 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 19 15 + V 17 + C 19 18.1046 18.1046 19 17 19 + H 7 + C 5.89543 19 5 18.1046 5 17 + V 15 + M 12 5 + V 15 + M 12 15 + L 10 13 + M 12 15 + L 14 13 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |