diff options
Diffstat (limited to 'src/content/img/icon/upload/light.svg')
-rw-r--r-- | src/content/img/icon/upload/light.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/content/img/icon/upload/light.svg b/src/content/img/icon/upload/light.svg new file mode 100644 index 0000000..0abfd7b --- /dev/null +++ b/src/content/img/icon/upload/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 15 + L 12 5 + M 12 5 + L 14 7 + M 12 5 + L 10 7 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |