diff options
Diffstat (limited to 'src/content/img/icon/calendar/light.svg')
-rw-r--r-- | src/content/img/icon/calendar/light.svg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/content/img/icon/calendar/light.svg b/src/content/img/icon/calendar/light.svg new file mode 100644 index 0000000..3ac4583 --- /dev/null +++ b/src/content/img/icon/calendar/light.svg @@ -0,0 +1,32 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 20 10 + V 7 + C 20 5.89543 19.1046 5 18 5 + H 6 + C 4.89543 5 4 5.89543 4 7 + V 10 + M 20 10 + V 19 + C 20 20.1046 19.1046 21 18 21 + H 6 + C 4.89543 21 4 20.1046 4 19 + V 10 + M 20 10 + H 4 + M 8 3 + V 7 + M 16 3 + V 7 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |