diff options
Diffstat (limited to 'src/content/img/icon/chevron-right/light.svg')
-rw-r--r-- | src/content/img/icon/chevron-right/light.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/content/img/icon/chevron-right/light.svg b/src/content/img/icon/chevron-right/light.svg new file mode 100644 index 0000000..58631ed --- /dev/null +++ b/src/content/img/icon/chevron-right/light.svg @@ -0,0 +1,18 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 9.5 5 + L 15.7929 11.2929 + C 16.1834 11.6834 16.1834 12.3166 15.7929 12.7071 + L 9.5 19 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |