@vidro/map-handler 1.0.4 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. package/README.md +326 -118
  2. package/dist/map-handler.js +1 -1
  3. package/doc/giswater.png +0 -0
  4. package/doc/giswaterInfo.png +0 -0
  5. package/doc/giswaterInfoApi.png +0 -0
  6. package/doc/giswatergeojson.png +0 -0
  7. package/doc/multiTile.png +0 -0
  8. package/doc/multiTileNoGutter.png +0 -0
  9. package/doc/togglelayergiswater.png +0 -0
  10. package/doc/vidromaps-basic.png +0 -0
  11. package/examples/externalwms/index.js +20 -0
  12. package/examples/externalwms/index.php +88 -0
  13. package/examples/full/apidemo.js +54 -11
  14. package/examples/full/cachedToken.dat +1 -1
  15. package/examples/full/cachedTokenData.dat +1 -1
  16. package/examples/full/index.php +37 -18
  17. package/examples/full/tester.js +177 -13
  18. package/examples/integration/tool/css/dist/home.css.min.css +0 -0
  19. package/examples/integration/tool/css/dist/home.min.css +1 -0
  20. package/examples/integration/tool/css/dist/home.min.css.map +10 -0
  21. package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
  22. package/examples/integration/tool/css/dist/style-login.min.css +1 -0
  23. package/examples/integration/tool/css/dist/style-login.min.css.map +10 -0
  24. package/examples/integration/tool/css/dist/style.css.min.css +0 -0
  25. package/examples/integration/tool/css/dist/style.min.css +1 -0
  26. package/examples/integration/tool/css/dist/style.min.css.map +23 -0
  27. package/examples/integration/tool/css/master/_bottom-sheet-2.scss +103 -0
  28. package/examples/integration/tool/css/master/_bottom-sheet.scss +142 -0
  29. package/examples/integration/tool/css/master/_colors.scss +35 -0
  30. package/examples/integration/tool/css/master/_dropdown-form.scss +167 -0
  31. package/examples/integration/tool/css/master/_forms.scss +416 -0
  32. package/examples/integration/tool/css/master/_header.scss +134 -0
  33. package/examples/integration/tool/css/master/_menu-toc.scss +135 -0
  34. package/examples/integration/tool/css/master/_menu-tools.scss +187 -0
  35. package/examples/integration/tool/css/master/_mixins.scss +42 -0
  36. package/examples/integration/tool/css/master/_notifyjs.scss +39 -0
  37. package/examples/integration/tool/css/master/_ol-map-controls.scss +117 -0
  38. package/examples/integration/tool/css/master/_simplelightbox.scss +287 -0
  39. package/examples/integration/tool/css/master/_toc-config.scss +28 -0
  40. package/examples/integration/tool/css/master/_toc-layouts.scss +173 -0
  41. package/examples/integration/tool/css/master/_tooltip.scss +34 -0
  42. package/examples/integration/tool/css/master/home.scss +266 -0
  43. package/examples/integration/tool/css/master/style-login.scss +240 -0
  44. package/examples/integration/tool/css/master/style.scss +166 -0
  45. package/examples/integration/tool/img/doc-gallery-placeholder.svg +3 -0
  46. package/examples/integration/tool/img/home/ic_calendar-clock.svg +1 -0
  47. package/examples/integration/tool/img/home/ic_caret-down.svg +1 -0
  48. package/examples/integration/tool/img/home/ic_cog.svg +1 -0
  49. package/examples/integration/tool/img/home/ic_marker.svg +1 -0
  50. package/examples/integration/tool/img/home/ic_play-circle.svg +1 -0
  51. package/examples/integration/tool/img/home/ic_power.svg +1 -0
  52. package/examples/integration/tool/img/home/ic_squares.svg +1 -0
  53. package/examples/integration/tool/img/home/ic_user-pointer.svg +1 -0
  54. package/examples/integration/tool/img/home/ic_user-square.svg +1 -0
  55. package/examples/integration/tool/img/home/logo_footer.svg +1 -0
  56. package/examples/integration/tool/img/ic/accessControl.svg +1 -0
  57. package/examples/integration/tool/img/ic/account-location.svg +1 -0
  58. package/examples/integration/tool/img/ic/actionDelete.svg +64 -0
  59. package/examples/integration/tool/img/ic/actionOpen.svg +64 -0
  60. package/examples/integration/tool/img/ic/addFile.svg +100 -0
  61. package/examples/integration/tool/img/ic/addFile_off.svg +102 -0
  62. package/examples/integration/tool/img/ic/arrow-left.svg +1 -0
  63. package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +1 -0
  64. package/examples/integration/tool/img/ic/bt_add_photo.svg +3 -0
  65. package/examples/integration/tool/img/ic/bug.svg +1 -0
  66. package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +3 -0
  67. package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +8 -0
  68. package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +8 -0
  69. package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +1 -0
  70. package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +8 -0
  71. package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +8 -0
  72. package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +1 -0
  73. package/examples/integration/tool/img/ic/chevron-down-grey.svg +7 -0
  74. package/examples/integration/tool/img/ic/chevron-down-white.svg +7 -0
  75. package/examples/integration/tool/img/ic/chevron-down.svg +1 -0
  76. package/examples/integration/tool/img/ic/chevron-right-grey.svg +7 -0
  77. package/examples/integration/tool/img/ic/chevron-right-white.svg +7 -0
  78. package/examples/integration/tool/img/ic/chevron-right.svg +1 -0
  79. package/examples/integration/tool/img/ic/comment-text-outline.svg +1 -0
  80. package/examples/integration/tool/img/ic/cookie.svg +1 -0
  81. package/examples/integration/tool/img/ic/delete.svg +1 -0
  82. package/examples/integration/tool/img/ic/dot.svg +1 -0
  83. package/examples/integration/tool/img/ic/dump.svg +1 -0
  84. package/examples/integration/tool/img/ic/e.svg +9 -0
  85. package/examples/integration/tool/img/ic/eye-off.svg +1 -0
  86. package/examples/integration/tool/img/ic/eye.svg +1 -0
  87. package/examples/integration/tool/img/ic/forbidden.svg +1 -0
  88. package/examples/integration/tool/img/ic/form-title-1.svg +3 -0
  89. package/examples/integration/tool/img/ic/group.svg +1 -0
  90. package/examples/integration/tool/img/ic/hamburger.svg +1 -0
  91. package/examples/integration/tool/img/ic/ic-users.svg +1 -0
  92. package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +3 -0
  93. package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +3 -0
  94. package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +14 -0
  95. package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +14 -0
  96. package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +3 -0
  97. package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +3 -0
  98. package/examples/integration/tool/img/ic/ic_gps.svg +3 -0
  99. package/examples/integration/tool/img/ic/ic_search.svg +5 -0
  100. package/examples/integration/tool/img/ic/ic_selector_fechas.svg +63 -0
  101. package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +3 -0
  102. package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
  103. package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +55 -0
  104. package/examples/integration/tool/img/ic/imaqua.svg +87 -0
  105. package/examples/integration/tool/img/ic/incidencia.svg +77 -0
  106. package/examples/integration/tool/img/ic/info_multi_selection.svg +230 -0
  107. package/examples/integration/tool/img/ic/layers.svg +1 -0
  108. package/examples/integration/tool/img/ic/map-marker.svg +3 -0
  109. package/examples/integration/tool/img/ic/map.svg +1 -0
  110. package/examples/integration/tool/img/ic/measure_area.svg +111 -0
  111. package/examples/integration/tool/img/ic/minus.svg +7 -0
  112. package/examples/integration/tool/img/ic/notification.svg +1 -0
  113. package/examples/integration/tool/img/ic/offline.svg +3 -0
  114. package/examples/integration/tool/img/ic/online.svg +1 -0
  115. package/examples/integration/tool/img/ic/pencil.svg +3 -0
  116. package/examples/integration/tool/img/ic/plus.svg +1 -0
  117. package/examples/integration/tool/img/ic/polygon_selection.svg +68 -0
  118. package/examples/integration/tool/img/ic/power.svg +1 -0
  119. package/examples/integration/tool/img/ic/remoteLocalized.svg +4 -0
  120. package/examples/integration/tool/img/ic/remoteStartLocalize.svg +4 -0
  121. package/examples/integration/tool/img/ic/ruler.svg +125 -0
  122. package/examples/integration/tool/img/ic/selection-plus.svg +10 -0
  123. package/examples/integration/tool/img/ic/selection.svg +1 -0
  124. package/examples/integration/tool/img/ic/settings.svg +1 -0
  125. package/examples/integration/tool/img/ic/sort.svg +1 -0
  126. package/examples/integration/tool/img/ic/sort_asc.svg +1 -0
  127. package/examples/integration/tool/img/ic/sort_desc.svg +1 -0
  128. package/examples/integration/tool/img/ic/spreadsheet.svg +3 -0
  129. package/examples/integration/tool/img/ic/times.svg +1 -0
  130. package/examples/integration/tool/img/ic/toolbar/AB3.svg +1 -0
  131. package/examples/integration/tool/img/ic/toolbar/AB4.svg +1 -0
  132. package/examples/integration/tool/img/ic/toolbar/IC1.svg +1 -0
  133. package/examples/integration/tool/img/ic/toolbar/TB1.svg +1 -0
  134. package/examples/integration/tool/img/ic/toolbar/TB11.svg +5 -0
  135. package/examples/integration/tool/img/ic/toolbar/TB2.svg +1 -0
  136. package/examples/integration/tool/img/ic/toolbar/TB20.svg +1 -0
  137. package/examples/integration/tool/img/ic/toolbar/TB21.svg +54 -0
  138. package/examples/integration/tool/img/ic/toolbar/TB3.svg +1 -0
  139. package/examples/integration/tool/img/ic/toolbar/TB31.svg +1 -0
  140. package/examples/integration/tool/img/ic/toolbar/TB32.svg +57 -0
  141. package/examples/integration/tool/img/ic/toolbar/TB4.svg +1 -0
  142. package/examples/integration/tool/img/ic/toolbar/TB5.svg +1 -0
  143. package/examples/integration/tool/img/ic/toolbar/TB6.svg +1 -0
  144. package/examples/integration/tool/img/ic/toolbar/TB7.svg +1 -0
  145. package/examples/integration/tool/img/ic/toolbar/TB8.svg +1 -0
  146. package/examples/integration/tool/img/ic/tools.svg +28 -0
  147. package/examples/integration/tool/img/ic/user.svg +1 -0
  148. package/examples/integration/tool/img/ic/vector-polygon.svg +1 -0
  149. package/examples/integration/tool/img/ic/visit_manager.svg +135 -0
  150. package/examples/integration/tool/img/logo-footer-login.png +0 -0
  151. package/examples/integration/tool/img/logo-footer.png +0 -0
  152. package/examples/integration/tool/img/logo-header-login.png +0 -0
  153. package/examples/integration/tool/img/logo-header-login@2x.png +0 -0
  154. package/examples/integration/tool/img/logo-header-login@3x.png +0 -0
  155. package/examples/integration/tool/img/logo-header.png +0 -0
  156. package/examples/integration/tool/img/logo-header@2x.png +0 -0
  157. package/examples/integration/tool/img/logo-header@3x.png +0 -0
  158. package/examples/integration/tool/img/logo_project.png +0 -0
  159. package/examples/integration/tool/img/photo-gallery-placeholder.svg +3 -0
  160. package/examples/integration/tool/img/pixel.png +0 -0
  161. package/examples/integration/tool/index.html +228 -0
  162. package/examples/integration/tool/js/demo.js +238 -0
  163. package/examples/integration/tool/js/interface.js +147 -0
  164. package/examples/integration/tool/js/jquery.js +4 -0
  165. package/examples/integration/vanguardia.html +6636 -0
  166. package/examples/multipleIframes/index.js +82 -0
  167. package/examples/multipleIframes/index.php +52 -0
  168. package/examples/serverLess/dist/index.23420cfa.js +2973 -0
  169. package/examples/serverLess/dist/index.23420cfa.js.map +1 -0
  170. package/examples/serverLess/dist/index.91b6cacc.js +2 -0
  171. package/examples/serverLess/dist/index.91b6cacc.js.map +1 -0
  172. package/examples/serverLess/dist/index.html +1 -0
  173. package/examples/serverLess/index.html +39 -0
  174. package/examples/serverLess/main.js +113 -0
  175. package/examples/serverLess/package.json +18 -0
  176. package/examples/serverLess/readme.md +41 -0
  177. package/examples/simple/index.html +1 -1
  178. package/examples/simple/simple.js +63 -65
  179. package/examples/vidromap/index.js +20 -0
  180. package/examples/vidromap/index.php +48 -51
  181. package/flows.md +73 -0
  182. package/package.json +2 -2
  183. package/src/index.js +156 -42
  184. package/src/shared/iframe-communicator.js +12 -5
  185. package/examples/vidromap/vidromap.js +0 -87
@@ -0,0 +1,166 @@
1
+ // compileCompressed: ../dist/style.min.css, sourceMap: true
2
+ // Info del compilador: https://atom.io/packages/sass-autocompile
3
+
4
+ @charset "utf-8";
5
+
6
+ @import "_colors";
7
+ @import "_mixins";
8
+ @import "_header";
9
+ @import "_menu-toc";
10
+ @import "_menu-tools";
11
+ @import "_ol-map-controls";
12
+ @import "_toc-layouts";
13
+ @import "_toc-config";
14
+ @import "_tooltip";
15
+ @import "_bottom-sheet-2";
16
+ @import "_dropdown-form"; // This should replace _bottom-sheet
17
+ @import "_forms";
18
+ @import "_simplelightbox";
19
+ @import "_notifyjs";
20
+
21
+ .snackbar-buttons{
22
+ position: absolute;
23
+ bottom: -70px;
24
+ left: 50%;
25
+ transform: translateX(-50%);
26
+ z-index: 999;
27
+ width: 100%;
28
+ max-width: 350px;
29
+ background-color: #f5f5f5;
30
+ padding: 16px 25px;
31
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
32
+ transition: all .5s cubic-bezier(0, 0, 0, 1.29);
33
+ font-size: 0;
34
+
35
+ &.visible{
36
+ bottom: 30px;
37
+ }
38
+
39
+ .btn:nth-child(1){
40
+ width: calc(50% - 15px);
41
+ margin-right: 30px;
42
+ }
43
+ .btn:nth-child(2){
44
+ width: calc(50% - 15px);
45
+ margin-left: 0px;
46
+ }
47
+ }
48
+
49
+ .pull-right{
50
+ float: right;
51
+ }
52
+ .img-responsive{
53
+ max-width: 100%;
54
+ }
55
+
56
+ html, body{
57
+ max-width: 100%;
58
+ max-height: 100%;
59
+ overflow: hidden;
60
+ }
61
+
62
+ *{
63
+ box-sizing: border-box;
64
+ }
65
+
66
+ *::-webkit-scrollbar {
67
+ width: 3px;
68
+ padding: 1px
69
+ }
70
+
71
+ *::-webkit-scrollbar-track {
72
+ background: transparent;
73
+ }
74
+
75
+ *::-webkit-scrollbar-thumb {
76
+ background: #666;
77
+ }
78
+
79
+
80
+ body{
81
+ margin: 0;
82
+ padding: 0;
83
+ font-family: 'Open Sans', sans-serif;
84
+ font-weight: 600;
85
+ letter-spacing: -0.5px;
86
+ color: $color-text;
87
+
88
+ a{
89
+ color: inherit;
90
+ text-decoration: none;
91
+ }
92
+ }
93
+
94
+ #map{
95
+ background-color: $map-background-color;
96
+ position: absolute;
97
+ top: 0;
98
+ left: 0;
99
+ right: 0;
100
+ bottom: 0;
101
+ z-index: -1;
102
+ }
103
+
104
+ .clean-tag{
105
+ color: white;
106
+ font-size: 0;
107
+
108
+ > .ico{
109
+ font-size: 12px;
110
+ border-radius: 3px 0 0 3px;
111
+ padding: 6px;
112
+ background-color: darken($color-btn-default, 10);
113
+ display: inline-block;
114
+ vertical-align: middle;
115
+ img, svg{
116
+ vertical-align: middle;
117
+ display: block;
118
+ width: 17px;
119
+ height: 17px;
120
+
121
+ path{
122
+ fill: white;
123
+ }
124
+ }
125
+ }
126
+
127
+ > .tag{
128
+ font-size: 12px;
129
+ border-radius: 0 3px 3px 0;
130
+ padding: 6px 12px;
131
+ display: inline-block;
132
+ vertical-align: middle;
133
+ background-color: $color-btn-default;
134
+ }
135
+ }
136
+
137
+ div.typeahead-demo{
138
+ input{
139
+ width: 100%;
140
+ }
141
+ ul{
142
+ margin: 0;
143
+ padding: 0;
144
+ list-style: none;
145
+ background-color: white;
146
+ border: 1px solid #dadad9;
147
+
148
+ > li{
149
+ border-bottom: 1px solid #dadad9;
150
+
151
+ &:last-child{
152
+ border-bottom: none;
153
+ }
154
+
155
+ > a{
156
+ display: block;
157
+ padding: 10px;
158
+
159
+ &:hover{
160
+ background-color: #dadad9;
161
+ }
162
+ }
163
+ }
164
+ }
165
+
166
+ }
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44">
2
+ <path fill="#E0E0E0" fill-rule="nonzero" d="M13.75 25.25l5.536 6.5 7.75-9.75L37 35H6l7.75-9.75zM42 37.556V6.444C42 3.978 40 2 37.556 2H6.444A4.444 4.444 0 0 0 2 6.444v31.112A4.444 4.444 0 0 0 6.444 42h31.112A4.444 4.444 0 0 0 42 37.556z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>3BB7BFA0-1213-420D-9138-8524013E824E</title><path d="M16 15h1.5v2.82l2.44 1.41-.75 1.3L16 18.69V15zm4-5H6v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67V10zM6 23a2 2 0 0 1-2-2V7c0-1.11.89-2 2-2h1V3h2v2h8V3h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2H6zm11-9.85a4.85 4.85 0 1 0 0 9.7 4.85 4.85 0 0 0 0-9.7z" fill="#1c1c1b" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>C6A2E1C4-CB50-4DC6-AA1C-BD7E67133EF5</title><path d="M7 12l4 4 4-4z" fill="#0FFFD5" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>00B38D8E-DFE7-4213-8BAF-21ACF78B7231</title><path d="M11 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46a.492.492 0 0 0-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 13 2H9c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L3.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z" fill="#797979" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>67EB2477-61BA-49C5-8B94-227269D39E37</title><path d="M13 12.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM13 3a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7z" fill="#1c1c1b" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>3A468453-DE10-42C8-BC56-A48A421BE555</title><path d="M13 21c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C7.477 3 3 7.477 3 13A10 10 0 1 0 13 3zm-2 14.5l6-4.5-6-4.5v9z" fill="#FFF" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>51088572-213E-48E9-881B-59A33DBB9ACA</title><path d="M15.56 6.44l-1.45 1.45A5.969 5.969 0 0 1 17 13a6 6 0 1 1-12 0c0-2.17 1.16-4.06 2.88-5.12L6.44 6.44A7.961 7.961 0 0 0 3 13a8 8 0 1 0 16 0c0-2.72-1.36-5.12-3.44-6.56M12 4h-2v10h2" fill="#FFF" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><title>0E6B5F71-70A6-460F-9E47-BB220A2A521B</title><path d="M4 12h8V4H4m0 18h8v-8H4m10 8h8v-8h-8m0-10v8h8V4" fill="#1c1c1b" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>0278C8BF-A400-4D3C-BC2D-E51D9252F776</title><path d="M17 17H5v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1v.9zM11 6.3c1.5 0 2.7 1.2 2.7 2.7 0 1.5-1.2 2.7-2.7 2.7-1.5 0-2.7-1.2-2.7-2.7 0-1.5 1.2-2.7 2.7-2.7zM18 3H4c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h4l3 3 3-3h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z" fill="#0FFFD5" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="26" viewBox="0 0 22 26" xmlns="http://www.w3.org/2000/svg"><title>156C7416-CBAF-4EAA-B7FA-7AD5D59DB2FD</title><path d="M5 17c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H5v-1zm9-8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM2 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z" fill="#FFF" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="114" height="53" viewBox="0 0 114 53" xmlns="http://www.w3.org/2000/svg"><title>7822597A-E987-498B-ACCB-C0043BB739AA</title><g fill-rule="nonzero" fill="none"><path d="M30.297 10.309c.025-.567-.196-1.08-.693-1.51a1.928 1.928 0 0 0-1.304-.464 1.974 1.974 0 0 0-1.978 1.967 1.973 1.973 0 0 0 1.986 1.964c.56-.006 1.039-.188 1.416-.565.374-.372.607-.837.573-1.392" fill="#005DB4"/><path d="M31.583 10.046c0-.042.001-.088-.01-.128-.062-.217-.112-.438-.193-.648a4.363 4.363 0 0 0-.302-.631 2.065 2.065 0 0 0-.32-.406c-.15-.151-.317-.286-.481-.421a1.708 1.708 0 0 0-.585-.343c-.175-.055-.341-.138-.516-.19-.142-.044-.292-.061-.437-.093-.01-.002.016.006.009-.009h-.816c-.016.017-.065.015-.08.015-.222.002-.428.073-.63.149-.178.067-.363.124-.526.219-.31.18-.59.405-.83.67-.126.14-.257.283-.346.446-.148.27-.314.535-.366.848-.034.208-.092.413-.115.622-.019.184-.004.372-.003.558a.64.64 0 0 0 .017.14c.035.148.07.295.114.44.051.168.102.337.171.499.068.16.158.312.241.467.088.165.175.33.269.493.09.156.186.308.283.46.174.273.343.548.526.815.133.197.276.39.431.57.309.358.625.71.945 1.058.15.163.406.165.559.006.235-.245.461-.497.688-.749.177-.198.356-.394.52-.603.153-.192.286-.4.428-.6.064-.093.131-.184.192-.28a12.605 12.605 0 0 0 .486-.817c.079-.152.15-.307.224-.462.065-.137.135-.274.189-.416.056-.15.1-.306.14-.462.048-.183.103-.368.12-.555.021-.219.006-.441.004-.662zM6.444 12.287h8.194c3.802 0 6.547.546 8.241 1.64 1.692 1.093 2.539 2.82 2.539 5.18 0 1.59-.416 2.913-1.247 3.97-.83 1.056-2.027 1.72-3.586 1.993v.186c1.938.36 3.362 1.075 4.275 2.134.911 1.061 1.37 2.501 1.37 4.316 0 2.445-.866 4.363-2.597 5.748-1.73 1.385-4.138 2.078-7.221 2.078H6.444V12.287zm4.512 11.254h4.342c1.889 0 3.266-.293 4.134-.885.87-.589 1.304-1.594 1.304-3.008 0-1.281-.47-2.204-1.406-2.778-.94-.57-2.427-.857-4.465-.857h-3.909v7.528zm0 3.618v8.627h4.795c1.889 0 3.314-.357 4.276-1.072.963-.713 1.444-1.84 1.444-3.383 0-1.415-.49-2.464-1.473-3.148-.98-.682-2.472-1.024-4.474-1.024h-4.568z" fill="#005DB4"/><path d="M48.927 12.476L43.67 33.789h-.112l-4.036-21.313h-6.256V39.27h4.029s.043-17.078-.167-20.402l3.869 20.402h5.418l4.149-20.86-.13 20.86h4.27V12.476h-5.776zM92.45 20.576c0 2.799-.927 4.942-2.784 6.433-1.857 1.49-2.865 1.764-6.427 2.236h-1.32V39.27h-3.937V12.476h5.315c3.39 0 4.931.684 6.62 2.052 1.69 1.369 2.534 3.385 2.534 6.048zm-10.53 4.985h.856c2.277 0 3.448-.39 4.512-1.173 1.064-.782 1.596-2.003 1.596-3.666 0-1.54-.477-2.688-1.429-3.445-.953-.758-1.938-1.137-3.956-1.137h-1.58v9.421zM109.52 31.994c0 2.384-.888 4.232-2.617 5.609-1.608 1.279-2.372 1.667-5.72 2.033-3.05.334-5.583-.47-7.538-1.41v-3.649a20.787 20.787 0 0 0 3.946 1.357c1.392.329 2.7.657 3.89.494 1.613-.22 2.19-.472 3.026-1.132.834-.658 1.615-1.897 1.615-3.01 0-1-.047-1.604-.638-2.451-.707-1.016-1.364-1.616-3.765-2.57-2.476-.99-4.22-2.12-5.235-3.39-1.014-1.271-1.522-2.798-1.522-4.582 0-2.236.804-3.995 2.413-5.279 1.61-1.282 3.269-1.924 5.98-1.924 2.188 0 2.914.33 3.521.749l-.743 3.141s-.702-.452-3.238-.456c-1.436-.002-2.677.632-3.42 1.248-.743.618-1.114 1.433-1.114 2.448 0 .696.148 1.292.446 1.787.297.494.786.962 1.467 1.401.68.44.905 1.022 2.676 1.742 1.993.817 2.953 1.58 3.881 2.291.929.708 1.609 1.509 2.042 2.4.43.892.648 1.944.648 3.153M74.4 39.326l-6.154-26.905H64.42l-6.153 26.905h3.678l1.359-6.116 1.934-9.142.61-2.942c.725-3.163.234-2.74.913-.311l1.078 5.095v.001l.465 2.199h-.018l1.394 6.85 1.004 4.366H74.4z" fill="#3E3E3D"/><path fill="#FFF" d="M67.84 25.91v.001z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg"><title/><g><path d="M43.7578,61.7578a5.9994,5.9994,0,1,0,8.4844,8.4844l18-18a5.9979,5.9979,0,0,0,0-8.4844l-18-18a5.9994,5.9994,0,0,0-8.4844,8.4844L51.5156,42H6A6,6,0,0,0,6,54H51.5156Z"/><path d="M90,0H30a5.9966,5.9966,0,0,0-6,6V18a6,6,0,0,0,12,0V12H84V84H36V78a6,6,0,0,0-12,0V90a5.9966,5.9966,0,0,0,6,6H90a5.9966,5.9966,0,0,0,6-6V6A5.9966,5.9966,0,0,0,90,0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#1c1c1b" d="M18,16H6V15.1C6,13.1 10,12 12,12C14,12 18,13.1 18,15.1M12,5.3C13.5,5.3 14.7,6.5 14.7,8C14.7,9.5 13.5,10.7 12,10.7C10.5,10.7 9.3,9.5 9.3,8C9.3,6.5 10.5,5.3 12,5.3M19,2H5C3.89,2 3,2.89 3,4V18A2,2 0 0,0 5,20H9L12,23L15,20H19A2,2 0 0,0 21,18V4C21,2.89 20.1,2 19,2Z" /></svg>
@@ -0,0 +1,64 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="24"
13
+ height="24"
14
+ viewBox="0 0 6.3499999 6.3500002"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
18
+ sodipodi:docname="actionDelete.svg">
19
+ <defs
20
+ id="defs2" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="22.627417"
29
+ inkscape:cx="-7.3576091"
30
+ inkscape:cy="11.141188"
31
+ inkscape:document-units="mm"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ inkscape:window-width="1920"
35
+ inkscape:window-height="1001"
36
+ inkscape:window-x="-9"
37
+ inkscape:window-y="-9"
38
+ inkscape:window-maximized="1"
39
+ units="px" />
40
+ <metadata
41
+ id="metadata5">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ id="layer1"
56
+ transform="translate(0,-290.64998)">
57
+ <path
58
+ id="path4518"
59
+ d="m 2.5013406,295.5513 c 0,0.13701 -0.1112058,0.24821 -0.2482194,0.24821 -0.1370136,0 -0.2482099,-0.1112 -0.2482099,-0.24821 v -2.48214 c 0,-0.13701 0.1111963,-0.24821 0.2482099,-0.24821 0.1370136,0 0.2482194,0.1112 0.2482194,0.24821 z m 0.9928492,0 c 0,0.13701 -0.1111964,0.24821 -0.24821,0.24821 -0.1370136,0 -0.2482193,-0.1112 -0.2482193,-0.24821 v -2.48214 c 0,-0.13701 0.1112057,-0.24821 0.2482193,-0.24821 0.1370136,0 0.24821,0.1112 0.24821,0.24821 z m 0.9928492,0 c 0,0.13701 -0.1111964,0.24821 -0.24821,0.24821 -0.1370136,0 -0.2482099,-0.1112 -0.2482099,-0.24821 v -2.48214 c 0,-0.13701 0.1111963,-0.24821 0.2482099,-0.24821 0.1370136,0 0.24821,0.1112 0.24821,0.24821 z m 1.2410685,-4.21962 v 0.49642 H 0.76384276 v -0.49642 H 2.1813919 c 0.2233871,0 0.4048305,-0.27279 0.4048305,-0.49643 h 1.3192521 c 0,0.22364 0.1811995,0.49643 0.4048399,0.49643 z m -0.7446392,0.99284 v 3.9379 l -0.00563,0.0204 -0.00751,0.007 -0.027581,0.008 c -0.00375,0 -0.00751,0 -0.011351,-10e-6 -1.1196279,-6.2e-4 -2.2392651,-9.4e-4 -3.3589024,-0.002 l -0.036399,-0.0144 -0.017074,-0.012 -0.010788,-0.0179 v -0.036 -3.89107 H 1.0118182 l -0.0548805,4.35277 0.0159482,0.0601 0.0241099,0.0419 0.0369622,0.0264 0.061354,0.009 4.2779958,-0.0221 0.039777,-0.01 0.036587,-0.0227 0.024298,-0.0336 0.00563,-0.0436 v -4.35868 z"
60
+ inkscape:connector-curvature="0"
61
+ style="stroke-width:0.24821307"
62
+ sodipodi:nodetypes="sssssssssssssssssssssccccsccsccccccsccccccccccccccccccc" />
63
+ </g>
64
+ </svg>
@@ -0,0 +1,64 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="24"
13
+ height="24"
14
+ viewBox="0 0 6.3499999 6.3500002"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
18
+ sodipodi:docname="actionOpen.svg">
19
+ <defs
20
+ id="defs2" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="22.627417"
29
+ inkscape:cx="15.22942"
30
+ inkscape:cy="7.5345708"
31
+ inkscape:document-units="mm"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ units="px"
35
+ inkscape:window-width="1920"
36
+ inkscape:window-height="1001"
37
+ inkscape:window-x="-9"
38
+ inkscape:window-y="-9"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata5">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ id="layer1"
56
+ transform="translate(0,-290.64998)">
57
+ <path
58
+ id="path815"
59
+ d="m 5.7158459,294.08989 -0.33655,1.85208 H 0.97054593 l -0.33655,-1.85208 z m -5.65159765,-2.91042 0.23636323,0.003 -0.0217761,0.008 -0.0103353,0.0216 -0.004134,0.0264 v 1.73667 0.0269 l 0.0113688,0.022 0.0198925,0.007 h 0.0289388 0.40307618 l 0.037207,-0.004 0.0193849,-0.009 0.008269,-0.02 0.001034,-0.0258 v -1.26371 H 1.609506 c 0.36513,0.4265 0.6818401,0.79375 1.3007001,0.79375 H 5.556036 v 0.45633 l 0.00103,0.0341 0.010335,0.0274 0.028157,0.007 0.03514,0.004 h 0.4185791 l 0.00517,-0.002 0.020422,-0.005 0.010334,-0.0181 v -0.0258 -0.93638 l -0.00413,-0.0331 -0.012402,-0.0202 -0.024556,-0.0122 -0.056844,-0.005 c -1.6095395,0.0521 -3.1943468,0.29186 -4.1354077,-0.79375 0.7229895,-4.9e-4 -1.52903097,-2.1e-4 -1.78761805,-2.1e-4 z m 6.27106825,2.38952 -0.023519,-0.005 -0.032039,-0.003 H 0.06825112 l -0.0361735,-10e-4 -0.01988935,0.009 -0.0046036,0.0227 0.00243915,0.0253 0.50821751,2.79518 0.009153,0.025 0.016031,0.0205 0.0188525,0.009 0.0320394,0.004 H 5.7216528 l 0.05271,-0.005 0.034884,-0.0145 0.016146,-0.0289 0.01046,-0.0353 0.5024025,-2.76258 0.00416,-0.0316 z"
60
+ inkscape:connector-curvature="0"
61
+ style="stroke-width:0.26458332"
62
+ sodipodi:nodetypes="ccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccc" />
63
+ </g>
64
+ </svg>
@@ -0,0 +1,100 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="24"
13
+ height="24"
14
+ viewBox="0 0 6.35 6.3500002"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
18
+ sodipodi:docname="addFile.svg">
19
+ <defs
20
+ id="defs2" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="7.9195959"
29
+ inkscape:cx="-5.8665414"
30
+ inkscape:cy="-1.3969077"
31
+ inkscape:document-units="mm"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ units="px"
35
+ inkscape:window-width="1920"
36
+ inkscape:window-height="1001"
37
+ inkscape:window-x="-9"
38
+ inkscape:window-y="-9"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata5">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ id="layer1"
56
+ transform="translate(0,-290.64998)">
57
+ <g
58
+ id="g857"
59
+ transform="translate(-143.66886,67.128552)">
60
+ <path
61
+ sodipodi:nodetypes="scscccsccccccccccccccccssc"
62
+ style="stroke-width:0.26064155"
63
+ inkscape:connector-curvature="0"
64
+ d="m 146.63243,224.13324 c 1.08649,0 0.68964,1.55916 0.68964,1.55916 0,0 1.56856,-0.42878 1.56856,0.63848 v 2.99955 h -4.18282 v -5.19719 z m 0.2162,-0.51972 h -2.59376 l -0.0317,0.004 -0.027,0.005 -0.008,0.0247 -0.003,0.0314 0.002,6.10298 0.002,0.0355 0.005,0.0217 0.0188,0.008 0.0245,0.003 h 5.1121 l 0.0306,-0.003 0.0189,-0.008 0.0153,-0.0192 v -0.0253 l -0.001,-3.68306 c -1.7e-4,-0.62133 -1.73796,-2.49829 -2.56485,-2.49829 z"
65
+ id="path837" />
66
+ <g
67
+ transform="matrix(1.0366503,0,0,1.0304383,150.07371,-77.359636)"
68
+ id="g893">
69
+ <circle
70
+ style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.37760124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
71
+ id="path848"
72
+ cx="-1.561021"
73
+ cy="293.02432"
74
+ r="0.8212471" />
75
+ <g
76
+ id="g886">
77
+ <g
78
+ transform="matrix(0.73369266,0,0,0.73369266,-0.68389982,77.270983)"
79
+ id="g871">
80
+ <rect
81
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.11024413;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
+ id="rect852"
83
+ width="0.20314264"
84
+ height="1.8301537"
85
+ x="-1.2970599"
86
+ y="293.14993" />
87
+ <rect
88
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.11024413;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
89
+ id="rect852-6"
90
+ width="0.20314264"
91
+ height="1.8301538"
92
+ x="293.96344"
93
+ y="0.2804116"
94
+ transform="rotate(90)" />
95
+ </g>
96
+ </g>
97
+ </g>
98
+ </g>
99
+ </g>
100
+ </svg>
@@ -0,0 +1,102 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="24"
13
+ height="24"
14
+ viewBox="0 0 6.35 6.3500002"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
18
+ sodipodi:docname="addFile.svg"
19
+ style="stroke: #CCC; fill: #CCC;"
20
+ >
21
+ <defs
22
+ id="defs2" />
23
+ <sodipodi:namedview
24
+ id="base"
25
+ pagecolor="#ffffff"
26
+ bordercolor="#666666"
27
+ borderopacity="1.0"
28
+ inkscape:pageopacity="0.0"
29
+ inkscape:pageshadow="2"
30
+ inkscape:zoom="7.9195959"
31
+ inkscape:cx="-5.8665414"
32
+ inkscape:cy="-1.3969077"
33
+ inkscape:document-units="mm"
34
+ inkscape:current-layer="layer1"
35
+ showgrid="false"
36
+ units="px"
37
+ inkscape:window-width="1920"
38
+ inkscape:window-height="1001"
39
+ inkscape:window-x="-9"
40
+ inkscape:window-y="-9"
41
+ inkscape:window-maximized="1" />
42
+ <metadata
43
+ id="metadata5">
44
+ <rdf:RDF>
45
+ <cc:Work
46
+ rdf:about="">
47
+ <dc:format>image/svg+xml</dc:format>
48
+ <dc:type
49
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
50
+ <dc:title></dc:title>
51
+ </cc:Work>
52
+ </rdf:RDF>
53
+ </metadata>
54
+ <g
55
+ inkscape:label="Layer 1"
56
+ inkscape:groupmode="layer"
57
+ id="layer1"
58
+ transform="translate(0,-290.64998)">
59
+ <g
60
+ id="g857"
61
+ transform="translate(-143.66886,67.128552)">
62
+ <path
63
+ sodipodi:nodetypes="scscccsccccccccccccccccssc"
64
+ style="stroke-width:0.26064155"
65
+ inkscape:connector-curvature="0"
66
+ d="m 146.63243,224.13324 c 1.08649,0 0.68964,1.55916 0.68964,1.55916 0,0 1.56856,-0.42878 1.56856,0.63848 v 2.99955 h -4.18282 v -5.19719 z m 0.2162,-0.51972 h -2.59376 l -0.0317,0.004 -0.027,0.005 -0.008,0.0247 -0.003,0.0314 0.002,6.10298 0.002,0.0355 0.005,0.0217 0.0188,0.008 0.0245,0.003 h 5.1121 l 0.0306,-0.003 0.0189,-0.008 0.0153,-0.0192 v -0.0253 l -0.001,-3.68306 c -1.7e-4,-0.62133 -1.73796,-2.49829 -2.56485,-2.49829 z"
67
+ id="path837" />
68
+ <g
69
+ transform="matrix(1.0366503,0,0,1.0304383,150.07371,-77.359636)"
70
+ id="g893">
71
+ <circle
72
+ style="opacity:1;fill:#CCCCCC;fill-opacity:1;fill-rule:nonzero;stroke:#CCCCCC;stroke-width:0.37760124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
73
+ id="path848"
74
+ cx="-1.561021"
75
+ cy="293.02432"
76
+ r="0.8212471" />
77
+ <g
78
+ id="g886">
79
+ <g
80
+ transform="matrix(0.73369266,0,0,0.73369266,-0.68389982,77.270983)"
81
+ id="g871">
82
+ <rect
83
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.11024413;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
84
+ id="rect852"
85
+ width="0.20314264"
86
+ height="1.8301537"
87
+ x="-1.2970599"
88
+ y="293.14993" />
89
+ <rect
90
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.11024413;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
91
+ id="rect852-6"
92
+ width="0.20314264"
93
+ height="1.8301538"
94
+ x="293.96344"
95
+ y="0.2804116"
96
+ transform="rotate(90)" />
97
+ </g>
98
+ </g>
99
+ </g>
100
+ </g>
101
+ </g>
102
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="23" height="24" viewBox="0 0 23 24" xmlns="http://www.w3.org/2000/svg"><title>DCAF8BB6-338B-43C4-9883-EBAC58631981</title><path d="M19.84 10.92v2h-12l5.5 5.5-1.42 1.42L4 11.92 11.92 4l1.42 1.42-5.5 5.5z" fill="#1C1C1B" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#005cb8" d="M2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12M4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12M10,17L15,12L10,7V17Z" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24">
2
+ <path d="M4,4H7L9,2H15L17,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z" />
3
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 164 174" height="174px" id="Layer_1" version="1.1" viewBox="0 0 164 174" width="164px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M82-0.5C66.408-0.5,53.509,11,51.329,26h61.342C110.49,11,97.592-0.5,82-0.5z" fill="#231F20"/><path d="M59,34H39.049L26.756,13.421C25.445,11.228,23.123,10,20.741,10c-1.222,0-2.459,0.32-3.584,0.993 c-3.318,1.983-4.401,6.293-2.417,9.611L31.107,48h10.878c-11.383,9.726-19.371,23.455-21.44,39H5c-2.761,0-5,2.238-5,5v3 c0,2.762,2.239,5,5,5h15.223c1.136,13.76,6.903,26.244,15.626,36h-4.742l-16.368,27.385c-1.984,3.318-0.901,7.616,2.417,9.6 c1.125,0.673,2.363,0.992,3.584,0.992c2.382,0,4.705-1.216,6.015-3.409L39.049,150h14.761c7.121,3.724,14.976,6.106,23.189,6.781 V150v-14v-36V87V48V34h-5.873H59z" fill="#231F20"/><path d="M159,87h-15.525c-1.998-15.545-9.731-29.274-21.037-39h10.89l16.381-26.549 c2.031-3.29,1.011-7.608-2.279-9.639c-3.291-2.03-7.604-1-9.633,2.289L125.517,34H95h-1.959H87v14v39v13v36v14v6.781 c8.479-0.675,16.457-3.058,23.618-6.781h14.898l12.279,19.891c2.029,3.289,6.342,4.31,9.633,2.279 c3.29-2.03,4.311-6.344,2.279-9.633L133.327,136h-4.814c8.608-9.756,14.178-22.24,15.273-36H159c2.762,0,5-2.238,5-5v-3 C164,89.238,161.762,87,159,87z" fill="#231F20"/></g></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="#000" fill-rule="nonzero" d="M0 0l5.014 5 5.013-5z" transform="translate(7.065 10)"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
6
+ <path fill="#888888" d="M19,3H5C3.89,3,3,3.89,3,5v14c0,1.104,0.896,2,2,2h14c1.104,0,2-0.896,2-2V5C21,3.89,20.1,3,19,3 M19,5v14H5
7
+ V5H19z"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
6
+ <path fill="#FFFFFF" d="M19,3H5C3.89,3,3,3.89,3,5v14c0,1.104,0.896,2,2,2h14c1.104,0,2-0.896,2-2V5C21,3.89,20.1,3,19,3 M19,5v14H5
7
+ V5H19z"/>
8
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z" /></svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
6
+ <path fill="#888888" d="M19,19H5V5h10V3H5C3.89,3,3,3.89,3,5v14c0,1.104,0.896,2,2,2h14c1.104,0,2-0.896,2-2v-8h-2 M7.91,10.08
7
+ L6.5,11.5L11,16L21,6l-1.41-1.42L11,13.17L7.91,10.08z"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
6
+ <path fill="#FFFFFF" d="M19,19H5V5h10V3H5C3.89,3,3,3.89,3,5v14c0,1.104,0.896,2,2,2h14c1.104,0,2-0.896,2-2v-8h-2 M7.91,10.08
7
+ L6.5,11.5L11,16L21,6l-1.41-1.42L11,13.17L7.91,10.08z"/>
8
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,19H5V5H15V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V11H19M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z" /></svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
6
+ <path fill="#888888" d="M7.41,8.58L12,13.17l4.59-4.59L18,10l-6,6l-6-6L7.41,8.58z"/>
7
+ </svg>