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,110 @@
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="svg4152"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="qsim-color.svg">
19
+ <defs
20
+ id="defs4154" />
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.313709"
29
+ inkscape:cx="14.645519"
30
+ inkscape:cy="16.52236"
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="metadata4157">
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 />
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="g4164"
58
+ transform="translate(-0.0872139,-3.6380629)">
59
+ <path
60
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc"
61
+ style="fill:#000080;fill-opacity:1"
62
+ id="path4704-3"
63
+ d="m 18.837533,29.351061 c 0.15668,0.236147 0.35318,0.43868 0.564633,0.62605 0.20404,0.186109 0.415838,0.364547 0.667151,0.483369 0.189884,0.0757 0.394401,0.08819 0.596504,0.09286 0.09197,-0.0056 0.149984,-0.117654 0.237659,-0.158379 0.03228,-0.01501 0.16038,0.05848 0.129239,0.07572 -1.254467,0.694185 -1.676653,1.022395 -1.16591,0.635131 0.225571,-0.218452 0.428272,-0.459113 0.626957,-0.701601 0.127785,-0.156813 0.252733,-0.321329 0.333497,-0.507372 0.07814,-0.27811 0.07263,-0.571103 0.07861,-0.857505 0.0034,-0.335077 0.03341,-0.671132 -0.08565,-0.989997 -0.09649,-0.184744 -0.253612,-0.250378 -0.450801,-0.26825 -0.323587,-0.01595 -0.647866,-0.01423 -0.971773,-0.01415 -0.40328,0.01672 -0.801441,-0.05807 -1.175406,-0.204958 -0.377604,-0.160056 -0.576949,-0.491908 -0.735804,-0.849052 -0.133629,-0.316181 -0.186879,-0.651176 -0.210116,-0.990576 -0.02156,-0.294861 -0.02083,-0.583149 0.07249,-0.865462 0.369058,-0.700797 1.225901,-1.113336 2.011489,-1.175249 0.294181,-0.01923 0.589139,-0.01828 0.883795,-0.01732 0.263254,-0.02151 0.493688,0.01668 0.733868,0.122825 0.30699,0.179504 0.572424,0.417335 0.831981,0.657317 0.163505,0.148589 0.322866,0.301566 0.482249,0.454455 0.05965,0.04461 0.09653,0.09887 0.129187,0.164318 l -1.42734,0.799674 0,0 c -0.018,-0.04887 -0.05429,-0.08238 -0.09008,-0.119889 -0.14869,-0.157172 -0.298672,-0.313157 -0.454356,-0.463569 -0.246143,-0.22789 -0.497603,-0.461962 -0.807461,-0.601463 -0.229834,-0.07591 -0.461862,-0.0784 -0.702699,-0.07286 -0.287906,-0.0022 -0.577044,-0.0061 -0.863295,0.02982 -0.0512,0.0095 -0.103185,0.01595 -0.153614,0.02907 -0.04376,0.01137 -0.166706,0.06785 -0.128195,0.04425 0.419412,-0.256932 0.849857,-0.495647 1.273395,-0.745805 0.03162,-0.01869 -0.06712,0.03079 -0.09755,0.05131 -0.08913,0.06002 -0.0971,0.08573 -0.161772,0.171236 -0.122005,0.259061 -0.124981,0.522529 -0.105619,0.805095 0.0142,0.322358 0.04913,0.644638 0.168547,0.947802 0.144624,0.324049 0.327298,0.607596 0.676729,0.737239 0.364397,0.127613 0.745444,0.185231 1.132427,0.164734 0.337698,-0.003 0.678192,-0.02185 1.014198,0.01791 0.241081,0.05658 0.419731,0.190824 0.530436,0.416637 0.126211,0.338351 0.109229,0.689235 0.104759,1.045625 5.09e-4,0.296666 0.0066,0.596434 -0.03898,0.890314 -0.04792,0.219988 -0.182128,0.393811 -0.316219,0.571582 -0.213991,0.232861 -0.404614,0.487351 -0.621198,0.718687 -0.506765,0.560126 -1.238532,1.048111 -2.005287,0.99345 -0.216648,-0.01743 -0.432515,-0.05557 -0.627718,-0.155682 -0.250568,-0.142716 -0.471075,-0.326582 -0.682364,-0.521485 -0.216887,-0.198243 -0.411454,-0.416402 -0.602421,-0.639212 l 1.401775,-0.826624 z"
64
+ inkscape:connector-curvature="0" />
65
+ <path
66
+ style="fill:#000080;fill-opacity:1"
67
+ id="path4706-6"
68
+ d="m 24.437631,24.231831 c -0.0095,0.203527 -0.0045,0.407269 -0.0042,0.610907 0.0038,0.246655 -0.0061,0.493304 -0.01045,0.739898 -0.01005,0.433576 -0.0074,0.867322 -0.0029,1.300952 0.0045,0.25306 0.01405,0.506231 0.01256,0.759351 -0.0013,0.223483 5.73e-4,0.446975 -0.0025,0.670443 -0.0015,0.269467 -0.0026,0.538911 -0.0013,0.808386 -0.01911,0.289994 0.0083,0.559475 0.150437,0.815744 0.177838,0.290095 0.467212,0.436272 0.771921,0.561861 0.153003,0.05817 0.311871,0.09066 0.473781,0.110129 0,0 -1.32472,0.923417 -1.32472,0.923417 l 0,0 c -0.166074,-0.03497 -0.327656,-0.0837 -0.483074,-0.152726 -0.326439,-0.153629 -0.631674,-0.333289 -0.825899,-0.648505 -0.159429,-0.277398 -0.21981,-0.564131 -0.196863,-0.883671 0.0013,-0.269024 1.28e-4,-0.538021 -0.0013,-0.807045 -0.0032,-0.222623 -0.0012,-0.445268 -0.0025,-0.667905 -0.0015,-0.257374 0.0081,-0.514799 0.01256,-0.772115 0.0045,-0.432645 0.0073,-0.865407 -0.0029,-1.298 -0.0045,-0.243063 -0.01448,-0.486172 -0.01045,-0.729292 1.9e-4,-0.20217 0.0052,-0.404443 -0.0042,-0.606494 0,0 1.452366,-0.73534 1.452366,-0.73534 z"
69
+ inkscape:connector-curvature="0" />
70
+ <path
71
+ style="fill:#000080;fill-opacity:1"
72
+ id="path4708-7"
73
+ d="m 22.985263,23.848594 c 0.01661,-0.280251 0.01137,-0.561324 0.0095,-0.841923 -0.003,-0.153745 -0.0045,-0.307489 -0.01346,-0.461041 0.0017,0.0042 0.0037,0.0086 0.0054,0.0127 0,0 1.423232,-0.812437 1.423232,-0.812437 l 0,0 c 0.01058,0.02013 0.02109,0.04023 0.03166,0.06037 -0.0087,0.158102 -0.01045,0.316368 -0.01344,0.474649 -0.0017,0.277377 -0.0074,0.555283 0.0095,0.832294 0,0 -1.452368,0.73534 -1.452368,0.73534 z"
74
+ inkscape:connector-curvature="0" />
75
+ <path
76
+ style="fill:#000080;fill-opacity:1"
77
+ id="path4710-5"
78
+ d="m 26.563241,23.659657 c -0.02878,0.440328 -0.02558,0.881997 -0.02526,1.323031 0.0042,0.404888 0.0065,0.809793 0.01177,1.214675 0.0015,0.28783 0.0056,0.575714 0.0037,0.863557 -0.0048,0.290702 0.0016,0.581419 -1.27e-4,0.872131 0.0026,0.268933 -0.0025,0.537911 0.0024,0.806812 -3.17e-4,0.15853 0.0083,0.316975 0.0087,0.475464 5.09e-4,0.04483 0.0022,0.08966 0.0045,0.134426 0,0 -1.464091,0.741277 -1.464091,0.741277 l 0,0 c 0.0024,-0.0463 0.004,-0.09266 0.0045,-0.139039 6.36e-4,-0.16149 0.0093,-0.322942 0.0087,-0.484467 0.0045,-0.269708 -2.53e-4,-0.539485 0.0024,-0.809221 -0.0017,-0.290667 0.0046,-0.581342 -1.27e-4,-0.872002 -0.0019,-0.289062 0.0021,-0.578171 0.0037,-0.867221 0.0054,-0.408866 0.0075,-0.817758 0.01177,-1.226631 3.19e-4,-0.432491 0.0041,-0.865711 -0.02526,-1.297449 0,0 1.452368,-0.735343 1.452368,-0.735343 z"
79
+ inkscape:connector-curvature="0" />
80
+ <path
81
+ sodipodi:nodetypes="cccscccccccccccccccccccccccccccccccccccccccccccccc"
82
+ style="fill:#000080;fill-opacity:1"
83
+ id="path4712-3"
84
+ d="m 26.526919,24.521987 c 0.227071,-0.09005 0.42979,-0.227523 0.657787,-0.315604 0.02594,-0.01709 0.104892,-0.06662 0.07783,-0.05131 -0.442917,0.251014 -1.761835,1.02082 -1.325627,0.758461 0.478597,-0.287857 0.967578,-0.55832 1.452825,-0.834965 0.05941,-0.03384 0.10579,-0.02694 0.157893,-0.073 0.137782,-0.06248 0.296407,-0.06863 0.445907,-0.07738 0.129821,-0.0081 0.260086,-0.0082 0.390126,-0.0067 0.09502,0.0017 0.190062,-0.0016 0.285067,-6.43e-4 0.05423,-9.17e-4 0.108396,-0.0011 0.162613,-9.17e-4 0.05465,5.73e-4 0.109295,6.5e-4 0.163957,-7.26e-4 0.03892,3.19e-4 0.07789,5.73e-4 0.116847,-3.18e-4 0.146643,0.178619 0.152622,0.404185 0.166688,0.624288 0.01635,0.288533 0.02263,0.577483 0.02615,0.866409 0.0037,0.201141 0.0045,0.402256 0.0036,0.60343 1.27e-4,0.160065 8.53e-4,0.320185 0.004,0.480226 -0.0017,0.12916 6.86e-4,0.258319 0,0.38748 -0.0013,0.138378 -4.45e-4,0.27677 -9.22e-4,0.415156 9.22e-4,0.151482 -0.0026,0.302994 -8.16e-4,0.454471 -0.0019,0.145747 0.0016,0.291472 0.0013,0.43721 0.0019,0.07693 0.0042,0.153753 0.0046,0.230689 0.0026,0.04519 3.17e-4,0.09028 9.16e-4,0.13548 0.0024,0.02993 -0.01204,0.963325 1.1e-5,1.587075 l -1.463497,0.663525 0,-0.40017 c 0.01204,-0.907733 -0.0024,-1.079506 1.2e-5,-1.109453 6.36e-4,-0.04555 -0.0017,-0.09093 9.16e-4,-0.136428 4.46e-4,-0.07852 0.0029,-0.156941 0.0046,-0.235495 -2.55e-4,-0.146196 0.0032,-0.292381 0.0013,-0.438585 0.0017,-0.151201 -0.0019,-0.302439 -8.21e-4,-0.453643 -5.09e-4,-0.138046 3.19e-4,-0.276092 -9.17e-4,-0.414129 -6.94e-4,-0.129187 0.0017,-0.258362 2.7e-5,-0.387548 0.0033,-0.161594 0.0041,-0.323257 0.0045,-0.484877 -3.18e-4,-0.202268 0.0017,-0.404466 0.0046,-0.6067 0.0012,-0.286468 0.0033,-0.573259 -0.01476,-0.859313 -0.01045,-0.114876 -0.01668,-0.232419 -0.04686,-0.344476 -0.01522,-0.05655 -0.03554,-0.08653 -0.03747,-0.08579 -0.01058,0.004 0.0075,0.02137 0.01124,0.03203 -0.03866,-9.17e-4 -0.07726,-6.36e-4 -0.115882,-3.19e-4 -0.05401,-0.0015 -0.108026,-0.0012 -0.162053,-7.25e-4 -0.05338,1.27e-4 -0.106677,-1.28e-4 -0.160057,-0.0015 -0.09319,3.82e-4 -0.186376,-0.0038 -0.279586,-0.0025 -0.125536,0.0015 -0.251252,0.0021 -0.376184,0.01625 -0.145837,0.02037 -0.287227,0.04859 -0.411323,0.132829 -0.07503,0.02191 -0.03953,0.0066 -0.105102,0.044 -0.01626,0.0093 -0.06498,0.03697 -0.04878,0.02764 2.760343,-1.59297 0.722555,-0.402536 -0.206718,0.109242 -0.222196,0.107867 -0.440731,0.223065 -0.663111,0.330573 l 1.274497,-1.013036 z"
85
+ inkscape:connector-curvature="0" />
86
+ <path
87
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
88
+ style="fill:#000080;fill-opacity:1"
89
+ id="path4714-5"
90
+ d="m 29.397448,24.33008 c 0.162845,-0.06606 0.440452,-0.199061 0.620822,-0.26467 0.930231,0.393746 -1.106806,0.650189 -1.404444,0.811225 -0.01151,0.0063 0.02306,-0.0127 0.03449,-0.01918 0.45096,-0.170246 1.130452,-0.767142 1.509761,-0.836795 0.0937,-0.02345 0.180757,-0.04036 0.262744,-0.05859 0.143182,-0.0347 0.293303,-0.03445 0.440084,-0.03761 0.1235,-0.0038 0.247084,-0.0021 0.370623,-0.0038 0.05802,-0.0017 0.116014,-4.46e-4 0.174043,-0.0015 0.04165,1.91e-4 0.08332,4.46e-4 0.124981,-5.72e-4 0.09652,0.116238 0.126541,0.264762 0.184702,0.400349 0.07262,0.171199 0.09726,0.35619 0.11403,0.539732 0.01137,0.166797 0.0098,0.333987 0.01217,0.501019 -0.0017,0.164106 -0.002,0.328183 -0.002,0.492288 0.0026,0.122786 8.14e-4,0.245605 0.0045,0.368372 6.36e-4,0.09671 -0.0012,0.193417 -3.82e-4,0.290125 -9.23e-4,0.07558 0.0037,0.151311 0.002,0.226885 0.0015,0.07322 -0.0013,0.146384 -0.0012,0.219601 -9.16e-4,0.104045 -0.0024,0.208123 -0.0013,0.312175 -0.0029,0.124663 -6.76e-4,0.249333 -0.0015,0.374005 -0.0033,0.122072 0.002,0.244163 0.0013,0.366219 3.82e-4,0.1014 9.23e-4,0.202846 -3.83e-4,0.304254 -2.55e-4,0.08673 -1.26e-4,0.173378 0.0038,0.260034 5.1e-4,0.04151 -1.91e-4,0.08304 0.0015,0.12461 -0.0015,0.05007 -0.0017,0.100196 -0.002,0.150276 l 3.82e-4,1.988926 -1.462451,0.685705 1.27e-4,-0.01613 2.3e-5,-1.918315 c -1.92e-4,-0.04944 -4.46e-4,-0.09889 -0.002,-0.148305 0.0015,-0.04206 9.17e-4,-0.08406 0.0015,-0.126066 0.0038,-0.08798 0.0041,-0.175944 0.0038,-0.263986 -0.0013,-0.101293 -7.26e-4,-0.202607 -3.82e-4,-0.303896 -5.09e-4,-0.122534 0.0045,-0.245096 0.0013,-0.36765 -7.63e-4,-0.124187 0.0015,-0.248373 -0.0015,-0.372548 0.0012,-0.103635 -1.92e-4,-0.207307 -0.0012,-0.310941 1.92e-4,-0.07282 -0.0026,-0.145598 -0.0013,-0.218419 -0.0017,-0.07625 0.0032,-0.152621 0.002,-0.22889 8.48e-4,-0.09658 -9.17e-4,-0.193181 -3.81e-4,-0.289772 0.0037,-0.124399 0.002,-0.248861 0.0046,-0.373279 3.82e-4,-0.163799 8.91e-4,-0.327579 1.27e-4,-0.491384 0.0029,-0.163749 0.0026,-0.32772 -0.0038,-0.491372 -0.0098,-0.167368 -0.02318,-0.336641 -0.08919,-0.49311 -0.02284,-0.0536 -0.04782,-0.10632 -0.06928,-0.160494 -0.01578,-0.03986 -0.07195,-0.155534 -0.05715,-0.1153 0.0062,0.01681 0.01857,0.03071 0.02784,0.04604 -0.0413,-0.0011 -0.08258,-7.45e-4 -0.12387,-7.64e-4 -0.05596,-0.0015 -0.111914,-5.1e-4 -0.167847,-0.0026 -0.11969,-0.0021 -0.239405,-3.82e-4 -0.359013,0.0045 -0.142168,0.0093 -0.284048,0.02172 -0.418564,0.07246 -0.09976,0.03921 -0.175732,0.02842 -0.269061,0.06676 -0.467348,0.232411 -1.543838,0.872506 1.310673,-0.756394 0.01309,-0.0074 -0.02234,0.02067 -0.03544,0.02828 -1.416548,0.820745 -0.933395,0.61641 -1.509806,0.856312 -0.176462,0.05409 -0.347166,0.125246 -0.526936,0.168322 l 1.297563,-0.985943 z"
91
+ inkscape:connector-curvature="0" />
92
+ <g
93
+ id="g4764-6"
94
+ transform="matrix(1.4723671,0,0,1.4723671,-26.406019,9.1144642)"
95
+ style="fill:#c51230;fill-opacity:1">
96
+ <path
97
+ id="path4757-2"
98
+ d="M 23.875,-0.9375 A 5.71875,6.515625 0 0 0 18.15625,5.578125 5.71875,6.515625 0 0 0 23.875,12.09375 5.71875,6.515625 0 0 0 29.59375,5.578125 5.71875,6.515625 0 0 0 23.875,-0.9375 Z m 0,0.18164062 A 3.7395344,6.3332844 0 0 1 27.615234,5.578125 3.7395344,6.3332844 0 0 1 23.875,11.912109 3.7395344,6.3332844 0 0 1 20.134766,5.578125 3.7395344,6.3332844 0 0 1 23.875,-0.75585938 Z"
99
+ style="fill:#c51230;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
100
+ inkscape:connector-curvature="0" />
101
+ <path
102
+ sodipodi:nodetypes="cssaaaaassaaaaaaaaaaaaac"
103
+ inkscape:connector-curvature="0"
104
+ id="path4762-9"
105
+ d="m 29.182022,10.022584 c 0,0 -0.06099,3.440033 -1.513651,3.469243 -1.915109,0.03851 -1.387884,-2.107886 -1.778815,-3.292466 C 25.732702,9.724071 25.629543,9.300449 25.303983,8.99507 24.935361,8.6493 24.405902,8.402414 23.900818,8.420545 c -0.505312,0.01814 -1.034891,0.285835 -1.358971,0.673961 -0.238313,0.285409 -0.313981,0.699916 -0.309359,1.071709 0.0046,0.366873 0.127207,0.744819 0.331456,1.049612 0.227062,0.338838 0.65626,0.631907 0.939126,0.784446 0.06434,0.0347 0.220971,-0.191508 0.165728,-0.143631 -0.165728,0.143631 -0.760263,-0.511025 -1.005417,-0.883883 -0.157402,-0.239395 -0.261027,-0.531116 -0.265165,-0.817592 -0.0045,-0.31463 0.06125,-0.666336 0.265165,-0.905981 0.293573,-0.345005 0.774322,-0.614735 1.226388,-0.585573 0.223252,0.0144 0.436511,0.180405 0.563476,0.364602 0.250064,0.362786 0.238462,0.85368 0.276213,1.29268 0.04863,0.565502 -0.09738,1.134739 -0.06629,1.701476 0.02999,0.546586 0.04135,1.11525 0.243068,1.624135 0.123857,0.312456 0.307176,0.624941 0.574525,0.828641 0.583683,0.444724 1.357304,0.871757 2.077126,0.729204 0.450327,-0.08918 0.772327,-0.535418 1.027514,-0.917029 0.303656,-0.454093 0.417072,-1.01486 0.541379,-1.546796 0.10977,-0.469727 0.170044,-0.953975 0.176777,-1.436311 0.006,-0.429085 -0.121534,-1.281631 -0.121534,-1.281631 z"
106
+ style="fill:#c51230;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
107
+ </g>
108
+ </g>
109
+ </g>
110
+ </svg>
@@ -0,0 +1,105 @@
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="svg42"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="ruby-color.svg">
19
+ <metadata
20
+ id="metadata50">
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="defs48" />
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="namedview46"
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="svg42" />
53
+ <path
54
+ style="fill:#990e16;fill-opacity:1"
55
+ d="m 8.9391216,27.921011 c 6.9183914,0.943973 13.7132204,1.872363 20.6427444,2.818563 -2.361047,-3.930627 -4.66087,-7.761067 -6.979617,-11.622676 -4.542873,2.927654 -9.043445,5.827479 -13.6620143,8.804113 z"
56
+ id="path4157" />
57
+ <path
58
+ style="fill:#990e16;fill-opacity:1"
59
+ d="m 31.53549,6.1639766 c -0.61002,0.9161442 -1.221154,1.8311753 -1.830061,2.7473194 -2.091659,3.14695 -4.183318,6.2939 -6.272749,9.441963 -0.116885,0.175882 -0.267164,0.315029 -0.103526,0.584417 2.019302,3.333964 4.021906,6.677947 6.030077,10.018589 0.317255,0.527646 0.636736,1.053065 1.047499,1.55956 0.405196,-8.108377 0.811506,-16.216754 1.217815,-24.3251322 -0.03006,-0.0089 -0.06011,-0.017811 -0.08905,-0.025603 z"
60
+ id="path4155" />
61
+ <path
62
+ style="fill:#ec1622;fill-opacity:1"
63
+ d="m 3.9732414,16.558819 c 0.09462,0.09017 0.3295002,0.141373 0.4397047,0.08794 1.936927,-0.951765 3.886099,-1.882381 5.7796119,-2.913182 0.617813,-0.336179 1.09314,-0.937295 1.625238,-1.425979 1.762158,-1.616333 3.52209,-3.2360046 5.280909,-4.8556763 0.107978,-0.099072 0.23488,-0.1959191 0.299444,-0.3205948 0.632285,-1.2345128 1.252324,-2.4757045 1.89574,-3.7525179 -0.766978,-0.2883127 -1.49277,-0.5699463 -2.22858,-0.8259769 -0.09907,-0.034509 -0.257143,0.034508 -0.365121,0.09462 C 14.997028,3.5981048 13.262699,4.4986645 11.614084,5.536145 10.789221,6.0548853 10.116862,6.8207506 9.386619,7.4864302 8.2088778,8.5606455 7.0333635,9.6381998 5.8734336,10.73134 c -0.3083499,0.290539 -0.5888703,0.621152 -0.8282033,0.97069 -0.7936948,1.155476 -1.5628998,2.327652 -2.3677264,3.532108 0.4497233,0.466422 0.8593723,0.911693 1.2968506,1.325793 z"
64
+ id="path4153" />
65
+ <path
66
+ style="fill:#930f17;fill-opacity:1"
67
+ d="M 11.050817,14.980335 C 10.08792,19.050107 9.1294743,23.097617 8.1398609,27.277595 12.77958,24.287603 17.313548,21.366628 21.816347,18.46569 18.233032,17.30576 14.660849,16.14917 11.050817,14.981448 Z"
68
+ id="path4151" />
69
+ <path
70
+ style="fill:#930f17;fill-opacity:1"
71
+ d="m 30.352184,6.2029377 c -3.920607,0.6545478 -7.747708,1.2946242 -11.623789,1.9413798 1.320227,3.2115135 2.613739,6.3584645 3.945098,9.5955805 2.574777,-3.868288 5.098348,-7.658653 7.679805,-11.5369603 z"
72
+ id="path4149" />
73
+ <path
74
+ style="fill:#ec1622;fill-opacity:1"
75
+ d="m 11.212228,14.147678 c 3.530996,1.146572 6.990748,2.269767 10.5518,3.425245 -1.322454,-3.221533 -2.599267,-6.330636 -3.902797,-9.5043015 -2.220787,2.0304345 -4.407066,4.0296995 -6.649003,6.0790565 z"
76
+ id="path4147" />
77
+ <path
78
+ style="fill:#990e16;fill-opacity:1"
79
+ d="M 4.1190675,18.932111 C 2.866744,21.925442 1.6578343,24.816362 0.42666123,27.7596 2.7932743,27.68947 5.087531,27.621567 7.4597101,27.551436 6.3454204,24.677214 5.2533943,21.858652 4.1190675,18.930997 Z"
80
+ id="path4145" />
81
+ <path
82
+ style="fill:#f36662;fill-opacity:1"
83
+ d="m 7.5420851,25.505418 c 0.028943,-0.0056 0.057885,-0.01336 0.087941,-0.01893 0.8437877,-3.510959 1.7009337,-6.998541 2.5636459,-10.647533 -1.9235695,0.999632 -3.7580843,1.952511 -5.642692,2.933219 0.9617844,2.500195 1.9870199,5.13731 2.9922183,7.733238 z"
84
+ id="path4143" />
85
+ <path
86
+ style="fill:#ec1622;fill-opacity:1"
87
+ d="M 28.932885,5.6341045 C 27.809689,5.3368864 26.686494,5.0385551 25.563299,4.7424502 23.94808,4.3183299 22.331748,3.8986625 20.717642,3.4700894 20.516157,3.416657 20.37033,3.3810358 20.251221,3.624821 c -0.569946,1.1688352 -1.158816,2.3287652 -1.737669,3.4931477 -0.01781,0.035621 -0.01448,0.082375 -0.02783,0.1725424 3.497601,-0.529872 6.971824,-1.0564044 10.444935,-1.5829369 0.0012,-0.02449 0.0012,-0.04898 0.0022,-0.073469 z"
88
+ id="path4141" />
89
+ <path
90
+ style="fill:#990e16;fill-opacity:1"
91
+ d="m 22.417462,2.9758391 c 3.015596,0.8348823 6.032304,1.6686515 9.153651,2.5324765 -0.52542,-1.4961092 -1.011878,-2.8831271 -1.512807,-4.3102193 -2.563645,0.5688332 -5.09501,1.1298741 -7.627486,1.690915 -0.0045,0.028943 -0.0089,0.056773 -0.01335,0.085715 z"
92
+ id="path4139" />
93
+ <path
94
+ style="fill:#930f17;fill-opacity:1"
95
+ d="m 8.3190823,28.595595 c -1.1343268,-0.130241 -2.2975962,-0.01006 -3.4475076,0.0089 -0.9450867,0.0167 -1.8890604,0.05232 -2.8330341,0.08126 -0.09796,0.0034 -0.1948059,0.02227 -0.2916522,0.126903 7.808933,0.722451 15.6178666,1.44379 23.4256856,2.166241 0.0056,-0.03451 0.01005,-0.07013 0.01558,-0.104636 C 22.684621,30.532517 20.1822,30.190772 17.678666,29.849028 14.559545,29.422681 11.445991,28.955146 8.3190783,28.594477 Z"
96
+ id="path4137" />
97
+ <path
98
+ style="fill:#f36662;fill-opacity:1"
99
+ d="M 0.58027951,25.065713 C 1.5865911,22.731382 2.5884498,20.393712 3.5992141,18.061606 3.7005131,17.82784 3.6927209,17.668656 3.4945755,17.480529 3.0715684,17.078672 2.6797303,16.644534 2.217762,16.164754 c -0.6244919,3.083499 -1.23339942,6.089075 -1.84230693,9.095765 0.0222637,0.01006 0.0456408,0.02115 0.0679034,0.03228 0.0467531,-0.07458 0.10352572,-0.145825 0.13803391,-0.225974 z"
100
+ id="path4135" />
101
+ <path
102
+ style="fill:#f36662;fill-opacity:1"
103
+ d="m 20.412632,2.3591394 c 1.69648,-0.4374784 3.418564,-0.7803368 5.129516,-1.1621562 0.110205,-0.024489 0.219297,-0.061225 0.328387,-0.092394 -0.0056,-0.02783 -0.01113,-0.055659 -0.0167,-0.083488 -2.410026,0.3239343 -4.821167,0.6489818 -7.353644,0.9896138 0.69017,0.3016709 1.222268,0.5265325 1.912438,0.3495375 z"
104
+ id="path44" />
105
+ </svg>
@@ -0,0 +1,124 @@
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:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ version="1.1"
14
+ width="32"
15
+ height="32"
16
+ viewBox="0 0 32 32"
17
+ id="svg2"
18
+ inkscape:version="0.91 r13725"
19
+ sodipodi:docname="sql.svg">
20
+ <metadata
21
+ id="metadata10">
22
+ <rdf:RDF>
23
+ <cc:Work
24
+ rdf:about="">
25
+ <dc:format>image/svg+xml</dc:format>
26
+ <dc:type
27
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28
+ <dc:title></dc:title>
29
+ </cc:Work>
30
+ </rdf:RDF>
31
+ </metadata>
32
+ <defs
33
+ id="defs8">
34
+ <linearGradient
35
+ id="linearGradient4365">
36
+ <stop
37
+ id="stop4367"
38
+ offset="0"
39
+ style="stop-color:#ffffff;stop-opacity:0.80000001;" />
40
+ <stop
41
+ id="stop4369"
42
+ offset="1"
43
+ style="stop-color:#ffffff;stop-opacity:0;" />
44
+ </linearGradient>
45
+ <linearGradient
46
+ id="linearGradient3820">
47
+ <stop
48
+ style="stop-color:#cbdbed;stop-opacity:1;"
49
+ offset="0"
50
+ id="stop3823" />
51
+ <stop
52
+ style="stop-color:#204a87;stop-opacity:1;"
53
+ offset="1"
54
+ id="stop3825" />
55
+ </linearGradient>
56
+ <linearGradient
57
+ id="linearGradient_SkyBlue">
58
+ <stop
59
+ id="stop3832"
60
+ offset="0"
61
+ style="stop-color:#729fcf;stop-opacity:1;" />
62
+ <stop
63
+ id="stop3834"
64
+ offset="1"
65
+ style="stop-color:#204a87;stop-opacity:1;" />
66
+ </linearGradient>
67
+ <clipPath
68
+ clipPathUnits="userSpaceOnUse"
69
+ id="clipPath6054">
70
+ <rect
71
+ style="display:inline;fill:#a40000;fill-opacity:1;stroke:none"
72
+ id="rect6056"
73
+ width="48"
74
+ height="22"
75
+ x="-126"
76
+ y="-6"
77
+ transform="matrix(0.9545455,0,0,0.89256196,-4.6363639,-1.3719273)" />
78
+ </clipPath>
79
+ <linearGradient
80
+ inkscape:collect="always"
81
+ xlink:href="#linearGradient_SkyBlue"
82
+ id="linearGradient4221"
83
+ x1="3.3964844"
84
+ y1="16.064453"
85
+ x2="28.396484"
86
+ y2="16.064453"
87
+ gradientUnits="userSpaceOnUse" />
88
+ </defs>
89
+ <sodipodi:namedview
90
+ pagecolor="#ffffff"
91
+ bordercolor="#666666"
92
+ borderopacity="1"
93
+ objecttolerance="10"
94
+ gridtolerance="10"
95
+ guidetolerance="10"
96
+ inkscape:pageopacity="0"
97
+ inkscape:pageshadow="2"
98
+ inkscape:window-width="1920"
99
+ inkscape:window-height="1027"
100
+ id="namedview6"
101
+ showgrid="false"
102
+ inkscape:zoom="22.627417"
103
+ inkscape:cx="14.054967"
104
+ inkscape:cy="15.064052"
105
+ inkscape:window-x="0"
106
+ inkscape:window-y="0"
107
+ inkscape:window-maximized="1"
108
+ inkscape:current-layer="layer1" />
109
+ <g
110
+ inkscape:groupmode="layer"
111
+ id="layer1"
112
+ inkscape:label="Black"
113
+ style="display:inline">
114
+ <path
115
+ style="display:inline;fill:url(#linearGradient4221);fill-opacity:1.0;stroke:none"
116
+ d="M 15.896484 1.0644531 C 8.1514617 1.0644531 3.3964844 2.0176363 3.3964844 3.734375 L 3.3964844 27.259766 C 3.3964844 29.355472 8.992924 31.064453 15.896484 31.064453 C 22.800043 31.064453 28.396484 29.355472 28.396484 27.259766 L 28.396484 3.734375 C 28.396484 2.3636533 22.939283 1.0644531 15.896484 1.0644531 z M 3.9453125 3.8730469 C 5.8050627 5.260384 10.658393 6.2480469 15.896484 6.2480469 C 21.134574 6.2480469 25.985953 5.260384 27.845703 3.8730469 L 27.845703 4.609375 C 25.985953 5.9967121 21.134574 6.984375 15.896484 6.984375 C 10.658393 6.984375 5.8050627 5.9967121 3.9453125 4.609375 L 3.9453125 3.8730469 z M 8.8867188 13.066406 C 9.3726313 13.066406 9.8206941 13.159725 10.232422 13.34375 C 10.647859 13.523287 10.999544 13.77449 11.285156 14.097656 L 10.873047 15.046875 C 10.82112 15.150109 10.766578 15.226018 10.710938 15.275391 C 10.65901 15.320271 10.591175 15.34375 10.505859 15.34375 C 10.424256 15.34375 10.334722 15.309513 10.238281 15.242188 C 10.145549 15.170376 10.036271 15.094463 9.9101562 15.013672 C 9.7840416 14.93288 9.6397698 14.858342 9.4765625 14.791016 C 9.3133553 14.719201 9.1211898 14.683594 8.9023438 14.683594 C 8.516581 14.683594 8.2280377 14.789045 8.0351562 15 C 7.8422749 15.206467 7.7460938 15.477822 7.7460938 15.814453 C 7.7460937 16.029898 7.7984846 16.209886 7.9023438 16.353516 C 8.0099122 16.492657 8.1477336 16.613564 8.3183594 16.716797 C 8.4926944 16.820031 8.689357 16.911396 8.9082031 16.992188 C 9.1270492 17.072979 9.3520574 17.162973 9.5820312 17.261719 C 9.8120051 17.355976 10.037013 17.467492 10.255859 17.597656 C 10.474705 17.72782 10.669218 17.892354 10.839844 18.089844 C 11.014178 18.287334 11.152 18.529147 11.255859 18.816406 C 11.363428 19.099176 11.417969 19.445069 11.417969 19.853516 C 11.417969 20.297869 11.35248 20.714976 11.222656 21.105469 C 11.096542 21.491473 10.912976 21.8313 10.671875 22.123047 C 10.430773 22.410306 10.133432 22.636663 9.7773438 22.802734 C 9.4249643 22.968806 9.0230387 23.050781 8.5742188 23.050781 C 8.3182801 23.050781 8.0625793 23.019865 7.8066406 22.957031 C 7.5544112 22.894188 7.309658 22.807522 7.0722656 22.695312 C 6.8385825 22.583102 6.6178747 22.44811 6.4101562 22.291016 C 6.202438 22.133921 6.0210231 21.958627 5.8652344 21.765625 L 6.3554688 20.810547 C 6.3962706 20.738732 6.4488585 20.67965 6.515625 20.634766 C 6.5823916 20.585392 6.6523774 20.560547 6.7265625 20.560547 C 6.8267124 20.560547 6.9336442 20.605544 7.0449219 20.695312 C 7.1561995 20.78508 7.2830734 20.884464 7.4277344 20.992188 C 7.5723954 21.099909 7.7405154 21.197341 7.9296875 21.287109 C 8.1225688 21.376878 8.3520742 21.421875 8.6191406 21.421875 C 9.0086125 21.421875 9.3100567 21.315054 9.5214844 21.099609 C 9.7366212 20.884165 9.84375 20.563119 9.84375 20.136719 C 9.84375 19.889856 9.7892091 19.689716 9.6816406 19.537109 C 9.5777814 19.384504 9.440157 19.257531 9.2695312 19.154297 C 9.0989055 19.051064 8.904393 18.96244 8.6855469 18.890625 C 8.4667008 18.814322 8.2436458 18.732346 8.0136719 18.642578 C 7.783698 18.552809 7.5586899 18.444035 7.3398438 18.318359 C 7.1209976 18.192683 6.9264852 18.02678 6.7558594 17.820312 C 6.5852336 17.613846 6.445459 17.357947 6.3378906 17.052734 C 6.2340314 16.747522 6.1816406 16.369346 6.1816406 15.916016 C 6.1816406 15.552454 6.2406787 15.198541 6.359375 14.857422 C 6.4780712 14.516301 6.6528386 14.214035 6.8828125 13.949219 C 7.1127864 13.684402 7.3946826 13.47213 7.7285156 13.310547 C 8.066058 13.148964 8.4527357 13.066406 8.8867188 13.066406 z M 16.300781 13.066406 C 16.920227 13.066406 17.484019 13.195332 17.992188 13.451172 C 18.500356 13.702523 18.933171 14.053111 19.292969 14.501953 C 19.656476 14.946307 19.938175 15.47356 20.134766 16.083984 C 20.335065 16.689921 20.433594 17.347471 20.433594 18.056641 C 20.433594 18.487529 20.39645 18.899941 20.322266 19.294922 C 20.25179 19.685415 20.148961 20.052829 20.011719 20.398438 C 19.874476 20.739557 19.706159 21.055908 19.505859 21.347656 C 19.30556 21.639403 19.078402 21.895301 18.826172 22.115234 L 20.869141 24.816406 L 19.494141 24.816406 C 19.293841 24.816406 19.114577 24.783536 18.955078 24.720703 C 18.799289 24.65787 18.653064 24.541658 18.519531 24.371094 L 17.423828 22.896484 C 17.064031 22.999718 16.690253 23.050781 16.300781 23.050781 C 15.681335 23.050781 15.117544 22.925179 14.609375 22.673828 C 14.101207 22.417988 13.664289 22.069353 13.300781 21.625 C 12.937275 21.180646 12.655378 20.653394 12.455078 20.042969 C 12.258487 19.432544 12.160156 18.7703 12.160156 18.056641 C 12.160156 17.342983 12.258487 16.682109 12.455078 16.076172 C 12.655378 15.465747 12.937275 14.938494 13.300781 14.494141 C 13.664289 14.049787 14.101207 13.702523 14.609375 13.451172 C 15.117544 13.195332 15.681335 13.066406 16.300781 13.066406 z M 21.648438 13.175781 L 23.316406 13.175781 L 23.316406 21.300781 L 26.4375 21.300781 L 26.4375 22.943359 L 21.648438 22.943359 L 21.648438 13.175781 z M 16.300781 14.763672 C 15.922437 14.763672 15.583652 14.839581 15.283203 14.992188 C 14.982753 15.140304 14.725099 15.359226 14.513672 15.646484 C 14.305953 15.929255 14.146434 16.275148 14.035156 16.683594 C 13.923879 17.087552 13.869141 17.544961 13.869141 18.056641 C 13.869141 18.572809 13.923879 19.034913 14.035156 19.443359 C 14.146434 19.847317 14.305953 20.189886 14.513672 20.472656 C 14.725099 20.755426 14.982753 20.974346 15.283203 21.126953 C 15.583652 21.275071 15.922437 21.347656 16.300781 21.347656 C 16.679125 21.347656 17.015759 21.275071 17.3125 21.126953 C 17.612949 20.974346 17.868453 20.755426 18.076172 20.472656 C 18.287599 20.189886 18.447316 19.847317 18.558594 19.443359 C 18.669872 19.034913 18.726562 18.572809 18.726562 18.056641 C 18.726562 17.544961 18.669872 17.087552 18.558594 16.683594 C 18.447316 16.275148 18.287599 15.929255 18.076172 15.646484 C 17.868453 15.359226 17.612949 15.140304 17.3125 14.992188 C 17.015759 14.839581 16.679125 14.763672 16.300781 14.763672 z "
117
+ id="path4914" />
118
+ </g>
119
+ <g
120
+ inkscape:groupmode="layer"
121
+ id="layer2"
122
+ inkscape:label="White"
123
+ style="display:inline" />
124
+ </svg>
@@ -0,0 +1,57 @@
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="text-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
+ </cc:Work>
28
+ </rdf:RDF>
29
+ </metadata>
30
+ <defs
31
+ id="defs8" />
32
+ <sodipodi:namedview
33
+ pagecolor="#ffffff"
34
+ bordercolor="#666666"
35
+ borderopacity="1"
36
+ objecttolerance="10"
37
+ gridtolerance="10"
38
+ guidetolerance="10"
39
+ inkscape:pageopacity="0"
40
+ inkscape:pageshadow="2"
41
+ inkscape:window-width="812"
42
+ inkscape:window-height="480"
43
+ id="namedview6"
44
+ showgrid="false"
45
+ inkscape:zoom="7.375"
46
+ inkscape:cx="16"
47
+ inkscape:cy="16"
48
+ inkscape:window-x="0"
49
+ inkscape:window-y="0"
50
+ inkscape:window-maximized="0"
51
+ inkscape:current-layer="svg2" />
52
+ <path
53
+ fill="#444444"
54
+ d="M21.652 3.098h-16.955v26.375h22.607v-20.723l-5.652-5.652zM25.42 27.589h-18.839v-22.607h13.188l5.652 5.652v16.955zM12.269 11.851l-3.644 4.434 3.644 4.434 0.862-1.417-2.455-3.017 2.455-3.017zM13.863 20.614h1.599l2.542-8.681h-1.599zM19.731 11.851l-0.862 1.418 2.455 3.017-2.455 3.017 0.862 1.418 3.644-4.434z"
55
+ id="path4"
56
+ style="fill:#666666" />
57
+ </svg>
@@ -0,0 +1,83 @@
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="wollok-color.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="5.716938"
43
+ inkscape:cy="15.248049"
44
+ inkscape:current-layer="layer1"
45
+ showgrid="true"
46
+ inkscape:grid-bbox="true"
47
+ inkscape:document-units="px"
48
+ inkscape:window-width="1366"
49
+ inkscape:window-height="717"
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></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
+ <path
74
+ style="fill:#ac4142;fill-opacity:1"
75
+ d="m -19.892578,-2.2578125 a 15.077036,15.077036 0 0 0 -10.736328,4.5097656 c -0.007,0.00793 -0.01446,0.015496 -0.02148,0.023437 -0.06729,0.076117 -0.133305,0.1530872 -0.199218,0.2304688 l -0.109375,0.1992187 -0.05664,0.1992188 -0.0332,0.1757812 c -6.62e-4,0.040508 -6.62e-4,0.080586 0,0.1210938 0.0013,0.07743 0.0056,0.1552219 0.01172,0.2324219 l 0.02148,0.1777343 0.04492,0.1660157 0.06641,0.109375 0.09961,0.1328124 0.109376,0.1113282 0.189453,0.1210937 0.164062,0.076172 c 0.06601,0.019401 0.132659,0.039216 0.199219,0.056641 0.09161,0.023982 0.184834,0.0462 0.277344,0.066406 l 0.142578,0.054687 0.01172,0.013672 a 3.884691,3.884691 0 0 1 2.615235,2.1425782 l 0.0098,-0.00586 5.732422,10.2050782 -0.0059,0.0039 a 3.884691,3.884691 0 0 1 0.746094,2.279297 3.884691,3.884691 0 0 1 -3.884766,3.884766 3.884691,3.884691 0 0 1 -3.208984,-1.701172 l -0.0039,0.0039 -0.02344,-0.04297 a 3.884691,3.884691 0 0 1 -0.263672,-0.46289 l -4.308594,-7.609375 -0.01172,-0.01563 -0.1875,-0.132813 -0.144532,-0.05469 -0.132812,-0.0332 -0.175781,-0.02344 -0.244141,0.02344 -0.208984,0.0332 -0.220703,0.05469 -0.232422,0.08789 -0.199219,0.132812 -0.220703,0.1875 -0.154297,0.166016 -0.154297,0.244141 -0.08984,0.208984 -0.06641,0.320313 -0.02148,0.298828 0,0.320312 c 0.0091,0.09597 0.02018,0.1916 0.0332,0.28711 0.01612,0.118193 0.03469,0.235917 0.05469,0.353515 a 15.077036,15.077036 0 0 0 0.002,0.01563 15.077036,15.077036 0 0 0 14.789063,12.205078 15.077036,15.077036 0 0 0 15.0761718,-15.076172 15.077036,15.077036 0 0 0 -0.09375,-1.537109 c -0.02546,-0.120058 -0.061031,-0.239683 -0.1289063,-0.341797 l -0.1972656,-0.265625 -0.2988281,-0.242187 -0.3535157,-0.111328 -0.4746093,-0.0098 -0.34375,0.05469 -0.1875,0.06055 a 3.884691,3.884691 0 0 1 -2.9003907,1.306641 3.884691,3.884691 0 0 1 -3.8847661,-3.8847658 3.884691,3.884691 0 0 1 2.576172,-3.6542969 l 0,-0.00391 0.585938,-0.2539062 0.375,-0.2441406 0.3320311,-0.3085938 0.1992188,-0.4199218 0.042969,-0.5078126 L -9.6347656,2.1035156 -9.8339844,1.75 c -0.086757,-0.097243 -0.1736716,-0.1948155 -0.2636716,-0.2890625 -0.122311,-0.1280788 -0.248874,-0.2526894 -0.376953,-0.375 l -0.238282,-0.203125 a 15.077036,15.077036 0 0 0 -9.179687,-3.140625 z m -0.03125,6.625 a 3.884691,3.884691 0 0 1 3.519531,2.2519531 l 0.0098,-0.00586 5.732422,10.2050774 -0.0059,0.0039 a 3.884691,3.884691 0 0 1 0.746094,2.279296 3.884691,3.884691 0 0 1 -3.884766,3.884766 3.884691,3.884691 0 0 1 -3.208984,-1.701172 l -0.0039,0.0039 -0.02344,-0.04297 a 3.884691,3.884691 0 0 1 -0.263672,-0.462891 l -5.949218,-10.507812 0.01367,-0.0078 a 3.884691,3.884691 0 0 1 -0.566406,-2.0156245 3.884691,3.884691 0 0 1 3.884766,-3.8847656 z"
76
+ id="path7503"
77
+ inkscape:connector-curvature="0" />
78
+ <g
79
+ id="g8186"
80
+ style="fill:#ac4142;fill-opacity:1" />
81
+ </g>
82
+ </g>
83
+ </svg>
Binary file