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 | |
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')
-rw-r--r-- | client/src/assets/images/feather/server.svg | 1 | ||||
-rw-r--r-- | client/src/assets/images/feather/user-x.svg | 1 | ||||
-rw-r--r-- | client/src/assets/images/misc/peertube-x.svg | 20 |
3 files changed, 21 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 | |||
diff --git a/client/src/assets/images/misc/peertube-x.svg b/client/src/assets/images/misc/peertube-x.svg new file mode 100644 index 000000000..0099e627d --- /dev/null +++ b/client/src/assets/images/misc/peertube-x.svg | |||
@@ -0,0 +1,20 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | ||
3 | <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | ||
4 | viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> | ||
5 | <style type="text/css"> | ||
6 | .st0{fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;} | ||
7 | .st1{fill:#211F20;} | ||
8 | </style> | ||
9 | <line class="st0" x1="17.1" y1="9.5" x2="22.1" y2="14.5"/> | ||
10 | <line class="st0" x1="22.1" y1="9.5" x2="17.1" y2="14.5"/> | ||
11 | <g> | ||
12 | <g> | ||
13 | <g> | ||
14 | <path class="st1" d="M2,2.6V12l6.9-4.3"/> | ||
15 | <path class="st1" d="M2,12v9.4l6.9-5.2"/> | ||
16 | <path class="st1" d="M8.9,7.7v8.6l6.9-4.3"/> | ||
17 | </g> | ||
18 | </g> | ||
19 | </g> | ||
20 | </svg> | ||