From da8bbb848b913605301b648c5835f274bab6627f Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 26 Sep 2020 23:50:57 +0200 Subject: Release 1.28.0 --- icons/arrow-ramp-left.svg | 9 +++++++++ icons/arrow-ramp-right.svg | 9 +++++++++ icons/box-seam.svg | 10 ---------- icons/cloud-off.svg | 7 +++++++ icons/corner-down-left.svg | 2 +- icons/corner-down-right.svg | 2 +- icons/corner-left-down.svg | 2 +- icons/corner-left-up.svg | 2 +- icons/corner-right-down.svg | 2 +- icons/corner-right-up.svg | 2 +- icons/corner-up-left.svg | 2 +- icons/corner-up-right.svg | 2 +- icons/egg.svg | 2 +- icons/message-circle-2.svg | 9 +++++++++ icons/message-circle-off.svg | 7 +++++++ icons/message-off.svg | 7 +++++++ icons/messages-off.svg | 8 ++++++++ icons/pause.svg | 7 ------- icons/picture-in-picture-off.svg | 9 +++++++++ icons/picture-in-picture-on.svg | 9 +++++++++ icons/picture-in-picture.svg | 4 ++-- icons/play.svg | 6 ------ icons/player-pause.svg | 7 +++++++ icons/player-play.svg | 6 ++++++ icons/player-record.svg | 6 ++++++ icons/player-skip-back.svg | 7 +++++++ icons/player-skip-forward.svg | 7 +++++++ icons/player-stop.svg | 6 ++++++ icons/player-track-next.svg | 7 +++++++ icons/player-track-prev.svg | 7 +++++++ icons/skip-back.svg | 7 ------- icons/skip-forward.svg | 7 ------- icons/track-next.svg | 6 ------ icons/track-prev.svg | 6 ------ 34 files changed, 138 insertions(+), 60 deletions(-) create mode 100644 icons/arrow-ramp-left.svg create mode 100644 icons/arrow-ramp-right.svg delete mode 100644 icons/box-seam.svg create mode 100644 icons/cloud-off.svg create mode 100644 icons/message-circle-2.svg create mode 100644 icons/message-circle-off.svg create mode 100644 icons/message-off.svg create mode 100644 icons/messages-off.svg delete mode 100644 icons/pause.svg create mode 100644 icons/picture-in-picture-off.svg create mode 100644 icons/picture-in-picture-on.svg delete mode 100644 icons/play.svg create mode 100644 icons/player-pause.svg create mode 100644 icons/player-play.svg create mode 100644 icons/player-record.svg create mode 100644 icons/player-skip-back.svg create mode 100644 icons/player-skip-forward.svg create mode 100644 icons/player-stop.svg create mode 100644 icons/player-track-next.svg create mode 100644 icons/player-track-prev.svg delete mode 100644 icons/skip-back.svg delete mode 100644 icons/skip-forward.svg delete mode 100644 icons/track-next.svg delete mode 100644 icons/track-prev.svg (limited to 'icons') diff --git a/icons/arrow-ramp-left.svg b/icons/arrow-ramp-left.svg new file mode 100644 index 0000000..b0e1a45 --- /dev/null +++ b/icons/arrow-ramp-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrow-ramp-right.svg b/icons/arrow-ramp-right.svg new file mode 100644 index 0000000..2f86469 --- /dev/null +++ b/icons/arrow-ramp-right.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/box-seam.svg b/icons/box-seam.svg deleted file mode 100644 index 966b2df..0000000 --- a/icons/box-seam.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/icons/cloud-off.svg b/icons/cloud-off.svg new file mode 100644 index 0000000..98791bc --- /dev/null +++ b/icons/cloud-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-down-left.svg b/icons/corner-down-left.svg index 802821a..a94255f 100644 --- a/icons/corner-down-left.svg +++ b/icons/corner-down-left.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-down-right.svg b/icons/corner-down-right.svg index b06357b..8e87667 100644 --- a/icons/corner-down-right.svg +++ b/icons/corner-down-right.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-left-down.svg b/icons/corner-left-down.svg index 514d820..eac1c59 100644 --- a/icons/corner-left-down.svg +++ b/icons/corner-left-down.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-left-up.svg b/icons/corner-left-up.svg index 77504bb..b51556e 100644 --- a/icons/corner-left-up.svg +++ b/icons/corner-left-up.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-right-down.svg b/icons/corner-right-down.svg index e83acbb..46573c4 100644 --- a/icons/corner-right-down.svg +++ b/icons/corner-right-down.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-right-up.svg b/icons/corner-right-up.svg index 3252d72..d5ed291 100644 --- a/icons/corner-right-up.svg +++ b/icons/corner-right-up.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-up-left.svg b/icons/corner-up-left.svg index 34b2ea3..29cd72a 100644 --- a/icons/corner-up-left.svg +++ b/icons/corner-up-left.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-up-right.svg b/icons/corner-up-right.svg index 3557fa3..028342b 100644 --- a/icons/corner-up-right.svg +++ b/icons/corner-up-right.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/egg.svg b/icons/egg.svg index 3b42e0a..2285f4a 100644 --- a/icons/egg.svg +++ b/icons/egg.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/message-circle-2.svg b/icons/message-circle-2.svg new file mode 100644 index 0000000..fd6b56b --- /dev/null +++ b/icons/message-circle-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/message-circle-off.svg b/icons/message-circle-off.svg new file mode 100644 index 0000000..5c44456 --- /dev/null +++ b/icons/message-circle-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/message-off.svg b/icons/message-off.svg new file mode 100644 index 0000000..eaaccb3 --- /dev/null +++ b/icons/message-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/messages-off.svg b/icons/messages-off.svg new file mode 100644 index 0000000..042302d --- /dev/null +++ b/icons/messages-off.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/pause.svg b/icons/pause.svg deleted file mode 100644 index 1c145c7..0000000 --- a/icons/pause.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/picture-in-picture-off.svg b/icons/picture-in-picture-off.svg new file mode 100644 index 0000000..73532fd --- /dev/null +++ b/icons/picture-in-picture-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/picture-in-picture-on.svg b/icons/picture-in-picture-on.svg new file mode 100644 index 0000000..3f55767 --- /dev/null +++ b/icons/picture-in-picture-on.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/picture-in-picture.svg b/icons/picture-in-picture.svg index f2bb249..8058633 100644 --- a/icons/picture-in-picture.svg +++ b/icons/picture-in-picture.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/play.svg b/icons/play.svg deleted file mode 100644 index ee9c56c..0000000 --- a/icons/play.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/player-pause.svg b/icons/player-pause.svg new file mode 100644 index 0000000..5a5dc6e --- /dev/null +++ b/icons/player-pause.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-play.svg b/icons/player-play.svg new file mode 100644 index 0000000..069f879 --- /dev/null +++ b/icons/player-play.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/player-record.svg b/icons/player-record.svg new file mode 100644 index 0000000..75b3f3b --- /dev/null +++ b/icons/player-record.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/player-skip-back.svg b/icons/player-skip-back.svg new file mode 100644 index 0000000..e984587 --- /dev/null +++ b/icons/player-skip-back.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-skip-forward.svg b/icons/player-skip-forward.svg new file mode 100644 index 0000000..dbcac2a --- /dev/null +++ b/icons/player-skip-forward.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-stop.svg b/icons/player-stop.svg new file mode 100644 index 0000000..3719435 --- /dev/null +++ b/icons/player-stop.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/player-track-next.svg b/icons/player-track-next.svg new file mode 100644 index 0000000..0ce603e --- /dev/null +++ b/icons/player-track-next.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-track-prev.svg b/icons/player-track-prev.svg new file mode 100644 index 0000000..316aff8 --- /dev/null +++ b/icons/player-track-prev.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/skip-back.svg b/icons/skip-back.svg deleted file mode 100644 index fab3bc5..0000000 --- a/icons/skip-back.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg deleted file mode 100644 index 715e829..0000000 --- a/icons/skip-forward.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/track-next.svg b/icons/track-next.svg deleted file mode 100644 index a4ffdf2..0000000 --- a/icons/track-next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/track-prev.svg b/icons/track-prev.svg deleted file mode 100644 index 07243e2..0000000 --- a/icons/track-prev.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - -- cgit v1.2.1