@jx3box/jx3box-vue3-ui 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/.editorconfig +13 -0
  2. package/.env +1 -0
  3. package/.eslintrc +9 -0
  4. package/.prettierrc +21 -0
  5. package/README.md +1 -0
  6. package/assets/css/admin.less +83 -0
  7. package/assets/css/author.less +86 -0
  8. package/assets/css/bottom.less +21 -0
  9. package/assets/css/box.less +180 -0
  10. package/assets/css/box2.less +150 -0
  11. package/assets/css/breadcrumb.less +155 -0
  12. package/assets/css/client-by.less +33 -0
  13. package/assets/css/cms-single.less +55 -0
  14. package/assets/css/crumb.less +17 -0
  15. package/assets/css/down.less +16 -0
  16. package/assets/css/footer.less +72 -0
  17. package/assets/css/github-repo.less +87 -0
  18. package/assets/css/header.less +532 -0
  19. package/assets/css/icon.less +10 -0
  20. package/assets/css/left-sidebar.less +137 -0
  21. package/assets/css/like.less +80 -0
  22. package/assets/css/like2.less +19 -0
  23. package/assets/css/main.less +67 -0
  24. package/assets/css/mark-by.less +97 -0
  25. package/assets/css/mark.less +34 -0
  26. package/assets/css/menu-by.less +9 -0
  27. package/assets/css/mixin.less +62 -0
  28. package/assets/css/order-by.less +86 -0
  29. package/assets/css/print.less +26 -0
  30. package/assets/css/qrcode.less +70 -0
  31. package/assets/css/right-msg.less +26 -0
  32. package/assets/css/right-sidebar.less +106 -0
  33. package/assets/css/share2.less +99 -0
  34. package/assets/css/sharing.less +26 -0
  35. package/assets/css/tag-by.less +86 -0
  36. package/assets/css/thx.less +213 -0
  37. package/assets/css/var.less +4 -0
  38. package/assets/css/wiki-comments.less +150 -0
  39. package/assets/css/wiki-panel.less +175 -0
  40. package/assets/css/wiki-revisions.less +62 -0
  41. package/assets/data/box.json +184 -0
  42. package/assets/data/box2.json +606 -0
  43. package/assets/data/game_font.json +242 -0
  44. package/assets/data/nav.json +12 -0
  45. package/assets/data/panel.json +27 -0
  46. package/assets/data/zlp.json +5 -0
  47. package/assets/img/author/bilibili.png +0 -0
  48. package/assets/img/author/bilibili.svg +1 -0
  49. package/assets/img/author/chat.png +0 -0
  50. package/assets/img/author/douyu.png +0 -0
  51. package/assets/img/author/douyu.svg +1 -0
  52. package/assets/img/author/github.svg +1 -0
  53. package/assets/img/author/huya.png +0 -0
  54. package/assets/img/author/huya.svg +1 -0
  55. package/assets/img/author/msg.svg +55 -0
  56. package/assets/img/author/tuilan.png +0 -0
  57. package/assets/img/author/weibo.svg +70 -0
  58. package/assets/img/bread/menu.svg +1 -0
  59. package/assets/img/footer/china.svg +1 -0
  60. package/assets/img/header/add.svg +1 -0
  61. package/assets/img/header/bell.svg +1 -0
  62. package/assets/img/header/coin.svg +15 -0
  63. package/assets/img/header/edit.svg +1 -0
  64. package/assets/img/header/logo.svg +5 -0
  65. package/assets/img/header/manage.svg +1 -0
  66. package/assets/img/header/msg.svg +1 -0
  67. package/assets/img/header/search-key-slash.svg +5 -0
  68. package/assets/img/header/send.svg +56 -0
  69. package/assets/img/header/vip.svg +1 -0
  70. package/assets/img/jx3.svg +11 -0
  71. package/assets/img/leftsidebar/arrow.svg +64 -0
  72. package/assets/img/leftsidebar/close.svg +49 -0
  73. package/assets/img/leftsidebar/fans.svg +1 -0
  74. package/assets/img/leftsidebar/medal.svg +1 -0
  75. package/assets/img/leftsidebar/more.svg +50 -0
  76. package/assets/img/leftsidebar/open.svg +51 -0
  77. package/assets/img/leftsidebar/post.svg +46 -0
  78. package/assets/img/leftsidebar/team.svg +1 -0
  79. package/assets/img/leftsidebar/united.svg +1 -0
  80. package/assets/img/list/post.svg +1 -0
  81. package/assets/img/price/jin.png +0 -0
  82. package/assets/img/price/tong.png +0 -0
  83. package/assets/img/price/yin.png +0 -0
  84. package/assets/img/price/zhuan.png +0 -0
  85. package/assets/img/rightsidebar/ac.svg +1 -0
  86. package/assets/img/rightsidebar/github.svg +1 -0
  87. package/assets/img/rightsidebar/repo.svg +1 -0
  88. package/assets/img/single/author.svg +1 -0
  89. package/assets/img/single/lock.svg +1 -0
  90. package/assets/img/single/modate.svg +24 -0
  91. package/assets/img/single/podate.svg +23 -0
  92. package/assets/img/widget/admin_gift.svg +10 -0
  93. package/assets/img/widget/gift.svg +1 -0
  94. package/assets/img/widget/heart.svg +17 -0
  95. package/assets/img/widget/heart1.svg +1 -0
  96. package/assets/img/widget/heart2.svg +11 -0
  97. package/assets/img/widget/heart3.svg +37 -0
  98. package/assets/img/widget/like.svg +1 -0
  99. package/assets/img/widget/like2.svg +1 -0
  100. package/assets/img/widget/like3.svg +14 -0
  101. package/assets/img/widget/qq.svg +1 -0
  102. package/assets/img/widget/qr-code.svg +1 -0
  103. package/assets/img/widget/qzone.svg +1 -0
  104. package/assets/img/widget/share-link.png +0 -0
  105. package/assets/img/widget/share.svg +13 -0
  106. package/assets/img/widget/share2.svg +19 -0
  107. package/assets/img/widget/star.svg +9 -0
  108. package/assets/img/widget/tieba.svg +1 -0
  109. package/assets/img/widget/unstar.svg +21 -0
  110. package/assets/img/widget/web_heart_animation.png +0 -0
  111. package/assets/img/widget/weibo.svg +1 -0
  112. package/assets/img/widget/weixin.svg +1 -0
  113. package/assets/js/app.js +7 -0
  114. package/babel.config.js +3 -0
  115. package/jsconfig.json +17 -0
  116. package/package.json +71 -0
  117. package/public/favicon.ico +0 -0
  118. package/public/image/box/bbs.svg +87 -0
  119. package/public/image/box/bbs__.svg +101 -0
  120. package/public/image/box/bbs_on.svg +88 -0
  121. package/public/image/box/bps.svg +10 -0
  122. package/public/image/box/bps_on.svg +10 -0
  123. package/public/image/box/cj.svg +1 -0
  124. package/public/image/box/cj_on.svg +1 -0
  125. package/public/image/box/collection.svg +1 -0
  126. package/public/image/box/collection_on.svg +1 -0
  127. package/public/image/box/database.svg +22 -0
  128. package/public/image/box/database_on.svg +22 -0
  129. package/public/image/box/dbm.svg +21 -0
  130. package/public/image/box/dbm_on.svg +21 -0
  131. package/public/image/box/exam.svg +35 -0
  132. package/public/image/box/exam_on.svg +35 -0
  133. package/public/image/box/facedata.svg +21 -0
  134. package/public/image/box/facedata_on.svg +21 -0
  135. package/public/image/box/fb.svg +18 -0
  136. package/public/image/box/fb_on.svg +18 -0
  137. package/public/image/box/fbdata.svg +15 -0
  138. package/public/image/box/fbdata_on.svg +15 -0
  139. package/public/image/box/fbdrop.svg +26 -0
  140. package/public/image/box/fbdrop_on.svg +26 -0
  141. package/public/image/box/fbgem.svg +39 -0
  142. package/public/image/box/fbgem_on.svg +39 -0
  143. package/public/image/box/flower.svg +28 -0
  144. package/public/image/box/flower_on.svg +28 -0
  145. package/public/image/box/furniture.svg +32 -0
  146. package/public/image/box/furniture_on.svg +32 -0
  147. package/public/image/box/haste.svg +8 -0
  148. package/public/image/box/haste_on.svg +8 -0
  149. package/public/image/box/home.svg +47 -0
  150. package/public/image/box/home_on.svg +47 -0
  151. package/public/image/box/house.svg +1 -0
  152. package/public/image/box/house_on.svg +1 -0
  153. package/public/image/box/icons.svg +15 -0
  154. package/public/image/box/icons_on.svg +15 -0
  155. package/public/image/box/item.svg +1 -0
  156. package/public/image/box/item_on.svg +1 -0
  157. package/public/image/box/j3dps.svg +28 -0
  158. package/public/image/box/j3dps_on.svg +28 -0
  159. package/public/image/box/j3pz.svg +36 -0
  160. package/public/image/box/j3pz_on.svg +36 -0
  161. package/public/image/box/jx3dat.svg +27 -0
  162. package/public/image/box/jx3dat_on.svg +27 -0
  163. package/public/image/box/keju.svg +30 -0
  164. package/public/image/box/keju_on.svg +30 -0
  165. package/public/image/box/knowledge.svg +52 -0
  166. package/public/image/box/knowledge_on.svg +52 -0
  167. package/public/image/box/macro.svg +15 -0
  168. package/public/image/box/macro_on.svg +18 -0
  169. package/public/image/box/macroeditor.svg +38 -0
  170. package/public/image/box/macroeditor_on.svg +38 -0
  171. package/public/image/box/png/100.png +0 -0
  172. package/public/image/box/png/bbs.png +0 -0
  173. package/public/image/box/png/bbs1.png +0 -0
  174. package/public/image/box/png/bbs2.png +0 -0
  175. package/public/image/box/png/bps.png +0 -0
  176. package/public/image/box/png/cj.png +0 -0
  177. package/public/image/box/png/database.png +0 -0
  178. package/public/image/box/png/drop.png +0 -0
  179. package/public/image/box/png/emotion.png +0 -0
  180. package/public/image/box/png/face.png +0 -0
  181. package/public/image/box/png/fb.png +0 -0
  182. package/public/image/box/png/flog.png +0 -0
  183. package/public/image/box/png/flower.png +0 -0
  184. package/public/image/box/png/furniture.png +0 -0
  185. package/public/image/box/png/gem.png +0 -0
  186. package/public/image/box/png/guishi.png +0 -0
  187. package/public/image/box/png/home.png +0 -0
  188. package/public/image/box/png/house.png +0 -0
  189. package/public/image/box/png/icons.png +0 -0
  190. package/public/image/box/png/item.png +0 -0
  191. package/public/image/box/png/j3pz.png +0 -0
  192. package/public/image/box/png/joker.png +0 -0
  193. package/public/image/box/png/jx3dat.png +0 -0
  194. package/public/image/box/png/jx3datbuilder.png +0 -0
  195. package/public/image/box/png/keju.png +0 -0
  196. package/public/image/box/png/macro.png +0 -0
  197. package/public/image/box/png/macroeditor.png +0 -0
  198. package/public/image/box/png/macroeditor2.png +0 -0
  199. package/public/image/box/png/minami.png +0 -0
  200. package/public/image/box/png/mirror.png +0 -0
  201. package/public/image/box/png/oa.png +0 -0
  202. package/public/image/box/png/pig.png +0 -0
  203. package/public/image/box/png/price.png +0 -0
  204. package/public/image/box/png/qiyu.png +0 -0
  205. package/public/image/box/png/rank2_on.png +0 -0
  206. package/public/image/box/png/role.png +0 -0
  207. package/public/image/box/png/servers.png +0 -0
  208. package/public/image/box/png/share.png +0 -0
  209. package/public/image/box/png/shop.png +0 -0
  210. package/public/image/box/png/skull.png +0 -0
  211. package/public/image/box/png/speed.png +0 -0
  212. package/public/image/box/png/talent.png +0 -0
  213. package/public/image/box/png/team.png +0 -0
  214. package/public/image/box/png/team_on.png +0 -0
  215. package/public/image/box/png/tool.png +0 -0
  216. package/public/image/box/png/translator.png +0 -0
  217. package/public/image/box/png/trophy.png +0 -0
  218. package/public/image/box/png/trophy2.png +0 -0
  219. package/public/image/box/png/wiki.png +0 -0
  220. package/public/image/box/price.svg +19 -0
  221. package/public/image/box/price_on.svg +19 -0
  222. package/public/image/box/qiyu.svg +1 -0
  223. package/public/image/box/qiyu_on.svg +1 -0
  224. package/public/image/box/quest.svg +52 -0
  225. package/public/image/box/quest_on.svg +57 -0
  226. package/public/image/box/rank.svg +36 -0
  227. package/public/image/box/rank_on.svg +36 -0
  228. package/public/image/box/servers.svg +31 -0
  229. package/public/image/box/servers_on.svg +31 -0
  230. package/public/image/box/share.svg +24 -0
  231. package/public/image/box/share_on.svg +24 -0
  232. package/public/image/box/shop.svg +52 -0
  233. package/public/image/box/talent.svg +19 -0
  234. package/public/image/box/talent_on.svg +19 -0
  235. package/public/image/box/team.svg +15 -0
  236. package/public/image/box/team_on.svg +18 -0
  237. package/public/image/box/tool.svg +23 -0
  238. package/public/image/box/tool_on.svg +31 -0
  239. package/public/image/box/translator.svg +55 -0
  240. package/public/image/box/translator_on.svg +55 -0
  241. package/public/image/box/wbl.png +0 -0
  242. package/public/image/box/wbl_on.png +0 -0
  243. package/public/image/box/xls.svg +74 -0
  244. package/public/image/box/xls_on.svg +74 -0
  245. package/public/index.html +24 -0
  246. package/service/admin.js +15 -0
  247. package/service/author.js +79 -0
  248. package/service/breadcrumb.js +13 -0
  249. package/service/cms.js +35 -0
  250. package/service/fav.js +17 -0
  251. package/service/follow.js +55 -0
  252. package/service/github.js +15 -0
  253. package/service/header.js +31 -0
  254. package/service/helper.js +7 -0
  255. package/service/thx.js +60 -0
  256. package/src/App.vue +52 -0
  257. package/src/Bottom.vue +23 -0
  258. package/src/Box.vue +149 -0
  259. package/src/Breadcrumb.vue +118 -0
  260. package/src/Footer.vue +45 -0
  261. package/src/Header.vue +95 -0
  262. package/src/LeftSideToggle.vue +64 -0
  263. package/src/LeftSidebar.vue +123 -0
  264. package/src/Main.vue +48 -0
  265. package/src/RightSidebar.vue +25 -0
  266. package/src/bread/Admin.vue +308 -0
  267. package/src/bread/AdminButton.vue +31 -0
  268. package/src/bread/Crumb.vue +27 -0
  269. package/src/header/Asset.vue +180 -0
  270. package/src/header/ClientSwitch.vue +115 -0
  271. package/src/header/GameSwitch.vue +210 -0
  272. package/src/header/Logo.vue +82 -0
  273. package/src/header/Manage.vue +125 -0
  274. package/src/header/Message.vue +89 -0
  275. package/src/header/Nav.vue +287 -0
  276. package/src/header/Publish.vue +21 -0
  277. package/src/header/Search.vue +81 -0
  278. package/src/header/User.vue +141 -0
  279. package/src/header/UserInfo.vue +175 -0
  280. package/src/header/Vip.vue +27 -0
  281. package/src/main.js +30 -0
  282. package/utils/bus.js +5 -0
  283. package/utils/index.js +31 -0
  284. package/vue.config.js +103 -0
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
5
+ <g>
6
+ <g>
7
+ <path d="M127.9,256C56.9,256-0.8,198,0,126.5C0.8,56.2,58.5-0.9,129.7,0C200,0.9,256.9,58.6,256,129.8
8
+ C255,199.7,198,256.1,127.9,256z M14.4,128c0,62.7,50.7,113.5,113.4,113.7c62.8,0.2,113.8-50.8,113.9-113.5
9
+ c0-62.9-50.8-113.9-113.9-113.8C65.1,14.6,14.6,65.3,14.4,128z"/>
10
+ <path d="M127.9,191.1c-21-21-42-42-62.9-62.9c21-21,42.1-42.1,63.1-63.1C149,85.9,170.1,107,191,128
11
+ C170.1,149,149,170,127.9,191.1z M83.4,128c14.9,14.9,29.9,29.9,44.6,44.6c14.9-14.9,29.8-29.8,44.6-44.6
12
+ c-14.8-14.8-29.8-29.8-44.6-44.6C113.2,98.2,98.2,113.2,83.4,128z"/>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1 @@
1
+ <svg height="15px" viewBox="0 -1 401.52289 401" width="15px" xmlns="http://www.w3.org/2000/svg"><path d="m370.589844 250.972656c-5.523438 0-10 4.476563-10 10v88.789063c-.019532 16.5625-13.4375 29.984375-30 30h-280.589844c-16.5625-.015625-29.980469-13.4375-30-30v-260.589844c.019531-16.558594 13.4375-29.980469 30-30h88.789062c5.523438 0 10-4.476563 10-10 0-5.519531-4.476562-10-10-10h-88.789062c-27.601562.03125-49.96875 22.398437-50 50v260.59375c.03125 27.601563 22.398438 49.96875 50 50h280.589844c27.601562-.03125 49.96875-22.398437 50-50v-88.792969c0-5.523437-4.476563-10-10-10zm0 0"/><path d="m376.628906 13.441406c-17.574218-17.574218-46.066406-17.574218-63.640625 0l-178.40625 178.40625c-1.222656 1.222656-2.105469 2.738282-2.566406 4.402344l-23.460937 84.699219c-.964844 3.472656.015624 7.191406 2.5625 9.742187 2.550781 2.546875 6.269531 3.527344 9.742187 2.566406l84.699219-23.464843c1.664062-.460938 3.179687-1.34375 4.402344-2.566407l178.402343-178.410156c17.546875-17.585937 17.546875-46.054687 0-63.640625zm-220.257812 184.90625 146.011718-146.015625 47.089844 47.089844-146.015625 146.015625zm-9.40625 18.875 37.621094 37.625-52.039063 14.417969zm227.257812-142.546875-10.605468 10.605469-47.09375-47.09375 10.609374-10.605469c9.761719-9.761719 25.589844-9.761719 35.351563 0l11.738281 11.734375c9.746094 9.773438 9.746094 25.589844 0 35.359375zm0 0"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="256px" height="256px" viewBox="0 0 256 256">
2
+ <g>
3
+ <path class="fil0" d="M129.254 5.842l102.93 59.427 -31.87 18.4 -0.982 -0.566c0.994,-2.975 -0.028,-5.876 -2.019,-8.167l-4.238 -4.874 -4.875 -4.238c-4.609,-4.007 -11.22,-2.951 -13.087,3.295l-45.859 -26.476 -48.092 27.766c-3.008,-2.576 -6.243,-4.596 -7.711,-5.336 0.556,3.007 1.122,5.906 1.436,8.959l-16.692 9.637 -31.87 -18.4 102.929 -59.427zm106.746 66.036l0 118.854 -102.929 59.426 0 -36.801 71.059 -41.026 0 -82.052 31.87 -18.401zm-110.561 178.28l-102.93 -59.426 0 -118.854 31.87 18.401 0 38.385c-3.301,1.009 -6.634,2.304 -9.941,3.888 3.476,1.394 6.816,2.952 9.941,4.768l0 35.011 13.63 7.87c-0.448,5.196 -0.681,10.447 -0.884,15.81 7.698,-0.047 17.263,-0.298 24.365,-2.254l33.949 19.6 0 36.801zm-51.799 -60.661c0.616,-12.288 0.824,-17.667 6.46,-25.262 5.453,5.878 11.556,10.552 18.453,13.546 1.514,0.657 3.062,1.231 4.644,1.718 -10.202,9.114 -15.093,9.273 -29.557,9.998zm55.206 -82.269c-1.804,1.186 -3.492,2.571 -4.996,4.101 -2.432,2.476 -4.35,5.302 -5.436,8.228l6.691 -6.474c1.381,-1.335 2.902,-4.048 3.741,-5.855zm15.54 -14.454c-2.664,0.429 -4.875,1.064 -6.833,1.861 2.112,0.623 4.007,1.195 6.817,2.037 0.006,-1.3 0.011,-2.599 0.016,-3.898zm15.213 -7.165l1.942 0.821 1.516 -1.49c-2.118,-1 -4.351,-1.885 -6.694,-2.647l3.236 3.316zm-7.44 -4.519c-3.687,-0.918 -7.615,-1.549 -11.775,-1.863 2.509,-1.954 8.004,-2.992 11.839,-3.871 -6.24,-2.525 -17.137,-2.863 -26.058,-0.017 -0.495,1.506 -1.483,3.868 -2.685,4.952 -1.586,1.43 -3.063,2.694 -4.373,3.915 10.1,-4.479 20.923,-4.799 31.527,-1.855l1.525 -1.261zm-70.059 -0.501c1.213,7.898 -1.998,20.612 -2.61,22.231 -0.613,1.618 -1.421,3.479 -4.084,10.137 -2.664,6.658 -2.451,19.463 -0.66,23.5 -4.342,-3.055 -9.693,-4.784 -14.795,-2.94 8.582,4.379 13.448,14.094 19.147,21.551 13.089,17.129 29.219,25.133 49.926,19.37 10.231,-2.847 25.104,-22.701 16.335,-30.342 -15.181,8.569 -31.513,-2.404 -32.155,-19.114 -0.467,-12.171 12.786,-24.526 25.65,-26.107 -5.249,-1.572 -7.043,-2.387 -13.788,-1.313 6.068,-4.449 10.642,-7.967 21.017,-8.998 0.637,-1.192 1.667,-2.01 2.687,-2.853 -12.985,-3.363 -31.961,-2.924 -48.429,18.886 4.904,-10.82 8.443,-15.182 20.698,-27.127 3.233,-3.151 2.587,-7.771 2.183,-10.966 -3.448,5.663 -9.754,8.745 -18.349,12.542 -6.518,2.879 -12.428,7.647 -16.78,13.669 -1.091,-4.665 -2.175,-8.865 -5.993,-12.126zm62.075 89.198c1.551,-0.64 3.084,-1.321 4.608,-2.046 -4.35,7.066 -14.86,14.943 -33.852,17.435 20.304,5.345 39.698,2.31 51.914,-10.359 -0.979,1.719 -1.998,3.546 -3.118,5.174 14.984,-8.658 34.487,-34.111 20.514,-58.638 2.36,1.92 4.335,4.253 6.008,7.432 0.11,-11.661 -3.429,-22.244 -10.167,-30.625l-3.947 4.018 7.299 7.124 -5.446 6.584c-2.667,3.225 -4.416,3.231 -7.72,3.242l-4.616 0.018c-0.087,1.544 -0.742,2.979 -1.882,4.027l-0.072 3.376c-0.069,3.225 -1.915,6.394 -5.122,7.359l0.001 0.005c-3.864,1.15 -7.022,3.497 -9.786,6.353 1.943,1.713 3.186,3.805 3.841,6.157 1.06,3.809 0.418,8.087 -1.322,12.281 -1.663,4.008 -4.251,7.851 -7.135,11.083zm-25.774 -43.979l9.782 -9.463c1.993,-1.929 4.901,-6.745 5.964,-10.318 0.226,-0.761 1.197,-1.434 2.541,-1.463l6.485 -0.139 0.357 -1.122c0.196,-0.616 0.459,-0.706 1.011,-0.709l4.176 -0.02c0.213,-0.001 0.378,-0.187 0.379,-0.39l0.037 -9.184c0.007,-1.797 -0.026,-2.719 1.393,-3.893l2.944 -2.433 7.412 7.594 18.945 -18.61 1.185 -4.634c0.463,-1.81 1.741,-1.749 3.146,-0.528l4.538 3.945 3.945 4.538c1.22,1.405 1.282,2.683 -0.528,3.146l-4.634 1.185 -18.611 18.945 7.595 7.412 -2.434 2.943c-1.173,1.42 -2.096,1.387 -3.892,1.394l-9.184 0.037c-0.203,0 -0.389,0.166 -0.39,0.379l-0.02 4.176c-0.003,0.552 -0.093,0.815 -0.709,1.011l-1.122 0.358 -0.139 6.484c-0.029,1.344 -0.703,2.315 -1.463,2.541 -3.573,1.063 -8.389,3.971 -10.318,5.964l-5.142 5.316c-5.88,2.918 -11.824,2.547 -17.096,-2.205 -3.029,-2.731 -5.197,-6.561 -5.943,-10.779 -0.091,-0.512 -0.161,-1.005 -0.21,-1.478z"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg t="1674922277276" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8703" width="18" height="18"><path d="M224 423.84V231.744l192-0.096 0.096 192.096L224 423.84z m192.096-256.096H223.904A64 64 0 0 0 160 231.68v192.192a64 64 0 0 0 63.904 63.904h192.192A64 64 0 0 0 480 423.84V231.68a64 64 0 0 0-63.904-63.904zM224 807.84v-192.096l192-0.096 0.096 192.096L224 807.84z m192.096-256.096H223.904A64 64 0 0 0 160 615.68v192.192a64 64 0 0 0 63.904 63.904h192.192A64 64 0 0 0 480 807.84V615.68a64 64 0 0 0-63.904-63.904zM704.064 463.616l-135.84-135.84 135.712-135.84 135.904 135.744-135.776 135.936z m181.024-181.024l-135.904-135.904a64 64 0 0 0-90.368 0L522.912 282.56a63.456 63.456 0 0 0-18.656 45.056 63.456 63.456 0 0 0 18.656 45.312l135.904 135.936a63.904 63.904 0 0 0 90.368-0.032l135.904-135.904a63.936 63.936 0 0 0 0-90.368zM608 807.84v-192.096l192-0.096 0.096 192.096-192.096 0.096z m192.096-256.096h-192.192A64 64 0 0 0 544 615.68v192.192a64 64 0 0 0 63.904 63.904h192.192A64 64 0 0 0 864 807.84V615.68a64 64 0 0 0-63.904-63.904z" fill="#fff" p-id="8704"></path></svg>
@@ -0,0 +1 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"><path fill="#ffffff" fill-rule="evenodd" d="M14 12v1H0v-1l.73-.58c.77-.77.81-2.55 1.19-4.42C2.69 3.23 6 2 6 2c0-.55.45-1 1-1s1 .45 1 1c0 0 3.39 1.23 4.16 5 .38 1.88.42 3.66 1.19 4.42l.66.58H14zm-7 4c1.11 0 2-.89 2-2H5c0 1.11.89 2 2 2z"></path></svg>
@@ -0,0 +1,5 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ width="19px" height="20px" viewBox="0 0 19 20" style="enable-background:new 0 0 19 20;" xml:space="preserve">
3
+ <path fill="none" stroke="#979A9C" opacity="0.4" d="M3.5,0.5h12c1.7,0,3,1.3,3,3v13c0,1.7-1.3,3-3,3h-12c-1.7,0-3-1.3-3-3v-13C0.5,1.8,1.8,0.5,3.5,0.5z"/>
4
+ <path fill="#979A9C" d="M11.8,6L8,15.1H7.1L10.8,6L11.8,6z"/>
5
+ </svg>
@@ -0,0 +1,56 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 367.92 367.92" style="enable-background:new 0 0 367.92 367.92;" xml:space="preserve" fill="#ffffff" width="16px" height="16px">
5
+ <g>
6
+ <g>
7
+ <g>
8
+ <path d="M367.851,6.944c-0.056-0.424-0.12-0.832-0.248-1.248c-0.136-0.456-0.32-0.872-0.528-1.296
9
+ c-0.112-0.232-0.152-0.48-0.288-0.704c-0.088-0.144-0.232-0.24-0.336-0.376c-0.264-0.368-0.576-0.688-0.904-1.016
10
+ c-0.328-0.328-0.656-0.632-1.032-0.896c-0.136-0.096-0.224-0.232-0.36-0.312c-0.224-0.136-0.472-0.168-0.704-0.28
11
+ c-0.44-0.216-0.872-0.4-1.336-0.536c-0.392-0.104-0.776-0.16-1.176-0.208c-0.472-0.056-0.928-0.088-1.4-0.064
12
+ c-0.44,0.024-0.864,0.112-1.296,0.216c-0.272,0.064-0.552,0.04-0.824,0.136l-352,120c-3.184,1.072-5.352,4.04-5.416,7.408
13
+ c-0.064,3.368,1.984,6.416,5.136,7.624l164.456,63.192l71.064,164.512c1.272,2.936,4.168,4.824,7.344,4.824
14
+ c0.136,0,0.264,0,0.4-0.008c3.336-0.168,6.208-2.384,7.224-5.56l112-352c0.08-0.248,0.056-0.504,0.104-0.76
15
+ c0.096-0.448,0.168-0.88,0.184-1.336C367.931,7.808,367.907,7.384,367.851,6.944z M31.475,128.368L330.011,26.592
16
+ L173.619,182.984L31.475,128.368z M246.859,337.112l-61.76-142.976L342.403,36.824L246.859,337.112z"/>
17
+ <path d="M125.659,242.264c-3.128-3.128-8.184-3.128-11.312,0l-112,112c-3.128,3.128-3.128,8.184,0,11.312
18
+ c1.56,1.56,3.608,2.344,5.656,2.344s4.096-0.784,5.656-2.344l112-112C128.787,250.448,128.787,245.392,125.659,242.264z"/>
19
+ <path d="M146.347,298.264l-56,56c-3.128,3.128-3.128,8.184,0,11.312c1.56,1.56,3.608,2.344,5.656,2.344
20
+ c2.048,0,4.096-0.784,5.656-2.344l56-56c3.128-3.128,3.128-8.184,0-11.312C154.531,295.136,149.475,295.136,146.347,298.264z"/>
21
+ <path d="M8.003,279.92c2.048,0,4.096-0.784,5.656-2.344l56-56c3.128-3.128,3.128-8.184,0-11.312
22
+ c-3.128-3.128-8.184-3.128-11.312,0l-56,56c-3.128,3.128-3.128,8.184,0,11.312C3.907,279.136,5.955,279.92,8.003,279.92z"/>
23
+ </g>
24
+ </g>
25
+ </g>
26
+ <g>
27
+ </g>
28
+ <g>
29
+ </g>
30
+ <g>
31
+ </g>
32
+ <g>
33
+ </g>
34
+ <g>
35
+ </g>
36
+ <g>
37
+ </g>
38
+ <g>
39
+ </g>
40
+ <g>
41
+ </g>
42
+ <g>
43
+ </g>
44
+ <g>
45
+ </g>
46
+ <g>
47
+ </g>
48
+ <g>
49
+ </g>
50
+ <g>
51
+ </g>
52
+ <g>
53
+ </g>
54
+ <g>
55
+ </g>
56
+ </svg>
@@ -0,0 +1 @@
1
+ <svg t="1674921978278" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4292" width="16" height="16"><path d="M844.89 85.33H179.11L0 436.6l512 502.07 512-502.07L844.89 85.33zM106.34 419.67l126.77-248.64h557.77l126.77 248.64L512 817.46 106.34 419.67z" fill="#fff" p-id="4293"></path><path d="M512 603.21L324.41 419.26l-61.8 60.6L512 724.42l249.39-244.56-61.8-60.6z" fill="#fff" p-id="4294"></path></svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <!-- Creator: CorelDRAW 2018 (64-Bit) -->
4
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="1080px" height="1080px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
5
+ viewBox="0 0 1080 1080"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <g id="图层_x0020_1">
8
+ <metadata id="CorelCorpID_0Corel-Layer"/>
9
+ <path class="fil0" d="M263.191 821.944c2.971,-59.208 3.974,-85.127 31.129,-121.722 26.274,28.323 55.677,50.843 88.909,65.268 7.299,3.169 14.757,5.935 22.379,8.282 -49.156,43.913 -72.723,44.676 -142.417,48.172zm266.002 -396.4c-8.693,5.716 -16.828,12.39 -24.07,19.761 -11.721,11.929 -20.96,25.545 -26.198,39.646l32.244 -31.195c6.65,-6.434 13.983,-19.503 18.024,-28.212zm74.876 -69.643c-12.834,2.066 -23.487,5.123 -32.922,8.968 10.175,2.997 19.308,5.758 32.848,9.811 0.024,-6.259 0.048,-12.519 0.074,-18.779zm73.304 -34.522l9.354 3.954 7.308 -7.179c-10.209,-4.819 -20.967,-9.085 -32.258,-12.755l15.596 15.98zm-35.851 -21.777c-17.763,-4.421 -36.692,-7.46 -56.735,-8.976 12.086,-9.417 38.566,-14.418 57.046,-18.652 -30.071,-12.168 -82.574,-13.793 -125.557,-0.079 -2.387,7.255 -7.144,18.632 -12.94,23.858 -7.641,6.888 -14.758,12.983 -21.07,18.863 48.667,-21.58 100.812,-23.125 151.91,-8.939l7.346 -6.075zm-337.565 -2.412c5.845,38.056 -9.627,99.315 -12.579,107.114 -2.953,7.799 -6.844,16.763 -19.678,48.845 -12.833,32.083 -11.808,93.777 -3.177,113.231 -20.921,-14.72 -46.706,-23.052 -71.286,-14.169 41.35,21.103 64.795,67.911 92.253,103.842 63.07,82.534 140.785,121.102 240.559,93.332 49.296,-13.72 120.96,-109.381 78.708,-146.2 -73.145,41.289 -151.837,-11.579 -154.931,-92.098 -2.254,-58.642 61.604,-118.173 123.59,-125.791 -25.294,-7.572 -33.939,-11.501 -66.439,-6.327 29.242,-21.437 51.281,-38.389 101.269,-43.353 3.071,-5.744 8.035,-9.685 12.946,-13.747 -62.567,-16.205 -153.997,-14.088 -233.345,90.999 23.627,-52.134 40.682,-73.155 99.728,-130.706 15.578,-15.183 12.469,-37.445 10.522,-52.842 -16.614,27.288 -47.002,42.141 -88.416,60.434 -31.404,13.872 -59.88,36.849 -80.849,65.86 -5.258,-22.475 -10.482,-42.714 -28.875,-58.424zm299.094 429.782c7.477,-3.079 14.86,-6.363 22.207,-9.855 -20.961,34.044 -71.604,71.999 -163.111,84.007 97.83,25.754 191.278,11.13 250.136,-49.914 -4.714,8.286 -9.625,17.086 -15.021,24.927 72.196,-41.714 166.171,-164.354 98.843,-282.532 11.372,9.248 20.888,20.489 28.946,35.808 0.53,-56.188 -16.52,-107.179 -48.986,-147.56l-19.019 19.36 35.167 34.322 -26.237 31.726c-12.851,15.539 -21.276,15.568 -37.196,15.622l-22.243 0.088c-0.421,7.437 -3.575,14.354 -9.07,19.401l-0.348 16.269c-0.332,15.538 -9.223,30.806 -24.679,35.455l0.008 0.028c-18.622,5.54 -33.835,16.844 -47.154,30.611 9.363,8.25 15.352,18.332 18.506,29.665 5.108,18.35 2.016,38.965 -6.368,59.171 -8.013,19.313 -20.485,37.828 -34.381,53.401zm-124.184 -211.904l47.128 -45.596c9.606,-9.293 23.617,-32.5 28.739,-49.717 1.09,-3.663 5.77,-6.91 12.244,-7.048l31.244 -0.668 1.722 -5.407c0.945,-2.968 2.214,-3.403 4.871,-3.417l20.122 -0.096c1.025,-0.005 1.825,-0.9 1.828,-1.877l0.175 -44.256c0.034,-8.653 -0.123,-13.096 6.717,-18.752l14.18 -11.727 35.714 36.594 91.285 -89.672 5.709 -22.328c2.23,-8.72 8.392,-8.424 15.158,-2.542l21.864 19.009 19.009 21.864c5.882,6.766 6.178,12.928 -2.542,15.158l-22.328 5.709 -89.672 91.285 36.594 35.714 -11.727 14.18c-5.656,6.84 -10.099,6.683 -18.753,6.717l-44.255 0.174c-0.977,0.004 -1.872,0.804 -1.877,1.829l-0.097 20.122c-0.013,2.658 -0.448,3.926 -3.416,4.871l-5.407 1.722 -0.668 31.244c-0.138,6.475 -3.385,11.154 -7.049,12.244 -17.216,5.122 -40.422,19.133 -49.716,28.739l-24.778 25.611c-28.331,14.062 -56.972,12.274 -82.371,-10.624 -14.597,-13.16 -25.044,-31.614 -28.638,-51.937 -0.437,-2.467 -0.774,-4.844 -1.009,-7.122z"/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,64 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
+ <path style="fill:#00D8DE;" d="M286.187,268.435L112.968,441.677c-6.875,6.876-18.021,6.876-24.897,0.001L45.214,398.82
6
+ c-6.874-6.874-6.875-18.02-0.001-24.894l117.914-117.939l-69.122-69.122l-48.79-48.79c-6.875-6.875-6.875-18.021,0-24.896
7
+ l42.857-42.857c6.875-6.875,18.021-6.875,24.896,0l116.543,116.543l56.675,56.675C293.06,250.414,293.061,261.56,286.187,268.435z"
8
+ />
9
+ <path style="fill:#00A5FF;" d="M230.853,188.261L163.1,256.014l-25.897-25.897l-43.197-43.252l-48.79-48.79
10
+ c-6.875-6.875-6.875-18.021,0-24.896L88.07,70.325c6.876-6.876,18.025-6.875,24.899,0.003l91.987,92.035L230.853,188.261z"/>
11
+ <polygon style="fill:#0087FF;" points="230.853,188.261 163.1,256.014 146.67,239.557 214.422,171.804 "/>
12
+ <path style="fill:#00A5FF;" d="M466.786,268.435L293.568,441.677c-6.875,6.876-18.022,6.876-24.897,0.001l-42.858-42.858
13
+ c-6.874-6.874-6.875-18.02-0.001-24.894l117.914-117.939l-69.122-69.122l-48.79-48.79c-6.875-6.875-6.875-18.021,0-24.896
14
+ l42.857-42.857c6.875-6.875,18.021-6.875,24.896,0L410.11,186.865l56.675,56.675C473.66,250.414,473.66,261.56,466.786,268.435z"/>
15
+ <path style="fill:#00D8DE;" d="M411.452,188.261l-67.753,67.753l-25.897-25.897l-43.197-43.252l-48.79-48.79
16
+ c-6.875-6.875-6.875-18.021,0-24.896l42.854-42.854c6.876-6.876,18.025-6.875,24.899,0.003l91.987,92.035L411.452,188.261z"/>
17
+ <g>
18
+ <polygon style="fill:#05C1C1;" points="411.452,188.261 343.699,256.014 327.269,239.557 395.022,171.804 "/>
19
+ <path style="fill:#05C1C1;" d="M494.01,488.583c-4.143,0-7.5,3.358-7.5,7.5v8.417c0,4.142,3.357,7.5,7.5,7.5s7.5-3.358,7.5-7.5
20
+ v-8.417C501.51,491.941,498.153,488.583,494.01,488.583z"/>
21
+ <path style="fill:#05C1C1;" d="M449.738,488.583c-4.143,0-7.5,3.358-7.5,7.5v8.417c0,4.142,3.357,7.5,7.5,7.5s7.5-3.358,7.5-7.5
22
+ v-8.417C457.238,491.941,453.881,488.583,449.738,488.583z"/>
23
+ <path style="fill:#05C1C1;" d="M405.466,488.583c-4.143,0-7.5,3.358-7.5,7.5v8.417c0,4.142,3.357,7.5,7.5,7.5s7.5-3.358,7.5-7.5
24
+ v-8.417C412.966,491.941,409.608,488.583,405.466,488.583z"/>
25
+ </g>
26
+ <g>
27
+ <path style="fill:#0087FF;" d="M106.534,23.417c4.142,0,7.5-3.358,7.5-7.5V7.5c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v8.417
28
+ C99.034,20.059,102.392,23.417,106.534,23.417z"/>
29
+ <path style="fill:#0087FF;" d="M62.262,23.417c4.142,0,7.5-3.358,7.5-7.5V7.5c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v8.417
30
+ C54.762,20.059,58.12,23.417,62.262,23.417z"/>
31
+ <path style="fill:#0087FF;" d="M17.99,0c-4.142,0-7.5,3.358-7.5,7.5v8.417c0,4.142,3.358,7.5,7.5,7.5s7.5-3.358,7.5-7.5V7.5
32
+ C25.49,3.358,22.132,0,17.99,0z"/>
33
+ </g>
34
+ <g>
35
+ </g>
36
+ <g>
37
+ </g>
38
+ <g>
39
+ </g>
40
+ <g>
41
+ </g>
42
+ <g>
43
+ </g>
44
+ <g>
45
+ </g>
46
+ <g>
47
+ </g>
48
+ <g>
49
+ </g>
50
+ <g>
51
+ </g>
52
+ <g>
53
+ </g>
54
+ <g>
55
+ </g>
56
+ <g>
57
+ </g>
58
+ <g>
59
+ </g>
60
+ <g>
61
+ </g>
62
+ <g>
63
+ </g>
64
+ </svg>
@@ -0,0 +1,49 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
+ <g>
6
+ <g>
7
+ <path d="M452.033,0.142H60.251c-33.066,0-59.967,26.901-59.967,59.967v79.956h39.978V60.109c0-11.022,8.967-19.989,19.989-19.989
8
+ h391.783c11.022,0,19.989,8.967,19.989,19.989v391.783c0,11.022-8.967,19.989-19.989,19.989H60.251
9
+ c-11.022,0-19.989-8.967-19.989-19.989v-79.956H0.284v79.956c0,33.066,26.901,59.967,59.967,59.967h391.783
10
+ c33.066,0,59.967-26.901,59.967-59.967V60.109C512,27.043,485.099,0.142,452.033,0.142z"/>
11
+ </g>
12
+ </g>
13
+ <g>
14
+ <g>
15
+ <polygon points="364.082,236.011 76.526,236.011 152.483,160.053 124.215,131.785 0,256 124.215,380.215 152.483,351.947
16
+ 76.526,275.989 364.082,275.989 "/>
17
+ </g>
18
+ </g>
19
+ <g>
20
+ </g>
21
+ <g>
22
+ </g>
23
+ <g>
24
+ </g>
25
+ <g>
26
+ </g>
27
+ <g>
28
+ </g>
29
+ <g>
30
+ </g>
31
+ <g>
32
+ </g>
33
+ <g>
34
+ </g>
35
+ <g>
36
+ </g>
37
+ <g>
38
+ </g>
39
+ <g>
40
+ </g>
41
+ <g>
42
+ </g>
43
+ <g>
44
+ </g>
45
+ <g>
46
+ </g>
47
+ <g>
48
+ </g>
49
+ </svg>
@@ -0,0 +1 @@
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g id="Flat"><g id="Color"><path d="m332.664 236.024c-5.068-15.4-19.946-30.468-36.121-30.187-15.639.272-28.631 9.62-35.428 22.357a5.691 5.691 0 0 1 -10.23 0c-6.8-12.737-19.788-22.085-35.428-22.357-16.175-.281-31.052 14.792-36.12 30.187-16.268 49.414 34.306 82.148 69.791 94.671a20.58 20.58 0 0 0 13.744 0c35.476-12.519 86.061-45.243 69.792-94.671z" fill="#f06292"/><g fill="#ffd54f"><path d="m125.852 335.868a11.962 11.962 0 0 1 -17.218-3.684 147.677 147.677 0 0 1 3.136-152.857 12.02 12.02 0 0 1 17.458-3.106l12.747 9.787a11.967 11.967 0 0 1 2.915 15.792 107.683 107.683 0 0 0 -2.4 109.009 12.059 12.059 0 0 1 -3.49 15.814z"/><path d="m63.179 396.455a11.978 11.978 0 0 1 -17.027-3.243 250.158 250.158 0 0 1 3.839-274.588 12.028 12.028 0 0 1 17.2-2.892l19.181 14.483a11.963 11.963 0 0 1 2.776 16.2 202.162 202.162 0 0 0 -3.248 219.851 12.034 12.034 0 0 1 -3.141 16.255z"/><path d="m386.148 335.868a11.962 11.962 0 0 0 17.218-3.684 147.677 147.677 0 0 0 -3.136-152.857 12.02 12.02 0 0 0 -17.458-3.106l-12.747 9.787a11.967 11.967 0 0 0 -2.915 15.792 107.683 107.683 0 0 1 2.4 109.009 12.059 12.059 0 0 0 3.49 15.814z"/><path d="m448.821 396.455a11.978 11.978 0 0 0 17.027-3.243 250.158 250.158 0 0 0 -3.839-274.588 12.028 12.028 0 0 0 -17.2-2.892l-19.181 14.483a11.963 11.963 0 0 0 -2.776 16.2 202.162 202.162 0 0 1 3.248 219.851 12.034 12.034 0 0 0 3.141 16.255z"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m346.005 512c-3.568 0-7.094-1.272-9.884-3.714l-79.912-69.963-80.359 69.988c-4.433 3.862-10.714 4.775-16.065 2.341-5.351-2.436-8.786-7.772-8.786-13.652v-235.98c0-8.284 6.716-15 15-15h180.003c8.284 0 15 6.716 15 15v235.98c0 5.887-3.443 11.228-8.804 13.66-1.984.9-4.096 1.34-6.193 1.34z" fill="#28c1d1"/><path d="m346.002 246.02h-90.002v192.486l.209-.182 79.912 69.963c2.79 2.441 6.315 3.714 9.884 3.714 2.097 0 4.209-.44 6.193-1.34 5.361-2.432 8.804-7.773 8.804-13.66v-235.981c0-8.285-6.716-15-15-15z" fill="#008896"/><path d="m256 356.574c-5.359 0-10.311-2.859-12.99-7.5l-43.381-75.138h-84.465c-5.359 0-10.311-2.859-12.99-7.5-2.68-4.641-2.68-10.359 0-15l42.233-73.149-42.233-73.149c-2.68-4.641-2.68-10.359 0-15 2.679-4.641 7.631-7.5 12.99-7.5h84.465l43.381-75.138c2.679-4.641 7.631-7.5 12.99-7.5s10.311 2.859 12.99 7.5l43.381 75.138h84.465c5.359 0 10.311 2.859 12.99 7.5 2.68 4.641 2.68 10.359 0 15l-42.233 73.149 42.233 73.149c2.68 4.641 2.68 10.359 0 15-2.679 4.641-7.631 7.5-12.99 7.5h-84.465l-43.381 75.138c-2.679 4.641-7.631 7.5-12.99 7.5z" fill="#fff566"/><path d="m268.99 349.074 43.381-75.138h84.465c5.359 0 10.311-2.859 12.99-7.5 2.68-4.641 2.68-10.359 0-15l-42.233-73.149 42.233-73.149c2.68-4.641 2.68-10.359 0-15-2.679-4.641-7.631-7.5-12.99-7.5h-84.465l-43.381-75.138c-2.679-4.641-7.631-7.5-12.99-7.5v356.574c5.359 0 10.311-2.859 12.99-7.5z" fill="#ffcf2c"/><path d="m312.586 273.936h84.251c5.359 0 10.311-2.859 12.99-7.5 2.68-4.641 2.68-10.359 0-15l-42.233-73.149h-111.594z" fill="#ffb500"/><path d="m115.164 82.638c-5.359 0-10.311 2.859-12.99 7.5-2.68 4.641-2.68 10.359 0 15l42.233 73.149h111.593l-56.585-95.649z" fill="#ffb500"/><path d="m396.837 82.638h-84.251l-56.586 95.649h111.594l42.233-73.149c2.68-4.641 2.68-10.359 0-15-2.679-4.641-7.631-7.5-12.99-7.5z" fill="#ff9300"/><path d="m102.174 251.436c-2.68 4.641-2.68 10.359 0 15 2.679 4.641 7.631 7.5 12.99 7.5h84.251l56.585-95.649h-111.594z" fill="#ffcf2c"/><path d="m93.36 193.29c-3.95 0-7.81-1.6-10.61-4.391-2.79-2.8-4.39-6.67-4.39-10.609 0-3.95 1.6-7.82 4.39-10.61 2.8-2.79 6.66-4.39 10.61-4.39s7.82 1.6 10.61 4.39 4.39 6.66 4.39 10.61-1.6 7.81-4.39 10.609c-2.79 2.79-6.66 4.391-10.61 4.391z" fill="#ffb500"/><path d="m418.64 193.29c-3.95 0-7.81-1.6-10.61-4.391-2.79-2.8-4.39-6.67-4.39-10.609 0-3.95 1.6-7.82 4.39-10.61s6.66-4.39 10.61-4.39 7.81 1.6 10.61 4.39c2.79 2.79 4.39 6.66 4.39 10.61 0 3.94-1.6 7.81-4.39 10.609-2.8 2.79-6.66 4.391-10.61 4.391z" fill="#ff9300"/></svg>
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 426.667 426.667" style="enable-background:new 0 0 426.667 426.667;" xml:space="preserve">
5
+ <g>
6
+ <g>
7
+ <circle cx="42.667" cy="213.333" r="42.667"/>
8
+ </g>
9
+ </g>
10
+ <g>
11
+ <g>
12
+ <circle cx="213.333" cy="213.333" r="42.667"/>
13
+ </g>
14
+ </g>
15
+ <g>
16
+ <g>
17
+ <circle cx="384" cy="213.333" r="42.667"/>
18
+ </g>
19
+ </g>
20
+ <g>
21
+ </g>
22
+ <g>
23
+ </g>
24
+ <g>
25
+ </g>
26
+ <g>
27
+ </g>
28
+ <g>
29
+ </g>
30
+ <g>
31
+ </g>
32
+ <g>
33
+ </g>
34
+ <g>
35
+ </g>
36
+ <g>
37
+ </g>
38
+ <g>
39
+ </g>
40
+ <g>
41
+ </g>
42
+ <g>
43
+ </g>
44
+ <g>
45
+ </g>
46
+ <g>
47
+ </g>
48
+ <g>
49
+ </g>
50
+ </svg>
@@ -0,0 +1,51 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
+ <g>
6
+ <g>
7
+ <path d="M255.15,468.625H63.787c-11.737,0-21.262-9.526-21.262-21.262V64.638c0-11.737,9.526-21.262,21.262-21.262H255.15
8
+ c11.758,0,21.262-9.504,21.262-21.262S266.908,0.85,255.15,0.85H63.787C28.619,0.85,0,29.47,0,64.638v382.724
9
+ c0,35.168,28.619,63.787,63.787,63.787H255.15c11.758,0,21.262-9.504,21.262-21.262
10
+ C276.412,478.129,266.908,468.625,255.15,468.625z"/>
11
+ </g>
12
+ </g>
13
+ <g>
14
+ <g>
15
+ <path d="M505.664,240.861L376.388,113.286c-8.335-8.25-21.815-8.143-30.065,0.213s-8.165,21.815,0.213,30.065l92.385,91.173
16
+ H191.362c-11.758,0-21.262,9.504-21.262,21.262c0,11.758,9.504,21.263,21.262,21.263h247.559l-92.385,91.173
17
+ c-8.377,8.25-8.441,21.709-0.213,30.065c4.167,4.21,9.653,6.336,15.139,6.336c5.401,0,10.801-2.041,14.926-6.124l129.276-127.575
18
+ c4.04-3.997,6.336-9.441,6.336-15.139C512,250.302,509.725,244.88,505.664,240.861z"/>
19
+ </g>
20
+ </g>
21
+ <g>
22
+ </g>
23
+ <g>
24
+ </g>
25
+ <g>
26
+ </g>
27
+ <g>
28
+ </g>
29
+ <g>
30
+ </g>
31
+ <g>
32
+ </g>
33
+ <g>
34
+ </g>
35
+ <g>
36
+ </g>
37
+ <g>
38
+ </g>
39
+ <g>
40
+ </g>
41
+ <g>
42
+ </g>
43
+ <g>
44
+ </g>
45
+ <g>
46
+ </g>
47
+ <g>
48
+ </g>
49
+ <g>
50
+ </g>
51
+ </svg>
@@ -0,0 +1,46 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 512.092 512.092" style="enable-background:new 0 0 512.092 512.092;" xml:space="preserve">
5
+ <path style="fill:#FFA000;" d="M396.784,446.553L266.011,115.886c-1.446-3.641-4.771-6.196-8.661-6.656L54.683,85.38
6
+ c-5.752-0.808-11.07,3.2-11.878,8.952c-0.018,0.13-0.034,0.261-0.048,0.392L0.091,436.057c-0.763,5.841,3.353,11.196,9.194,11.959
7
+ c0.085,0.011,0.171,0.021,0.256,0.03l373.333,42.667h1.216c5.521,0.024,10.148-4.168,10.667-9.664l2.773-29.589
8
+ C397.672,449.788,397.416,448.107,396.784,446.553z"/>
9
+ <path style="fill:#FFE082;" d="M469.424,94.724c-0.684-5.851-5.983-10.04-11.834-9.355c-0.031,0.004-0.061,0.007-0.092,0.011
10
+ l-91.733,10.795L94.832,128.046c-5.801,0.659-9.994,5.86-9.408,11.669l32,341.333c0.519,5.496,5.146,9.688,10.667,9.664h1.216
11
+ l373.333-42.667c5.853-0.671,10.053-5.96,9.382-11.813c-0.005-0.045-0.01-0.089-0.016-0.134L469.424,94.724z"/>
12
+ <path style="fill:#455A64;" d="M309.424,170.713c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571
13
+ l53.333-53.333c4.093-4.237,10.845-4.355,15.083-0.262c4.237,4.093,4.354,10.845,0.262,15.083c-0.086,0.089-0.173,0.176-0.262,0.262
14
+ l-53.333,53.333C314.96,169.579,312.251,170.707,309.424,170.713z"/>
15
+ <circle style="fill:#F44336;" cx="394.758" cy="74.713" r="53.333"/>
16
+ <g>
17
+ </g>
18
+ <g>
19
+ </g>
20
+ <g>
21
+ </g>
22
+ <g>
23
+ </g>
24
+ <g>
25
+ </g>
26
+ <g>
27
+ </g>
28
+ <g>
29
+ </g>
30
+ <g>
31
+ </g>
32
+ <g>
33
+ </g>
34
+ <g>
35
+ </g>
36
+ <g>
37
+ </g>
38
+ <g>
39
+ </g>
40
+ <g>
41
+ </g>
42
+ <g>
43
+ </g>
44
+ <g>
45
+ </g>
46
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><g><g><g><g><path d="m254.648 272.015c-3.016 0-5.414-2.583-5.14-5.587 2.82-30.875 28.782-55.06 60.393-55.06s57.573 24.184 60.393 55.06c.274 3.003-2.124 5.587-5.14 5.587z" fill="#837bbf"/><path d="m348.644 225.345c-10.528 8.715-24.044 13.959-38.745 13.959s-28.206-5.244-38.735-13.959c10.508-8.726 24.003-13.98 38.735-13.98s28.237 5.255 38.745 13.98z" fill="#6e63b4"/></g><g><circle cx="309.901" cy="178.469" fill="#aca7d4" r="40.235"/><path d="m350.138 178.472c0 22.221-18.018 40.229-40.239 40.229-5.182 0-10.127-.979-14.68-2.761 14.958-5.862 25.559-20.428 25.559-37.468 0-17.039-10.601-31.606-25.559-37.478 4.553-1.782 9.498-2.761 14.68-2.761 22.221 0 40.239 18.018 40.239 40.239z" fill="#9790c9"/></g></g><g><g><path d="m146.846 272.015c-3.016 0-5.414-2.583-5.14-5.587 2.82-30.875 28.782-55.06 60.393-55.06s57.573 24.184 60.393 55.06c.274 3.003-2.124 5.587-5.14 5.587z" fill="#22c7db"/><path d="m240.836 225.345c-10.528 8.715-24.034 13.959-38.735 13.959s-28.217-5.244-38.745-13.959c10.508-8.726 24.014-13.98 38.745-13.98 14.732.001 28.227 5.255 38.735 13.98z" fill="#1fb2cc"/></g><g><circle cx="202.099" cy="178.469" fill="#a8e7ef" r="40.235"/><path d="m242.34 178.472c0 22.221-18.018 40.229-40.239 40.229-5.182 0-10.127-.979-14.68-2.761 14.958-5.862 25.559-20.428 25.559-37.468 0-17.039-10.601-31.606-25.559-37.478 4.553-1.782 9.498-2.761 14.68-2.761 22.221 0 40.239 18.018 40.239 40.239z" fill="#70d9e6"/></g></g></g><g><g><path d="m200.747 303.062c-3.016 0-5.414-2.583-5.14-5.587 2.82-30.875 28.782-55.06 60.393-55.06s57.573 24.184 60.393 55.06c.274 3.003-2.124 5.587-5.14 5.587z" fill="#1c96f9"/><path d="m294.735 256.395c-10.528 8.715-24.034 13.959-38.735 13.959s-28.206-5.244-38.735-13.959c10.508-8.726 24.003-13.98 38.735-13.98s28.227 5.254 38.735 13.98z" fill="#1785f8"/></g><g><circle cx="256" cy="209.515" fill="#64b9fc" r="40.235"/><path d="m296.239 209.511c0 22.221-18.018 40.239-40.239 40.239-5.182 0-10.127-.979-14.68-2.761 14.958-5.872 25.559-20.439 25.559-37.478s-10.601-31.606-25.559-37.468c4.553-1.782 9.498-2.761 14.68-2.761 22.221.001 40.239 18.008 40.239 40.229z" fill="#31a7fb"/></g></g></g></g><g><path d="m256 485.847c-1.334 0-2.668-.345-3.863-1.035l-192.362-111.061c-2.39-1.38-3.863-3.931-3.863-6.691v-222.12c0-2.761 1.473-5.311 3.863-6.691l192.362-111.06c2.39-1.38 5.336-1.38 7.726 0l192.362 111.06c2.39 1.38 3.863 3.931 3.863 6.691v222.12c0 2.761-1.473 5.311-3.863 6.691l-192.362 111.06c-1.195.691-2.529 1.036-3.863 1.036zm-184.636-123.247 184.636 106.599 184.636-106.6v-213.199l-184.636-106.599-184.636 106.599zm376.998 4.46h.01z" fill="#cbe5e7"/></g><g><g><path d="m256 112.248c-4.267 0-7.726-3.459-7.726-7.726v-39.858c0-4.268 3.459-7.726 7.726-7.726s7.726 3.459 7.726 7.726v39.858c0 4.268-3.459 7.726-7.726 7.726z" fill="#a9d3d8"/></g><circle cx="256" cy="33.879" fill="#bcea73" r="33.879"/><path d="m289.877 33.875c0 18.711-15.164 33.886-33.875 33.886-5.257 0-10.232-1.201-14.677-3.342 11.357-5.473 19.187-17.1 19.187-30.544s-7.831-25.06-19.187-30.533c4.446-2.141 9.421-3.342 14.677-3.342 18.712 0 33.875 15.164 33.875 33.875z" fill="#99d53b"/></g><g><g><path d="m256 455.051c-4.267 0-7.726-3.459-7.726-7.726v-39.847c0-4.268 3.459-7.726 7.726-7.726s7.726 3.459 7.726 7.726v39.847c0 4.268-3.459 7.726-7.726 7.726z" fill="#a9d3d8"/></g><circle cx="256" cy="478.119" fill="#bcea73" r="33.879"/><path d="m289.877 478.114c0 18.711-15.164 33.886-33.875 33.886-5.257 0-10.232-1.201-14.677-3.342 11.357-5.473 19.187-17.1 19.187-30.544s-7.831-25.06-19.187-30.533c4.445-2.142 9.42-3.342 14.677-3.342 18.712 0 33.875 15.164 33.875 33.875z" fill="#99d53b"/></g><g><g><g><path d="m387.149 187.958c-2.67 0-5.267-1.385-6.698-3.863-2.134-3.695-.868-8.422 2.827-10.555l34.499-19.923c3.695-2.133 8.421-.867 10.554 2.827 2.134 3.695.868 8.422-2.827 10.555l-34.499 19.923c-1.216.702-2.545 1.036-3.856 1.036z" fill="#a9d3d8"/></g><circle cx="448.362" cy="144.878" fill="#bcea73" r="33.879"/><path d="m482.239 144.874c0 18.711-15.164 33.886-33.875 33.886-5.257 0-10.232-1.201-14.677-3.342 11.357-5.473 19.187-17.1 19.187-30.544s-7.831-25.06-19.187-30.533c4.445-2.142 9.42-3.342 14.677-3.342 18.712 0 33.875 15.164 33.875 33.875z" fill="#99d53b"/></g><g><g><path d="m124.851 187.958c-1.311 0-2.64-.334-3.857-1.036l-34.499-19.923c-3.695-2.134-4.961-6.86-2.827-10.555s6.861-4.959 10.554-2.827l34.499 19.923c3.695 2.134 4.961 6.86 2.827 10.555-1.43 2.477-4.027 3.863-6.697 3.863z" fill="#a9d3d8"/></g><circle cx="63.638" cy="144.878" fill="#bcea73" r="33.879"/><path d="m97.515 144.874c0 18.711-15.164 33.886-33.875 33.886-5.257 0-10.232-1.201-14.677-3.342 11.357-5.473 19.187-17.1 19.187-30.544s-7.831-25.06-19.187-30.533c4.445-2.142 9.42-3.342 14.677-3.342 18.711 0 33.875 15.164 33.875 33.875z" fill="#99d53b"/></g></g><g><g><g><path d="m422.657 359.948c-1.311 0-2.64-.334-3.857-1.036l-35.481-20.492c-3.695-2.135-4.961-6.86-2.826-10.555 2.134-3.695 6.859-4.958 10.555-2.827l35.481 20.492c3.695 2.135 4.961 6.86 2.826 10.555-1.431 2.477-4.029 3.863-6.698 3.863z" fill="#a9d3d8"/></g><circle cx="448.362" cy="367.068" fill="#bcea73" r="33.879"/><path d="m482.239 367.063c0 18.711-15.164 33.886-33.875 33.886-5.257 0-10.232-1.201-14.677-3.342 11.357-5.473 19.187-17.1 19.187-30.544s-7.831-25.06-19.187-30.533c4.445-2.142 9.42-3.342 14.677-3.342 18.712 0 33.875 15.164 33.875 33.875z" fill="#99d53b"/></g><g><g><path d="m89.343 359.948c-2.67 0-5.267-1.385-6.698-3.863-2.134-3.695-.869-8.421 2.826-10.555l35.481-20.492c3.694-2.131 8.421-.868 10.555 2.827s.869 8.421-2.826 10.555l-35.481 20.491c-1.217.703-2.546 1.037-3.857 1.037z" fill="#a9d3d8"/></g><circle cx="63.638" cy="367.068" fill="#bcea73" r="33.879"/><path d="m97.515 367.063c0 18.711-15.164 33.886-33.875 33.886-5.257 0-10.232-1.201-14.677-3.342 11.357-5.473 19.187-17.1 19.187-30.544s-7.831-25.06-19.187-30.533c4.445-2.142 9.42-3.342 14.677-3.342 18.711 0 33.875 15.164 33.875 33.875z" fill="#99d53b"/></g></g><g><g><path d="m320.715 351.283h-22.993c-4.267 0-7.726-3.459-7.726-7.726s3.459-7.726 7.726-7.726h22.993c4.267 0 7.726 3.459 7.726 7.726s-3.459 7.726-7.726 7.726z" fill="#cbe5e7"/></g><g><path d="m320.715 381.543h-129.43c-4.267 0-7.726-3.459-7.726-7.726s3.459-7.726 7.726-7.726h129.43c4.267 0 7.726 3.459 7.726 7.726s-3.459 7.726-7.726 7.726z" fill="#cbe5e7"/></g><g><g id="XMLID_429_"><path d="m191.393 351.283c-.025 0-.049 0-.074 0l-.107-.001c-4.267-.04-7.693-3.532-7.653-7.799.04-4.268 3.543-7.678 7.799-7.654l.107.001c4.267.04 7.693 3.532 7.653 7.799-.04 4.242-3.492 7.654-7.725 7.654z" fill="#cbe5e7"/></g><g id="XMLID_428_"><path d="m218.156 351.283c-.025 0-.049 0-.074 0l-.107-.001c-4.267-.04-7.693-3.532-7.653-7.799.04-4.242 3.491-7.654 7.724-7.654h.074l.107.001c4.267.04 7.693 3.532 7.653 7.799-.039 4.242-3.491 7.654-7.724 7.654z" fill="#cbe5e7"/></g><g id="XMLID_113_"><path d="m244.919 351.283c-.025 0-.049 0-.074 0l-.107-.001c-4.267-.04-7.693-3.532-7.653-7.799.04-4.242 3.491-7.654 7.724-7.654h.074l.107.001c4.267.04 7.693 3.532 7.653 7.799-.04 4.242-3.492 7.654-7.724 7.654z" fill="#cbe5e7"/></g></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg height="512pt" viewBox="0 -6 512.0005 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m254.570312 472.617188c-4.167968 0-7.601562-3.316407-7.722656-7.507813-.121094-4.265625 3.238282-7.820313 7.503906-7.941406 4.273438-.195313 7.863282 3.113281 8.050782 7.378906.191406 4.261719-3.121094 7.871094-7.386719 8.058594l-.222656.007812c-.074219.003907-.148438.003907-.222657.003907zm-31.070312-1.164063c-.304688 0-.605469-.015625-.914062-.050781l-.019532-.003906c-4.246094-.425782-7.320312-4.207032-6.894531-8.457032.425781-4.246094 4.238281-7.335937 8.480469-6.914062l.238281.023437c4.238281.5 7.269531 4.339844 6.769531 8.578125-.460937 3.933594-3.796875 6.824219-7.660156 6.824219zm62.070312-2.382813c-3.617187 0-6.847656-2.550781-7.570312-6.234374-.828125-4.1875 1.898438-8.25 6.085938-9.074219l.144531-.027344c4.191406-.800781 8.238281 1.949219 9.039062 6.140625.800781 4.1875-1.945312 8.238281-6.136719 9.039062l-.058593.011719c-.507813.097657-1.007813.144531-1.503907.144531zm-92.726562-3.503906c-.671875 0-1.355469-.089844-2.039062-.273437l-.042969-.011719c-4.121094-1.097656-6.582031-5.328125-5.488281-9.449219 1.09375-4.125 5.320312-6.582031 9.441406-5.492187l.160156.042968c4.117188 1.125 6.542969 5.371094 5.417969 9.488282-.9375 3.4375-4.050781 5.695312-7.449219 5.695312zm122.835938-4.75c-3.160157 0-6.121094-1.945312-7.265626-5.085937-1.457031-4.011719.613282-8.445313 4.621094-9.902344l.128906-.042969c4.011719-1.441406 8.4375.640625 9.882813 4.65625s-.644531 8.441406-4.660156 9.886719l-.066407.023437c-.875.316407-1.765624.464844-2.640624.464844zm-152.265626-5.789062c-1.054687 0-2.125-.21875-3.152343-.683594l-.105469-.046875c-3.886719-1.761719-5.609375-6.339844-3.847656-10.226563 1.761718-3.886718 6.335937-5.609374 10.226562-3.847656 3.890625 1.757813 5.660156 6.351563 3.90625 10.242188-1.292968 2.863281-4.089844 4.5625-7.027344 4.5625zm180.726563-6.980469c-2.765625 0-5.433594-1.484375-6.824219-4.089844-2.011718-3.765625-.585937-8.449219 3.179688-10.457031 3.738281-2.054688 8.4375-.691406 10.496094 3.046875 2.054687 3.738281.695312 8.4375-3.046876 10.492187l-.175781.097657c-1.160156.617187-2.402343.910156-3.628906.910156zm70.175781-69.070313.050782.035157-.816407-.582031zm-356.671875-33.679687c-3.050781 0-5.941406-1.820313-7.164062-4.820313l-.019531-.054687c-1.628907-3.945313.25-8.464844 4.191406-10.089844 3.945312-1.628906 8.464844.25 10.089844 4.191407l.054687.136718c1.609375 3.953125-.296875 8.460938-4.25 10.066406-.949219.386719-1.9375.570313-2.902344.570313zm383.53125-14.828125c-.808593 0-1.632812-.128906-2.445312-.398438-4.019531-1.339843-6.207031-5.667968-4.914063-9.695312 1.261719-4.058594 5.566406-6.351562 9.632813-5.117188 4.082031 1.242188 6.386719 5.542969 5.152343 9.621094l-.097656.304688c-1.078125 3.238281-4.09375 5.285156-7.328125 5.285156zm-392.980469-14.917969c-3.496093 0-6.664062-2.386719-7.511718-5.933593l-.023438-.101563c-.988281-4.152344 1.570313-8.320313 5.722656-9.3125 4.152344-.992187 8.320313 1.570313 9.308594 5.722656l.023438.101563c.992187 4.148437-1.570313 8.316406-5.71875 9.308594-.605469.144531-1.207032.214843-1.800782.214843zm400.085938-15.472656c-.445312 0-.894531-.039063-1.351562-.121094-4.171876-.734375-6.96875-4.695312-6.28125-8.863281.648437-4.199219 4.566406-7.097656 8.769531-6.480469 4.21875.625 7.136719 4.535157 6.515625 8.757813l-.050782.320312c-.660156 3.746094-3.921874 6.386719-7.601562 6.386719zm-404.855469-15.386719c-3.964843 0-7.335937-3.023437-7.6875-7.042968l-.023437-.320313c-.25-4.261719 3-7.914063 7.261718-8.167969 4.222657-.257812 7.867188 2.957032 8.160157 7.175782.339843 4.234374-2.800781 7.964843-7.039063 8.328124-.226562.019532-.449218.027344-.671875.027344zm407.222657-15.734375c-4.269532 0-7.726563-3.457031-7.726563-7.726562v-.101563c0-.054687 0-.109375 0-.160156 0-.066406 0-.136719 0-.203125v-.101563c0-4.269531 3.457031-7.730468 7.726563-7.730468 4.265624 0 7.726562 3.460937 7.726562 7.730468v.101563c0 .054687 0 .109375-.003906.160156.003906.066407.003906.132813.003906.203125v.101563c0 4.269531-3.457031 7.726562-7.726562 7.726562zm-407.242188-15.460937c-.222656 0-.449219-.011719-.675781-.03125-4.246094-.367188-7.390625-4.101563-7.03125-8.34375.296875-4.21875 3.90625-7.433594 8.160156-7.167969 4.261719.25 7.511719 3.90625 7.261719 8.164063l-.027344.320312c-.347656 4.023438-3.722656 7.058594-7.6875 7.058594zm404.816406-16.117188c-3.679687 0-6.9375-2.636718-7.597656-6.386718l-.054688-.320313c-.617187-4.222656 2.300782-8.148437 6.523438-8.769531 4.199219-.621094 8.132812 2.289062 8.761719 6.5.683593 4.164062-2.109375 8.117187-6.28125 8.855468-.453125.082032-.90625.121094-1.351563.121094zm1.296875-8.023437-1.304687.191406zm-401.425781-6.710938c-.59375 0-1.199219-.070312-1.800781-.214843-4.144531-.988282-6.707031-5.148438-5.726563-9.292969.914063-4.121094 4.980469-6.753907 9.125-5.886719 4.175782.875 6.855469 4.96875 5.980469 9.144531l-.070313.316407c-.84375 3.546874-4.011718 5.933593-7.507812 5.933593zm393.039062-15.609375c-3.25 0-6.285156-2.078125-7.367187-5.324218l-.085937-.269532c-1.257813-4.078125 1.03125-8.402344 5.113281-9.65625 4.082031-1.257812 8.398437 1.03125 9.65625 5.113282l.003906.011718c1.347656 4.050782-.851563 8.382813-4.902344 9.730469-.796875.269531-1.613281.394531-2.417969.394531zm-383.671874-14.183594c-.96875 0-1.953126-.183593-2.90625-.570312-3.953126-1.605469-5.855469-6.113281-4.25-10.066406l.039062-.09375c1.605469-3.953125 6.109375-5.859375 10.066406-4.253906 3.953125 1.605468 5.855469 6.113281 4.25 10.066406l-.039062.097656c-1.21875 3-4.109375 4.820312-7.160156 4.820312zm371.953124-14.757812c-2.8125 0-5.53125-1.542969-6.90625-4.207031l-.117187-.226563c-1.882813-3.832031-.304687-8.460937 3.527344-10.34375 3.828125-1.882812 8.457031-.304687 10.34375 3.523438l.003906.015625c1.960937 3.789062.457031 8.421875-3.335937 10.378906-1.125.582031-2.328126.859375-3.515626.859375zm-358.117187-13.234375c-1.371094 0-2.761719-.363281-4.015625-1.132813-3.636719-2.214843-4.789062-6.953124-2.589844-10.589843 2.128906-3.636719 6.796875-4.902344 10.476563-2.816407 3.710937 2.105469 5.015625 6.820313 2.914062 10.53125-.058593.101563-.121093.203126-.183593.304688-1.453126 2.386719-3.996094 3.703125-6.601563 3.703125zm342.074219-13.570313c-2.472656 0-4.90625-1.1875-6.398438-3.386718-2.480468-3.472656-1.65625-8.265625 1.820313-10.746094 3.46875-2.480469 8.320312-1.640625 10.800781 1.832031l.164062.234375c2.394532 3.53125 1.476563 8.335938-2.054687 10.734375-1.328125.902344-2.835937 1.332031-4.332031 1.332031zm-324.121094-11.972656c-1.742188 0-3.488281-.585937-4.933594-1.78125-3.28125-2.726562-3.734375-7.597656-1.007812-10.882812l.066406-.078125c2.726562-3.285157 7.59375-3.734375 10.878906-1.011719 3.285156 2.726562 3.738282 7.597656 1.011719 10.882812l-.066406.078126c-1.527344 1.84375-3.730469 2.792968-5.949219 2.792968zm304.214844-12.066406c-2.03125 0-4.058594-.792969-5.574219-2.375-2.988281-3.046875-2.945313-7.949219.105469-10.9375 3.042968-2.984375 7.929687-2.941406 10.914062.105469l.128906.128906c2.957032 3.078125 2.855469 7.972656-.222656 10.925781-1.5 1.441406-3.425781 2.152344-5.351562 2.152344zm-282.589844-10.449219c-2.140625 0-4.265625-.878906-5.792969-2.605469-2.828125-3.195312-2.527343-8.078124.667969-10.90625l.03125-.027343c3.175781-2.839844 8.0625-2.582031 10.910156.59375 2.84375 3.171875 2.59375 8.042969-.574218 10.894531l-.125.113281c-1.472657 1.300781-3.300782 1.9375-5.117188 1.9375zm259.257812-10.292969c-1.585937 0-3.179687-.484374-4.558593-1.492187l-.261719-.199219c-3.367188-2.621094-3.976562-7.472656-1.355469-10.84375 2.617188-3.363281 7.457031-3.972656 10.824219-1.367187 3.375 2.535156 4.09375 7.324219 1.59375 10.738281-1.515625 2.070312-3.863281 3.164062-6.242188 3.164062zm.695313-8.78125-.773437.992188zm-235.171875.105469c-2.550781 0-5.046875-1.261719-6.519531-3.570312-2.292969-3.59375-1.242188-8.359375 2.339843-10.660157 3.523438-2.328124 8.277344-1.394531 10.652344 2.109376 2.398438 3.53125 1.476563 8.335937-2.054687 10.730468l-.269531.179688c-1.285157.820312-2.722657 1.210937-4.148438 1.210937zm208.246094-8.285156c-1.21875 0-2.457032-.289063-3.609375-.902344l-.183594-.101562c-3.738281-2.054688-5.101563-6.753907-3.046875-10.492188s6.753906-5.101562 10.492188-3.046875l.023437.011719c3.730469 2.035156 5.140625 6.71875 3.125 10.460937-1.398437 2.59375-4.054687 4.070313-6.800781 4.070313zm-180.867188-6.683594c-2.945312 0-5.761718-1.691406-7.050781-4.546875-1.757813-3.886718-.03125-8.460937 3.855469-10.21875l.179687-.078125c3.90625-1.714843 8.460938.070313 10.175781 3.980469 1.707032 3.910156-.074218 8.464844-3.984374 10.175781-1.03125.464844-2.113282.6875-3.175782.6875zm0 0" fill="#a7c7d3"/><path d="m306.519531 411.125-116.332031-116.332031c-7.292969-7.289063-7.300781-19.085938-.019531-26.363281 2.875-2.875 6.46875-4.617188 10.203125-5.207032 5.699218-.917968 11.75.820313 16.160156 5.230469l-29.957031-29.957031c-3.640625-3.640625-5.46875-8.414063-5.46875-13.175782 0-.992187.078125-1.988281.238281-2.980468.597656-3.742188 2.332031-7.328125 5.210938-10.207032 2.847656-2.847656 6.378906-4.574218 10.066406-5.1875 5.019531-.835937 10.308594.386719 14.523437 3.671876l-11.398437-11.398438c-3.644532-3.644531-5.472656-8.429688-5.472656-13.195312-.007813-1.011719.082031-2.03125.25-3.027344.597656-3.71875 2.328124-7.285156 5.191406-10.148438 2.878906-2.878906 6.46875-4.621094 10.222656-5.210937 5.695312-.917969 11.75.824219 16.15625 5.230469l13.054688 13.054687c-4.398438-4.398437-6.148438-10.460937-5.230469-16.15625.589843-3.738281 2.324219-7.324219 5.210937-10.207031 7.269532-7.269532 19.078125-7.261719 26.363282.023437l75.601562 75.601563.210938-.300782c3.832031-3.832031 8.347656-6.554687 13.164062-8.179687 11.886719-4.007813 25.570312-1.269531 35.054688 8.21875l35.25 35.25c6.777343 6.773437 10.578124 15.953125 10.59375 25.523437l.019531 22.054688c.007812 10.304688 4.109375 20.191406 11.410156 27.492188l7.859375 7.859374-89.910156 89.910157-10.046875-10.046875c-6.679688-6.679688-15.566407-10.703125-24.984375-11.320313-8.75-.574219-16.988282-4.3125-23.195313-10.519531zm0 0" fill="#fecbaa"/><path d="m358.902344 448.851562 102.054687-102.054687c3.363281-3.363281 8.8125-3.363281 12.175781 0l36.34375 36.34375c3.363282 3.363281 3.363282 8.816406 0 12.175781l-102.050781 102.054688c-3.363281 3.363281-8.816406 3.363281-12.175781 0l-36.347656-36.34375c-3.359375-3.363282-3.359375-8.816406 0-12.175782zm0 0" fill="#fdd559"/><path d="m463.671875 392.605469c3.019531 3.019531 7.90625 3.023437 10.917969.011719 3.011718-3.011719 3.007812-7.902344-.007813-10.917969-3.019531-3.019531-7.90625-3.023438-10.917969-.011719-3.011718 3.015625-3.007812 7.902344.007813 10.917969zm0 0" fill="#ff8812"/><path d="m367.125 261.210938-26.03125-26.027344.210938-.300782c3.832031-3.832031 8.347656-6.554687 13.164062-8.179687l23.582031 23.582031c3.015625 3.015625 3.015625 7.910156 0 10.925782-3.023437 3.023437-7.910156 3.015624-10.925781 0zm0 0" fill="#ffae85"/><path d="m205.480469 411.136719 116.332031-116.332031c7.292969-7.292969 7.300781-19.085938.023438-26.363282-2.878907-2.878906-6.46875-4.621094-10.207032-5.210937-5.699218-.917969-11.75.824219-16.160156 5.230469l29.957031-29.953126c3.640625-3.640624 5.46875-8.414062 5.46875-13.179687 0-.988281-.078125-1.988281-.238281-2.976563-.597656-3.746093-2.332031-7.328124-5.210938-10.207031-2.847656-2.847656-6.378906-4.574219-10.066406-5.1875-5.019531-.835937-10.308594.386719-14.523437 3.671875l11.398437-11.402344c3.644532-3.640624 5.472656-8.425781 5.472656-13.191406.007813-1.015625-.082031-2.035156-.25-3.03125-.59375-3.714844-2.328124-7.285156-5.191406-10.148437-2.878906-2.875-6.46875-4.617188-10.222656-5.207031-5.695312-.917969-11.75.820312-16.15625 5.230468l-13.054688 13.054688c4.398438-4.402344 6.148438-10.460938 5.230469-16.160156-.589843-3.734376-2.324219-7.320313-5.210937-10.207032-7.269532-7.269531-19.078125-7.261718-26.363282.023438l-75.601562 75.601562-.210938-.296875c-3.832031-3.832031-8.347656-6.554687-13.164062-8.179687-11.890625-4.007813-25.570312-1.269532-35.054688 8.214844l-35.25 35.253906c-6.777343 6.773437-10.578124 15.953125-10.59375 25.523437l-.023437 22.050781c-.003906 10.308594-4.105469 20.195313-11.40625 27.496094l-7.859375 7.859375 89.910156 89.910157 10.046875-10.046876c6.679688-6.679687 15.566407-10.703124 24.984375-11.320312 8.75-.574219 16.988282-4.3125 23.195313-10.519531zm0 0" fill="#fecbaa"/><path d="m153.097656 448.859375-102.054687-102.050781c-3.363281-3.363282-8.8125-3.363282-12.175781 0l-36.34375 36.34375c-3.363282 3.363281-3.363282 8.8125 0 12.175781l102.050781 102.054687c3.363281 3.363282 8.816406 3.363282 12.179687 0l36.34375-36.34375c3.363282-3.363281 3.363282-8.816406 0-12.179687zm0 0" fill="#ff84a7"/><path d="m118.265625 462.546875c3.019531-3.019531 3.023437-7.90625.011719-10.917969-3.011719-3.015625-7.902344-3.011718-10.917969.007813-3.019531 3.015625-3.023437 7.90625-.011719 10.917969 3.015625 3.011718 7.902344 3.007812 10.917969-.007813zm0 0" fill="#ef6085"/><path d="m144.878906 261.222656 26.027344-26.03125-.210938-.296875c-3.832031-3.832031-8.347656-6.554687-13.164062-8.179687l-23.582031 23.578125c-3.015625 3.015625-3.015625 7.914062 0 10.929687 3.023437 3.023438 7.910156 3.015625 10.929687 0zm0 0" fill="#ffae85"/><path d="m330.402344 132.335938v164.519531c0 10.3125-8.332032 18.65625-18.625 18.65625-4.070313 0-7.839844-1.308594-10.902344-3.535157-4.675781-3.378906-7.726562-8.890624-7.726562-15.121093v42.363281c0 5.148438-2.082032 9.816406-5.449219 13.183594-.699219.703125-1.464844 1.351562-2.277344 1.9375-3.070313 2.226562-6.828125 3.535156-10.898437 3.535156-4.027344 0-7.75-1.277344-10.789063-3.449219-4.140625-2.957031-7.015625-7.5625-7.671875-12.871093v16.125c0 5.152343-2.09375 9.828124-5.460938 13.195312-.710937.722656-1.496093 1.382812-2.316406 1.96875-3.050781 2.207031-6.800781 3.503906-10.851562 3.503906-4.066406 0-7.839844-1.308594-10.910156-3.542968-4.675782-3.378907-7.726563-8.890626-7.726563-15.125v-18.460938c0 6.222656-3.046875 11.742188-7.726563 15.121094-3.058593 2.226562-6.820312 3.535156-10.898437 3.535156-10.285156 0-18.628906-8.355469-18.628906-18.65625v-106.917969l-.359375.0625c-5.417969 0-10.539063-1.269531-15.09375-3.523437-11.238282-5.574219-18.976563-17.183594-18.976563-30.597656v-49.855469c0-9.578125 3.800781-18.757813 10.558594-25.539063l15.578125-15.605468c7.285156-7.296876 11.375-17.183594 11.375-27.507813v-11.117187h127.148438v14.207031c0 9.445312 3.441406 18.574219 9.664062 25.671875 5.78125 6.59375 8.964844 15.0625 8.964844 23.839844zm0 0" fill="#fedfc5"/><path d="m321.835938 268.441406c-2.878907-2.878906-6.46875-4.617187-10.207032-5.210937-5.699218-.917969-11.75.824219-16.160156 5.234375l29.957031-29.957032c3.640625-3.640624 5.472657-8.414062 5.472657-13.175781 0-.992187-.082032-1.992187-.242188-2.980469-.597656-3.746093-2.328125-7.328124-5.207031-10.207031-2.847657-2.847656-6.382813-4.574219-10.066407-5.1875-5.019531-.835937-10.308593.386719-14.527343 3.671875l11.402343-11.402344c3.640626-3.640624 5.46875-8.425781 5.46875-13.191406.007813-1.011718-.078124-2.03125-.246093-3.03125-.597657-3.714844-2.332031-7.285156-5.195313-10.148437-2.875-2.875-6.46875-4.617188-10.21875-5.207031-5.695312-.917969-11.753906.824218-16.160156 5.230468l-13.054688 13.054688c4.398438-4.402344 6.148438-10.460938 5.230469-16.160156-.589843-3.734376-2.324219-7.320313-5.207031-10.207032-7.273438-7.269531-19.082031-7.261718-26.367188.023438l-75.601562 75.601562-.210938-.296875c-3.832031-3.832031-8.347656-6.554687-13.164062-8.179687-5.703125-1.921875-11.816406-2.277344-17.6875-1.09375 4.726562 7.144531 11.335938 13.070312 19.390625 17.066406 2.234375 1.105469 4.523437 2.035156 6.859375 2.785156v93.746094c0 18.808594 15.289062 34.109375 34.078125 34.109375 2.261719 0 4.488281-.21875 6.65625-.648437 2.425781 4.957031 6.042969 9.320312 10.601563 12.613281 2.828124 2.0625 5.914062 3.640625 9.160156 4.734375l95.222656-95.222656c7.292969-7.292969 7.300781-19.085938.023438-26.363282zm0 0" fill="#ffae85"/><path d="m345.847656 296.855469v-65.796875c-1.597656 1.121094-3.121094 2.398437-4.550781 3.824218l-.210937.300782-75.601563-75.601563c-7.285156-7.285156-19.09375-7.292969-26.363281-.023437-2.886719 2.882812-4.621094 6.46875-5.210938 10.207031-.917968 5.695313.832032 11.757813 5.230469 16.15625l-13.054687-13.054687c-4.40625-4.40625-10.460938-6.148438-16.15625-5.230469-3.753907.589843-7.34375 2.332031-10.222657 5.210937-2.863281 2.863282-4.597656 6.429688-5.195312 10.148438-.164063.996094-.253907 2.015625-.246094 3.027344 0 4.765624 1.828125 9.550781 5.472656 13.195312l11.398438 11.398438c-4.21875-3.285157-9.503907-4.507813-14.523438-3.671876-3.6875.613282-7.21875 2.339844-10.066406 5.1875-2.878906 2.878907-4.613281 6.464844-5.210937 10.207032-.160157.992187-.242188 1.988281-.238282 2.980468-.003906 4.765626 1.828125 9.535157 5.46875 13.175782l29.957032 29.957031c-4.40625-4.40625-10.460938-6.148437-16.15625-5.230469-3.738282.589844-7.332032 2.332032-10.207032 5.207032-7.277344 7.28125-7.269531 19.074218.019532 26.367187l77.933593 77.929687c2.09375.398438 4.234375.601563 6.402344.601563 7.222656 0 14.128906-2.238281 19.941406-6.453125 1.480469-1.070312 2.882813-2.261719 4.164063-3.542969 6.433594-6.433593 9.976562-14.996093 9.976562-24.113281v-8.398438c1.046875.097657 2.109375.144532 3.171875.144532 18.789063 0 34.078125-15.300782 34.078125-34.109375zm0 0" fill="#ffae85"/><path d="m330.402344 132.335938v164.519531c0 10.3125-8.332032 18.65625-18.625 18.65625-.277344 0-.578125 0-.875-.019531-3.722656-.175782-7.171875-1.441407-10.003906-3.503907-.011719 0-.011719-.011719-.023438-.011719-4.675781-3.378906-7.726562-8.890624-7.726562-15.121093v42.363281c0 5.148438-2.082032 9.816406-5.449219 13.183594-.699219.703125-1.464844 1.351562-2.277344 1.9375-3.070313 2.226562-6.828125 3.535156-10.898437 3.535156-4.027344 0-7.75-1.277344-10.789063-3.449219-4.140625-2.957031-7.015625-7.5625-7.671875-12.871093v16.125c0 5.152343-2.09375 9.828124-5.460938 13.195312-.710937.722656-1.496093 1.382812-2.316406 1.96875-3.050781 2.207031-6.800781 3.503906-10.851562 3.503906-4.066406 0-7.839844-1.308594-10.910156-3.542968-4.675782-3.378907-7.726563-8.890626-7.726563-15.125v-18.460938c0 6.222656-3.046875 11.742188-7.726563 15.121094-3.058593 2.226562-6.820312 3.535156-10.898437 3.535156-10.285156 0-18.628906-8.355469-18.628906-18.65625v-106.917969l-.359375.0625c-5.417969 0-10.539063-1.269531-15.09375-3.523437-11.238282-5.574219-18.976563-17.183594-18.976563-30.597656v-49.855469c0-9.578125 3.800781-18.757813 10.558594-25.539063l15.578125-15.605468c4.503906-4.511719 7.789062-10.015626 9.632812-16.011719 1.15625-3.707031 1.742188-7.613281 1.742188-11.496094v-11.117187h127.148438v14.207031c0 3.183593.34375 6.542969 1.226562 9.609375 1.484375 5.90625 4.371094 11.417968 8.4375 16.0625 5.730469 6.542968 8.964844 15.125 8.964844 23.839844zm0 0" fill="#fedfc5"/><path d="m330.402344 132.335938v164.519531c0 10.3125-8.332032 18.65625-18.625 18.65625-.277344 0-.578125 0-.875-.019531-3.722656-.175782-7.171875-1.441407-10.003906-3.503907l.316406-158.53125c0-.957031-.214844-2.472656-.617188-4.398437-7.109375-34.628906-36.335937-57.828125-71.683594-57.828125h-46.03125c1.15625-3.710938 1.742188-7.613281 1.742188-11.496094v-11.117187h127.148438v14.207031c0 3.183593.34375 6.542969 1.226562 9.609375 1.484375 5.90625 4.371094 11.417968 8.4375 16.0625 5.730469 6.542968 8.964844 15.125 8.964844 23.839844zm0 0" fill="#fecbaa"/><path d="m320.039062 68.621094h-144.328124c-4.753907 0-8.609376-3.855469-8.609376-8.609375v-51.402344c0-4.753906 3.855469-8.609375 8.609376-8.609375h144.328124c4.753907 0 8.609376 3.855469 8.609376 8.609375v51.402344c0 4.753906-3.855469 8.609375-8.609376 8.609375zm0 0" fill="#83d9ff"/><path d="m207.890625 34.3125c0-4.269531-3.453125-7.726562-7.714844-7.726562s-7.714843 3.457031-7.714843 7.726562c0 4.265625 3.453124 7.726562 7.714843 7.726562s7.714844-3.460937 7.714844-7.726562zm0 0" fill="#5186ff"/><g fill="#fecbaa"><path d="m300.878906 210.757812v101.21875c-4.679687-3.378906-7.730468-8.890624-7.730468-15.125v42.363282c0 5.152344-2.078126 9.820312-5.449219 13.1875-.699219.703125-1.460938 1.351562-2.277344 1.9375v-143.582032c0-4.265624 3.464844-7.726562 7.726563-7.726562 4.265624 0 7.730468 3.460938 7.730468 7.726562zm0 0"/><path d="m263.738281 210.757812v143.664063c-4.144531-2.957031-7.015625-7.5625-7.675781-12.867187v16.125c0 5.148437-2.089844 9.828124-5.460938 13.195312-.710937.722656-1.492187 1.378906-2.316406 1.96875v-162.085938c0-4.265624 3.460938-7.726562 7.726563-7.726562s7.726562 3.460938 7.726562 7.726562zm0 0"/><path d="m226.523438 210.757812v162.042969c-4.675782-3.378906-7.726563-8.890625-7.726563-15.121093v-18.464844c0 6.222656-3.046875 11.746094-7.726563 15.125v-143.582032c0-4.265624 3.464844-7.726562 7.726563-7.726562 4.277344 0 7.726563 3.460938 7.726563 7.726562zm0 0"/><path d="m181.546875 195.488281v36.8125l-.363281.058594c-5.417969 0-10.539063-1.265625-15.089844-3.519531v-33.351563c0-4.265625 3.460938-7.726562 7.726562-7.726562 4.273438 0 7.726563 3.460937 7.726563 7.726562zm0 0"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 16" width="12" height="16" aria-hidden="true" fill="#555555"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"></path></svg>
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M9 9H8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1H6c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zM7 7h1v1H7V7zm2 4H8v4H7v-4H6v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59A3.593 3.593 0 0 0 4 8.31v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5S12 5.01 12 7.49c0 1.06-.39 2.03-1 2.8V8.31c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 0 0 3.09-5.58A6.59 6.59 0 0 0 7.5.91 6.59 6.59 0 0 0 .91 7.5c0 2.36 1.23 4.42 3.09 5.58v1.05A7.497 7.497 0 0 1 7.5 0C11.64 0 15 3.36 15 7.5z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg class="octicon octicon-mark-github v-align-middle" height="32" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 16" width="12" height="16" aria-hidden="true" fill="#555555"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true" fill="#444444"><path fill-rule="evenodd" d="M12 14.002a.998.998 0 0 1-.998.998H1.001A1 1 0 0 1 0 13.999V13c0-2.633 4-4 4-4s.229-.409 0-1c-.841-.62-.944-1.59-1-4 .173-2.413 1.867-3 3-3s2.827.586 3 3c-.056 2.41-.159 3.38-1 4-.229.59 0 1 0 1s4 1.367 4 4v1.002z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 16" version="1.1" width="12" height="16" fill="#dbab09"><path fill-rule="evenodd" d="M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z"></path></svg>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="485.213px" height="485.212px" viewBox="0 0 485.213 485.212" style="enable-background:new 0 0 485.213 485.212;" fill="#555555"
6
+ xml:space="preserve">
7
+ <g>
8
+ <path d="M60.652,75.816V15.163C60.652,6.781,67.433,0,75.817,0c8.38,0,15.161,6.781,15.161,15.163v60.653
9
+ c0,8.38-6.781,15.161-15.161,15.161C67.433,90.978,60.652,84.196,60.652,75.816z M318.424,90.978
10
+ c8.378,0,15.163-6.781,15.163-15.161V15.163C333.587,6.781,326.802,0,318.424,0c-8.382,0-15.168,6.781-15.168,15.163v60.653
11
+ C303.256,84.196,310.042,90.978,318.424,90.978z M485.212,363.906c0,66.996-54.312,121.307-121.303,121.307
12
+ c-66.986,0-121.302-54.311-121.302-121.307c0-66.986,54.315-121.3,121.302-121.3C430.9,242.606,485.212,296.919,485.212,363.906z
13
+ M454.89,363.906c0-50.161-40.81-90.976-90.98-90.976c-50.166,0-90.976,40.814-90.976,90.976c0,50.171,40.81,90.98,90.976,90.98
14
+ C414.08,454.886,454.89,414.077,454.89,363.906z M121.305,181.955H60.652v60.651h60.653V181.955z M60.652,333.584h60.653V272.93
15
+ H60.652V333.584z M151.629,242.606h60.654v-60.651h-60.654V242.606z M151.629,333.584h60.654V272.93h-60.654V333.584z
16
+ M30.328,360.891V151.628h333.582v60.653h30.327V94c0-18.421-14.692-33.349-32.843-33.349h-12.647v15.166
17
+ c0,16.701-13.596,30.325-30.322,30.325c-16.731,0-30.326-13.624-30.326-30.325V60.651H106.14v15.166
18
+ c0,16.701-13.593,30.325-30.322,30.325c-16.733,0-30.327-13.624-30.327-30.325V60.651H32.859C14.707,60.651,0.001,75.579,0.001,94
19
+ v266.892c0,18.36,14.706,33.346,32.858,33.346h179.424v-30.331H32.859C31.485,363.906,30.328,362.487,30.328,360.891z
20
+ M303.256,242.606v-60.651h-60.648v60.651H303.256z M409.399,363.906h-45.49v-45.49c0-8.377-6.781-15.158-15.163-15.158
21
+ s-15.159,6.781-15.159,15.158v60.658c0,8.378,6.777,15.163,15.159,15.163h60.653c8.382,0,15.163-6.785,15.163-15.163
22
+ C424.562,370.692,417.781,363.906,409.399,363.906z"/>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" fill="#6a737d"
4
+ viewBox="0 0 485.2 485.2" style="enable-background:new 0 0 485.2 485.2;" xml:space="preserve">
5
+ <g>
6
+ <path d="M60.7,75.8V15.2C60.7,6.8,67.4,0,75.8,0C84.2,0,91,6.8,91,15.2v60.7C91,84.2,84.2,91,75.8,91C67.4,91,60.7,84.2,60.7,75.8z
7
+ "/>
8
+ <path d="M318.4,91c8.4,0,15.2-6.8,15.2-15.2V15.2c0-8.4-6.8-15.2-15.2-15.2c-8.4,0-15.2,6.8-15.2,15.2v60.7
9
+ C303.3,84.2,310,91,318.4,91z"/>
10
+ <rect x="60.7" y="182" width="60.7" height="60.7"/>
11
+ <rect x="60.7" y="272.9" width="60.7" height="60.7"/>
12
+ <rect x="151.6" y="182" width="60.7" height="60.7"/>
13
+ <rect x="151.6" y="272.9" width="60.7" height="60.7"/>
14
+ <path d="M30,361.2v-210h334c0.2,70.7,0.4,141.4,0.7,212.1c9.8,0,19.6-0.1,29.3-0.1c0-89.9,0-179.7,0-269.6
15
+ c0-18.5-14.5-33.4-32.5-33.4H349v15.2c0,16.7-13.7,30.3-30.5,30.3c-16.8,0-30.5-13.6-30.5-30.3V60.2H106v15.2
16
+ c0,16.7-13.7,30.3-30.5,30.3C58.7,105.7,45,92.1,45,75.4V60.2H32.5C14.5,60.2,0,75.2,0,93.6v267.2c0,9.2,3.6,17.5,9.5,23.6
17
+ c7.8,8.1,18.5,9.3,23,9.8c22.1,2.4,165.3,2.9,361.5,1c0-10.7,0-21.3,0-32c-120.5,0.3-241,0.7-361.5,1
18
+ C31.7,363.2,30.8,362.2,30,361.2z"/>
19
+ <path d="M420.3,387.9"/>
20
+ <rect x="242.6" y="182" width="60.6" height="60.7"/>
21
+ <rect x="242.6" y="272.9" width="60.7" height="60.7"/>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 284.64">
2
+ <path class="cls-1" style="fill:#98e5fb;" d="M192.75,407.25c2.67-5.33,7-7.07,12.87-6.83,9.47.38,19,.1,28.46.11,7.58,0,11.15,3.61,11.17,11.23,0,1.5.06,3,.09,4.49q0,28.51,0,57l-.25,9c-2.31,5.07-6.34,6.86-11.77,6.75-9.24-.2-18.49-.34-27.72.05-5.89.24-10.2-1.49-12.87-6.83Z" transform="translate(-192.75 -242.24)" />
3
+ <path class="cls-2" style="fill:#e20356;" d="M576.75,292.5c-.59,1.81-1.2,3.62-1.77,5.44a47.18,47.18,0,0,1-11.75,19.63l-39,38.68c-1,.92-2.06,1.8-3,2.76q-7.73,7.65-15.42,15.32c-2.32,2.32-4.61,2.74-7.09.23q-8.26-8.42-16.58-16.78c1-.88,2.14-1.7,3.1-2.65,16.77-16.74,33.63-33.38,50.23-50.28,13-13.22,16.63-29.08,11.09-46.65-1.75-5.57-5.31-10.56-8-15.82,15.46-.86,29.14,9,35.23,25.39,1.18,3.18,2,6.48,3,9.73Z" transform="translate(-192.75 -242.24)" />
4
+ <path class="cls-3" style="fill:#2fd0e1;" d="M192.75,482.25c2.67,5.34,7,7.07,12.87,6.83,9.23-.39,18.48-.25,27.72-.05,5.43.11,9.46-1.68,11.77-6.75l.27,11.14c0,2.24,0,4.49-.16,6.72-.29,4.71-3.63,8.38-8.34,8.44-12,.18-23.93.08-35.9,0-4.2,0-6.21-3.11-8.23-6.12Z" transform="translate(-192.75 -242.24)" />
5
+ <path class="cls-4" style="fill:#fd76a7;" d="M299.48,403.45c-5.14-10.58-8.17-21.74-8-33.53.34-26.5,9.52-48.75,33.16-62.67,14.81-8.72,30.86-7.58,46.69-2.24a88,88,0,0,1,33.94,21.33c2.42,2.38,3.93,2.07,6.12-.11a85.58,85.58,0,0,1,23-16.46c3.66,4,7.21,8.2,11,12.11,6.17,6.34,12.49,12.52,18.75,18.77,2.18,11.05,4.81,22,3.16,33.49A90.72,90.72,0,0,1,459,401.78c-4.68,9.49-12.23,16.6-19.17,24.18-10.61,11.57-21.65,22.73-32.45,34.12-3.43,3.61-6.68,7.38-10,11.08-8.39-1.75-16.81-3.37-25.15-5.3a121.26,121.26,0,0,1-16.77-4.76c-5-2-7.59-8.16-6.4-13,1.53-6.23,5.89-10.17,11.79-10,4.84.1,9.66.78,14.48,1.19,6.94.59,13.88,1.74,20.8,1.63,12-.2,22.2-7.94,21-21.35-.73-7.87-8.49-16.62-17.55-18.89-3.37-.84-6.81-1.43-10.25-2-9.06-1.43-18.11-3.27-27.24-4-14.15-1.18-27.95,2-41.74,4.75Q309.89,401.44,299.48,403.45Z" transform="translate(-192.75 -242.24)" />
6
+ <path class="cls-5" style="fill:#fdd0a2;" d="M299.48,403.45q10.39-2,20.8-4.08c13.79-2.74,27.59-5.93,41.74-4.75,9.13.75,18.18,2.59,27.24,4,3.44.54,6.88,1.13,10.25,2,9.06,2.27,16.82,11,17.55,18.89,1.23,13.41-8.95,21.15-21,21.35-6.92.11-13.86-1-20.8-1.63-4.82-.41-9.64-1.09-14.48-1.19-5.9-.13-10.26,3.81-11.79,10-1.19,4.87,1.4,11.07,6.4,13a121.26,121.26,0,0,0,16.77,4.76c8.34,1.93,16.76,3.55,25.15,5.3,18.25,4.62,36.42,10.1,55.55,5.06,8.94-1.33,17.89-2.64,26.83-4,14.21-2.15,28.4-4.43,42.63-6.45a51.31,51.31,0,0,1,13.19-.61c2.62.32,5,2.72,7.49,4.18a30.18,30.18,0,0,1-3.62,4.51c-4.76,4.1-10.9,4.71-16.68,6-38.08,8.3-76.22,16.36-114.29,24.73-13.48,3-26.8,3.62-40.24.08q-24.33-6.42-48.73-12.63-37-9.43-74.11-18.74,0-28.5,0-57,25-5.62,50-11.29A33.44,33.44,0,0,0,299.48,403.45Z" transform="translate(-192.75 -242.24)" />
7
+ <path class="cls-6" style="fill:#fd0263;" d="M464.17,340.65c-6.26-6.25-12.58-12.43-18.75-18.77-3.8-3.91-7.35-8.07-11-12.11-4.72-8.85-7.45-18.11-6.93-28.31.91-17.82,13-34.35,28.66-38.09,14.31-3.41,26.84,1.16,38.18,9.75,2.67,2,5.09,4.34,7.86,6.72,10.26-10,21.63-17.25,36.32-17.46,2.73,5.26,6.29,10.25,8,15.82,5.54,17.57,1.91,33.43-11.09,46.65-16.6,16.9-33.46,33.54-50.23,50.28-1,.95-2.06,1.77-3.09,2.65-1.1-1-2.21-2-3.28-3Q471.5,347.73,464.17,340.65Z" transform="translate(-192.75 -242.24)" />
8
+ <path class="cls-7" style="fill:#fd5694;" d="M464.17,340.65q7.33,7.07,14.68,14.13c1.07,1,2.18,2,3.28,3q8.28,8.39,16.57,16.78c2.48,2.51,4.77,2.09,7.09-.23q7.68-7.69,15.42-15.32c1-1,2-1.84,3-2.76,2.11,15.38.54,30.25-6,44.5-3.93,8.63-9.63,16-16.08,22.79Q478.08,449.11,454,474.76a17.76,17.76,0,0,0-1.13,1.46c-19.13,5-37.3-.44-55.55-5.06,3.32-3.7,6.57-7.47,10-11.08,10.8-11.39,21.84-22.55,32.45-34.12,6.94-7.58,14.49-14.69,19.17-24.18a90.72,90.72,0,0,0,8.37-27.64C469,362.65,466.35,351.7,464.17,340.65Z" transform="translate(-192.75 -242.24)" />
9
+ <path class="cls-8" style="fill:#febc85;" d="M245.36,473.27q37,9.38,74.11,18.74,24.39,6.21,48.73,12.63c13.44,3.54,26.76,2.88,40.24-.08,38.07-8.37,76.21-16.43,114.29-24.73,5.78-1.26,11.92-1.87,16.68-6a30.18,30.18,0,0,0,3.62-4.51c4.72,4,4.46,9.32,3.14,14.45-2,7.87-7.73,12.41-15.46,14.11-30,6.62-60,13.07-90,19.58-9.84,2.13-19.78,3.88-29.51,6.45-16.2,4.27-32,3.72-48.22-.65-38.69-10.41-77.62-19.9-116.46-29.75a8.19,8.19,0,0,0-1.11-.12l-.27-11.14C245.19,479.28,245.28,476.28,245.36,473.27Z" transform="translate(-192.75 -242.24)" />
10
+ </svg>