@vidro/map-handler 1.1.3 → 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 -91
  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 -318
  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 +0,0 @@
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>
@@ -1 +0,0 @@
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>
@@ -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 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>
@@ -1,64 +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.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>
@@ -1,64 +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.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>
@@ -1,100 +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.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>
@@ -1,102 +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.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>
@@ -1 +0,0 @@
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>
@@ -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 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>
@@ -1,3 +0,0 @@
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>
@@ -1 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,8 +0,0 @@
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>
@@ -1,8 +0,0 @@
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>
@@ -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="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>
@@ -1,8 +0,0 @@
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>
@@ -1,8 +0,0 @@
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>
@@ -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="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>
@@ -1,7 +0,0 @@
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>
@@ -1,7 +0,0 @@
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="M7.41,8.58L12,13.17l4.59-4.59L18,10l-6,6l-6-6L7.41,8.58z"/>
7
- </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="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>
@@ -1,7 +0,0 @@
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="M8.59,16.58L13.17,12L8.59,7.41L10,6l6,6l-6,6L8.59,16.58z"/>
7
- </svg>
@@ -1,7 +0,0 @@
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="M8.59,16.58L13.17,12L8.59,7.41L10,6l6,6l-6,6L8.59,16.58z"/>
7
- </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="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></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="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M6,7H18V9H6V7M6,11H15V13H6V11Z" /></svg>
@@ -1 +0,0 @@
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 64 64" height="64px" id="COOKIE" version="1.1" viewBox="0 0 64 64" width="64px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="COOKIE_1_"><path d="M32,16c-0.396,0-0.801,0.019-1.233,0.058c0.137,0.588,0.206,1.189,0.206,1.799 c0.001,2.135-0.83,4.144-2.342,5.656c-1.078,1.078-2.4,1.811-3.86,2.143c-0.898,3.892-4.672,6.653-8.769,6.14 C16.001,31.863,16,31.932,16,32c0,8.822,7.178,16,16,16s16-7.178,16-16S40.822,16,32,16z" fill="#D5944B"/><circle cx="35.709" cy="22.973" fill="#443017" r="2"/><circle cx="41.875" cy="29.417" fill="#443017" r="2"/><circle cx="31.709" cy="31.417" fill="#443017" r="2"/><circle cx="24.001" cy="37.25" fill="#443017" r="2"/><circle cx="32" cy="42.292" fill="#443017" r="2"/><circle cx="38.875" cy="37.25" fill="#443017" r="2"/><path d="M32,50c-9.925,0-18-8.075-18-18c0-0.505,0.034-1.001,0.074-1.494c0.024-0.298,0.181-0.569,0.427-0.74 c0.245-0.17,0.552-0.221,0.842-0.142c3.594,1.016,7.107-1.47,7.578-4.963c0.061-0.446,0.412-0.798,0.858-0.857 c1.308-0.175,2.496-0.765,3.438-1.705c1.133-1.134,1.757-2.641,1.756-4.241c0-0.78-0.15-1.542-0.447-2.266 c-0.117-0.284-0.097-0.606,0.055-0.873s0.417-0.45,0.721-0.496C30.309,14.071,31.166,14,32,14c9.925,0,18,8.075,18,18 S41.925,50,32,50z M16.002,31.795C16.001,31.863,16,31.932,16,32c0,8.822,7.178,16,16,16s16-7.178,16-16s-7.178-16-16-16 c-0.396,0-0.801,0.019-1.233,0.058c0.137,0.588,0.206,1.189,0.206,1.799c0.001,2.135-0.83,4.144-2.342,5.656 c-1.078,1.078-2.4,1.811-3.86,2.143C23.872,29.547,20.099,32.309,16.002,31.795z" fill="#26251D"/></g></svg>
@@ -1 +0,0 @@
1
- <svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg"><title>EA4624E8-9DE0-41ED-8AFF-E51597CCD1DB</title><path d="M27.94 8.086h-3.755a1.865 1.865 0 0 0-1.858-1.881h-5.654c-1.05 0-1.858.859-1.858 1.881H11.06c-1.05 0-1.858.86-1.858 1.882v1.882c0 1.064.848 1.882 1.858 1.882v17.1c0 1.063.848 1.882 1.857 1.882h13.125c1.05 0 1.858-.86 1.858-1.882V13.814c1.05 0 1.858-.86 1.858-1.882V10.05c.04-1.105-.808-1.964-1.818-1.964zm-1.857 22.828H12.958v-17.1h1.857V28.99h1.858V13.814h1.858V28.99h1.857V13.814h1.939V28.99h1.858V13.814h1.857v17.1h.04zM27.94 11.89H11.06v-1.882h16.88v1.882z" fill="#1C1C1B" fill-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" ?><svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1152 896q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-256-544q-148 0-273 73t-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73zm768 544q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" ?><svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><polygon id="XMLID_3_" points="276,354.3 185.3,239.6 94.6,354.3 141.6,354.3 141.6,490.4 229,490.4 229,354.3 "/><polygon id="XMLID_2_" points="370.4,375.6 370.4,239.6 283,239.6 283,375.6 236,375.6 326.7,490.4 417.4,375.6 "/></g><path d="M432.9,183.1c0-0.3,0-0.7,0-1c0-39.9-32.3-72.2-72.2-72.2c-5,0-9.9,0.5-14.6,1.5 c-7.9-50.8-51.8-89.7-104.8-89.7c-49,0-90.3,33.3-102.4,78.5c-1.2-0.1-2.4-0.1-3.6-0.1c-39.9,0-72.2,32.3-72.2,72.2 c0,5,0.5,9.8,1.4,14.5C30.5,198.4,6,230.6,6,268.5c0,33.4,18.9,66.4,46.6,81.7c5.7,3.1,12,4.8,18.5,4.8h10.3l103.9-131.6l87.7,111 V229.6h107.4V355h37.4c47.8,0,88.4-39.1,88.2-86.8C505.8,225.1,474.2,189.5,432.9,183.1z" id="XMLID_1_"/></g></svg>
@@ -1,9 +0,0 @@
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
- <g>
7
- <path fill="#010002" d="M15.143,17.457H8.857V6.543h6.285v1.896h-3.971v2.396h3.695v1.896h-3.695v2.814h3.971V17.457z"/>
8
- </g>
9
- </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="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" /></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,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" /></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'><svg enable-background="new 0 0 24 24" id="Layer_1" version="1.0" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M12,4c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8S7.6,4,12,4 M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10 C22,6.5,17.5,2,12,2L12,2z"/></g><line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-width="2" x1="18.2" x2="5.8" y1="18.2" y2="5.8"/></svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24">
2
- <path fill="#000" fill-rule="nonzero" d="M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 4v4h6V8H5zm8 0v4h6V8h-6zm-8 6v4h6v-4H5zm8 0v4h6v-4h-6z" />
3
- </svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg"><title>923815D1-A88D-418B-9A09-B40EC6BC5FF2</title><path d="M15 15v4h5v-4h-5zM8 8h4v1h14V8h4v4h-1v14h1v4h-4v-1H12v1H8v-4h1V12H8V8zm4 18v1h14v-1h1V12h-1v-1H12v1h-1v14h1zm1-13h9v4h3v8H15v-4h-2v-8zm9 8h-5v2h6v-4h-1v2z" fill="#1C1C1B" fill-rule="evenodd"/></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="30" height="30" viewBox="0 0 24 24"><path fill="#5d94e8" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" /></svg>
@@ -1 +0,0 @@
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.288 -24.675 141.732 141.732" height="141.732px" id="Livello_1" version="1.1" viewBox="-0.288 -24.675 141.732 141.732" width="141.732px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Livello_98"><path d="M37.164,60.964C17.418,61.378,1.395,74.75,0,91.622h18.693l0.009-0.104c0.9-10.901,6.48-21.019,15.712-28.487 C35.305,62.312,36.223,61.622,37.164,60.964 M44.62,27.247c0-2.408,0.255-4.747,0.731-6.98c-2.211-1.199-4.662-1.872-7.244-1.872 c-9.761,0-17.673,9.526-17.673,21.279c0,11.395,7.437,20.695,16.78,21.253c4.202-2.928,8.886-5.22,13.868-6.815 c1.054-1.366,1.952-2.902,2.681-4.568C48.203,44.364,44.62,36.296,44.62,27.247 M92.995,26.994C92.995,12.085,82.958,0,70.578,0 C58.197,0,48.161,12.085,48.161,26.994c0,13.36,8.063,24.457,18.651,26.61C42.957,55.19,23.947,71.714,22.238,92.38h96.68 c-1.71-20.666-20.719-37.19-44.576-38.775C84.93,51.451,92.995,40.357,92.995,26.994 M120.72,40.436 c0-11.753-7.912-21.28-17.674-21.28c-2.583,0-5.031,0.676-7.243,1.872c0.479,2.233,0.729,4.573,0.729,6.98 c0,9.05-3.582,17.117-9.144,22.293c0.726,1.666,1.627,3.202,2.678,4.571c4.984,1.596,9.667,3.888,13.868,6.813 C113.285,61.13,120.72,51.829,120.72,40.436 M141.156,92.383c-1.396-16.872-17.418-30.243-37.164-30.657 c0.94,0.657,1.857,1.346,2.749,2.066c9.23,7.469,14.812,17.586,15.713,28.484l0.009,0.104L141.156,92.383L141.156,92.383z"/></g><g id="Livello_1_1_"/></svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24">
2
- <path fill="#1C1C1B" fill-rule="nonzero" d="M19 3H5a2 2 0 0 0-2 2V19a2 2 0 0 0 2 2H19a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-3.4 14L12 13.4 8.4 17 7 15.6l3.6-3.6L7 8.4 8.4 7l3.6 3.6L15.6 7 17 8.4 13.4 12l3.6 3.6-1.4 1.4z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24">
2
- <path fill="#1C1C1B" fill-rule="nonzero" d="M16 6h-3v1.9h3a4.1 4.1 0 1 1 0 8.2h-3V18h3a6 6 0 1 0 0-12zM3.9 12A4.1 4.1 0 0 1 8 7.9h3V6H8a6 6 0 1 0 0 12h3v-1.9H8c-2.26 0-4.1-1.84-4.1-4.1zM8 13h8v-2H8v2z"/>
3
- </svg>
@@ -1,14 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23">
2
- <defs>
3
- <filter id="a" width="114.1%" height="118.4%" x="-7%" y="-7.8%" filterUnits="objectBoundingBox">
4
- <feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/>
5
- <feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="2"/>
6
- <feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
7
- <feMerge>
8
- <feMergeNode in="shadowMatrixOuter1"/>
9
- <feMergeNode in="SourceGraphic"/>
10
- </feMerge>
11
- </filter>
12
- </defs>
13
- <path fill="#1C1C1B" fill-rule="nonzero" d="M11 1.108L9.892 0 5.5 4.392 1.108 0 0 1.108 4.392 5.5 0 9.892 1.108 11 5.5 6.608 9.892 11 11 9.892 6.608 5.5z" filter="url(#a)" transform="translate(6 6)"/>
14
- </svg>
@@ -1,14 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23">
2
- <defs>
3
- <filter id="a" width="114.1%" height="118.4%" x="-7%" y="-7.8%" filterUnits="objectBoundingBox">
4
- <feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/>
5
- <feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="2"/>
6
- <feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
7
- <feMerge>
8
- <feMergeNode in="shadowMatrixOuter1"/>
9
- <feMergeNode in="SourceGraphic"/>
10
- </feMerge>
11
- </filter>
12
- </defs>
13
- <path fill="#FFF" fill-rule="nonzero" d="M14 1.571L4.667 11 .389 6.679 1.486 5.57l3.18 3.205L12.904.464z" filter="url(#a)" transform="translate(5 6)"/>
14
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22">
2
- <path fill="#FFF" fill-rule="nonzero" d="M17 4h-2.75l-.786-1H9.536L8.75 4H6v2h11V4zM7 16.429C7 17.296 7.672 18 8.5 18h6c.828 0 1.5-.704 1.5-1.571V7H7v9.429z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22">
2
- <path fill="#FFF" fill-rule="evenodd" d="M11.444 8.333c-1.422 0-2.575 1.095-2.575 2.445 0 1.35 1.153 2.444 2.575 2.444 1.423 0 2.576-1.094 2.576-2.444 0-1.35-1.153-2.445-2.576-2.445zm0 6.519c-2.37 0-4.292-1.824-4.292-4.074s1.922-4.074 4.292-4.074c2.371 0 4.293 1.824 4.293 4.074s-1.922 4.074-4.293 4.074zm0-10.185C7.152 4.667 3.485 7.2 2 10.777c1.485 3.578 5.152 6.112 9.444 6.112 4.293 0 7.96-2.534 9.445-6.111-1.485-3.577-5.152-6.111-9.445-6.111z"/>
3
- </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 14a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-8.95 5H8v-2h2.05c.45-4.17 3.78-7.5 7.95-7.95V7h2v2.05c4.17.45 7.5 3.78 7.95 7.95H30v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V29h-2v-2.05c-4.17-.45-7.5-3.78-7.95-7.95zM19 11a7 7 0 1 0 0 14 7 7 0 0 0 0-14z"/>
3
- </svg>