diff options
author | Perberos <[email protected]> | 2012-03-19 22:12:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-19 22:12:48 -0300 |
commit | 235f434792b5ed1fd13663065e4bdc927a9b46cb (patch) | |
tree | fa266b983af4ac1bf6a4b3b07f3f56587d8187e9 /icon-themes/Quid | |
parent | ac9ffcff7717c85fd4d55d4c90ab5a35423870dc (diff) | |
download | mate-themes-235f434792b5ed1fd13663065e4bdc927a9b46cb.tar.bz2 mate-themes-235f434792b5ed1fd13663065e4bdc927a9b46cb.tar.xz |
renamed crux to quid
Diffstat (limited to 'icon-themes/Quid')
102 files changed, 9951 insertions, 0 deletions
diff --git a/icon-themes/Quid/16x16/Makefile.am b/icon-themes/Quid/16x16/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/16x16/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/16x16/actions/Makefile.am b/icon-themes/Quid/16x16/actions/Makefile.am new file mode 100644 index 00000000..4f04a679 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/16x16/actions/document-open.png b/icon-themes/Quid/16x16/actions/document-open.png Binary files differnew file mode 100644 index 00000000..33c5b7f5 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/document-open.png diff --git a/icon-themes/Quid/16x16/actions/go-bottom.png b/icon-themes/Quid/16x16/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..21c9f5ff --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-bottom.png diff --git a/icon-themes/Quid/16x16/actions/go-down.png b/icon-themes/Quid/16x16/actions/go-down.png Binary files differnew file mode 100644 index 00000000..61be3406 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-down.png diff --git a/icon-themes/Quid/16x16/actions/go-first.png b/icon-themes/Quid/16x16/actions/go-first.png Binary files differnew file mode 100644 index 00000000..b6ba7f7a --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-first.png diff --git a/icon-themes/Quid/16x16/actions/go-home.png b/icon-themes/Quid/16x16/actions/go-home.png Binary files differnew file mode 100644 index 00000000..cbc19c7a --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-home.png diff --git a/icon-themes/Quid/16x16/actions/go-last.png b/icon-themes/Quid/16x16/actions/go-last.png Binary files differnew file mode 100644 index 00000000..66a72894 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-last.png diff --git a/icon-themes/Quid/16x16/actions/go-next.png b/icon-themes/Quid/16x16/actions/go-next.png Binary files differnew file mode 100644 index 00000000..ce0c2d04 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-next.png diff --git a/icon-themes/Quid/16x16/actions/go-previous.png b/icon-themes/Quid/16x16/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..0a6571ae --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-previous.png diff --git a/icon-themes/Quid/16x16/actions/go-top.png b/icon-themes/Quid/16x16/actions/go-top.png Binary files differnew file mode 100644 index 00000000..5c125911 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-top.png diff --git a/icon-themes/Quid/16x16/actions/go-up.png b/icon-themes/Quid/16x16/actions/go-up.png Binary files differnew file mode 100644 index 00000000..7fc2ef07 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-up.png diff --git a/icon-themes/Quid/16x16/actions/view-refresh.png b/icon-themes/Quid/16x16/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..e12dd6f9 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/view-refresh.png diff --git a/icon-themes/Quid/16x16/places/Makefile.am b/icon-themes/Quid/16x16/places/Makefile.am new file mode 100644 index 00000000..d2cac8e5 --- /dev/null +++ b/icon-themes/Quid/16x16/places/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/16x16/places/folder-remote.png b/icon-themes/Quid/16x16/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..d4ba7a8b --- /dev/null +++ b/icon-themes/Quid/16x16/places/folder-remote.png diff --git a/icon-themes/Quid/16x16/places/folder-saved-search.png b/icon-themes/Quid/16x16/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..0d8f846e --- /dev/null +++ b/icon-themes/Quid/16x16/places/folder-saved-search.png diff --git a/icon-themes/Quid/16x16/places/folder.png b/icon-themes/Quid/16x16/places/folder.png Binary files differnew file mode 100644 index 00000000..1943204b --- /dev/null +++ b/icon-themes/Quid/16x16/places/folder.png diff --git a/icon-themes/Quid/16x16/places/user-home.png b/icon-themes/Quid/16x16/places/user-home.png Binary files differnew file mode 100644 index 00000000..38c7df85 --- /dev/null +++ b/icon-themes/Quid/16x16/places/user-home.png diff --git a/icon-themes/Quid/16x16/status/Makefile.am b/icon-themes/Quid/16x16/status/Makefile.am new file mode 100644 index 00000000..325e29ac --- /dev/null +++ b/icon-themes/Quid/16x16/status/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/16x16/status/folder-drag-accept.png b/icon-themes/Quid/16x16/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..c7903ad8 --- /dev/null +++ b/icon-themes/Quid/16x16/status/folder-drag-accept.png diff --git a/icon-themes/Quid/16x16/status/folder-open.png b/icon-themes/Quid/16x16/status/folder-open.png Binary files differnew file mode 100644 index 00000000..007881d2 --- /dev/null +++ b/icon-themes/Quid/16x16/status/folder-open.png diff --git a/icon-themes/Quid/16x16/status/folder-visiting.png b/icon-themes/Quid/16x16/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..eca102fe --- /dev/null +++ b/icon-themes/Quid/16x16/status/folder-visiting.png diff --git a/icon-themes/Quid/22x22/Makefile.am b/icon-themes/Quid/22x22/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/22x22/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/22x22/actions/Makefile.am b/icon-themes/Quid/22x22/actions/Makefile.am new file mode 100644 index 00000000..ad8252e3 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/22x22/actions/document-open.png b/icon-themes/Quid/22x22/actions/document-open.png Binary files differnew file mode 100644 index 00000000..5ce49691 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/document-open.png diff --git a/icon-themes/Quid/22x22/actions/go-bottom.png b/icon-themes/Quid/22x22/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..a4d52f94 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-bottom.png diff --git a/icon-themes/Quid/22x22/actions/go-down.png b/icon-themes/Quid/22x22/actions/go-down.png Binary files differnew file mode 100644 index 00000000..d8a77eab --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-down.png diff --git a/icon-themes/Quid/22x22/actions/go-first.png b/icon-themes/Quid/22x22/actions/go-first.png Binary files differnew file mode 100644 index 00000000..58dd9dc6 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-first.png diff --git a/icon-themes/Quid/22x22/actions/go-home.png b/icon-themes/Quid/22x22/actions/go-home.png Binary files differnew file mode 100644 index 00000000..f779333b --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-home.png diff --git a/icon-themes/Quid/22x22/actions/go-last.png b/icon-themes/Quid/22x22/actions/go-last.png Binary files differnew file mode 100644 index 00000000..8836ce0b --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-last.png diff --git a/icon-themes/Quid/22x22/actions/go-next.png b/icon-themes/Quid/22x22/actions/go-next.png Binary files differnew file mode 100644 index 00000000..11e022b5 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-next.png diff --git a/icon-themes/Quid/22x22/actions/go-previous.png b/icon-themes/Quid/22x22/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..712bff30 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-previous.png diff --git a/icon-themes/Quid/22x22/actions/go-top.png b/icon-themes/Quid/22x22/actions/go-top.png Binary files differnew file mode 100644 index 00000000..e491057f --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-top.png diff --git a/icon-themes/Quid/22x22/actions/go-up.png b/icon-themes/Quid/22x22/actions/go-up.png Binary files differnew file mode 100644 index 00000000..4860bb3a --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-up.png diff --git a/icon-themes/Quid/22x22/actions/view-refresh.png b/icon-themes/Quid/22x22/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..721df6a7 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/view-refresh.png diff --git a/icon-themes/Quid/22x22/places/Makefile.am b/icon-themes/Quid/22x22/places/Makefile.am new file mode 100644 index 00000000..1c9156b4 --- /dev/null +++ b/icon-themes/Quid/22x22/places/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/22x22/places/folder-remote.png b/icon-themes/Quid/22x22/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..7b40cd3f --- /dev/null +++ b/icon-themes/Quid/22x22/places/folder-remote.png diff --git a/icon-themes/Quid/22x22/places/folder-saved-search.png b/icon-themes/Quid/22x22/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..1ee766d0 --- /dev/null +++ b/icon-themes/Quid/22x22/places/folder-saved-search.png diff --git a/icon-themes/Quid/22x22/places/folder.png b/icon-themes/Quid/22x22/places/folder.png Binary files differnew file mode 100644 index 00000000..ab2c024c --- /dev/null +++ b/icon-themes/Quid/22x22/places/folder.png diff --git a/icon-themes/Quid/22x22/places/user-home.png b/icon-themes/Quid/22x22/places/user-home.png Binary files differnew file mode 100644 index 00000000..f0254af6 --- /dev/null +++ b/icon-themes/Quid/22x22/places/user-home.png diff --git a/icon-themes/Quid/22x22/status/Makefile.am b/icon-themes/Quid/22x22/status/Makefile.am new file mode 100644 index 00000000..868a7c6e --- /dev/null +++ b/icon-themes/Quid/22x22/status/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/22x22/status/folder-drag-accept.png b/icon-themes/Quid/22x22/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..95ba0a03 --- /dev/null +++ b/icon-themes/Quid/22x22/status/folder-drag-accept.png diff --git a/icon-themes/Quid/22x22/status/folder-open.png b/icon-themes/Quid/22x22/status/folder-open.png Binary files differnew file mode 100644 index 00000000..613774a7 --- /dev/null +++ b/icon-themes/Quid/22x22/status/folder-open.png diff --git a/icon-themes/Quid/22x22/status/folder-visiting.png b/icon-themes/Quid/22x22/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..ba398055 --- /dev/null +++ b/icon-themes/Quid/22x22/status/folder-visiting.png diff --git a/icon-themes/Quid/24x24/Makefile.am b/icon-themes/Quid/24x24/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/24x24/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/24x24/actions/Makefile.am b/icon-themes/Quid/24x24/actions/Makefile.am new file mode 100644 index 00000000..467ec4cc --- /dev/null +++ b/icon-themes/Quid/24x24/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/24x24/actions/document-open.png b/icon-themes/Quid/24x24/actions/document-open.png Binary files differnew file mode 100644 index 00000000..143e3b19 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/document-open.png diff --git a/icon-themes/Quid/24x24/actions/go-bottom.png b/icon-themes/Quid/24x24/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..ab0ee326 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-bottom.png diff --git a/icon-themes/Quid/24x24/actions/go-down.png b/icon-themes/Quid/24x24/actions/go-down.png Binary files differnew file mode 100644 index 00000000..7bebce62 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-down.png diff --git a/icon-themes/Quid/24x24/actions/go-first.png b/icon-themes/Quid/24x24/actions/go-first.png Binary files differnew file mode 100644 index 00000000..7126350b --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-first.png diff --git a/icon-themes/Quid/24x24/actions/go-home.png b/icon-themes/Quid/24x24/actions/go-home.png Binary files differnew file mode 100644 index 00000000..eeff562f --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-home.png diff --git a/icon-themes/Quid/24x24/actions/go-last.png b/icon-themes/Quid/24x24/actions/go-last.png Binary files differnew file mode 100644 index 00000000..3cd8fce1 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-last.png diff --git a/icon-themes/Quid/24x24/actions/go-next.png b/icon-themes/Quid/24x24/actions/go-next.png Binary files differnew file mode 100644 index 00000000..b3658d0c --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-next.png diff --git a/icon-themes/Quid/24x24/actions/go-previous.png b/icon-themes/Quid/24x24/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..d12f1c45 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-previous.png diff --git a/icon-themes/Quid/24x24/actions/go-top.png b/icon-themes/Quid/24x24/actions/go-top.png Binary files differnew file mode 100644 index 00000000..68fa4cb6 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-top.png diff --git a/icon-themes/Quid/24x24/actions/go-up.png b/icon-themes/Quid/24x24/actions/go-up.png Binary files differnew file mode 100644 index 00000000..f422552d --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-up.png diff --git a/icon-themes/Quid/24x24/actions/view-refresh.png b/icon-themes/Quid/24x24/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..d919bba4 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/view-refresh.png diff --git a/icon-themes/Quid/24x24/places/Makefile.am b/icon-themes/Quid/24x24/places/Makefile.am new file mode 100644 index 00000000..45ab553c --- /dev/null +++ b/icon-themes/Quid/24x24/places/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/24x24/places/folder-remote.png b/icon-themes/Quid/24x24/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..d3ed0ad3 --- /dev/null +++ b/icon-themes/Quid/24x24/places/folder-remote.png diff --git a/icon-themes/Quid/24x24/places/folder-saved-search.png b/icon-themes/Quid/24x24/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..d0d16d5c --- /dev/null +++ b/icon-themes/Quid/24x24/places/folder-saved-search.png diff --git a/icon-themes/Quid/24x24/places/folder.png b/icon-themes/Quid/24x24/places/folder.png Binary files differnew file mode 100644 index 00000000..cd00e423 --- /dev/null +++ b/icon-themes/Quid/24x24/places/folder.png diff --git a/icon-themes/Quid/24x24/places/user-home.png b/icon-themes/Quid/24x24/places/user-home.png Binary files differnew file mode 100644 index 00000000..c186cd2a --- /dev/null +++ b/icon-themes/Quid/24x24/places/user-home.png diff --git a/icon-themes/Quid/24x24/status/Makefile.am b/icon-themes/Quid/24x24/status/Makefile.am new file mode 100644 index 00000000..16b8ee62 --- /dev/null +++ b/icon-themes/Quid/24x24/status/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/24x24/status/folder-drag-accept.png b/icon-themes/Quid/24x24/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..afa403c9 --- /dev/null +++ b/icon-themes/Quid/24x24/status/folder-drag-accept.png diff --git a/icon-themes/Quid/24x24/status/folder-open.png b/icon-themes/Quid/24x24/status/folder-open.png Binary files differnew file mode 100644 index 00000000..9d3b7ff9 --- /dev/null +++ b/icon-themes/Quid/24x24/status/folder-open.png diff --git a/icon-themes/Quid/24x24/status/folder-visiting.png b/icon-themes/Quid/24x24/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..866ed724 --- /dev/null +++ b/icon-themes/Quid/24x24/status/folder-visiting.png diff --git a/icon-themes/Quid/32x32/Makefile.am b/icon-themes/Quid/32x32/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/32x32/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/32x32/actions/Makefile.am b/icon-themes/Quid/32x32/actions/Makefile.am new file mode 100644 index 00000000..db396e50 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/Quid +size = 32x32 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/32x32/actions/document-open.png b/icon-themes/Quid/32x32/actions/document-open.png Binary files differnew file mode 100644 index 00000000..18dcdcdf --- /dev/null +++ b/icon-themes/Quid/32x32/actions/document-open.png diff --git a/icon-themes/Quid/32x32/places/Makefile.am b/icon-themes/Quid/32x32/places/Makefile.am new file mode 100644 index 00000000..1b249731 --- /dev/null +++ b/icon-themes/Quid/32x32/places/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid +size = 32x32 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/32x32/places/folder-remote.png b/icon-themes/Quid/32x32/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..f81a6194 --- /dev/null +++ b/icon-themes/Quid/32x32/places/folder-remote.png diff --git a/icon-themes/Quid/32x32/places/folder-saved-search.png b/icon-themes/Quid/32x32/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..142a1903 --- /dev/null +++ b/icon-themes/Quid/32x32/places/folder-saved-search.png diff --git a/icon-themes/Quid/32x32/places/folder.png b/icon-themes/Quid/32x32/places/folder.png Binary files differnew file mode 100644 index 00000000..8fe42694 --- /dev/null +++ b/icon-themes/Quid/32x32/places/folder.png diff --git a/icon-themes/Quid/32x32/places/user-home.png b/icon-themes/Quid/32x32/places/user-home.png Binary files differnew file mode 100644 index 00000000..cf95cd94 --- /dev/null +++ b/icon-themes/Quid/32x32/places/user-home.png diff --git a/icon-themes/Quid/32x32/status/Makefile.am b/icon-themes/Quid/32x32/status/Makefile.am new file mode 100644 index 00000000..2e22a100 --- /dev/null +++ b/icon-themes/Quid/32x32/status/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/Quid +size = 32x32 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/32x32/status/folder-drag-accept.png b/icon-themes/Quid/32x32/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..0ee0ce89 --- /dev/null +++ b/icon-themes/Quid/32x32/status/folder-drag-accept.png diff --git a/icon-themes/Quid/32x32/status/folder-open.png b/icon-themes/Quid/32x32/status/folder-open.png Binary files differnew file mode 100644 index 00000000..f257ddcf --- /dev/null +++ b/icon-themes/Quid/32x32/status/folder-open.png diff --git a/icon-themes/Quid/32x32/status/folder-visiting.png b/icon-themes/Quid/32x32/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..eb30075a --- /dev/null +++ b/icon-themes/Quid/32x32/status/folder-visiting.png diff --git a/icon-themes/Quid/Makefile.am b/icon-themes/Quid/Makefile.am new file mode 100644 index 00000000..1cc0a28e --- /dev/null +++ b/icon-themes/Quid/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid + +SUBDIRS = 16x16 22x22 24x24 32x32 scalable + +THEME_IN_FILES = index.theme.in + +%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache + +theme_DATA = index.theme + +EXTRA_DIST = \ + index.theme.in + +CLEANFILES = \ + index.theme + + +MAINTAINERCLEANFILES = \ + Makefile.in diff --git a/icon-themes/Quid/index.theme.in b/icon-themes/Quid/index.theme.in new file mode 100644 index 00000000..958cea8e --- /dev/null +++ b/icon-themes/Quid/index.theme.in @@ -0,0 +1,86 @@ +[Icon Theme] +_Name=Quid +_Comment=Quid +Inherits=mate +Directories=16x16/actions,16x16/places,16x16/status,22x22/actions,22x22/places,22x22/status,24x24/actions,24x24/places,24x24/status,32x32/actions,32x32/places,32x32/status,scalable/places,scalable/actions,scalable/status + +[16x16/actions] +Size=16 +Context=Actions +Type=Fixed + +[16x16/status] +Size=16 +Context=Status +Type=Fixed + +[16x16/places] +Size=16 +Context=Places +Type=Fixed + +[22x22/actions] +Size=22 +Context=Actions +Type=Fixed + +[22x22/status] +Size=22 +Context=Status +Type=Fixed + +[22x22/places] +Size=22 +Context=Places +Type=Fixed + +[24x24/actions] +Size=24 +Context=Actions +Type=Fixed + +[24x24/status] +Size=24 +Context=Status +Type=Fixed + +[24x24/places] +Size=24 +Context=Places +Type=Fixed + +[32x32/actions] +Size=32 +Context=Actions +Type=Fixed + +[32x32/status] +Size=32 +Context=Status +Type=Fixed + +[32x32/places] +Size=32 +Context=Places +Type=Fixed + +[scalable/actions] +Size=48 +Context=Actions +Type=Scalable +MinSize=48 +MaxSize=256 + +[scalable/status] +Size=48 +Context=Status +Type=Scalable +MinSize=48 +MaxSize=256 + +[scalable/places] +Size=48 +Context=Places +Type=Scalable +MinSize=48 +MaxSize=256 diff --git a/icon-themes/Quid/scalable/Makefile.am b/icon-themes/Quid/scalable/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/scalable/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/scalable/actions/Makefile.am b/icon-themes/Quid/scalable/actions/Makefile.am new file mode 100644 index 00000000..ae71a7e0 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = scalable +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.svg \ + go-bottom.svg \ + go-down.svg \ + go-first.svg \ + go-home.svg \ + go-last.svg \ + go-next.svg \ + go-previous.svg \ + go-top.svg \ + go-up.svg \ + view-refresh.svg + + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/scalable/actions/document-open.svg b/icon-themes/Quid/scalable/actions/document-open.svg new file mode 100644 index 00000000..6e4e8ddf --- /dev/null +++ b/icon-themes/Quid/scalable/actions/document-open.svg @@ -0,0 +1,591 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="document-open.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Document Open</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>document</rdf:li> + <rdf:li>open</rdf:li> + <rdf:li>file</rdf:li> + <rdf:li>folder</rdf:li> + <rdf:li>sheet</rdf:li> + <rdf:li>paper</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="14.150405" + inkscape:cx="-5.0266945" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="linearGradient16514"> + <stop + style="stop-color:white;stop-opacity:0.18292683;" + offset="0" + id="stop16516" /> + <stop + id="stop2824" + offset="0.8214286" + style="stop-color:white;stop-opacity:1;" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop16518" /> + </linearGradient> + <linearGradient + id="linearGradient11425"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop11427" /> + <stop + style="stop-color:#2e3436;stop-opacity:1" + offset="1" + id="stop11429" /> + </linearGradient> + <linearGradient + id="linearGradient2502"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop2504" /> + <stop + id="stop13256" + offset="0.26671854" + style="stop-color:#eeeeec;stop-opacity:1;" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0.37147304" + id="stop2460" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop2506" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3148"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3150" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3152" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4100"> + <stop + style="stop-color:#75507b;stop-opacity:1;" + offset="0" + id="stop4102" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop4104" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient24117" + gradientUnits="userSpaceOnUse" + x1="7.875" + y1="8.8348885" + x2="7.875" + y2="30.009003" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient24202" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(707.5001,-194.433)" + x1="20.625" + y1="-89.501274" + x2="20.625" + y2="-73.592278" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3148" + id="radialGradient24534" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.909226,4.633384e-3,0,0.196634,687.6916,-272.146)" + cx="10.804749" + cy="16.085173" + fx="10.804749" + fy="16.085173" + r="22.730583" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient24537" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.221062" + x2="17.02047" + y2="-29.344501" + gradientTransform="matrix(1,0,0,0.50779,707.5001,-252.822)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4100" + id="linearGradient24540" + gradientUnits="userSpaceOnUse" + x1="20.662504" + y1="34.941128" + x2="20.537504" + y2="25.303768" + gradientTransform="matrix(1,0,0,0.56332,707.5001,-281.4365)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient24542" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.540956,707.5001,-234.4558)" + x1="9.4176369" + y1="-44.498653" + x2="9.4176369" + y2="-60.72047" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2502" + id="linearGradient25136" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.967744,0,0,1,646.8386,-241.433)" + x1="84.25" + y1="-51.881321" + x2="84.25" + y2="-27.44416" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11425" + id="linearGradient25138" + gradientUnits="userSpaceOnUse" + x1="103.8125" + y1="-41.689045" + x2="103.8125" + y2="-21.4375" + gradientTransform="translate(643.5001,-248.433)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient16514" + id="linearGradient16520" + x1="100.7497" + y1="-26.998718" + x2="100.7497" + y2="-51.375" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + id="g25170" + transform="translate(-708.4998,297.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + style="fill:url(#linearGradient24202);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 716.0001,-289.933 C 715.0976,-289.933 714.66823,-289.61939 714.5001,-288.47712 C 712.61813,-278.50394 712.71586,-270.39874 713.0001,-260.2979 C 713.0001,-259.5486 713.61641,-258.93301 714.3751,-258.93301 L 749.6251,-258.93301 C 750.38379,-258.93301 750.94826,-259.55029 751.0001,-260.2979 C 752.0001,-278.34477 750.0001,-283.56811 750.0001,-283.56811 C 750.0001,-284.31741 749.38379,-284.933 748.6251,-284.933 L 731.0001,-284.933 L 730.0001,-288.33006 C 729.75497,-289.16279 729.4026,-289.933 728.5001,-289.933 L 716.0001,-289.933 z " + id="path23297" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98693144" + inkscape:original="M 8.5 7.5 C 7.5975 7.4999999 7.168127 7.826478 7 8.96875 C 5.118026 18.941927 5.215756 29.024159 5.5 39.125 C 5.5 39.874297 6.116307 40.5 6.875 40.5 L 42.125 40.5 C 42.88369 40.500001 43.44816 39.872606 43.5 39.125 C 44.5 21.078129 42.5 13.875 42.5 13.875 C 42.5 13.125703 41.88369 12.5 41.125 12.5 L 23.5 12.5 L 22.5 9.09375 C 22.254867 8.2610185 21.9025 7.5 21 7.5 L 8.5 7.5 z " + style="opacity:0.48627451;fill:none;fill-opacity:1;stroke:url(#linearGradient24117);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23299" + d="M 8.5,8.5 C 8.167757,8.5 8.1531396,8.5341442 8.15625,8.53125 C 8.1593604,8.5283558 8.0371607,8.6602106 7.96875,9.125 C 7.9689149,9.135416 7.9689149,9.145834 7.96875,9.15625 C 6.1104047,19.004211 6.2160965,29.00501 6.5,39.09375 C 6.5001649,39.104166 6.5001649,39.114584 6.5,39.125 C 6.5,39.333121 6.6589296,39.5 6.875,39.5 L 42.125,39.5 C 42.339597,39.5 42.479725,39.354901 42.5,39.0625 C 43.495176,21.102696 41.5625,14.125 41.5625,14.125 C 41.530831,14.044756 41.509819,13.960707 41.5,13.875 C 41.5,13.666882 41.341065,13.5 41.125,13.5 L 23.5,13.5 C 23.062797,13.49451 22.681309,13.202036 22.5625,12.78125 L 21.5625,9.375 C 21.45311,9.0033953 21.310238,8.710051 21.21875,8.59375 C 21.127262,8.477449 21.173845,8.5 21,8.5 L 8.5,8.5 z " + transform="translate(707.5001,-297.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + id="path23303" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-265.43304 C 711.4297,-265.43304 709.6227,-263.23291 709.6227,-260.50001 C 709.6227,-257.76711 711.4297,-255.56697 713.67426,-255.56697 L 750.94858,-255.56697 C 753.19314,-255.56697 755.00013,-257.76711 755.00013,-260.50001 C 755.00013,-263.23291 753.19314,-265.43304 750.94858,-265.43304 L 713.67426,-265.43304 z " /> + <path + id="path23305" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-265.10417 C 711.57934,-265.10417 709.89281,-263.05071 709.89281,-260.50001 C 709.89281,-257.9493 711.57934,-255.89584 713.67426,-255.89584 L 750.94858,-255.89584 C 753.0435,-255.89584 754.73003,-257.9493 754.73003,-260.50001 C 754.73003,-263.05071 753.0435,-265.10417 750.94858,-265.10417 L 713.67426,-265.10417 z " /> + <path + id="path23307" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-264.7753 C 711.72897,-264.7753 710.16291,-262.86852 710.16291,-260.50001 C 710.16291,-258.13149 711.72897,-256.22471 713.67426,-256.22471 L 750.94858,-256.22471 C 752.89386,-256.22471 754.45993,-258.13149 754.45993,-260.50001 C 754.45993,-262.86852 752.89386,-264.7753 750.94858,-264.7753 L 713.67426,-264.7753 z " /> + <path + id="path23309" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-264.44643 C 711.87861,-264.44643 710.43302,-262.68633 710.43302,-260.50001 C 710.43302,-258.31369 711.87861,-256.55358 713.67426,-256.55358 L 750.94858,-256.55358 C 752.74423,-256.55358 754.18982,-258.31369 754.18982,-260.50001 C 754.18982,-262.68633 752.74423,-264.44643 750.94858,-264.44643 L 713.67426,-264.44643 z " /> + <path + id="path23311" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67449,-264.11756 C 712.02848,-264.11756 710.70335,-262.50413 710.70335,-260.50001 C 710.70335,-258.49588 712.02848,-256.88245 713.67449,-256.88245 L 750.94847,-256.88245 C 752.59448,-256.88245 753.91961,-258.49588 753.91961,-260.50001 C 753.91961,-262.50413 752.59448,-264.11756 750.94847,-264.11756 L 713.67449,-264.11756 z " /> + <path + id="path23313" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-263.78869 C 712.17789,-263.78869 710.97322,-262.32194 710.97322,-260.50001 C 710.97322,-258.67807 712.17789,-257.21132 713.67426,-257.21132 L 750.94858,-257.21132 C 752.44495,-257.21132 753.64961,-258.67807 753.64961,-260.50001 C 753.64961,-262.32194 752.44495,-263.78869 750.94858,-263.78869 L 713.67426,-263.78869 z " /> + <path + id="path23315" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-263.45982 C 712.32752,-263.45982 711.24333,-262.13975 711.24333,-260.50001 C 711.24333,-258.86027 712.32752,-257.54019 713.67426,-257.54019 L 750.94858,-257.54019 C 752.29531,-257.54019 753.37951,-258.86027 753.37951,-260.50001 C 753.37951,-262.13975 752.29531,-263.45982 750.94858,-263.45982 L 713.67426,-263.45982 z " /> + <path + id="path23317" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-263.13096 C 712.47716,-263.13096 711.51343,-261.95755 711.51343,-260.50001 C 711.51343,-259.04246 712.47716,-257.86906 713.67426,-257.86906 L 750.94858,-257.86906 C 752.14568,-257.86906 753.10941,-259.04246 753.10941,-260.50001 C 753.10941,-261.95755 752.14568,-263.13096 750.94858,-263.13096 L 713.67426,-263.13096 z " /> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect23319" + width="10.000002" + height="3" + x="717.00012" + y="-286.93301" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23321" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,694.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23323" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,696.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23325" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,698.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23327" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,700.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23329" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,702.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient25136);fill-opacity:1;stroke:url(#linearGradient25138);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:10;stroke-opacity:1" + d="M 716.00011,-294.93301 L 748.00007,-294.93301 C 748.00007,-294.93301 746.5001,-292.433 747.00007,-267.933 L 717.00011,-267.933 C 717.5001,-292.433 716.00011,-294.93301 716.00011,-294.93301 z " + id="path23333" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 72.5 -53.5 C 72.5 -53.5 73.999985 -51 73.5 -26.5 L 103.5 -26.5 C 103.00003 -51 104.5 -53.5 104.5 -53.5 L 72.5 -53.5 z " + style="opacity:0.7;fill:none;fill-opacity:1;stroke:url(#linearGradient16520);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="path2517" + d="M 73.78125,-52.5 C 73.915239,-51.807177 74.047834,-50.929319 74.1875,-49.28125 C 74.493666,-45.66847 74.708056,-38.965936 74.5,-27.5 L 102.5,-27.5 C 102.29195,-38.965936 102.50634,-45.668471 102.8125,-49.28125 C 102.95217,-50.929319 103.08476,-51.807178 103.21875,-52.5 L 73.78125,-52.5 z " + transform="translate(643.5001,-241.433)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 717.0001,-293.933 L 747.0001,-293.933" + id="path23336" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 720.5001,-290.933 L 743.5001,-290.933" + id="path23340" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-286.933 L 743.0001,-286.933" + id="path23342" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-282.933 L 743.0001,-282.933" + id="path23344" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-278.933 L 743.0001,-278.933" + id="path23346" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-274.933 L 743.0001,-274.933" + id="path23348" + sodipodi:nodetypes="cc" /> + <path + style="fill:url(#linearGradient24540);fill-opacity:1;stroke:url(#linearGradient24542);stroke-width:1.00000083;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 710.14518,-269.88844 L 753.85475,-269.88844 C 754.48913,-269.88844 754.99983,-269.69133 754.99983,-269.44649 C 752.0001,-265.29031 752.0001,-263.433 752.0001,-261.89488 C 752.0001,-260.933 751.5001,-259.06932 749.85475,-259.02852 L 714.14518,-259.02852 C 713.0001,-259.06932 712.0001,-260.933 712.0001,-261.89488 C 711.9376,-263.433 712.0001,-265.29031 709.0001,-269.44649 C 709.0001,-269.69133 709.51081,-269.88844 710.14518,-269.88844 z " + id="path23352" + sodipodi:nodetypes="ccccccccc" /> + <path + sodipodi:nodetypes="cscccscccc" + id="path23354" + d="M 710.1251,-269.32518 C 712.85988,-265.70503 713.0001,-265.72276 713.0001,-262.40323 C 713.03975,-261.05808 713.41886,-260.73702 714.21885,-260.15322 L 749.8126,-260.15322 L 749.84385,-260.15322 C 750.91957,-260.42003 750.83677,-261.18137 751.0001,-262.40323 C 751.0001,-264.75446 751.0731,-265.57743 753.8751,-269.32518 C 753.86074,-269.32577 753.85904,-269.32518 753.84385,-269.32518 L 710.15635,-269.32518 C 710.14116,-269.32518 710.13946,-269.32577 710.1251,-269.32518 z " + style="opacity:0.1;fill:none;fill-opacity:1;stroke:url(#linearGradient24537);stroke-width:1.00000131;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + style="opacity:0.35;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient24534);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 710.0001,-268.933 L 754.0001,-268.933" + id="path23356" + sodipodi:nodetypes="cc" /> + </g> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-bottom.svg b/icon-themes/Quid/scalable/actions/go-bottom.svg new file mode 100644 index 00000000..a12c7386 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-bottom.svg @@ -0,0 +1,564 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-bottom.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3919" + gradientUnits="userSpaceOnUse" + x1="63.19767" + y1="145.04985" + x2="63.19767" + y2="152.1235" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3921" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1,-1,0,155,110)" + x1="19.031244" + y1="89.128677" + x2="25.178858" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3923" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1.71306,-1.759616,0,90.9897,111.1723)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3925" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.569602,-1.759616,0,90.9897,95.32624)" + x1="19.681725" + y1="14.979678" + x2="11.99571" + y2="9.7849922" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3927" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1,-1,0,155,110)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3929" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(110,-155)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3931" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.699787,-0.31004,0,75.7703,103.2639)" + cx="5.0273042" + cy="10.5" + fx="5.0273042" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3933" + gradientUnits="userSpaceOnUse" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.861921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3909" + transform="matrix(-1,0,0,1,96,-109)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <g + style="opacity:0.5" + id="g3905"> + <rect + style="opacity:1;fill:url(#linearGradient3919);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0.39215686" + id="rect3895" + width="33" + height="9" + x="56" + y="144" + rx="2.5" + ry="2.5" /> + <path + style="opacity:1;fill:url(#linearGradient3921);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 78.5625,144 L 88.40625,132.0625 C 88.77643,131.61455 88.97575,131.04982 88.96875,130.46875 C 88.95887,129.11445 87.85431,128.02388 86.5,128.03125 L 81.9375,128.03125 L 81.96875,115.5 C 81.97231,114.84416 81.71376,114.21375 81.25,113.75 C 80.78624,113.28625 80.15584,113.02769 79.5,113.03125 L 65.5,113.03125 C 64.84416,113.02769 64.21376,113.28625 63.75,113.75 C 63.28625,114.21375 63.02769,114.84416 63.03125,115.5 L 63.03125,128.03125 L 58.5,128.03125 C 57.54215,128.02218 56.65949,128.57154 56.25,129.4375 C 55.84051,130.30346 55.97897,131.32792 56.59375,132.0625 L 66.4375,144 L 70.62963,145.99848 L 74.371094,146 L 78.5625,144 z " + id="path3826" + sodipodi:nodetypes="ccscccsccscccsccccc" /> + </g> + <path + id="path3828" + d="M 86.5,130.5 L 79.46875,130.5 L 79.5,115.5 L 65.5,115.5 L 65.5,130.5 L 58.5,130.5 L 71.6875,146.5 L 58.5,146.5 L 58.5,150.5 L 86.5,150.5 L 86.5,146.5 L 73.3125,146.5 L 86.5,130.5 z " + style="fill:url(#linearGradient3923);fill-opacity:1;stroke:url(#linearGradient3925);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3830" + d="M 72.5,116 L 66,116 L 66,130.5 C 65.99808,130.77535 65.77535,130.99808 65.5,131 L 59.53125,131 L 72.5,146.71875 L 72.5,116 z " + style="fill:url(#linearGradient3927);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-72.5" + x="147" + height="13.5" + width="3" + id="rect3832" + style="fill:url(#linearGradient3929);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cc" + id="path3834" + d="M 72.5,116.5 L 72.5,149.5" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3931);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + transform="matrix(0,1,-1,0,155,110)" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + id="path3836" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3933);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + inkscape:radius="-0.9968403" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-down.svg b/icon-themes/Quid/scalable/actions/go-down.svg new file mode 100644 index 00000000..3376f5ff --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-down.svg @@ -0,0 +1,528 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-down.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3949" + gradientUnits="userSpaceOnUse" + x1="19.036667" + y1="89.128677" + x2="25.250315" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3951" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,3.20204,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3953" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-12.64399,64.97921)" + x1="18.392614" + y1="13.914104" + x2="12.093001" + y2="10.152623" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3957" + gradientUnits="userSpaceOnUse" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3959" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-4.70634,80.19868)" + cx="5.0273042" + cy="10.5" + fx="5.0273042" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.861921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3937" + transform="matrix(0,1,1,0,-59.94765,-1.061)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path3939" + style="opacity:0.5;fill:url(#linearGradient3949);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3941" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient3951);fill-opacity:1;stroke:url(#linearGradient3953);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3943" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient3955);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path3945" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3957);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3947" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3959);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-first.svg b/icon-themes/Quid/scalable/actions/go-first.svg new file mode 100644 index 00000000..29675e8e --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-first.svg @@ -0,0 +1,291 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-first.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient2845" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100,1)" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient2847" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,-98.82773,65.01028)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient2849" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-114.6738,65.01028)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient2851" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient2853" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,100,1)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient2855" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-106.7361,80.22975)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient2857" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,46.03121,0)" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-48.624818" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3963" + transform="translate(100,-60)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + id="path3675" + d="M -90.500036,67 C -89.102794,67 -87.968786,68.134011 -87.968786,69.53125 L -87.968786,77.4375 L -76.031286,67.59375 C -75.583335,67.223566 -75.01861,67.024251 -74.437536,67.03125 C -73.08324,67.04113 -71.992663,68.145688 -72.000036,69.5 L -72.000036,74.0625 L -59.468786,74.03125 C -58.812947,74.027688 -58.182541,74.286245 -57.718786,74.75 C -57.255031,75.213756 -56.996473,75.844161 -57.000036,76.5 L -57.000036,90.5 C -56.996473,91.155839 -57.255031,91.786245 -57.718786,92.25 C -58.182541,92.713754 -58.812947,92.972312 -59.468786,92.96875 L -72.000036,92.96875 L -72.000036,97.5 C -71.99097,98.457853 -72.540326,99.340515 -73.406286,99.75 C -74.272247,100.15949 -75.296704,100.02103 -76.031286,99.40625 L -87.968786,89.5625 L -87.968786,97.46875 C -87.968786,98.865992 -89.102793,100 -90.500036,100 L -94.437536,100 C -95.834778,100 -96.968786,98.865989 -96.968786,97.46875 L -96.968786,69.53125 C -96.968786,68.134008 -95.834779,67 -94.437536,67 L -90.500036,67 z " + style="opacity:0.5;fill:url(#linearGradient2845);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3677" + d="M -74.468786,69.5 L -74.468786,76.53125 L -59.468786,76.5 L -59.468786,90.5 L -74.468786,90.5 L -74.468786,97.5 L -90.468786,84.3125 L -90.468786,97.5 L -94.468786,97.5 L -94.468786,69.5 L -90.468786,69.5 L -90.468786,82.6875 L -74.468786,69.5 z " + style="fill:url(#linearGradient2847);fill-opacity:1;stroke:url(#linearGradient2849);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3679" + d="M -59.968786,83.5 L -59.968786,90 L -74.468786,90 C -74.744131,90.001916 -74.96687,90.224655 -74.968786,90.5 L -74.968786,96.46875 L -90.687536,83.5 L -59.968786,83.5 z " + style="fill:url(#linearGradient2851);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + transform="scale(-1,1)" + y="83.5" + x="90.968788" + height="13.5" + width="3" + id="rect3681" + style="opacity:1;fill:url(#linearGradient2853);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cc" + id="path3683" + d="M -60.468786,83.5 L -93.468786,83.5" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient2855);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + transform="matrix(-1,0,0,1,-53.96879,1)" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + id="path3685" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient2857);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + inkscape:radius="-0.9968403" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-home.svg b/icon-themes/Quid/scalable/actions/go-home.svg new file mode 100644 index 00000000..0bd7449c --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-home.svg @@ -0,0 +1,1006 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-home.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2541"> + <stop + id="stop2543" + offset="0" + style="stop-color:#ad7fa8;stop-opacity:1" /> + <stop + id="stop2545" + offset="1" + style="stop-color:#d3d7cf;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient2712"> + <stop + id="stop2714" + offset="0" + style="stop-color:#729fcf;stop-opacity:1" /> + <stop + id="stop2716" + offset="1" + style="stop-color:white;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient4110"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop4112" /> + <stop + id="stop4118" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4114" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4096"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop4098" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4100" /> + </linearGradient> + <linearGradient + id="linearGradient4078"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop4080" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4082" /> + </linearGradient> + <linearGradient + id="linearGradient4048"> + <stop + id="stop4050" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1" /> + <stop + id="stop4052" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4028"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop4030" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop4032" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + id="stop4024" + offset="0" + style="stop-color:#ef2929;stop-opacity:1" /> + <stop + id="stop4026" + offset="1" + style="stop-color:#e9b96e;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3991"> + <stop + style="stop-color:#a40000;stop-opacity:1" + offset="0" + id="stop3993" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3995" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3975"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3977" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3979" /> + </linearGradient> + <linearGradient + id="linearGradient3914"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop3916" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3918" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3896"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop3898" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0" + offset="1" + id="stop3900" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3875"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3877" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3879" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3848"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3850" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3852" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3817"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3819" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3821" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3798"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3800" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3802" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3708"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3710" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop3712" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4096" + id="radialGradient3772" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.333333,0,0,1.666667,-2.33333,-59.66667)" + cx="106" + cy="89.5" + fx="106" + fy="89.5" + r="1.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4096" + id="radialGradient3774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.333333,0,0,1.666667,-250.3333,-238.6667)" + cx="106" + cy="89.5" + fx="106" + fy="89.5" + r="1.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4110" + id="linearGradient3776" + gradientUnits="userSpaceOnUse" + x1="118.5" + y1="92.000389" + x2="118.5" + y2="87" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2541" + id="linearGradient3778" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.949012,0,0,1.946639,-14.36421,-6.33889)" + x1="71" + y1="35.186462" + x2="71.998184" + y2="49.605785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.949012,0,0,1.946639,-14.36421,-6.33889)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3975" + id="linearGradient3782" + gradientUnits="userSpaceOnUse" + x1="129" + y1="73.9375" + x2="129" + y2="88.440292" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3798" + id="linearGradient3784" + gradientUnits="userSpaceOnUse" + x1="108.875" + y1="81.767754" + x2="108.875" + y2="57.59375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3896" + id="linearGradient3786" + gradientUnits="userSpaceOnUse" + x1="124.3624" + y1="91.663841" + x2="137.75323" + y2="92.636116" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3914" + id="linearGradient3788" + gradientUnits="userSpaceOnUse" + x1="125.59375" + y1="92.15625" + x2="125.59375" + y2="88.46875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3790" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.60001,0,0,1.55556,11.4993,11.49992)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3792" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.60001,0,0,1.55556,11.4993,11.49992)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3708" + id="linearGradient3794" + gradientUnits="userSpaceOnUse" + x1="116.96875" + y1="72.65625" + x2="116.96875" + y2="81.845551" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2712" + id="linearGradient3796" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750006,0,0,0.749999,65.6246,46.87498)" + x1="69.166649" + y1="35.443001" + x2="69.166649" + y2="57.718136" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3875" + id="linearGradient3799" + gradientUnits="userSpaceOnUse" + x1="124.79935" + y1="62" + x2="124" + y2="64.369034" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3875" + id="linearGradient3801" + gradientUnits="userSpaceOnUse" + x1="123.00044" + y1="62.068974" + x2="124" + y2="64.431534" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3803" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.949012,0,0,1.946639,-14.36421,-5.33889)" + x1="64.905609" + y1="31.427" + x2="71.622536" + y2="35.981598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3848" + id="linearGradient3805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="128.74188" + y1="60.433819" + x2="146.7552" + y2="56.357101" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3817" + id="linearGradient3807" + gradientUnits="userSpaceOnUse" + x1="114.10936" + y1="50.828426" + x2="135.7645" + y2="77.6101" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4048" + id="linearGradient3809" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="135.6875" + y1="58.0625" + x2="136.64372" + y2="61.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4028" + id="linearGradient3811" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="137.96875" + y1="63.281586" + x2="137.96875" + y2="57.468296" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4078" + id="linearGradient3813" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,3.25)" + x1="136.15625" + y1="53.605896" + x2="136.625" + y2="57.073547" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022" + id="linearGradient3815" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,3)" + x1="136.93753" + y1="54.646889" + x2="135.61183" + y2="54.646889" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3991" + id="linearGradient3819" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,3)" + x1="133.37802" + y1="56.529476" + x2="133.37802" + y2="54.847771" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.611921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g3643" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-100,-50)"> + <g + transform="matrix(1.022059,0,0,1.157314,-2.735294,-14.1421)" + style="opacity:0.4" + id="g4120"> + <rect + style="opacity:1;color:black;fill:url(#radialGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="rect4086" + width="2" + height="5" + x="139" + y="87" /> + <rect + style="opacity:1;color:black;fill:url(#radialGradient3774);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="rect4104" + width="2" + height="5" + x="-109" + y="-92" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;color:black;fill:url(#linearGradient3776);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="rect4108" + width="30" + height="5" + x="109" + y="87" /> + </g> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + sodipodi:nodetypes="cccccc" + id="path3629" + d="M 107.44904,67.633392 L 124.01564,60.820155 L 140.58224,67.633392 L 139.5,90.5 L 108.5,90.5 L 107.44904,67.633392 z " + style="fill:url(#linearGradient3778);fill-opacity:1;stroke:url(#linearGradient3780);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + y="73" + x="126.00002" + height="16" + width="10.999982" + id="rect3969" + style="opacity:0.2;fill:url(#linearGradient3782);fill-opacity:1;stroke:none;stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cccccc" + id="path3791" + d="M 124.03125,60.90625 L 108.46875,68.28125 L 109.46875,89.5 L 138.53125,89.5 L 139.5625,68.28125 L 124.03125,60.90625 z " + style="opacity:0.3;fill:none;fill-opacity:1;stroke:url(#linearGradient3784);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccccc" + id="rect3635" + d="M 126,88.5 L 137,88.5 L 137.5,90 L 137.49997,92.499953 L 125.51985,92.499953 L 125.51985,90.015617 L 126,88.5 z " + style="fill:url(#linearGradient3786);fill-opacity:1;stroke:url(#linearGradient3788);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + y="74.500023" + x="127.50003" + height="14.000022" + width="8.0000248" + id="rect3639" + style="fill:url(#linearGradient3790);fill-opacity:1;stroke:url(#linearGradient3792);stroke-width:1.00000131;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + transform="matrix(1.6,0,0,1.641039,-79.75,-51.93698)" + d="M 133.59375 81.921875 A 0.625 0.609375 0 1 1 132.34375,81.921875 A 0.625 0.609375 0 1 1 133.59375 81.921875 z" + sodipodi:ry="0.609375" + sodipodi:rx="0.625" + sodipodi:cy="81.921875" + sodipodi:cx="132.96875" + id="path3773" + style="opacity:0.3;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + style="fill:url(#linearGradient3794);fill-opacity:1;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 111.23849,71.513 L 123.51883,71.513 L 123.51883,83.499967 L 111.51974,83.499967 L 111.23849,71.513 z " + id="rect3641" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:white;fill-opacity:1;stroke:white;stroke-width:0.99999899;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 113.28123,73.505104 L 121.5029,73.505104 L 121.5029,81.475369 L 113.49998,81.475369 L 113.28123,73.505104 z " + id="rect3682" + sodipodi:nodetypes="ccccc" /> + <path + id="rect3722" + d="M 114,74 L 114,77 L 117,77 L 117,74 L 114,74 z M 118,74 L 118,77 L 121,77 L 121,74 L 118,74 z M 114,78 L 114,81 L 117,81 L 117,78 L 114,78 z M 118,78 L 118,81 L 121,81 L 121,78 L 118,78 z " + style="fill:url(#linearGradient3796);fill-opacity:1;stroke:none;stroke-width:0.99999893;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path3767" + d="M 114,74 L 114,77 L 114.38128,74.39233 L 117,74 L 114,74 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + transform="matrix(1.6,0,0,1.641039,-79.75,-52.43696)" + d="M 133.59375 81.921875 A 0.625 0.609375 0 1 1 132.34375,81.921875 A 0.625 0.609375 0 1 1 133.59375 81.921875 z" + sodipodi:ry="0.609375" + sodipodi:rx="0.625" + sodipodi:cy="81.921875" + sodipodi:cx="132.96875" + id="path3769" + style="color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + transform="matrix(0.825,0,0,0.84616,23.09765,12.44659)" + d="M 133.59375 81.921875 A 0.625 0.609375 0 1 1 132.34375,81.921875 A 0.625 0.609375 0 1 1 133.59375 81.921875 z" + sodipodi:ry="0.609375" + sodipodi:rx="0.625" + sodipodi:cy="81.921875" + sodipodi:cx="132.96875" + id="path3771" + style="color:black;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="ccccc" + id="path3781" + d="M 118,74 L 118,77 L 118.38128,74.39233 L 121,74 L 118,74 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path3783" + d="M 114,78 L 114,81 L 114.38128,78.39233 L 117,78 L 114,78 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path3785" + d="M 118,78 L 118,81 L 118.38128,78.39233 L 121,78 L 118,78 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path3926" + d="M 126.375,89 L 126.03125,90 L 126.03125,90.0625 L 126.03125,90.5 L 137,90.5 L 137,90.0625 L 137,90 L 136.65625,89 L 126.375,89 z " + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.53950036" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + y="90" + x="125.56629" + height="1" + width="11.847281" + id="rect3886" + style="fill:white;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <g + transform="translate(0,-1)" + id="g3616"> + <g + id="g3609" + style="opacity:0.3" + transform="translate(0,1)"> + <path + id="path3593" + d="M 124,61.3125 L 124,64.4375 L 139.90625,71.8125 L 140.09375,67.9375 L 124.03125,61.3125 L 124,61.3125 z " + style="opacity:1;fill:url(#linearGradient3799);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" /> + <path + id="path3856" + d="M 124,61.3125 L 107.9375,67.9375 L 108.125,71.78125 L 124,64.4375 L 124,61.3125 z " + style="opacity:1;fill:url(#linearGradient3801);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" /> + </g> + <path + style="fill:url(#linearGradient3803);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" + d="M 143.53125,71.55335 L 124,62.5 L 104.5,71.5 L 105.5,63.5 L 124,54.5 L 142.5,63.5 L 143.53125,71.55335" + id="path3637" + sodipodi:nodetypes="ccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3805);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" + d="M 124,55.03125 L 124,62 C 124.07492,62 124.14984,62.028312 124.21875,62.0625 L 142.90625,70.75 L 142.03125,63.8125 L 124,55.03125 z " + id="path3832" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0397406" + inkscape:original="M 124 53.5 L 105.5 62.5 L 104.5 70.5 L 124 61.5 L 143.53125 70.5625 L 142.5 62.5 L 124 53.5 z " + style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3807);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + id="path3812" + d="M 124,54.65625 L 106.46875,63.1875 L 105.75,68.78125 L 123.5625,60.5625 C 123.83997,60.433813 124.16003,60.433813 124.4375,60.5625 L 142.25,68.84375 L 141.53125,63.1875 L 124,54.65625 z " + transform="translate(0,1)" /> + <path + style="fill:url(#linearGradient3809);fill-opacity:1;stroke:url(#linearGradient3811);stroke-width:1.00000072;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 134.50006,57.542753 L 138.50011,57.542753 L 139.00834,64.088405 L 134.27909,61.752557 L 134.50006,57.542753 z " + id="path3655" + sodipodi:nodetypes="ccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 139.75297,64.514386 L 133.48624,61.363324" + id="path3657" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.6;fill:none;fill-opacity:1;stroke:white;stroke-width:1.00000072;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 135.4375,57.96875 L 135.28125,61.15625 L 137.9375,62.46875 L 137.59375,57.96875 L 135.4375,57.96875 z " + id="path4042" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:nodetypes="ccccccc" + style="color:black;fill:url(#linearGradient3813);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 136.5,57.25 L 133.9375,59.09375 L 133.84375,60.640625 L 136.5,59.375 L 139.21875,60.671875 L 139.09375,59.125 L 136.5,57.25 z " + id="path4055" /> + <path + style="color:black;fill:url(#linearGradient3815);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3819);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 133.50003,57.500004 L 136.50003,55.500004 L 139.50003,57.500004 L 139.50003,59.500004 L 136.50003,58.000004 L 133.50003,59.500004 L 133.50003,57.500004 z " + id="rect4017" + sodipodi:nodetypes="ccccccc" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-last.svg b/icon-themes/Quid/scalable/actions/go-last.svg new file mode 100644 index 00000000..f77c9160 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-last.svg @@ -0,0 +1,550 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-last.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3055" + gradientUnits="userSpaceOnUse" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3057" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-6.73611,20.22975)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3059" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-59)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3061" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-59)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3063" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,1.17227,5.01028)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3065" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-14.67376,5.01028)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3067" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-59)" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-48.624818" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <path + style="opacity:0.5;fill:url(#linearGradient3067);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 36.53125,7 C 35.134008,7 34,8.134011 34,9.53125 L 34,17.4375 L 22.0625,7.59375 C 21.614549,7.223566 21.049824,7.024251 20.46875,7.03125 C 19.114454,7.04113 18.023877,8.145688 18.03125,9.5 L 18.03125,14.0625 L 5.5,14.03125 C 4.844161,14.027688 4.213755,14.286245 3.75,14.75 C 3.286245,15.213756 3.027687,15.844161 3.03125,16.5 L 3.03125,30.5 C 3.027687,31.155839 3.286245,31.786245 3.75,32.25 C 4.213755,32.713754 4.844161,32.972312 5.5,32.96875 L 18.03125,32.96875 L 18.03125,37.5 C 18.022184,38.457853 18.57154,39.340515 19.4375,39.75 C 20.303461,40.15949 21.327918,40.02103 22.0625,39.40625 L 34,29.5625 L 34,37.46875 C 34,38.865992 35.134007,40 36.53125,40 L 40.46875,40 C 41.865992,40 43,38.865989 43,37.46875 L 43,9.53125 C 43,8.134008 41.865993,7 40.46875,7 L 36.53125,7 z " + id="path3328" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3063);fill-opacity:1;stroke:url(#linearGradient3065);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 20.5,9.5 L 20.5,16.53125 L 5.5,16.5 L 5.5,30.5 L 20.5,30.5 L 20.5,37.5 L 36.5,24.3125 L 36.5,37.5 L 40.5,37.5 L 40.5,9.5 L 36.5,9.5 L 36.5,22.6875 L 20.5,9.5 z " + id="path2374" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3061);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 6,23.5 L 6,30 L 20.5,30 C 20.775345,30.001916 20.998084,30.224655 21,30.5 L 21,36.46875 L 36.71875,23.5 L 6,23.5 z " + id="path3303" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + style="opacity:1;fill:url(#linearGradient3059);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" + id="rect3438" + width="3" + height="13.5" + x="37" + y="23.5" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3057);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 6.5,23.5 L 39.5,23.5" + id="path3297" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9968403" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3055);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3420" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + transform="translate(0,-59)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-next.svg b/icon-themes/Quid/scalable/actions/go-next.svg new file mode 100644 index 00000000..98ffec34 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-next.svg @@ -0,0 +1,276 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-next.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3538" + gradientUnits="userSpaceOnUse" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,3.20204,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-12.64399,64.97921)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3544" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3546" + gradientUnits="userSpaceOnUse" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3548" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-4.70634,80.19868)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="61.66336" + inkscape:cy="19.98769" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g3531" + transform="translate(-1.562309e-2,-59.96893)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path3342" + style="opacity:0.5;fill:url(#linearGradient3538);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3344" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient3540);fill-opacity:1;stroke:url(#linearGradient3542);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3477" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient3544);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path3348" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3546);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3350" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3548);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-previous.svg b/icon-themes/Quid/scalable/actions/go-previous.svg new file mode 100644 index 00000000..071907f7 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-previous.svg @@ -0,0 +1,279 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-previous.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient2698" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient2700" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.71306,0,0,1.759616,43.85894,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient2702" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.569602,0,0,1.759616,59.70497,64.97921)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient2704" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,45.06098,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient2706" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient2708" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.699787,0,0,0.31004,51.76732,80.19868)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2.8284271" + inkscape:cx="96.790946" + inkscape:cy="-9.8407848" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3552" + transform="matrix(-1,0,0,1,47.04536,-59.96893)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path3554" + style="opacity:0.5;fill:url(#linearGradient2698);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3556" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient2700);fill-opacity:1;stroke:url(#linearGradient2702);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3558" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient2704);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path3560" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient2706);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3562" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient2708);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-top.svg b/icon-themes/Quid/scalable/actions/go-top.svg new file mode 100644 index 00000000..86aa9b7f --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-top.svg @@ -0,0 +1,565 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-top.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3569" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(4,-207.0312)" + x1="-84.125" + y1="262.15619" + x2="-84.125" + y2="268.67542" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3574" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-159,97.03121)" + x1="36.643089" + y1="89.128677" + x2="19.508307" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3576" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1.71306,1.759616,0,-94.48972,52.14107)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3578" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.569602,1.759616,0,-94.48972,36.295)" + x1="18.566082" + y1="15.441401" + x2="11.776464" + y2="12.868701" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3580" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1,1,0,-158.5,50.9688)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3583" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,-50.9688,-158.5)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3585" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.699787,0.31004,0,-79.27025,44.2327)" + cx="4.7290053" + cy="10.5" + fx="4.7290053" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3587" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,46.03121,0)" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.611921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g3597" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(100,-50)"> + <g + transform="matrix(-1,0,0,1,-153,0)" + style="opacity:0.5" + id="g2586"> + <path + style="opacity:1;fill:url(#linearGradient3569);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0.39215686;display:inline" + d="M -90.5,54.03125 C -91.885,54.03125 -93,55.14625 -93,56.53125 L -93,60.53125 C -93,61.91625 -91.885,63.03125 -90.5,63.03125 L -82.5625,63.03125 L -78.375,61.03125 L -74.625,61.03125 L -70.4375,63.03125 L -62.5,63.03125 C -61.115,63.03125 -60,61.91625 -60,60.53125 L -60,56.53125 C -60,55.14625 -61.115,54.03125 -62.5,54.03125 L -90.5,54.03125 z " + id="rect2568" /> + <path + style="opacity:1;fill:url(#linearGradient3574);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M -82.5625,63.031214 L -92.40625,74.968714 C -92.77643,75.416664 -92.97575,75.981394 -92.96875,76.562464 C -92.95887,77.916764 -91.85431,79.007334 -90.5,78.999964 L -85.9375,78.999964 L -85.96875,91.531214 C -85.97231,92.187054 -85.71376,92.817464 -85.25,93.281214 C -84.78624,93.744964 -84.15584,94.003524 -83.5,93.999964 L -69.5,93.999964 C -68.84416,94.003524 -68.21376,93.744964 -67.75,93.281214 C -67.28625,92.817464 -67.02769,92.187054 -67.03125,91.531214 L -67.03125,78.999964 L -62.5,78.999964 C -61.54215,79.009034 -60.65949,78.459674 -60.25,77.593714 C -59.84051,76.727754 -59.97897,75.703294 -60.59375,74.968714 L -70.4375,63.031214 L -74.62963,61.032734 L -78.371094,61.031214 L -82.5625,63.031214 z " + id="path2570" + sodipodi:nodetypes="ccscccsccscccsccccc" /> + </g> + <g + transform="translate(-0.5,-1.423842e-5)" + id="g3578"> + <path + style="fill:url(#linearGradient3576);fill-opacity:1;stroke:url(#linearGradient3578);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M -90,76.500014 L -82.96875,76.500014 L -83,91.500014 L -69,91.500014 L -69,76.500014 L -62,76.500014 L -75.1875,60.500014 L -62,60.500014 L -62,56.500014 L -90,56.500014 L -90,60.500014 L -76.8125,60.500014 L -90,76.500014 z " + id="path2495" /> + <path + style="fill:url(#linearGradient3580);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M -76,91.000014 L -69.5,91.000014 L -69.5,76.500014 C -69.498084,76.224669 -69.275345,76.00193 -69,76.000014 L -63.03125,76.000014 L -76,60.281264 L -76,91.000014 z " + id="path2497" /> + <rect + style="fill:url(#linearGradient3583);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="rect2499" + width="3" + height="13.5" + x="-60.000011" + y="-76" + transform="matrix(0,-1,1,0,0,0)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3585);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M -76,90.500014 L -76,57.500014" + id="path2501" + sodipodi:nodetypes="cc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9968403" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3587);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path2503" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + transform="matrix(0,-1,1,0,-158.5,97.00001)" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-up.svg b/icon-themes/Quid/scalable/actions/go-up.svg new file mode 100644 index 00000000..fca5d2d4 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-up.svg @@ -0,0 +1,530 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-up.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3460" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="14.842803" + y1="89.128677" + x2="22.876478" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3462" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.71306,0,0,1.759616,43.85894,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3464" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.569602,0,0,1.759616,59.70497,64.97921)" + x1="17.250801" + y1="14.613777" + x2="10.508857" + y2="12.756663" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3466" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,45.06098,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3469" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3471" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.699787,0,0,0.31004,51.76732,80.19868)" + cx="5.2588038" + cy="10.5" + fx="5.2588038" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.611921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g2463" + transform="matrix(0,-1,1,0,-59.959,47.03538)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path2465" + style="opacity:0.5;fill:url(#linearGradient3460);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path2467" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient3462);fill-opacity:1;stroke:url(#linearGradient3464);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path2469" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient3466);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path2471" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3469);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path2473" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3471);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/view-refresh.svg b/icon-themes/Quid/scalable/actions/view-refresh.svg new file mode 100644 index 00000000..1f677291 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/view-refresh.svg @@ -0,0 +1,603 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="view-refresh.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient3006"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3008" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop3010" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3164" + gradientUnits="userSpaceOnUse" + x1="114.69141" + y1="17.694544" + x2="114.3125" + y2="15.469391" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3166" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,-1,148,47.02482)" + x1="126.03334" + y1="3.1880391" + x2="126.03334" + y2="16.297308" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3168" + gradientUnits="userSpaceOnUse" + x1="116.5" + y1="37.875" + x2="148.125" + y2="32.75" + gradientTransform="translate(-100,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3006" + id="linearGradient3170" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.997932,0,0,-1.997932,46.4792,-13.44106)" + x1="9.8383999" + y1="-27.006704" + x2="11.779426" + y2="-21.882927" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="radialGradient3172" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.821872,0,0,1.139301,98.19953,41.64675)" + cx="10.391869" + cy="-20.786554" + fx="10.391869" + fy="-20.786554" + r="8.9597788" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3006" + id="linearGradient3175" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.997932,0,0,1.997932,101.5208,60.46588)" + x1="12.622529" + y1="-22.314352" + x2="11.153779" + y2="-26.481432" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3177" + gradientUnits="userSpaceOnUse" + x1="140.25" + y1="10" + x2="105.0625" + y2="22.6875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3179" + gradientUnits="userSpaceOnUse" + x1="111.125" + y1="13.125" + x2="111.875" + y2="15.127323" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3181" + gradientUnits="userSpaceOnUse" + x1="132.375" + y1="24" + x2="134.49203" + y2="32.017578" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3183" + gradientUnits="userSpaceOnUse" + x1="124.375" + y1="6.375" + x2="126.75" + y2="16.625574" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-48.624818" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="2.53125" + inkscape:original="M 128.5 2.53125 L 128.5 7.53125 L 116.5 7.53125 C 103.51344 7.5312499 104.53125 27.5 104.53125 27.5 C 104.53125 27.5 108.50827 17.5 116.5 17.5 L 128.5 17.5 L 128.5 23.5 L 140.5 12.5 L 128.5 2.53125 z " + style="opacity:0.5;fill:url(#linearGradient3183);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3591" + d="M 128.21875,0 C 126.93168,0.14399072 125.96085,1.2361766 125.96875,2.53125 L 125.96875,5 L 116.5,5 C 112.60467,5 109.41374,6.630973 107.28125,8.9375 C 105.14876,11.244027 103.97066,14.101562 103.21875,16.84375 C 101.71492,22.328126 102,27.625 102,27.625 C 102.06368,28.809632 102.94148,29.791151 104.11168,29.986185 C 105.28188,30.181218 106.43056,29.537447 106.875,28.4375 C 106.875,28.4375 107.76378,26.240162 109.5,24.0625 C 111.23622,21.884838 113.55991,20.03125 116.5,20.03125 L 125.96875,20.03125 L 125.96875,23.5 C 125.96229,24.508793 126.5554,25.42513 127.47838,25.832328 C 128.40137,26.239526 129.47802,26.059848 130.21875,25.375 L 142.21875,14.375 C 142.75729,13.880878 143.05599,13.17811 143.03803,12.447451 C 143.02006,11.716793 142.68718,11.029555 142.125,10.5625 L 130.125,0.59375 C 129.59776,0.14303521 128.90868,-0.071597594 128.21875,5.2148562e-18 L 128.21875,0 z " + transform="translate(-100,1)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="2.5" + inkscape:original="M 143.46875 19.53125 C 143.46875 19.53125 139.49173 29.5 131.5 29.5 L 119.5 29.5 L 119.5 23.53125 L 107.5 34.53125 L 119.5 44.5 L 119.5 39.5 L 131.5 39.5 C 144.48657 39.500001 143.46875 19.53125 143.46875 19.53125 z " + style="opacity:0.5;fill:url(#linearGradient3181);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3595" + d="M 143.28125,17.03125 C 142.33346,17.105711 141.50991,17.711264 141.15625,18.59375 C 141.15625,18.59375 140.26999,20.794754 138.53125,22.96875 C 136.79251,25.142746 134.45638,27 131.5,27 L 122,27 L 122,23.53125 C 121.99946,22.540529 121.41399,21.643575 120.50727,21.244347 C 119.60055,20.845119 118.54362,21.018929 117.8125,21.6875 L 105.8125,32.6875 C 105.27523,33.175891 104.97681,33.873712 104.99481,34.599561 C 105.0128,35.325409 105.34544,36.007584 105.90625,36.46875 L 117.90625,46.4375 C 118.65405,47.056004 119.6922,47.185927 120.56935,46.770784 C 121.44651,46.355641 122.00422,45.470428 122,44.5 L 122,42 L 131.5,42 C 135.38733,42 138.55997,40.363663 140.6875,38.0625 C 142.81503,35.761337 143.99892,32.92665 144.75,30.1875 C 146.25216,24.7092 145.96875,19.40625 145.96875,19.40625 C 145.93686,18.731384 145.63321,18.098151 145.12695,17.650757 C 144.62069,17.203364 143.95491,16.979898 143.28125,17.03125 z " + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-100,0)" /> + <g + id="g3522" + transform="translate(-100,1)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + sodipodi:nodetypes="ccssscccc" + id="path2527" + d="M 128.49294,2.5248159 L 128.49294,7.5206799 L 116.50535,7.5206799 C 103.51879,7.5206799 104.51776,27.5 104.51776,27.5 C 104.51776,27.5 108.51362,17.51034 116.50535,17.51034 L 128.49294,17.51034 L 128.5,23.5 L 140.5,12.5 L 128.49294,2.5248159 z " + style="fill:url(#radialGradient3172);fill-opacity:1;stroke:url(#linearGradient3175);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cccssccscccccc" + id="path2599" + d="M 139.46875,12.28125 L 139.21875,12.5 L 116.5,12.5 C 114.38889,12.5 112.63616,13.373375 111.15625,14.71875 C 109.67634,16.064125 108.48211,17.879527 107.5625,19.71875 C 106.99558,20.852598 106.52262,21.971501 106.15625,23 C 105.51599,23.743179 105.25795,24.51972 105.0625,25.40625 C 105.5682,24.481689 106.19567,23.353108 107.125,22.1875 C 109.16899,19.623828 112.29559,17 116.5,17 L 128.5,17 C 128.77613,17.000028 128.99997,17.223869 129,17.5 L 129,22.34375 L 139.75,12.5 L 139.46875,12.28125 z " + style="fill:url(#linearGradient3177);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="csscccssccccccccc" + id="path2578" + d="M 116.5,12 C 114.11111,12 112.11384,13.001625 110.5,14.46875 C 108.88616,15.935875 107.64289,17.870473 106.6875,19.78125 C 106.05229,21.051676 105.53087,22.297536 105.13319,23.42489 C 105.08508,24.12031 105.01894,24.854755 105.00845,25.41149 C 105.31346,24.859425 105.7223,24.154487 106.15625,23.5 C 106.52262,22.471501 106.99558,21.352598 107.5625,20.21875 C 108.48211,18.379527 109.67634,16.564125 111.15625,15.21875 C 112.63616,13.873375 114.38889,13 116.5,13 L 139.21875,13 L 139.75,12.5 L 139.15625,12 L 116.5,12 z M 104.03125,27.3125 C 104.02917,27.32244 104,27.40625 104,27.40625 L 104.03125,27.40625 C 104.03079,27.396757 104.03197,27.328888 104.03125,27.3125 z " + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 129.5,4.65625 L 129.5,7.53125 C 129.49994,8.0835119 129.05226,8.5311948 128.5,8.53125 L 116.5,8.53125 C 113.50963,8.53125 111.44713,9.6433169 109.875,11.34375 C 108.30287,13.044183 107.28278,15.382379 106.625,17.78125 C 106.0604,19.840325 105.85321,21.773475 105.71875,23.46875 C 106.0765,22.920998 106.29123,22.450414 106.75,21.875 C 108.84475,19.247657 112.08704,16.5 116.5,16.5 L 128.5,16.5 C 129.05226,16.500055 129.49994,16.947738 129.5,17.5 L 129.5,21.1875 L 138.96875,12.53125 L 129.5,4.65625 z " + id="path3496" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3179);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 128.5 2.53125 L 128.5 7.53125 L 116.5 7.53125 C 103.51344 7.5312499 104.53125 27.5 104.53125 27.5 C 104.53125 27.5 108.50827 17.5 116.5 17.5 L 128.5 17.5 L 128.5 23.5 L 140.5 12.5 L 128.5 2.53125 z " + inkscape:radius="-0.99999994" + sodipodi:type="inkscape:offset" /> + </g> + <path + style="fill:url(#linearGradient3168);fill-opacity:1;stroke:url(#linearGradient3170);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 19.50706,44.500004 L 19.50706,39.50414 L 31.49465,39.50414 C 44.48121,39.50414 43.48224,19.52482 43.48224,19.52482 C 43.48224,19.52482 39.48638,29.51448 31.49465,29.51448 L 19.50706,29.51448 L 19.5,23.52482 L 7.5,34.52482 L 19.50706,44.500004 z " + id="path3531" + sodipodi:nodetypes="ccssscccc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3166);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 8.53125,34.74357 L 8.78125,34.52482 L 31.5,34.52482 C 33.61111,34.52482 35.36384,33.651445 36.84375,32.30607 C 38.32366,30.960695 39.51789,29.145293 40.4375,27.30607 C 41.00442,26.172222 41.47738,25.053319 41.84375,24.02482 C 42.48401,23.281641 42.74205,22.5051 42.9375,21.61857 C 42.4318,22.543131 41.80433,23.671712 40.875,24.83732 C 38.83101,27.400992 35.70441,30.02482 31.5,30.02482 L 19.5,30.02482 C 19.22387,30.024792 19.00003,29.800951 19,29.52482 L 19,24.68107 L 8.25,34.52482 L 8.53125,34.74357 z " + id="path3533" + sodipodi:nodetypes="cccssccscccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 31.5,35.02482 C 33.88889,35.02482 35.88616,34.023195 37.5,32.55607 C 39.11384,31.088945 40.35711,29.154347 41.3125,27.24357 C 41.94771,25.973144 42.46913,24.727284 42.86681,23.59993 C 42.91492,22.90451 42.98106,22.170065 42.99155,21.61333 C 42.68654,22.165395 42.2777,22.870333 41.84375,23.52482 C 41.47738,24.553319 41.00442,25.672222 40.4375,26.80607 C 39.51789,28.645293 38.32366,30.460695 36.84375,31.80607 C 35.36384,33.151445 33.61111,34.02482 31.5,34.02482 L 8.78125,34.02482 L 8.25,34.52482 L 8.84375,35.02482 L 31.5,35.02482 z M 43.96875,19.71232 C 43.97083,19.70238 44,19.61857 44,19.61857 L 43.96875,19.61857 C 43.96921,19.628063 43.96803,19.695932 43.96875,19.71232 z " + id="path3535" + sodipodi:nodetypes="csscccssccccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99999994" + inkscape:original="M 128.5 2.53125 L 128.5 7.53125 L 116.5 7.53125 C 103.51344 7.5312499 104.53125 27.5 104.53125 27.5 C 104.53125 27.5 108.50827 17.5 116.5 17.5 L 128.5 17.5 L 128.5 23.5 L 140.5 12.5 L 128.5 2.53125 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3164);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3537" + d="M 129.5,4.65625 L 129.5,7.53125 C 129.49994,8.0835119 129.05226,8.5311948 128.5,8.53125 L 116.5,8.53125 C 113.50963,8.53125 111.44713,9.6433169 109.875,11.34375 C 108.30287,13.044183 107.28278,15.382379 106.625,17.78125 C 106.0604,19.840325 105.85321,21.773475 105.71875,23.46875 C 106.0765,22.920998 106.29123,22.450414 106.75,21.875 C 108.84475,19.247657 112.08704,16.5 116.5,16.5 L 128.5,16.5 C 129.05226,16.500055 129.49994,16.947738 129.5,17.5 L 129.5,21.1875 L 138.96875,12.53125 L 129.5,4.65625 z " + transform="matrix(-1,0,0,-1,148,47.02482)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/Makefile.am b/icon-themes/Quid/scalable/places/Makefile.am new file mode 100644 index 00000000..49d53b39 --- /dev/null +++ b/icon-themes/Quid/scalable/places/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid +size = scalable +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.svg \ + folder-remote.svg \ + folder-saved-search.svg \ + user-home.svg + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/scalable/places/folder-remote.svg b/icon-themes/Quid/scalable/places/folder-remote.svg new file mode 100644 index 00000000..08f1e6fc --- /dev/null +++ b/icon-themes/Quid/scalable/places/folder-remote.svg @@ -0,0 +1,873 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-remote.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Remote Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>remote</rdf:li> + <rdf:li>share</rdf:li> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>network</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="16.162598" + inkscape:cx="4.3215019" + inkscape:zoom="4" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4232"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop4234" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop4236" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7163"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop7165" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop7167" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient3076"> + <stop + id="stop3078" + offset="0" + style="stop-color:#5c3566;stop-opacity:1" /> + <stop + id="stop3080" + offset="1" + style="stop-color:#5c3566;stop-opacity:0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2994"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop2996" /> + <stop + style="stop-color:#5c3566;stop-opacity:0" + offset="1" + id="stop2998" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + id="linearGradient10997"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop10999" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop11001" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10997" + id="linearGradient11003" + x1="19.489662" + y1="6.1438289" + x2="19.387241" + y2="8.1000004" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient158"> + <stop + id="stop159" + offset="0.0000000" + style="stop-color:#686868;stop-opacity:0.0000000;" /> + <stop + id="stop162" + offset="0.23762377" + style="stop-color:#686868;stop-opacity:1.0000000;" /> + <stop + id="stop163" + offset="0.78109992" + style="stop-color:#686868;stop-opacity:1.0000000;" /> + <stop + id="stop160" + offset="1.0000000" + style="stop-color:#686868;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient272"> + <stop + id="stop273" + offset="0.0000000" + style="stop-color:#474747;stop-opacity:0.0000000;" /> + <stop + id="stop275" + offset="0.10000000" + style="stop-color:#474747;stop-opacity:1.0000000;" /> + <stop + id="stop276" + offset="0.89999998" + style="stop-color:#474747;stop-opacity:1.0000000;" /> + <stop + id="stop274" + offset="1.0000000" + style="stop-color:#474747;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient178"> + <stop + id="stop179" + offset="0.0000000" + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> + <stop + id="stop180" + offset="0.10827128" + style="stop-color:#ffffff;stop-opacity:0.70658684;" /> + <stop + id="stop181" + offset="0.92053902" + style="stop-color:#ffffff;stop-opacity:0.70658684;" /> + <stop + id="stop182" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient204"> + <stop + id="stop205" + offset="0.0000000" + style="stop-color:#7a7a7a;stop-opacity:1.0000000;" /> + <stop + id="stop207" + offset="0.19801980" + style="stop-color:#c5c5c5;stop-opacity:1.0000000;" /> + <stop + id="stop208" + offset="0.59900987" + style="stop-color:#626262;stop-opacity:1.0000000;" /> + <stop + id="stop206" + offset="1.0000000" + style="stop-color:#888888;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient218"> + <stop + id="stop219" + offset="0.0000000" + style="stop-color:#ffffff;stop-opacity:0.44910181;" /> + <stop + id="stop222" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient264"> + <stop + id="stop265" + offset="0.0000000" + style="stop-color:#000000;stop-opacity:0.50299400;" /> + <stop + id="stop266" + offset="1.0000000" + style="stop-color:#000000;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient158" + id="linearGradient6157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.740165,0,0,0.364942,0.416832,-0.592062)" + x1="1.6422368" + y1="117.8271" + x2="15.343062" + y2="117.8271" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient272" + id="linearGradient6159" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(8.168597,0,0,0.22121,0.416832,-37.98308)" + x1="0.61210024" + y1="372.57819" + x2="5.0856376" + y2="372.57819" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient272" + id="linearGradient6161" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(8.168597,0,0,0.228621,0.416832,-36.68298)" + x1="0.61210024" + y1="372.57819" + x2="5.0856376" + y2="372.57819" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient178" + id="linearGradient6163" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.740165,0,0,0.147685,0.416832,24.59382)" + x1="1.6422368" + y1="117.8271" + x2="15.343062" + y2="117.8271" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient204" + id="linearGradient6165" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.983801,0,0,1.016466,0.416832,0.407937)" + x1="23.100046" + y1="38.296745" + x2="23.100046" + y2="43.915466" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient218" + id="linearGradient6167" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.138691,0,0,1.732051,-20.00087,-1.092062)" + x1="36.373066" + y1="22.227985" + x2="38.105118" + y2="22.227985" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient264" + id="linearGradient6169" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.810817,0,0,1.233324,0.416832,-1.320616)" + x1="28.632685" + y1="29.943159" + x2="28.783722" + y2="31.490198" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7163" + id="radialGradient7169" + cx="214.20917" + cy="-66.462914" + fx="214.20917" + fy="-66.462914" + r="10.827573" + gradientTransform="matrix(1,0,0,0.163265,0,-55.61183)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient2496" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.276186" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4232" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + x1="0.99999887" + y1="30.499077" + x2="53.999733" + y2="37.624077" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient2500" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.996152,0,85.74795)" + x1="9.4176369" + y1="-44.922661" + x2="9.4176369" + y2="-59.636772" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3076" + id="linearGradient2503" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="21.616077" + x2="16.749592" + y2="32.797989" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2994" + id="linearGradient2505" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient2507" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-30.879261" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient2509" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-10.86781,18.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="20.625" + y1="-90.064087" + x2="20.625" + y2="-84.029831" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient2529" + gradientUnits="userSpaceOnUse" + x1="9" + y1="-92.805496" + x2="9" + y2="-83.4375" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + transform="translate(-0.5782,9.2e-2)" + id="g3999" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g4001" + inkscape:label="Folder"> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="40.407959" + x="5.4168181" + height="4" + width="36.542522" + id="rect69" + style="color:black;fill:url(#linearGradient6157);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="43.940247" + x="5.4168181" + height="0.98959237" + width="36.542522" + id="rect255" + style="color:black;fill:url(#linearGradient6159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="39.885193" + x="5.4168181" + height="1.022747" + width="36.542522" + id="rect250" + style="color:black;fill:url(#linearGradient6161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="41.185669" + x="5.4168181" + height="1.6187184" + width="36.542522" + id="rect176" + style="color:black;fill:url(#linearGradient6163);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + inkscape:r_cy="true" + inkscape:r_cx="true" + id="rect183" + d="M 21.882819,29.876698 C 21.099339,29.876698 20.476569,30.499468 20.476569,31.282948 L 20.476569,38.876698 L 17.414069,38.876698 C 16.630589,38.876698 16.007819,39.499468 16.007819,40.282948 L 16.007819,44.001698 C 16.007819,44.785168 16.630589,45.407948 17.414069,45.407948 L 29.601569,45.407948 C 30.385039,45.407948 31.007819,44.785168 31.007819,44.001698 L 31.007819,40.282948 C 31.007819,39.499468 30.385039,38.876698 29.601569,38.876698 L 27.007819,38.876698 L 27.007819,31.282948 C 27.007819,30.499468 26.385039,29.876698 25.601569,29.876698 L 21.882819,29.876698 z " + style="color:black;fill:url(#linearGradient6165);fill-opacity:1;fill-rule:nonzero;stroke:#434343;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + ry="0.29955584" + rx="0.29955584" + y="35.907959" + x="21.416819" + height="3" + width="1.9722718" + id="rect209" + style="color:black;fill:url(#linearGradient6167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + inkscape:r_cy="true" + inkscape:r_cx="true" + sodipodi:nodetypes="cccc" + id="path258" + d="M 26.510579,35.507514 L 20.979329,35.507514 C 20.979329,35.507514 20.979329,37.195014 20.979329,37.679394 C 21.526199,35.898144 26.510579,35.507514 26.510579,35.507514 z " + style="color:black;fill:url(#linearGradient6169);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + style="fill:white;fill-opacity:0.72023806" + id="g236" + transform="translate(-0.610968,0.736037)"> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + ry="0.5" + rx="0.5" + y="40" + x="20" + height="1" + width="10" + id="rect226" + style="color:black;fill-rule:nonzero;stroke:none;stroke-width:1.13999999;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + inkscape:r_cy="true" + inkscape:r_cx="true" + transform="translate(6.25e-2,-9.375e-2)" + d="M 19 40.625 A 0.53125 0.53125 0 1 1 17.9375,40.625 A 0.53125 0.53125 0 1 1 19 40.625 z" + sodipodi:ry="0.53125" + sodipodi:rx="0.53125" + sodipodi:cy="40.625" + sodipodi:cx="18.46875" + id="path235" + style="color:black;fill-rule:nonzero;stroke:none;stroke-width:1.13999999;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" + sodipodi:type="arc" /> + </g> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g17906" + transform="translate(1.237435,-4.090477)"> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + inkscape:export-ydpi="74.800003" + inkscape:export-xdpi="74.800003" + inkscape:export-filename="/home/jimmac/ximian_art/icons/caja/suse93/mate-fs-directory.png" + transform="matrix(1.040764,0,5.449252e-2,1.040764,-8.670199,2.670594)" + id="g17962" + style="fill:white;fill-opacity:0.75706213;fill-rule:nonzero;stroke:none;stroke-width:0.99946535;stroke-miterlimit:4" /> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g17982" + transform="matrix(1.040764,0,5.449252e-2,1.365642,-8.358528,0.921788)" + style="opacity:0.41477272;fill:url(#linearGradient11003);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-miterlimit:4" + inkscape:export-filename="/home/jimmac/ximian_art/icons/caja/suse93/mate-fs-directory.png" + inkscape:export-xdpi="74.800003" + inkscape:export-ydpi="74.800003" /> + </g> + </g> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g4038" + inkscape:label="pattern" /> + </g> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient7169);fill-opacity:1;stroke:none;stroke-width:0.88561487;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="path6276" + sodipodi:cx="214.20917" + sodipodi:cy="-66.462914" + sodipodi:rx="10.827573" + sodipodi:ry="1.767767" + d="M 225.03674 -66.462914 A 10.827573 1.767767 0 1 1 203.38159,-66.462914 A 10.827573 1.767767 0 1 1 225.03674 -66.462914 z" + transform="matrix(1.558583,0,0,2.229594,-310.3629,183.1738)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3158" + transform="translate(-1,99)"> + <path + style="fill:url(#linearGradient2527);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-94.500002 C 7.5975,-94.500002 7.168127,-94.186392 7,-93.04412 C 5.118026,-83.070943 5.215756,-74.96574 5.5,-64.864899 C 5.5,-64.115602 6.116307,-63.50001 6.875,-63.50001 L 42.125,-63.50001 C 42.88369,-63.50001 43.44816,-64.117293 43.5,-64.864899 C 44.5,-82.91177 42.5,-88.135111 42.5,-88.135111 C 42.5,-88.884408 41.88369,-89.5 41.125,-89.5 L 23.5,-89.5 L 22.5,-92.897058 C 22.254867,-93.729789 21.9025,-94.500002 21,-94.500002 L 8.5,-94.500002 z " + id="path2523" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient2529);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-93.5 C 8.167757,-93.5 8.1531396,-93.465856 8.15625,-93.46875 C 8.1593604,-93.471644 8.0371607,-93.339789 7.96875,-92.875 C 7.9689149,-92.864584 7.9689149,-92.854166 7.96875,-92.84375 C 6.2697576,-83.840251 6.2178889,-74.709407 6.4375,-65.5 L 42.625,-65.5 C 43.308005,-81.554915 41.5625,-87.875 41.5625,-87.875 C 41.530831,-87.955244 41.509819,-88.039293 41.5,-88.125 C 41.5,-88.333118 41.341065,-88.5 41.125,-88.5 L 23.5,-88.5 C 23.062797,-88.50549 22.681309,-88.797964 22.5625,-89.21875 L 21.5625,-92.625 C 21.45311,-92.996605 21.310238,-93.289949 21.21875,-93.40625 C 21.127262,-93.522551 21.173845,-93.5 21,-93.5 L 8.5,-93.5 z " + id="path2525" /> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + transform="translate(-1,-5)" + id="use3162" + style="display:inline"> + <g + id="g2480"> + <path + transform="translate(0,54)" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path2482" + style="opacity:0.32156863;fill:none;fill-opacity:1;stroke:url(#linearGradient2496);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path2484" + d="M 2.5,21.5 L 46.5,21.5" + style="opacity:0.3254902;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + style="fill:url(#linearGradient2498);fill-opacity:1;stroke:url(#linearGradient2500);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.645078,20.5 L 46.354654,20.5 C 46.989027,20.5 47.499732,20.862969 47.499732,21.313831 C 44.5,28.967284 44.5,32.694452 44.5,37.434576 C 44.500268,38.173288 44,40.423032 42.354654,40.498152 L 6.645078,40.498152 C 5.5,40.423032 4.5,38.430728 4.5,37.434576 C 4.5,30.702148 4.5,28.967284 1.499999,21.313831 C 1.499999,20.862969 2.010705,20.5 2.645078,20.5 z " + id="path2486" + sodipodi:nodetypes="ccccccccc" /> + <path + style="opacity:0.8;fill:url(#linearGradient2503);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.65625,21 C 2.4314409,21 2.2397168,21.044736 2.125,21.125 C 2.0102832,21.205264 2,21.274638 2,21.3125 C 4.2218558,27.007434 4.7883072,29.513938 4.9375,33.3125 L 44.125,33.3125 C 44.328358,30.089308 44.943507,26.607344 47,21.3125 C 47,21.274637 46.989716,21.205264 46.875,21.125 C 46.760284,21.044736 46.56856,21 46.34375,21 L 2.65625,21 z " + id="path2488" /> + <path + style="opacity:0.44313725;fill:url(#linearGradient2505);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 4.625,30 C 4.9603306,32.150219 5,34.257337 5,37.4375 C 5,37.771087 5.2086862,38.497978 5.5625,39.0625 C 5.9077942,39.613428 6.3538112,39.964089 6.65625,40 L 6.6875,40 L 42.3125,40 L 42.34375,40 C 42.929781,39.95968 43.308738,39.567494 43.59375,39 C 43.883899,38.422277 44.000093,37.694547 44,37.4375 C 44,34.957143 44.019836,32.683092 44.46875,30 L 4.625,30 z " + id="path2490" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient2507);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2492" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(0,54)" /> + <path + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient2509);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 2.5,21.5 L 46.5,21.5" + id="path2494" + sodipodi:nodetypes="cc" /> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3216" + transform="translate(-1,99)"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2434" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2436" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect2438" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect2440" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect2442" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect2444" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/folder-saved-search.svg b/icon-themes/Quid/scalable/places/folder-saved-search.svg new file mode 100644 index 00000000..c3ef5a2d --- /dev/null +++ b/icon-themes/Quid/scalable/places/folder-saved-search.svg @@ -0,0 +1,531 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-saved-search.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>search</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="36.411399" + inkscape:cx="-52.332829" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient3189"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3191" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3193" /> + </linearGradient> + <linearGradient + id="linearGradient2280"> + <stop + id="stop2282" + offset="0" + style="stop-color:#ce5c00;stop-opacity:1" /> + <stop + id="stop2284" + offset="1" + style="stop-color:#793600;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient2264" + inkscape:collect="always"> + <stop + id="stop2266" + offset="0" + style="stop-color:#ce5c00;stop-opacity:1" /> + <stop + id="stop2268" + offset="1" + style="stop-color:#ce5c00;stop-opacity:0" /> + </linearGradient> + <linearGradient + id="linearGradient2258"> + <stop + style="stop-color:#b55100;stop-opacity:1" + offset="0" + id="stop2260" /> + <stop + style="stop-color:#ce5c00;stop-opacity:0" + offset="1" + id="stop2262" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient2232" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-29.129791" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient2242" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-11.86781,16.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2264" + id="linearGradient2246" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" + gradientTransform="translate(-1,-2)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2258" + id="linearGradient2249" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="22.865292" + x2="16.749592" + y2="32.797989" + gradientTransform="translate(-1,-2)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2280" + id="linearGradient2278" + x1="-63.375" + y1="-100.38324" + x2="-63.375" + y2="-73.500923" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(64,102)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3189" + id="linearGradient3195" + x1="-36.375" + y1="-68.375" + x2="-36.375" + y2="-83.125" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(64,102)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2874" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="20.625" + y1="-90.064087" + x2="20.625" + y2="-84.029831" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient2876" + gradientUnits="userSpaceOnUse" + x1="9" + y1="-92.805496" + x2="9" + y2="-83.4375" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3228" + transform="translate(-1,102)"> + <path + style="fill:url(#linearGradient2874);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-94.500002 C 7.5975,-94.500002 7.168127,-94.186392 7,-93.04412 C 5.118026,-83.070943 5.215756,-74.96574 5.5,-64.864899 C 5.5,-64.115602 6.116307,-63.50001 6.875,-63.50001 L 42.125,-63.50001 C 42.88369,-63.50001 43.44816,-64.117293 43.5,-64.864899 C 44.5,-82.91177 42.5,-88.135111 42.5,-88.135111 C 42.5,-88.884408 41.88369,-89.5 41.125,-89.5 L 23.5,-89.5 L 22.5,-92.897058 C 22.254867,-93.729789 21.9025,-94.500002 21,-94.500002 L 8.5,-94.500002 z " + id="path2870" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient2876);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-93.5 C 8.167757,-93.5 8.1531396,-93.465856 8.15625,-93.46875 C 8.1593604,-93.471644 8.0371607,-93.339789 7.96875,-92.875 C 7.9689149,-92.864584 7.9689149,-92.854166 7.96875,-92.84375 C 6.2697576,-83.840251 6.2178889,-74.709407 6.4375,-65.5 L 42.625,-65.5 C 43.308005,-81.554915 41.5625,-87.875 41.5625,-87.875 C 41.530831,-87.955244 41.509819,-88.039293 41.5,-88.125 C 41.5,-88.333118 41.341065,-88.5 41.125,-88.5 L 23.5,-88.5 C 23.062797,-88.50549 22.681309,-88.797964 22.5625,-89.21875 L 21.5625,-92.625 C 21.45311,-92.996605 21.310238,-93.289949 21.21875,-93.40625 C 21.127262,-93.522551 21.173845,-93.5 21,-93.5 L 8.5,-93.5 z " + id="path2872" /> + </g> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g2166" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2168" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2170" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2172" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2174" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2176" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2178" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2180" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2182" /> + </g> + <path + style="fill:#f57900;fill-opacity:1;stroke:url(#linearGradient2278);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 1.645078,18.5 L 45.354654,18.5 C 45.989027,18.5 46.499732,18.862969 46.499732,19.313831 C 43.5,26.967284 43.5,30.694452 43.5,35.434576 C 43.500268,36.173288 43,38.423032 41.354654,38.498152 L 5.645078,38.498152 C 4.5,38.423032 3.5,36.430728 3.5,35.434576 C 3.5,28.702148 3.5,26.967284 0.499999,19.313831 C 0.499999,18.862969 1.010705,18.5 1.645078,18.5 z " + id="path2206" + sodipodi:nodetypes="ccccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.8;fill:url(#linearGradient2249);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 1.65625,19 C 1.431441,19 1.239717,19.044736 1.125,19.125 C 1.010283,19.205264 1,19.274638 1,19.3125 C 3.221856,25.007434 3.788307,27.513938 3.9375,31.3125 L 43.125,31.3125 C 43.328358,28.089308 43.943507,24.607344 46,19.3125 C 46,19.274637 45.989716,19.205264 45.875,19.125 C 45.760284,19.044736 45.56856,19 45.34375,19 L 1.65625,19 z " + id="path2208" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.44313725;fill:url(#linearGradient2246);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3.625,28 C 3.960331,30.150219 4,32.257337 4,35.4375 C 4,35.771087 4.208686,36.497978 4.5625,37.0625 C 4.907794,37.613428 5.353811,37.964089 5.65625,38 L 5.6875,38 L 41.3125,38 L 41.34375,38 C 41.929781,37.95968 42.308738,37.567494 42.59375,37 C 42.883899,36.422277 43.000093,35.694547 43,35.4375 C 43,32.957143 43.019836,30.683092 43.46875,28 L 3.625,28 z " + id="path2210" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.2745098;fill:none;fill-opacity:1;stroke:url(#linearGradient2232);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2212" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(-1,52)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.38823529;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient2242);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 1.5,19.5 L 45.5,19.5" + id="path2214" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.8;fill:url(#linearGradient3195);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + d="M 22.5,22 C 20.836178,22 19.174799,22.551545 17.90625,23.625 C 15.369152,25.771911 15.369152,28.228091 17.90625,30.375 C 20.200081,32.316056 23.77159,32.506324 26.3125,30.9375 C 26.341207,31.277885 26.488444,31.613442 26.75,31.875 L 29.625,34.75 C 30.212606,35.337606 31.162393,35.337608 31.75,34.75 C 32.337606,34.162394 32.337605,33.212609 31.75,32.625 L 28.875,29.75 C 28.638524,29.513524 28.337117,29.389891 28.03125,29.34375 C 29.570215,27.23075 29.262482,25.460198 27.09375,23.625 C 25.825201,22.551544 24.163822,22 22.5,22 z M 22.5,23.6875 C 25.609628,23.6875 27,25.270311 27,26.6875 C 27,28.789477 24.984,30.3125 22.5,30.3125 C 20.016,30.312501 18,28.976978 18,26.875 C 18,25.332663 20.016,23.6875 22.5,23.6875 z " + id="path3175" + sodipodi:nodetypes="csscccscccsccsssc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3226" + transform="translate(-1,102)"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2814" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2816" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect2818" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect2820" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect2822" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect2824" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/folder.svg b/icon-themes/Quid/scalable/places/folder.svg new file mode 100644 index 00000000..74c1d628 --- /dev/null +++ b/icon-themes/Quid/scalable/places/folder.svg @@ -0,0 +1,553 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48.000000px" + height="48.000000px" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date>2006-06-26</dc:date> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1041" + inkscape:window-height="655" + inkscape:cy="24.626698" + inkscape:cx="45.136759" + inkscape:zoom="8" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="504" + inkscape:window-y="101" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="true" + borderlayer="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4232"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop4234" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop4236" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient3076"> + <stop + id="stop3078" + offset="0" + style="stop-color:#5c3566;stop-opacity:1" /> + <stop + id="stop3080" + offset="1" + style="stop-color:#5c3566;stop-opacity:0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2994"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop2996" /> + <stop + style="stop-color:#5c3566;stop-opacity:0" + offset="1" + id="stop2998" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient3685" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.276186" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient3687" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.996152,0,85.74795)" + x1="9.4176369" + y1="-44.922661" + x2="9.4176369" + y2="-59.636772" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3076" + id="linearGradient3689" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="21.616077" + x2="16.749592" + y2="32.797989" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2994" + id="linearGradient3691" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient3693" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-30.879261" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient3695" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-10.86781,18.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient3938" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="20.625" + y1="-90.064087" + x2="20.625" + y2="-84.029831" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient3129" + gradientUnits="userSpaceOnUse" + x1="9" + y1="-92.805496" + x2="9" + y2="-83.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4232" + id="linearGradient4238" + x1="0.99999888" + y1="30.499076" + x2="53.999733" + y2="37.624077" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g3131" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,102)"> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + sodipodi:nodetypes="czcccccccscc" + id="path3108" + d="M 8.5,-94.500002 C 7.5975,-94.500002 7.168127,-94.186392 7,-93.04412 C 5.118026,-83.070943 5.215756,-74.96574 5.5,-64.864899 C 5.5,-64.115602 6.116307,-63.50001 6.875,-63.50001 L 42.125,-63.50001 C 42.88369,-63.50001 43.44816,-64.117293 43.5,-64.864899 C 44.5,-82.91177 42.5,-88.135111 42.5,-88.135111 C 42.5,-88.884408 41.88369,-89.5 41.125,-89.5 L 23.5,-89.5 L 22.5,-92.897058 C 22.254867,-93.729789 21.9025,-94.500002 21,-94.500002 L 8.5,-94.500002 z " + style="fill:url(#linearGradient3938);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="path3110" + d="M 8.5,-93.5 C 8.167757,-93.5 8.1531396,-93.465856 8.15625,-93.46875 C 8.1593604,-93.471644 8.0371607,-93.339789 7.96875,-92.875 C 7.9689149,-92.864584 7.9689149,-92.854166 7.96875,-92.84375 C 6.2697576,-83.840251 6.2178889,-74.709407 6.4375,-65.5 L 42.625,-65.5 C 43.308005,-81.554915 41.5625,-87.875 41.5625,-87.875 C 41.530831,-87.955244 41.509819,-88.039293 41.5,-88.125 C 41.5,-88.333118 41.341065,-88.5 41.125,-88.5 L 23.5,-88.5 C 23.062797,-88.50549 22.681309,-88.797964 22.5625,-89.21875 L 21.5625,-92.625 C 21.45311,-92.996605 21.310238,-93.289949 21.21875,-93.40625 C 21.127262,-93.522551 21.173845,-93.5 21,-93.5 L 8.5,-93.5 z " + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient3129);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + </g> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g3112" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3114" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3116" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3118" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3120" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3122" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3124" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3126" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3128" /> + </g> + <g + style="display:inline" + id="g3661" + transform="translate(-1,-2)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <g + id="g3663"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.32156863;fill:none;fill-opacity:1;stroke:url(#linearGradient3685);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path3667" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(0,54)" /> + <path + style="opacity:0.3254902;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 2.5,21.5 L 46.5,21.5" + id="path3669" + sodipodi:nodetypes="cc" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path3671" + d="M 2.645078,20.5 L 46.354654,20.5 C 46.989027,20.5 47.499732,20.862969 47.499732,21.313831 C 44.5,28.967284 44.5,32.694452 44.5,37.434576 C 44.500268,38.173288 44,40.423032 42.354654,40.498152 L 6.645078,40.498152 C 5.5,40.423032 4.5,38.430728 4.5,37.434576 C 4.5,30.702148 4.5,28.967284 1.499999,21.313831 C 1.499999,20.862969 2.010705,20.5 2.645078,20.5 z " + style="fill:url(#linearGradient4238);fill-opacity:1;stroke:url(#linearGradient3687);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + id="path3673" + d="M 2.65625,21 C 2.4314409,21 2.2397168,21.044736 2.125,21.125 C 2.0102832,21.205264 2,21.274638 2,21.3125 C 4.2218558,27.007434 4.7883072,29.513938 4.9375,33.3125 L 44.125,33.3125 C 44.328358,30.089308 44.943507,26.607344 47,21.3125 C 47,21.274637 46.989716,21.205264 46.875,21.125 C 46.760284,21.044736 46.56856,21 46.34375,21 L 2.65625,21 z " + style="opacity:0.8;fill:url(#linearGradient3689);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + id="path3675" + d="M 4.625,30 C 4.9603306,32.150219 5,34.257337 5,37.4375 C 5,37.771087 5.2086862,38.497978 5.5625,39.0625 C 5.9077942,39.613428 6.3538112,39.964089 6.65625,40 L 6.6875,40 L 42.3125,40 L 42.34375,40 C 42.929781,39.95968 43.308738,39.567494 43.59375,39 C 43.883899,38.422277 44.000093,37.694547 44,37.4375 C 44,34.957143 44.019836,32.683092 44.46875,30 L 4.625,30 z " + style="opacity:0.44313725;fill:url(#linearGradient3691);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + transform="translate(0,54)" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path3677" + style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient3693);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3679" + d="M 2.5,21.5 L 46.5,21.5" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3695);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + id="g3198" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,102)"> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + ry="1.5" + rx="1.5" + y="-91.5" + x="9.4999981" + height="3" + width="10.000002" + id="rect2118" + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + transform="translate(66,0)" + id="g3371" + style="display:inline"> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="rect3373" + width="1" + height="1" + x="-55" + y="-90" + rx="0.5" + ry="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="rect3375" + width="1" + height="1" + x="-53" + y="-90" + rx="0.5" + ry="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="rect3377" + width="1" + height="1" + x="-51" + y="-90" + rx="0.5" + ry="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="rect3379" + width="1" + height="1" + x="-49" + y="-90" + rx="0.5" + ry="0.5" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/user-home.svg b/icon-themes/Quid/scalable/places/user-home.svg new file mode 100644 index 00000000..351439ca --- /dev/null +++ b/icon-themes/Quid/scalable/places/user-home.svg @@ -0,0 +1,559 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="user-home.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Home folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>home</rdf:li> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>personal</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="38.399492" + inkscape:cx="-12.077596" + inkscape:zoom="2" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false" + borderlayer="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4232"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop4234" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop4236" /> + </linearGradient> + <linearGradient + id="linearGradient3076"> + <stop + id="stop3078" + offset="0" + style="stop-color:#5c3566;stop-opacity:1" /> + <stop + id="stop3080" + offset="1" + style="stop-color:#5c3566;stop-opacity:0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2994"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop2996" /> + <stop + style="stop-color:#5c3566;stop-opacity:0" + offset="1" + id="stop2998" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3075"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3077" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3079" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3142"> + <stop + id="stop3144" + offset="0" + style="stop-color:#888a85;stop-opacity:1" /> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0.5" + id="stop3122" /> + <stop + id="stop3146" + offset="1" + style="stop-color:#555753;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3142" + id="linearGradient2039" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.970588,-1,1.1618)" + x1="19.051777" + y1="6.544682" + x2="19.051777" + y2="19.603487" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3075" + id="linearGradient3081" + x1="90.5" + y1="-98.25" + x2="91.625" + y2="-82.75" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient3181" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.276186" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4232" + id="linearGradient3183" + gradientUnits="userSpaceOnUse" + x1="0.99999887" + y1="30.499077" + x2="53.999733" + y2="37.624077" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient3185" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.996152,0,85.74795)" + x1="9.4176369" + y1="-44.922661" + x2="9.4176369" + y2="-59.636772" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3076" + id="linearGradient3187" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="21.616077" + x2="16.749592" + y2="32.797989" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2994" + id="linearGradient3190" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient3192" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-30.879261" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient3194" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-10.86781,18.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="opacity:1;fill:url(#linearGradient2039);fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 23.5,6.4375 L 1.5,14.5 L 5.5,14.5 L 3.5,29.125 L 4.875,30.5 L 42.125,30.5 L 43.5,29.125 L 41.5,14.5 L 45.5,14.5 L 38.15625,11.8125 L 37.65625,7.5 L 32.4375,7.5 L 32.4375,9.71875 L 23.5,6.4375 z " + id="path2003" + sodipodi:nodetypes="cccccccccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99178213" + inkscape:original="M 90.5 -96.5625 L 68.5 -88.5 L 72.5 -88.5 L 70.5 -72.875 L 71.875 -71.5 L 109.125 -71.5 L 110.5 -72.875 L 108.5 -88.5 L 112.5 -88.5 L 105.15625 -91.1875 L 104.65625 -95.5 L 99.4375 -95.5 L 99.4375 -93.28125 L 90.5 -96.5625 z " + style="opacity:0.58431373;fill:none;fill-opacity:1;stroke:url(#linearGradient3081);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path3063" + d="M 90.5,-95.5 L 73.25,-89.15625 C 73.430955,-88.938925 73.51054,-88.654693 73.46875,-88.375 L 71.53125,-73.21875 L 72.25,-72.5 L 108.75,-72.5 L 109.46875,-73.21875 L 107.53125,-88.375 C 107.48946,-88.654693 107.56905,-88.938925 107.75,-89.15625 L 104.8125,-90.25 C 104.45733,-90.374408 104.20315,-90.689103 104.15625,-91.0625 L 103.75,-94.5 L 100.4375,-94.5 L 100.4375,-93.28125 C 100.44085,-92.953466 100.28205,-92.645194 100.01321,-92.457633 C 99.744369,-92.270071 99.400225,-92.227446 99.09375,-92.34375 L 90.5,-95.5 z " + transform="translate(-67,103)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g2007" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2009" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2011" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2013" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2015" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2017" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2019" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2021" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2023" /> + </g> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + transform="translate(-1,-2)" + id="use3148" + style="display:inline"> + <g + id="g3165"> + <path + transform="translate(0,54)" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path3167" + style="opacity:0.32156863;fill:none;fill-opacity:1;stroke:url(#linearGradient3181);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3169" + d="M 2.5,21.5 L 46.5,21.5" + style="opacity:0.3254902;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + style="fill:url(#linearGradient3183);fill-opacity:1;stroke:url(#linearGradient3185);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.645078,20.5 L 46.354654,20.5 C 46.989027,20.5 47.499732,20.862969 47.499732,21.313831 C 44.5,28.967284 44.5,32.694452 44.5,37.434576 C 44.500268,38.173288 44,40.423032 42.354654,40.498152 L 6.645078,40.498152 C 5.5,40.423032 4.5,38.430728 4.5,37.434576 C 4.5,30.702148 4.5,28.967284 1.499999,21.313831 C 1.499999,20.862969 2.010705,20.5 2.645078,20.5 z " + id="path3171" + sodipodi:nodetypes="ccccccccc" /> + <path + style="opacity:0.8;fill:url(#linearGradient3187);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.65625,21 C 2.4314409,21 2.2397168,21.044736 2.125,21.125 C 2.0102832,21.205264 2,21.274638 2,21.3125 C 4.2218558,27.007434 4.7883072,29.513938 4.9375,33.3125 L 44.125,33.3125 C 44.328358,30.089308 44.943507,26.607344 47,21.3125 C 47,21.274637 46.989716,21.205264 46.875,21.125 C 46.760284,21.044736 46.56856,21 46.34375,21 L 2.65625,21 z " + id="path3173" /> + <path + style="opacity:0.44313725;fill:url(#linearGradient3190);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 4.625,30 C 4.9603306,32.150219 5,34.257337 5,37.4375 C 5,37.771087 5.2086862,38.497978 5.5625,39.0625 C 5.9077942,39.613428 6.3538112,39.964089 6.65625,40 L 6.6875,40 L 42.3125,40 L 42.34375,40 C 42.929781,39.95968 43.308738,39.567494 43.59375,39 C 43.883899,38.422277 44.000093,37.694547 44,37.4375 C 44,34.957143 44.019836,32.683092 44.46875,30 L 4.625,30 z " + id="path3175" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient3192);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path3177" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(0,54)" /> + <path + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3194);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 2.5,21.5 L 46.5,21.5" + id="path3179" + sodipodi:nodetypes="cc" /> + </g> + <g + transform="translate(8,103)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3212"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect3151" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g3153" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect3155" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect3157" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect3159" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect3161" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/status/Makefile.am b/icon-themes/Quid/scalable/status/Makefile.am new file mode 100644 index 00000000..10eac02a --- /dev/null +++ b/icon-themes/Quid/scalable/status/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/Quid +size = scalable +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.svg \ + folder-open.svg \ + folder-visiting.svg + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/Quid/scalable/status/folder-drag-accept.svg b/icon-themes/Quid/scalable/status/folder-drag-accept.svg new file mode 100644 index 00000000..7526d7ee --- /dev/null +++ b/icon-themes/Quid/scalable/status/folder-drag-accept.svg @@ -0,0 +1,481 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-drag-accept.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/status" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder Drag Accept</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>drag</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="39.960998" + inkscape:cx="23.81977" + inkscape:zoom="4" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="linearGradient3135"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop3137" /> + <stop + style="stop-color:#2e3436;stop-opacity:1" + offset="1" + id="stop3139" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3106"> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="0" + id="stop3108" /> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="1" + id="stop3110" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4100"> + <stop + style="stop-color:#75507b;stop-opacity:1;" + offset="0" + id="stop4102" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop4104" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2193" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,103)" + x1="20.625" + y1="-89.501274" + x2="20.625" + y2="-73.592278" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient2195" + gradientUnits="userSpaceOnUse" + x1="7.875" + y1="8.8348885" + x2="7.875" + y2="33.135288" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4100" + id="linearGradient2206" + gradientUnits="userSpaceOnUse" + x1="27.114853" + y1="41.217445" + x2="27.114853" + y2="33.541897" + gradientTransform="matrix(1,0,0,0.364365,-1,24.01196)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient2208" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.3499,-1,54.39991)" + x1="9.4176369" + y1="-42.42358" + x2="9.4176369" + y2="-76.621986" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3106" + id="linearGradient3112" + x1="18" + y1="16.297529" + x2="18" + y2="14.475042" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,18)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3135" + id="linearGradient3141" + x1="1.9445436" + y1="23" + x2="1.9445436" + y2="27.31839" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,8)" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="fill:url(#linearGradient2193);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 7.5,7.499998 C 6.5975,7.499998 6.168127,7.813608 6,8.95588 C 4.118026,18.929057 4.215756,27.03426 4.5,37.135101 C 4.5,37.884398 5.116307,38.49999 5.875,38.49999 L 41.125,38.49999 C 41.88369,38.49999 42.44816,37.882707 42.5,37.135101 C 43.5,19.08823 41.5,13.864889 41.5,13.864889 C 41.5,13.115592 40.88369,12.5 40.125,12.5 L 22.5,12.5 L 21.5,9.102942 C 21.254867,8.270211 20.9025,7.499998 20,7.499998 L 7.5,7.499998 z " + id="path2151" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98693144" + inkscape:original="M 8.5 7.5 C 7.5975 7.4999999 7.168127 7.826478 7 8.96875 C 5.118026 18.941927 5.215756 29.024159 5.5 39.125 C 5.5 39.874297 6.116307 40.5 6.875 40.5 L 42.125 40.5 C 42.88369 40.500001 43.44816 39.872606 43.5 39.125 C 44.5 21.078129 42.5 13.875 42.5 13.875 C 42.5 13.125703 41.88369 12.5 41.125 12.5 L 23.5 12.5 L 22.5 9.09375 C 22.254867 8.2610185 21.9025 7.5 21 7.5 L 8.5 7.5 z " + style="opacity:0.48627451;fill:none;fill-opacity:1;stroke:url(#linearGradient2195);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path2153" + d="M 8.5,8.5 C 8.167757,8.5 8.1531396,8.5341442 8.15625,8.53125 C 8.1593604,8.5283558 8.0371607,8.6602106 7.96875,9.125 C 7.9689149,9.135416 7.9689149,9.145834 7.96875,9.15625 C 6.1104047,19.004211 6.2160965,29.00501 6.5,39.09375 C 6.5001649,39.104166 6.5001649,39.114584 6.5,39.125 C 6.5,39.333121 6.6589296,39.5 6.875,39.5 L 42.125,39.5 C 42.339597,39.5 42.479725,39.354901 42.5,39.0625 C 43.495176,21.102696 41.5625,14.125 41.5625,14.125 C 41.530831,14.044756 41.509819,13.960707 41.5,13.875 C 41.5,13.666882 41.341065,13.5 41.125,13.5 L 23.5,13.5 C 23.062797,13.49451 22.681309,13.202036 22.5625,12.78125 L 21.5625,9.375 C 21.45311,9.0033953 21.310238,8.710051 21.21875,8.59375 C 21.127262,8.477449 21.173845,8.5 21,8.5 L 8.5,8.5 z " + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,0)" /> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g2155" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2157" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2159" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2161" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2163" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2165" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2167" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2169" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2171" /> + </g> + <path + style="fill:url(#linearGradient2206);fill-opacity:1;stroke:url(#linearGradient2208);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 2,31.500005 L 45,31.500005 C 45.071625,31.510483 44.5,34 43.5,36.429755 C 43.500268,36.689229 43,38.479455 41.354654,38.505841 L 5.645078,38.505841 C 4.5,38.479455 3.5,36.779655 3.5,36.429755 C 2.5,34 1.8827379,31.516273 2,31.500005 z " + id="path2187" + sodipodi:nodetypes="ccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 3 14.5 C 2.8827379 14.516268 3.5 17.007746 4.5 19.4375 C 4.5 19.7874 5.5111718 21.473615 6.65625 21.5 L 42.34375 21.5 C 43.989096 21.473614 44.500268 19.696975 44.5 19.4375 C 45.5 17.007745 46.071625 14.510478 46 14.5 L 3 14.5 z " + style="opacity:0.11372549;fill:none;fill-opacity:1;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path3121" + d="M 4.21875,15.5 C 4.2473971,15.606575 4.247613,15.663226 4.28125,15.78125 C 4.5361392,16.675597 4.9557234,17.891901 5.4375,19.0625 C 5.4717988,19.152742 5.4928505,19.247475 5.5,19.34375 C 5.4967551,19.221277 5.5014401,19.324959 5.5625,19.4375 C 5.6402126,19.580734 5.7557806,19.759416 5.90625,19.9375 C 6.2071889,20.293668 6.5986519,20.497953 6.6875,20.5 L 42.34375,20.5 C 42.80829,20.49255 43.006111,20.306044 43.21875,20 C 43.325069,19.846978 43.420647,19.664239 43.46875,19.53125 C 43.516853,19.398261 43.499727,19.172853 43.5,19.4375 C 43.496665,19.309654 43.517881,19.182354 43.5625,19.0625 C 44.042133,17.89711 44.437425,16.678733 44.6875,15.78125 C 44.72025,15.663714 44.721869,15.606427 44.75,15.5 L 4.21875,15.5 z " + transform="translate(-1,17)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3112);fill-opacity:1;stroke:url(#linearGradient3141);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:10;stroke-opacity:1" + d="M 2.5,31.5 L 44.5,31.5 C 45.03125,31.5 46.5,32.195436 46.5,35.5 L 0.5,35.499996 C 0.5,32.140722 1.9990244,31.5 2.5,31.5 z " + id="rect2216" + sodipodi:nodetypes="ccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9821676" + inkscape:original="M 3.5 13.5 C 2.9990244 13.5 1.5 14.140726 1.5 17.5 L 47.5 17.5 C 47.5 14.195436 46.03125 13.5 45.5 13.5 L 3.5 13.5 z " + style="opacity:0.2;fill:none;fill-opacity:1;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="path3131" + d="M 3.5,14.46875 C 3.7898711,14.46875 2.8665612,14.580046 2.59375,16.53125 L 46.40625,16.53125 C 46.135436,14.603282 45.219232,14.46875 45.5,14.46875 L 3.5,14.46875 z " + transform="translate(-1,18)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3210" + transform="translate(-1,102)"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2434" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2436" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-55" + height="1" + width="1" + id="rect2438" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-53" + height="1" + width="1" + id="rect2440" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-51" + height="1" + width="1" + id="rect2442" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-49" + height="1" + width="1" + id="rect2444" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/status/folder-open.svg b/icon-themes/Quid/scalable/status/folder-open.svg new file mode 100644 index 00000000..b7bbac61 --- /dev/null +++ b/icon-themes/Quid/scalable/status/folder-open.svg @@ -0,0 +1,486 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-open.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/status" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder Open</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>open</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="23.5" + inkscape:cx="25" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="284" + inkscape:window-y="35" + inkscape:current-layer="layer5" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient3148"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3150" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3152" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4100"> + <stop + style="stop-color:#75507b;stop-opacity:1;" + offset="0" + id="stop4102" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop4104" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient3998" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,103)" + x1="20.625" + y1="-89.501274" + x2="20.625" + y2="-73.592278" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient4000" + gradientUnits="userSpaceOnUse" + x1="7.875" + y1="8.8348885" + x2="7.875" + y2="30.009003" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient4087" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.9603,0,83.39965)" + x1="9.4176369" + y1="-44.498653" + x2="9.4176369" + y2="-60.72047" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient4089" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.221062" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4100" + id="linearGradient4106" + x1="20.662504" + y1="34.941128" + x2="20.537504" + y2="25.303768" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3148" + id="radialGradient3154" + cx="10.804749" + cy="16.085173" + fx="10.804749" + fy="16.085173" + r="22.730583" + gradientTransform="matrix(2.909226,8.225137e-3,0,0.349063,-19.80845,16.49248)" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Riferimenti" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="base" + style="display:none"> + <rect + style="opacity:0.7;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.01111126;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="rect2826" + width="307" + height="105" + x="-68" + y="-209" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="fill:url(#linearGradient3998);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 7.5,7.499998 C 6.5975,7.499998 6.168127,7.813608 6,8.95588 C 4.118026,18.929057 4.215756,27.03426 4.5,37.135101 C 4.5,37.884398 5.116307,38.49999 5.875,38.49999 L 41.125,38.49999 C 41.88369,38.49999 42.44816,37.882707 42.5,37.135101 C 43.5,19.08823 41.5,13.864889 41.5,13.864889 C 41.5,13.115592 40.88369,12.5 40.125,12.5 L 22.5,12.5 L 21.5,9.102942 C 21.254867,8.270211 20.9025,7.499998 20,7.499998 L 7.5,7.499998 z " + id="path3944" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98693144" + inkscape:original="M 8.5 7.5 C 7.5975 7.4999999 7.168127 7.826478 7 8.96875 C 5.118026 18.941927 5.215756 29.024159 5.5 39.125 C 5.5 39.874297 6.116307 40.5 6.875 40.5 L 42.125 40.5 C 42.88369 40.500001 43.44816 39.872606 43.5 39.125 C 44.5 21.078129 42.5 13.875 42.5 13.875 C 42.5 13.125703 41.88369 12.5 41.125 12.5 L 23.5 12.5 L 22.5 9.09375 C 22.254867 8.2610185 21.9025 7.5 21 7.5 L 8.5 7.5 z " + style="opacity:0.48627451;fill:none;fill-opacity:1;stroke:url(#linearGradient4000);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path3946" + d="M 8.5,8.5 C 8.167757,8.5 8.1531396,8.5341442 8.15625,8.53125 C 8.1593604,8.5283558 8.0371607,8.6602106 7.96875,9.125 C 7.9689149,9.135416 7.9689149,9.145834 7.96875,9.15625 C 6.1104047,19.004211 6.2160965,29.00501 6.5,39.09375 C 6.5001649,39.104166 6.5001649,39.114584 6.5,39.125 C 6.5,39.333121 6.6589296,39.5 6.875,39.5 L 42.125,39.5 C 42.339597,39.5 42.479725,39.354901 42.5,39.0625 C 43.495176,21.102696 41.5625,14.125 41.5625,14.125 C 41.530831,14.044756 41.509819,13.960707 41.5,13.875 C 41.5,13.666882 41.341065,13.5 41.125,13.5 L 23.5,13.5 C 23.062797,13.49451 22.681309,13.202036 22.5625,12.78125 L 21.5625,9.375 C 21.45311,9.0033953 21.310238,8.710051 21.21875,8.59375 C 21.127262,8.477449 21.173845,8.5 21,8.5 L 8.5,8.5 z " + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,0)" /> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g3948" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3950" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3952" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3954" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3956" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3958" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3960" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3962" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3964" /> + </g> + <g + id="g3980" + transform="matrix(1,0,0,0.56332,-1,15.9965)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + sodipodi:nodetypes="ccccccccc" + id="path3982" + d="M 2.645078,20.500008 L 46.354654,20.500008 C 46.989027,20.500008 47.499732,20.849913 47.499732,21.284549 C 44.5,28.66255 44.5,31.959632 44.5,34.690095 C 44.5,36.397607 44,39.706 42.354654,39.778416 L 6.645078,39.778416 C 5.5,39.706 4.5,36.397607 4.5,34.690095 C 4.4375,31.959632 4.5,28.66255 1.499999,21.284549 C 1.499999,20.849913 2.010705,20.500008 2.645078,20.500008 z " + style="fill:url(#linearGradient4106);fill-opacity:1;stroke:url(#linearGradient4087);stroke-width:1.33236361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + transform="matrix(1,0,0,0.901423,0,50.79619)" + style="opacity:0.15;fill:none;fill-opacity:1;stroke:url(#linearGradient4089);stroke-width:1.4033258;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-25.405699 5.5,-18.868483 C 5.5396524,-16.219462 5.9187635,-15.587189 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 43.419472,-14.962936 43.336667,-16.462252 43.5,-18.868483 C 43.5,-23.49881 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path3984" + sodipodi:nodetypes="cscccscccc" /> + <path + sodipodi:nodetypes="cc" + id="path3986" + d="M 2.4999996,22.196088 L 46.5,22.196088" + style="opacity:0.35;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3154);stroke-width:1.33236313px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + transform="translate(-1,102)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3206"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2420" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2422" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect2424" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect2426" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect2428" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect2430" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/status/folder-visiting.svg b/icon-themes/Quid/scalable/status/folder-visiting.svg new file mode 100644 index 00000000..0a41bdab --- /dev/null +++ b/icon-themes/Quid/scalable/status/folder-visiting.svg @@ -0,0 +1,246 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + sodipodi:docname="prova.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/status" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder Open</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>open</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="12.973283" + inkscape:cx="22.704523" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="284" + inkscape:window-y="35" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2187" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,103)" + x1="28.323666" + y1="-62.627769" + x2="20.448666" + y2="-94.053596" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Riferimenti" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="base" + style="display:none"> + <rect + style="opacity:0.7;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.01111126;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="rect2826" + width="307" + height="105" + x="-68" + y="-209" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + id="g2812" + style="opacity:0.6"> + <path + id="path3944" + d="M 7.5 7.5 C 6.5975 7.4999999 6.168127 7.826478 6 8.96875 C 4.74747 15.606304 4.3711108 21.40953 4.34375 27.53125 L 1.65625 27.53125 C 1.021877 27.53125 0.50000001 27.755162 0.5 28 C 3.500001 32.156176 3.4375 33.993126 3.5 35.53125 C 3.5 36.298583 4.129982 37.624387 4.96875 38.15625 C 5.2110324 38.368487 5.5272657 38.5 5.875 38.5 L 41.125 38.5 C 41.354401 38.5 41.564914 38.443158 41.75 38.34375 C 43.064106 38.027895 43.5 36.40647 43.5 35.53125 C 43.5 33.993126 43.500267 32.156177 46.5 28 C 46.5 27.755161 45.978125 27.53125 45.34375 27.53125 L 42.75 27.53125 C 42.720758 17.244475 41.5 13.875 41.5 13.875 C 41.5 13.125703 40.88369 12.5 40.125 12.5 L 22.5 12.5 L 21.5 9.09375 C 21.254867 8.2610185 20.9025 7.5 20 7.5 L 7.5 7.5 z " + style="fill:url(#linearGradient2187);fill-opacity:1;stroke:#5c3566;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;opacity:1" /> + <path + d="M 7.5,8.5 C 7.1693329,8.5 7.1499049,8.537154 7.15625,8.53125 C 7.1625951,8.525346 7.0682035,8.6616188 7,9.125 C 6.9898148,9.1356456 6.9793956,9.1460648 6.96875,9.15625 C 5.7291457,15.725307 5.3709402,21.44769 5.34375,27.53125 C 5.3436948,28.083512 4.8960119,28.531195 4.34375,28.53125 L 1.9375,28.53125 C 2.8875015,30.009617 3.7459046,31.427822 4.0625,32.4375 C 4.4707187,33.739381 4.4699547,34.760585 4.5,35.5 C 4.5001628,35.510416 4.5001628,35.520834 4.5,35.53125 C 4.5,35.641249 4.6096667,36.086922 4.8125,36.46875 C 5.0153333,36.850578 5.3023555,37.187174 5.5,37.3125 C 5.5440478,37.340442 5.585842,37.371788 5.625,37.40625 C 5.6968801,37.469216 5.7793988,37.5 5.875,37.5 L 41.125,37.5 C 41.189211,37.5 41.234628,37.49379 41.28125,37.46875 C 41.360019,37.426467 41.444101,37.394936 41.53125,37.375 C 41.834675,37.30207 42.030547,37.100505 42.21875,36.71875 C 42.406953,36.336995 42.5,35.802847 42.5,35.53125 C 42.5,34.76213 42.519921,33.741373 42.9375,32.4375 C 43.261355,31.426277 44.10927,30.007053 45.0625,28.53125 L 42.75,28.53125 C 42.197738,28.531195 41.750055,28.083512 41.75,27.53125 C 41.735491,22.427109 41.425784,19.072671 41.125,17 C 40.824216,14.927329 40.5625,14.21875 40.5625,14.21875 C 40.521658,14.108722 40.500502,13.992363 40.5,13.875 C 40.5,13.674048 40.33388,13.5 40.125,13.5 L 22.5,13.5 C 22.052678,13.504038 21.657078,13.210529 21.53125,12.78125 L 20.53125,9.375 C 20.422034,9.003988 20.308383,8.7076934 20.21875,8.59375 C 20.129117,8.4798066 20.170172,8.5 20,8.5 L 7.5,8.5 z " + id="path2193" + style="fill:none;fill-opacity:1.0;stroke:white;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;opacity:0.4" + inkscape:original="M 7.5 7.5 C 6.5975 7.4999999 6.168127 7.826478 6 8.96875 C 4.74747 15.606304 4.3711108 21.40953 4.34375 27.53125 L 1.65625 27.53125 C 1.021877 27.53125 0.50000001 27.755162 0.5 28 C 3.500001 32.156176 3.4375 33.993126 3.5 35.53125 C 3.5 36.298583 4.129982 37.624387 4.96875 38.15625 C 5.2110324 38.368487 5.5272657 38.5 5.875 38.5 L 41.125 38.5 C 41.354401 38.5 41.564914 38.443158 41.75 38.34375 C 43.064106 38.027895 43.5 36.40647 43.5 35.53125 C 43.5 33.993126 43.500267 32.156177 46.5 28 C 46.5 27.755161 45.978125 27.53125 45.34375 27.53125 L 42.75 27.53125 C 42.720758 17.244475 41.5 13.875 41.5 13.875 C 41.5 13.125703 40.88369 12.5 40.125 12.5 L 22.5 12.5 L 21.5 9.09375 C 21.254867 8.2610185 20.9025 7.5 20 7.5 L 7.5 7.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> |