From: Mathieu Baudier Date: Wed, 4 May 2022 10:20:41 +0000 (+0200) Subject: Introduce icons as SVGs X-Git-Tag: v2.3.8~121 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=5a6e8c7dc4afe9fe23f81fb204fb4658b36d7154 Introduce icons as SVGs --- diff --git a/org.argeo.app.theme.default/icons/types/.gitignore b/org.argeo.app.theme.default/icons/types/.gitignore new file mode 100644 index 0000000..098a566 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/.gitignore @@ -0,0 +1,2 @@ +!svg/ +**/*.png diff --git a/org.argeo.app.theme.default/icons/types/svg/activity.svg b/org.argeo.app.theme.default/icons/types/svg/activity.svg new file mode 100644 index 0000000..f7b4e67 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/activity.svg @@ -0,0 +1,19 @@ + + + + + image/svg+xml + + activity + + + + + + + activity + + /> + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/add.svg b/org.argeo.app.theme.default/icons/types/svg/add.svg new file mode 100644 index 0000000..bbc6670 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/add.svg @@ -0,0 +1,10 @@ + + + + + add + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/ascending.svg b/org.argeo.app.theme.default/icons/types/svg/ascending.svg new file mode 100644 index 0000000..d1a171c --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/ascending.svg @@ -0,0 +1,14 @@ + + + + + ascending + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/calendar.svg b/org.argeo.app.theme.default/icons/types/svg/calendar.svg new file mode 100644 index 0000000..60e0ee5 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/calendar.svg @@ -0,0 +1,20 @@ + + + + + calendar + + + + + + + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/close.svg b/org.argeo.app.theme.default/icons/types/svg/close.svg new file mode 100644 index 0000000..242c922 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/close.svg @@ -0,0 +1,10 @@ + + + + + close + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/closeAll.svg b/org.argeo.app.theme.default/icons/types/svg/closeAll.svg new file mode 100644 index 0000000..775f7a7 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/closeAll.svg @@ -0,0 +1,12 @@ + + + + + closeAll + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/dashboard.svg b/org.argeo.app.theme.default/icons/types/svg/dashboard.svg new file mode 100644 index 0000000..852cd6a --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/dashboard.svg @@ -0,0 +1,12 @@ + + + + + dashboard + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/delete.svg b/org.argeo.app.theme.default/icons/types/svg/delete.svg new file mode 100644 index 0000000..b2800d4 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/delete.svg @@ -0,0 +1,14 @@ + + + + + delete + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/descending.svg b/org.argeo.app.theme.default/icons/types/svg/descending.svg new file mode 100644 index 0000000..4f363b0 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/descending.svg @@ -0,0 +1,14 @@ + + + + + descending + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/document.svg b/org.argeo.app.theme.default/icons/types/svg/document.svg new file mode 100644 index 0000000..5265430 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/document.svg @@ -0,0 +1,11 @@ + + + + + document + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/documents.svg b/org.argeo.app.theme.default/icons/types/svg/documents.svg new file mode 100644 index 0000000..8e7684f --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/documents.svg @@ -0,0 +1,13 @@ + + + + + documents + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/email.svg b/org.argeo.app.theme.default/icons/types/svg/email.svg new file mode 100644 index 0000000..444445b --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/email.svg @@ -0,0 +1,8 @@ + + + + + email + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/fav.svg b/org.argeo.app.theme.default/icons/types/svg/fav.svg new file mode 100644 index 0000000..b78263c --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/fav.svg @@ -0,0 +1,7 @@ + + + + + fav + + diff --git a/org.argeo.app.theme.default/icons/types/svg/favNot.svg b/org.argeo.app.theme.default/icons/types/svg/favNot.svg new file mode 100644 index 0000000..2902279 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/favNot.svg @@ -0,0 +1,7 @@ + + + + + favNot + + diff --git a/org.argeo.app.theme.default/icons/types/svg/folder.svg b/org.argeo.app.theme.default/icons/types/svg/folder.svg new file mode 100644 index 0000000..3874e6f --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/folder.svg @@ -0,0 +1,8 @@ + + + + + folder + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/group.svg b/org.argeo.app.theme.default/icons/types/svg/group.svg new file mode 100644 index 0000000..4a1ee49 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/group.svg @@ -0,0 +1,10 @@ + + + + + group + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/historyAscending.svg b/org.argeo.app.theme.default/icons/types/svg/historyAscending.svg new file mode 100644 index 0000000..975310e --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/historyAscending.svg @@ -0,0 +1,10 @@ + + + + + historyAscending + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/historyDescending.svg b/org.argeo.app.theme.default/icons/types/svg/historyDescending.svg new file mode 100644 index 0000000..7c35988 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/historyDescending.svg @@ -0,0 +1,10 @@ + + + + + historyDescending + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/home.svg b/org.argeo.app.theme.default/icons/types/svg/home.svg new file mode 100644 index 0000000..0c2ba6f --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/home.svg @@ -0,0 +1,9 @@ + + + + + home + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/license.svg b/org.argeo.app.theme.default/icons/types/svg/license.svg new file mode 100644 index 0000000..994e2ec --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/license.svg @@ -0,0 +1,11 @@ + + + + + license + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/location.svg b/org.argeo.app.theme.default/icons/types/svg/location.svg new file mode 100644 index 0000000..6bf408b --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/location.svg @@ -0,0 +1,12 @@ + + + + + location + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/logout.svg b/org.argeo.app.theme.default/icons/types/svg/logout.svg new file mode 100644 index 0000000..606f172 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/logout.svg @@ -0,0 +1,8 @@ + + + + + logout + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/milestone.svg b/org.argeo.app.theme.default/icons/types/svg/milestone.svg new file mode 100644 index 0000000..b99b69d --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/milestone.svg @@ -0,0 +1,9 @@ + + + + + milestone + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/mobile.svg b/org.argeo.app.theme.default/icons/types/svg/mobile.svg new file mode 100644 index 0000000..c991bec --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/mobile.svg @@ -0,0 +1,9 @@ + + + + + mobile + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/note.svg b/org.argeo.app.theme.default/icons/types/svg/note.svg new file mode 100644 index 0000000..132478f --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/note.svg @@ -0,0 +1,8 @@ + + + + + note + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/organisation.svg b/org.argeo.app.theme.default/icons/types/svg/organisation.svg new file mode 100644 index 0000000..767dc00 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/organisation.svg @@ -0,0 +1,17 @@ + + + + + organisation + + + + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/people.svg b/org.argeo.app.theme.default/icons/types/svg/people.svg new file mode 100644 index 0000000..e28542f --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/people.svg @@ -0,0 +1,10 @@ + + + + + people + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/person.svg b/org.argeo.app.theme.default/icons/types/svg/person.svg new file mode 100644 index 0000000..b29b335 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/person.svg @@ -0,0 +1,8 @@ + + + + + person + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/project-01.svg b/org.argeo.app.theme.default/icons/types/svg/project-01.svg new file mode 100644 index 0000000..c94ba9b --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/project-01.svg @@ -0,0 +1,13 @@ + + + + + project-01 + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/refresh.svg b/org.argeo.app.theme.default/icons/types/svg/refresh.svg new file mode 100644 index 0000000..638fd55 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/refresh.svg @@ -0,0 +1,10 @@ + + + + + refresh + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/save.svg b/org.argeo.app.theme.default/icons/types/svg/save.svg new file mode 100644 index 0000000..09660dd --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/save.svg @@ -0,0 +1,8 @@ + + + + + save + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/saveAll.svg b/org.argeo.app.theme.default/icons/types/svg/saveAll.svg new file mode 100644 index 0000000..3f2ebde --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/saveAll.svg @@ -0,0 +1,12 @@ + + + + + saveAll + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/search.svg b/org.argeo.app.theme.default/icons/types/svg/search.svg new file mode 100644 index 0000000..6fa30df --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/search.svg @@ -0,0 +1,8 @@ + + + + + search + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/settings.svg b/org.argeo.app.theme.default/icons/types/svg/settings.svg new file mode 100644 index 0000000..da3b784 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/settings.svg @@ -0,0 +1,17 @@ + + + + + settings + + + + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/tag.svg b/org.argeo.app.theme.default/icons/types/svg/tag.svg new file mode 100644 index 0000000..4ce586d --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/tag.svg @@ -0,0 +1,12 @@ + + + + + tag + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/task.svg b/org.argeo.app.theme.default/icons/types/svg/task.svg new file mode 100644 index 0000000..09e81ed --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/task.svg @@ -0,0 +1,13 @@ + + + + + task + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/task_1.svg b/org.argeo.app.theme.default/icons/types/svg/task_1.svg new file mode 100644 index 0000000..246ea19 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/task_1.svg @@ -0,0 +1,14 @@ + + + + + task_1 + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/telephone.svg b/org.argeo.app.theme.default/icons/types/svg/telephone.svg new file mode 100644 index 0000000..b74bc81 --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/telephone.svg @@ -0,0 +1,7 @@ + + + + + telephone + + diff --git a/org.argeo.app.theme.default/icons/types/svg/timeLine.svg b/org.argeo.app.theme.default/icons/types/svg/timeLine.svg new file mode 100644 index 0000000..45c5e7e --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/timeLine.svg @@ -0,0 +1,26 @@ + + + + + timeLine + + + + + + + + + + + + + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/todo.svg b/org.argeo.app.theme.default/icons/types/svg/todo.svg new file mode 100644 index 0000000..fa1652f --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/todo.svg @@ -0,0 +1,16 @@ + + + + + todo + + + + + + + + + + + diff --git a/org.argeo.app.theme.default/icons/types/svg/user.svg b/org.argeo.app.theme.default/icons/types/svg/user.svg new file mode 100644 index 0000000..00997db --- /dev/null +++ b/org.argeo.app.theme.default/icons/types/svg/user.svg @@ -0,0 +1,16 @@ + + + + + image/svg+xml + + + + + + + + + user + +