From ba57a807c365a23a37acaee990b56bfdb755c201 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 18 Jan 2022 00:56:57 +0100 Subject: 13 new icons: `arrows-cross`, `arrows-shuffle-2`, `arrows-shuffle`, `c-sharp`, `layout-sidebar-left-collapse`, `layout-sidebar-left-expand`, `layout-sidebar-right-collapse`, `layout-sidebar-right-expand`, `playlist-add`, `playlist-x`, `robot`, `usb`, `vinyl` closes: #191, #190, #189, #186, #184 --- src/_icons/arrows-cross.svg | 9 +++++++++ src/_icons/arrows-shuffle-2.svg | 8 ++++++++ src/_icons/arrows-shuffle.svg | 8 ++++++++ src/_icons/c-sharp.svg | 9 +++++++++ src/_icons/layout-sidebar-left-collapse.svg | 7 +++++++ src/_icons/layout-sidebar-left-expand.svg | 7 +++++++ src/_icons/layout-sidebar-right-collapse.svg | 7 +++++++ src/_icons/layout-sidebar-right-expand.svg | 7 +++++++ src/_icons/playlist-add.svg | 9 +++++++++ src/_icons/playlist-x.svg | 9 +++++++++ src/_icons/robot.svg | 10 ++++++++++ src/_icons/usb.svg | 11 +++++++++++ src/_icons/vinyl.svg | 8 ++++++++ 13 files changed, 109 insertions(+) create mode 100644 src/_icons/arrows-cross.svg create mode 100644 src/_icons/arrows-shuffle-2.svg create mode 100644 src/_icons/arrows-shuffle.svg create mode 100644 src/_icons/c-sharp.svg create mode 100644 src/_icons/layout-sidebar-left-collapse.svg create mode 100644 src/_icons/layout-sidebar-left-expand.svg create mode 100644 src/_icons/layout-sidebar-right-collapse.svg create mode 100644 src/_icons/layout-sidebar-right-expand.svg create mode 100644 src/_icons/playlist-add.svg create mode 100644 src/_icons/playlist-x.svg create mode 100644 src/_icons/robot.svg create mode 100644 src/_icons/usb.svg create mode 100644 src/_icons/vinyl.svg (limited to 'src/_icons') diff --git a/src/_icons/arrows-cross.svg b/src/_icons/arrows-cross.svg new file mode 100644 index 00000000..32474d01 --- /dev/null +++ b/src/_icons/arrows-cross.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/arrows-shuffle-2.svg b/src/_icons/arrows-shuffle-2.svg new file mode 100644 index 00000000..d7d6c9ff --- /dev/null +++ b/src/_icons/arrows-shuffle-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/arrows-shuffle.svg b/src/_icons/arrows-shuffle.svg new file mode 100644 index 00000000..498f06a8 --- /dev/null +++ b/src/_icons/arrows-shuffle.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/c-sharp.svg b/src/_icons/c-sharp.svg new file mode 100644 index 00000000..750ba75f --- /dev/null +++ b/src/_icons/c-sharp.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/layout-sidebar-left-collapse.svg b/src/_icons/layout-sidebar-left-collapse.svg new file mode 100644 index 00000000..3c34cb49 --- /dev/null +++ b/src/_icons/layout-sidebar-left-collapse.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/layout-sidebar-left-expand.svg b/src/_icons/layout-sidebar-left-expand.svg new file mode 100644 index 00000000..8fed166a --- /dev/null +++ b/src/_icons/layout-sidebar-left-expand.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/layout-sidebar-right-collapse.svg b/src/_icons/layout-sidebar-right-collapse.svg new file mode 100644 index 00000000..f38c5bb6 --- /dev/null +++ b/src/_icons/layout-sidebar-right-collapse.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/layout-sidebar-right-expand.svg b/src/_icons/layout-sidebar-right-expand.svg new file mode 100644 index 00000000..96e8a10a --- /dev/null +++ b/src/_icons/layout-sidebar-right-expand.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/playlist-add.svg b/src/_icons/playlist-add.svg new file mode 100644 index 00000000..525d109f --- /dev/null +++ b/src/_icons/playlist-add.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/playlist-x.svg b/src/_icons/playlist-x.svg new file mode 100644 index 00000000..933b0377 --- /dev/null +++ b/src/_icons/playlist-x.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/robot.svg b/src/_icons/robot.svg new file mode 100644 index 00000000..361d8436 --- /dev/null +++ b/src/_icons/robot.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/usb.svg b/src/_icons/usb.svg new file mode 100644 index 00000000..b947c5a4 --- /dev/null +++ b/src/_icons/usb.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/vinyl.svg b/src/_icons/vinyl.svg new file mode 100644 index 00000000..4d9a9ae1 --- /dev/null +++ b/src/_icons/vinyl.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + -- cgit v1.2.1