diff options
Diffstat (limited to 'src/content/img/icon/link/light.svg')
-rw-r--r-- | src/content/img/icon/link/light.svg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/content/img/icon/link/light.svg b/src/content/img/icon/link/light.svg new file mode 100644 index 0000000..672c0d4 --- /dev/null +++ b/src/content/img/icon/link/light.svg @@ -0,0 +1,28 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 7.7574 10.5858 + L 4.92897 13.4142 + C 3.7574 14.5858 3.7574 16.4853 4.92897 17.6569 + L 6.34319 19.0711 + C 7.51476 20.2427 9.41425 20.2427 10.5858 19.0711 + L 13.4143 16.2427 + M 9.87873 14.1214 + L 14.1214 9.87873 + M 10.5858 7.7574 + L 13.4142 4.92897 + C 14.5858 3.7574 16.4853 3.7574 17.6569 4.92897 + L 19.0711 6.34319 + C 20.2427 7.51476 20.2427 9.41425 19.0711 10.5858 + L 16.2427 13.4143 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |