diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-02 17:53:32 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-04 09:05:44 +0200 |
commit | 81fe3c67c5d70e69aa2d965a41afd7331cd4fb76 (patch) | |
tree | 1c2e81d9e609a71f87aa5c29172200b6b283a66f /client/src/assets/images/search | |
parent | 140ea386dea49220f4cdd5b67027e8d30eee1b06 (diff) | |
download | PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.tar.gz PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.tar.zst PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.zip |
fix duplicate id in svg, empty alt in base email
Diffstat (limited to 'client/src/assets/images/search')
-rw-r--r-- | client/src/assets/images/search/filter.svg | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/client/src/assets/images/search/filter.svg b/client/src/assets/images/search/filter.svg index 218d6dee7..7de5b8b9a 100644 --- a/client/src/assets/images/search/filter.svg +++ b/client/src/assets/images/search/filter.svg | |||
@@ -1,17 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
2 | <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | 2 | <defs/> |
3 | <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch --> | 3 | <g fill="none" fill-rule="evenodd"> |
4 | <title>filter-ios</title> | 4 | <circle cx="12" cy="12" r="10" stroke="#333" stroke-width="2"/> |
5 | <desc>Created with Sketch.</desc> | 5 | <rect width="12" height="2" x="6" y="8" fill="#333" rx="1"/> |
6 | <defs></defs> | 6 | <rect width="8" height="2" x="8" y="12" fill="#333" rx="1"/> |
7 | <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | 7 | <rect width="4" height="2" x="10" y="16" fill="#333" rx="1"/> |
8 | <g id="Artboard-4" transform="translate(-796.000000, -291.000000)"> | 8 | </g> |
9 | <g id="98" transform="translate(796.000000, 291.000000)"> | 9 | </svg> |
10 | <circle id="Oval-23" stroke="#333333" stroke-width="2" cx="12" cy="12" r="10"></circle> | ||
11 | <rect id="Rectangle-44" fill="#333333" x="6" y="8" width="12" height="2" rx="1"></rect> | ||
12 | <rect id="Rectangle-44" fill="#333333" x="8" y="12" width="8" height="2" rx="1"></rect> | ||
13 | <rect id="Rectangle-44" fill="#333333" x="10" y="16" width="4" height="2" rx="1"></rect> | ||
14 | </g> | ||
15 | </g> | ||
16 | </g> | ||
17 | </svg> \ No newline at end of file | ||