From 76f88cf7ae2688ac3d1b4ff118cfbc78d9555112 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 16 Nov 2017 10:41:43 +0100 Subject: new icon for logview --- icons/breeze/icons/actions/16/help-about-inverted.svg | 13 +++++++++++++ icons/breeze/icons/actions/16/help-about.svg | 13 +++++++++++++ icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg | 1 + icons/breeze/icons/actions/16/kdocumentinfo.svg | 1 + icons/breeze/icons/actions/22/help-about-inverted.svg | 14 ++++++++++++++ icons/breeze/icons/actions/22/help-about.svg | 14 ++++++++++++++ icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg | 1 + icons/breeze/icons/actions/22/kdocumentinfo.svg | 1 + icons/copybreeze.sh | 3 ++- 9 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 icons/breeze/icons/actions/16/help-about-inverted.svg create mode 100644 icons/breeze/icons/actions/16/help-about.svg create mode 120000 icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg create mode 120000 icons/breeze/icons/actions/16/kdocumentinfo.svg create mode 100644 icons/breeze/icons/actions/22/help-about-inverted.svg create mode 100644 icons/breeze/icons/actions/22/help-about.svg create mode 120000 icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg create mode 120000 icons/breeze/icons/actions/22/kdocumentinfo.svg (limited to 'icons') diff --git a/icons/breeze/icons/actions/16/help-about-inverted.svg b/icons/breeze/icons/actions/16/help-about-inverted.svg new file mode 100644 index 00000000..1b9156e9 --- /dev/null +++ b/icons/breeze/icons/actions/16/help-about-inverted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/help-about.svg b/icons/breeze/icons/actions/16/help-about.svg new file mode 100644 index 00000000..d4fa7721 --- /dev/null +++ b/icons/breeze/icons/actions/16/help-about.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg b/icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg new file mode 120000 index 00000000..6378894e --- /dev/null +++ b/icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg @@ -0,0 +1 @@ +help-about-inverted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/16/kdocumentinfo.svg b/icons/breeze/icons/actions/16/kdocumentinfo.svg new file mode 120000 index 00000000..af6d032d --- /dev/null +++ b/icons/breeze/icons/actions/16/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/help-about-inverted.svg b/icons/breeze/icons/actions/22/help-about-inverted.svg new file mode 100644 index 00000000..bc316846 --- /dev/null +++ b/icons/breeze/icons/actions/22/help-about-inverted.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/help-about.svg b/icons/breeze/icons/actions/22/help-about.svg new file mode 100644 index 00000000..9560625c --- /dev/null +++ b/icons/breeze/icons/actions/22/help-about.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg b/icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg new file mode 120000 index 00000000..6378894e --- /dev/null +++ b/icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg @@ -0,0 +1 @@ +help-about-inverted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/kdocumentinfo.svg b/icons/breeze/icons/actions/22/kdocumentinfo.svg new file mode 120000 index 00000000..af6d032d --- /dev/null +++ b/icons/breeze/icons/actions/22/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index a56aedec..daffff05 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh @@ -38,7 +38,8 @@ wantedIcons = [ "password-show-off.svg", "format-text-bold-symbolic.svg", "format-text-italic-symbolic.svg", - "format-text-underline-symbolic.svg" + "format-text-underline-symbolic.svg", + "kdocumentinfo.svg" ] def ensure_dir(file_path): -- cgit v1.2.3