diff options
author | 2022-11-24 16:56:33 +0100 | |
---|---|---|
committer | 2022-11-28 13:47:50 +0100 | |
commit | 24579642cb3a0fb575a36d1eed52ecde88df3eac (patch) | |
tree | dc1ecd867de4df62f4c6a605615d4ec6e0be440b /docs/_static/code-slash.svg | |
parent | 87edb65288e04f2f6afda9ca853db37521578b4a (diff) |
rework of index page; add icons
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Icebb12289c67e064e0d948d857cc65ff2444d5b1
(cherry picked from commit e2eedb51b3b99d65e2ac76834286ae6fe64bddcf)
Diffstat (limited to 'docs/_static/code-slash.svg')
-rw-r--r-- | docs/_static/code-slash.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_static/code-slash.svg b/docs/_static/code-slash.svg new file mode 100644 index 000000000..ef0ef0181 --- /dev/null +++ b/docs/_static/code-slash.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-code-slash" viewBox="0 0 16 16"> + <path d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z"/> +</svg>
\ No newline at end of file |