mumuki-styles 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +117 -0
  3. data/Rakefile +2 -0
  4. data/app/assets/fonts/FontAwesome.otf +0 -0
  5. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  6. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  7. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  8. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  9. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  10. data/app/assets/fonts/dev-awesome/svg/colored/bash.svg +58 -0
  11. data/app/assets/fonts/dev-awesome/svg/colored/c.svg +82 -0
  12. data/app/assets/fonts/dev-awesome/svg/colored/code.svg +57 -0
  13. data/app/assets/fonts/dev-awesome/svg/colored/cpp.svg +67 -0
  14. data/app/assets/fonts/dev-awesome/svg/colored/css.svg +112 -0
  15. data/app/assets/fonts/dev-awesome/svg/colored/elixir.svg +86 -0
  16. data/app/assets/fonts/dev-awesome/svg/colored/gobstones.svg +3287 -0
  17. data/app/assets/fonts/dev-awesome/svg/colored/haskell.svg +76 -0
  18. data/app/assets/fonts/dev-awesome/svg/colored/html.svg +112 -0
  19. data/app/assets/fonts/dev-awesome/svg/colored/java.svg +85 -0
  20. data/app/assets/fonts/dev-awesome/svg/colored/javascript.svg +65 -0
  21. data/app/assets/fonts/dev-awesome/svg/colored/mongodb.svg +255 -0
  22. data/app/assets/fonts/dev-awesome/svg/colored/mumuki-circle.svg +132 -0
  23. data/app/assets/fonts/dev-awesome/svg/colored/mumuki.svg +78 -0
  24. data/app/assets/fonts/dev-awesome/svg/colored/prolog.svg +296 -0
  25. data/app/assets/fonts/dev-awesome/svg/colored/python.svg +61 -0
  26. data/app/assets/fonts/dev-awesome/svg/colored/qsim.svg +110 -0
  27. data/app/assets/fonts/dev-awesome/svg/colored/ruby.svg +105 -0
  28. data/app/assets/fonts/dev-awesome/svg/colored/sql.svg +124 -0
  29. data/app/assets/fonts/dev-awesome/svg/colored/text.svg +57 -0
  30. data/app/assets/fonts/dev-awesome/svg/colored/wollok.svg +83 -0
  31. data/app/assets/fonts/dev-awesome-hinted.ttf +0 -0
  32. data/app/assets/fonts/dev-awesome.eot +0 -0
  33. data/app/assets/fonts/dev-awesome.svg +139 -0
  34. data/app/assets/fonts/dev-awesome.ttf +0 -0
  35. data/app/assets/fonts/dev-awesome.woff +0 -0
  36. data/app/assets/fonts/dev-awesome.woff2 +0 -0
  37. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  38. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  39. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  40. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  41. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  42. data/app/assets/javascripts/mumuki-styles.js +12767 -0
  43. data/app/assets/stylesheets/_broken.scss +8 -0
  44. data/app/assets/stylesheets/_browser.scss +45 -0
  45. data/app/assets/stylesheets/_colors.scss +54 -0
  46. data/app/assets/stylesheets/_fonts.scss +9 -0
  47. data/app/assets/stylesheets/_footer.scss +18 -0
  48. data/app/assets/stylesheets/_hovers.scss +15 -0
  49. data/app/assets/stylesheets/_mixines.scss +6 -0
  50. data/app/assets/stylesheets/_modules.scss +8 -0
  51. data/app/assets/stylesheets/_mu-file-browser.scss +97 -0
  52. data/app/assets/stylesheets/_navbar.scss +99 -0
  53. data/app/assets/stylesheets/_styles.scss +14 -0
  54. data/app/assets/stylesheets/_vendor.scss +7 -0
  55. data/app/assets/stylesheets/bootswatch/_bootswatch.scss +330 -0
  56. data/app/assets/stylesheets/bootswatch/_variables.scss +870 -0
  57. data/app/assets/stylesheets/modules/_breadcrumb.scss +16 -0
  58. data/app/assets/stylesheets/modules/_callout.scss +40 -0
  59. data/app/assets/stylesheets/modules/_checkbox.scss +65 -0
  60. data/app/assets/stylesheets/modules/_conversation.scss +213 -0
  61. data/app/assets/stylesheets/modules/_follow_us.scss +16 -0
  62. data/app/assets/stylesheets/modules/_highlight.scss +99 -0
  63. data/app/assets/stylesheets/modules/_new_message.scss +42 -0
  64. data/app/assets/stylesheets/modules/_notification.scss +15 -0
  65. data/app/assets/stylesheets/mumuki-styles.css +9526 -0
  66. data/app/assets/stylesheets/mumuki-styles.scss +11 -0
  67. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss +245 -0
  68. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/bootstrap.scss +3 -0
  69. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/build.scss +6 -0
  70. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-compass.scss +9 -0
  71. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  72. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  73. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap.scss +56 -0
  74. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  75. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss +68 -0
  76. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss +28 -0
  77. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss +244 -0
  78. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss +168 -0
  79. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss +270 -0
  80. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss +36 -0
  81. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss +69 -0
  82. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss +37 -0
  83. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss +216 -0
  84. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss +617 -0
  85. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
  86. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss +84 -0
  87. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss +171 -0
  88. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss +54 -0
  89. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss +66 -0
  90. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss +130 -0
  91. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss +66 -0
  92. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_mixins.scss +40 -0
  93. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss +150 -0
  94. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss +662 -0
  95. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss +242 -0
  96. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss +424 -0
  97. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss +54 -0
  98. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss +89 -0
  99. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss +271 -0
  100. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss +131 -0
  101. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss +101 -0
  102. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  103. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  104. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss +179 -0
  105. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss +161 -0
  106. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss +234 -0
  107. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_theme.scss +291 -0
  108. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  109. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss +101 -0
  110. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss +298 -0
  111. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss +55 -0
  112. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss +874 -0
  113. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss +29 -0
  114. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  115. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
  116. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  117. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss +65 -0
  118. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  119. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  120. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  121. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  122. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  123. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  124. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  125. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  126. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  127. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss +32 -0
  128. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  129. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  130. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  131. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
  132. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  133. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  134. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  135. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-text.scss +18 -0
  136. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  137. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  138. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  139. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  140. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  141. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
  142. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  143. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  144. data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +240 -0
  145. data/app/assets/stylesheets/vendor/font-awesome/scss/_animated.scss +34 -0
  146. data/app/assets/stylesheets/vendor/font-awesome/scss/_bordered-pulled.scss +25 -0
  147. data/app/assets/stylesheets/vendor/font-awesome/scss/_core.scss +12 -0
  148. data/app/assets/stylesheets/vendor/font-awesome/scss/_fixed-width.scss +6 -0
  149. data/app/assets/stylesheets/vendor/font-awesome/scss/_icons.scss +789 -0
  150. data/app/assets/stylesheets/vendor/font-awesome/scss/_larger.scss +13 -0
  151. data/app/assets/stylesheets/vendor/font-awesome/scss/_list.scss +19 -0
  152. data/app/assets/stylesheets/vendor/font-awesome/scss/_mixins.scss +60 -0
  153. data/app/assets/stylesheets/vendor/font-awesome/scss/_path.scss +15 -0
  154. data/app/assets/stylesheets/vendor/font-awesome/scss/_rotated-flipped.scss +20 -0
  155. data/app/assets/stylesheets/vendor/font-awesome/scss/_screen-reader.scss +5 -0
  156. data/app/assets/stylesheets/vendor/font-awesome/scss/_stacked.scss +20 -0
  157. data/app/assets/stylesheets/vendor/font-awesome/scss/_variables.scss +800 -0
  158. data/app/assets/stylesheets/vendor/font-awesome/scss/font-awesome.scss +18 -0
  159. data/lib/mumuki/styles/version.rb +5 -0
  160. data/lib/mumuki/styles.rb +8 -0
  161. metadata +231 -0
@@ -0,0 +1,76 @@
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="32"
13
+ height="32"
14
+ id="svg7384"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="haskell-color.svg">
19
+ <defs
20
+ id="defs7386" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="11.197802"
29
+ inkscape:cx="9.8380764"
30
+ inkscape:cy="19.393524"
31
+ inkscape:current-layer="layer1"
32
+ showgrid="true"
33
+ inkscape:grid-bbox="true"
34
+ inkscape:document-units="px"
35
+ inkscape:window-width="1366"
36
+ inkscape:window-height="717"
37
+ inkscape:window-x="0"
38
+ inkscape:window-y="0"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata7389">
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
+ id="layer1"
54
+ inkscape:label="Layer 1"
55
+ inkscape:groupmode="layer">
56
+ <g
57
+ id="g4142">
58
+ <path
59
+ id="path4140"
60
+ d="M 0.28729296,27.091323 7.681508,16.000001 0.28729296,4.9086767 l 5.54566134,0 7.3942147,11.0913243 -7.3942147,11.091322 -5.54566134,0 z"
61
+ style="fill:#453a62;fill-opacity:1" />
62
+ <path
63
+ id="path4138"
64
+ d="M 7.681508,27.091323 15.075723,16.000001 7.681508,4.9086767 l 5.545661,0 14.78843,22.1826463 -5.54566,0 -4.620696,-6.931732 -4.622074,6.931732 -5.545661,0 z"
65
+ style="fill:#5d5086;fill-opacity:1" />
66
+ <path
67
+ id="path4136"
68
+ d="m 31.711327,20.620695 -6.161386,0 -2.464278,-3.697108 8.627044,0 z"
69
+ style="fill:#8f4e8b;fill-opacity:1" />
70
+ <path
71
+ id="path7419"
72
+ d="m 31.711327,15.075033 -9.858494,0 -2.464278,-3.697109 12.324152,0 z"
73
+ style="fill:#8f4e8b;fill-opacity:1" />
74
+ </g>
75
+ </g>
76
+ </svg>
@@ -0,0 +1,112 @@
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="32"
13
+ height="32"
14
+ id="svg7473"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="html.svg">
19
+ <defs
20
+ id="defs7475">
21
+ <inkscape:path-effect
22
+ effect="spiro"
23
+ id="path-effect8184"
24
+ is_visible="true" />
25
+ <inkscape:path-effect
26
+ effect="spiro"
27
+ id="path-effect8159"
28
+ is_visible="true" />
29
+ <inkscape:path-effect
30
+ effect="spiro"
31
+ id="path-effect7524"
32
+ is_visible="true" />
33
+ </defs>
34
+ <sodipodi:namedview
35
+ id="base"
36
+ pagecolor="#ffffff"
37
+ bordercolor="#666666"
38
+ borderopacity="1.0"
39
+ inkscape:pageopacity="0.0"
40
+ inkscape:pageshadow="2"
41
+ inkscape:zoom="16"
42
+ inkscape:cx="-1.1883426"
43
+ inkscape:cy="20.418681"
44
+ inkscape:current-layer="g8200"
45
+ showgrid="true"
46
+ inkscape:grid-bbox="true"
47
+ inkscape:document-units="px"
48
+ inkscape:window-width="1920"
49
+ inkscape:window-height="1027"
50
+ inkscape:window-x="0"
51
+ inkscape:window-y="0"
52
+ inkscape:window-maximized="1" />
53
+ <metadata
54
+ id="metadata7478">
55
+ <rdf:RDF>
56
+ <cc:Work
57
+ rdf:about="">
58
+ <dc:format>image/svg+xml</dc:format>
59
+ <dc:type
60
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
61
+ <dc:title />
62
+ </cc:Work>
63
+ </rdf:RDF>
64
+ </metadata>
65
+ <g
66
+ id="layer1"
67
+ inkscape:label="Layer 1"
68
+ inkscape:groupmode="layer">
69
+ <g
70
+ id="g8200"
71
+ transform="translate(35.793911,3.1806718)"
72
+ style="fill:#ac4142;fill-opacity:1">
73
+ <g
74
+ id="g8186"
75
+ style="fill:#ac4142;fill-opacity:1" />
76
+ <g
77
+ id="g3374"
78
+ transform="translate(1.406248,0.08645558)">
79
+ <polygon
80
+ id="polygon6"
81
+ points="107.644,470.877 74.633,100.62 437.367,100.62 404.321,470.819 255.778,512 "
82
+ style="fill:#e44d26"
83
+ transform="matrix(0.07731975,0,0,0.07731975,-40.994015,-10.95094)" />
84
+ <polygon
85
+ id="polygon8"
86
+ points="404.27,130.894 256,130.894 256,480.523 376.03,447.246 "
87
+ style="fill:#f16529"
88
+ transform="matrix(0.07731975,0,0,0.07731975,-40.994015,-10.95094)" />
89
+ <polygon
90
+ id="polygon10"
91
+ points="256,268.217 195.91,268.217 191.76,221.716 256,221.716 256,176.305 255.843,176.305 142.132,176.305 143.219,188.488 154.38,313.627 256,313.627 "
92
+ style="fill:#ebebeb"
93
+ transform="matrix(0.07731975,0,0,0.07731975,-40.994015,-10.95094)" />
94
+ <polygon
95
+ id="polygon12"
96
+ points="255.801,386.206 205.227,372.55 201.994,336.333 177.419,336.333 156.409,336.333 162.771,407.634 255.791,433.457 256,433.399 256,386.153 "
97
+ style="fill:#ebebeb"
98
+ transform="matrix(0.07731975,0,0,0.07731975,-40.994015,-10.95094)" />
99
+ <polygon
100
+ id="polygon22"
101
+ points="349.162,268.217 255.843,268.217 255.843,313.627 311.761,313.627 306.49,372.521 255.843,386.191 255.843,433.435 348.937,407.634 349.62,399.962 360.291,280.411 361.399,268.217 "
102
+ style="fill:#ffffff"
103
+ transform="matrix(0.07731975,0,0,0.07731975,-40.994015,-10.95094)" />
104
+ <polygon
105
+ id="polygon24"
106
+ points="255.843,176.305 255.843,204.509 255.843,221.605 255.843,221.716 365.385,221.716 365.385,221.716 365.531,221.716 366.442,211.509 368.511,188.488 369.597,176.305 "
107
+ style="fill:#ffffff"
108
+ transform="matrix(0.07731975,0,0,0.07731975,-40.994015,-10.95094)" />
109
+ </g>
110
+ </g>
111
+ </g>
112
+ </svg>
@@ -0,0 +1,85 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generated by IcoMoon.io -->
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
+ version="1.1"
13
+ width="32"
14
+ height="32"
15
+ viewBox="0 0 32 32"
16
+ id="svg2"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="java-color.svg">
19
+ <metadata
20
+ id="metadata10">
21
+ <rdf:RDF>
22
+ <cc:Work
23
+ rdf:about="">
24
+ <dc:format>image/svg+xml</dc:format>
25
+ <dc:type
26
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27
+ <dc:title></dc:title>
28
+ </cc:Work>
29
+ </rdf:RDF>
30
+ </metadata>
31
+ <defs
32
+ id="defs8" />
33
+ <sodipodi:namedview
34
+ pagecolor="#ffffff"
35
+ bordercolor="#666666"
36
+ borderopacity="1"
37
+ objecttolerance="10"
38
+ gridtolerance="10"
39
+ guidetolerance="10"
40
+ inkscape:pageopacity="0"
41
+ inkscape:pageshadow="2"
42
+ inkscape:window-width="1366"
43
+ inkscape:window-height="717"
44
+ id="namedview6"
45
+ showgrid="false"
46
+ inkscape:zoom="16.65625"
47
+ inkscape:cx="7.0243902"
48
+ inkscape:cy="15.879925"
49
+ inkscape:window-x="0"
50
+ inkscape:window-y="0"
51
+ inkscape:window-maximized="1"
52
+ inkscape:current-layer="svg2" />
53
+ <path
54
+ style="fill:#0078b7;fill-opacity:1"
55
+ d="m 11.914697,24.510799 c 0,0 -1.189164,0.691458 0.846461,0.926384 2.466726,0.280944 3.728546,0.240982 6.447153,-0.273676 0,0 0.714466,0.448054 1.713508,0.836773 -6.094763,2.612041 -13.7928374,-0.15137 -9.005911,-1.489481 z"
56
+ id="path4147" />
57
+ <path
58
+ style="fill:#0078b7;fill-opacity:1"
59
+ d="m 11.169956,21.101945 c 0,0 -1.334478,0.988144 0.703568,1.198851 2.635049,0.271256 4.716691,0.294264 8.318086,-0.399616 0,0 0.497705,0.50497 1.281196,0.781069 -7.368693,2.154298 -15.5765819,0.169534 -10.30285,-1.580304 z"
60
+ id="path4145" />
61
+ <path
62
+ style="fill:#df4e3b;fill-opacity:1"
63
+ d="m 17.448785,15.31961 c 1.501591,1.729252 -0.394772,3.285335 -0.394772,3.285335 0,0 3.813313,-1.967809 2.062264,-4.433325 -1.636007,-2.298402 -2.889351,-3.440338 3.900503,-7.3783806 0,0 -10.657661,2.6616906 -5.567995,8.5275816 z"
64
+ id="path4143" />
65
+ <path
66
+ style="fill:#0078b7;fill-opacity:1"
67
+ d="m 25.508937,27.032018 c 0,0 0.880367,0.725365 -0.96998,1.28604 -3.517839,1.065645 -14.6417202,1.38776 -17.7320909,0.04238 C 5.6964156,27.877267 7.7792672,27.206395 8.4343965,27.065924 9.1173782,26.918187 9.5085183,26.944828 9.5085183,26.944828 8.273339,26.074149 1.5234466,28.653494 6.0802901,29.39218 18.507164,31.407218 28.732513,28.48517 25.508937,27.030807 Z"
68
+ id="path4141" />
69
+ <path
70
+ style="fill:#0078b7;fill-opacity:1"
71
+ d="m 12.48627,17.570785 c 0,0 -5.6588175,1.344167 -2.004139,1.832184 1.542763,0.207074 4.618602,0.159847 7.484945,-0.07993 2.341997,-0.197386 4.693682,-0.617589 4.693682,-0.617589 0,0 -0.825874,0.3536 -1.422878,0.761693 C 15.491873,20.978424 4.3922114,20.274856 7.5879356,18.72967 10.290799,17.423045 12.48748,17.571992 12.48748,17.571992 Z"
72
+ id="path4139" />
73
+ <path
74
+ style="fill:#0078b7;fill-opacity:1"
75
+ d="m 22.637749,23.244134 c 5.841673,-3.034666 3.14002,-5.951869 1.255766,-5.559518 -0.462586,0.09567 -0.668449,0.179222 -0.668449,0.179222 0,0 0.171956,-0.268833 0.498916,-0.385086 3.728546,-1.311469 6.597311,3.866597 -1.203695,5.917964 0,0 0.09082,-0.08113 0.117462,-0.152582 z"
76
+ id="path4137" />
77
+ <path
78
+ style="fill:#df4e3b;fill-opacity:1"
79
+ d="m 19.115066,0.43327615 c 0,0 3.234476,3.23568575 -3.068573,8.21152155 -5.054548,3.9913253 -1.152834,6.2679303 -0.0024,8.8678623 -2.949933,-2.661691 -5.115131,-5.004899 -3.66319,-7.185839 2.132502,-3.2017785 8.038355,-4.7530186 6.732939,-9.89354485 z"
80
+ id="path4135" />
81
+ <path
82
+ style="fill:#0078b7;fill-opacity:1"
83
+ d="m 13.060265,31.468976 c 5.606746,0.358445 14.216673,-0.198597 14.420115,-2.851811 0,0 -0.392351,1.006308 -4.633134,1.804331 -4.785715,0.900954 -10.687935,0.7956 -14.1876112,0.217973 0,0 0.7168889,0.59337 4.4018412,0.829507 z"
84
+ id="path4" />
85
+ </svg>
@@ -0,0 +1,65 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generated by IcoMoon.io -->
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
+ version="1.1"
13
+ width="32"
14
+ height="32"
15
+ viewBox="0 0 32 32"
16
+ id="svg2"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="javascript-color.svg">
19
+ <metadata
20
+ id="metadata10">
21
+ <rdf:RDF>
22
+ <cc:Work
23
+ rdf:about="">
24
+ <dc:format>image/svg+xml</dc:format>
25
+ <dc:type
26
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27
+ <dc:title></dc:title>
28
+ </cc:Work>
29
+ </rdf:RDF>
30
+ </metadata>
31
+ <defs
32
+ id="defs8" />
33
+ <sodipodi:namedview
34
+ pagecolor="#ffffff"
35
+ bordercolor="#666666"
36
+ borderopacity="1"
37
+ objecttolerance="10"
38
+ gridtolerance="10"
39
+ guidetolerance="10"
40
+ inkscape:pageopacity="0"
41
+ inkscape:pageshadow="2"
42
+ inkscape:window-width="1366"
43
+ inkscape:window-height="717"
44
+ id="namedview6"
45
+ showgrid="false"
46
+ inkscape:zoom="7.375"
47
+ inkscape:cx="16"
48
+ inkscape:cy="16"
49
+ inkscape:window-x="0"
50
+ inkscape:window-y="0"
51
+ inkscape:window-maximized="1"
52
+ inkscape:current-layer="svg2" />
53
+ <path
54
+ style="fill:#f0db4f;fill-opacity:1"
55
+ d="m 0.384,0.67 0,31.296 31.296,0 0,-31.296 -31.296,0 z"
56
+ id="path4137" />
57
+ <path
58
+ style="fill:#000000;fill-opacity:1"
59
+ d="m 16.718,27.442 c -0.461,0.937 -1.342,1.553 -2.362,1.85 -1.568,0.36 -3.067,0.155 -4.183,-0.515 -0.747,-0.458 -1.33,-1.163 -1.725,-1.975 0.794,-0.485 1.586,-0.973 2.38,-1.458 0.021,0.009 0.083,0.122 0.167,0.268 0.303,0.509 0.565,0.869 1.08,1.121 0.506,0.172 1.615,0.283 2.044,-0.607 0.262,-0.452 0.178,-1.936 0.178,-3.545 0,-2.529 0.012,-5.016 0.012,-7.576 l 2.927,0 c 0,2.688 0.015,5.383 0,8.067 0.006,1.645 0.149,3.14 -0.518,4.369 z"
60
+ id="path4135" />
61
+ <path
62
+ style="fill:#000000;fill-opacity:1"
63
+ d="m 28.862,26.615 c -1.017,3.481 -6.691,3.594 -8.957,1.294 -0.479,-0.541 -0.779,-0.824 -1.065,-1.449 1.205,-0.693 1.205,-0.693 2.377,-1.371 0.637,0.979 1.226,1.517 2.285,1.737 1.437,0.175 2.883,-0.318 2.559,-1.844 -0.333,-1.247 -2.942,-1.55 -4.718,-2.883 -1.803,-1.211 -2.225,-4.153 -0.744,-5.834 0.494,-0.622 1.336,-1.086 2.219,-1.309 0.306,-0.039 0.616,-0.08 0.922,-0.119 1.77,-0.036 2.877,0.431 3.689,1.339 0.226,0.229 0.41,0.476 0.756,1.012 -0.943,0.601 -0.94,0.595 -2.291,1.47 -0.289,-0.622 -0.767,-1.012 -1.273,-1.181 -0.785,-0.238 -1.776,0.021 -1.981,0.851 -0.071,0.256 -0.056,0.494 0.057,0.916 0.318,0.726 1.386,1.041 2.344,1.481 2.758,1.119 3.689,2.317 3.918,3.745 0.22,1.229 -0.054,2.026 -0.095,2.145 z"
64
+ id="path4" />
65
+ </svg>
@@ -0,0 +1,255 @@
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="32"
13
+ height="32"
14
+ id="svg7473"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="mongodb.svg">
19
+ <defs
20
+ id="defs7475">
21
+ <inkscape:path-effect
22
+ effect="spiro"
23
+ id="path-effect8184"
24
+ is_visible="true" />
25
+ <inkscape:path-effect
26
+ effect="spiro"
27
+ id="path-effect8159"
28
+ is_visible="true" />
29
+ <inkscape:path-effect
30
+ effect="spiro"
31
+ id="path-effect7524"
32
+ is_visible="true" />
33
+ <clipPath
34
+ clipPathUnits="userSpaceOnUse"
35
+ id="clipPath18">
36
+ <path
37
+ d="m 1006.58,104.609 -109.291,36.192 c 0,0 13.93,553.125 -185.551,591.844 -131.55,152.429 20.235,6510.805 498.132,21.804 0,0 -163.58,-82.144 -194.53,-221.609 -30.953,-139.551 -8.76,-428.231 -8.76,-428.231 z"
38
+ id="path20" />
39
+ </clipPath>
40
+ <linearGradient
41
+ x1="0"
42
+ y1="0"
43
+ x2="1"
44
+ y2="0"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(1256.2567,-423.84291,-382.33557,-1127.3918,283.65375,2101.0885)"
47
+ spreadMethod="pad"
48
+ id="linearGradient22">
49
+ <stop
50
+ style="stop-opacity:1;stop-color:#929669"
51
+ offset="0"
52
+ id="stop24" />
53
+ <stop
54
+ style="stop-opacity:1;stop-color:#929669"
55
+ offset="0.230769"
56
+ id="stop26" />
57
+ <stop
58
+ style="stop-opacity:1;stop-color:#929669"
59
+ offset="0.84545184"
60
+ id="stop28" />
61
+ <stop
62
+ style="stop-opacity:1;stop-color:#fcfbf0"
63
+ offset="1"
64
+ id="stop30" />
65
+ </linearGradient>
66
+ <clipPath
67
+ clipPathUnits="userSpaceOnUse"
68
+ id="clipPath38">
69
+ <path
70
+ d="m 1065.49,638.75 c 0,0 949.66,625.47 727.17,1924.45 -214.26,943.73 -720.11,1253.96 -774.48,1372.41 -59.832,83.82 -120.106,232.37 -120.106,232.37 L 938.465,1538.5 c 0,0 -83.563,-802.898 127.025,-899.75 z"
71
+ id="path40" />
72
+ </clipPath>
73
+ <linearGradient
74
+ x1="0"
75
+ y1="0"
76
+ x2="1"
77
+ y2="0"
78
+ gradientUnits="userSpaceOnUse"
79
+ gradientTransform="matrix(879.70902,-3415.0356,-3674.4423,-589.11534,743.88687,4143.2629)"
80
+ spreadMethod="pad"
81
+ id="linearGradient42">
82
+ <stop
83
+ style="stop-opacity:1;stop-color:#45aa3a"
84
+ offset="0"
85
+ id="stop44" />
86
+ <stop
87
+ style="stop-opacity:1;stop-color:#3c9439"
88
+ offset="1"
89
+ id="stop46" />
90
+ </linearGradient>
91
+ <clipPath
92
+ clipPathUnits="userSpaceOnUse"
93
+ id="clipPath54">
94
+ <path
95
+ d="m 0,0 0,4179 14669,0 L 14669,0 0,0 Z"
96
+ id="path56" />
97
+ </clipPath>
98
+ <clipPath
99
+ clipPathUnits="userSpaceOnUse"
100
+ id="clipPath60">
101
+ <path
102
+ d="m 841.688,603.805 c 0,0 -890.8169,607.695 -839.55909,1679.925 C 53.3906,3355.98 682.566,3883.18 805.105,3978.82 c 79.219,84.48 82.497,117.02 88.625,200.32 C 949.258,4059.88 940.035,2397.5 945.914,2203.21 968.75,1446.85 904.027,746.574 841.688,603.805 Z"
103
+ id="path62" />
104
+ </clipPath>
105
+ <linearGradient
106
+ x1="0"
107
+ y1="0"
108
+ x2="1"
109
+ y2="0"
110
+ gradientUnits="userSpaceOnUse"
111
+ gradientTransform="matrix(1539.6853,349.83117,481.12314,-1437.5996,-91.497896,2173.5321)"
112
+ spreadMethod="pad"
113
+ id="linearGradient64">
114
+ <stop
115
+ style="stop-opacity:1;stop-color:#40a73b"
116
+ offset="0"
117
+ id="stop66" />
118
+ <stop
119
+ style="stop-opacity:1;stop-color:#40a73b"
120
+ offset="0.2336695"
121
+ id="stop68" />
122
+ <stop
123
+ style="stop-opacity:1;stop-color:#5ebc45"
124
+ offset="1"
125
+ id="stop70" />
126
+ </linearGradient>
127
+ <clipPath
128
+ clipPathUnits="userSpaceOnUse"
129
+ id="clipPath78">
130
+ <path
131
+ d="m 0,0 14668.5,0 0,4179 L 0,4179 0,0 Z"
132
+ id="path80" />
133
+ </clipPath>
134
+ </defs>
135
+ <sodipodi:namedview
136
+ id="base"
137
+ pagecolor="#ffffff"
138
+ bordercolor="#666666"
139
+ borderopacity="1.0"
140
+ inkscape:pageopacity="0.0"
141
+ inkscape:pageshadow="2"
142
+ inkscape:zoom="11.313709"
143
+ inkscape:cx="24.666548"
144
+ inkscape:cy="29.033751"
145
+ inkscape:current-layer="layer1"
146
+ showgrid="true"
147
+ inkscape:grid-bbox="true"
148
+ inkscape:document-units="px"
149
+ inkscape:window-width="1920"
150
+ inkscape:window-height="1027"
151
+ inkscape:window-x="0"
152
+ inkscape:window-y="0"
153
+ inkscape:window-maximized="1" />
154
+ <metadata
155
+ id="metadata7478">
156
+ <rdf:RDF>
157
+ <cc:Work
158
+ rdf:about="">
159
+ <dc:format>image/svg+xml</dc:format>
160
+ <dc:type
161
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
162
+ <dc:title />
163
+ </cc:Work>
164
+ </rdf:RDF>
165
+ </metadata>
166
+ <g
167
+ id="layer1"
168
+ inkscape:label="Layer 1"
169
+ inkscape:groupmode="layer">
170
+ <g
171
+ id="g4281"
172
+ transform="matrix(0.25666226,0,0,0.25666226,-0.42643067,-0.42625631)">
173
+ <path
174
+ id="path4243"
175
+ d="m 88.038,42.812 c 1.605,4.643 2.761,9.383 3.141,14.296 0.472,6.095 0.256,12.147 -1.029,18.142 -0.035,0.165 -0.109,0.32 -0.164,0.48 -0.403,10e-4 -0.814,-0.049 -1.208,0.012 -3.329,0.523 -6.655,1.065 -9.981,1.604 -3.438,0.557 -6.881,1.092 -10.313,1.687 -1.216,0.21 -2.721,-0.041 -3.212,1.641 -0.014,0.046 -0.154,0.054 -0.235,0.08 L 65.203,70.703 C 65.146,62.619 65.09,54.535 65.034,46.451 l 1.602,-0.275 c 2.62,-0.429 5.24,-0.864 7.862,-1.281 3.129,-0.497 6.261,-0.98 9.392,-1.465 1.381,-0.215 2.764,-0.412 4.148,-0.618 z"
176
+ inkscape:connector-curvature="0"
177
+ style="clip-rule:evenodd;fill:#439934;fill-rule:evenodd" />
178
+ <path
179
+ id="path4245"
180
+ d="m 61.729,110.054 c -1.69,-1.453 -3.439,-2.842 -5.059,-4.37 C 47.953,97.462 41.577,87.785 38.437,76.118 37.572,72.907 36.995,69.644 36.81,66.326 36.68,64.004 36.492,61.661 36.656,59.351 37.093,53.207 37.981,47.122 39.783,41.204 l 0.099,-0.138 c 0.175,0.233 0.427,0.439 0.516,0.702 1.759,5.18 3.505,10.364 5.242,15.551 5.458,16.3 10.909,32.604 16.376,48.9 0.107,0.318 0.384,0.579 0.583,0.866 l -0.87,2.969 z"
181
+ inkscape:connector-curvature="0"
182
+ style="clip-rule:evenodd;fill:#45a538;fill-rule:evenodd" />
183
+ <path
184
+ id="path4247"
185
+ d="m 88.038,42.812 c -1.384,0.206 -2.768,0.403 -4.149,0.616 -3.131,0.485 -6.263,0.968 -9.392,1.465 -2.622,0.417 -5.242,0.852 -7.862,1.281 l -1.602,0.275 -0.012,-1.045 C 64.968,44.545 64.877,43.687 64.867,42.828 64.798,37.35 64.755,31.872 64.687,26.394 64.645,22.965 64.582,19.537 64.512,16.109 64.469,13.979 64.423,11.848 64.327,9.721 64.275,8.578 64.091,7.441 64.016,6.298 63.974,5.641 64.032,4.979 64.045,4.319 c 0.817,1.583 1.616,3.178 2.456,4.749 1.327,2.484 3.441,4.314 5.344,6.311 7.523,7.892 12.864,17.068 16.193,27.433 z"
186
+ inkscape:connector-curvature="0"
187
+ style="clip-rule:evenodd;fill:#46a037;fill-rule:evenodd" />
188
+ <path
189
+ id="path4249"
190
+ d="m 65.036,80.753 c 0.081,-0.026 0.222,-0.034 0.235,-0.08 0.491,-1.682 1.996,-1.431 3.212,-1.641 3.432,-0.594 6.875,-1.13 10.313,-1.687 3.326,-0.539 6.652,-1.081 9.981,-1.604 0.394,-0.062 0.805,-0.011 1.208,-0.012 -0.622,2.22 -1.112,4.488 -1.901,6.647 -0.896,2.449 -1.98,4.839 -3.131,7.182 -1.72,3.503 -3.863,6.77 -6.353,9.763 -1.919,2.308 -4.058,4.441 -6.202,6.548 -1.185,1.165 -2.582,2.114 -3.882,3.161 l -0.337,-0.23 -1.214,-1.038 -1.256,-2.753 c -0.865,-3.223 -1.319,-6.504 -1.394,-9.838 l 0.023,-0.561 0.171,-2.426 c 0.057,-0.828 0.133,-1.655 0.168,-2.485 0.129,-2.982 0.241,-5.964 0.359,-8.946 z"
191
+ inkscape:connector-curvature="0"
192
+ style="clip-rule:evenodd;fill:#409433;fill-rule:evenodd" />
193
+ <path
194
+ id="path4251"
195
+ d="m 65.036,80.753 c -0.118,2.982 -0.23,5.964 -0.357,8.947 -0.035,0.83 -0.111,1.657 -0.168,2.485 l -0.765,0.289 C 62.047,87.472 60.347,82.523 58.684,77.561 55.934,69.352 53.217,61.13 50.471,52.919 48.254,46.291 46.019,39.67 43.771,33.052 43.666,32.742 43.364,32.5 43.154,32.226 l 4.896,-9.002 c 0.168,0.292 0.39,0.565 0.496,0.879 2.265,6.703 4.526,13.407 6.768,20.118 2.916,8.73 5.814,17.467 8.728,26.198 0.116,0.349 0.308,0.671 0.491,1.062 l 0.67,-0.78 c -0.056,3.351 -0.112,6.701 -0.167,10.052 z"
196
+ inkscape:connector-curvature="0"
197
+ style="clip-rule:evenodd;fill:#4faa41;fill-rule:evenodd" />
198
+ <path
199
+ id="path4253"
200
+ d="m 43.155,32.227 c 0.21,0.274 0.511,0.516 0.617,0.826 2.248,6.618 4.483,13.239 6.7,19.867 2.746,8.211 5.463,16.433 8.213,24.642 1.662,4.961 3.362,9.911 5.062,14.913 l 0.765,-0.289 -0.171,2.426 -0.155,0.559 c -0.266,2.656 -0.49,5.318 -0.814,7.968 -0.163,1.328 -0.509,2.632 -0.772,3.947 -0.198,-0.287 -0.476,-0.548 -0.583,-0.866 C 56.55,89.923 51.099,73.62 45.641,57.32 43.904,52.133 42.158,46.949 40.399,41.769 40.31,41.506 40.059,41.3 39.883,41.067 c 1.09,-2.947 2.181,-5.894 3.272,-8.84 z"
201
+ inkscape:connector-curvature="0"
202
+ style="clip-rule:evenodd;fill:#4aa73c;fill-rule:evenodd" />
203
+ <path
204
+ id="path4255"
205
+ d="m 65.202,70.702 -0.67,0.78 C 64.349,71.091 64.157,70.768 64.041,70.42 61.128,61.689 58.229,52.952 55.313,44.222 53.071,37.511 50.81,30.807 48.545,24.104 48.44,23.79 48.218,23.516 48.049,23.225 l 6.055,-7.965 c 0.191,0.255 0.463,0.482 0.562,0.769 1.681,4.921 3.347,9.848 5.003,14.778 1.547,4.604 3.071,9.215 4.636,13.813 0.105,0.308 0.47,0.526 0.714,0.786 l 0.012,1.045 c 0.058,8.082 0.115,16.167 0.171,24.251 z"
206
+ inkscape:connector-curvature="0"
207
+ style="clip-rule:evenodd;fill:#57ae47;fill-rule:evenodd" />
208
+ <path
209
+ id="path4257"
210
+ d="M 65.021,45.404 C 64.777,45.144 64.412,44.926 64.307,44.618 62.742,40.02 61.218,35.409 59.671,30.805 58.015,25.875 56.349,20.949 54.668,16.027 54.569,15.74 54.297,15.513 54.106,15.258 56.075,13.33 57.983,11.333 60.031,9.494 61.852,7.86 63.316,6.108 63.383,3.526 63.386,3.419 63.442,3.312 63.528,3.012 l 0.519,1.306 c -0.013,0.661 -0.072,1.322 -0.029,1.979 0.075,1.143 0.259,2.28 0.311,3.423 0.096,2.127 0.142,4.258 0.185,6.388 0.069,3.428 0.132,6.856 0.175,10.285 0.067,5.478 0.111,10.956 0.18,16.434 0.008,0.861 0.098,1.718 0.152,2.577 z"
211
+ inkscape:connector-curvature="0"
212
+ style="clip-rule:evenodd;fill:#60b24f;fill-rule:evenodd" />
213
+ <path
214
+ id="path4259"
215
+ d="m 62.598,107.085 c 0.263,-1.315 0.609,-2.62 0.772,-3.947 0.325,-2.649 0.548,-5.312 0.814,-7.968 l 0.066,-0.01 0.066,0.011 c 0.075,3.334 0.529,6.615 1.394,9.838 -0.176,0.232 -0.425,0.439 -0.518,0.701 -0.727,2.05 -1.412,4.116 -2.143,6.166 -0.1,0.28 -0.378,0.498 -0.574,0.744 l -0.747,-2.566 0.87,-2.969 z"
216
+ inkscape:connector-curvature="0"
217
+ style="clip-rule:evenodd;fill:#a9aa88;fill-rule:evenodd" />
218
+ <path
219
+ id="path4261"
220
+ d="m 62.476,112.621 c 0.196,-0.246 0.475,-0.464 0.574,-0.744 0.731,-2.05 1.417,-4.115 2.143,-6.166 0.093,-0.262 0.341,-0.469 0.518,-0.701 l 1.255,2.754 c -0.248,0.352 -0.59,0.669 -0.728,1.061 l -2.404,7.059 c -0.099,0.283 -0.437,0.483 -0.663,0.722 l -0.695,-3.985 z"
221
+ inkscape:connector-curvature="0"
222
+ style="clip-rule:evenodd;fill:#b6b598;fill-rule:evenodd" />
223
+ <path
224
+ id="path4263"
225
+ d="m 63.171,116.605 c 0.227,-0.238 0.564,-0.439 0.663,-0.722 l 2.404,-7.059 c 0.137,-0.391 0.48,-0.709 0.728,-1.061 l 1.215,1.037 c -0.587,0.58 -0.913,1.25 -0.717,2.097 l -0.369,1.208 c -0.168,0.207 -0.411,0.387 -0.494,0.624 -0.839,2.403 -1.64,4.819 -2.485,7.222 -0.107,0.305 -0.404,0.544 -0.614,0.812 -0.109,-1.387 -0.22,-2.771 -0.331,-4.158 z"
226
+ inkscape:connector-curvature="0"
227
+ style="clip-rule:evenodd;fill:#c2c1a7;fill-rule:evenodd" />
228
+ <path
229
+ id="path4265"
230
+ d="m 63.503,120.763 c 0.209,-0.269 0.506,-0.508 0.614,-0.812 0.845,-2.402 1.646,-4.818 2.485,-7.222 0.083,-0.236 0.325,-0.417 0.494,-0.624 l -0.509,5.545 c -0.136,0.157 -0.333,0.294 -0.398,0.477 -0.575,1.614 -1.117,3.24 -1.694,4.854 -0.119,0.333 -0.347,0.627 -0.525,0.938 -0.158,-0.207 -0.441,-0.407 -0.454,-0.623 -0.051,-0.841 -0.016,-1.688 -0.013,-2.533 z"
231
+ inkscape:connector-curvature="0"
232
+ style="clip-rule:evenodd;fill:#cecdb7;fill-rule:evenodd" />
233
+ <path
234
+ id="path4267"
235
+ d="m 63.969,123.919 c 0.178,-0.312 0.406,-0.606 0.525,-0.938 0.578,-1.613 1.119,-3.239 1.694,-4.854 0.065,-0.183 0.263,-0.319 0.398,-0.477 l 0.012,3.64 -1.218,3.124 -1.411,-0.495 z"
236
+ inkscape:connector-curvature="0"
237
+ style="clip-rule:evenodd;fill:#dbdac7;fill-rule:evenodd" />
238
+ <path
239
+ id="path4269"
240
+ d="m 65.38,124.415 1.218,-3.124 0.251,3.696 -1.469,-0.572 z"
241
+ inkscape:connector-curvature="0"
242
+ style="clip-rule:evenodd;fill:#ebe9dc;fill-rule:evenodd" />
243
+ <path
244
+ id="path4271"
245
+ d="m 67.464,110.898 c -0.196,-0.847 0.129,-1.518 0.717,-2.097 l 0.337,0.23 -1.054,1.867 z"
246
+ inkscape:connector-curvature="0"
247
+ style="clip-rule:evenodd;fill:#cecdb7;fill-rule:evenodd" />
248
+ <path
249
+ id="path4273"
250
+ d="m 64.316,95.172 -0.066,-0.011 -0.066,0.01 0.155,-0.559 -0.023,0.56 z"
251
+ inkscape:connector-curvature="0"
252
+ style="clip-rule:evenodd;fill:#4faa41;fill-rule:evenodd" />
253
+ </g>
254
+ </g>
255
+ </svg>