From 226516aca48e97d3dc4e4df213bc2023e64b1afd Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 21:29:24 +0200 Subject: Initial commit --- icons/explicit.svg | 1 + icons/home-off.svg | 1 + icons/home-on.svg | 1 + icons/library-off.svg | 1 + icons/library-on.svg | 1 + icons/lyrics-not-playing.svg | 1 + icons/lyrics-off.svg | 1 + icons/lyrics-on.svg | 1 + icons/next.svg | 1 + icons/no-lyrics.svg | 1 + icons/pause.svg | 1 + icons/play.svg | 1 + icons/previous.svg | 1 + icons/repeat-off.svg | 1 + icons/repeat-on.svg | 1 + icons/settings-off.svg | 1 + icons/settings-on.svg | 1 + icons/shuffle-off.svg | 1 + icons/shuffle-on.svg | 1 + 19 files changed, 19 insertions(+) create mode 100644 icons/explicit.svg create mode 100644 icons/home-off.svg create mode 100644 icons/home-on.svg create mode 100644 icons/library-off.svg create mode 100644 icons/library-on.svg create mode 100644 icons/lyrics-not-playing.svg create mode 100644 icons/lyrics-off.svg create mode 100644 icons/lyrics-on.svg create mode 100644 icons/next.svg create mode 100644 icons/no-lyrics.svg create mode 100644 icons/pause.svg create mode 100644 icons/play.svg create mode 100644 icons/previous.svg create mode 100644 icons/repeat-off.svg create mode 100644 icons/repeat-on.svg create mode 100644 icons/settings-off.svg create mode 100644 icons/settings-on.svg create mode 100644 icons/shuffle-off.svg create mode 100644 icons/shuffle-on.svg (limited to 'icons') diff --git a/icons/explicit.svg b/icons/explicit.svg new file mode 100644 index 0000000..b69b615 --- /dev/null +++ b/icons/explicit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/home-off.svg b/icons/home-off.svg new file mode 100644 index 0000000..403bf3b --- /dev/null +++ b/icons/home-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/home-on.svg b/icons/home-on.svg new file mode 100644 index 0000000..8584f7e --- /dev/null +++ b/icons/home-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/library-off.svg b/icons/library-off.svg new file mode 100644 index 0000000..b6732c4 --- /dev/null +++ b/icons/library-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/library-on.svg b/icons/library-on.svg new file mode 100644 index 0000000..a0022b7 --- /dev/null +++ b/icons/library-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/lyrics-not-playing.svg b/icons/lyrics-not-playing.svg new file mode 100644 index 0000000..873b20e --- /dev/null +++ b/icons/lyrics-not-playing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/lyrics-off.svg b/icons/lyrics-off.svg new file mode 100644 index 0000000..be0127f --- /dev/null +++ b/icons/lyrics-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/lyrics-on.svg b/icons/lyrics-on.svg new file mode 100644 index 0000000..1f26657 --- /dev/null +++ b/icons/lyrics-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/next.svg b/icons/next.svg new file mode 100644 index 0000000..48b0ea9 --- /dev/null +++ b/icons/next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/no-lyrics.svg b/icons/no-lyrics.svg new file mode 100644 index 0000000..64e9163 --- /dev/null +++ b/icons/no-lyrics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/pause.svg b/icons/pause.svg new file mode 100644 index 0000000..4104cb0 --- /dev/null +++ b/icons/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/play.svg b/icons/play.svg new file mode 100644 index 0000000..178bd3a --- /dev/null +++ b/icons/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/previous.svg b/icons/previous.svg new file mode 100644 index 0000000..7347272 --- /dev/null +++ b/icons/previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/repeat-off.svg b/icons/repeat-off.svg new file mode 100644 index 0000000..cd41e84 --- /dev/null +++ b/icons/repeat-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/repeat-on.svg b/icons/repeat-on.svg new file mode 100644 index 0000000..9047ec9 --- /dev/null +++ b/icons/repeat-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/settings-off.svg b/icons/settings-off.svg new file mode 100644 index 0000000..4165162 --- /dev/null +++ b/icons/settings-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/settings-on.svg b/icons/settings-on.svg new file mode 100644 index 0000000..f53024e --- /dev/null +++ b/icons/settings-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/shuffle-off.svg b/icons/shuffle-off.svg new file mode 100644 index 0000000..5bff963 --- /dev/null +++ b/icons/shuffle-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/shuffle-on.svg b/icons/shuffle-on.svg new file mode 100644 index 0000000..77c33bd --- /dev/null +++ b/icons/shuffle-on.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit