@vidro/map-handler 1.1.4 → 1.1.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. package/README.md +39 -101
  2. package/dist/map-handler.js +1 -1
  3. package/examples/full/cachedToken.dat +1 -1
  4. package/examples/full/cachedTokenData.dat +1 -1
  5. package/examples/full/index.php +9 -78
  6. package/examples/full/tester.js +12 -177
  7. package/examples/serverLess/dist/index.23420cfa.js +117 -120
  8. package/examples/serverLess/dist/index.23420cfa.js.map +1 -1
  9. package/examples/serverLess/dist/index.html +1 -38
  10. package/examples/serverLess/index.html +1 -2
  11. package/examples/serverLess/main.js +2 -2
  12. package/examples/simple/index.html +1 -1
  13. package/examples/taigua/index.html +46 -8
  14. package/examples/taigua/main.js +467 -18
  15. package/examples/vidromap/index.php +1 -1
  16. package/package.json +1 -1
  17. package/src/index.js +178 -321
  18. package/examples/externalwms/index.js +0 -20
  19. package/examples/externalwms/index.php +0 -88
  20. package/examples/integration/tool/css/dist/home.css.min.css +0 -0
  21. package/examples/integration/tool/css/dist/home.min.css +0 -1
  22. package/examples/integration/tool/css/dist/home.min.css.map +0 -10
  23. package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
  24. package/examples/integration/tool/css/dist/style-login.min.css +0 -1
  25. package/examples/integration/tool/css/dist/style-login.min.css.map +0 -10
  26. package/examples/integration/tool/css/dist/style.css.min.css +0 -0
  27. package/examples/integration/tool/css/dist/style.min.css +0 -1
  28. package/examples/integration/tool/css/dist/style.min.css.map +0 -23
  29. package/examples/integration/tool/css/master/_bottom-sheet-2.scss +0 -103
  30. package/examples/integration/tool/css/master/_bottom-sheet.scss +0 -142
  31. package/examples/integration/tool/css/master/_colors.scss +0 -35
  32. package/examples/integration/tool/css/master/_dropdown-form.scss +0 -167
  33. package/examples/integration/tool/css/master/_forms.scss +0 -416
  34. package/examples/integration/tool/css/master/_header.scss +0 -134
  35. package/examples/integration/tool/css/master/_menu-toc.scss +0 -135
  36. package/examples/integration/tool/css/master/_menu-tools.scss +0 -187
  37. package/examples/integration/tool/css/master/_mixins.scss +0 -42
  38. package/examples/integration/tool/css/master/_notifyjs.scss +0 -39
  39. package/examples/integration/tool/css/master/_ol-map-controls.scss +0 -117
  40. package/examples/integration/tool/css/master/_simplelightbox.scss +0 -287
  41. package/examples/integration/tool/css/master/_toc-config.scss +0 -28
  42. package/examples/integration/tool/css/master/_toc-layouts.scss +0 -173
  43. package/examples/integration/tool/css/master/_tooltip.scss +0 -34
  44. package/examples/integration/tool/css/master/home.scss +0 -266
  45. package/examples/integration/tool/css/master/style-login.scss +0 -240
  46. package/examples/integration/tool/css/master/style.scss +0 -166
  47. package/examples/integration/tool/img/doc-gallery-placeholder.svg +0 -3
  48. package/examples/integration/tool/img/home/ic_calendar-clock.svg +0 -1
  49. package/examples/integration/tool/img/home/ic_caret-down.svg +0 -1
  50. package/examples/integration/tool/img/home/ic_cog.svg +0 -1
  51. package/examples/integration/tool/img/home/ic_marker.svg +0 -1
  52. package/examples/integration/tool/img/home/ic_play-circle.svg +0 -1
  53. package/examples/integration/tool/img/home/ic_power.svg +0 -1
  54. package/examples/integration/tool/img/home/ic_squares.svg +0 -1
  55. package/examples/integration/tool/img/home/ic_user-pointer.svg +0 -1
  56. package/examples/integration/tool/img/home/ic_user-square.svg +0 -1
  57. package/examples/integration/tool/img/home/logo_footer.svg +0 -1
  58. package/examples/integration/tool/img/ic/accessControl.svg +0 -1
  59. package/examples/integration/tool/img/ic/account-location.svg +0 -1
  60. package/examples/integration/tool/img/ic/actionDelete.svg +0 -64
  61. package/examples/integration/tool/img/ic/actionOpen.svg +0 -64
  62. package/examples/integration/tool/img/ic/addFile.svg +0 -100
  63. package/examples/integration/tool/img/ic/addFile_off.svg +0 -102
  64. package/examples/integration/tool/img/ic/arrow-left.svg +0 -1
  65. package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +0 -1
  66. package/examples/integration/tool/img/ic/bt_add_photo.svg +0 -3
  67. package/examples/integration/tool/img/ic/bug.svg +0 -1
  68. package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +0 -3
  69. package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +0 -8
  70. package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +0 -8
  71. package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +0 -1
  72. package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +0 -8
  73. package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +0 -8
  74. package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +0 -1
  75. package/examples/integration/tool/img/ic/chevron-down-grey.svg +0 -7
  76. package/examples/integration/tool/img/ic/chevron-down-white.svg +0 -7
  77. package/examples/integration/tool/img/ic/chevron-down.svg +0 -1
  78. package/examples/integration/tool/img/ic/chevron-right-grey.svg +0 -7
  79. package/examples/integration/tool/img/ic/chevron-right-white.svg +0 -7
  80. package/examples/integration/tool/img/ic/chevron-right.svg +0 -1
  81. package/examples/integration/tool/img/ic/comment-text-outline.svg +0 -1
  82. package/examples/integration/tool/img/ic/cookie.svg +0 -1
  83. package/examples/integration/tool/img/ic/delete.svg +0 -1
  84. package/examples/integration/tool/img/ic/dot.svg +0 -1
  85. package/examples/integration/tool/img/ic/dump.svg +0 -1
  86. package/examples/integration/tool/img/ic/e.svg +0 -9
  87. package/examples/integration/tool/img/ic/eye-off.svg +0 -1
  88. package/examples/integration/tool/img/ic/eye.svg +0 -1
  89. package/examples/integration/tool/img/ic/forbidden.svg +0 -1
  90. package/examples/integration/tool/img/ic/form-title-1.svg +0 -3
  91. package/examples/integration/tool/img/ic/group.svg +0 -1
  92. package/examples/integration/tool/img/ic/hamburger.svg +0 -1
  93. package/examples/integration/tool/img/ic/ic-users.svg +0 -1
  94. package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +0 -3
  95. package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +0 -3
  96. package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +0 -14
  97. package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +0 -14
  98. package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +0 -3
  99. package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +0 -3
  100. package/examples/integration/tool/img/ic/ic_gps.svg +0 -3
  101. package/examples/integration/tool/img/ic/ic_search.svg +0 -5
  102. package/examples/integration/tool/img/ic/ic_selector_fechas.svg +0 -63
  103. package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +0 -3
  104. package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
  105. package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +0 -55
  106. package/examples/integration/tool/img/ic/imaqua.svg +0 -87
  107. package/examples/integration/tool/img/ic/incidencia.svg +0 -77
  108. package/examples/integration/tool/img/ic/info_multi_selection.svg +0 -230
  109. package/examples/integration/tool/img/ic/layers.svg +0 -1
  110. package/examples/integration/tool/img/ic/map-marker.svg +0 -3
  111. package/examples/integration/tool/img/ic/map.svg +0 -1
  112. package/examples/integration/tool/img/ic/measure_area.svg +0 -111
  113. package/examples/integration/tool/img/ic/minus.svg +0 -7
  114. package/examples/integration/tool/img/ic/notification.svg +0 -1
  115. package/examples/integration/tool/img/ic/offline.svg +0 -3
  116. package/examples/integration/tool/img/ic/online.svg +0 -1
  117. package/examples/integration/tool/img/ic/pencil.svg +0 -3
  118. package/examples/integration/tool/img/ic/plus.svg +0 -1
  119. package/examples/integration/tool/img/ic/polygon_selection.svg +0 -68
  120. package/examples/integration/tool/img/ic/power.svg +0 -1
  121. package/examples/integration/tool/img/ic/remoteLocalized.svg +0 -4
  122. package/examples/integration/tool/img/ic/remoteStartLocalize.svg +0 -4
  123. package/examples/integration/tool/img/ic/ruler.svg +0 -125
  124. package/examples/integration/tool/img/ic/selection-plus.svg +0 -10
  125. package/examples/integration/tool/img/ic/selection.svg +0 -1
  126. package/examples/integration/tool/img/ic/settings.svg +0 -1
  127. package/examples/integration/tool/img/ic/sort.svg +0 -1
  128. package/examples/integration/tool/img/ic/sort_asc.svg +0 -1
  129. package/examples/integration/tool/img/ic/sort_desc.svg +0 -1
  130. package/examples/integration/tool/img/ic/spreadsheet.svg +0 -3
  131. package/examples/integration/tool/img/ic/times.svg +0 -1
  132. package/examples/integration/tool/img/ic/toolbar/AB3.svg +0 -1
  133. package/examples/integration/tool/img/ic/toolbar/AB4.svg +0 -1
  134. package/examples/integration/tool/img/ic/toolbar/IC1.svg +0 -1
  135. package/examples/integration/tool/img/ic/toolbar/TB1.svg +0 -1
  136. package/examples/integration/tool/img/ic/toolbar/TB11.svg +0 -5
  137. package/examples/integration/tool/img/ic/toolbar/TB2.svg +0 -1
  138. package/examples/integration/tool/img/ic/toolbar/TB20.svg +0 -1
  139. package/examples/integration/tool/img/ic/toolbar/TB21.svg +0 -54
  140. package/examples/integration/tool/img/ic/toolbar/TB3.svg +0 -1
  141. package/examples/integration/tool/img/ic/toolbar/TB31.svg +0 -1
  142. package/examples/integration/tool/img/ic/toolbar/TB32.svg +0 -57
  143. package/examples/integration/tool/img/ic/toolbar/TB4.svg +0 -1
  144. package/examples/integration/tool/img/ic/toolbar/TB5.svg +0 -1
  145. package/examples/integration/tool/img/ic/toolbar/TB6.svg +0 -1
  146. package/examples/integration/tool/img/ic/toolbar/TB7.svg +0 -1
  147. package/examples/integration/tool/img/ic/toolbar/TB8.svg +0 -1
  148. package/examples/integration/tool/img/ic/tools.svg +0 -28
  149. package/examples/integration/tool/img/ic/user.svg +0 -1
  150. package/examples/integration/tool/img/ic/vector-polygon.svg +0 -1
  151. package/examples/integration/tool/img/ic/visit_manager.svg +0 -135
  152. package/examples/integration/tool/img/logo-footer-login.png +0 -0
  153. package/examples/integration/tool/img/logo-footer.png +0 -0
  154. package/examples/integration/tool/img/logo-header-login.png +0 -0
  155. package/examples/integration/tool/img/logo-header-login@2x.png +0 -0
  156. package/examples/integration/tool/img/logo-header-login@3x.png +0 -0
  157. package/examples/integration/tool/img/logo-header.png +0 -0
  158. package/examples/integration/tool/img/logo-header@2x.png +0 -0
  159. package/examples/integration/tool/img/logo-header@3x.png +0 -0
  160. package/examples/integration/tool/img/logo_project.png +0 -0
  161. package/examples/integration/tool/img/photo-gallery-placeholder.svg +0 -3
  162. package/examples/integration/tool/img/pixel.png +0 -0
  163. package/examples/integration/tool/index.html +0 -228
  164. package/examples/integration/tool/js/demo.js +0 -238
  165. package/examples/integration/tool/js/interface.js +0 -147
  166. package/examples/integration/tool/js/jquery.js +0 -4
  167. package/examples/integration/vanguardia.html +0 -6636
  168. package/examples/taigua/global.css +0 -10
  169. package/examples/xavi/index.html +0 -37
  170. package/examples/xavi/main.js +0 -168
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <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">
4
- <path fill="#000000" d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" />
5
- </svg>
@@ -1,63 +0,0 @@
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="svg1818"
17
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
18
- sodipodi:docname="selector_fechas.svg">
19
- <defs
20
- id="defs1812" />
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="11.2"
29
- inkscape:cx="-2.8615477"
30
- inkscape:cy="15.400565"
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="metadata1815">
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="path1549"
59
- d="m 2.2851202,294.14942 h -0.4508 c -0.0744,0 -0.13524,-0.0609 -0.13524,-0.13524 v -0.45079 c 0,-0.0744 0.0609,-0.13525 0.13524,-0.13525 h 0.4508 c 0.0744,0 0.13524,0.0608 0.13524,0.13525 v 0.45079 c 0,0.0744 -0.0609,0.13524 -0.13524,0.13524 z m 1.21715,-0.13524 v -0.45079 c 0,-0.0744 -0.0609,-0.13525 -0.13524,-0.13525 h -0.4508 c -0.0744,0 -0.13523,0.0608 -0.13523,0.13525 v 0.45079 c 0,0.0744 0.0608,0.13524 0.13523,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m 1.08192,0 v -0.45079 c 0,-0.0744 -0.0609,-0.13525 -0.13524,-0.13525 h -0.4508 c -0.0744,0 -0.13524,0.0608 -0.13524,0.13525 v 0.45079 c 0,0.0744 0.0609,0.13524 0.13524,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m -1.08192,1.08192 v -0.4508 c 0,-0.0744 -0.0609,-0.13524 -0.13524,-0.13524 h -0.4508 c -0.0744,0 -0.13523,0.0609 -0.13523,0.13524 v 0.4508 c 0,0.0744 0.0608,0.13524 0.13523,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m -1.08191,0 v -0.4508 c 0,-0.0744 -0.0609,-0.13524 -0.13524,-0.13524 h -0.4508 c -0.0744,0 -0.13524,0.0609 -0.13524,0.13524 v 0.4508 c 0,0.0744 0.0609,0.13524 0.13524,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m 2.16383,0 v -0.4508 c 0,-0.0744 -0.0609,-0.13524 -0.13524,-0.13524 h -0.4508 c -0.0744,0 -0.13524,0.0609 -0.13524,0.13524 v 0.4508 c 0,0.0744 0.0609,0.13524 0.13524,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m 1.08191,-2.93019 v 3.96703 c 0,0.29865 -0.2423,0.54095 -0.54096,0.54095 h -3.96702 c -0.29865002,0 -0.54095002,-0.2423 -0.54095002,-0.54095 v -3.96703 c 0,-0.29865 0.2423,-0.54096 0.54095002,-0.54096 h 0.54096 v -0.58603 c 0,-0.0744 0.0609,-0.13524 0.13524,-0.13524 h 0.4508 c 0.0744,0 0.13524,0.0609 0.13524,0.13524 v 0.58603 h 1.44255 v -0.58603 c 0,-0.0744 0.0609,-0.13524 0.13524,-0.13524 h 0.4508 c 0.0744,0 0.13524,0.0609 0.13524,0.13524 v 0.58603 h 0.54095 c 0.29866,0 0.54096,0.24231 0.54096,0.54096 z m -0.54096,3.8994 v -3.35844 h -3.96702 v 3.35844 c 0,0.0372 0.0304,0.0676 0.0676,0.0676 h 3.83178 c 0.0372,0 0.0676,-0.0304 0.0676,-0.0676 z"
60
- inkscape:connector-curvature="0"
61
- style="stroke-width:0.01126994" />
62
- </g>
63
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38">
2
- <path fill="#1C1C1B" fill-rule="evenodd" d="M12 11h5v2h-3v3h-2v-5zm9 0h5v5h-2v-3h-3v-2zm3 9h2v5h-5v-2h3v-3zm-7 3v2h-5v-5h2v3h3z"/>
3
- </svg>
@@ -1,55 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- width="24"
11
- height="24"
12
- viewBox="0 0 24 24"
13
- version="1.1"
14
- id="svg917"
15
- sodipodi:docname="image-gallery-placeholder.svg"
16
- inkscape:version="0.92.3 (2405546, 2018-03-11)">
17
- <metadata
18
- id="metadata923">
19
- <rdf:RDF>
20
- <cc:Work
21
- rdf:about="">
22
- <dc:format>image/svg+xml</dc:format>
23
- <dc:type
24
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
25
- </cc:Work>
26
- </rdf:RDF>
27
- </metadata>
28
- <defs
29
- id="defs921" />
30
- <sodipodi:namedview
31
- pagecolor="#ffffff"
32
- bordercolor="#666666"
33
- borderopacity="1"
34
- objecttolerance="10"
35
- gridtolerance="10"
36
- guidetolerance="10"
37
- inkscape:pageopacity="0"
38
- inkscape:pageshadow="2"
39
- inkscape:window-width="1920"
40
- inkscape:window-height="1001"
41
- id="namedview919"
42
- showgrid="false"
43
- inkscape:zoom="8"
44
- inkscape:cx="-24.644356"
45
- inkscape:cy="1.6601114"
46
- inkscape:window-x="-9"
47
- inkscape:window-y="-9"
48
- inkscape:window-maximized="1"
49
- inkscape:current-layer="svg917" />
50
- <path
51
- d="M 11.362,2 C 15.518,2 14,8 14,8 c 0,0 6,-1.65 6,2.457 V 22 H 4 V 2 Z M 12.189,0 H 2.3085938 L 2.1523437,0.01171875 2.046875,0.046875 2.015625,0.140625 2,0.25390625 V 23.714844 l 0.015625,0.171875 0.046875,0.07813 0.097656,0.02734 L 2.2734375,24 H 21.710937 l 0.125,-0.0078 0.113282,-0.02734 0.03906,-0.07422 L 22,23.773437 V 9.614 C 22,7.223 15.352,0 12.189,0 Z M 7,12.5 C 7,11.672 7.672,11 8.501,11 9.328,11 10,11.672 10,12.5 10,13.328 9.328,14 8.501,14 7.672,14 7,13.328 7,12.5 Z M 13.5,13 11.407,15.968 10.097,15 7,19 h 10 z"
52
- id="path915"
53
- inkscape:connector-curvature="0"
54
- sodipodi:nodetypes="scscccsscccccccccccccccssssssscccccc" />
55
- </svg>
@@ -1,87 +0,0 @@
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.4 (5da689c313, 2019-01-14)"
18
- sodipodi:docname="imaqua.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.4"
29
- inkscape:cx="14.526005"
30
- inkscape:cy="12.806003"
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="g235"
59
- transform="matrix(1.2609046,0,0,1.2609046,-0.88648586,-76.570637)">
60
- <path
61
- inkscape:connector-curvature="0"
62
- id="path25-8"
63
- d="m 3.1481283,291.37685 a 2.32608,2.32608 0 0 0 -1.7187582,0.76222 l 0.6583577,0.61547 a 1.4240453,1.4240453 0 0 1 1.0604005,-0.47542 1.4240453,1.4240453 0 0 1 1.4236856,1.4242 1.4240453,1.4240453 0 0 1 -0.1095541,0.5457 l 0.6971151,0.6165 a 2.32608,2.32608 0 0 0 0.3147095,-1.1622 2.32608,2.32608 0 0 0 -2.3259561,-2.32647 z m -1.9425172,1.04748 a 2.32608,2.32608 0 0 0 -0.38395582,1.27899 2.32608,2.32608 0 0 0 2.32647302,2.32596 2.32608,2.32608 0 0 0 1.7218586,-0.76585 l -0.6754108,-0.59738 a 1.4240453,1.4240453 0 0 1 -1.0464478,0.46095 1.4240453,1.4240453 0 0 1 -1.4242025,-1.42368 1.4240453,1.4240453 0 0 1 0.1570963,-0.64751 z"
64
- style="fill:#FFFFF;fill-rule:evenodd;stroke-width:0.43217862" />
65
- <rect
66
- transform="matrix(0.70912518,-0.7050826,0.72250011,0.69137081,0,0)"
67
- y="208.04553"
68
- x="-210.30829"
69
- height="1.3421773"
70
- width="0.49015227"
71
- id="rect65"
72
- style="fill:#FFFFFF;fill-rule:evenodd;stroke-width:0.30407754" />
73
- <rect
74
- transform="matrix(0.69819472,-0.7159079,0.73305022,0.68017451,0,0)"
75
- y="208.0407"
76
- x="-213.70143"
77
- height="2.4058335"
78
- width="0.79900265"
79
- id="rect65-7"
80
- style="fill:#FFFFFF;fill-rule:evenodd;stroke-width:0.37387663" />
81
- </g>
82
- </g>
83
- <g
84
- inkscape:groupmode="layer"
85
- id="layer2"
86
- inkscape:label="Layer 2" />
87
- </svg>
@@ -1,77 +0,0 @@
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.3499998 6.3500002"
15
- version="1.1"
16
- id="svg8"
17
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
18
- sodipodi:docname="incidencia.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="15.839192"
29
- inkscape:cx="9.422803"
30
- inkscape:cy="10.626736"
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
- <g
58
- id="g885"
59
- transform="translate(-11.830128,147.95223)">
60
- <path
61
- inkscape:connector-curvature="0"
62
- id="rect3774-8"
63
- d="m 12.757376,143.40081 c -0.146579,0 -0.264583,0.11801 -0.264583,0.26459 v 4.39559 c 0,0.14658 0.118004,0.26459 0.264583,0.26459 h 0.01809 v -4.3894 c 0,-0.14658 0.118004,-0.26458 0.264583,-0.26458 h 4.436422 v -0.006 c 0,-0.14658 -0.118004,-0.26459 -0.264583,-0.26459 z"
64
- style="fill:#ffffff;stroke-width:0.26458332" />
65
- <path
66
- inkscape:connector-curvature="0"
67
- id="rect3774-8-6"
68
- d="m 12.345156,143.0236 c -0.146579,0 -0.264583,0.11801 -0.264583,0.26459 v 4.39559 c 0,0.14658 0.118004,0.26459 0.264583,0.26459 h 0.01809 v -4.3894 c 0,-0.14658 0.118004,-0.26458 0.264584,-0.26458 h 4.436421 v -0.006 c 0,-0.14658 -0.118004,-0.26459 -0.264583,-0.26459 z"
69
- style="fill:#ffffff;stroke-width:0.26458332" />
70
- <path
71
- inkscape:connector-curvature="0"
72
- id="rect3774-2"
73
- d="m 13.306799,143.91298 c -0.139677,0 -0.251664,0.11228 -0.251664,0.25166 v 4.17959 c 0,0.13938 0.111987,0.25166 0.251664,0.25166 h 4.245219 c 0.139677,0 0.251665,-0.11228 0.251665,-0.25166 v -4.17959 c 0,-0.13938 -0.111988,-0.25166 -0.251665,-0.25166 z m 1.629358,0.40617 h 0.986503 v 0.72657 h -0.986503 z m 0,1.08469 h 0.986503 v 2.78639 h -0.986503 z"
74
- style="fill:#ffffff;stroke:#ffffff;stroke-width:0.252;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
75
- </g>
76
- </g>
77
- </svg>
@@ -1,230 +0,0 @@
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.4 (5da689c313, 2019-01-14)"
18
- sodipodi:docname="info_multi_selecction.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="5.0566025"
29
- inkscape:cx="30.25338"
30
- inkscape:cy="39.81455"
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
- <text
58
- xml:space="preserve"
59
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
60
- x="2.1024926"
61
- y="293.55093"
62
- id="text41"><tspan
63
- sodipodi:role="line"
64
- id="tspan39"
65
- x="2.1024926"
66
- y="303.08392"
67
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';stroke-width:0.26458332;" /></text>
68
- <text
69
- xml:space="preserve"
70
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
71
- x="3.1634047"
72
- y="292.94861"
73
- id="text45"><tspan
74
- sodipodi:role="line"
75
- id="tspan43"
76
- x="3.1634047"
77
- y="302.4816"
78
- style="stroke-width:0.26458332;-inkscape-font-specification:'Segoe Script Bold';font-family:'Segoe Script';font-weight:bold;font-style:normal;font-stretch:normal;font-variant:normal;" /></text>
79
- <text
80
- xml:space="preserve"
81
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
82
- x="11.877623"
83
- y="300.08713"
84
- id="text49"><tspan
85
- sodipodi:role="line"
86
- id="tspan47"
87
- x="11.877623"
88
- y="300.08713"
89
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Segoe Print';-inkscape-font-specification:'Segoe Print Bold';stroke-width:0.26458332">i</tspan></text>
90
- <text
91
- xml:space="preserve"
92
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.59638262px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11490957"
93
- x="3.0602937"
94
- y="336.74289"
95
- id="text53"
96
- transform="scale(1.1455111,0.87297276)"><tspan
97
- sodipodi:role="line"
98
- id="tspan51"
99
- x="3.0602937"
100
- y="340.79086"
101
- style="stroke-width:0.11490957" /></text>
102
- <text
103
- xml:space="preserve"
104
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.80542088px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.22013552"
105
- x="2.5685227"
106
- y="356.75806"
107
- id="text57"
108
- transform="scale(1.2019111,0.8320083)"><tspan
109
- sodipodi:role="line"
110
- id="tspan55"
111
- x="2.5685227"
112
- y="364.51288"
113
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Amiri;-inkscape-font-specification:'Amiri Bold';stroke-width:0.22013552" /></text>
114
- <text
115
- xml:space="preserve"
116
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.36701155px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.13417527"
117
- x="14.75293"
118
- y="344.8457"
119
- id="text61"
120
- transform="scale(1.1747829,0.8512211)"><tspan
121
- sodipodi:role="line"
122
- id="tspan59"
123
- x="14.75293"
124
- y="344.8457"
125
- style="stroke-width:0.13417527">?</tspan></text>
126
- <g
127
- id="g124"
128
- transform="translate(-9.0521089,-13.65665)">
129
- <text
130
- transform="scale(1.1683711,0.85589245)"
131
- id="text53-5-5"
132
- y="339.41174"
133
- x="-5.0825677"
134
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.1406908px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12851726"
135
- xml:space="preserve"><tspan
136
- style="stroke-width:0.12851726"
137
- y="339.41174"
138
- x="-5.0825677"
139
- id="tspan51-8-8"
140
- sodipodi:role="line">i</tspan></text>
141
- <path
142
- style="stroke-width:0.26458332"
143
- inkscape:connector-curvature="0"
144
- d="m -7.1980517,286.77304 v 0.79375 h 0.5291701 v -0.79375 h -0.5291701 m 1.32292,0 h -0.7937499 c 0,0 0,0 0,0 h -0.5291701 c 0,-0.29368 0.23813,-0.52916 0.5291701,-0.52916 h 0.7937499 v 0.52916 m 3.9687501,0 v 0.79375 h -0.5291701 v -0.79375 h 0.5291701 m -1.3229201,0 h 0.79375 c 0,0 0,0 0,0 h 0.5291701 c 0,-0.29368 -0.23813,-0.52916 -0.5291701,-0.52916 h -0.79375 v 0.52916 m 1.3229201,4.23334 v -0.79375 h -0.5291701 v 0.79375 h 0.5291701 m -1.3229201,0 h 0.79375 c 0,0 0,0 0,0 h 0.5291701 c 0,0.29368 -0.23813,0.52916 -0.5291701,0.52916 h -0.79375 v -0.52916 m -3.96875,0 v -0.79375 h 0.5291701 v 0.79375 h -0.5291701 m 1.32292,0 h -0.7937499 c 0,0 0,0 0,0 h -0.5291701 c 0,0.29368 0.23813,0.52916 0.5291701,0.52916 h 0.7937499 v -0.52916 m 0.7937501,-4.7625 h 1.0583299 v 0.52916 h -1.0583299 v -0.52916 m 0,4.7625 h 1.0583299 v 0.52916 h -1.0583299 v -0.52916 m 2.6458299,-2.64584 h 0.5291701 v 1.05834 h -0.5291701 v -1.05834 m -4.7625,0 h 0.5291701 v 1.05834 h -0.5291701 z"
145
- id="path3791-1" />
146
- </g>
147
- <g
148
- id="g254">
149
- <path
150
- style="stroke-width:0.26458332"
151
- inkscape:connector-curvature="0"
152
- d="m 0.52916499,291.70831 v 0.79375 H 1.058335 v -0.79375 H 0.52916499 m 1.32292001,0 h -0.79375 c 0,0 0,0 0,0 H 0.52916499 c 0,-0.29368 0.23813,-0.52916 0.52917001,-0.52916 h 0.79375 v 0.52916 m 3.96875,0 v 0.79375 h -0.52917 v -0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,-0.29368 -0.23813,-0.52916 -0.52917,-0.52916 h -0.79375 v 0.52916 m 1.32292,4.23334 v -0.79375 h -0.52917 v 0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,0.29368 -0.23813,0.52916 -0.52917,0.52916 h -0.79375 v -0.52916 m -3.96875001,0 V 295.1479 H 1.058335 v 0.79375 H 0.52916499 m 1.32292001,0 h -0.79375 c 0,0 0,0 0,0 H 0.52916499 c 0,0.29368 0.23813,0.52916 0.52917001,0.52916 h 0.79375 v -0.52916 m 0.79375,-4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 0,4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 2.64583,-2.64584 h 0.52917 v 1.05834 h -0.52917 v -1.05834 m -4.76250001,0 H 1.058335 v 1.05834 H 0.52916499 Z"
153
- id="path3791" />
154
- <text
155
- transform="scale(1.3361194,0.7484361)"
156
- id="text128"
157
- y="394.68152"
158
- x="1.3465227"
159
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.92094851px;line-height:1.25;font-family:Gabriola;-inkscape-font-specification:Gabriola;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.19802369"
160
- xml:space="preserve"><tspan
161
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Gabriola;-inkscape-font-specification:Gabriola;stroke-width:0.19802369"
162
- y="394.68152"
163
- x="1.3465227"
164
- id="tspan126"
165
- sodipodi:role="line">i</tspan></text>
166
- </g>
167
- <path
168
- style="fill:#1c1c1b;fill-rule:evenodd;stroke-width:0.26458332"
169
- d="m -14.302312,292.27302 v 2.11666 h 0.52916 v 1.05834 h 2.64584 v -2.11667 h -0.79375 v -1.05833 z m 0.52916,0.52916 h 1.32292 v 1.05834 h -1.32292 z m 1.85209,1.05834 h 0.26458 v 1.05833 h -1.5875 v -0.52917 h 1.32292 z"
170
- id="path3749"
171
- inkscape:connector-curvature="0" />
172
- <path
173
- id="path3791-4"
174
- d="m -15.360647,291.74385 v 0.79375 h 0.52917 v -0.79375 h -0.52917 m 1.32292,0 h -0.79375 c 0,0 0,0 0,0 h -0.52917 c 0,-0.29368 0.238129,-0.52916 0.52917,-0.52916 h 0.79375 v 0.52916 m 3.96875,0 v 0.79375 h -0.52917 v -0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,-0.29368 -0.23813,-0.52916 -0.52917,-0.52916 h -0.79375 v 0.52916 m 1.32292,4.23334 v -0.79375 h -0.52917 v 0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,0.29368 -0.23813,0.52916 -0.52917,0.52916 h -0.79375 v -0.52916 m -3.96875,0 v -0.79375 h 0.52917 v 0.79375 h -0.52917 m 1.32292,0 h -0.79375 c 0,0 0,0 0,0 h -0.52917 c 0,0.29368 0.238129,0.52916 0.52917,0.52916 h 0.79375 v -0.52916 m 0.79375,-4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 0,4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 2.64583,-2.64584 h 0.52917 v 1.05834 h -0.52917 v -1.05834 m -4.7625,0 h 0.52917 v 1.05834 h -0.52917 z"
175
- inkscape:connector-curvature="0"
176
- style="stroke-width:0.26458332" />
177
- <g
178
- transform="translate(-7.3504708,-18.596585)"
179
- id="g176">
180
- <g
181
- id="g246"
182
- transform="translate(1.6743785,-0.26162165)">
183
- <text
184
- transform="matrix(1.5839501,0,0,0.63133301,7.0365248,-0.08319775)"
185
- id="text132"
186
- y="465.07144"
187
- x="2.3454204"
188
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.68160772px;line-height:4.25;font-family:Gabriola;-inkscape-font-specification:'Gabriola Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.16704018"
189
- xml:space="preserve"><tspan
190
- style="stroke-width:0.16704018"
191
- y="465.07144"
192
- x="2.3454204"
193
- id="tspan130"
194
- sodipodi:role="line">i</tspan></text>
195
- <path
196
- inkscape:transform-center-y="1.0464866"
197
- inkscape:transform-center-x="-0.15697299"
198
- style="fill:#1c1c1b;fill-rule:evenodd;stroke-width:0.30128151"
199
- d="m 7.3800889,293.34097 v 2.11666 h 0.686131 v 1.05834 h 3.4307071 v -2.11667 h -1.029209 v -1.05833 z m 0.686131,0.52916 h 1.7153534 v 1.05834 H 8.0662199 Z m 2.4014981,1.05834 h 0.343065 v 1.05833 H 8.7523639 v -0.52917 h 1.7153541 z"
200
- id="path3749-3"
201
- inkscape:connector-curvature="0" />
202
- </g>
203
- </g>
204
- <g
205
- id="g228"
206
- transform="translate(9.1044332,-18.418164)">
207
- <path
208
- style="stroke-width:0.16512677"
209
- inkscape:connector-curvature="0"
210
- d="m 0.17967815,291.30723 v 0.49152 h 0.3328437 v -0.49152 h -0.3328437 m 0.83210545,0 H 0.51252185 c 0,0 0,0 0,0 h -0.3328437 c 0,-0.18187 0.14978104,-0.32768 0.3328437,-0.32768 H 1.0117836 v 0.32768 m 2.4963097,0 v 0.49152 H 3.17525 v -0.49152 h 0.3328433 m -0.8321053,0 H 3.17525 c 0,0 0,0 0,0 h 0.3328433 c 0,-0.18187 -0.149781,-0.32768 -0.3328433,-0.32768 H 2.675988 v 0.32768 m 0.8321053,2.62148 v -0.49152 H 3.17525 v 0.49152 h 0.3328433 m -0.8321053,0 H 3.17525 c 0,0 0,0 0,0 h 0.3328433 c 0,0.18187 -0.149781,0.32768 -0.3328433,0.32768 H 2.675988 v -0.32768 m -2.49630985,0 v -0.49152 h 0.3328437 v 0.49152 h -0.3328437 m 0.83210545,0 H 0.51252185 c 0,0 0,0 0,0 h -0.3328437 c 0,0.18187 0.14978104,0.32768 0.3328437,0.32768 H 1.0117836 v -0.32768 m 0.499262,-2.94916 H 2.176726 v 0.32768 H 1.5110456 v -0.32768 m 0,2.94916 H 2.176726 v 0.32768 H 1.5110456 v -0.32768 M 3.17525,292.29029 h 0.3328433 v 0.65536 H 3.17525 v -0.65536 m -2.99557185,0 h 0.3328437 v 0.65536 h -0.3328437 z"
211
- id="path3791-4-1" />
212
- <g
213
- id="g176-3"
214
- transform="translate(-7.205361,2.5919023)">
215
- <text
216
- transform="matrix(1.5839501,0,0,0.63133301,7.0365248,-0.08319775)"
217
- id="text132-8"
218
- y="465.07144"
219
- x="2.3454204"
220
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.68160772px;line-height:4.25;font-family:Gabriola;-inkscape-font-specification:'Gabriola Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.16704018"
221
- xml:space="preserve"><tspan
222
- style="stroke-width:0.16704018"
223
- y="465.07144"
224
- x="2.3454204"
225
- id="tspan130-5"
226
- sodipodi:role="line">i</tspan></text>
227
- </g>
228
- </g>
229
- </g>
230
- </svg>
@@ -1 +0,0 @@
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="M12,16L19.36,10.27L21,9L12,2L3,9L4.63,10.27M12,18.54L4.62,12.81L3,14.07L12,21.07L21,14.07L19.37,12.8L12,18.54Z" /></svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38">
2
- <path fill="#1C1C1B" fill-rule="evenodd" d="M19 18.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM19 9a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7z"/>
3
- </svg>
@@ -1 +0,0 @@
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="M15,19L9,16.89V5L15,7.11M20.5,3C20.44,3 20.39,3 20.34,3L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.61,21 3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3Z" /></svg>