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