ratchet_design 0.1.19 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/ratchet/_esvg.js +72 -0
  3. data/app/assets/javascripts/ratchet/_icons.js +19 -0
  4. data/app/assets/javascripts/ratchet/_topology.js +19 -0
  5. data/app/assets/javascripts/ratchet/base/form.js +4 -4
  6. data/app/assets/javascripts/ratchet/core.js +15 -8
  7. data/app/assets/javascripts/ratchet/enhancement/{_collapse.js → collapse.js} +3 -3
  8. data/app/assets/javascripts/ratchet/enhancement/lightbox.js +52 -118
  9. data/app/assets/javascripts/ratchet/enhancement/modal.js +185 -0
  10. data/app/assets/javascripts/ratchet/enhancement/smooth-scroll.js +21 -0
  11. data/app/assets/javascripts/ratchet/utility/once.js +42 -0
  12. data/app/assets/stylesheets/ratchet/_colors.yml +54 -0
  13. data/app/assets/stylesheets/ratchet/_core.scss +8 -1
  14. data/app/assets/stylesheets/ratchet/base/_button.scss +22 -31
  15. data/app/assets/stylesheets/ratchet/base/_document.scss +66 -53
  16. data/app/assets/stylesheets/ratchet/base/_form.scss +0 -1
  17. data/app/assets/stylesheets/ratchet/base/_list.scss +6 -15
  18. data/app/assets/stylesheets/ratchet/base/_media.scss +22 -6
  19. data/app/assets/stylesheets/ratchet/base/_section.scss +8 -257
  20. data/app/assets/stylesheets/ratchet/base/_slider.scss +388 -0
  21. data/app/assets/stylesheets/ratchet/base/_table.scss +1 -2
  22. data/app/assets/stylesheets/ratchet/base/_text.scss +13 -29
  23. data/app/assets/stylesheets/ratchet/enhancement/_deployments.scss +26 -0
  24. data/app/assets/stylesheets/ratchet/enhancement/_hero.scss +1 -1
  25. data/app/assets/stylesheets/ratchet/enhancement/_lightbox.scss +35 -76
  26. data/app/assets/stylesheets/ratchet/enhancement/_modal.scss +125 -0
  27. data/app/assets/stylesheets/ratchet/utility/_animations.scss +8 -0
  28. data/app/assets/stylesheets/ratchet/utility/_color.scss +25 -105
  29. data/app/assets/stylesheets/ratchet/utility/_global.scss +30 -24
  30. data/app/assets/stylesheets/ratchet/utility/_grid.scss +152 -15
  31. data/app/assets/svgs/ratchet/_icons/backup.svg +9 -0
  32. data/app/assets/svgs/ratchet/_icons/block.svg +7 -0
  33. data/app/assets/svgs/ratchet/_icons/compose-logomark.svg +8 -0
  34. data/app/assets/svgs/ratchet/_icons/connecting-in.svg +46 -0
  35. data/app/assets/svgs/ratchet/_icons/connecting-out.svg +33 -0
  36. data/app/assets/svgs/ratchet/_icons/customer-buffer.svg +28 -0
  37. data/app/assets/svgs/ratchet/_icons/customer-citrix.svg +12 -0
  38. data/app/assets/svgs/ratchet/_icons/customer-guardian.svg +31 -0
  39. data/app/assets/svgs/ratchet/_icons/customer-roximity.svg +16 -0
  40. data/app/assets/svgs/ratchet/_icons/customer-upworthy.svg +13 -0
  41. data/app/assets/svgs/ratchet/_icons/db-money.svg +31 -0
  42. data/app/assets/svgs/ratchet/_icons/deployment.svg +1 -0
  43. data/app/assets/svgs/ratchet/{facebook.svg → _icons/facebook.svg} +0 -0
  44. data/app/assets/svgs/ratchet/_icons/gear.svg +12 -0
  45. data/app/assets/svgs/ratchet/{github.svg → _icons/github.svg} +0 -0
  46. data/app/assets/svgs/ratchet/{google-plus.svg → _icons/google-plus.svg} +0 -0
  47. data/app/assets/svgs/ratchet/{ibm.svg → _icons/ibm.svg} +0 -0
  48. data/app/assets/svgs/ratchet/{inbox.svg → _icons/inbox.svg} +0 -0
  49. data/app/assets/svgs/ratchet/_icons/index.svg +3 -0
  50. data/app/assets/svgs/ratchet/_icons/keylock.svg +8 -0
  51. data/app/assets/svgs/ratchet/_icons/life-preserver.svg +17 -0
  52. data/app/assets/svgs/ratchet/{linkedin.svg → _icons/linkedin.svg} +0 -0
  53. data/app/assets/svgs/ratchet/_icons/metrics.svg +7 -0
  54. data/app/assets/svgs/ratchet/_icons/money-stack.svg +60 -0
  55. data/app/assets/svgs/ratchet/_icons/notepad.svg +12 -0
  56. data/app/assets/svgs/ratchet/_icons/notepad2.svg +14 -0
  57. data/app/assets/svgs/ratchet/_icons/one-click.svg +6 -0
  58. data/app/assets/svgs/ratchet/{ratchet.svg → _icons/ratchet.svg} +0 -0
  59. data/app/assets/svgs/ratchet/_icons/reliability.svg +12 -0
  60. data/app/assets/svgs/ratchet/_icons/safe.svg +26 -0
  61. data/app/assets/svgs/ratchet/_icons/scaling.svg +16 -0
  62. data/app/assets/svgs/ratchet/{search.svg → _icons/search.svg} +0 -0
  63. data/app/assets/svgs/ratchet/{subscribe.svg → _icons/subscribe.svg} +0 -0
  64. data/app/assets/svgs/ratchet/{twitter.svg → _icons/twitter.svg} +0 -0
  65. data/app/assets/svgs/ratchet/{y-combinator.svg → _icons/y-combinator.svg} +0 -0
  66. data/app/assets/svgs/ratchet/_icons/youtube.svg +3 -0
  67. data/app/assets/svgs/ratchet/_topology/arbiter.svg +1 -0
  68. data/app/assets/svgs/ratchet/_topology/backup.svg +1 -0
  69. data/app/assets/svgs/ratchet/_topology/config.svg +1 -0
  70. data/app/assets/svgs/ratchet/_topology/haproxy-2.svg +1 -0
  71. data/app/assets/svgs/ratchet/_topology/haproxy-storage.svg +1 -0
  72. data/app/assets/svgs/ratchet/_topology/haproxy.svg +1 -0
  73. data/app/assets/svgs/ratchet/_topology/memory.svg +1 -0
  74. data/app/assets/svgs/ratchet/_topology/portal-2.svg +1 -0
  75. data/app/assets/svgs/ratchet/_topology/portal.svg +1 -0
  76. data/app/assets/svgs/ratchet/_topology/sentinel-memory.svg +1 -0
  77. data/app/assets/svgs/ratchet/_topology/sentinel.svg +1 -0
  78. data/app/assets/svgs/ratchet/_topology/storage.svg +1 -0
  79. data/app/helpers/ratchet/application_helper.rb +10 -2
  80. data/app/helpers/ratchet/form_helper.rb +84 -1
  81. data/app/helpers/ratchet/icon_helper.rb +113 -0
  82. data/app/helpers/ratchet/pricing_helper.rb +133 -0
  83. data/app/helpers/ratchet/toggle_nav_helper.rb +101 -0
  84. data/app/views/layouts/ratchet/default.html.slim +3 -3
  85. data/app/views/shared/ratchet/_defs.html.slim +30 -88
  86. data/app/views/shared/ratchet/_fonts.html.slim +88 -0
  87. data/app/views/shared/ratchet/_footer.html.slim +1 -1
  88. data/app/views/shared/ratchet/_header.html.slim +5 -5
  89. data/app/views/shared/ratchet/_icons.html.slim +190 -5
  90. data/lib/ratchet_design/config_data.rb +29 -0
  91. data/lib/ratchet_design/version.rb +1 -1
  92. data/lib/ratchet_design.rb +27 -10
  93. data/public/core-0.1.20.js +22627 -0
  94. data/public/{fonts-woff-0.1.19.css → fonts-woff-0.1.20.css} +0 -0
  95. data/public/{fonts-woff2-0.1.19.css → fonts-woff2-0.1.20.css} +0 -0
  96. metadata +84 -22
  97. data/app/assets/javascripts/ratchet/_svg.js +0 -55
  98. data/public/core-0.1.19.js +0 -138
  99. data/public/core-0.1.19.js.gz +0 -0
  100. data/public/core-0.1.19.map.json +0 -1
  101. data/public/fonts-woff-0.1.19.css.gz +0 -0
  102. data/public/fonts-woff2-0.1.19.css.gz +0 -0
@@ -0,0 +1,46 @@
1
+ <svg viewBox="0 0 34.8 34.8">
2
+ <!--Circle-->
3
+ <g fill="url(#azure)" opacity="0.5">
4
+ <path d="M17.4,0C7.8,0,0,7.8,0,17.4c0,9.6,7.8,17.4,17.4,17.4c9.6,0,17.4-7.8,17.4-17.4
5
+ C34.9,7.8,27.1,0,17.4,0z M17.4,27.1c-5.3,0-9.7-4.3-9.7-9.7c0-5.3,4.3-9.7,9.7-9.7c5.3,0,9.7,4.3,9.7,9.7
6
+ C27.1,22.8,22.8,27.1,17.4,27.1z"/>
7
+ </g>
8
+ <!--Arrowsheads-->
9
+ <g fill="url(#azure)">
10
+ <polygon points="17.4,13.6 16.5,12 15.6,10.4 17.4,10.4 19.3,10.4 18.3,12 "/>
11
+ <polygon points="17.4,21.3 18.4,22.9 19.3,24.5 17.4,24.5 15.6,24.5 16.5,22.9 "/>
12
+ <polygon points="21.3,17.4 22.9,16.5 24.5,15.6 24.5,17.4 24.5,19.3 22.9,18.4 "/>
13
+ <polygon points="13.6,17.4 12,18.4 10.4,19.3 10.4,17.4 10.4,15.6 12,16.5 "/>
14
+ <polygon points="20.1,14.7 20.6,12.9 21.1,11.1 22.4,12.4 23.7,13.7 21.9,14.2 "/>
15
+ <polygon points="14.7,20.2 14.2,22 13.8,23.8 12.4,22.4 11.1,21.1 12.9,20.6 "/>
16
+ <polygon points="20.2,20.1 22,20.6 23.7,21.1 22.4,22.4 21.1,23.7 20.6,21.9 "/>
17
+ <polygon points="14.7,14.7 12.9,14.2 11.1,13.8 12.4,12.4 13.7,11.1 14.2,12.9 "/>
18
+ </g>
19
+ <!--Arrows-->
20
+ <g fill="url(#azure)">
21
+ <path d="M13.2,11.8L5.8,4.4c-0.5,0.4-1,0.9-1.4,1.4l7.4,7.4C12.2,12.7,12.7,12.2,13.2,11.8z"/>
22
+ <path d="M13.2,11.8L5.8,4.4c-0.5,0.4-1,0.9-1.4,1.4l7.4,7.4C12.2,12.7,12.7,12.2,13.2,11.8z"/>
23
+ <path d="M17.4,10.4c0.3,0,0.7,0,1,0.1V0.1c-0.3,0-0.7-0.1-1-0.1c-0.3,0-0.7,0-1,0.1v10.5
24
+ C16.8,10.5,17.1,10.4,17.4,10.4z"/>
25
+ <path d="M17.4,10.4c0.3,0,0.7,0,1,0.1V0.1c-0.3,0-0.7-0.1-1-0.1c-0.3,0-0.7,0-1,0.1v10.5
26
+ C16.8,10.5,17.1,10.4,17.4,10.4z"/>
27
+ <path d="M10.4,17.4c0-0.3,0-0.7,0.1-1H0.1c0,0.3-0.1,0.7-0.1,1c0,0.3,0,0.7,0.1,1h10.5
28
+ C10.5,18.1,10.4,17.8,10.4,17.4z"/>
29
+ <path d="M10.4,17.4c0-0.3,0-0.7,0.1-1H0.1c0,0.3-0.1,0.7-0.1,1c0,0.3,0,0.7,0.1,1h10.5
30
+ C10.5,18.1,10.4,17.8,10.4,17.4z"/>
31
+ <path d="M23,13.2l7.4-7.4c-0.4-0.5-0.9-1-1.4-1.4l-7.4,7.4C22.2,12.2,22.6,12.7,23,13.2z"/>
32
+ <path d="M23,13.2l7.4-7.4c-0.4-0.5-0.9-1-1.4-1.4l-7.4,7.4C22.2,12.2,22.6,12.7,23,13.2z"/>
33
+ <path d="M17.4,24.4c-0.3,0-0.7,0-1-0.1v10.5c0.3,0,0.7,0.1,1,0.1c0.3,0,0.7,0,1-0.1V24.4
34
+ C18.1,24.4,17.8,24.4,17.4,24.4z"/>
35
+ <path d="M17.4,24.4c-0.3,0-0.7,0-1-0.1v10.5c0.3,0,0.7,0.1,1,0.1c0.3,0,0.7,0,1-0.1V24.4
36
+ C18.1,24.4,17.8,24.4,17.4,24.4z"/>
37
+ <path d="M11.8,21.6L4.4,29c0.4,0.5,0.9,1,1.4,1.4l7.4-7.4C12.7,22.6,12.2,22.2,11.8,21.6z"/>
38
+ <path d="M11.8,21.6L4.4,29c0.4,0.5,0.9,1,1.4,1.4l7.4-7.4C12.7,22.6,12.2,22.2,11.8,21.6z"/>
39
+ <path d="M21.6,23l7.4,7.4c0.5-0.4,1-0.9,1.4-1.4L23,21.6C22.6,22.2,22.2,22.6,21.6,23z"/>
40
+ <path d="M21.6,23l7.4,7.4c0.5-0.4,1-0.9,1.4-1.4L23,21.6C22.6,22.2,22.2,22.6,21.6,23z"/>
41
+ <path d="M24.4,17.4c0,0.3,0,0.7-0.1,1h10.5c0-0.3,0.1-0.7,0.1-1c0-0.3,0-0.7-0.1-1H24.4
42
+ C24.4,16.8,24.4,17.1,24.4,17.4z"/>
43
+ <path d="M24.4,17.4c0,0.3,0,0.7-0.1,1h10.5c0-0.3,0.1-0.7,0.1-1c0-0.3,0-0.7-0.1-1H24.4
44
+ C24.4,16.8,24.4,17.1,24.4,17.4z"/>
45
+ </g>
46
+ </svg>
@@ -0,0 +1,33 @@
1
+ <svg viewBox="0 0 34.8 34.8">
2
+ <g fill="url(#azure)" opacity="0.5">
3
+ <path d="M17.4,5.2c-6.7,0-12.2,5.5-12.2,12.2c0,6.7,5.5,12.2,12.2,12.2c6.7,0,12.2-5.5,12.2-12.2
4
+ C29.6,10.7,24.1,5.2,17.4,5.2z M17.4,21.3c-2.2,0-3.9-1.8-3.9-3.9c0-2.2,1.8-3.9,3.9-3.9c2.2,0,3.9,1.8,3.9,3.9
5
+ C21.3,19.6,19.6,21.3,17.4,21.3z"/>
6
+ </g>
7
+ <g fill="url(#azure)">
8
+ <polygon points="17.4,0 18.3,1.6 19.3,3.2 17.4,3.2 15.6,3.2 16.5,1.6 "/>
9
+ <path d="M18.4,13.5V3.2h-2v10.3c0.3,0,0.7-0.1,1-0.1C17.7,13.5,18.1,13.5,18.4,13.5z"/>
10
+ <polygon points="17.4,34.8 16.5,33.2 15.6,31.6 17.4,31.6 19.3,31.6 18.3,33.2 "/>
11
+ <path d="M16.4,21.3v10.3h2V21.3c-0.3,0-0.7,0.1-1,0.1C17.1,21.3,16.7,21.3,16.4,21.3z"/>
12
+ </g>
13
+ <g fill="url(#azure)">
14
+ <polygon points="34.8,17.4 33.2,18.3 31.6,19.3 31.6,17.4 31.6,15.6 33.2,16.5 "/>
15
+ <path d="M21.3,18.4h10.3v-2H21.3c0,0.3,0.1,0.7,0.1,1C21.3,17.7,21.3,18.1,21.3,18.4z"/>
16
+ <polygon points="0,17.4 1.6,16.5 3.2,15.6 3.2,17.4 3.2,19.3 1.6,18.3 "/>
17
+ <path d="M13.5,16.4H3.2v2h10.3c0-0.3-0.1-0.7-0.1-1C13.5,17.1,13.5,16.8,13.5,16.4z"/>
18
+ </g>
19
+ <g fill="url(#azure)">
20
+ <polygon points="29.7,5.1 29.2,6.9 28.8,8.7 27.4,7.4 26.1,6.1 27.9,5.6 "/>
21
+ <path d="M20.8,15.4l7.3-7.3l-1.4-1.4L19.4,14c0.3,0.2,0.5,0.4,0.7,0.7C20.4,14.9,20.6,15.1,20.8,15.4z
22
+ "/>
23
+ <polygon points="5.1,29.7 5.6,27.9 6.1,26.1 7.4,27.5 8.7,28.8 6.9,29.2 "/>
24
+ <path d="M14,19.5l-7.3,7.3l1.4,1.4l7.3-7.3c-0.3-0.2-0.5-0.4-0.7-0.7C14.4,20,14.2,19.7,14,19.5z"/>
25
+ </g>
26
+ <g fill="url(#azure)">
27
+ <polygon points="5.1,5.1 6.9,5.6 8.7,6.1 7.4,7.4 6.1,8.7 5.6,6.9 "/>
28
+ <path d="M15.4,14L8.1,6.7L6.6,8.1l7.3,7.3c0.2-0.3,0.4-0.5,0.7-0.7C14.9,14.4,15.1,14.2,15.4,14z"/>
29
+ <polygon points="29.7,29.7 27.9,29.2 26.1,28.8 27.4,27.5 28.8,26.1 29.2,27.9 "/>
30
+ <path d="M19.4,20.9l7.3,7.3l1.4-1.4l-7.3-7.3c-0.2,0.3-0.4,0.5-0.7,0.7C19.9,20.4,19.7,20.6,19.4,20.9
31
+ z"/>
32
+ </g>
33
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg viewBox="0 0 97.7 19.6">
2
+ <path d="M9.6,14.1c-0.3,0-0.5,0-0.7-0.1L3,11.2c-0.9-0.4-1.8-0.8-2.7-1.2C0.2,9.9,0,9.9,0,9.7
3
+ c0-0.2,0.2-0.2,0.3-0.3c0.5-0.3,1.1-0.5,1.5-0.7c0.4-0.2,0.8-0.2,1.3,0C5.1,9.6,7,10.5,9,11.4c0.4,0.2,0.8,0.2,1.3,0l5.8-2.7
4
+ c0.4-0.2,0.8-0.2,1.3,0c0.5,0.2,1.1,0.5,1.6,0.7l0.1,0.1c0.2,0.1,0.2,0.3,0,0.4l-0.3,0.2c-2.5,1.1-4.9,2.3-7.4,3.5
5
+ c-0.4,0.2-0.7,0.4-1.1,0.5C10,14.1,9.8,14.1,9.6,14.1 M2.5,13.8C2.7,13.9,3,13.9,3.2,14c1.9,0.9,3.8,1.8,5.7,2.7
6
+ c0.4,0.2,0.9,0.2,1.3,0l5.8-2.7c0.4-0.2,0.8-0.2,1.2,0c0.5,0.2,1.1,0.5,1.6,0.7c0.1,0,0.3,0.1,0.3,0.3c0,0.2-0.1,0.2-0.3,0.3
7
+ c-2,0.9-4,1.9-5.9,2.8l-2.7,1.3c-0.4,0.2-0.8,0.2-1.3,0c-2.1-1-4.2-2-6.3-3l-2.2-1.1l-0.3-0.1C0,15.2,0,15,0.1,14.9l0.2-0.1
8
+ c0.5-0.2,1-0.5,1.5-0.7C2,13.9,2.3,13.8,2.5,13.8 M93.2,19.1h-3.6V5.5h3.5v1.9c1.2-1.3,2.6-2.2,4.3-2.2v3.5l-0.7,0
9
+ c-1.2,0-2.3,0.3-3.3,1.1l0,0c-0.2,0.2-0.4,0.4-0.4,0.8v8.4C93.1,18.9,93.2,19.1,93.2,19.1z M9.6,8.9c-0.3,0-0.5-0.1-0.7-0.2
10
+ C6,7.4,3.2,6.1,0.3,4.7L0.1,4.6C0,4.5,0,4.4,0.1,4.2l0.2-0.1l8.6-4c0.4-0.2,0.9-0.2,1.3,0c2.1,1,4.2,1.9,6.3,3l2.2,1.1l0.3,0.2
11
+ c0.1,0.1,0.1,0.2,0,0.3l-0.2,0.1l-8.6,4L9.6,8.9 M58.6,19.1V8.6h-2.2V5.5h2.2V5.3c0-0.6,0-1.2,0.1-1.8c0.4-1.8,1.8-3.1,3.6-3.4
12
+ c1.1-0.1,2.2,0,3.2,0.4c0.4,0.2,0.8,0.4,1.2,0.8c-0.4,0.7-0.9,1.4-1.3,2.1L64.9,3c-0.5-0.2-1-0.3-1.5-0.1c-0.6,0.2-1,0.5-1.1,1.1
13
+ c-0.1,0.5-0.1,1-0.1,1.5H65v3.1h-2.6c-0.2,0-0.2,0-0.2,0.2v10.3C61,19.1,59.8,19.1,58.6,19.1C58.6,19.1,58.6,19.1,58.6,19.1z
14
+ M65.6,8.6V5.5h2.2V5.3c0-0.6,0-1.2,0.1-1.8c0.4-1.8,1.8-3.1,3.6-3.4c1.1-0.1,2.2,0,3.2,0.4c0.4,0.2,0.8,0.4,1.2,0.8
15
+ c-0.4,0.7-0.9,1.4-1.4,2.1c-0.3-0.3-0.6-0.4-0.9-0.5c-0.5-0.1-1.1-0.1-1.5,0.2c-0.4,0.2-0.6,0.6-0.6,1S71.4,5,71.4,5.5h2.8v3.1
16
+ h-2.7v10.5h-3.6V8.9c0-0.2,0-0.2-0.2-0.2h-1.9L65.6,8.6C65.6,8.6,65.6,8.6,65.6,8.6z M42.6,5.5h3.6v8.1c0,0.4,0,0.7,0.1,1
17
+ c0.1,0.9,0.7,1.4,1.5,1.5c1.3,0.3,2.5,0,3.4-0.9l0.2-0.2c0.2-0.2,0.3-0.4,0.3-0.7V5.5h3.6V19h-3.6v-1.7h0l-0.2,0.2
18
+ c-0.9,0.8-1.9,1.4-3,1.7c-1.1,0.2-2.1,0.2-3.1,0c-1.5-0.4-2.3-1.3-2.6-2.7c-0.1-0.4-0.1-0.8-0.1-1.3L42.6,5.5 M84.7,11v-0.1
19
+ c-0.1-0.9-0.4-1.6-1.1-2.2c-0.7-0.5-1.5-0.7-2.3-0.7c-1.3,0-2.3,0.6-2.9,1.8C78.1,10.1,78,10.5,78,11C78,11,84.7,11,84.7,11z
20
+ M78,13.4c0.1,0.7,0.4,1.2,0.7,1.8c0.7,0.8,1.5,1.3,2.6,1.4c1.5,0.1,2.8-0.3,4.1-1.1l0.1-0.1l0.1-0.1c0.5,0.7,1.1,1.5,1.6,2.3
21
+ l-0.7,0.6c-0.9,0.6-1.9,0.9-3,1.1c-1,0.2-1.9,0.2-2.9,0.1c-2.3-0.3-4.2-1.4-5.4-3.5c-0.5-0.9-0.7-1.9-0.8-2.9
22
+ c-0.1-1.2,0-2.3,0.5-3.4c1-2.4,2.8-3.9,5.3-4.3c1.5-0.3,2.9-0.1,4.3,0.6c1.6,0.8,2.7,2.1,3.3,3.8c0.3,0.9,0.5,1.9,0.5,2.8v1
23
+ C84.8,13.4,81.4,13.4,78,13.4C78,13.4,78,13.4,78,13.4z M30.8,12.3v2.2c0,0.1,0,0.3,0.1,0.4c1,1.1,2.2,1.5,3.6,1.3
24
+ c1.2-0.2,2-0.9,2.4-2c0.4-1,0.4-2,0.2-3C37,10.3,36.6,9.6,36,9c-0.8-0.7-1.8-0.8-2.8-0.6c-0.9,0.2-1.6,0.6-2.2,1.3
25
+ c-0.1,0.1-0.1,0.2-0.1,0.4C30.8,10.8,30.8,11.6,30.8,12.3 M30.8,17.4V19h-3.6V0.3h3.6v6.9l0.1-0.1c0.9-1.1,2-1.8,3.4-1.9
26
+ C36.8,4.9,39,6,40.2,8.3c0.5,1,0.7,1.9,0.8,3c0.1,1.2,0,2.4-0.3,3.6c-0.4,1.2-0.9,2.2-1.8,3.1c-0.9,0.8-2.1,1.3-3.3,1.4
27
+ s-2.4-0.1-3.4-0.8C31.7,18.3,31.2,17.9,30.8,17.4L30.8,17.4"/>
28
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 57.7 24.2" fill="currentColor">
2
+ <path d="M53.3,11.6l4.4,6.8h-4.5L51,14.6l-2.6,3.7h-4.6l5-6.8L45,5.8h4.6l1.5,2.7l1.7-2.7h4.6L53.3,11.6
3
+ C53.3,11.6,53.3,11.6,53.3,11.6z M33.8,10c0-0.4-0.1-0.7-0.3-1c-0.4-0.4-1.3-0.5-1.9-0.5v3C33.1,11.4,33.8,11,33.8,10 M34.8,13.3
4
+ l3.9,5h-4.7l-2.4-3.7v3.7h-3.8V5.8h4.9c1.7,0,2.6,0.4,3.4,1.2c0.7,0.7,1.1,1.6,1.1,2.8C37.1,11.5,36.2,12.8,34.8,13.3
5
+ C34.8,13.3,34.8,13.3,34.8,13.3z M26.7,5.8V9h-2.8v9.3h-3.7V9h-2.9V5.8H26.7z"/>
6
+ <rect x="12.5" y="5.8" width="3.7" height="12.6"/>
7
+ <path d="M11.3,7.5l-2,3.2C8.8,9.8,7.7,9.2,6.6,9.2c-1.6,0-2.7,1.3-2.7,2.9S5,15,6.6,15c1.1,0,2.2-0.6,2.8-1.5l2,3.2
8
+ c-1.2,1.2-2.9,2-4.7,2c-3.6,0-6.6-3-6.6-6.5c0-3.6,3-6.6,6.6-6.6C8.4,5.5,10.1,6.3,11.3,7.5"/>
9
+ <rect x="39.5" y="5.8" width="3.7" height="12.6"/>
10
+ <path d="M41.3,24.1C40,24.1,39,23,39,21.7s1.1-2.4,2.3-2.4s2.3,1.1,2.3,2.4C43.7,23,42.6,24.1,41.3,24.1
11
+ M14.4,0c1.3,0,2.3,1.1,2.3,2.3s-1.1,2.4-2.3,2.4S12,3.6,12,2.3C12,1.1,13,0,14.4,0"/>
12
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg viewBox="0 0 94 17.7">
2
+ <g id="XMLID_2_">
3
+ <path d="M83.9,13.3h4.7v-0.9L87.8,12V6.1c0.4-0.3,0.8-0.3,1.3-0.3c0.8,0,1.1,0.3,1.1,1.2v5l-0.9,0.4v0.9
4
+ H94v-0.9L93.1,12V6.4c0-1.7-0.6-2.5-2.1-2.5c-1.2,0-2.4,0.4-3.2,1.2V3.8h-0.3l-3.7,0.7v0.8l1,0.5V12l-0.9,0.4V13.3z M72.5,0.1
5
+ c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C74.1,0.8,73.4,0.1,72.5,0.1C72.5,0.1,72.5,0.1,72.5,0.1z
6
+ M70.1,4.5v0.8l0.9,0.5v6.2l-0.9,0.4v0.9h4.7v-0.9l-0.9-0.4V3.9h-0.3C73.6,3.9,70.1,4.5,70.1,4.5z M65.9,11.5
7
+ c-0.2,0.2-0.5,0.3-0.9,0.3c-1.2,0-1.7-1-1.7-3.2c0-2.6,0.7-3.4,1.7-3.4c0.5,0,0.8,0.2,1,0.4V11.5z M65.9,4.3
8
+ c-0.4-0.3-1-0.4-1.5-0.4c-2.2,0-4.3,1.3-4.3,5c0,3.5,2.1,4.6,3.5,4.6c1.1,0,1.9-0.5,2.2-1H66v1h0.3l3.5-0.4v-0.7l-0.9-0.5V0.2h-0.3
9
+ l-3.7,0.6v0.8L65.9,2C65.9,2,65.9,4.3,65.9,4.3z M53.5,5.3l0.9,0.4v6.2l-0.9,0.4v0.9h5v-0.9l-1.2-0.4V7.1c0.5-0.4,1.2-0.6,2-0.6
10
+ c0.3,0,0.5,0.1,0.7,0.1V4c-0.1,0-0.2-0.1-0.4-0.1c-1,0-1.8,0.6-2.3,1.8V3.8H57l-3.5,0.6C53.5,4.4,53.5,5.3,53.5,5.3z M47.8,5.1
11
+ c1.2,0,1.6,0.6,1.6,1.7v1l-1.8,0.3c-1.7,0.3-3.1,0.9-3.1,2.7c0,1.5,1,2.6,2.5,2.6c1.1,0,2.2-0.5,2.6-1.3h0.1c0.1,1,1,1.3,1.9,1.3
12
+ c0.7,0,1.4-0.2,1.7-0.5v-0.6L52.3,12V6.7c0-2.1-1.5-2.8-3.9-2.8c-1.6,0-2.5,0.4-3.4,0.8V7h1.4L47,5.2C47.3,5.1,47.7,5.1,47.8,5.1
13
+ L47.8,5.1z M48.5,11.9c-0.6,0-1.2-0.3-1.2-1.4c0-0.7,0.7-1.4,1.4-1.5l0.6-0.1v2.5C49.4,11.4,48.8,11.9,48.5,11.9z M78.2,5.1
14
+ c1.2,0,1.6,0.6,1.6,1.7v1L78,8.2c-1.7,0.3-3.1,0.9-3.1,2.7c0,1.5,1,2.6,2.5,2.6c1.1,0,2.2-0.5,2.6-1.3H80c0.1,1,1,1.3,1.9,1.3
15
+ c0.7,0,1.4-0.2,1.7-0.5v-0.6L82.8,12V6.7c0-2.1-1.5-2.8-3.9-2.8c-1.6,0-2.5,0.4-3.4,0.8V7h1.4l0.6-1.8C77.8,5.1,78.1,5.1,78.2,5.1
16
+ L78.2,5.1z M78.9,11.9c-0.6,0-1.2-0.3-1.2-1.4c0-0.7,0.7-1.4,1.4-1.5l0.6-0.1v2.5C79.8,11.4,79.2,11.9,78.9,11.9z M37.9,13.5
17
+ c0.1,0,0.3,0,0.4,0c1-0.1,2-0.6,2.5-1.2v1.2l3.5-0.4v-0.6l-0.9-0.6v-8h-0.3l-3.5,0.7v0.8l1.2,0.5v5.4c-0.3,0.2-0.7,0.4-1.2,0.4
18
+ c-0.7,0-1.4-0.2-1.4-1.3V3.8h-0.3l-3.5,0.7v0.8l1.2,0.5v4.8C35.5,12.2,36.1,13.5,37.9,13.5C37.9,13.5,37.9,13.5,37.9,13.5z
19
+ M28.4,11.2c-0.4,0-0.7-0.2-0.7-0.6c0-0.2,0.2-0.5,0.4-0.7c0.5,0.1,0.9,0.2,1.5,0.2c2.3,0,3.9-1.1,3.9-3.1c0-0.9-0.4-1.4-0.9-1.9
20
+ L34,5.6V3.8l-2.4,0.5c-0.6-0.2-1.3-0.5-2.1-0.5c-2.3,0-3.9,1.2-3.9,3.2c0,1.2,0.6,2.1,1.5,2.6l0.1,0.1c-0.5,0.4-1.6,1.2-1.6,2.1
21
+ c0,0.7,0.4,1.4,1.4,1.6c-1,0.2-2.2,0.7-2.2,1.9c0,1.2,1.7,2.4,4.6,2.4c3.5,0,4.9-1.7,4.9-3.8c0-1.8-0.8-2.7-2.8-2.7H28.4L28.4,11.2
22
+ L28.4,11.2z M30.6,7.1c0,1.7-0.4,1.9-1,1.9c-0.6,0-1.2-0.2-1.2-1.9c0-1.7,0.5-2.2,1.2-2.2C30.2,4.9,30.6,5.5,30.6,7.1z M27.2,15
23
+ c0-0.4,0.3-1,1.1-1.1h2.5c0.7,0,1.1,0.6,1.1,1.1c0,0.9-0.6,1.3-2.5,1.3C27.8,16.3,27.2,15.7,27.2,15z"/>
24
+ <path d="M24.5,8.9c0-3.8-1.5-5-3.8-5c-2.7,0-4.4,1.8-4.4,4.8c0,3.1,1.6,4.8,4.7,4.8
25
+ c1.7,0,2.9-0.8,3.3-1.4v-0.9c-0.6,0.2-1.2,0.4-2.3,0.4c-1.7,0-2.7-0.9-2.7-2.7H24.5L24.5,8.9z M20.7,4.9c0.7,0,1.1,0.5,1.1,2.8
26
+ L19.3,8C19.3,5.6,19.8,4.9,20.7,4.9L20.7,4.9z M10.9,13.3v-0.9L10,12V6.2c0.4-0.3,0.9-0.5,1.4-0.5c0.8,0,1.3,0.5,1.2,1.2v5
27
+ l-0.9,0.4v0.9h4.7v-0.9L15.7,12V6.4c0-1.7-1-2.5-2.3-2.5c-1.2,0-2.5,0.4-3.3,1.1V0H9.8L6.2,0.6v0.9l1.2,0.4V12l-0.9,0.4v0.9H10.9z
28
+ M1.2,10.8c0,1.7,0.8,2.7,2.6,2.7c0.9,0,1.8-0.2,2.4-0.7v-1.1c-0.2,0.1-0.6,0.1-0.9,0.1c-0.9,0-1.2-0.5-1.2-1.4V5.6h2.1V4.1H4.1
29
+ V1.9l-3,0.4v1.8L0,4.4v1.2h1.2C1.2,5.6,1.2,10.8,1.2,10.8z"/>
30
+ </g>
31
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg viewBox="0 0 123.9 18.5">
2
+ <path d="M35.5,5.6c-0.5-1.1-1.2-2.1-2-2.9c-0.8-0.8-1.8-1.5-3-2C29.3,0.2,28,0,26.7,0
3
+ c-1.2,0-2.3,0.2-3.3,0.6l1.6,4.2c0.5-0.2,1.1-0.3,1.7-0.3c0.7,0,1.3,0.1,1.8,0.4c0.6,0.3,1.1,0.6,1.5,1.1c0.4,0.4,0.7,1,1,1.5
4
+ c0.2,0.6,0.3,1.2,0.3,1.8v0.1c0,0.7-0.1,1.2-0.3,1.8c-0.2,0.6-0.5,1.1-0.9,1.5c-0.4,0.4-0.8,0.8-1.4,1c-0.6,0.3-1.2,0.4-1.8,0.4
5
+ c-0.7,0-1.3-0.1-1.8-0.4c-0.6-0.3-1.1-0.6-1.5-1.1s-0.7-1-1-1.5c-0.2-0.6-0.3-1.2-0.3-1.8V9.2c0-0.7,0.1-1.2,0.3-1.8l0.3-0.7
6
+ l3.8,2.6l-2.7-3.8l-2.7-3.8c-0.5,0.3-0.9,0.7-1.3,1.1c-0.4,0.4-0.7,0.8-1,1.2c-0.4,0.6-0.7,1.1-1,1.7C17.3,6.7,17,8,17,9.2v0.1
7
+ c0,1.3,0.2,2.5,0.7,3.6c0.5,1.1,1.2,2.1,2,2.9c0.8,0.8,1.8,1.5,3,2c1.2,0.5,2.5,0.7,3.8,0.7c1.4,0,2.6-0.2,3.8-0.7
8
+ c1.2-0.5,2.2-1.1,3.1-2c0.8-0.8,1.5-1.8,2-3c0.5-1.1,0.7-2.4,0.7-3.6V9.2C36.3,7.9,36,6.7,35.5,5.6L35.5,5.6L35.5,5.6z M112.3,11.5
9
+ l-6.8-11.2h5.6l3.6,6.5l3.7-6.5h5.5l-6.8,11.1v6.7h-5L112.3,11.5L112.3,11.5L112.3,11.5z M95.4,4.7h-5.3V0.3h15.6v4.3h-5.3v13.5
10
+ h-4.9L95.4,4.7L95.4,4.7L95.4,4.7L95.4,4.7z M83.6,0.3h5v17.8h-5C83.6,18.2,83.6,0.3,83.6,0.3z M62.2,0.3h5.2l4.3,6.9l4.3-6.9h5.2
11
+ v17.8h-4.9V7.9l-4.5,7h-0.1L67,8v10.2h-4.8C62.2,18.2,62.2,0.3,62.2,0.3z M54.7,0.3h5v17.8h-5C54.7,18.2,54.7,0.3,54.7,0.3z
12
+ M41.5,9.1l-5.8-8.7h5.7l3.1,5l3.2-5h5.5L47.4,9l6.1,9.1h-5.7l-3.4-5.4L41,18.2h-5.5L41.5,9.1 M8.3,8.9c0.8,0,1.5-0.2,2-0.6
13
+ c0.4-0.4,0.7-0.9,0.7-1.5V6.7c0-0.7-0.2-1.2-0.7-1.6c-0.4-0.3-1.1-0.5-2-0.5H5v4.3L8.3,8.9L8.3,8.9L8.3,8.9z M0.1,0.3h8.4
14
+ c1.4,0,2.5,0.2,3.5,0.5c1,0.3,1.7,0.8,2.3,1.4c1.1,1,1.6,2.4,1.6,4.1v0.1c0,1.4-0.3,2.5-1,3.4c-0.7,0.9-1.6,1.6-2.7,2.1l4.3,6.2
15
+ h-5.7l-3.6-5.4H4.9v5.4H0V0.3C0,0.3,0.1,0.3,0.1,0.3z"/>
16
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 105.6 25.1">
2
+ <path d="M102.2,0h3.4l-2.1,15.9l1,8.9h-3.7l-0.9-8.7L94.3,0H98l3.2,10.2L102.2,0L102.2,0L102.2,0z
3
+ M89.9,10.3L89.1,0h3.6l2.3,24.8h-3.7l-0.9-11.1h-3.5l0.8,11.1h-3.7L82.2,0h3.6l0.8,10.2L89.9,10.3L89.9,10.3z M74.6,24.8L73.5,3.5
4
+ h-3.2L70.2,0h10l0.2,3.4h-3.2l1.2,21.3L74.6,24.8L74.6,24.8z M63.5,3.4h-1.8l0.2,8h1.6c1,0,1.5-0.5,1.5-1.5l-0.2-5.1
5
+ C64.9,3.8,64.4,3.4,63.5,3.4 M69,16.2l0.3,8.7h-3.7l-0.3-8.6c-0.1-1.1-0.5-1.6-1.6-1.6h-1.6l0.3,10.2h-3.7L58.2,0h5.9
6
+ c2.9,0,4.4,1.4,4.5,4.4l0.2,4.8c0.1,2.1-0.6,3.2-1.9,3.8C68.3,13.3,68.9,14.3,69,16.2 M51,3.2h-0.7c-1,0-1.4,0.5-1.4,1.4l-0.1,15.6
7
+ c0,1,0.5,1.5,1.4,1.5H51c1,0,1.4-0.5,1.4-1.5L52.3,4.6C52.3,3.6,51.9,3.2,51,3.2C51,3.2,51,3.2,51,3.2z M51.6,25.1h-2
8
+ c-3.1,0-4.6-1.6-4.5-4.8l0.2-15.9c0.1-2.9,1.5-4.4,4.4-4.4h1.9c2.9,0,4.4,1.4,4.4,4.4l0.2,15.9C56.2,23.5,54.7,25.1,51.6,25.1z
9
+ M26.2,0h3.6l1,17.3L33.3,0h3.4l1.4,17.2L40.2,0h3.3l-3.3,24.8h-4.4l-1.2-15l-2.1,15h-4.5L26.2,0L26.2,0L26.2,0z M19.5,3.4H18
10
+ l-0.6,8.9h1.5c0.9,0,1.4-0.5,1.5-1.4l0.3-6.1C20.8,3.8,20.4,3.4,19.5,3.4 M16.6,24.8h-3.7L14.8,0h5.6c2.9,0,4.2,1.4,4.1,4.4
11
+ L24.1,11c-0.2,3.1-1.8,4.6-4.8,4.6h-2.1L16.6,24.8L16.6,24.8z M10.9,20.3c-0.2,3.2-1.9,4.8-4.9,4.8H4.1c-3.1,0-4.4-1.6-4.1-4.8
12
+ L2.1,0h3.6L3.8,20.1c-0.1,1,0.3,1.5,1.3,1.5h0.6c1,0,1.4-0.5,1.5-1.5L9,0h3.6L10.9,20.3L10.9,20.3z"/>
13
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg viewBox="0 0 28.8 34.7">
2
+ <path fill="url(#azure)" d="M14.4,28.1C6.4,28.1,0,25.7,0,22.7v6.6c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4v-6.6
3
+ C28.8,25.7,22.3,28.1,14.4,28.1z"/>
4
+ <polygon fill="url(#azure)" points="28.8,14 28.8,14 28.8,14 "/>
5
+ <polygon fill="url(#azure)" points="0,14 0,14 0,14 "/>
6
+ <path fill="url(#azure)" d="M14.4,19.4C6.4,19.4,0,17,0,14v6.6c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4V14C28.8,17,22.3,19.4,14.4,19.4z"/>
7
+
8
+ <ellipse fill="url(#azure)" opacity="0.2" cx="14.4" cy="5.4" rx="14.4" ry="5.4"/>
9
+ <polygon fill="url(#azure)" points="0,5.4 0,5.4 0,5.4"/>
10
+ <polygon fill="url(#azure)" points="28.8,5.4 28.8,5.4 28.8,5.4"/>
11
+ <path fill="url(#azure)" opacity="0.5" d="M14.4,10.7C6.4,10.7,0,8.3,0,5.4V12c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4V5.4C28.8,8.3,22.3,10.7,14.4,10.7z"/>
12
+
13
+ <path fill="url(#white)" d="M4.1,31.1c0,0.5-0.3,0.6-0.7,0.4s-0.7-0.8-0.7-1.2s0.3-0.6,0.7-0.4S4.1,30.6,4.1,31.1z"/>
14
+ <path fill="url(#white)" d="M4.1,28.7c0,0.5-0.3,0.6-0.7,0.4s-0.7-0.8-0.7-1.2s0.3-0.6,0.7-0.4C3.8,27.6,4.1,28.2,4.1,28.7z"/>
15
+ <path fill="url(#white)" d="M4.1,22.5c0,0.5-0.3,0.6-0.7,0.4s-0.7-0.8-0.7-1.2c0-0.5,0.3-0.6,0.7-0.4S4.1,22,4.1,22.5z"/>
16
+ <path fill="url(#white)" d="M4.1,20.1c0,0.5-0.3,0.6-0.7,0.4s-0.7-0.8-0.7-1.2c0-0.5,0.3-0.6,0.7-0.4S4.1,19.6,4.1,20.1z"
17
+ />
18
+ <path fill="url(#azure)" d="M17.3,7.5c-1.2,0.6-2.4,0.8-3.5,0.8l-0.3-1.1c0.8,0,1.7-0.1,2.5-0.4l-1.6-0.9C13,6.2,11.4,6.7,10,5.9c-1-0.6-1.1-1.6,0.1-2.5l-1-0.6l1-0.6l1,0.6c0.9-0.4,2-0.7,3-0.7l0.3,1.1c-0.7,0-1.4,0.2-2,0.4l1.5,0.8c1.3-0.5,2.9-0.9,4.4-0.1C19.5,5,19.6,6,18.2,6.9l0.9,0.5l-1,0.6L17.3,7.5z M12.7,4.9l-1.3-0.7C11,4.4,11,4.7,11.4,4.9C11.7,5.1,12.1,5,12.7,4.9z M15.5,5.4l1.4,0.8c0.4-0.4,0.4-0.7,0-0.9C16.6,5.1,16.1,5.2,15.5,5.4z"/>
19
+ <g fill="url(#azure)" opacity="0.2">
20
+ <path d="M1.5,7.7v6.6c0.3,0.2,0.6,0.4,1,0.6V8.4C2.1,8.2,1.8,8,1.5,7.7z"/>
21
+ <path id="XMLID_891_" class="st1" d="M6.5,9.8v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,10,6.8,9.9,6.5,9.8z"/>
22
+ <path id="XMLID_889_" class="st1" d="M3.5,8.9v6.6c0.3,0.1,0.6,0.3,1,0.4V9.3C4.1,9.1,3.8,9,3.5,8.9z"/>
23
+ <path id="XMLID_895_" class="st1" d="M21.3,10.1v6.6c0.3-0.1,0.7-0.1,1-0.2V9.8C22,9.9,21.6,10,21.3,10.1z"/>
24
+ <path id="XMLID_900_" class="st1" d="M28.8,12V5.4c0,0.5-0.2,0.9-0.5,1.4v6.6C28.6,12.9,28.8,12.4,28.8,12z"/>
25
+ <path id="XMLID_885_" class="st1" d="M11.5,10.6v6.6c0.3,0,0.7,0,1,0.1v-6.6C12.2,10.7,11.8,10.6,11.5,10.6z"/>
26
+ <path id="XMLID_860_" class="st1" d="M26.3,8.4V15c0.4-0.2,0.7-0.4,1-0.6V7.7C27,8,26.7,8.2,26.3,8.4z"/>
27
+ <path id="XMLID_897_" class="st1" d="M24.3,9.3v6.6c0.4-0.1,0.7-0.3,1-0.4V8.9C25,9,24.6,9.1,24.3,9.3z"/>
28
+ <path id="XMLID_887_" class="st1" d="M16.3,10.7v6.6c0.3,0,0.7,0,1-0.1v-6.6C17,10.6,16.6,10.7,16.3,10.7z"/>
29
+ </g>
30
+
31
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 176 201" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path d="M88,5.985l82.272,47.5l0,95l-82.272,47.5l-82.272,-47.5l0,-95l82.272,-47.5Z"/></svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 35 34.6">
2
+ <path fill="url(#azure)" opacity="0.5" d="M22.5,12.5c-2.7-2.7-7.2-2.7-9.9,0s-2.7,7.2,0,9.9s7.2,2.7,9.9,0S25.2,15.3,22.5,12.5z
3
+ M17.5,20.4c-1.6,0-2.9-1.3-2.9-2.9c0-1.6,1.3-2.9,2.9-2.9s2.9,1.3,2.9,2.9S19.1,20.4,17.5,20.4z"/>
4
+ <path fill="url(#azure)" d="M28,27.8c1.4-1.4,3.4-2,5.2-1.8c0.7-1.2,1.2-2.5,1.6-3.8c-1.5-1.1-2.4-2.9-2.4-4.9
5
+ c0-2,1-3.8,2.4-4.9c-0.4-1.3-0.9-2.6-1.6-3.8c-1.9,0.2-3.8-0.3-5.2-1.8c-1.4-1.4-2-3.4-1.8-5.2C25,0.9,23.7,0.4,22.4,0
6
+ c-1.1,1.5-2.9,2.4-4.9,2.4c-2,0-3.8-1-4.9-2.4C11.3,0.4,10,0.9,8.8,1.6C9,3.4,8.4,5.4,7,6.8c-1.4,1.4-3.4,2-5.2,1.8
7
+ C1.1,9.8,0.6,11,0.2,12.4c1.5,1.1,2.4,2.9,2.4,4.9c0,2-1,3.8-2.4,4.9c0.4,1.3,0.9,2.6,1.6,3.8c1.9-0.2,3.8,0.3,5.2,1.8
8
+ c1.4,1.4,2,3.4,1.8,5.2c1.2,0.7,2.5,1.2,3.8,1.6c1.1-1.5,2.9-2.4,4.9-2.4c2,0,3.8,1,4.9,2.4c1.3-0.4,2.6-0.9,3.8-1.6
9
+ C26,31.1,26.6,29.2,28,27.8z M10.9,24.8c-4.1-3.6-4.6-9.9-0.9-14.1c3.6-4.1,9.9-4.6,14.1-0.9c4.1,3.6,4.6,9.9,0.9,14.1
10
+ C21.4,28,15.1,28.4,10.9,24.8z"/>
11
+ </g>
12
+ </svg>
File without changes
@@ -0,0 +1,3 @@
1
+ <svg stroke="currentColor" fill="none" stroke-width=".75" stroke-linecap="round" viewBox="0 0 15 13">
2
+ <path d="M7.5 2.606c0-1.233 3.335-2.231 7.125-2.231v9.939c-3.79 0-7.125.828-7.125 2.061 0-1.233-3.335-2.061-7.125-2.061v-9.939c3.79 0 7.125.998 7.125 2.231zm0 0v9.769m-1.619-9.036c-1.043-.393-2.518-.677-4.211-.79m4.211 2.703c-1.043-.393-2.518-.677-4.211-.791m4.211 2.703c-1.043-.393-2.518-.677-4.211-.79m4.211 2.703c-1.043-.393-2.518-.677-4.211-.791m7.449-4.947c1.044-.393 2.518-.677 4.211-.79m-4.211 2.703c1.044-.393 2.518-.677 4.211-.791m-4.211 2.703c1.044-.393 2.518-.677 4.211-.79m-4.211 2.703c1.044-.393 2.518-.677 4.211-.791"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 35.8 45.2">
2
+
3
+ <path fill="url(#azure)" d="M30.1,17.1v-5.3C30.1,5.3,24.6,0,17.9,0h0C11.2,0,5.7,5.3,5.7,11.8v5.3H0v28.1h35.8V17.1H30.1z
4
+ M17.9,36.6c-2,0-3.7-1.6-3.7-3.6c0-1.3,0.8-2.5,1.9-3.1v-4.3h3.7v4.3c1.1,0.6,1.9,1.8,1.9,3.1C21.6,35,20,36.6,17.9,36.6z
5
+ M10.6,17.1v-5.3c0-3.9,3.3-7.1,7.4-7.1s7.4,3.2,7.4,7.1v5.3H10.6z"/>
6
+ <path fill="url(#azure)" opacity="0.5" d="M17.9,36.6c-2,0-3.7-1.6-3.7-3.6c0-1.3,0.8-2.5,1.9-3.1v-4.3h3.7v4.3c1.1,0.6,1.9,1.8,1.9,3.1
7
+ C21.6,35,20,36.6,17.9,36.6z"/>
8
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg viewBox="0 0 34.9 34.9">
2
+ <g fill="url(#azure)" fill-opacity="0.5">
3
+ <path d="M17.4,0C7.8,0,0,7.8,0,17.4c0,9.6,7.8,17.4,17.4,17.4c9.6,0,17.4-7.8,17.4-17.4
4
+ C34.9,7.8,27.1,0,17.4,0z M17.4,27.1c-5.3,0-9.7-4.3-9.7-9.7c0-5.3,4.3-9.7,9.7-9.7c5.3,0,9.7,4.3,9.7,9.7
5
+ C27.1,22.8,22.8,27.1,17.4,27.1z"/>
6
+ </g>
7
+ <g fill="url(#azure)">
8
+ <path d="M27.1,17.4c0,1.2-0.2,2.3-0.6,3.3h8c0.2-1.1,0.3-2.2,0.3-3.3c0-1.1-0.1-2.2-0.3-3.3h-8
9
+ C26.9,15.2,27.1,16.3,27.1,17.4z"/>
10
+ <path d="M7.8,17.4c0-1.2,0.2-2.3,0.6-3.3h-8C0.1,15.2,0,16.3,0,17.4c0,1.1,0.1,2.2,0.3,3.3h8
11
+ C8,19.7,7.8,18.6,7.8,17.4z"/>
12
+ <path d="M20.7,34.5v-8c-1,0.4-2.1,0.6-3.3,0.6c-1.2,0-2.3-0.2-3.3-0.6v8c1.1,0.2,2.2,0.3,3.3,0.3
13
+ C18.6,34.9,19.7,34.7,20.7,34.5z"/>
14
+ <path d="M14.1,0.3v8c1-0.4,2.1-0.6,3.3-0.6c1.2,0,2.3,0.2,3.3,0.6v-8C19.7,0.1,18.6,0,17.4,0
15
+ C16.3,0,15.2,0.1,14.1,0.3z"/>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 29.9 34.6">
2
+ <polygon fill="url(#azure)" opacity="0.2" points="15,0 0,8.6 0,20.6 0,25.9 15,34.6 29.9,25.9 29.9,8.6 "/>
3
+ <polygon fill="url(#azure)" opacity="0.5" points="29.9,25.9 29.9,10.6 27.7,9.9 23.9,12.4 21.4,15.3 17.5,16 12.5,12.9 8,15.1 4.4,12.4
4
+ 0,14.8 0,20.6 0,25.9 15,34.6 "/>
5
+ <polygon fill="url(#azure)" points="29.9,17.3 27.7,15.9 25.9,18.8 22.5,18.3 19.7,21.2 17.4,18 15,15.9 11.9,19.3 8,18.1
6
+ 6,20.8 3.7,19.2 2.2,17 0,17.6 0,20.6 0,25.9 15,34.6 29.9,25.9 "/>
7
+ </svg>
@@ -0,0 +1,60 @@
1
+ <svg viewBox="0 0 28.8 34.7">
2
+ <ellipse fill="url(#azure)" opacity="0.2" cx="14.4" cy="5.4" rx="14.4" ry="5.4"/>
3
+ <polygon fill="url(#azure)" opacity="0.5" points="0,5.4 0,5.4 0,5.4 "/>
4
+ <polygon fill="url(#azure)" opacity="0.5" points="28.8,5.4 28.8,5.4 28.8,5.4 "/>
5
+ <path fill="url(#azure)" opacity="0.5" d="M14.4,10.7C6.4,10.7,0,8.3,0,5.4V12c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4V5.4
6
+ C28.8,8.3,22.3,10.7,14.4,10.7z"/>
7
+ <path fill="url(#azure)" d="M17.3,7.5c-1.2,0.6-2.4,0.8-3.5,0.8l-0.3-1.1c0.8,0,1.7-0.1,2.5-0.4l-1.6-0.9
8
+ C13,6.2,11.4,6.7,10,5.9c-1-0.6-1.1-1.6,0.1-2.5l-1-0.6l1-0.6l1,0.6c0.9-0.4,2-0.7,3-0.7l0.3,1.1c-0.7,0-1.4,0.2-2,0.4l1.5,0.8
9
+ c1.3-0.5,2.9-0.9,4.4-0.1C19.5,5,19.6,6,18.2,6.9l0.9,0.5l-1,0.6L17.3,7.5z M12.7,4.9l-1.3-0.7C11,4.4,11,4.7,11.4,4.9
10
+ C11.7,5.1,12.1,5,12.7,4.9z M15.5,5.4l1.4,0.8c0.4-0.4,0.4-0.7,0-0.9C16.6,5.1,16.1,5.2,15.5,5.4z"/>
11
+ <g fill="url(#azure)" opacity="0.2">
12
+ <path d="M1.5,7.7v6.6c0.3,0.2,0.6,0.4,1,0.6V8.4C2.1,8.2,1.8,8,1.5,7.7z"/>
13
+ <path d="M6.5,9.8v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,10,6.8,9.9,6.5,9.8z"/>
14
+ <path d="M3.5,8.9v6.6c0.3,0.1,0.6,0.3,1,0.4V9.3C4.1,9.1,3.8,9,3.5,8.9z"/>
15
+ <path d="M21.3,10.1v6.6c0.3-0.1,0.7-0.1,1-0.2V9.8C22,9.9,21.6,10,21.3,10.1z"/>
16
+ <path d="M28.8,12V5.4c0,0.5-0.2,0.9-0.5,1.4v6.6C28.6,12.9,28.8,12.4,28.8,12z"/>
17
+ <path d="M11.5,10.6v6.6c0.3,0,0.7,0,1,0.1v-6.6C12.2,10.7,11.8,10.6,11.5,10.6z"/>
18
+ <path d="M26.3,8.4V15c0.4-0.2,0.7-0.4,1-0.6V7.7C27,8,26.7,8.2,26.3,8.4z"/>
19
+ <path d="M24.3,9.3v6.6c0.4-0.1,0.7-0.3,1-0.4V8.9C25,9,24.6,9.1,24.3,9.3z"/>
20
+ <path d="M16.3,10.7v6.6c0.3,0,0.7,0,1-0.1v-6.6C17,10.6,16.6,10.7,16.3,10.7z"/>
21
+ <path id="XMLID_882_" class="st2" d="M0,12c0,0.5,0.2,0.9,0.5,1.4V6.7C0.2,6.3,0,5.8,0,5.4V12z"/>
22
+ </g>
23
+
24
+ <polygon fill="url(#azure)" points="0,14 0,14 0,14 "/>
25
+ <polygon fill="url(#azure)" points="28.8,14 28.8,14 28.8,14 "/>
26
+ <path fill="url(#azure)" opacity="0.5" d="M14.4,19.4C6.4,19.4,0,17,0,14v6.6c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4V14
27
+ C28.8,17,22.3,19.4,14.4,19.4z"/>
28
+
29
+ <g fill="url(#azure)" opacity="0.2">
30
+ <path d="M1.5,16.4V23c0.3,0.2,0.6,0.4,1,0.6V17C2.1,16.8,1.8,16.6,1.5,16.4z"/>
31
+ <path d="M6.5,18.5v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,18.7,6.8,18.6,6.5,18.5z"/>
32
+ <path d="M3.5,17.5v6.6c0.3,0.1,0.6,0.3,1,0.4v-6.6C4.1,17.8,3.8,17.7,3.5,17.5z"/>
33
+ <path d="M21.3,18.7v6.6c0.3-0.1,0.7-0.1,1-0.2v-6.6C22,18.6,21.6,18.7,21.3,18.7z"/>
34
+ <path d="M28.8,20.6V14c0,0.5-0.2,0.9-0.5,1.4V22C28.6,21.6,28.8,21.1,28.8,20.6z"/>
35
+ <path d="M11.5,19.3v6.6c0.3,0,0.7,0,1,0.1v-6.6C12.2,19.3,11.8,19.3,11.5,19.3z"/>
36
+ <path d="M26.3,17v6.6c0.4-0.2,0.7-0.4,1-0.6v-6.6C27,16.6,26.7,16.8,26.3,17z"/>
37
+ <path d="M24.3,17.9v6.6c0.4-0.1,0.7-0.3,1-0.4v-6.6C25,17.7,24.6,17.8,24.3,17.9z"/>
38
+ <path d="M16.3,19.3v6.6c0.3,0,0.7,0,1-0.1v-6.6C17,19.3,16.6,19.3,16.3,19.3z"/>
39
+ <path id="XMLID_97_" class="st2" d="M0,20.6c0,0.5,0.2,0.9,0.5,1.4v-6.6C0.2,15,0,14.5,0,14V20.6z"/>
40
+ </g>
41
+
42
+ <polygon id="XMLID_132_" class="st2" points="0,22.7 0,22.7 0,22.7 "/>
43
+ <polygon id="XMLID_130_" class="st2" points="28.8,22.7 28.8,22.7 28.8,22.7 "/>
44
+ <path fill="url(#azure)" opacity="0.5" d="M14.4,28.1C6.4,28.1,0,25.7,0,22.7v6.6c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4v-6.6
45
+ C28.8,25.7,22.3,28.1,14.4,28.1z"/>
46
+
47
+ <g fill="url(#azure)" opacity="0.2">
48
+ <path d="M1.5,25.1v6.6c0.3,0.2,0.6,0.4,1,0.6v-6.6C2.1,25.5,1.8,25.3,1.5,25.1z"/>
49
+ <path d="M6.5,27.2v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,27.3,6.8,27.3,6.5,27.2z"/>
50
+ <path d="M3.5,26.2v6.6c0.3,0.1,0.6,0.3,1,0.4v-6.6C4.1,26.5,3.8,26.3,3.5,26.2z"/>
51
+ <path d="M21.3,27.4V34c0.3-0.1,0.7-0.1,1-0.2v-6.6C22,27.3,21.6,27.3,21.3,27.4z"/>
52
+ <path d="M28.8,29.3v-6.6c0,0.5-0.2,0.9-0.5,1.4v6.6C28.6,30.2,28.8,29.8,28.8,29.3z"/>
53
+ <path d="M11.5,28v6.6c0.3,0,0.7,0,1,0.1V28C12.2,28,11.8,28,11.5,28z"/>
54
+ <path id="XMLID_117_" class="st2" d="M0,29.3c0,0.5,0.2,0.9,0.5,1.4v-6.6C0.2,23.6,0,23.2,0,22.7V29.3z"/>
55
+ <path d="M26.3,25.7v6.6c0.4-0.2,0.7-0.4,1-0.6v-6.6C27,25.3,26.7,25.5,26.3,25.7z"/>
56
+ <path d="M24.3,26.6v6.6c0.4-0.1,0.7-0.3,1-0.4v-6.6C25,26.3,24.6,26.5,24.3,26.6z"/>
57
+ <path d="M16.3,28v6.6c0.3,0,0.7,0,1-0.1V28C17,28,16.6,28,16.3,28z"/>
58
+ </g>
59
+ </g>
60
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 28.9 34.6">
2
+ <rect fill="url(#azure)" opacity="0.5" y="5.9" width="28.9" height="5.3"/>
3
+ <rect fill="url(#azure)" opacity="0.2" y="11.2" width="28.9" height="23.4"/>
4
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="27.6" width="12.8" height="1"/>
5
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="21.5" width="24" height="1"/>
6
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="15.4" width="24" height="1"/>
7
+ <polygon fill="url(#azure)" opacity="0.2" points="8.6,28.1 9,25.6 9.4,23.1 10.5,23.2 11.1,24.1 12.2,24.3 12.8,25.2 10.7,26.6 "/>
8
+ <polygon fill="url(#azure)" points="9.4,23.1 10.5,23.2 11.1,24.1 12.2,24.3 12.8,25.2 25.6,5 22.2,2.9 9.4,23.1 9.4,23.1 "/>
9
+ <polygon fill="url(#azure)" points="8.6,28.1 9.5,27.5 8.8,27 "/>
10
+ <rect fill="url(#azure)" opacity="0.2" x="22" y="3.1" transform="matrix(0.8447 0.5353 -0.5353 0.8447 5.6465 -12.3636)" width="4.3" height="0.9"/>
11
+ <rect fill="url(#azure)" opacity="0.5" x="23" y="0.9" transform="matrix(0.8447 0.5353 -0.5353 0.8447 5.0209 -13.0719)" width="4" height="2.5"/>
12
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg viewBox="0 0 29.8 28.7">
2
+ <rect fill="url(#azure)" opacity="0.5" id="XMLID_945_" y="0" width="22.9" height="5.3"/>
3
+ <rect fill="url(#azure)" opacity="0.2" y="5.3" width="22.9" height="23.4"/>
4
+ <polygon fill="url(#azure)" opacity="0.2" points="27.5,28.7 26.6,26.3 25.6,24 26.6,23.6 27.6,24 28.6,23.6 29.6,24 28.6,26.3 "/>
5
+ <polygon fill="url(#azure)" points="25.6,24 26.6,23.6 27.6,24 28.6,23.6 29.6,24 29.6,3.4 25.6,3.4 25.6,24 25.6,24 "/>
6
+ <polygon fill="url(#azure)" opacity="0.2" points="27.5,28.7 28,27.7 27.1,27.7 "/>
7
+ <rect fill="url(#azure)" opacity="0.2" x="25.5" y="2.5" transform="matrix(1 3.309451e-03 -3.309451e-03 1 9.878872e-03 -9.145490e-02)" width="4.3" height="0.9"/>
8
+ <rect fill="url(#azure)" opacity="0.5" x="25.6" y="0" transform="matrix(1 3.309451e-03 -3.309451e-03 1 4.267705e-03 -9.148276e-02)" width="4" height="2.5"/>
9
+
10
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="23.1" width="12.8" height="1"/>
11
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="18.5" width="18" height="1"/>
12
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="14" width="18" height="1"/>
13
+ <rect fill="url(#azure)" opacity="0.2" x="2.2" y="9.4" width="18" height="1"/>
14
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 30 35">
2
+ <path fill="url(#azure)" opacity="0.6" d="M26.158,9.76l-5.703,5.702l2.197,2.197l3.506,-3.506l0,8.343l-13.079,7.673l-1.851,-1.086l3.134,-3.134l-2.197,-2.196l-3.706,3.706l-8.459,-4.963l0,-14.997l4.849,2.78l-0.032,0.032l7.348,7.348l2.197,-2.197l-0.763,-0.763l2.256,-1.293l0,1.438l3.107,0l0,-3.219l7.196,-4.126l0,2.261Zm-14.611,12.499l0,-3.106l-10.392,0l0,3.106l10.392,0Z" />
3
+ <path fill="url(#azure)" opacity="0.3" d="M0,7.499l13.079,-7.499l13.079,7.499l-7.196,4.126l0,-7.173l-3.107,0l0,8.954l-2.256,1.293l-6.585,-6.585l-2.165,2.165l-4.849,-2.78Z" />
4
+ <path fill="url(#azure)" d="M23.518,31.263l2.954,3.599l1.695,-1.416l-2.83,-3.507l4.663,-1.699l-12.68,-7.857l3.382,14.617l2.816,-3.737Z" />
5
+ <path fill="url(#azure)" opacity="0.8" d="M8.459,27.459l2.769,1.624l-4.214,4.214l-2.197,-2.196l3.642,-3.642Zm17.699,-17.699l1.645,-1.646l2.197,2.197l-3.842,3.842l0,-4.393Z" />
6
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 30 35">
2
+ <path fill="url(#azure)" opacity="0.6" d="M30,30.784l-6.977,4.074l-7.023,-4.074l0,-8.1l7.023,4.074l6.977,-4.074l0,8.1Z" />
3
+ <path fill="url(#azure)" opacity="0.3" d="M16,22.684l7.023,4.074l6.977,-4.074l-6.977,-4.027l-7.023,4.027l0,0Z" />
4
+ <path fill="url(#azure)" opacity="0.6" d="M14,30.784l-6.977,4.074l-7.023,-4.074l0,-8.1l7.023,4.074l6.977,-4.074l0,8.1Z" />
5
+ <path fill="url(#azure)" opacity="0.3" d="M0,22.684l7.023,4.074l6.977,-4.074l-6.977,-4.027l-7.023,4.027l0,0Z" />
6
+ <path fill="url(#azure)" opacity="0.6" d="M24,15.592l-8.97,5.237l-9.03,-5.237l0,-10.415l9.03,5.238l8.97,-5.238l0,10.415Z" />
7
+ <path fill="url(#azure)" opacity="0.3" d="M6,5.177l9.03,5.238l8.97,-5.238l-8.97,-5.177l-9.03,5.177l0,0Z" />
8
+ <path fill="url(#azure)" d="M6.44,14.751l1.025,0.613l0,7.636l-1.025,-0.647l0,-7.602Z" />
9
+ <path fill="url(#azure)" d="M23.483,14.751l-1.025,0.613l0,7.636l1.025,-0.647l0,-7.602Z" />
10
+ <path fill="url(#azure)" d="M6.44,14.751l1.025,0.613l3.545,-2.069l-0.975,-0.563l-3.595,2.019Z" />
11
+ <path fill="url(#azure)" d="M23.483,14.751l-1.025,0.613l-3.544,-2.069l0.975,-0.563l3.594,2.019Z" />
12
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg viewBox="0 0 36.5 34.7">
2
+ <rect fill="url(#azure)" x="0" y="5.4" width="2.7" height="6.2"/>
3
+ <rect fill="url(#azure)" x="0" y="23.1" width="2.7" height="6.2"/>
4
+ <path fill="url(#azure)" opacity="0.5" d="M26.2,18h-3c-0.1,0.6-0.3,1.1-0.7,1.6l2.1,2.1c0.3,0.3,0.3,0.7,0,0.9c-0.3,0.3-0.7,0.3-0.9,0
5
+ l-2.1-2.1c-0.5,0.3-1,0.6-1.6,0.7v3c0,0.4-0.3,0.7-0.7,0.7s-0.7-0.3-0.7-0.7v-3c-0.6-0.1-1.1-0.3-1.6-0.7l-2.1,2.1
6
+ c-0.3,0.3-0.7,0.3-0.9,0c-0.3-0.3-0.3-0.7,0-0.9l2.1-2.1c-0.3-0.5-0.6-1-0.7-1.6h-3c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7
7
+ h3c0.1-0.6,0.3-1.1,0.7-1.6L14,12.9c-0.3-0.3-0.3-0.7,0-0.9c0.3-0.3,0.7-0.3,0.9,0l2.1,2.1c0.5-0.3,1-0.6,1.6-0.7v-3
8
+ c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v3c0.6,0.1,1.1,0.3,1.6,0.7l2.1-2.1c0.3-0.3,0.7-0.3,0.9,0c0.3,0.3,0.3,0.7,0,0.9l-2.1,2.1
9
+ c0.3,0.5,0.6,1,0.7,1.6h3c0.4,0,0.7,0.3,0.7,0.7C26.9,17.7,26.6,18,26.2,18z"/>
10
+ <circle fill="url(#azure)" cx="19.3" cy="17.3" r="2.4"/>
11
+ <path fill="url(#azure)" d="M31.8,4.8H6.9v25h24.9V4.8z M26.2,18h-3c-0.1,0.6-0.3,1.1-0.7,1.6l2.1,2.1
12
+ c0.3,0.3,0.3,0.7,0,0.9c-0.3,0.3-0.7,0.3-0.9,0l-2.1-2.1c-0.5,0.3-1,0.6-1.6,0.7v3c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7
13
+ v-3c-0.6-0.1-1.1-0.3-1.6-0.7l-2.1,2.1c-0.3,0.3-0.7,0.3-0.9,0c-0.3-0.3-0.3-0.7,0-0.9l2.1-2.1c-0.3-0.5-0.6-1-0.7-1.6h-3
14
+ c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h3c0.1-0.6,0.3-1.1,0.7-1.6L14,12.9c-0.3-0.3-0.3-0.7,0-0.9c0.3-0.3,0.7-0.3,0.9,0
15
+ l2.1,2.1c0.5-0.3,1-0.6,1.6-0.7v-3c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v3c0.6,0.1,1.1,0.3,1.6,0.7l2.1-2.1
16
+ c0.3-0.3,0.7-0.3,0.9,0c0.3,0.3,0.3,0.7,0,0.9l-2.1,2.1c0.3,0.5,0.6,1,0.7,1.6h3c0.4,0,0.7,0.3,0.7,0.7C26.9,17.7,26.6,18,26.2,18
17
+ z"/>
18
+ <path fill="url(#azure)" d="M2.1,0v34.7h34.5V0H2.1z M33.8,31.9H4.9v-29h28.9V31.9z"/>
19
+ <path fill="url(#azure)" d="M31.8,4.8H6.9v25h24.9V4.8z M26.2,18h-3c-0.1,0.6-0.3,1.1-0.7,1.6l2.1,2.1
20
+ c0.3,0.3,0.3,0.7,0,0.9c-0.3,0.3-0.7,0.3-0.9,0l-2.1-2.1c-0.5,0.3-1,0.6-1.6,0.7v3c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7
21
+ v-3c-0.6-0.1-1.1-0.3-1.6-0.7l-2.1,2.1c-0.3,0.3-0.7,0.3-0.9,0c-0.3-0.3-0.3-0.7,0-0.9l2.1-2.1c-0.3-0.5-0.6-1-0.7-1.6h-3
22
+ c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h3c0.1-0.6,0.3-1.1,0.7-1.6L14,12.9c-0.3-0.3-0.3-0.7,0-0.9c0.3-0.3,0.7-0.3,0.9,0
23
+ l2.1,2.1c0.5-0.3,1-0.6,1.6-0.7v-3c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v3c0.6,0.1,1.1,0.3,1.6,0.7l2.1-2.1
24
+ c0.3-0.3,0.7-0.3,0.9,0c0.3,0.3,0.3,0.7,0,0.9l-2.1,2.1c0.3,0.5,0.6,1,0.7,1.6h3c0.4,0,0.7,0.3,0.7,0.7C26.9,17.7,26.6,18,26.2,18
25
+ z"/>
26
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg viewBox="0 0 29.8 34.6">
2
+ <g fill="url(#azure)" opacity="0.5">
3
+ <polygon points="29.8,25.9 14.9,34.6 -0.1,25.9 -0.1,8.6 14.9,17.3 29.8,8.6 "/>
4
+ </g>
5
+ <g>
6
+ <polygon fill="url(#azure)" points="22.4,30.2 14.9,34.6 7.4,30.2 7.4,21.6 14.9,25.9 22.4,21.6 "/>
7
+ <polygon fill="url(#azure)" opacity="0.5" points="7.4,21.6 14.9,25.9 22.4,21.6 14.9,17.3 "/>
8
+ </g>
9
+ <g fill="url(#azure)">
10
+ <polygon points="8.1,15.6 5.7,15.4 3.4,15.1 3.7,16.5 4.1,17.9 5.5,17.1 9.4,19.3 10.6,18.6 6.7,16.4
11
+ "/>
12
+ <polygon points="21.6,15.4 24,15.2 26.4,15 26,16.4 25.6,17.7 24.2,16.9 20.3,19.2 19.2,18.5
13
+ 23.1,16.3 "/>
14
+ </g>
15
+ <polygon fill="url(#azure)" opacity="0.2" points="-0.1,8.6 14.9,17.3 29.8,8.6 14.9,0 "/>
16
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg fill="currentColor" viewBox="0 0 38 38">
2
+ <path d="M29.3,14.8c0,0-0.2-1.4-0.8-2.1c-0.8-0.8-1.7-0.8-2.1-0.9c-2.9-0.2-7.3-0.2-7.3-0.2h0 c0,0-4.4,0-7.3,0.2c-0.4,0-1.3,0.1-2.1,0.9c-0.6,0.6-0.8,2.1-0.8,2.1s-0.2,1.7-0.2,3.4v1.6c0,1.7,0.2,3.4,0.2,3.4 s0.2,1.4,0.8,2.1c0.8,0.8,1.8,0.8,2.3,0.9c1.7,0.2,7.1,0.2,7.1,0.2s4.4,0,7.3-0.2c0.4,0,1.3-0.1,2.1-0.9c0.6-0.6,0.8-2.1,0.8-2.1 s0.2-1.7,0.2-3.4v-1.6C29.5,16.5,29.3,14.8,29.3,14.8z M16.8,21.7l0-5.9l5.7,3L16.8,21.7z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 183" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="arbiter"><path d="M132.501,0l-132.501,76.5l132.503,76.5l132.501,-76.5l-132.503,-76.5Z" style="fill:url(#_Linear1);"/><path d="M265.004,76.5l-132.501,76.5l-132.503,-76.5l132.501,-76.5l132.503,76.5Zm-264.004,0l131.503,75.923l131.501,-75.923l-131.503,-75.923l-131.501,75.923Z" style="fill:#eff2f6;"/><path d="M265.004,106.5l-132.501,76.5l-132.503,-76.5l0,-30l132.503,76.5l132.501,-76.5l0,30Z" style="fill:url(#_Linear2);"/><g><path d="M20.95,95.753c0.275,0.166 0.548,0.351 0.82,0.563c0.549,0.43 1.086,0.957 1.59,1.561c1.137,1.365 2.09,3.112 2.689,4.928c0.275,0.834 0.475,1.679 0.591,2.5c0.13,0.921 0.154,1.811 0.072,2.621c-0.076,0.757 -0.246,1.442 -0.503,2.026c-0.3,0.683 -0.717,1.224 -1.224,1.592c-0.525,0.38 -1.145,0.574 -1.821,0.565c-0.699,-0.009 -1.455,-0.236 -2.214,-0.662c-0.762,-0.427 -1.524,-1.051 -2.233,-1.833c-0.684,-0.754 -1.314,-1.65 -1.852,-2.628c-0.518,-0.943 -0.949,-1.96 -1.265,-2.988c-0.269,-0.876 -0.453,-1.758 -0.544,-2.606c-0.094,-0.877 -0.091,-1.718 0.012,-2.48c0.09,-0.678 0.26,-1.292 0.501,-1.82c0.566,-1.238 1.523,-1.977 2.69,-2.077c0.496,-0.042 1.028,0.03 1.574,0.215c0.269,0.091 0.54,0.211 0.813,0.353c0.102,0.054 0.203,0.111 0.304,0.17Zm-0.124,2.931c-0.514,-0.284 -1.019,-0.428 -1.486,-0.407c-0.411,0.019 -0.784,0.163 -1.097,0.42c-0.293,0.24 -0.531,0.58 -0.701,0.999c-0.144,0.354 -0.238,0.766 -0.278,1.217c-0.048,0.524 -0.025,1.099 0.069,1.694c0.066,0.422 0.168,0.853 0.303,1.281c0.388,1.234 1.042,2.424 1.826,3.319c0.431,0.492 0.897,0.889 1.364,1.167c0.471,0.279 0.941,0.438 1.379,0.461c0.408,0.021 0.786,-0.076 1.111,-0.282c0.324,-0.207 0.595,-0.521 0.796,-0.926c0.162,-0.328 0.277,-0.715 0.339,-1.145c0.073,-0.505 0.076,-1.069 0.008,-1.657c-0.061,-0.522 -0.178,-1.064 -0.347,-1.601c-0.348,-1.104 -0.909,-2.176 -1.587,-3.031c-0.455,-0.574 -0.953,-1.034 -1.463,-1.367c-0.079,-0.05 -0.157,-0.097 -0.236,-0.142Z" style="fill:#547392;fill-rule:nonzero;"/><path d="M20.874,101.535c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.146Z" style="fill:#fbff16;"/><path d="M123.678,161.41l-97.784,-56.456l0,3l97.784,56.456l0,-3Z" style="fill:#547392;"/><path d="M16.8,96.24l-16.8,-9.699l0,3l16.8,9.699l0,-3Z" style="fill:#547392;"/><path d="M16.8,103.168l-16.8,-9.699l0,3l16.8,9.699l0,-3Z" style="fill:#547392;"/></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-72.9084,72.9084,132.502,132.502,149.153)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.6263,76.6263,132.501,132.503,183)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 183" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="backup"><path d="M132.501,0l-132.501,76.5l132.503,76.5l132.501,-76.5l-132.503,-76.5Z" style="fill:url(#_Linear1);"/><path d="M265.004,76.5l-132.501,76.5l-132.503,-76.5l132.501,-76.5l132.503,76.5Zm-264.004,0l131.503,75.923l131.501,-75.923l-131.503,-75.923l-131.501,75.923Z" style="fill:#264b72;"/><path d="M265.004,106.5l-132.501,76.5l-132.503,-76.5l0,-30l132.503,76.5l132.501,-76.5l0,30Z" style="fill:url(#_Linear2);"/><path d="M123.541,155.576l-115.181,-66.5l0,3l115.181,66.5l0,-3Z" style="fill:#264b72;"/><path d="M123.541,161.326l-115.181,-66.5l0,3l115.181,66.5l0,-3Z" style="fill:#264b72;"/><path d="M123.541,167.076l-115.181,-66.5l0,3l115.181,66.5l0,-3Z" style="fill:#264b72;"/></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-78.0411,78.0411,132.502,132.502,154.504)"><stop offset="0" style="stop-color:#1a4561;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#0b2b40;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-77.9887,77.9887,132.502,132.502,183)"><stop offset="0" style="stop-color:#092b42;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#1d4058;stop-opacity:0.94902"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 168" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="config"><g><path d="M132.501,0l-132.501,76.5l35.507,20.5l132.501,-76.5l-35.507,-20.5Z" style="fill:url(#_Linear1);"/><path d="M168.008,20.5l-132.501,76.5l-35.507,-20.5l132.501,-76.5l35.507,20.5Zm-167.008,56l34.507,19.922l131.501,-75.922l-34.507,-19.923l-131.501,75.923Z" style="fill:#eff2f6;"/><path d="M168.008,35.5l-132.501,76.5l-35.507,-20.5l0,-15l35.507,20.5l132.501,-76.5l0,15Z" style="fill:url(#_Linear2);"/><g><path d="M8.031,86.772l-3.031,-1.75l0,4.042l3.031,1.75l0,-4.042Z" style="fill:#00fc72;"/><path d="M13.227,89.772l-3.031,-1.75l0,4.042l3.031,1.75l0,-4.042Z" style="fill:#00fc72;"/><path d="M30.507,101.192l-15.114,-8.726l0,1.154l15.114,8.727l0,-1.155Z" style="fill:#3d6484;"/></g></g><g><path d="M180.999,28l-132.501,76.5l35.507,20.5l132.501,-76.5l-35.507,-20.5Z" style="fill:url(#_Linear3);"/><path d="M216.506,48.5l-132.501,76.5l-35.507,-20.5l132.501,-76.5l35.507,20.5Zm-167.008,56l34.507,19.922l131.501,-75.922l-34.507,-19.922l-131.501,75.922Z" style="fill:#eff2f6;"/><path d="M216.506,63.5l-132.501,76.5l-35.507,-20.5l0,-15l35.507,20.5l132.501,-76.5l0,15Z" style="fill:url(#_Linear4);"/><g><path d="M56.529,114.772l-3.031,-1.75l0,4.042l3.031,1.75l0,-4.042Z" style="fill:#00fc72;"/><path d="M61.725,117.772l-3.031,-1.75l0,4.042l3.031,1.75l0,-4.042Z" style="fill:#00fc72;"/><path d="M79.005,129.192l-15.115,-8.726l0,1.154l15.115,8.727l0,-1.155Z" style="fill:#3d6484;"/></g></g><g><path d="M229.497,56l-132.501,76.5l35.507,20.5l132.501,-76.5l-35.507,-20.5Z" style="fill:url(#_Linear5);"/><path d="M265.004,76.5l-132.501,76.5l-35.507,-20.5l132.501,-76.5l35.507,20.5Zm-167.008,56l34.507,19.923l131.501,-75.923l-34.507,-19.922l-131.501,75.922Z" style="fill:#eff2f6;"/><path d="M265.004,91.5l-132.501,76.5l-35.507,-20.5l0,-15l35.507,20.5l132.501,-76.5l0,15Z" style="fill:url(#_Linear6);"/><g><path d="M105.027,142.772l-3.031,-1.75l0,4.042l3.031,1.75l0,-4.042Z" style="fill:#00fc72;"/><path d="M110.223,145.772l-3.031,-1.75l0,4.042l3.031,1.75l0,-4.042Z" style="fill:#00fc72;"/><path d="M127.503,157.192l-15.115,-8.726l0,1.155l15.115,8.726l0,-1.155Z" style="fill:#3d6484;"/></g></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.49,-74.4877,-37.5131,68.5098,37.5182,94.9877)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-74.4118,74.4118,132.501,132.503,168)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient><linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.49,-74.4877,-37.5131,68.5098,86.016,122.988)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-74.4118,74.4118,132.501,181,196)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient><linearGradient id="_Linear5" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.49,-74.4877,-37.5131,68.5098,134.514,150.988)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear6" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-74.4118,74.4118,132.501,229.498,224)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 168" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="haproxy.-2"><g><path d="M132.501,0l-132.501,76.5l59.756,34.5l132.501,-76.5l-59.756,-34.5Z" style="fill:url(#_Linear1);"/><path d="M192.257,34.5l-132.501,76.5l-59.756,-34.5l132.501,-76.5l59.756,34.5Zm-191.257,42l58.756,33.922l131.501,-75.922l-58.756,-33.923l-131.501,75.923Z" style="fill:#4d7594;"/><path d="M192.257,49.5l-132.501,76.5l-59.756,-34.5l0,-15l59.756,34.5l132.501,-76.5l0,15Z" style="fill:url(#_Linear2);"/><g><g><path d="M54.756,115.035l-34.128,-19.703l0,1.155l34.128,19.703l0,-1.155Z" style="fill:#3d6484;"/><path d="M6.556,85.764c0.836,0.483 1.515,1.78 1.515,2.895c0,1.116 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.78 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.145Z" style="fill:#00fc72;"/><path d="M11.752,88.764c0.836,0.483 1.515,1.78 1.515,2.895c0,1.116 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.78 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.145Z" style="fill:#00fc72;"/><path d="M16.948,91.764c0.836,0.483 1.515,1.78 1.515,2.895c0,1.116 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.78 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.145Z" style="fill:#00fc72;"/></g></g></g><g><path d="M205.248,42l-132.501,76.5l59.756,34.5l132.501,-76.5l-59.756,-34.5Z" style="fill:url(#_Linear3);"/><path d="M265.004,76.5l-132.501,76.5l-59.756,-34.5l132.501,-76.5l59.756,34.5Zm-191.257,42l58.756,33.923l131.501,-75.923l-58.756,-33.922l-131.501,75.922Z" style="fill:#4d7594;"/><path d="M265.004,91.5l-132.501,76.5l-59.756,-34.5l0,-15l59.756,34.5l132.501,-76.5l0,15Z" style="fill:url(#_Linear4);"/><g><g><path d="M127.503,157.036l-34.128,-19.704l0,1.155l34.128,19.704l0,-1.155Z" style="fill:#3d6484;"/><path d="M79.302,127.764c0.837,0.483 1.516,1.781 1.516,2.896c0,1.115 -0.679,1.628 -1.516,1.146c-0.836,-0.483 -1.515,-1.781 -1.515,-2.896c0,-1.115 0.679,-1.629 1.515,-1.146Z" style="fill:#00fc72;"/><path d="M84.499,130.764c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.628 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/><path d="M89.695,133.764c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.628 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/></g></g></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-7.50032,84.0038,59.7558,111)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-7.50032,84.0038,132.503,153)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,205.249,210)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 183" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="haproxy.-storage"><g><path d="M132.501,0l-132.501,76.5l37.672,21.75l132.501,-76.5l-37.672,-21.75Z" style="fill:url(#_Linear1);"/><path d="M170.173,21.75l-132.501,76.5l-37.672,-21.75l132.501,-76.5l37.672,21.75Zm-169.173,54.75l36.672,21.172l131.501,-75.922l-36.672,-21.173l-131.501,75.923Z" style="fill:#4d7594;"/><path d="M170.173,51.75l-132.501,76.5l-37.672,-21.75l0,-30l37.672,21.75l132.501,-76.5l0,30Z" style="fill:url(#_Linear2);"/><g><g><path d="M32.713,109.848l-12.085,-6.977l0,1.154l12.085,6.977l0,-1.154Z" style="fill:#3d6484;"/><path d="M6.556,93.302c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/><path d="M11.752,96.302c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/><path d="M16.948,99.302c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/></g></g></g><g><path d="M183.164,29.25l-132.501,76.5l81.84,47.25l132.501,-76.5l-81.84,-47.25Z" style="fill:url(#_Linear3);"/><path d="M265.004,76.5l-132.501,76.5l-81.84,-47.25l132.501,-76.5l81.84,47.25Zm-213.341,29.25l80.84,46.673l131.501,-75.923l-80.84,-46.672l-131.501,75.922Z" style="fill:#17b7f1;"/><path d="M265.004,106.5l-132.501,76.5l-81.84,-47.25l0,-30l81.84,47.25l132.501,-76.5l0,30Z" style="fill:url(#_Linear4);"/><path d="M123.542,155.576l-64.519,-37.25l0,3l64.519,37.25l0,-3Z" style="fill:#0057bb;fill-opacity:0.952941;"/><path d="M123.542,161.326l-64.519,-37.25l0,3l64.519,37.25l0,-3Z" style="fill:#0057bb;fill-opacity:0.952941;"/><path d="M123.542,167.077l-64.519,-37.25l0,3l64.519,37.25l0,-3Z" style="fill:#0057bb;fill-opacity:0.952941;"/></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-33.0001,69.2815,37.6721,98.2496)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.276,-75.9472,17.4467,98.8021,132.728,152.447)"><stop offset="0" style="stop-color:#0091ff;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#006eec;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-78.4128,75.8672,136.948,183.165,197.881)"><stop offset="0" style="stop-color:#006eec;stop-opacity:0.952941"/><stop offset="1" style="stop-color:#0a81ff;stop-opacity:0.952941"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 168" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="haproxy"><path d="M132.501,0l-132.501,76.5l132.503,76.5l132.501,-76.5l-132.503,-76.5Z" style="fill:url(#_Linear1);"/><path d="M265.004,76.5l-132.501,76.5l-132.503,-76.5l132.501,-76.5l132.503,76.5Zm-264.004,0l131.503,75.923l131.501,-75.923l-131.503,-75.923l-131.501,75.923Z" style="fill:#4d7594;"/><path d="M265.004,91.5l-132.501,76.5l-132.503,-76.5l0,-15l132.503,76.5l132.501,-76.5l0,15Z" style="fill:url(#_Linear2);"/><g><g><path d="M127.543,157.059l-106.915,-61.727l0,1.155l106.915,61.727l0,-1.155Z" style="fill:#3d6484;"/><path d="M6.556,85.764c0.836,0.483 1.515,1.78 1.515,2.895c0,1.116 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.78 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.145Z" style="fill:#00fc72;"/><path d="M11.752,88.764c0.836,0.483 1.515,1.78 1.515,2.895c0,1.116 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.78 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.145Z" style="fill:#00fc72;"/><path d="M16.948,91.764c0.836,0.483 1.515,1.78 1.515,2.895c0,1.116 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.78 -1.516,-2.896c0,-1.115 0.679,-1.628 1.516,-1.145Z" style="fill:#00fc72;"/></g></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,76.4996,132.501,132.503,153)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 265 183" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="memory"><path d="M132.501,0l-132.501,76.5l132.503,76.5l132.501,-76.5l-132.503,-76.5Z" style="fill:url(#_Linear1);"/><path d="M265.004,76.5l-132.501,76.5l-132.503,-76.5l132.501,-76.5l132.503,76.5Zm-264.004,0l131.503,75.923l131.501,-75.923l-131.503,-75.923l-131.501,75.923Z" style="fill:#71ff6d;"/><path d="M265.004,106.5l-132.501,76.5l-132.503,-76.5l0,-30l132.503,76.5l132.501,-76.5l0,30Z" style="fill:url(#_Linear2);"/><path d="M55.558,122.076l-47.198,-27.25l0,3l47.198,27.25l0,-3Z" style="fill:#087b3c;"/><path d="M123.541,161.326l-47.198,-27.25l0,3l47.198,27.25l0,-3Z" style="fill:#087b3c;"/><g><path d="M60.755,124.555c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/><path d="M65.951,127.555c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/><path d="M71.147,130.555c0.836,0.483 1.515,1.781 1.515,2.896c0,1.115 -0.679,1.629 -1.515,1.146c-0.837,-0.483 -1.516,-1.781 -1.516,-2.896c0,-1.115 0.679,-1.629 1.516,-1.146Z" style="fill:#00fc72;"/></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-80.7878,80.7878,132.502,132.502,154.451)"><stop offset="0" style="stop-color:#00ea52;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#14bb62;stop-opacity:0.94902"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-79.5019,76.9201,136.949,132.502,183)"><stop offset="0" style="stop-color:#00b454;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#00d84b;stop-opacity:0.94902"/></linearGradient></defs></svg>