diff options
author | Hygna <hygna@proton.me> | 2022-09-16 19:33:39 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-16 19:33:39 +0100 |
commit | 4c1099771caba798573f147fc08e5a474fc7a81b (patch) | |
tree | a836feb6245257d9b1f733f5d64c99c2b4680852 /src/assets/images/about-icon.svg | |
parent | Fixed ejs ending tags (diff) | |
download | libredirect-4c1099771caba798573f147fc08e5a474fc7a81b.zip |
More ejs progress
Diffstat (limited to 'src/assets/images/about-icon.svg')
-rw-r--r-- | src/assets/images/about-icon.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assets/images/about-icon.svg b/src/assets/images/about-icon.svg new file mode 100644 index 00000000..551255e6 --- /dev/null +++ b/src/assets/images/about-icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" fill="currentColor"> + <path d="M11 17h2v-6h-2Zm1-8q.425 0 .713-.288Q13 8.425 13 8t-.287-.713Q12.425 7 12 7t-.712.287Q11 7.575 11 8t.288.712Q11.575 9 12 9Zm0 13q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3a.35 2.325 5.675Q8.65 20 12 20Zm0-8Z"></path> +</svg> |