summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-12-31 15:03:50 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-12-31 15:03:50 +0100
commit28458ba468f16c89e8422f8aed93e2275c246cb6 (patch)
treec2eb0238d1fca698e00749303f6ba09e1f63c06c
parente462164e59e02f38fe627efcfbb33bdafea25e38 (diff)
downloadkube-28458ba468f16c89e8422f8aed93e2275c246cb6.tar.gz
kube-28458ba468f16c89e8422f8aed93e2275c246cb6.zip
add group icon
-rw-r--r--framework/qml/Icons.qml1
l---------icons/breeze/icons/actions/16/group-inverted.svg1
l---------icons/breeze/icons/actions/16/group.svg1
-rw-r--r--icons/breeze/icons/actions/16/user-group-new-inverted.svg13
-rw-r--r--icons/breeze/icons/actions/16/user-group-new.svg13
l---------icons/breeze/icons/actions/22/group-inverted.svg1
l---------icons/breeze/icons/actions/22/group.svg1
-rw-r--r--icons/breeze/icons/actions/22/user-group-new-inverted.svg14
-rw-r--r--icons/breeze/icons/actions/22/user-group-new.svg14
-rwxr-xr-xicons/copybreeze.sh3
10 files changed, 61 insertions, 1 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 8d60fb53..3636a192 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -46,6 +46,7 @@ Item {
46 property string copy: "edit-copy" 46 property string copy: "edit-copy"
47 47
48 property string menu_inverted: "application-menu-inverted" 48 property string menu_inverted: "application-menu-inverted"
49 property string group: "group"
49 property string user: "im-user" 50 property string user: "im-user"
50 property string user_inverted: "im-user-inverted" 51 property string user_inverted: "im-user-inverted"
51 property string search_inverted: "edit-find-inverted" 52 property string search_inverted: "edit-find-inverted"
diff --git a/icons/breeze/icons/actions/16/group-inverted.svg b/icons/breeze/icons/actions/16/group-inverted.svg
new file mode 120000
index 00000000..67d5de03
--- /dev/null
+++ b/icons/breeze/icons/actions/16/group-inverted.svg
@@ -0,0 +1 @@
user-group-new-inverted.svg \ No newline at end of file
diff --git a/icons/breeze/icons/actions/16/group.svg b/icons/breeze/icons/actions/16/group.svg
new file mode 120000
index 00000000..c46ad1df
--- /dev/null
+++ b/icons/breeze/icons/actions/16/group.svg
@@ -0,0 +1 @@
user-group-new.svg \ No newline at end of file
diff --git a/icons/breeze/icons/actions/16/user-group-new-inverted.svg b/icons/breeze/icons/actions/16/user-group-new-inverted.svg
new file mode 100644
index 00000000..86caf79b
--- /dev/null
+++ b/icons/breeze/icons/actions/16/user-group-new-inverted.svg
@@ -0,0 +1,13 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#f2f2f2;
6 }
7 </style>
8 </defs>
9 <path style="fill:currentColor;fill-opacity:1;stroke:none"
10 d="M 11.5 2 A 2.5 2.5 0 0 0 9 4.5 A 2.5 2.5 0 0 0 11.5 7 A 2.5 2.5 0 0 0 14 4.5 A 2.5 2.5 0 0 0 11.5 2 z M 5.5 4 A 2.5 2.5 0 0 0 3 6.5 A 2.5 2.5 0 0 0 5.5 9 A 2.5 2.5 0 0 0 8 6.5 A 2.5 2.5 0 0 0 5.5 4 z M 11.646484 8 A 3.4999979 4 0 0 0 8.4921875 10.273438 A 4.5 5 0 0 1 9.6171875 12 L 14.146484 12 L 15.146484 12 A 3.4999979 4 0 0 0 11.646484 8 z M 11.646484 9 A 2.5 3 0 0 1 14 11 L 9.2929688 11 A 2.5 3 0 0 1 11.646484 9 z M 5.5 10 A 3.4999979 4 0 0 0 2 14 L 3 14 L 8 14 L 9 14 A 3.4999979 4 0 0 0 5.5 10 z M 5.5 11 A 2.5 3 0 0 1 7.8535156 13 L 3.1464844 13 A 2.5 3 0 0 1 5.5 11 z "
11 class="ColorScheme-Text"
12 />
13</svg>
diff --git a/icons/breeze/icons/actions/16/user-group-new.svg b/icons/breeze/icons/actions/16/user-group-new.svg
new file mode 100644
index 00000000..4dae8268
--- /dev/null
+++ b/icons/breeze/icons/actions/16/user-group-new.svg
@@ -0,0 +1,13 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#4d4d4d;
6 }
7 </style>
8 </defs>
9 <path style="fill:currentColor;fill-opacity:1;stroke:none"
10 d="M 11.5 2 A 2.5 2.5 0 0 0 9 4.5 A 2.5 2.5 0 0 0 11.5 7 A 2.5 2.5 0 0 0 14 4.5 A 2.5 2.5 0 0 0 11.5 2 z M 5.5 4 A 2.5 2.5 0 0 0 3 6.5 A 2.5 2.5 0 0 0 5.5 9 A 2.5 2.5 0 0 0 8 6.5 A 2.5 2.5 0 0 0 5.5 4 z M 11.646484 8 A 3.4999979 4 0 0 0 8.4921875 10.273438 A 4.5 5 0 0 1 9.6171875 12 L 14.146484 12 L 15.146484 12 A 3.4999979 4 0 0 0 11.646484 8 z M 11.646484 9 A 2.5 3 0 0 1 14 11 L 9.2929688 11 A 2.5 3 0 0 1 11.646484 9 z M 5.5 10 A 3.4999979 4 0 0 0 2 14 L 3 14 L 8 14 L 9 14 A 3.4999979 4 0 0 0 5.5 10 z M 5.5 11 A 2.5 3 0 0 1 7.8535156 13 L 3.1464844 13 A 2.5 3 0 0 1 5.5 11 z "
11 class="ColorScheme-Text"
12 />
13</svg>
diff --git a/icons/breeze/icons/actions/22/group-inverted.svg b/icons/breeze/icons/actions/22/group-inverted.svg
new file mode 120000
index 00000000..67d5de03
--- /dev/null
+++ b/icons/breeze/icons/actions/22/group-inverted.svg
@@ -0,0 +1 @@
user-group-new-inverted.svg \ No newline at end of file
diff --git a/icons/breeze/icons/actions/22/group.svg b/icons/breeze/icons/actions/22/group.svg
new file mode 120000
index 00000000..c46ad1df
--- /dev/null
+++ b/icons/breeze/icons/actions/22/group.svg
@@ -0,0 +1 @@
user-group-new.svg \ No newline at end of file
diff --git a/icons/breeze/icons/actions/22/user-group-new-inverted.svg b/icons/breeze/icons/actions/22/user-group-new-inverted.svg
new file mode 100644
index 00000000..10b16258
--- /dev/null
+++ b/icons/breeze/icons/actions/22/user-group-new-inverted.svg
@@ -0,0 +1,14 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#f2f2f2;
6 }
7 </style>
8 </defs>
9 <path
10 style="fill:currentColor;fill-opacity:1;stroke:none"
11 d="M 14 3 C 12.338 3 11 4.338 11 6 C 11 7.662 12.338 9 14 9 C 15.662 9 17 7.662 17 6 C 17 4.338 15.662 3 14 3 z M 8 6 C 6.338 6 5 7.338 5 9 C 5 10.662 6.338 12 8 12 C 9.662 12 11 10.662 11 9 C 11 7.338 9.662 6 8 6 z M 14 10 C 13.353654 10 12.744006 10.134157 12.181641 10.361328 L 12.636719 11.275391 C 13.064535 11.114885 13.514485 11 14 11 C 16.21602 11 18 12.78398 18 15 L 14.5 15 L 15 16 L 19 16 L 19 15 C 19 12.22998 16.77002 10 14 10 z M 8 13 C 5.229983 13 3 15.229983 3 18 L 3 19 L 13 19 L 13 18 C 13 15.229983 10.770017 13 8 13 z M 8 14 C 10.216017 14 12 15.783983 12 18 L 4 18 C 4 15.783983 5.783983 14 8 14 z "
12 class="ColorScheme-Text"
13 />
14</svg>
diff --git a/icons/breeze/icons/actions/22/user-group-new.svg b/icons/breeze/icons/actions/22/user-group-new.svg
new file mode 100644
index 00000000..23b5375f
--- /dev/null
+++ b/icons/breeze/icons/actions/22/user-group-new.svg
@@ -0,0 +1,14 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#4d4d4d;
6 }
7 </style>
8 </defs>
9 <path
10 style="fill:currentColor;fill-opacity:1;stroke:none"
11 d="M 14 3 C 12.338 3 11 4.338 11 6 C 11 7.662 12.338 9 14 9 C 15.662 9 17 7.662 17 6 C 17 4.338 15.662 3 14 3 z M 8 6 C 6.338 6 5 7.338 5 9 C 5 10.662 6.338 12 8 12 C 9.662 12 11 10.662 11 9 C 11 7.338 9.662 6 8 6 z M 14 10 C 13.353654 10 12.744006 10.134157 12.181641 10.361328 L 12.636719 11.275391 C 13.064535 11.114885 13.514485 11 14 11 C 16.21602 11 18 12.78398 18 15 L 14.5 15 L 15 16 L 19 16 L 19 15 C 19 12.22998 16.77002 10 14 10 z M 8 13 C 5.229983 13 3 15.229983 3 18 L 3 19 L 13 19 L 13 18 C 13 15.229983 10.770017 13 8 13 z M 8 14 C 10.216017 14 12 15.783983 12 18 L 4 18 C 4 15.783983 5.783983 14 8 14 z "
12 class="ColorScheme-Text"
13 />
14</svg>
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh
index 7d59fe55..86e3f019 100755
--- a/icons/copybreeze.sh
+++ b/icons/copybreeze.sh
@@ -40,7 +40,8 @@ wantedIcons = [
40 "format-text-bold-symbolic.svg", 40 "format-text-bold-symbolic.svg",
41 "format-text-italic-symbolic.svg", 41 "format-text-italic-symbolic.svg",
42 "format-text-underline-symbolic.svg", 42 "format-text-underline-symbolic.svg",
43 "kdocumentinfo.svg" 43 "kdocumentinfo.svg",
44 "group.svg"
44] 45]
45 46
46def ensure_dir(file_path): 47def ensure_dir(file_path):