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