diff options
Diffstat (limited to 'src/content/img/icon/logout/light.svg')
-rw-r--r-- | src/content/img/icon/logout/light.svg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/content/img/icon/logout/light.svg b/src/content/img/icon/logout/light.svg new file mode 100644 index 0000000..1af7165 --- /dev/null +++ b/src/content/img/icon/logout/light.svg @@ -0,0 +1,30 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 15 16.5 + V 19 + C 15 20.1046 14.1046 21 13 21 + H 6 + C 4.89543 21 4 20.1046 4 19 + V 5 + C 4 3.89543 4.89543 3 6 3 + H 13 + C 14.1046 3 15 3.89543 15 5 + V 8.0625 + M 11 12 + H 21 + M 21 12 + L 18.5 9.5 + M 21 12 + L 18.5 14.5 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |