diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-11-24 16:56:33 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-11-28 13:15:42 +0100 |
commit | e2eedb51b3b99d65e2ac76834286ae6fe64bddcf (patch) | |
tree | c2dd14d1658e5c17788f319e0087e9a4e3e2bd4d /docs/_static/eye.svg | |
parent | 40ff158e8092e316d470409b4c76ee90f640fc2a (diff) |
rework of index page; add icons
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Icebb12289c67e064e0d948d857cc65ff2444d5b1
Diffstat (limited to 'docs/_static/eye.svg')
-rw-r--r-- | docs/_static/eye.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/eye.svg b/docs/_static/eye.svg new file mode 100644 index 000000000..412ff6928 --- /dev/null +++ b/docs/_static/eye.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16"> + <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/> + <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/> +</svg>
\ No newline at end of file |