diff options
Diffstat (limited to 'src/content/img/icon/close/light.svg')
-rw-r--r-- | src/content/img/icon/close/light.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/content/img/icon/close/light.svg b/src/content/img/icon/close/light.svg new file mode 100644 index 0000000..0a29350 --- /dev/null +++ b/src/content/img/icon/close/light.svg @@ -0,0 +1,26 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 8 8 + L 16 16 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 16 8 + L 8 16 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |