aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/images/global/more-vertical.svg
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-02 17:53:32 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-04 09:05:44 +0200
commit81fe3c67c5d70e69aa2d965a41afd7331cd4fb76 (patch)
tree1c2e81d9e609a71f87aa5c29172200b6b283a66f /client/src/assets/images/global/more-vertical.svg
parent140ea386dea49220f4cdd5b67027e8d30eee1b06 (diff)
downloadPeerTube-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/global/more-vertical.svg')
-rw-r--r--client/src/assets/images/global/more-vertical.svg13
1 files changed, 3 insertions, 10 deletions
diff --git a/client/src/assets/images/global/more-vertical.svg b/client/src/assets/images/global/more-vertical.svg
index 9bff87a82..42f868af2 100644
--- a/client/src/assets/images/global/more-vertical.svg
+++ b/client/src/assets/images/global/more-vertical.svg
@@ -1,11 +1,4 @@
1<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"> 1<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24">
2 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 2 <defs/>
3 <g id="Artboard-4" transform="translate(-268.000000, -1046.000000)" fill="#000000"> 3 <path fill="#000" fill-rule="evenodd" d="M10 12a2 2 0 114 0 2 2 0 11-4 0zm0-7a2 2 0 114 0 2 2 0 11-4 0zm0 14a2 2 0 114 0 2 2 0 11-4 0z"/>
4 <g id="Extras" transform="translate(48.000000, 1046.000000)">
5 <g id="more-vertical" transform="translate(220.000000, 0.000000)">
6 <path d="M10,12 C10,10.8954305 10.8877296,10 12,10 C13.1045695,10 14,10.8877296 14,12 C14,13.1045695 13.1122704,14 12,14 C10.8954305,14 10,13.1122704 10,12 Z M10,5 C10,3.8954305 10.8877296,3 12,3 C13.1045695,3 14,3.88772964 14,5 C14,6.1045695 13.1122704,7 12,7 C10.8954305,7 10,6.11227036 10,5 Z M10,19 C10,17.8954305 10.8877296,17 12,17 C13.1045695,17 14,17.8877296 14,19 C14,20.1045695 13.1122704,21 12,21 C10.8954305,21 10,20.1122704 10,19 Z" id="Combined-Shape"/>
7 </g>
8 </g>
9 </g>
10 </g>
11</svg> 4</svg>