From 72f797bd682a6b066881c4fee0c72dcf0dddda3f Mon Sep 17 00:00:00 2001 From: alvatip Date: Thu, 10 Jun 2021 10:58:40 +0200 Subject: [PATCH] Add github icon folder --- colors/color-green/folder-github.svg | 38 ++++++++++++++++++ colors/color-grey/folder-github.svg | 38 ++++++++++++++++++ colors/color-orange/folder-github.svg | 38 ++++++++++++++++++ colors/color-pink/folder-github.svg | 38 ++++++++++++++++++ colors/color-purple/folder-github.svg | 38 ++++++++++++++++++ colors/color-red/folder-github.svg | 38 ++++++++++++++++++ colors/color-yellow/folder-github.svg | 38 ++++++++++++++++++ .../places/scalable/default-folder-github.svg | 1 + .../scalable/folder_color_green_github.svg | 1 + .../scalable/folder_color_grey_github.svg | 1 + .../scalable/folder_color_orange_github.svg | 1 + .../scalable/folder_color_pink_github.svg | 1 + .../scalable/folder_color_purple_github.svg | 1 + .../scalable/folder_color_red_github.svg | 1 + .../scalable/folder_color_yellow_github.svg | 1 + src/places/scalable/folder-github.svg | 40 +++++++++++++++++++ src/places/scalable/green-folder-github.svg | 38 ++++++++++++++++++ src/places/scalable/grey-folder-github.svg | 38 ++++++++++++++++++ src/places/scalable/orange-folder-github.svg | 38 ++++++++++++++++++ src/places/scalable/pink-folder-github.svg | 38 ++++++++++++++++++ src/places/scalable/purple-folder-github.svg | 38 ++++++++++++++++++ src/places/scalable/red-folder-github.svg | 38 ++++++++++++++++++ src/places/scalable/yellow-folder-github.svg | 38 ++++++++++++++++++ 23 files changed, 580 insertions(+) create mode 100644 colors/color-green/folder-github.svg create mode 100644 colors/color-grey/folder-github.svg create mode 100644 colors/color-orange/folder-github.svg create mode 100644 colors/color-pink/folder-github.svg create mode 100644 colors/color-purple/folder-github.svg create mode 100644 colors/color-red/folder-github.svg create mode 100644 colors/color-yellow/folder-github.svg create mode 120000 links/places/scalable/default-folder-github.svg create mode 120000 links/places/scalable/folder_color_green_github.svg create mode 120000 links/places/scalable/folder_color_grey_github.svg create mode 120000 links/places/scalable/folder_color_orange_github.svg create mode 120000 links/places/scalable/folder_color_pink_github.svg create mode 120000 links/places/scalable/folder_color_purple_github.svg create mode 120000 links/places/scalable/folder_color_red_github.svg create mode 120000 links/places/scalable/folder_color_yellow_github.svg create mode 100644 src/places/scalable/folder-github.svg create mode 100644 src/places/scalable/green-folder-github.svg create mode 100644 src/places/scalable/grey-folder-github.svg create mode 100644 src/places/scalable/orange-folder-github.svg create mode 100644 src/places/scalable/pink-folder-github.svg create mode 100644 src/places/scalable/purple-folder-github.svg create mode 100644 src/places/scalable/red-folder-github.svg create mode 100644 src/places/scalable/yellow-folder-github.svg diff --git a/colors/color-green/folder-github.svg b/colors/color-green/folder-github.svg new file mode 100644 index 00000000..5a06aa04 --- /dev/null +++ b/colors/color-green/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/colors/color-grey/folder-github.svg b/colors/color-grey/folder-github.svg new file mode 100644 index 00000000..126c0a7d --- /dev/null +++ b/colors/color-grey/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/colors/color-orange/folder-github.svg b/colors/color-orange/folder-github.svg new file mode 100644 index 00000000..a1336c32 --- /dev/null +++ b/colors/color-orange/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/colors/color-pink/folder-github.svg b/colors/color-pink/folder-github.svg new file mode 100644 index 00000000..125f115c --- /dev/null +++ b/colors/color-pink/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/colors/color-purple/folder-github.svg b/colors/color-purple/folder-github.svg new file mode 100644 index 00000000..0fea3c10 --- /dev/null +++ b/colors/color-purple/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/colors/color-red/folder-github.svg b/colors/color-red/folder-github.svg new file mode 100644 index 00000000..d9858773 --- /dev/null +++ b/colors/color-red/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/colors/color-yellow/folder-github.svg b/colors/color-yellow/folder-github.svg new file mode 100644 index 00000000..6b5ba96d --- /dev/null +++ b/colors/color-yellow/folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/links/places/scalable/default-folder-github.svg b/links/places/scalable/default-folder-github.svg new file mode 120000 index 00000000..bf9203d6 --- /dev/null +++ b/links/places/scalable/default-folder-github.svg @@ -0,0 +1 @@ +folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_green_github.svg b/links/places/scalable/folder_color_green_github.svg new file mode 120000 index 00000000..29b9a462 --- /dev/null +++ b/links/places/scalable/folder_color_green_github.svg @@ -0,0 +1 @@ +green-folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_grey_github.svg b/links/places/scalable/folder_color_grey_github.svg new file mode 120000 index 00000000..23f280d1 --- /dev/null +++ b/links/places/scalable/folder_color_grey_github.svg @@ -0,0 +1 @@ +grey-folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_orange_github.svg b/links/places/scalable/folder_color_orange_github.svg new file mode 120000 index 00000000..5a7b3ced --- /dev/null +++ b/links/places/scalable/folder_color_orange_github.svg @@ -0,0 +1 @@ +orange-folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_pink_github.svg b/links/places/scalable/folder_color_pink_github.svg new file mode 120000 index 00000000..05ca223c --- /dev/null +++ b/links/places/scalable/folder_color_pink_github.svg @@ -0,0 +1 @@ +pink-folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_purple_github.svg b/links/places/scalable/folder_color_purple_github.svg new file mode 120000 index 00000000..d5418194 --- /dev/null +++ b/links/places/scalable/folder_color_purple_github.svg @@ -0,0 +1 @@ +purple-folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_red_github.svg b/links/places/scalable/folder_color_red_github.svg new file mode 120000 index 00000000..0596868d --- /dev/null +++ b/links/places/scalable/folder_color_red_github.svg @@ -0,0 +1 @@ +red-folder-github.svg \ No newline at end of file diff --git a/links/places/scalable/folder_color_yellow_github.svg b/links/places/scalable/folder_color_yellow_github.svg new file mode 120000 index 00000000..bd0cf835 --- /dev/null +++ b/links/places/scalable/folder_color_yellow_github.svg @@ -0,0 +1 @@ +yellow-folder-github.svg \ No newline at end of file diff --git a/src/places/scalable/folder-github.svg b/src/places/scalable/folder-github.svg new file mode 100644 index 00000000..ee41a9b1 --- /dev/null +++ b/src/places/scalable/folder-github.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/green-folder-github.svg b/src/places/scalable/green-folder-github.svg new file mode 100644 index 00000000..5a06aa04 --- /dev/null +++ b/src/places/scalable/green-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/grey-folder-github.svg b/src/places/scalable/grey-folder-github.svg new file mode 100644 index 00000000..126c0a7d --- /dev/null +++ b/src/places/scalable/grey-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/orange-folder-github.svg b/src/places/scalable/orange-folder-github.svg new file mode 100644 index 00000000..a1336c32 --- /dev/null +++ b/src/places/scalable/orange-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/pink-folder-github.svg b/src/places/scalable/pink-folder-github.svg new file mode 100644 index 00000000..125f115c --- /dev/null +++ b/src/places/scalable/pink-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/purple-folder-github.svg b/src/places/scalable/purple-folder-github.svg new file mode 100644 index 00000000..0fea3c10 --- /dev/null +++ b/src/places/scalable/purple-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/red-folder-github.svg b/src/places/scalable/red-folder-github.svg new file mode 100644 index 00000000..d9858773 --- /dev/null +++ b/src/places/scalable/red-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/scalable/yellow-folder-github.svg b/src/places/scalable/yellow-folder-github.svg new file mode 100644 index 00000000..6b5ba96d --- /dev/null +++ b/src/places/scalable/yellow-folder-github.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +