diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:09:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:09:21 +0200 |
commit | 6acf4ab874c58ee14f35da671029e56972745ce6 (patch) | |
tree | bc6dfe4f3661332e8c1fc6ff4ca657185db488e4 /src/themes/serene/static/icon/arrow-up.svg | |
parent | fix(flake): Ensure that the `dead-trees` directory exists (diff) | |
download | b-peetz.de-6acf4ab874c58ee14f35da671029e56972745ce6.zip |
feat(treewide): Migrate to zola
Diffstat (limited to 'src/themes/serene/static/icon/arrow-up.svg')
-rw-r--r-- | src/themes/serene/static/icon/arrow-up.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/themes/serene/static/icon/arrow-up.svg b/src/themes/serene/static/icon/arrow-up.svg new file mode 100644 index 0000000..f2430d4 --- /dev/null +++ b/src/themes/serene/static/icon/arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg> |