Renamed icon request to inbox.

This commit is contained in:
2022-01-14 15:40:11 +01:00
parent 3c72bdf3c2
commit acfa3e9d54
3 changed files with 3 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
<script>
import NavigationIcon from "./ui/NavigationIcon";
import IconRequest from "../icons/IconRequest";
import IconInbox from "../icons/IconInbox";
import IconNowPlaying from "../icons/IconNowPlaying";
import IconPopular from "../icons/IconPopular";
import IconUpcoming from "../icons/IconUpcoming";
@@ -22,7 +22,7 @@ export default {
name: "NavigationIcons",
components: {
NavigationIcon,
IconRequest,
IconInbox,
IconPopular,
IconNowPlaying,
IconUpcoming,
@@ -51,7 +51,7 @@ export default {
title: "Requests",
route: "/requests",
apiPath: "/v2/requests",
icon: IconRequest
icon: IconInbox
},
{
title: "Now Playing",

View File

@@ -1,12 +0,0 @@
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 30 30"
>
<title>icon_requests</title>
<path
d="M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z"
fill-rule="nonzero"
transform="scale(1.5)"
></path>
</svg>

Before

Width:  |  Height:  |  Size: 652 B