diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-10 12:33:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-11 22:49:58 +0200 |
commit | d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1 (patch) | |
tree | d10826e537d24cae562846598672ebd23cf9c19e | |
parent | 3ebfea0d06695187a1e0d2acb40959fa03f6e280 (diff) | |
download | kube-d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1.tar.gz kube-d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1.zip |
Added list-add icons
-rw-r--r-- | framework/qml/Icons.qml | 2 | ||||
-rw-r--r-- | icons/breeze/icons/actions/16/list-add-inverted.svg | 13 | ||||
-rw-r--r-- | icons/breeze/icons/actions/16/list-add.svg | 13 | ||||
-rw-r--r-- | icons/breeze/icons/actions/22/list-add-inverted.svg | 14 | ||||
-rw-r--r-- | icons/breeze/icons/actions/22/list-add.svg | 14 | ||||
-rw-r--r-- | icons/breeze/icons/actions/24/list-add-inverted.svg | 13 | ||||
-rw-r--r-- | icons/breeze/icons/actions/24/list-add.svg | 13 | ||||
-rwxr-xr-x | icons/copybreeze.sh | 3 |
8 files changed, 83 insertions, 2 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 67362cf3..e3272eb8 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -53,7 +53,7 @@ Item { | |||
53 | property string goDown_inverted: "go-down-inverted" | 53 | property string goDown_inverted: "go-down-inverted" |
54 | property string goUp: "go-down" | 54 | property string goUp: "go-down" |
55 | 55 | ||
56 | property string addNew: "list-add-new" | 56 | property string addNew: "list-add" |
57 | property string folder: "folder" | 57 | property string folder: "folder" |
58 | property string save_inverted: "document-save-inverted" | 58 | property string save_inverted: "document-save-inverted" |
59 | 59 | ||
diff --git a/icons/breeze/icons/actions/16/list-add-inverted.svg b/icons/breeze/icons/actions/16/list-add-inverted.svg new file mode 100644 index 00000000..9010028f --- /dev/null +++ b/icons/breeze/icons/actions/16/list-add-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 7 3.0058594 L 7 8 L 2 8 L 2 8.9980469 L 7 8.9980469 L 7 14.007812 L 8 14.007812 L 8 8.9980469 L 13 8.9980469 L 13 8 L 8 8 L 8 3.0058594 L 7 3.0058594 z " | ||
11 | class="ColorScheme-Text" | ||
12 | /> | ||
13 | </svg> | ||
diff --git a/icons/breeze/icons/actions/16/list-add.svg b/icons/breeze/icons/actions/16/list-add.svg new file mode 100644 index 00000000..1d51e244 --- /dev/null +++ b/icons/breeze/icons/actions/16/list-add.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 7 3.0058594 L 7 8 L 2 8 L 2 8.9980469 L 7 8.9980469 L 7 14.007812 L 8 14.007812 L 8 8.9980469 L 13 8.9980469 L 13 8 L 8 8 L 8 3.0058594 L 7 3.0058594 z " | ||
11 | class="ColorScheme-Text" | ||
12 | /> | ||
13 | </svg> | ||
diff --git a/icons/breeze/icons/actions/22/list-add-inverted.svg b/icons/breeze/icons/actions/22/list-add-inverted.svg new file mode 100644 index 00000000..21ab4666 --- /dev/null +++ b/icons/breeze/icons/actions/22/list-add-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 10 4 L 10 11 L 3 11 L 3 12 L 10 12 L 10 19 L 11 19 L 11 12 L 18 12 L 18 11 L 11 11 L 11 4 L 10 4 z " | ||
12 | class="ColorScheme-Text" | ||
13 | /> | ||
14 | </svg> | ||
diff --git a/icons/breeze/icons/actions/22/list-add.svg b/icons/breeze/icons/actions/22/list-add.svg new file mode 100644 index 00000000..2935b6e8 --- /dev/null +++ b/icons/breeze/icons/actions/22/list-add.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 10 4 L 10 11 L 3 11 L 3 12 L 10 12 L 10 19 L 11 19 L 11 12 L 18 12 L 18 11 L 11 11 L 11 4 L 10 4 z " | ||
12 | class="ColorScheme-Text" | ||
13 | /> | ||
14 | </svg> | ||
diff --git a/icons/breeze/icons/actions/24/list-add-inverted.svg b/icons/breeze/icons/actions/24/list-add-inverted.svg new file mode 100644 index 00000000..6f21a2d5 --- /dev/null +++ b/icons/breeze/icons/actions/24/list-add-inverted.svg | |||
@@ -0,0 +1,13 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
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 L 11 12 L 4 12 L 4 13 L 11 13 L 11 20 L 12 20 L 12 13 L 19 13 L 19 12 L 12 12 L 12 5 L 11 5 z " | ||
11 | class="ColorScheme-Text" | ||
12 | /> | ||
13 | </svg> | ||
diff --git a/icons/breeze/icons/actions/24/list-add.svg b/icons/breeze/icons/actions/24/list-add.svg new file mode 100644 index 00000000..a3a2dc55 --- /dev/null +++ b/icons/breeze/icons/actions/24/list-add.svg | |||
@@ -0,0 +1,13 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
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 L 11 12 L 4 12 L 4 13 L 11 13 L 11 20 L 12 20 L 12 13 L 19 13 L 19 12 L 12 12 L 12 5 L 11 5 z " | ||
11 | class="ColorScheme-Text" | ||
12 | /> | ||
13 | </svg> | ||
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 1b4bbafc..30a9da59 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -28,7 +28,8 @@ wantedIcons = [ | |||
28 | "view-refresh.svg", | 28 | "view-refresh.svg", |
29 | "go-down.svg", | 29 | "go-down.svg", |
30 | "go-previous.svg", | 30 | "go-previous.svg", |
31 | "mail-message.svg" | 31 | "mail-message.svg", |
32 | "list-add.svg" | ||
32 | ] | 33 | ] |
33 | 34 | ||
34 | def ensure_dir(file_path): | 35 | def ensure_dir(file_path): |