diff options
Diffstat (limited to 'src/content/img/icon/heart/light.svg')
-rw-r--r-- | src/content/img/icon/heart/light.svg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/content/img/icon/heart/light.svg b/src/content/img/icon/heart/light.svg new file mode 100644 index 0000000..ddf97cf --- /dev/null +++ b/src/content/img/icon/heart/light.svg @@ -0,0 +1,23 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 4.42602 12.3115 + L 12 19.8854 + L 19.574 12.3115 + C 21.4753 10.4101 21.4753 7.32738 19.574 5.42602 + C 17.6726 3.52466 14.5899 3.52466 12.6885 5.42602 + L 12 6.11456 + L 11.3115 5.42602 + C 9.4101 3.52466 6.32738 3.52466 4.42602 5.42602 + C 2.52466 7.32738 2.52466 10.4101 4.42602 12.3115 + Z + " + stroke="black" + stroke-width="2" + stroke-linejoin="round" + /> +</svg> |