From 2255dd415d9d6858388ccf92561abb3e02d4b5a5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 4 Aug 2018 13:59:43 +0200 Subject: go-next icon --- framework/qml/Icons.qml | 2 ++ icons/breeze/icons/actions/16/go-next-inverted.svg | 13 +++++++++++++ icons/breeze/icons/actions/16/go-next.svg | 13 +++++++++++++ icons/breeze/icons/actions/22/go-next-inverted.svg | 14 ++++++++++++++ icons/breeze/icons/actions/22/go-next.svg | 14 ++++++++++++++ icons/breeze/icons/actions/24/go-next-inverted.svg | 13 +++++++++++++ icons/breeze/icons/actions/24/go-next.svg | 13 +++++++++++++ icons/breeze/icons/actions/32/go-next-inverted.svg | 17 +++++++++++++++++ icons/breeze/icons/actions/32/go-next.svg | 17 +++++++++++++++++ icons/copybreeze.sh | 1 + 10 files changed, 117 insertions(+) create mode 100644 icons/breeze/icons/actions/16/go-next-inverted.svg create mode 100644 icons/breeze/icons/actions/16/go-next.svg create mode 100644 icons/breeze/icons/actions/22/go-next-inverted.svg create mode 100644 icons/breeze/icons/actions/22/go-next.svg create mode 100644 icons/breeze/icons/actions/24/go-next-inverted.svg create mode 100644 icons/breeze/icons/actions/24/go-next.svg create mode 100644 icons/breeze/icons/actions/32/go-next-inverted.svg create mode 100644 icons/breeze/icons/actions/32/go-next.svg diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 4f056ac5..df3baead 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -56,6 +56,8 @@ Item { property string mail_inverted: "mail-message-inverted" property string goBack: "go-previous" property string goBack_inverted: "go-previous-inverted" + property string goNext: "go-next" + property string goNext_inverted: "go-next-inverted" property string goDown: "go-down" property string goDown_inverted: "go-down-inverted" property string goUp: "go-up" diff --git a/icons/breeze/icons/actions/16/go-next-inverted.svg b/icons/breeze/icons/actions/16/go-next-inverted.svg new file mode 100644 index 00000000..25d567cb --- /dev/null +++ b/icons/breeze/icons/actions/16/go-next-inverted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/go-next.svg b/icons/breeze/icons/actions/16/go-next.svg new file mode 100644 index 00000000..f9568d17 --- /dev/null +++ b/icons/breeze/icons/actions/16/go-next.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/go-next-inverted.svg b/icons/breeze/icons/actions/22/go-next-inverted.svg new file mode 100644 index 00000000..8e2a8bf8 --- /dev/null +++ b/icons/breeze/icons/actions/22/go-next-inverted.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/go-next.svg b/icons/breeze/icons/actions/22/go-next.svg new file mode 100644 index 00000000..c7c71a2e --- /dev/null +++ b/icons/breeze/icons/actions/22/go-next.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/go-next-inverted.svg b/icons/breeze/icons/actions/24/go-next-inverted.svg new file mode 100644 index 00000000..9197ba7e --- /dev/null +++ b/icons/breeze/icons/actions/24/go-next-inverted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/go-next.svg b/icons/breeze/icons/actions/24/go-next.svg new file mode 100644 index 00000000..23035d3b --- /dev/null +++ b/icons/breeze/icons/actions/24/go-next.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/go-next-inverted.svg b/icons/breeze/icons/actions/32/go-next-inverted.svg new file mode 100644 index 00000000..222ee5da --- /dev/null +++ b/icons/breeze/icons/actions/32/go-next-inverted.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/go-next.svg b/icons/breeze/icons/actions/32/go-next.svg new file mode 100644 index 00000000..ec1545d6 --- /dev/null +++ b/icons/breeze/icons/actions/32/go-next.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 5d49470f..68b77615 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh @@ -33,6 +33,7 @@ wantedIcons = [ "go-down.svg", "go-up.svg", "go-previous.svg", + "go-next.svg", "mail-message.svg", "list-add.svg", "list-remove.svg", -- cgit v1.2.3