From 99d1f56d99470fd2dd4f92b7d34cf430429c18c4 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 30 Aug 2022 07:09:28 +0300 Subject: Add tabler icon theme --- third-party/resources.qrc | 31 +++++++++++++++++++++++++++++++ third-party/tabler-icons | 1 + third-party/tabler-icons.theme | 13 +++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 third-party/resources.qrc create mode 160000 third-party/tabler-icons create mode 100644 third-party/tabler-icons.theme (limited to 'third-party') diff --git a/third-party/resources.qrc b/third-party/resources.qrc new file mode 100644 index 00000000..f692daee --- /dev/null +++ b/third-party/resources.qrc @@ -0,0 +1,31 @@ + + + + + tabler-icons.theme + + + tabler-icons/icons/backspace.svg + tabler-icons/icons/browser-plus.svg + tabler-icons/icons/chevron-left.svg + tabler-icons/icons/chevron-right.svg + tabler-icons/icons/chevrons-right.svg + tabler-icons/icons/folder-plus.svg + tabler-icons/icons/home.svg + tabler-icons/icons/refresh.svg + tabler-icons/icons/star.svg + tabler-icons/icons/trash.svg + tabler-icons/icons/x.svg + + + tabler-icons/icons/bookmark.svg + tabler-icons/icons/bookmarks.svg + tabler-icons/icons/browser.svg + tabler-icons/icons/download.svg + tabler-icons/icons/folder.svg + tabler-icons/icons/keyboard.svg + tabler-icons/icons/puzzle.svg + tabler-icons/icons/settings.svg + tabler-icons/icons/tool.svg + + diff --git a/third-party/tabler-icons b/third-party/tabler-icons new file mode 160000 index 00000000..7c5431f7 --- /dev/null +++ b/third-party/tabler-icons @@ -0,0 +1 @@ +Subproject commit 7c5431f7d61a0b0ebeac01e5a92af8774a6b9383 diff --git a/third-party/tabler-icons.theme b/third-party/tabler-icons.theme new file mode 100644 index 00000000..88941053 --- /dev/null +++ b/third-party/tabler-icons.theme @@ -0,0 +1,13 @@ +[Icon Theme] +Name=tabler +Comment=A set of MIT-licensed icons + +[actions/scalable] +Size=24 +Context=Actions +Type=Scalable + +[places/scalable] +Size=24 +Context=Places +Type=Scalable -- cgit v1.2.1