diff options
author | Kim <1877318+kimsible@users.noreply.github.com> | 2020-07-23 14:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 14:42:06 +0200 |
commit | 345b4a22a8432cfd8c9c9f24634821d58c215b9a (patch) | |
tree | 253b5b3d3ba797ca496226a200800fafabbcf143 /client/src/assets/images/feather | |
parent | 8110705d020a0025ce307a9c8ee5ba9bfe8e9323 (diff) | |
download | PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.tar.gz PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.tar.zst PeerTube-345b4a22a8432cfd8c9c9f24634821d58c215b9a.zip |
Update my-account sub-menus icons (#2977)
* Update user sub-menus icons
* Update admin sub-menu icons
* Add solendp to credits
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'client/src/assets/images/feather')
-rw-r--r-- | client/src/assets/images/feather/server.svg | 1 | ||||
-rw-r--r-- | client/src/assets/images/feather/user-x.svg | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/images/feather/server.svg b/client/src/assets/images/feather/server.svg deleted file mode 100644 index 54ce094a5..000000000 --- a/client/src/assets/images/feather/server.svg +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-server"><rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line></svg> \ No newline at end of file | ||
diff --git a/client/src/assets/images/feather/user-x.svg b/client/src/assets/images/feather/user-x.svg new file mode 100644 index 000000000..0c41a4819 --- /dev/null +++ b/client/src/assets/images/feather/user-x.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-x"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line></svg> \ No newline at end of file | |||