diff --git a/LICENSE-THIRD-PARTY.md b/LICENSE-THIRD-PARTY.md index 4139db9..7dadc26 100644 --- a/LICENSE-THIRD-PARTY.md +++ b/LICENSE-THIRD-PARTY.md @@ -17,4 +17,8 @@ These are dynamically linked system libraries available on https://gitlab.gnome. Icons are loaded at runtime from the system and are not distributed with this application. +## GNOME Icon Development Kit (CC0-1.0) +- `papyrus-vertical-symbolic.svg` — from https://gitlab.gnome.org/Teams/Design/icon-development-kit +- License: Creative Commons Zero v1.0 Universal (public domain dedication) + All licenses are compatible with GPL-3.0-or-later. diff --git a/data/icons/hicolor/symbolic/apps/papyrus-vertical-symbolic.svg b/data/icons/hicolor/symbolic/apps/papyrus-vertical-symbolic.svg new file mode 100644 index 0000000..859f6a5 --- /dev/null +++ b/data/icons/hicolor/symbolic/apps/papyrus-vertical-symbolic.svg @@ -0,0 +1,2 @@ + + diff --git a/src/roster.gresource.xml b/src/roster.gresource.xml index 58905b1..af4ca95 100644 --- a/src/roster.gresource.xml +++ b/src/roster.gresource.xml @@ -9,6 +9,7 @@ export-dialog.ui ../data/icons/hicolor/symbolic/apps/export-symbolic.svg ../data/icons/hicolor/symbolic/apps/wsdl-import-symbolic.svg + ../data/icons/hicolor/symbolic/apps/papyrus-vertical-symbolic.svg widgets/header-row.ui widgets/history-item.ui widgets/project-item.ui