diff options
13 files changed, 15 insertions, 1 deletions
diff --git a/icons/breeze/icons/actions/16/password-show-off-inverted.svg b/icons/breeze/icons/actions/16/password-show-off-inverted.svg new file mode 120000 index 00000000..5da20783 --- /dev/null +++ b/icons/breeze/icons/actions/16/password-show-off-inverted.svg | |||
@@ -0,0 +1 @@ | |||
hint-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/16/password-show-off.svg b/icons/breeze/icons/actions/16/password-show-off.svg new file mode 120000 index 00000000..5d721579 --- /dev/null +++ b/icons/breeze/icons/actions/16/password-show-off.svg | |||
@@ -0,0 +1 @@ | |||
hint.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/16/password-show-on-inverted.svg b/icons/breeze/icons/actions/16/password-show-on-inverted.svg new file mode 120000 index 00000000..7b1f4009 --- /dev/null +++ b/icons/breeze/icons/actions/16/password-show-on-inverted.svg | |||
@@ -0,0 +1 @@ | |||
visibility-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/16/password-show-on.svg b/icons/breeze/icons/actions/16/password-show-on.svg new file mode 120000 index 00000000..07da72c3 --- /dev/null +++ b/icons/breeze/icons/actions/16/password-show-on.svg | |||
@@ -0,0 +1 @@ | |||
visibility.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/password-show-off-inverted.svg b/icons/breeze/icons/actions/22/password-show-off-inverted.svg new file mode 120000 index 00000000..5da20783 --- /dev/null +++ b/icons/breeze/icons/actions/22/password-show-off-inverted.svg | |||
@@ -0,0 +1 @@ | |||
hint-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/password-show-off.svg b/icons/breeze/icons/actions/22/password-show-off.svg new file mode 120000 index 00000000..5d721579 --- /dev/null +++ b/icons/breeze/icons/actions/22/password-show-off.svg | |||
@@ -0,0 +1 @@ | |||
hint.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/password-show-on-inverted.svg b/icons/breeze/icons/actions/22/password-show-on-inverted.svg new file mode 120000 index 00000000..7b1f4009 --- /dev/null +++ b/icons/breeze/icons/actions/22/password-show-on-inverted.svg | |||
@@ -0,0 +1 @@ | |||
visibility-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/password-show-on.svg b/icons/breeze/icons/actions/22/password-show-on.svg new file mode 120000 index 00000000..07da72c3 --- /dev/null +++ b/icons/breeze/icons/actions/22/password-show-on.svg | |||
@@ -0,0 +1 @@ | |||
visibility.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/password-show-off-inverted.svg b/icons/breeze/icons/actions/24/password-show-off-inverted.svg new file mode 120000 index 00000000..5da20783 --- /dev/null +++ b/icons/breeze/icons/actions/24/password-show-off-inverted.svg | |||
@@ -0,0 +1 @@ | |||
hint-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/password-show-off.svg b/icons/breeze/icons/actions/24/password-show-off.svg new file mode 120000 index 00000000..5d721579 --- /dev/null +++ b/icons/breeze/icons/actions/24/password-show-off.svg | |||
@@ -0,0 +1 @@ | |||
hint.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/password-show-on-inverted.svg b/icons/breeze/icons/actions/24/password-show-on-inverted.svg new file mode 120000 index 00000000..7b1f4009 --- /dev/null +++ b/icons/breeze/icons/actions/24/password-show-on-inverted.svg | |||
@@ -0,0 +1 @@ | |||
visibility-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/password-show-on.svg b/icons/breeze/icons/actions/24/password-show-on.svg new file mode 120000 index 00000000..07da72c3 --- /dev/null +++ b/icons/breeze/icons/actions/24/password-show-on.svg | |||
@@ -0,0 +1 @@ | |||
visibility.svg \ No newline at end of file | |||
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 6a245178..adae54be 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -33,7 +33,9 @@ wantedIcons = [ | |||
33 | "list-add.svg", | 33 | "list-add.svg", |
34 | "list-remove.svg", | 34 | "list-remove.svg", |
35 | "checkbox.svg", | 35 | "checkbox.svg", |
36 | "edit-copy.svg" | 36 | "edit-copy.svg", |
37 | "password-show-on.svg", | ||
38 | "password-show-off.svg" | ||
37 | ] | 39 | ] |
38 | 40 | ||
39 | def ensure_dir(file_path): | 41 | def ensure_dir(file_path): |