diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-07-02 10:56:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 10:56:16 +0200 |
| commit | da416511b56b6174025656d8431951eb46b1a73b (patch) | |
| tree | 3552167df75322afed29b66a615dab831f151f4b /searx/static/themes/simple/src/svg/information-circle-outline.svg | |
| parent | 5672f5ad2a535b25b38cc73ad4d00e71c0d443c9 (diff) | |
| parent | bcded7686ecdf2179d4f2b6ddab998ee03d606a5 (diff) | |
Merge pull request #1402 from dalf/update-top-links
Update top links
Diffstat (limited to 'searx/static/themes/simple/src/svg/information-circle-outline.svg')
| -rw-r--r-- | searx/static/themes/simple/src/svg/information-circle-outline.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/svg/information-circle-outline.svg b/searx/static/themes/simple/src/svg/information-circle-outline.svg new file mode 100644 index 000000000..b7c300094 --- /dev/null +++ b/searx/static/themes/simple/src/svg/information-circle-outline.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"> + <title>Information Circle</title> + <path d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M220 220h32v116"/> + <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M208 340h88"/> + <path fill="currentColor" stroke="currentColor" stroke-linecap="round" d="M248 130a26 26 0 1026 26 26 26 0 00-26-26z"/> +</svg>
\ No newline at end of file |