diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-03 07:47:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-03 07:47:33 +0000 |
commit | 39bf3544d4064a528a85c21a9069a9cae364a6c1 (patch) | |
tree | aa318bfe1e7816ba9492aff0cdd2454d278f5836 /docs/static/img/simple.svg | |
parent | Adding upstream version 0.45+dfsg. (diff) | |
download | jinjax-39bf3544d4064a528a85c21a9069a9cae364a6c1.tar.xz jinjax-39bf3544d4064a528a85c21a9069a9cae364a6c1.zip |
Adding upstream version 0.46.upstream/0.46
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/static/img/simple.svg')
-rw-r--r-- | docs/static/img/simple.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/static/img/simple.svg b/docs/static/img/simple.svg new file mode 100644 index 0000000..b69150b --- /dev/null +++ b/docs/static/img/simple.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> + <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> +</svg> |