alexandria-book-collection-manager 0.6.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rubocop.yml +68 -0
- data/.rubocop_todo.yml +200 -0
- data/CHANGELOG.md +23 -0
- data/COPYING +339 -0
- data/ChangeLog.0 +3598 -0
- data/Gemfile +9 -0
- data/INSTALL.rdoc +156 -0
- data/PACKAGING +36 -0
- data/README.md +88 -0
- data/RELEASE_CHECKLIST +18 -0
- data/Rakefile +264 -0
- data/TODO +24 -0
- data/alexandria-book-collection-manager.gemspec +35 -0
- data/alexandria.desktop.in +10 -0
- data/bin/alexandria +82 -0
- data/doc/AUTHORS +60 -0
- data/doc/BUGS +31 -0
- data/doc/FAQ +369 -0
- data/doc/HACKING +19 -0
- data/doc/NEWS +341 -0
- data/doc/alexandria.1 +120 -0
- data/doc/cuecat_support.rdoc +67 -0
- data/lib/alexandria.rb +85 -0
- data/lib/alexandria/about.rb +82 -0
- data/lib/alexandria/book_providers.rb +411 -0
- data/lib/alexandria/book_providers/adlibris.rb +235 -0
- data/lib/alexandria/book_providers/amazon_aws.rb +261 -0
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +405 -0
- data/lib/alexandria/book_providers/barnes_and_noble.rb +229 -0
- data/lib/alexandria/book_providers/bol_it.rb +162 -0
- data/lib/alexandria/book_providers/deastore.rb +277 -0
- data/lib/alexandria/book_providers/douban.rb +135 -0
- data/lib/alexandria/book_providers/ibs_it.rb +149 -0
- data/lib/alexandria/book_providers/mcu.rb +177 -0
- data/lib/alexandria/book_providers/proxis.rb +205 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +185 -0
- data/lib/alexandria/book_providers/renaud.rb +142 -0
- data/lib/alexandria/book_providers/siciliano.rb +271 -0
- data/lib/alexandria/book_providers/thalia.rb +197 -0
- data/lib/alexandria/book_providers/web.rb +59 -0
- data/lib/alexandria/book_providers/webster_it.rb +173 -0
- data/lib/alexandria/book_providers/worldcat.rb +251 -0
- data/lib/alexandria/book_providers/z3950.rb +422 -0
- data/lib/alexandria/config.rb +8 -0
- data/lib/alexandria/console.rb +31 -0
- data/lib/alexandria/execution_queue.rb +96 -0
- data/lib/alexandria/export_library.rb +536 -0
- data/lib/alexandria/import_library.rb +316 -0
- data/lib/alexandria/import_library_csv.rb +270 -0
- data/lib/alexandria/logging.rb +159 -0
- data/lib/alexandria/models/book.rb +72 -0
- data/lib/alexandria/models/library.rb +714 -0
- data/lib/alexandria/net.rb +53 -0
- data/lib/alexandria/preferences.rb +324 -0
- data/lib/alexandria/scanners.rb +42 -0
- data/lib/alexandria/scanners/cuecat.rb +118 -0
- data/lib/alexandria/scanners/keyboard.rb +57 -0
- data/lib/alexandria/smart_library.rb +525 -0
- data/lib/alexandria/ui.rb +53 -0
- data/lib/alexandria/ui/builder_base.rb +43 -0
- data/lib/alexandria/ui/callbacks.rb +389 -0
- data/lib/alexandria/ui/completion_models.rb +228 -0
- data/lib/alexandria/ui/dialogs/about_dialog.rb +59 -0
- data/lib/alexandria/ui/dialogs/acquire_dialog.rb +640 -0
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +68 -0
- data/lib/alexandria/ui/dialogs/bad_isbns_dialog.rb +43 -0
- data/lib/alexandria/ui/dialogs/barcode_animation.rb +159 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog.rb +210 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dialogs/export_dialog.rb +172 -0
- data/lib/alexandria/ui/dialogs/import_dialog.rb +205 -0
- data/lib/alexandria/ui/dialogs/misc_dialogs.rb +85 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog.rb +639 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog_manual.rb +153 -0
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +67 -0
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +587 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +56 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dndable.rb +81 -0
- data/lib/alexandria/ui/gtk_thread_help.rb +88 -0
- data/lib/alexandria/ui/icons.rb +100 -0
- data/lib/alexandria/ui/iconview.rb +91 -0
- data/lib/alexandria/ui/iconview_tooltips.rb +162 -0
- data/lib/alexandria/ui/init.rb +93 -0
- data/lib/alexandria/ui/libraries_combo.rb +75 -0
- data/lib/alexandria/ui/listview.rb +310 -0
- data/lib/alexandria/ui/main_app.rb +67 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +150 -0
- data/lib/alexandria/ui/sidepane.rb +194 -0
- data/lib/alexandria/ui/sound.rb +107 -0
- data/lib/alexandria/ui/ui_manager.rb +1308 -0
- data/lib/alexandria/undo_manager.rb +78 -0
- data/lib/alexandria/utils.rb +30 -0
- data/lib/alexandria/version.rb +24 -0
- data/lib/alexandria/web_themes.rb +75 -0
- data/misc/sounds/README +15 -0
- data/misc/sounds/bad_scan.csd +62 -0
- data/misc/sounds/good_scan.csd +61 -0
- data/misc/sounds/scanning.csd +46 -0
- data/po/ChangeLog +488 -0
- data/po/Makefile +44 -0
- data/po/README +29 -0
- data/po/commit-po +72 -0
- data/po/cs.po +1437 -0
- data/po/cy.po +1521 -0
- data/po/de.po +1400 -0
- data/po/el.po +1379 -0
- data/po/es.po +1376 -0
- data/po/fr.po +1420 -0
- data/po/ga.po +1359 -0
- data/po/gl.po +1397 -0
- data/po/it.po +1406 -0
- data/po/ja.po +1355 -0
- data/po/mk.po +1373 -0
- data/po/nb.po +1386 -0
- data/po/nl.po +1405 -0
- data/po/pl.po +1373 -0
- data/po/pt.po +1398 -0
- data/po/pt_BR.po +1409 -0
- data/po/ru.po +1372 -0
- data/po/sk.po +1380 -0
- data/po/sv.po +1402 -0
- data/po/uk.po +1423 -0
- data/po/zh_TW.po +1394 -0
- data/schemas/alexandria.schemas +300 -0
- data/share/alexandria/glade/acquire_dialog__builder.glade +201 -0
- data/share/alexandria/glade/book_properties_dialog__builder.glade +910 -0
- data/share/alexandria/glade/main_app__builder.glade +229 -0
- data/share/alexandria/glade/new_book_dialog__builder.glade +379 -0
- data/share/alexandria/glade/preferences_dialog__builder.glade +733 -0
- data/share/alexandria/icons/alexandria.png +0 -0
- data/share/alexandria/icons/alexandria_small.png +0 -0
- data/share/alexandria/icons/book.png +0 -0
- data/share/alexandria/icons/book_icon.png +0 -0
- data/share/alexandria/icons/book_small.png +0 -0
- data/share/alexandria/icons/cuecat.png +0 -0
- data/share/alexandria/icons/cuecat_inactive.png +0 -0
- data/share/alexandria/icons/favorite_tag.png +0 -0
- data/share/alexandria/icons/less.png +0 -0
- data/share/alexandria/icons/library.png +0 -0
- data/share/alexandria/icons/library_small.png +0 -0
- data/share/alexandria/icons/lookup.png +0 -0
- data/share/alexandria/icons/more.png +0 -0
- data/share/alexandria/icons/no_cover.png +0 -0
- data/share/alexandria/icons/smart_library.png +0 -0
- data/share/alexandria/icons/smart_library_small.png +0 -0
- data/share/alexandria/icons/star_set.png +0 -0
- data/share/alexandria/icons/star_unset.png +0 -0
- data/share/alexandria/icons/view_as_icons.png +0 -0
- data/share/alexandria/icons/view_as_list.png +0 -0
- data/share/alexandria/ui/menus.xml +91 -0
- data/share/alexandria/ui/popups.xml +91 -0
- data/share/alexandria/web-themes/clean/clean.css +85 -0
- data/share/alexandria/web-themes/clean/preview.jpg +0 -0
- data/share/alexandria/web-themes/list/list.css +105 -0
- data/share/alexandria/web-themes/list/preview.jpg +0 -0
- data/share/app-icon/16x16/alexandria.png +0 -0
- data/share/app-icon/16x16/alexandria.svg +263 -0
- data/share/app-icon/22x22/alexandria.png +0 -0
- data/share/app-icon/22x22/alexandria.svg +465 -0
- data/share/app-icon/24x24/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.svg +813 -0
- data/share/app-icon/32x32/alexandria.xpm +241 -0
- data/share/app-icon/48x48/alexandria.png +0 -0
- data/share/app-icon/scalable/alexandria.svg +700 -0
- data/share/gnome/help/alexandria/C/about.xml +44 -0
- data/share/gnome/help/alexandria/C/adding-books.xml +339 -0
- data/share/gnome/help/alexandria/C/alexandria.xml +185 -0
- data/share/gnome/help/alexandria/C/bugs.xml +18 -0
- data/share/gnome/help/alexandria/C/editing-book-properties.xml +124 -0
- data/share/gnome/help/alexandria/C/exporting.xml +81 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/C/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/C/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/C/getting-started.xml +154 -0
- data/share/gnome/help/alexandria/C/gnu-fdl-1.2.xml +543 -0
- data/share/gnome/help/alexandria/C/introduction.xml +142 -0
- data/share/gnome/help/alexandria/C/searching.xml +90 -0
- data/share/gnome/help/alexandria/C/settings.xml +140 -0
- data/share/gnome/help/alexandria/C/smart-libraries.xml +160 -0
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +76 -0
- data/share/gnome/help/alexandria/ChangeLog +99 -0
- data/share/gnome/help/alexandria/fr/alexandria.xml +2292 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_close_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_importing.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_loaning.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_main_window.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png +0 -0
- data/share/gnome/help/alexandria/ja/about.xml +33 -0
- data/share/gnome/help/alexandria/ja/adding-books.xml +314 -0
- data/share/gnome/help/alexandria/ja/alexandria.xml +172 -0
- data/share/gnome/help/alexandria/ja/bugs.xml +11 -0
- data/share/gnome/help/alexandria/ja/editing-book-properties.xml +100 -0
- data/share/gnome/help/alexandria/ja/exporting.xml +98 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/ja/getting-started.xml +144 -0
- data/share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml +541 -0
- data/share/gnome/help/alexandria/ja/introduction.xml +134 -0
- data/share/gnome/help/alexandria/ja/searching.xml +104 -0
- data/share/gnome/help/alexandria/ja/settings.xml +129 -0
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +140 -0
- data/share/gnome/help/alexandria/ja/working-with-libraries.xml +88 -0
- data/share/menu/alexandria +7 -0
- data/share/omf/alexandria/alexandria-C.omf.in +27 -0
- data/share/omf/alexandria/alexandria-fr.omf.in +30 -0
- data/share/sounds/alexandria/bad_scan.ogg +0 -0
- data/share/sounds/alexandria/bad_scan.wav +0 -0
- data/share/sounds/alexandria/good_scan.ogg +0 -0
- data/share/sounds/alexandria/good_scan.wav +0 -0
- data/share/sounds/alexandria/scanning.ogg +0 -0
- data/share/sounds/alexandria/scanning.wav +0 -0
- data/spec/alexandria/library_spec.rb +205 -0
- data/spec/alexandria/preferences_spec.rb +22 -0
- data/spec/alexandria/scanners/cuecat_spec.rb +68 -0
- data/spec/alexandria/smart_library_spec.rb +22 -0
- data/spec/alexandria/ui/dialogs_spec.rb +90 -0
- data/spec/alexandria/ui/iconview_spec.rb +27 -0
- data/spec/alexandria/ui/listview_spec.rb +28 -0
- data/spec/alexandria/ui/main_app_spec.rb +48 -0
- data/spec/alexandria/ui/sidepane_spec.rb +27 -0
- data/spec/alexandria/ui/ui_manager_spec.rb +26 -0
- data/spec/alexandria/ui/ui_utilities_spec.rb +60 -0
- data/spec/alexandria/utilities_spec.rb +50 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/0192812173.yaml +9 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.cover +0 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.yaml +16 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.yaml +21 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.yaml +20 -0
- data/spec/spec_helper.rb +46 -0
- data/tasks/rdoc.rake +6 -0
- data/tasks/setup.rb +30 -0
- data/tasks/spec.rake +29 -0
- data/tasks/test.rake +38 -0
- data/test/application_test.rb +39 -0
- data/test/book_test.rb +34 -0
- data/test/data/isbns.txt +3 -0
- data/test/isbn_test.rb +68 -0
- data/test/providers_test.rb +254 -0
- data/test/test_helper.rb +42 -0
- data/util/rake/fileinstall.rb +313 -0
- data/util/rake/gettextgenerate.rb +158 -0
- data/util/rake/omfgenerate.rb +79 -0
- metadata +452 -0
Binary file
|
@@ -0,0 +1,465 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://web.resource.org/cc/"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="22"
|
13
|
+
height="22"
|
14
|
+
id="svg4908"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.44+devel"
|
17
|
+
version="1.0"
|
18
|
+
sodipodi:docbase="/home/andreas/project/application icons/22x22"
|
19
|
+
sodipodi:docname="alexandria.svg"
|
20
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
21
|
+
inkscape:export-filename="/home/andreas/project/application icons/22x22/alexandria.png"
|
22
|
+
inkscape:export-xdpi="90"
|
23
|
+
inkscape:export-ydpi="90"
|
24
|
+
sodipodi:modified="true">
|
25
|
+
<defs
|
26
|
+
id="defs4910">
|
27
|
+
<linearGradient
|
28
|
+
inkscape:collect="always"
|
29
|
+
id="linearGradient2284">
|
30
|
+
<stop
|
31
|
+
style="stop-color:#d3d7cf;stop-opacity:1;"
|
32
|
+
offset="0"
|
33
|
+
id="stop2286" />
|
34
|
+
<stop
|
35
|
+
style="stop-color:#aeb0ab;stop-opacity:1"
|
36
|
+
offset="1"
|
37
|
+
id="stop2288" />
|
38
|
+
</linearGradient>
|
39
|
+
<linearGradient
|
40
|
+
inkscape:collect="always"
|
41
|
+
xlink:href="#linearGradient2284"
|
42
|
+
id="linearGradient2290"
|
43
|
+
x1="17.423727"
|
44
|
+
y1="36.458565"
|
45
|
+
x2="18.851906"
|
46
|
+
y2="29.070097"
|
47
|
+
gradientUnits="userSpaceOnUse"
|
48
|
+
gradientTransform="matrix(0.1428785,0,0,0.1420628,23.236777,20.58537)" />
|
49
|
+
<linearGradient
|
50
|
+
inkscape:collect="always"
|
51
|
+
id="linearGradient2276">
|
52
|
+
<stop
|
53
|
+
style="stop-color:#757672;stop-opacity:1;"
|
54
|
+
offset="0"
|
55
|
+
id="stop2278" />
|
56
|
+
<stop
|
57
|
+
style="stop-color:#9d9e9a;stop-opacity:1"
|
58
|
+
offset="1"
|
59
|
+
id="stop2280" />
|
60
|
+
</linearGradient>
|
61
|
+
<linearGradient
|
62
|
+
inkscape:collect="always"
|
63
|
+
xlink:href="#linearGradient2276"
|
64
|
+
id="linearGradient2282"
|
65
|
+
x1="13.384702"
|
66
|
+
y1="2.9583755"
|
67
|
+
x2="25.94483"
|
68
|
+
y2="32.906288"
|
69
|
+
gradientUnits="userSpaceOnUse"
|
70
|
+
gradientTransform="matrix(0.2218417,0,0,0.1955096,31.675946,18.553086)" />
|
71
|
+
<linearGradient
|
72
|
+
inkscape:collect="always"
|
73
|
+
id="linearGradient2184">
|
74
|
+
<stop
|
75
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
76
|
+
offset="0"
|
77
|
+
id="stop2186" />
|
78
|
+
<stop
|
79
|
+
style="stop-color:#e3e3e3;stop-opacity:1"
|
80
|
+
offset="1"
|
81
|
+
id="stop2188" />
|
82
|
+
</linearGradient>
|
83
|
+
<linearGradient
|
84
|
+
inkscape:collect="always"
|
85
|
+
xlink:href="#linearGradient2184"
|
86
|
+
id="linearGradient2245"
|
87
|
+
gradientUnits="userSpaceOnUse"
|
88
|
+
x1="13.054439"
|
89
|
+
y1="15.055288"
|
90
|
+
x2="32.640141"
|
91
|
+
y2="19.978216"
|
92
|
+
gradientTransform="matrix(0.2218417,0,0,0.1955096,31.675946,18.553086)" />
|
93
|
+
<linearGradient
|
94
|
+
id="linearGradient2221"
|
95
|
+
inkscape:collect="always">
|
96
|
+
<stop
|
97
|
+
id="stop2223"
|
98
|
+
offset="0"
|
99
|
+
style="stop-color:#babdb6" />
|
100
|
+
<stop
|
101
|
+
id="stop2225"
|
102
|
+
offset="1"
|
103
|
+
style="stop-color:#d3d7cf;stop-opacity:0;" />
|
104
|
+
</linearGradient>
|
105
|
+
<linearGradient
|
106
|
+
inkscape:collect="always"
|
107
|
+
xlink:href="#linearGradient2221"
|
108
|
+
id="linearGradient2219"
|
109
|
+
x1="24"
|
110
|
+
y1="19.996655"
|
111
|
+
x2="32"
|
112
|
+
y2="19.90625"
|
113
|
+
gradientUnits="userSpaceOnUse"
|
114
|
+
gradientTransform="matrix(-0.2026648,0,0,0.1882593,41.863761,18.773275)" />
|
115
|
+
<linearGradient
|
116
|
+
inkscape:collect="always"
|
117
|
+
id="linearGradient2229">
|
118
|
+
<stop
|
119
|
+
style="stop-color:#999b95;stop-opacity:1"
|
120
|
+
offset="0"
|
121
|
+
id="stop2231" />
|
122
|
+
<stop
|
123
|
+
style="stop-color:#d3d7cf;stop-opacity:0;"
|
124
|
+
offset="1"
|
125
|
+
id="stop2233" />
|
126
|
+
</linearGradient>
|
127
|
+
<linearGradient
|
128
|
+
inkscape:collect="always"
|
129
|
+
xlink:href="#linearGradient2229"
|
130
|
+
id="linearGradient1409"
|
131
|
+
gradientUnits="userSpaceOnUse"
|
132
|
+
gradientTransform="matrix(-0.2272613,0,0,0.2069553,42.454424,18.751279)"
|
133
|
+
x1="24"
|
134
|
+
y1="19.505583"
|
135
|
+
x2="17.223783"
|
136
|
+
y2="19.353201" />
|
137
|
+
<linearGradient
|
138
|
+
inkscape:collect="always"
|
139
|
+
id="linearGradient5941">
|
140
|
+
<stop
|
141
|
+
style="stop-color:#784b00;stop-opacity:1"
|
142
|
+
offset="0"
|
143
|
+
id="stop5943" />
|
144
|
+
<stop
|
145
|
+
style="stop-color:#754900;stop-opacity:1"
|
146
|
+
offset="1"
|
147
|
+
id="stop5945" />
|
148
|
+
</linearGradient>
|
149
|
+
<linearGradient
|
150
|
+
inkscape:collect="always"
|
151
|
+
xlink:href="#linearGradient5941"
|
152
|
+
id="linearGradient5947"
|
153
|
+
x1="9.9384851"
|
154
|
+
y1="11.43926"
|
155
|
+
x2="9.9843884"
|
156
|
+
y2="1.4955717"
|
157
|
+
gradientUnits="userSpaceOnUse" />
|
158
|
+
<filter
|
159
|
+
inkscape:collect="always"
|
160
|
+
x="-0.043365036"
|
161
|
+
width="1.0867301"
|
162
|
+
y="-0.13146453"
|
163
|
+
height="1.2629291"
|
164
|
+
id="filter6022">
|
165
|
+
<feGaussianBlur
|
166
|
+
inkscape:collect="always"
|
167
|
+
stdDeviation="0.41139686"
|
168
|
+
id="feGaussianBlur6024" />
|
169
|
+
</filter>
|
170
|
+
<linearGradient
|
171
|
+
inkscape:collect="always"
|
172
|
+
xlink:href="#linearGradient2184"
|
173
|
+
id="linearGradient6143"
|
174
|
+
gradientUnits="userSpaceOnUse"
|
175
|
+
gradientTransform="matrix(0.2218417,0,0,0.1955096,31.675946,18.553086)"
|
176
|
+
x1="13.054439"
|
177
|
+
y1="15.055288"
|
178
|
+
x2="32.640141"
|
179
|
+
y2="19.978216" />
|
180
|
+
<linearGradient
|
181
|
+
inkscape:collect="always"
|
182
|
+
xlink:href="#linearGradient2276"
|
183
|
+
id="linearGradient6145"
|
184
|
+
gradientUnits="userSpaceOnUse"
|
185
|
+
gradientTransform="matrix(0.2218417,0,0,0.1955096,31.675946,18.553086)"
|
186
|
+
x1="13.384702"
|
187
|
+
y1="2.9583755"
|
188
|
+
x2="25.94483"
|
189
|
+
y2="32.906288" />
|
190
|
+
<linearGradient
|
191
|
+
inkscape:collect="always"
|
192
|
+
xlink:href="#linearGradient2229"
|
193
|
+
id="linearGradient6147"
|
194
|
+
gradientUnits="userSpaceOnUse"
|
195
|
+
gradientTransform="matrix(-0.2272613,0,0,0.2069553,42.454424,18.751279)"
|
196
|
+
x1="24"
|
197
|
+
y1="19.505583"
|
198
|
+
x2="17.223783"
|
199
|
+
y2="19.353201" />
|
200
|
+
<linearGradient
|
201
|
+
inkscape:collect="always"
|
202
|
+
xlink:href="#linearGradient2221"
|
203
|
+
id="linearGradient6149"
|
204
|
+
gradientUnits="userSpaceOnUse"
|
205
|
+
gradientTransform="matrix(-0.2026648,0,0,0.1882593,41.863761,18.773275)"
|
206
|
+
x1="24"
|
207
|
+
y1="19.996655"
|
208
|
+
x2="32"
|
209
|
+
y2="19.90625" />
|
210
|
+
</defs>
|
211
|
+
<sodipodi:namedview
|
212
|
+
id="base"
|
213
|
+
pagecolor="#ffffff"
|
214
|
+
bordercolor="#666666"
|
215
|
+
borderopacity="1.0"
|
216
|
+
inkscape:pageopacity="0.0"
|
217
|
+
inkscape:pageshadow="2"
|
218
|
+
inkscape:zoom="16"
|
219
|
+
inkscape:cx="20.17263"
|
220
|
+
inkscape:cy="10.373314"
|
221
|
+
inkscape:current-layer="layer1"
|
222
|
+
showgrid="false"
|
223
|
+
inkscape:grid-bbox="true"
|
224
|
+
inkscape:document-units="px"
|
225
|
+
width="22px"
|
226
|
+
height="22px"
|
227
|
+
inkscape:window-width="1680"
|
228
|
+
inkscape:window-height="973"
|
229
|
+
inkscape:window-x="3"
|
230
|
+
inkscape:window-y="51" />
|
231
|
+
<metadata
|
232
|
+
id="metadata4913">
|
233
|
+
<rdf:RDF>
|
234
|
+
<cc:Work
|
235
|
+
rdf:about="">
|
236
|
+
<dc:format>image/svg+xml</dc:format>
|
237
|
+
<dc:type
|
238
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
239
|
+
</cc:Work>
|
240
|
+
</rdf:RDF>
|
241
|
+
</metadata>
|
242
|
+
<g
|
243
|
+
id="layer1"
|
244
|
+
inkscape:label="Layer 1"
|
245
|
+
inkscape:groupmode="layer">
|
246
|
+
<path
|
247
|
+
style="opacity:0.26630435;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter6022)"
|
248
|
+
d="M 1,19.1875 L 2.9375,16.0625 L 19.1875,16.0625 L 21,19.1875 L 21,22 L 1,22 L 1,19.1875 z "
|
249
|
+
id="rect5955"
|
250
|
+
sodipodi:nodetypes="ccccccc"
|
251
|
+
transform="matrix(0.9,0,0,1,1.1,0)" />
|
252
|
+
<path
|
253
|
+
style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:url(#linearGradient5947);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
254
|
+
d="M 6,1.5 L 3.5,4.84375 L 3.5,20.40625 L 18.5,20.40625 L 18.5,4.90625 L 15.9375,1.5 L 6,1.5 z "
|
255
|
+
id="rect4937"
|
256
|
+
sodipodi:nodetypes="ccccccc" />
|
257
|
+
<rect
|
258
|
+
style="opacity:1;fill:#4e2f00;fill-opacity:1;stroke:#8f5902;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
259
|
+
id="rect5908"
|
260
|
+
width="10.999999"
|
261
|
+
height="5"
|
262
|
+
x="5.5"
|
263
|
+
y="6.5" />
|
264
|
+
<path
|
265
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.26630435"
|
266
|
+
d="M 4.5000001,19.498659 L 4.5000001,5.1207004 L 6.4909538,2.5 L 15.469362,2.5 L 17.5,5.2090888 L 17.5,19.436738 L 4.5000001,19.498659 z "
|
267
|
+
id="path5914"
|
268
|
+
sodipodi:nodetypes="ccccccc" />
|
269
|
+
<path
|
270
|
+
style="fill:#6c4301;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;opacity:1"
|
271
|
+
d="M 7.016466,9 L 15.027728,9 L 16,11 L 6,11 L 7.016466,9 z "
|
272
|
+
id="rect5916"
|
273
|
+
sodipodi:nodetypes="ccccc" />
|
274
|
+
<path
|
275
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;opacity:0.1576087"
|
276
|
+
d="M 4,5 L 18,5 L 15.71875,2 L 6.21875,2 L 4,5 z "
|
277
|
+
id="path5927"
|
278
|
+
sodipodi:nodetypes="ccccc" />
|
279
|
+
<rect
|
280
|
+
style="opacity:1;fill:#613c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
281
|
+
id="rect5929"
|
282
|
+
width="8"
|
283
|
+
height="2"
|
284
|
+
x="7"
|
285
|
+
y="7" />
|
286
|
+
<rect
|
287
|
+
style="opacity:1;fill:#4e2f00;fill-opacity:1;stroke:#8f5902;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
288
|
+
id="rect5949"
|
289
|
+
width="10.999999"
|
290
|
+
height="5"
|
291
|
+
x="5.500001"
|
292
|
+
y="13.5" />
|
293
|
+
<path
|
294
|
+
style="opacity:1;fill:#6c4301;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
|
295
|
+
d="M 7.016467,16 L 15.027729,16 L 16.000001,18 L 6.000001,18 L 7.016467,16 z "
|
296
|
+
id="path5951"
|
297
|
+
sodipodi:nodetypes="ccccc" />
|
298
|
+
<rect
|
299
|
+
style="opacity:1;fill:#613c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
300
|
+
id="rect5953"
|
301
|
+
width="8"
|
302
|
+
height="2"
|
303
|
+
x="7.000001"
|
304
|
+
y="14" />
|
305
|
+
<rect
|
306
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
307
|
+
id="rect4951"
|
308
|
+
width="1"
|
309
|
+
height="4"
|
310
|
+
x="8"
|
311
|
+
y="7" />
|
312
|
+
<rect
|
313
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
314
|
+
id="rect5922"
|
315
|
+
width="1"
|
316
|
+
height="4"
|
317
|
+
x="7"
|
318
|
+
y="7" />
|
319
|
+
<rect
|
320
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
321
|
+
id="rect5924"
|
322
|
+
width="1"
|
323
|
+
height="4"
|
324
|
+
x="9"
|
325
|
+
y="7" />
|
326
|
+
<rect
|
327
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
328
|
+
id="rect5926"
|
329
|
+
width="1"
|
330
|
+
height="4"
|
331
|
+
x="10"
|
332
|
+
y="7" />
|
333
|
+
<rect
|
334
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
335
|
+
id="rect5928"
|
336
|
+
width="1"
|
337
|
+
height="4"
|
338
|
+
x="11"
|
339
|
+
y="7" />
|
340
|
+
<rect
|
341
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
342
|
+
id="rect5930"
|
343
|
+
width="1"
|
344
|
+
height="4"
|
345
|
+
x="12"
|
346
|
+
y="7" />
|
347
|
+
<rect
|
348
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
349
|
+
id="rect5932"
|
350
|
+
width="1"
|
351
|
+
height="4"
|
352
|
+
x="13"
|
353
|
+
y="7" />
|
354
|
+
<rect
|
355
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
356
|
+
id="rect5934"
|
357
|
+
width="1"
|
358
|
+
height="4"
|
359
|
+
x="14"
|
360
|
+
y="7" />
|
361
|
+
<rect
|
362
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
363
|
+
id="rect5936"
|
364
|
+
width="1"
|
365
|
+
height="4"
|
366
|
+
x="8"
|
367
|
+
y="14" />
|
368
|
+
<rect
|
369
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
370
|
+
id="rect5938"
|
371
|
+
width="1"
|
372
|
+
height="4"
|
373
|
+
x="7"
|
374
|
+
y="14" />
|
375
|
+
<rect
|
376
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
377
|
+
id="rect5940"
|
378
|
+
width="1"
|
379
|
+
height="4"
|
380
|
+
x="9"
|
381
|
+
y="14" />
|
382
|
+
<rect
|
383
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
384
|
+
id="rect5942"
|
385
|
+
width="1"
|
386
|
+
height="4"
|
387
|
+
x="10"
|
388
|
+
y="14" />
|
389
|
+
<rect
|
390
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
391
|
+
id="rect5944"
|
392
|
+
width="1"
|
393
|
+
height="4"
|
394
|
+
x="11"
|
395
|
+
y="14" />
|
396
|
+
<rect
|
397
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
398
|
+
id="rect5946"
|
399
|
+
width="1"
|
400
|
+
height="4"
|
401
|
+
x="12"
|
402
|
+
y="14" />
|
403
|
+
<rect
|
404
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
405
|
+
id="rect5948"
|
406
|
+
width="1"
|
407
|
+
height="4"
|
408
|
+
x="13"
|
409
|
+
y="14" />
|
410
|
+
<rect
|
411
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
412
|
+
id="rect5950"
|
413
|
+
width="1"
|
414
|
+
height="4"
|
415
|
+
x="14"
|
416
|
+
y="14" />
|
417
|
+
<rect
|
418
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
419
|
+
id="rect5952"
|
420
|
+
width="1"
|
421
|
+
height="4"
|
422
|
+
x="6"
|
423
|
+
y="7" />
|
424
|
+
<rect
|
425
|
+
style="opacity:0.18478262;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
426
|
+
id="rect5954"
|
427
|
+
width="9.0039225"
|
428
|
+
height="1"
|
429
|
+
x="6"
|
430
|
+
y="7" />
|
431
|
+
<rect
|
432
|
+
style="opacity:0.18478262;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
433
|
+
id="rect5956"
|
434
|
+
width="9.0039225"
|
435
|
+
height="1"
|
436
|
+
x="6"
|
437
|
+
y="14" />
|
438
|
+
<g
|
439
|
+
id="g6137"
|
440
|
+
transform="translate(-21,-5.0000004)">
|
441
|
+
<rect
|
442
|
+
y="19.5"
|
443
|
+
x="31.5"
|
444
|
+
height="7.0000005"
|
445
|
+
width="11"
|
446
|
+
id="rect6135"
|
447
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
448
|
+
<path
|
449
|
+
style="fill:url(#linearGradient6143);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6145);stroke-width:0.99999917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
450
|
+
d="M 32.499998,25.500001 C 33.53846,24.889867 35.269231,23.862204 36.999998,25.194935 C 38.752622,23.862204 40.461538,24.889867 41.499998,25.500001 L 41.499998,19.398678 C 39.769231,18.483479 38.406469,18.101373 36.999998,19.093611 C 35.59353,18.08211 34.230768,18.483479 32.499998,19.398678 L 32.499998,25.500001 z "
|
451
|
+
id="path2182"
|
452
|
+
sodipodi:nodetypes="ccccccc" />
|
453
|
+
<path
|
454
|
+
style="color:#000000;fill:url(#linearGradient6147);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-dashoffset:17.85;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
|
455
|
+
d="M 37,19.781962 C 37.340233,19.502307 38.03841,18.98126 38.418442,19.00052 L 38.418442,24.049591 C 38.077549,23.946114 37.340893,24.386795 37,24.59375 L 37,19.781962 z "
|
456
|
+
id="path2195"
|
457
|
+
sodipodi:nodetypes="ccccc" />
|
458
|
+
<path
|
459
|
+
style="color:#000000;fill:url(#linearGradient6149);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-dashoffset:17.85;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
|
460
|
+
d="M 36.99967,19.827101 C 36.59434,19.544711 36.156389,19.042781 35.541094,19 L 35.541094,23.993804 C 36.00911,24.079365 36.469298,24.320594 37,24.560203 L 36.99967,19.827101 z "
|
461
|
+
id="rect2192"
|
462
|
+
sodipodi:nodetypes="ccccc" />
|
463
|
+
</g>
|
464
|
+
</g>
|
465
|
+
</svg>
|