diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:55:25 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:57:10 +0200 |
commit | 80c7779efeab644410dee2f21428322b1f0e3500 (patch) | |
tree | 7b7d84e6f3a5f30189f98d36eaa97eaa9b7ae557 /client/src/assets/images/global | |
parent | 4282dafc826f5ca72598aa5446122eb6da3aed27 (diff) | |
download | PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.gz PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.zst PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.zip |
fix mascot sizes, fix tick, delete extraneous .png icons
follows PR #2822
Diffstat (limited to 'client/src/assets/images/global')
-rw-r--r-- | client/src/assets/images/global/tick.svg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/assets/images/global/tick.svg b/client/src/assets/images/global/tick.svg index dd7e8face..f34040bab 100644 --- a/client/src/assets/images/global/tick.svg +++ b/client/src/assets/images/global/tick.svg | |||
@@ -1,4 +1,6 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
2 | <defs/> | 2 | <defs/> |
3 | <path fill="#000" fill-rule="evenodd" d="M13 19a1 1 0 100 2 9 9 0 10-9-9h2a7 7 0 117 7zm-4-7H1l4 4 4-4z"/> | 3 | <g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2"> |
4 | <path d="M21 6L9 18M4 13l5 5"/> | ||
5 | </g> | ||
4 | </svg> | 6 | </svg> |