jekyll-theme-prettydocs-full 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (813) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +7 -0
  3. data/_data/default/base.yml +8 -0
  4. data/_data/default/cards.yml +35 -0
  5. data/_data/default/contact.yml +24 -0
  6. data/_data/default/faqs.yml +46 -0
  7. data/_data/default/timeline.yml +33 -0
  8. data/_includes/_partials/item.html +11 -0
  9. data/_includes/_partials/post.html +40 -0
  10. data/_includes/_partials/social-buttons.html +12 -0
  11. data/_includes/_partials/toc.html +43 -0
  12. data/_includes/_sections/blog_post.html +50 -0
  13. data/_includes/_sections/cards.html +25 -0
  14. data/_includes/_sections/contact.html +29 -0
  15. data/_includes/_sections/faqs.html +28 -0
  16. data/_includes/_sections/items-list.html +11 -0
  17. data/_includes/_sections/not-found.html +11 -0
  18. data/_includes/_sections/resources.html +68 -0
  19. data/_includes/_sections/timeline.html +40 -0
  20. data/_includes/_shower/setup.md +39 -0
  21. data/_includes/_shower/showerify.html +125 -0
  22. data/_includes/_theme/footer.html +8 -0
  23. data/_includes/_theme/head.html +43 -0
  24. data/_includes/_theme/header.html +36 -0
  25. data/_includes/_theme/js.html +11 -0
  26. data/_includes/_utils/common +29 -0
  27. data/_includes/_utils/picture +18 -0
  28. data/_layouts/compress.html +9 -0
  29. data/_layouts/default.html +19 -0
  30. data/_layouts/faqs.html +9 -0
  31. data/_layouts/landing.html +18 -0
  32. data/_layouts/page.html +18 -0
  33. data/_layouts/post.html +5 -0
  34. data/_layouts/shower.html +27 -0
  35. data/_sass/globals/_base.scss +44 -0
  36. data/_sass/globals/_mixins.scss +175 -0
  37. data/_sass/partials/_base.scss +108 -0
  38. data/_sass/partials/_buttons.scss +97 -0
  39. data/_sass/partials/_cards.scss +170 -0
  40. data/_sass/partials/_contact.scss +29 -0
  41. data/_sass/partials/_doc.scss +521 -0
  42. data/_sass/partials/_footer.scss +9 -0
  43. data/_sass/partials/_header.scss +87 -0
  44. data/_sass/partials/_helper.scss +42 -0
  45. data/_sass/partials/_landing.scss +61 -0
  46. data/_sass/partials/_post.scss +32 -0
  47. data/_sass/partials/_resources.scss +10 -0
  48. data/_sass/partials/_toc.scss +163 -0
  49. data/_sass/prettydocs-jekyll.scss +20 -0
  50. data/_sass/vendor/_shower.scss +535 -0
  51. data/_sass/vendor/_timeline.scss +221 -0
  52. data/_sass/vendor/shower/defaults.scss +47 -0
  53. data/_sass/vendor/shower/reset.scss +46 -0
  54. data/_sass/vendor/shower/screen.scss +549 -0
  55. data/_sass/vendor/timeline/functions/desaturated-lighten.scss +7 -0
  56. data/_sass/vendor/timeline/functions/map-deep-get.scss +9 -0
  57. data/_sass/vendor/timeline/functions/map-set.scss +5 -0
  58. data/_sass/vendor/timeline/functions/mutate-colors.scss +9 -0
  59. data/_sass/vendor/timeline/mixins/timeline-element.scss +23 -0
  60. data/_sass/vendor/timeline/mixins/timeline-event-variant.scss +20 -0
  61. data/_sass/vendor/timeline/mixins/timeline-item-arrow-color-variant.scss +6 -0
  62. data/_sass/vendor/timeline/mixins/timeline-item-arrow-size-variant.scss +17 -0
  63. data/_sass/vendor/timeline/mixins/timeline-item-right-side-position.scss +21 -0
  64. data/_sass/vendor/timeline/mixins/timeline-item-start-margins.scss +9 -0
  65. data/_sass/vendor/timeline/mixins/timeline-item-variant.scss +28 -0
  66. data/_sass/vendor/timeline/mixins/timeline-label-variant.scss +3 -0
  67. data/_sass/vendor/timeline/mixins/timeline-line-variant.scss +5 -0
  68. data/_sass/vendor/timeline/mixins/timeline-point-color-variant.scss +4 -0
  69. data/_sass/vendor/timeline/mixins/timeline-point-size-variant.scss +12 -0
  70. data/_sass/vendor/timeline/mixins/timeline-responsive-variant.scss +26 -0
  71. data/_sass/vendor/timeline/mixins/timeline-row-clearfix.scss +10 -0
  72. data/_sass/vendor/timeline/mixins/timeline-single-column.scss +56 -0
  73. data/_sass/vendor/timeline/mixins/transform-center.scss +3 -0
  74. data/_sass/vendor/timeline/variables.scss +90 -0
  75. data/assets/css/main.scss +4 -0
  76. data/assets/css/shower.scss +4 -0
  77. data/assets/images/empty.gif +0 -0
  78. data/assets/images/favicon.ico +0 -0
  79. data/assets/images/labtocat.png +0 -0
  80. data/assets/js/main.js +45 -0
  81. data/assets/plugins/elegant_font/Licensing/gpl_license.txt +339 -0
  82. data/assets/plugins/elegant_font/Licensing/mit_license.txt +21 -0
  83. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.eot +0 -0
  84. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.svg +1832 -0
  85. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.ttf +0 -0
  86. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.woff +0 -0
  87. data/assets/plugins/elegant_font/css/index.html +3019 -0
  88. data/assets/plugins/elegant_font/css/lte-ie7.js +387 -0
  89. data/assets/plugins/elegant_font/css/style.css +1159 -0
  90. data/assets/plugins/elegant_font/images/PNG/arrow-up-down.png +0 -0
  91. data/assets/plugins/elegant_font/images/PNG/arrow_back.png +0 -0
  92. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2down.png +0 -0
  93. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2down_alt2.png +0 -0
  94. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2dwnn_alt.png +0 -0
  95. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left.png +0 -0
  96. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt.png +0 -0
  97. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt2.png +0 -0
  98. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right.png +0 -0
  99. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt.png +0 -0
  100. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt2.png +0 -0
  101. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up.png +0 -0
  102. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt.png +0 -0
  103. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt2.png +0 -0
  104. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-down.png +0 -0
  105. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt.png +0 -0
  106. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt2.png +0 -0
  107. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-left.png +0 -0
  108. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt.png +0 -0
  109. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt2.png +0 -0
  110. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-right.png +0 -0
  111. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt.png +0 -0
  112. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt2.png +0 -0
  113. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-up.png +0 -0
  114. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-up_alt2.png +0 -0
  115. data/assets/plugins/elegant_font/images/PNG/arrow_carrot_up_alt.png +0 -0
  116. data/assets/plugins/elegant_font/images/PNG/arrow_condense.png +0 -0
  117. data/assets/plugins/elegant_font/images/PNG/arrow_condense_alt.png +0 -0
  118. data/assets/plugins/elegant_font/images/PNG/arrow_down.png +0 -0
  119. data/assets/plugins/elegant_font/images/PNG/arrow_down_alt.png +0 -0
  120. data/assets/plugins/elegant_font/images/PNG/arrow_expand.png +0 -0
  121. data/assets/plugins/elegant_font/images/PNG/arrow_expand_alt.png +0 -0
  122. data/assets/plugins/elegant_font/images/PNG/arrow_expand_alt2.png +0 -0
  123. data/assets/plugins/elegant_font/images/PNG/arrow_expand_alt3.png +0 -0
  124. data/assets/plugins/elegant_font/images/PNG/arrow_left-down.png +0 -0
  125. data/assets/plugins/elegant_font/images/PNG/arrow_left-down_alt.png +0 -0
  126. data/assets/plugins/elegant_font/images/PNG/arrow_left-right.png +0 -0
  127. data/assets/plugins/elegant_font/images/PNG/arrow_left-right_alt.png +0 -0
  128. data/assets/plugins/elegant_font/images/PNG/arrow_left-up.png +0 -0
  129. data/assets/plugins/elegant_font/images/PNG/arrow_left-up_alt.png +0 -0
  130. data/assets/plugins/elegant_font/images/PNG/arrow_left.png +0 -0
  131. data/assets/plugins/elegant_font/images/PNG/arrow_left_alt.png +0 -0
  132. data/assets/plugins/elegant_font/images/PNG/arrow_move.png +0 -0
  133. data/assets/plugins/elegant_font/images/PNG/arrow_right-down.png +0 -0
  134. data/assets/plugins/elegant_font/images/PNG/arrow_right-down_alt.png +0 -0
  135. data/assets/plugins/elegant_font/images/PNG/arrow_right-up.png +0 -0
  136. data/assets/plugins/elegant_font/images/PNG/arrow_right-up_alt.png +0 -0
  137. data/assets/plugins/elegant_font/images/PNG/arrow_right.png +0 -0
  138. data/assets/plugins/elegant_font/images/PNG/arrow_right_alt.png +0 -0
  139. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-down.png +0 -0
  140. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt.png +0 -0
  141. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt2.png +0 -0
  142. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-left.png +0 -0
  143. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt.png +0 -0
  144. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt2.png +0 -0
  145. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-right.png +0 -0
  146. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt.png +0 -0
  147. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt2.png +0 -0
  148. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-up.png +0 -0
  149. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt.png +0 -0
  150. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt2.png +0 -0
  151. data/assets/plugins/elegant_font/images/PNG/arrow_up-down_alt.png +0 -0
  152. data/assets/plugins/elegant_font/images/PNG/arrow_up.png +0 -0
  153. data/assets/plugins/elegant_font/images/PNG/arrow_up_alt.png +0 -0
  154. data/assets/plugins/elegant_font/images/PNG/icon_adjust-horiz.png +0 -0
  155. data/assets/plugins/elegant_font/images/PNG/icon_adjust-vert.png +0 -0
  156. data/assets/plugins/elegant_font/images/PNG/icon_archive.png +0 -0
  157. data/assets/plugins/elegant_font/images/PNG/icon_archive_alt.png +0 -0
  158. data/assets/plugins/elegant_font/images/PNG/icon_bag.png +0 -0
  159. data/assets/plugins/elegant_font/images/PNG/icon_bag_alt.png +0 -0
  160. data/assets/plugins/elegant_font/images/PNG/icon_balance.png +0 -0
  161. data/assets/plugins/elegant_font/images/PNG/icon_blocked.png +0 -0
  162. data/assets/plugins/elegant_font/images/PNG/icon_book.png +0 -0
  163. data/assets/plugins/elegant_font/images/PNG/icon_book_alt.png +0 -0
  164. data/assets/plugins/elegant_font/images/PNG/icon_box-checked.png +0 -0
  165. data/assets/plugins/elegant_font/images/PNG/icon_box-empty.png +0 -0
  166. data/assets/plugins/elegant_font/images/PNG/icon_box-selected.png +0 -0
  167. data/assets/plugins/elegant_font/images/PNG/icon_briefcase.png +0 -0
  168. data/assets/plugins/elegant_font/images/PNG/icon_briefcase_alt.png +0 -0
  169. data/assets/plugins/elegant_font/images/PNG/icon_building.png +0 -0
  170. data/assets/plugins/elegant_font/images/PNG/icon_building_alt.png +0 -0
  171. data/assets/plugins/elegant_font/images/PNG/icon_calculator_alt.png +0 -0
  172. data/assets/plugins/elegant_font/images/PNG/icon_calendar.png +0 -0
  173. data/assets/plugins/elegant_font/images/PNG/icon_calulator.png +0 -0
  174. data/assets/plugins/elegant_font/images/PNG/icon_camera.png +0 -0
  175. data/assets/plugins/elegant_font/images/PNG/icon_camera_alt.png +0 -0
  176. data/assets/plugins/elegant_font/images/PNG/icon_cart.png +0 -0
  177. data/assets/plugins/elegant_font/images/PNG/icon_cart_alt.png +0 -0
  178. data/assets/plugins/elegant_font/images/PNG/icon_chat.png +0 -0
  179. data/assets/plugins/elegant_font/images/PNG/icon_chat_alt.png +0 -0
  180. data/assets/plugins/elegant_font/images/PNG/icon_check.png +0 -0
  181. data/assets/plugins/elegant_font/images/PNG/icon_check_alt.png +0 -0
  182. data/assets/plugins/elegant_font/images/PNG/icon_check_alt2.png +0 -0
  183. data/assets/plugins/elegant_font/images/PNG/icon_circle-empty.png +0 -0
  184. data/assets/plugins/elegant_font/images/PNG/icon_circle-slelected.png +0 -0
  185. data/assets/plugins/elegant_font/images/PNG/icon_clipboard.png +0 -0
  186. data/assets/plugins/elegant_font/images/PNG/icon_clock.png +0 -0
  187. data/assets/plugins/elegant_font/images/PNG/icon_clock_alt.png +0 -0
  188. data/assets/plugins/elegant_font/images/PNG/icon_close.png +0 -0
  189. data/assets/plugins/elegant_font/images/PNG/icon_close_alt.png +0 -0
  190. data/assets/plugins/elegant_font/images/PNG/icon_close_alt2.png +0 -0
  191. data/assets/plugins/elegant_font/images/PNG/icon_cloud-download.png +0 -0
  192. data/assets/plugins/elegant_font/images/PNG/icon_cloud-download_alt.png +0 -0
  193. data/assets/plugins/elegant_font/images/PNG/icon_cloud-upload.png +0 -0
  194. data/assets/plugins/elegant_font/images/PNG/icon_cloud-upload_alt.png +0 -0
  195. data/assets/plugins/elegant_font/images/PNG/icon_cloud.png +0 -0
  196. data/assets/plugins/elegant_font/images/PNG/icon_cloud_alt.png +0 -0
  197. data/assets/plugins/elegant_font/images/PNG/icon_cog.png +0 -0
  198. data/assets/plugins/elegant_font/images/PNG/icon_cogs.png +0 -0
  199. data/assets/plugins/elegant_font/images/PNG/icon_comment.png +0 -0
  200. data/assets/plugins/elegant_font/images/PNG/icon_comment_alt.png +0 -0
  201. data/assets/plugins/elegant_font/images/PNG/icon_compass.png +0 -0
  202. data/assets/plugins/elegant_font/images/PNG/icon_compass_alt.png +0 -0
  203. data/assets/plugins/elegant_font/images/PNG/icon_cone.png +0 -0
  204. data/assets/plugins/elegant_font/images/PNG/icon_cone_alt.png +0 -0
  205. data/assets/plugins/elegant_font/images/PNG/icon_contacts.png +0 -0
  206. data/assets/plugins/elegant_font/images/PNG/icon_contacts_alt.png +0 -0
  207. data/assets/plugins/elegant_font/images/PNG/icon_creditcard.png +0 -0
  208. data/assets/plugins/elegant_font/images/PNG/icon_currency.png +0 -0
  209. data/assets/plugins/elegant_font/images/PNG/icon_currency_alt.png +0 -0
  210. data/assets/plugins/elegant_font/images/PNG/icon_cursor.png +0 -0
  211. data/assets/plugins/elegant_font/images/PNG/icon_cursor_alt.png +0 -0
  212. data/assets/plugins/elegant_font/images/PNG/icon_datareport.png +0 -0
  213. data/assets/plugins/elegant_font/images/PNG/icon_datareport_alt.png +0 -0
  214. data/assets/plugins/elegant_font/images/PNG/icon_desktop.png +0 -0
  215. data/assets/plugins/elegant_font/images/PNG/icon_dislike.png +0 -0
  216. data/assets/plugins/elegant_font/images/PNG/icon_dislike_alt.png +0 -0
  217. data/assets/plugins/elegant_font/images/PNG/icon_document.png +0 -0
  218. data/assets/plugins/elegant_font/images/PNG/icon_document_alt.png +0 -0
  219. data/assets/plugins/elegant_font/images/PNG/icon_documents.png +0 -0
  220. data/assets/plugins/elegant_font/images/PNG/icon_documents_alt.png +0 -0
  221. data/assets/plugins/elegant_font/images/PNG/icon_download.png +0 -0
  222. data/assets/plugins/elegant_font/images/PNG/icon_drawer.png +0 -0
  223. data/assets/plugins/elegant_font/images/PNG/icon_drawer_alt.png +0 -0
  224. data/assets/plugins/elegant_font/images/PNG/icon_drive.png +0 -0
  225. data/assets/plugins/elegant_font/images/PNG/icon_drive_alt.png +0 -0
  226. data/assets/plugins/elegant_font/images/PNG/icon_easel.png +0 -0
  227. data/assets/plugins/elegant_font/images/PNG/icon_easel_alt.png +0 -0
  228. data/assets/plugins/elegant_font/images/PNG/icon_error-circle.png +0 -0
  229. data/assets/plugins/elegant_font/images/PNG/icon_error-circle_alt.png +0 -0
  230. data/assets/plugins/elegant_font/images/PNG/icon_error-oct.png +0 -0
  231. data/assets/plugins/elegant_font/images/PNG/icon_error-oct_alt.png +0 -0
  232. data/assets/plugins/elegant_font/images/PNG/icon_error-triangle.png +0 -0
  233. data/assets/plugins/elegant_font/images/PNG/icon_error-triangle_alt.png +0 -0
  234. data/assets/plugins/elegant_font/images/PNG/icon_film.png +0 -0
  235. data/assets/plugins/elegant_font/images/PNG/icon_floppy.png +0 -0
  236. data/assets/plugins/elegant_font/images/PNG/icon_floppy_alt.png +0 -0
  237. data/assets/plugins/elegant_font/images/PNG/icon_flowchart.png +0 -0
  238. data/assets/plugins/elegant_font/images/PNG/icon_flowchart_alt.png +0 -0
  239. data/assets/plugins/elegant_font/images/PNG/icon_folder-add.png +0 -0
  240. data/assets/plugins/elegant_font/images/PNG/icon_folder-add_alt.png +0 -0
  241. data/assets/plugins/elegant_font/images/PNG/icon_folder-alt.png +0 -0
  242. data/assets/plugins/elegant_font/images/PNG/icon_folder-open.png +0 -0
  243. data/assets/plugins/elegant_font/images/PNG/icon_folder-open_alt.png +0 -0
  244. data/assets/plugins/elegant_font/images/PNG/icon_folder.png +0 -0
  245. data/assets/plugins/elegant_font/images/PNG/icon_folder_download.png +0 -0
  246. data/assets/plugins/elegant_font/images/PNG/icon_folder_upload.png +0 -0
  247. data/assets/plugins/elegant_font/images/PNG/icon_genius.png +0 -0
  248. data/assets/plugins/elegant_font/images/PNG/icon_gift.png +0 -0
  249. data/assets/plugins/elegant_font/images/PNG/icon_gift_alt.png +0 -0
  250. data/assets/plugins/elegant_font/images/PNG/icon_globe-2.png +0 -0
  251. data/assets/plugins/elegant_font/images/PNG/icon_globe.png +0 -0
  252. data/assets/plugins/elegant_font/images/PNG/icon_globe_alt.png +0 -0
  253. data/assets/plugins/elegant_font/images/PNG/icon_grid-2x2.png +0 -0
  254. data/assets/plugins/elegant_font/images/PNG/icon_grid-3x3.png +0 -0
  255. data/assets/plugins/elegant_font/images/PNG/icon_group.png +0 -0
  256. data/assets/plugins/elegant_font/images/PNG/icon_headphones.png +0 -0
  257. data/assets/plugins/elegant_font/images/PNG/icon_heart.png +0 -0
  258. data/assets/plugins/elegant_font/images/PNG/icon_heart_alt.png +0 -0
  259. data/assets/plugins/elegant_font/images/PNG/icon_hourglass.png +0 -0
  260. data/assets/plugins/elegant_font/images/PNG/icon_house.png +0 -0
  261. data/assets/plugins/elegant_font/images/PNG/icon_house_alt.png +0 -0
  262. data/assets/plugins/elegant_font/images/PNG/icon_id-2.png +0 -0
  263. data/assets/plugins/elegant_font/images/PNG/icon_id-2_alt.png +0 -0
  264. data/assets/plugins/elegant_font/images/PNG/icon_id.png +0 -0
  265. data/assets/plugins/elegant_font/images/PNG/icon_id_alt.png +0 -0
  266. data/assets/plugins/elegant_font/images/PNG/icon_image.png +0 -0
  267. data/assets/plugins/elegant_font/images/PNG/icon_images.png +0 -0
  268. data/assets/plugins/elegant_font/images/PNG/icon_info.png +0 -0
  269. data/assets/plugins/elegant_font/images/PNG/icon_info_alt.png +0 -0
  270. data/assets/plugins/elegant_font/images/PNG/icon_key.png +0 -0
  271. data/assets/plugins/elegant_font/images/PNG/icon_key_alt.png +0 -0
  272. data/assets/plugins/elegant_font/images/PNG/icon_laptop.png +0 -0
  273. data/assets/plugins/elegant_font/images/PNG/icon_lifesaver.png +0 -0
  274. data/assets/plugins/elegant_font/images/PNG/icon_lightbulb.png +0 -0
  275. data/assets/plugins/elegant_font/images/PNG/icon_lightbulb_alt.png +0 -0
  276. data/assets/plugins/elegant_font/images/PNG/icon_like.png +0 -0
  277. data/assets/plugins/elegant_font/images/PNG/icon_like_alt.png +0 -0
  278. data/assets/plugins/elegant_font/images/PNG/icon_link.png +0 -0
  279. data/assets/plugins/elegant_font/images/PNG/icon_link_alt.png +0 -0
  280. data/assets/plugins/elegant_font/images/PNG/icon_loading.png +0 -0
  281. data/assets/plugins/elegant_font/images/PNG/icon_lock-open.png +0 -0
  282. data/assets/plugins/elegant_font/images/PNG/icon_lock-open_alt.png +0 -0
  283. data/assets/plugins/elegant_font/images/PNG/icon_lock.png +0 -0
  284. data/assets/plugins/elegant_font/images/PNG/icon_lock_alt.png +0 -0
  285. data/assets/plugins/elegant_font/images/PNG/icon_mail.png +0 -0
  286. data/assets/plugins/elegant_font/images/PNG/icon_mail_alt.png +0 -0
  287. data/assets/plugins/elegant_font/images/PNG/icon_map.png +0 -0
  288. data/assets/plugins/elegant_font/images/PNG/icon_map_alt.png +0 -0
  289. data/assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt.png +0 -0
  290. data/assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt2.png +0 -0
  291. data/assets/plugins/elegant_font/images/PNG/icon_menu-square_alt.png +0 -0
  292. data/assets/plugins/elegant_font/images/PNG/icon_menu-square_alt2.png +0 -0
  293. data/assets/plugins/elegant_font/images/PNG/icon_menu.png +0 -0
  294. data/assets/plugins/elegant_font/images/PNG/icon_mic.png +0 -0
  295. data/assets/plugins/elegant_font/images/PNG/icon_mic_alt.png +0 -0
  296. data/assets/plugins/elegant_font/images/PNG/icon_minus-06.png +0 -0
  297. data/assets/plugins/elegant_font/images/PNG/icon_minus-box.png +0 -0
  298. data/assets/plugins/elegant_font/images/PNG/icon_minus_alt.png +0 -0
  299. data/assets/plugins/elegant_font/images/PNG/icon_minus_alt2.png +0 -0
  300. data/assets/plugins/elegant_font/images/PNG/icon_mobile.png +0 -0
  301. data/assets/plugins/elegant_font/images/PNG/icon_mug.png +0 -0
  302. data/assets/plugins/elegant_font/images/PNG/icon_mug_alt.png +0 -0
  303. data/assets/plugins/elegant_font/images/PNG/icon_music.png +0 -0
  304. data/assets/plugins/elegant_font/images/PNG/icon_ol.png +0 -0
  305. data/assets/plugins/elegant_font/images/PNG/icon_paperclip.png +0 -0
  306. data/assets/plugins/elegant_font/images/PNG/icon_pause.png +0 -0
  307. data/assets/plugins/elegant_font/images/PNG/icon_pause_alt.png +0 -0
  308. data/assets/plugins/elegant_font/images/PNG/icon_pause_alt2.png +0 -0
  309. data/assets/plugins/elegant_font/images/PNG/icon_pencil-edit.png +0 -0
  310. data/assets/plugins/elegant_font/images/PNG/icon_pencil-edit_alt.png +0 -0
  311. data/assets/plugins/elegant_font/images/PNG/icon_pencil.png +0 -0
  312. data/assets/plugins/elegant_font/images/PNG/icon_pencil_alt.png +0 -0
  313. data/assets/plugins/elegant_font/images/PNG/icon_pens.png +0 -0
  314. data/assets/plugins/elegant_font/images/PNG/icon_pens_alt.png +0 -0
  315. data/assets/plugins/elegant_font/images/PNG/icon_percent.png +0 -0
  316. data/assets/plugins/elegant_font/images/PNG/icon_percent_alt.png +0 -0
  317. data/assets/plugins/elegant_font/images/PNG/icon_phone.png +0 -0
  318. data/assets/plugins/elegant_font/images/PNG/icon_piechart.png +0 -0
  319. data/assets/plugins/elegant_font/images/PNG/icon_pin.png +0 -0
  320. data/assets/plugins/elegant_font/images/PNG/icon_pin_alt.png +0 -0
  321. data/assets/plugins/elegant_font/images/PNG/icon_plus-box.png +0 -0
  322. data/assets/plugins/elegant_font/images/PNG/icon_plus.png +0 -0
  323. data/assets/plugins/elegant_font/images/PNG/icon_plus_alt.png +0 -0
  324. data/assets/plugins/elegant_font/images/PNG/icon_plus_alt2.png +0 -0
  325. data/assets/plugins/elegant_font/images/PNG/icon_printer-alt.png +0 -0
  326. data/assets/plugins/elegant_font/images/PNG/icon_printer.png +0 -0
  327. data/assets/plugins/elegant_font/images/PNG/icon_profile.png +0 -0
  328. data/assets/plugins/elegant_font/images/PNG/icon_pushpin.png +0 -0
  329. data/assets/plugins/elegant_font/images/PNG/icon_pushpin_alt.png +0 -0
  330. data/assets/plugins/elegant_font/images/PNG/icon_puzzle.png +0 -0
  331. data/assets/plugins/elegant_font/images/PNG/icon_puzzle_alt.png +0 -0
  332. data/assets/plugins/elegant_font/images/PNG/icon_question.png +0 -0
  333. data/assets/plugins/elegant_font/images/PNG/icon_question_alt.png +0 -0
  334. data/assets/plugins/elegant_font/images/PNG/icon_question_alt2.png +0 -0
  335. data/assets/plugins/elegant_font/images/PNG/icon_quotations.png +0 -0
  336. data/assets/plugins/elegant_font/images/PNG/icon_quotations_alt.png +0 -0
  337. data/assets/plugins/elegant_font/images/PNG/icon_quotations_alt2.png +0 -0
  338. data/assets/plugins/elegant_font/images/PNG/icon_refresh.png +0 -0
  339. data/assets/plugins/elegant_font/images/PNG/icon_ribbon.png +0 -0
  340. data/assets/plugins/elegant_font/images/PNG/icon_ribbon_alt.png +0 -0
  341. data/assets/plugins/elegant_font/images/PNG/icon_rook.png +0 -0
  342. data/assets/plugins/elegant_font/images/PNG/icon_search.png +0 -0
  343. data/assets/plugins/elegant_font/images/PNG/icon_search2.png +0 -0
  344. data/assets/plugins/elegant_font/images/PNG/icon_search_alt.png +0 -0
  345. data/assets/plugins/elegant_font/images/PNG/icon_shield.png +0 -0
  346. data/assets/plugins/elegant_font/images/PNG/icon_shield_alt.png +0 -0
  347. data/assets/plugins/elegant_font/images/PNG/icon_star-half.png +0 -0
  348. data/assets/plugins/elegant_font/images/PNG/icon_star-half_alt.png +0 -0
  349. data/assets/plugins/elegant_font/images/PNG/icon_star.png +0 -0
  350. data/assets/plugins/elegant_font/images/PNG/icon_star_alt.png +0 -0
  351. data/assets/plugins/elegant_font/images/PNG/icon_stop.png +0 -0
  352. data/assets/plugins/elegant_font/images/PNG/icon_stop_alt.png +0 -0
  353. data/assets/plugins/elegant_font/images/PNG/icon_stop_alt2.png +0 -0
  354. data/assets/plugins/elegant_font/images/PNG/icon_table.png +0 -0
  355. data/assets/plugins/elegant_font/images/PNG/icon_tablet.png +0 -0
  356. data/assets/plugins/elegant_font/images/PNG/icon_tag.png +0 -0
  357. data/assets/plugins/elegant_font/images/PNG/icon_tag_alt.png +0 -0
  358. data/assets/plugins/elegant_font/images/PNG/icon_tags.png +0 -0
  359. data/assets/plugins/elegant_font/images/PNG/icon_tags_alt.png +0 -0
  360. data/assets/plugins/elegant_font/images/PNG/icon_target.png +0 -0
  361. data/assets/plugins/elegant_font/images/PNG/icon_tool.png +0 -0
  362. data/assets/plugins/elegant_font/images/PNG/icon_toolbox.png +0 -0
  363. data/assets/plugins/elegant_font/images/PNG/icon_toolbox_alt.png +0 -0
  364. data/assets/plugins/elegant_font/images/PNG/icon_tools.png +0 -0
  365. data/assets/plugins/elegant_font/images/PNG/icon_trash.png +0 -0
  366. data/assets/plugins/elegant_font/images/PNG/icon_trash_alt.png +0 -0
  367. data/assets/plugins/elegant_font/images/PNG/icon_ul.png +0 -0
  368. data/assets/plugins/elegant_font/images/PNG/icon_upload.png +0 -0
  369. data/assets/plugins/elegant_font/images/PNG/icon_vol-mute.png +0 -0
  370. data/assets/plugins/elegant_font/images/PNG/icon_vol-mute_alt.png +0 -0
  371. data/assets/plugins/elegant_font/images/PNG/icon_volume-high.png +0 -0
  372. data/assets/plugins/elegant_font/images/PNG/icon_volume-high_alt.png +0 -0
  373. data/assets/plugins/elegant_font/images/PNG/icon_volume-low.png +0 -0
  374. data/assets/plugins/elegant_font/images/PNG/icon_volume-low_alt.png +0 -0
  375. data/assets/plugins/elegant_font/images/PNG/icon_wallet.png +0 -0
  376. data/assets/plugins/elegant_font/images/PNG/icon_wallet_alt.png +0 -0
  377. data/assets/plugins/elegant_font/images/PNG/icon_zoom-in.png +0 -0
  378. data/assets/plugins/elegant_font/images/PNG/icon_zoom-in_alt.png +0 -0
  379. data/assets/plugins/elegant_font/images/PNG/icon_zoom-out.png +0 -0
  380. data/assets/plugins/elegant_font/images/PNG/icon_zoom-out_alt.png +0 -0
  381. data/assets/plugins/elegant_font/images/PNG/social_blogger.png +0 -0
  382. data/assets/plugins/elegant_font/images/PNG/social_blogger_circle.png +0 -0
  383. data/assets/plugins/elegant_font/images/PNG/social_blogger_square.png +0 -0
  384. data/assets/plugins/elegant_font/images/PNG/social_delicious.png +0 -0
  385. data/assets/plugins/elegant_font/images/PNG/social_delicious_circle.png +0 -0
  386. data/assets/plugins/elegant_font/images/PNG/social_delicious_square.png +0 -0
  387. data/assets/plugins/elegant_font/images/PNG/social_deviantart.png +0 -0
  388. data/assets/plugins/elegant_font/images/PNG/social_deviantart_circle.png +0 -0
  389. data/assets/plugins/elegant_font/images/PNG/social_deviantart_square.png +0 -0
  390. data/assets/plugins/elegant_font/images/PNG/social_dribbble.png +0 -0
  391. data/assets/plugins/elegant_font/images/PNG/social_dribbble_circle.png +0 -0
  392. data/assets/plugins/elegant_font/images/PNG/social_dribbble_square.png +0 -0
  393. data/assets/plugins/elegant_font/images/PNG/social_facebook.png +0 -0
  394. data/assets/plugins/elegant_font/images/PNG/social_facebook_circle.png +0 -0
  395. data/assets/plugins/elegant_font/images/PNG/social_facebook_square.png +0 -0
  396. data/assets/plugins/elegant_font/images/PNG/social_flickr.png +0 -0
  397. data/assets/plugins/elegant_font/images/PNG/social_flickr_circle.png +0 -0
  398. data/assets/plugins/elegant_font/images/PNG/social_flickr_square.png +0 -0
  399. data/assets/plugins/elegant_font/images/PNG/social_googledrive.png +0 -0
  400. data/assets/plugins/elegant_font/images/PNG/social_googledrive_alt2.png +0 -0
  401. data/assets/plugins/elegant_font/images/PNG/social_googledrive_square.png +0 -0
  402. data/assets/plugins/elegant_font/images/PNG/social_googleplus.png +0 -0
  403. data/assets/plugins/elegant_font/images/PNG/social_googleplus_circle.png +0 -0
  404. data/assets/plugins/elegant_font/images/PNG/social_googleplus_square.png +0 -0
  405. data/assets/plugins/elegant_font/images/PNG/social_instagram.png +0 -0
  406. data/assets/plugins/elegant_font/images/PNG/social_instagram_circle.png +0 -0
  407. data/assets/plugins/elegant_font/images/PNG/social_instagram_square.png +0 -0
  408. data/assets/plugins/elegant_font/images/PNG/social_linkedin.png +0 -0
  409. data/assets/plugins/elegant_font/images/PNG/social_linkedin_circle.png +0 -0
  410. data/assets/plugins/elegant_font/images/PNG/social_linkedin_square.png +0 -0
  411. data/assets/plugins/elegant_font/images/PNG/social_myspace.png +0 -0
  412. data/assets/plugins/elegant_font/images/PNG/social_myspace_circle.png +0 -0
  413. data/assets/plugins/elegant_font/images/PNG/social_myspace_square.png +0 -0
  414. data/assets/plugins/elegant_font/images/PNG/social_picassa.png +0 -0
  415. data/assets/plugins/elegant_font/images/PNG/social_picassa_circle.png +0 -0
  416. data/assets/plugins/elegant_font/images/PNG/social_picassa_square.png +0 -0
  417. data/assets/plugins/elegant_font/images/PNG/social_pinterest.png +0 -0
  418. data/assets/plugins/elegant_font/images/PNG/social_pinterest_circle.png +0 -0
  419. data/assets/plugins/elegant_font/images/PNG/social_pinterest_square.png +0 -0
  420. data/assets/plugins/elegant_font/images/PNG/social_rss.png +0 -0
  421. data/assets/plugins/elegant_font/images/PNG/social_rss_circle.png +0 -0
  422. data/assets/plugins/elegant_font/images/PNG/social_rss_square.png +0 -0
  423. data/assets/plugins/elegant_font/images/PNG/social_share.png +0 -0
  424. data/assets/plugins/elegant_font/images/PNG/social_share_circle.png +0 -0
  425. data/assets/plugins/elegant_font/images/PNG/social_share_square.png +0 -0
  426. data/assets/plugins/elegant_font/images/PNG/social_skype.png +0 -0
  427. data/assets/plugins/elegant_font/images/PNG/social_skype_circle.png +0 -0
  428. data/assets/plugins/elegant_font/images/PNG/social_skype_square.png +0 -0
  429. data/assets/plugins/elegant_font/images/PNG/social_spotify.png +0 -0
  430. data/assets/plugins/elegant_font/images/PNG/social_spotify_circle.png +0 -0
  431. data/assets/plugins/elegant_font/images/PNG/social_spotify_square.png +0 -0
  432. data/assets/plugins/elegant_font/images/PNG/social_stumbleupon_circle.png +0 -0
  433. data/assets/plugins/elegant_font/images/PNG/social_stumbleupon_square.png +0 -0
  434. data/assets/plugins/elegant_font/images/PNG/social_tumbleupon.png +0 -0
  435. data/assets/plugins/elegant_font/images/PNG/social_tumblr.png +0 -0
  436. data/assets/plugins/elegant_font/images/PNG/social_tumblr_circle.png +0 -0
  437. data/assets/plugins/elegant_font/images/PNG/social_tumblr_square.png +0 -0
  438. data/assets/plugins/elegant_font/images/PNG/social_twitter.png +0 -0
  439. data/assets/plugins/elegant_font/images/PNG/social_twitter_circle.png +0 -0
  440. data/assets/plugins/elegant_font/images/PNG/social_twitter_square.png +0 -0
  441. data/assets/plugins/elegant_font/images/PNG/social_vimeo.png +0 -0
  442. data/assets/plugins/elegant_font/images/PNG/social_vimeo_circle.png +0 -0
  443. data/assets/plugins/elegant_font/images/PNG/social_vimeo_square.png +0 -0
  444. data/assets/plugins/elegant_font/images/PNG/social_wordpress.png +0 -0
  445. data/assets/plugins/elegant_font/images/PNG/social_wordpress_circle.png +0 -0
  446. data/assets/plugins/elegant_font/images/PNG/social_wordpress_square.png +0 -0
  447. data/assets/plugins/elegant_font/images/PNG/social_youtube.png +0 -0
  448. data/assets/plugins/elegant_font/images/PNG/social_youtube_circle.png +0 -0
  449. data/assets/plugins/elegant_font/images/PNG/social_youtube_square.png +0 -0
  450. data/assets/plugins/elegant_font/images/SVG/arrow-up-down.svg +1 -0
  451. data/assets/plugins/elegant_font/images/SVG/arrow_back.svg +1 -0
  452. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2down.svg +1 -0
  453. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2down_alt2.svg +1 -0
  454. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2dwnn_alt.svg +1 -0
  455. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2left.svg +1 -0
  456. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2left_alt.svg +1 -0
  457. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2left_alt2.svg +1 -0
  458. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2right.svg +1 -0
  459. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2right_alt.svg +1 -0
  460. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2right_alt2.svg +1 -0
  461. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2up.svg +1 -0
  462. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2up_alt.svg +1 -0
  463. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2up_alt2.svg +1 -0
  464. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-down.svg +1 -0
  465. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-down_alt.svg +1 -0
  466. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-down_alt2.svg +1 -0
  467. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-left.svg +1 -0
  468. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-left_alt.svg +1 -0
  469. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-left_alt2.svg +1 -0
  470. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-right.svg +1 -0
  471. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-right_alt.svg +1 -0
  472. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-right_alt2.svg +1 -0
  473. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-up.svg +1 -0
  474. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-up_alt2.svg +1 -0
  475. data/assets/plugins/elegant_font/images/SVG/arrow_carrot_up_alt.svg +1 -0
  476. data/assets/plugins/elegant_font/images/SVG/arrow_condense.svg +1 -0
  477. data/assets/plugins/elegant_font/images/SVG/arrow_condense_alt.svg +1 -0
  478. data/assets/plugins/elegant_font/images/SVG/arrow_down.svg +1 -0
  479. data/assets/plugins/elegant_font/images/SVG/arrow_down_alt.svg +1 -0
  480. data/assets/plugins/elegant_font/images/SVG/arrow_expand.svg +1 -0
  481. data/assets/plugins/elegant_font/images/SVG/arrow_expand_alt.svg +1 -0
  482. data/assets/plugins/elegant_font/images/SVG/arrow_expand_alt2.svg +1 -0
  483. data/assets/plugins/elegant_font/images/SVG/arrow_expand_alt3.svg +1 -0
  484. data/assets/plugins/elegant_font/images/SVG/arrow_left-down.svg +1 -0
  485. data/assets/plugins/elegant_font/images/SVG/arrow_left-down_alt.svg +1 -0
  486. data/assets/plugins/elegant_font/images/SVG/arrow_left-right.svg +1 -0
  487. data/assets/plugins/elegant_font/images/SVG/arrow_left-right_alt.svg +1 -0
  488. data/assets/plugins/elegant_font/images/SVG/arrow_left-up.svg +1 -0
  489. data/assets/plugins/elegant_font/images/SVG/arrow_left-up_alt.svg +1 -0
  490. data/assets/plugins/elegant_font/images/SVG/arrow_left.svg +1 -0
  491. data/assets/plugins/elegant_font/images/SVG/arrow_left_alt.svg +1 -0
  492. data/assets/plugins/elegant_font/images/SVG/arrow_move.svg +1 -0
  493. data/assets/plugins/elegant_font/images/SVG/arrow_right-down.svg +1 -0
  494. data/assets/plugins/elegant_font/images/SVG/arrow_right-down_alt.svg +1 -0
  495. data/assets/plugins/elegant_font/images/SVG/arrow_right-up.svg +1 -0
  496. data/assets/plugins/elegant_font/images/SVG/arrow_right-up_alt.svg +1 -0
  497. data/assets/plugins/elegant_font/images/SVG/arrow_right.svg +1 -0
  498. data/assets/plugins/elegant_font/images/SVG/arrow_right_alt.svg +1 -0
  499. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-down.svg +1 -0
  500. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-down_alt.svg +1 -0
  501. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-down_alt2.svg +1 -0
  502. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-left.svg +1 -0
  503. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-left_alt.svg +1 -0
  504. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-left_alt2.svg +1 -0
  505. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-right.svg +1 -0
  506. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-right_alt.svg +1 -0
  507. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-right_alt2.svg +1 -0
  508. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-up.svg +1 -0
  509. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-up_alt.svg +1 -0
  510. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-up_alt2.svg +1 -0
  511. data/assets/plugins/elegant_font/images/SVG/arrow_up-down_alt.svg +1 -0
  512. data/assets/plugins/elegant_font/images/SVG/arrow_up.svg +1 -0
  513. data/assets/plugins/elegant_font/images/SVG/arrow_up_alt.svg +1 -0
  514. data/assets/plugins/elegant_font/images/SVG/icon_adjust-horiz.svg +1 -0
  515. data/assets/plugins/elegant_font/images/SVG/icon_adjust-vert.svg +1 -0
  516. data/assets/plugins/elegant_font/images/SVG/icon_archive.svg +1 -0
  517. data/assets/plugins/elegant_font/images/SVG/icon_archive_alt.svg +1 -0
  518. data/assets/plugins/elegant_font/images/SVG/icon_bag.svg +1 -0
  519. data/assets/plugins/elegant_font/images/SVG/icon_bag_alt.svg +1 -0
  520. data/assets/plugins/elegant_font/images/SVG/icon_balance.svg +1 -0
  521. data/assets/plugins/elegant_font/images/SVG/icon_blocked.svg +1 -0
  522. data/assets/plugins/elegant_font/images/SVG/icon_book.svg +1 -0
  523. data/assets/plugins/elegant_font/images/SVG/icon_book_alt.svg +1 -0
  524. data/assets/plugins/elegant_font/images/SVG/icon_box-checked.svg +1 -0
  525. data/assets/plugins/elegant_font/images/SVG/icon_box-empty.svg +1 -0
  526. data/assets/plugins/elegant_font/images/SVG/icon_box-selected.svg +1 -0
  527. data/assets/plugins/elegant_font/images/SVG/icon_briefcase.svg +1 -0
  528. data/assets/plugins/elegant_font/images/SVG/icon_briefcase_alt.svg +1 -0
  529. data/assets/plugins/elegant_font/images/SVG/icon_building.svg +1 -0
  530. data/assets/plugins/elegant_font/images/SVG/icon_building_alt.svg +1 -0
  531. data/assets/plugins/elegant_font/images/SVG/icon_calculator_alt.svg +1 -0
  532. data/assets/plugins/elegant_font/images/SVG/icon_calendar.svg +1 -0
  533. data/assets/plugins/elegant_font/images/SVG/icon_calulator.svg +1 -0
  534. data/assets/plugins/elegant_font/images/SVG/icon_camera.svg +1 -0
  535. data/assets/plugins/elegant_font/images/SVG/icon_camera_alt.svg +1 -0
  536. data/assets/plugins/elegant_font/images/SVG/icon_cart.svg +1 -0
  537. data/assets/plugins/elegant_font/images/SVG/icon_cart_alt.svg +1 -0
  538. data/assets/plugins/elegant_font/images/SVG/icon_chat.svg +1 -0
  539. data/assets/plugins/elegant_font/images/SVG/icon_chat_alt.svg +1 -0
  540. data/assets/plugins/elegant_font/images/SVG/icon_check.svg +1 -0
  541. data/assets/plugins/elegant_font/images/SVG/icon_check_alt.svg +1 -0
  542. data/assets/plugins/elegant_font/images/SVG/icon_check_alt2.svg +1 -0
  543. data/assets/plugins/elegant_font/images/SVG/icon_circle-empty.svg +1 -0
  544. data/assets/plugins/elegant_font/images/SVG/icon_circle-slelected.svg +1 -0
  545. data/assets/plugins/elegant_font/images/SVG/icon_clipboard.svg +1 -0
  546. data/assets/plugins/elegant_font/images/SVG/icon_clock.svg +1 -0
  547. data/assets/plugins/elegant_font/images/SVG/icon_clock_alt.svg +1 -0
  548. data/assets/plugins/elegant_font/images/SVG/icon_close.svg +1 -0
  549. data/assets/plugins/elegant_font/images/SVG/icon_close_alt.svg +1 -0
  550. data/assets/plugins/elegant_font/images/SVG/icon_close_alt2.svg +1 -0
  551. data/assets/plugins/elegant_font/images/SVG/icon_cloud-download.svg +1 -0
  552. data/assets/plugins/elegant_font/images/SVG/icon_cloud-download_alt.svg +1 -0
  553. data/assets/plugins/elegant_font/images/SVG/icon_cloud-upload.svg +1 -0
  554. data/assets/plugins/elegant_font/images/SVG/icon_cloud-upload_alt.svg +1 -0
  555. data/assets/plugins/elegant_font/images/SVG/icon_cloud.svg +1 -0
  556. data/assets/plugins/elegant_font/images/SVG/icon_cloud_alt.svg +1 -0
  557. data/assets/plugins/elegant_font/images/SVG/icon_cog.svg +1 -0
  558. data/assets/plugins/elegant_font/images/SVG/icon_cogs.svg +1 -0
  559. data/assets/plugins/elegant_font/images/SVG/icon_comment.svg +1 -0
  560. data/assets/plugins/elegant_font/images/SVG/icon_comment_alt.svg +1 -0
  561. data/assets/plugins/elegant_font/images/SVG/icon_compass.svg +1 -0
  562. data/assets/plugins/elegant_font/images/SVG/icon_compass_alt.svg +1 -0
  563. data/assets/plugins/elegant_font/images/SVG/icon_cone.svg +1 -0
  564. data/assets/plugins/elegant_font/images/SVG/icon_cone_alt.svg +1 -0
  565. data/assets/plugins/elegant_font/images/SVG/icon_contacts.svg +1 -0
  566. data/assets/plugins/elegant_font/images/SVG/icon_contacts_alt.svg +1 -0
  567. data/assets/plugins/elegant_font/images/SVG/icon_creditcard.svg +1 -0
  568. data/assets/plugins/elegant_font/images/SVG/icon_currency.svg +1 -0
  569. data/assets/plugins/elegant_font/images/SVG/icon_currency_alt.svg +1 -0
  570. data/assets/plugins/elegant_font/images/SVG/icon_cursor.svg +1 -0
  571. data/assets/plugins/elegant_font/images/SVG/icon_cursor_alt.svg +1 -0
  572. data/assets/plugins/elegant_font/images/SVG/icon_datareport.svg +1 -0
  573. data/assets/plugins/elegant_font/images/SVG/icon_datareport_alt.svg +1 -0
  574. data/assets/plugins/elegant_font/images/SVG/icon_desktop.svg +1 -0
  575. data/assets/plugins/elegant_font/images/SVG/icon_dislike.svg +1 -0
  576. data/assets/plugins/elegant_font/images/SVG/icon_dislike_alt.svg +1 -0
  577. data/assets/plugins/elegant_font/images/SVG/icon_document.svg +1 -0
  578. data/assets/plugins/elegant_font/images/SVG/icon_document_alt.svg +1 -0
  579. data/assets/plugins/elegant_font/images/SVG/icon_documents.svg +1 -0
  580. data/assets/plugins/elegant_font/images/SVG/icon_documents_alt.svg +1 -0
  581. data/assets/plugins/elegant_font/images/SVG/icon_download.svg +1 -0
  582. data/assets/plugins/elegant_font/images/SVG/icon_drawer.svg +1 -0
  583. data/assets/plugins/elegant_font/images/SVG/icon_drawer_alt.svg +1 -0
  584. data/assets/plugins/elegant_font/images/SVG/icon_drive.svg +1 -0
  585. data/assets/plugins/elegant_font/images/SVG/icon_drive_alt.svg +1 -0
  586. data/assets/plugins/elegant_font/images/SVG/icon_easel.svg +1 -0
  587. data/assets/plugins/elegant_font/images/SVG/icon_easel_alt.svg +1 -0
  588. data/assets/plugins/elegant_font/images/SVG/icon_error-circle.svg +1 -0
  589. data/assets/plugins/elegant_font/images/SVG/icon_error-circle_alt.svg +1 -0
  590. data/assets/plugins/elegant_font/images/SVG/icon_error-oct.svg +1 -0
  591. data/assets/plugins/elegant_font/images/SVG/icon_error-oct_alt.svg +1 -0
  592. data/assets/plugins/elegant_font/images/SVG/icon_error-triangle.svg +1 -0
  593. data/assets/plugins/elegant_font/images/SVG/icon_error-triangle_alt.svg +1 -0
  594. data/assets/plugins/elegant_font/images/SVG/icon_film.svg +1 -0
  595. data/assets/plugins/elegant_font/images/SVG/icon_floppy.svg +1 -0
  596. data/assets/plugins/elegant_font/images/SVG/icon_floppy_alt.svg +1 -0
  597. data/assets/plugins/elegant_font/images/SVG/icon_flowchart.svg +1 -0
  598. data/assets/plugins/elegant_font/images/SVG/icon_flowchart_alt.svg +1 -0
  599. data/assets/plugins/elegant_font/images/SVG/icon_folder-add.svg +1 -0
  600. data/assets/plugins/elegant_font/images/SVG/icon_folder-add_alt.svg +1 -0
  601. data/assets/plugins/elegant_font/images/SVG/icon_folder-alt.svg +1 -0
  602. data/assets/plugins/elegant_font/images/SVG/icon_folder-open.svg +1 -0
  603. data/assets/plugins/elegant_font/images/SVG/icon_folder-open_alt.svg +1 -0
  604. data/assets/plugins/elegant_font/images/SVG/icon_folder.svg +1 -0
  605. data/assets/plugins/elegant_font/images/SVG/icon_folder_download.svg +1 -0
  606. data/assets/plugins/elegant_font/images/SVG/icon_folder_upload.svg +1 -0
  607. data/assets/plugins/elegant_font/images/SVG/icon_genius.svg +1 -0
  608. data/assets/plugins/elegant_font/images/SVG/icon_gift.svg +1 -0
  609. data/assets/plugins/elegant_font/images/SVG/icon_gift_alt.svg +1 -0
  610. data/assets/plugins/elegant_font/images/SVG/icon_globe-2.svg +1 -0
  611. data/assets/plugins/elegant_font/images/SVG/icon_globe.svg +1 -0
  612. data/assets/plugins/elegant_font/images/SVG/icon_globe_alt.svg +1 -0
  613. data/assets/plugins/elegant_font/images/SVG/icon_grid-2x2.svg +1 -0
  614. data/assets/plugins/elegant_font/images/SVG/icon_grid-3x3.svg +1 -0
  615. data/assets/plugins/elegant_font/images/SVG/icon_group.svg +1 -0
  616. data/assets/plugins/elegant_font/images/SVG/icon_headphones.svg +1 -0
  617. data/assets/plugins/elegant_font/images/SVG/icon_heart.svg +1 -0
  618. data/assets/plugins/elegant_font/images/SVG/icon_heart_alt.svg +1 -0
  619. data/assets/plugins/elegant_font/images/SVG/icon_hourglass.svg +1 -0
  620. data/assets/plugins/elegant_font/images/SVG/icon_house.svg +1 -0
  621. data/assets/plugins/elegant_font/images/SVG/icon_house_alt.svg +1 -0
  622. data/assets/plugins/elegant_font/images/SVG/icon_id-2.svg +1 -0
  623. data/assets/plugins/elegant_font/images/SVG/icon_id-2_alt.svg +1 -0
  624. data/assets/plugins/elegant_font/images/SVG/icon_id.svg +1 -0
  625. data/assets/plugins/elegant_font/images/SVG/icon_id_alt.svg +1 -0
  626. data/assets/plugins/elegant_font/images/SVG/icon_image.svg +1 -0
  627. data/assets/plugins/elegant_font/images/SVG/icon_images.svg +1 -0
  628. data/assets/plugins/elegant_font/images/SVG/icon_info.svg +1 -0
  629. data/assets/plugins/elegant_font/images/SVG/icon_info_alt.svg +1 -0
  630. data/assets/plugins/elegant_font/images/SVG/icon_key.svg +1 -0
  631. data/assets/plugins/elegant_font/images/SVG/icon_key_alt.svg +1 -0
  632. data/assets/plugins/elegant_font/images/SVG/icon_laptop.svg +1 -0
  633. data/assets/plugins/elegant_font/images/SVG/icon_lifesaver.svg +1 -0
  634. data/assets/plugins/elegant_font/images/SVG/icon_lightbulb.svg +1 -0
  635. data/assets/plugins/elegant_font/images/SVG/icon_lightbulb_alt.svg +1 -0
  636. data/assets/plugins/elegant_font/images/SVG/icon_like.svg +1 -0
  637. data/assets/plugins/elegant_font/images/SVG/icon_like_alt.svg +1 -0
  638. data/assets/plugins/elegant_font/images/SVG/icon_link.svg +1 -0
  639. data/assets/plugins/elegant_font/images/SVG/icon_link_alt.svg +1 -0
  640. data/assets/plugins/elegant_font/images/SVG/icon_loading.svg +1 -0
  641. data/assets/plugins/elegant_font/images/SVG/icon_lock-open.svg +1 -0
  642. data/assets/plugins/elegant_font/images/SVG/icon_lock-open_alt.svg +1 -0
  643. data/assets/plugins/elegant_font/images/SVG/icon_lock.svg +1 -0
  644. data/assets/plugins/elegant_font/images/SVG/icon_lock_alt.svg +1 -0
  645. data/assets/plugins/elegant_font/images/SVG/icon_mail.svg +1 -0
  646. data/assets/plugins/elegant_font/images/SVG/icon_mail_alt.svg +1 -0
  647. data/assets/plugins/elegant_font/images/SVG/icon_map.svg +1 -0
  648. data/assets/plugins/elegant_font/images/SVG/icon_map_alt.svg +1 -0
  649. data/assets/plugins/elegant_font/images/SVG/icon_menu-circle_alt.svg +1 -0
  650. data/assets/plugins/elegant_font/images/SVG/icon_menu-circle_alt2.svg +1 -0
  651. data/assets/plugins/elegant_font/images/SVG/icon_menu-square_alt.svg +1 -0
  652. data/assets/plugins/elegant_font/images/SVG/icon_menu-square_alt2.svg +1 -0
  653. data/assets/plugins/elegant_font/images/SVG/icon_menu.svg +1 -0
  654. data/assets/plugins/elegant_font/images/SVG/icon_mic.svg +1 -0
  655. data/assets/plugins/elegant_font/images/SVG/icon_mic_alt.svg +1 -0
  656. data/assets/plugins/elegant_font/images/SVG/icon_minus-06.svg +1 -0
  657. data/assets/plugins/elegant_font/images/SVG/icon_minus-box.svg +1 -0
  658. data/assets/plugins/elegant_font/images/SVG/icon_minus_alt.svg +1 -0
  659. data/assets/plugins/elegant_font/images/SVG/icon_minus_alt2.svg +1 -0
  660. data/assets/plugins/elegant_font/images/SVG/icon_mobile.svg +1 -0
  661. data/assets/plugins/elegant_font/images/SVG/icon_mug.svg +1 -0
  662. data/assets/plugins/elegant_font/images/SVG/icon_mug_alt.svg +1 -0
  663. data/assets/plugins/elegant_font/images/SVG/icon_music.svg +1 -0
  664. data/assets/plugins/elegant_font/images/SVG/icon_ol.svg +1 -0
  665. data/assets/plugins/elegant_font/images/SVG/icon_paperclip.svg +1 -0
  666. data/assets/plugins/elegant_font/images/SVG/icon_pause.svg +1 -0
  667. data/assets/plugins/elegant_font/images/SVG/icon_pause_alt.svg +1 -0
  668. data/assets/plugins/elegant_font/images/SVG/icon_pause_alt2.svg +1 -0
  669. data/assets/plugins/elegant_font/images/SVG/icon_pencil-edit.svg +1 -0
  670. data/assets/plugins/elegant_font/images/SVG/icon_pencil-edit_alt.svg +1 -0
  671. data/assets/plugins/elegant_font/images/SVG/icon_pencil.svg +1 -0
  672. data/assets/plugins/elegant_font/images/SVG/icon_pencil_alt.svg +1 -0
  673. data/assets/plugins/elegant_font/images/SVG/icon_pens.svg +1 -0
  674. data/assets/plugins/elegant_font/images/SVG/icon_pens_alt.svg +1 -0
  675. data/assets/plugins/elegant_font/images/SVG/icon_percent.svg +1 -0
  676. data/assets/plugins/elegant_font/images/SVG/icon_percent_alt.svg +1 -0
  677. data/assets/plugins/elegant_font/images/SVG/icon_phone.svg +1 -0
  678. data/assets/plugins/elegant_font/images/SVG/icon_piechart.svg +1 -0
  679. data/assets/plugins/elegant_font/images/SVG/icon_pin.svg +1 -0
  680. data/assets/plugins/elegant_font/images/SVG/icon_pin_alt.svg +1 -0
  681. data/assets/plugins/elegant_font/images/SVG/icon_plus-box.svg +1 -0
  682. data/assets/plugins/elegant_font/images/SVG/icon_plus.svg +1 -0
  683. data/assets/plugins/elegant_font/images/SVG/icon_plus_alt.svg +1 -0
  684. data/assets/plugins/elegant_font/images/SVG/icon_plus_alt2.svg +1 -0
  685. data/assets/plugins/elegant_font/images/SVG/icon_printer-alt.svg +1 -0
  686. data/assets/plugins/elegant_font/images/SVG/icon_printer.svg +1 -0
  687. data/assets/plugins/elegant_font/images/SVG/icon_profile.svg +1 -0
  688. data/assets/plugins/elegant_font/images/SVG/icon_pushpin.svg +1 -0
  689. data/assets/plugins/elegant_font/images/SVG/icon_pushpin_alt.svg +1 -0
  690. data/assets/plugins/elegant_font/images/SVG/icon_puzzle.svg +1 -0
  691. data/assets/plugins/elegant_font/images/SVG/icon_puzzle_alt.svg +1 -0
  692. data/assets/plugins/elegant_font/images/SVG/icon_question.svg +1 -0
  693. data/assets/plugins/elegant_font/images/SVG/icon_question_alt.svg +1 -0
  694. data/assets/plugins/elegant_font/images/SVG/icon_question_alt2.svg +1 -0
  695. data/assets/plugins/elegant_font/images/SVG/icon_quotations.svg +1 -0
  696. data/assets/plugins/elegant_font/images/SVG/icon_quotations_alt.svg +1 -0
  697. data/assets/plugins/elegant_font/images/SVG/icon_quotations_alt2.svg +1 -0
  698. data/assets/plugins/elegant_font/images/SVG/icon_refresh.svg +1 -0
  699. data/assets/plugins/elegant_font/images/SVG/icon_ribbon.svg +1 -0
  700. data/assets/plugins/elegant_font/images/SVG/icon_ribbon_alt.svg +1 -0
  701. data/assets/plugins/elegant_font/images/SVG/icon_rook.svg +1 -0
  702. data/assets/plugins/elegant_font/images/SVG/icon_search.svg +1 -0
  703. data/assets/plugins/elegant_font/images/SVG/icon_search2.svg +1 -0
  704. data/assets/plugins/elegant_font/images/SVG/icon_search_alt.svg +1 -0
  705. data/assets/plugins/elegant_font/images/SVG/icon_shield.svg +1 -0
  706. data/assets/plugins/elegant_font/images/SVG/icon_shield_alt.svg +1 -0
  707. data/assets/plugins/elegant_font/images/SVG/icon_star-half.svg +1 -0
  708. data/assets/plugins/elegant_font/images/SVG/icon_star-half_alt.svg +1 -0
  709. data/assets/plugins/elegant_font/images/SVG/icon_star.svg +1 -0
  710. data/assets/plugins/elegant_font/images/SVG/icon_star_alt.svg +1 -0
  711. data/assets/plugins/elegant_font/images/SVG/icon_stop.svg +1 -0
  712. data/assets/plugins/elegant_font/images/SVG/icon_stop_alt.svg +1 -0
  713. data/assets/plugins/elegant_font/images/SVG/icon_stop_alt2.svg +1 -0
  714. data/assets/plugins/elegant_font/images/SVG/icon_table.svg +1 -0
  715. data/assets/plugins/elegant_font/images/SVG/icon_tablet.svg +1 -0
  716. data/assets/plugins/elegant_font/images/SVG/icon_tag.svg +1 -0
  717. data/assets/plugins/elegant_font/images/SVG/icon_tag_alt.svg +1 -0
  718. data/assets/plugins/elegant_font/images/SVG/icon_tags.svg +1 -0
  719. data/assets/plugins/elegant_font/images/SVG/icon_tags_alt.svg +1 -0
  720. data/assets/plugins/elegant_font/images/SVG/icon_target.svg +1 -0
  721. data/assets/plugins/elegant_font/images/SVG/icon_tool.svg +1 -0
  722. data/assets/plugins/elegant_font/images/SVG/icon_toolbox.svg +1 -0
  723. data/assets/plugins/elegant_font/images/SVG/icon_toolbox_alt.svg +1 -0
  724. data/assets/plugins/elegant_font/images/SVG/icon_tools.svg +1 -0
  725. data/assets/plugins/elegant_font/images/SVG/icon_trash.svg +1 -0
  726. data/assets/plugins/elegant_font/images/SVG/icon_trash_alt.svg +1 -0
  727. data/assets/plugins/elegant_font/images/SVG/icon_ul.svg +1 -0
  728. data/assets/plugins/elegant_font/images/SVG/icon_upload.svg +1 -0
  729. data/assets/plugins/elegant_font/images/SVG/icon_vol-mute.svg +1 -0
  730. data/assets/plugins/elegant_font/images/SVG/icon_vol-mute_alt.svg +1 -0
  731. data/assets/plugins/elegant_font/images/SVG/icon_volume-high.svg +1 -0
  732. data/assets/plugins/elegant_font/images/SVG/icon_volume-high_alt.svg +1 -0
  733. data/assets/plugins/elegant_font/images/SVG/icon_volume-low.svg +1 -0
  734. data/assets/plugins/elegant_font/images/SVG/icon_volume-low_alt.svg +1 -0
  735. data/assets/plugins/elegant_font/images/SVG/icon_wallet.svg +1 -0
  736. data/assets/plugins/elegant_font/images/SVG/icon_wallet_alt.svg +1 -0
  737. data/assets/plugins/elegant_font/images/SVG/icon_zoom-in.svg +1 -0
  738. data/assets/plugins/elegant_font/images/SVG/icon_zoom-in_alt.svg +1 -0
  739. data/assets/plugins/elegant_font/images/SVG/icon_zoom-out.svg +1 -0
  740. data/assets/plugins/elegant_font/images/SVG/icon_zoom-out_alt.svg +1 -0
  741. data/assets/plugins/elegant_font/images/SVG/social_blogger.svg +1 -0
  742. data/assets/plugins/elegant_font/images/SVG/social_blogger_circle.svg +1 -0
  743. data/assets/plugins/elegant_font/images/SVG/social_blogger_square.svg +1 -0
  744. data/assets/plugins/elegant_font/images/SVG/social_delicious.svg +1 -0
  745. data/assets/plugins/elegant_font/images/SVG/social_delicious_circle.svg +1 -0
  746. data/assets/plugins/elegant_font/images/SVG/social_delicious_square.svg +1 -0
  747. data/assets/plugins/elegant_font/images/SVG/social_deviantart.svg +1 -0
  748. data/assets/plugins/elegant_font/images/SVG/social_deviantart_circle.svg +1 -0
  749. data/assets/plugins/elegant_font/images/SVG/social_deviantart_square.svg +1 -0
  750. data/assets/plugins/elegant_font/images/SVG/social_dribbble.svg +1 -0
  751. data/assets/plugins/elegant_font/images/SVG/social_dribbble_circle.svg +1 -0
  752. data/assets/plugins/elegant_font/images/SVG/social_dribbble_square.svg +1 -0
  753. data/assets/plugins/elegant_font/images/SVG/social_facebook.svg +1 -0
  754. data/assets/plugins/elegant_font/images/SVG/social_facebook_circle.svg +1 -0
  755. data/assets/plugins/elegant_font/images/SVG/social_facebook_square.svg +1 -0
  756. data/assets/plugins/elegant_font/images/SVG/social_flickr.svg +1 -0
  757. data/assets/plugins/elegant_font/images/SVG/social_flickr_circle.svg +1 -0
  758. data/assets/plugins/elegant_font/images/SVG/social_flickr_square.svg +1 -0
  759. data/assets/plugins/elegant_font/images/SVG/social_googledrive.svg +1 -0
  760. data/assets/plugins/elegant_font/images/SVG/social_googledrive_alt2.svg +1 -0
  761. data/assets/plugins/elegant_font/images/SVG/social_googledrive_square.svg +1 -0
  762. data/assets/plugins/elegant_font/images/SVG/social_googleplus.svg +1 -0
  763. data/assets/plugins/elegant_font/images/SVG/social_googleplus_circle.svg +1 -0
  764. data/assets/plugins/elegant_font/images/SVG/social_googleplus_square.svg +1 -0
  765. data/assets/plugins/elegant_font/images/SVG/social_instagram.svg +1 -0
  766. data/assets/plugins/elegant_font/images/SVG/social_instagram_circle.svg +1 -0
  767. data/assets/plugins/elegant_font/images/SVG/social_instagram_square.svg +1 -0
  768. data/assets/plugins/elegant_font/images/SVG/social_linkedin.svg +1 -0
  769. data/assets/plugins/elegant_font/images/SVG/social_linkedin_circle.svg +1 -0
  770. data/assets/plugins/elegant_font/images/SVG/social_linkedin_square.svg +1 -0
  771. data/assets/plugins/elegant_font/images/SVG/social_myspace.svg +1 -0
  772. data/assets/plugins/elegant_font/images/SVG/social_myspace_circle.svg +1 -0
  773. data/assets/plugins/elegant_font/images/SVG/social_myspace_square.svg +1 -0
  774. data/assets/plugins/elegant_font/images/SVG/social_picassa.svg +1 -0
  775. data/assets/plugins/elegant_font/images/SVG/social_picassa_circle.svg +1 -0
  776. data/assets/plugins/elegant_font/images/SVG/social_picassa_square.svg +1 -0
  777. data/assets/plugins/elegant_font/images/SVG/social_pinterest.svg +1 -0
  778. data/assets/plugins/elegant_font/images/SVG/social_pinterest_circle.svg +1 -0
  779. data/assets/plugins/elegant_font/images/SVG/social_pinterest_square.svg +1 -0
  780. data/assets/plugins/elegant_font/images/SVG/social_rss.svg +1 -0
  781. data/assets/plugins/elegant_font/images/SVG/social_rss_circle.svg +1 -0
  782. data/assets/plugins/elegant_font/images/SVG/social_rss_square.svg +1 -0
  783. data/assets/plugins/elegant_font/images/SVG/social_share.svg +1 -0
  784. data/assets/plugins/elegant_font/images/SVG/social_share_circle.svg +1 -0
  785. data/assets/plugins/elegant_font/images/SVG/social_share_square.svg +1 -0
  786. data/assets/plugins/elegant_font/images/SVG/social_skype.svg +1 -0
  787. data/assets/plugins/elegant_font/images/SVG/social_skype_circle.svg +1 -0
  788. data/assets/plugins/elegant_font/images/SVG/social_skype_square.svg +1 -0
  789. data/assets/plugins/elegant_font/images/SVG/social_spotify.svg +1 -0
  790. data/assets/plugins/elegant_font/images/SVG/social_spotify_circle.svg +1 -0
  791. data/assets/plugins/elegant_font/images/SVG/social_spotify_square.svg +1 -0
  792. data/assets/plugins/elegant_font/images/SVG/social_stumbleupon_circle.svg +1 -0
  793. data/assets/plugins/elegant_font/images/SVG/social_stumbleupon_square.svg +1 -0
  794. data/assets/plugins/elegant_font/images/SVG/social_tumbleupon.svg +1 -0
  795. data/assets/plugins/elegant_font/images/SVG/social_tumblr.svg +1 -0
  796. data/assets/plugins/elegant_font/images/SVG/social_tumblr_circle.svg +1 -0
  797. data/assets/plugins/elegant_font/images/SVG/social_tumblr_square.svg +1 -0
  798. data/assets/plugins/elegant_font/images/SVG/social_twitter.svg +1 -0
  799. data/assets/plugins/elegant_font/images/SVG/social_twitter_circle.svg +1 -0
  800. data/assets/plugins/elegant_font/images/SVG/social_twitter_square.svg +1 -0
  801. data/assets/plugins/elegant_font/images/SVG/social_vimeo.svg +1 -0
  802. data/assets/plugins/elegant_font/images/SVG/social_vimeo_circle.svg +1 -0
  803. data/assets/plugins/elegant_font/images/SVG/social_vimeo_square.svg +1 -0
  804. data/assets/plugins/elegant_font/images/SVG/social_wordpress.svg +1 -0
  805. data/assets/plugins/elegant_font/images/SVG/social_wordpress_circle.svg +1 -0
  806. data/assets/plugins/elegant_font/images/SVG/social_wordpress_square.svg +1 -0
  807. data/assets/plugins/elegant_font/images/SVG/social_youtube.svg +1 -0
  808. data/assets/plugins/elegant_font/images/SVG/social_youtube_circle.svg +1 -0
  809. data/assets/plugins/elegant_font/images/SVG/social_youtube_square.svg +1 -0
  810. data/assets/plugins/prism/min/prism-min.js +2 -0
  811. data/assets/plugins/prism/prism.css +163 -0
  812. data/assets/plugins/prism/prism.js +18 -0
  813. metadata +929 -0
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 25,24l-16,0 C 8.448,24, 8,23.552, 8,23C 8,22.448, 8.448,22, 9,22l 16,0 c 0.552,0, 1,0.448, 1,1C 26,23.552, 25.552,24, 25,24z M 25,18l-16,0 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16l 16,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z M 25,12l-16,0 C 8.448,12, 8,11.552, 8,11C 8,10.448, 8.448,10, 9,10l 16,0 C 25.552,10, 26,10.448, 26,11C 26,11.552, 25.552,12, 25,12z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 25,16l-16,0 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18l 16,0 C 25.552,18, 26,17.552, 26,17 C 26,16.448, 25.552,16, 25,16zM 25,10l-16,0 C 8.448,10, 8,10.448, 8,11C 8,11.552, 8.448,12, 9,12l 16,0 C 25.552,12, 26,11.552, 26,11 C 26,10.448, 25.552,10, 25,10zM 25,22l-16,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 16,0 c 0.552,0, 1-0.448, 1-1 C 26,22.448, 25.552,22, 25,22z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,2L 4,2 C 2.896,2, 2,2.896, 2,4l0,26 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,4 C 32,2.896, 31.104,2, 30,2z M 25,24l-16,0 C 8.448,24, 8,23.552, 8,23C 8,22.448, 8.448,22, 9,22l 16,0 c 0.552,0, 1,0.448, 1,1C 26,23.552, 25.552,24, 25,24z M 25,18l-16,0 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16l 16,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z M 25,12l-16,0 C 8.448,12, 8,11.552, 8,11C 8,10.448, 8.448,10, 9,10l 16,0 C 25.552,10, 26,10.448, 26,11C 26,11.552, 25.552,12, 25,12z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,2L 4,2 C 2.896,2, 2,2.896, 2,4l0,26 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,4 C 32,2.896, 31.104,2, 30,2z M 30,30L 4,30 L 4,4 l 26,0 L 30,30 zM 9,18l 16,0 C 25.552,18, 26,17.552, 26,17C 26,16.448, 25.552,16, 25,16l-16,0 C 8.448,16, 8,16.448, 8,17 C 8,17.552, 8.448,18, 9,18zM 9,12l 16,0 C 25.552,12, 26,11.552, 26,11C 26,10.448, 25.552,10, 25,10l-16,0 C 8.448,10, 8,10.448, 8,11 C 8,11.552, 8.448,12, 9,12zM 9,24l 16,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-16,0 C 8.448,22, 8,22.448, 8,23 C 8,23.552, 8.448,24, 9,24z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 7,16l 18,0 C 25.552,16, 26,15.552, 26,15C 26,14.448, 25.552,14, 25,14l-18,0 C 6.448,14, 6,14.448, 6,15 C 6,15.552, 6.448,16, 7,16zM 7,10l 18,0 C 25.552,10, 26,9.552, 26,9C 26,8.448, 25.552,8, 25,8l-18,0 C 6.448,8, 6,8.448, 6,9 C 6,9.552, 6.448,10, 7,10zM 7,22l 18,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-18,0 C 6.448,20, 6,20.448, 6,21 C 6,21.552, 6.448,22, 7,22z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 14,25.808L 14,30 L 11,30 C 10.448,30, 10,30.448, 10,31C 10,31.552, 10.448,32, 11,32l 4.98,0 L 16.020,32 l 4.98,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 18,30 l0-4.204 c 4.166-0.822, 8-4.194, 8-9.796L 26,13 C 26,12.448, 25.552,12, 25,12 S 24,12.448, 24,13L 24,16 c0,5.252-4.026,8-8,8c-3.854,0-8-2.504-8-8L 8,13 C 8,12.448, 7.552,12, 7,12S 6,12.448, 6,13L 6,16 C 6,21.68, 9.766,25.012, 14,25.808zM 16,20c 2.21,0, 4-1.79, 4-4L 20,4 c0-2.21-1.79-4-4-4S 12,1.79, 12,4l0,12 C 12,18.21, 13.79,20, 16,20z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 14,25.808L 14,30 L 11,30 C 10.448,30, 10,30.448, 10,31C 10,31.552, 10.448,32, 11,32l 4.98,0 L 16.020,32 l 4.98,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 18,30 l0-4.204 c 4.166-0.822, 8-4.194, 8-9.796L 26,13 C 26,12.448, 25.552,12, 25,12 S 24,12.448, 24,13L 24,16 c0,5.252-4.026,8-8,8c-3.854,0-8-2.504-8-8L 8,13 C 8,12.448, 7.552,12, 7,12S 6,12.448, 6,13L 6,16 C 6,21.68, 9.766,25.012, 14,25.808zM 16,22c 3.308,0, 6-2.692, 6-6L 22,6 c0-3.308-2.692-6-6-6C 12.692,0, 10,2.692, 10,6l0,10 C 10,19.308, 12.692,22, 16,22z M 12,6 c0-2.21, 1.79-4, 4-4s 4,1.79, 4,4l0,10 c0,2.21-1.79,4-4,4S 12,18.21, 12,16L 12,6 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 9,18l 16,0 C 25.552,18, 26,17.552, 26,17C 26,16.448, 25.552,16, 25,16l-16,0 C 8.448,16, 8,16.448, 8,17 C 8,17.552, 8.448,18, 9,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8,10l0,14 c0,1.104, 0.896,2, 2,2l 14,0 c 1.104,0, 2-0.896, 2-2L 26,10 c0-1.104-0.896-2-2-2L 10,8 C 8.896,8, 8,8.896, 8,10z M 24,24L 10,24 L 10,10 l 14,0 L 24,24 zM 13,18l 8,0 C 21.552,18, 22,17.552, 22,17C 22,16.448, 21.552,16, 21,16l-8,0 C 12.448,16, 12,16.448, 12,17 C 12,17.552, 12.448,18, 13,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 25,18l-16,0 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16l 16,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 25,16l-16,0 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18l 16,0 C 25.552,18, 26,17.552, 26,17 C 26,16.448, 25.552,16, 25,16z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 24,32c 1.104,0, 2-0.896, 2-2L 26,2 c0-1.104-0.896-2-2-2L 10,0 C 8.896,0, 8,0.896, 8,2l0,28 c0,1.104, 0.896,2, 2,2L 24,32 z M 16,28.876c0-0.622, 0.504-1.124, 1.124-1.124s 1.124,0.504, 1.124,1.124S 17.746,30, 17.124,30S 16,29.496, 16,28.876z M 21,2 C 21.552,2, 22,2.448, 22,3C 22,3.552, 21.552,4, 21,4l-2,0 C 18.448,4, 18,3.552, 18,3C 18,2.448, 18.448,2, 19,2L 21,2 z M 16,3 C 16,3.552, 15.552,4, 15,4S 14,3.552, 14,3C 14,2.448, 14.448,2, 15,2S 16,2.448, 16,3z M 10,6l 14,0 l0,20 L 10,26 L 10,6 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32.02199935913086" height="32" viewBox="0 0 32.02199935913086 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 25.89,10.004c 0.056-0.836, 0.090-1.514, 0.108-1.92c 0.022-0.544-0.178-1.074-0.554-1.468S 24.544,6, 24,6L 2,6 C 1.456,6, 0.934,6.222, 0.556,6.616S-0.020,7.54, 0.002,8.084c 0.11,2.642, 0.854,15.996, 4.664,19.406C 5.032,27.818, 5.508,28, 6,28l 14,0 c 0.492,0, 0.968-0.182, 1.334-0.51c 1.194-1.070, 2.088-3.116, 2.754-5.504c 0.99-0.004, 1.674-0.006, 1.754-0.006 c 3.402,0, 6.16-2.48, 6.16-5.99C 32,11.224, 27.88,10.022, 25.89,10.004z M 20,26L 6,26 c-3.374-3.020-4-18-4-18l 22,0 C 24,8, 23.374,22.98, 20,26z M 25.84,19.98l-0.63,0.002c-0.18,0-0.394,0.002-0.636,0.002c 0.596-2.738, 0.954-5.66, 1.16-7.984l 0.106,0 C 26.010,12, 30,12.046, 30,15.99 C 30,18.302, 28.25,19.98, 25.84,19.98z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32.02199935913086" height="32" viewBox="0 0 32.02199935913086 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 25.89,10.004c 0.056-0.836, 0.090-1.514, 0.108-1.92c 0.022-0.544-0.178-1.074-0.554-1.468S 24.544,6, 24,6L 2,6 C 1.456,6, 0.934,6.222, 0.556,6.616S-0.020,7.54, 0.002,8.084c 0.11,2.642, 0.854,15.996, 4.664,19.406C 5.032,27.818, 5.508,28, 6,28l 14,0 c 0.492,0, 0.968-0.182, 1.334-0.51c 1.194-1.070, 2.088-3.116, 2.754-5.504c 0.99-0.004, 1.674-0.006, 1.754-0.006 c 3.402,0, 6.16-2.48, 6.16-5.99C 32,11.224, 27.88,10.022, 25.89,10.004z M 25.84,18.98l-0.634,0.002c-0.12,0-0.272,0-0.42,0.002 c 0.398-2.050, 0.67-4.152, 0.854-5.984l 0.2,0 c 0.528,0, 3.16,0.144, 3.16,2.99C 29,18.044, 27.362,18.98, 25.84,18.98z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.769996643066406" viewBox="0 0 32 32.769996643066406" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 0.798,30.456c 1.496,1.942, 4.586,2.068, 6.902,0.284c 0.942-0.726, 1.594-1.658, 1.956-2.636 C 9.864,27.692, 10,27.108, 10,26.44L 10,11.494 l 18-3.402l0,7.892 c0,2.784-2.13,3.424-2.884,3.566c-0.066,0.008-0.13,0.024-0.196,0.036 c-0.034,0.004-0.084,0.010-0.084,0.010L 24.848,19.6c-0.892,0.162-1.79,0.536-2.596,1.156c-2.316,1.784-2.982,4.804-1.486,6.746 c 1.496,1.942, 4.586,2.070, 6.902,0.286c 1.172-0.904, 1.918-2.124, 2.178-3.36C 29.936,24.128, 30,23.798, 30,23.424L 30,4.012 c0-0.122-0.024-0.226-0.034-0.342C 29.97,3.61, 30,3.542, 30,3.482l0-2 c0-1.104-0.896-1.728-2-1.39L 10,3.494 C 8.896,3.83, 8,5, 8,6.104l0,2 c0,0.028, 0.014,0.048, 0.016,0.074C 8.014,8.238, 8,8.29, 8,8.35l0,10.588 c0,2.788-2.136,3.426-2.888,3.566 c-0.038,0.006-0.076,0.018-0.116,0.024c-0.098,0.016-0.162,0.022-0.162,0.022l 0.022,0.010c-0.884,0.166-1.774,0.536-2.572,1.15 C-0.032,25.494-0.696,28.514, 0.798,30.456z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 27,14l-16,0 C 10.448,14, 10,14.448, 10,15C 10,15.552, 10.448,16, 11,16l 16,0 C 27.552,16, 28,15.552, 28,15 C 28,14.448, 27.552,14, 27,14zM 27,6l-16,0 C 10.448,6, 10,6.448, 10,7C 10,7.552, 10.448,8, 11,8l 16,0 C 27.552,8, 28,7.552, 28,7 C 28,6.448, 27.552,6, 27,6zM 27,22l-16,0 C 10.448,22, 10,22.448, 10,23C 10,23.552, 10.448,24, 11,24l 16,0 c 0.552,0, 1-0.448, 1-1 C 28,22.448, 27.552,22, 27,22zM 6.96,9.466L 6.96,4.534L 6.39,4.534L 5.312,5.11L 5.442,5.618L 6.3,5.156L 6.314,5.156L 6.314,9.466 zM 5.374,16.548L 4.852,17.056l0,0.41 L 8,17.466 L 8,16.912 L 5.784,16.912 L 5.784,16.898 l 0.394-0.364c 1.040-1.002, 1.7-1.738, 1.7-2.648 c0-0.706-0.448-1.434-1.51-1.434c-0.57,0-1.054,0.212-1.396,0.502l 0.212,0.47c 0.228-0.19, 0.6-0.418, 1.048-0.418 c 0.736,0, 0.978,0.462, 0.978,0.964C 7.204,14.712, 6.634,15.35, 5.374,16.548zM 6.194,24.928c-0.462,0-0.902-0.19-1.092-0.31l-0.182,0.516c 0.242,0.16, 0.728,0.334, 1.282,0.334 c 1.184,0, 1.798-0.69, 1.798-1.48c0-0.69-0.494-1.146-1.1-1.268l0-0.014 c 0.608-0.22, 0.91-0.652, 0.91-1.162 c0-0.6-0.44-1.176-1.412-1.176c-0.532,0-1.032,0.19-1.29,0.38l 0.174,0.486c 0.212-0.152, 0.592-0.326, 0.986-0.326 c 0.614,0, 0.866,0.35, 0.866,0.744c0,0.584-0.614,0.834-1.1,0.834L 5.662,22.486 l0,0.5 l 0.372,0 c 0.646,0, 1.268,0.296, 1.274,0.986 C 7.318,24.382, 7.052,24.928, 6.194,24.928z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="33.14800262451172" height="33.00400161743164" viewBox="0 0 33.14800262451172 33.00400161743164" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 14.076,6.978C 11.958,4.864, 9.298,4.686, 7.448,6.536C 5.598,8.384, 5.774,11.048, 7.888,13.164l 11.448,11.448 c 0.39,0.39, 1.024,0.39, 1.414,0s 0.39-1.024,0-1.414L 9.302,11.75c-1.026-1.026-1.68-2.562-0.442-3.8 c 1.236-1.238, 2.774-0.582, 3.8,0.444l 12.728,12.726c 3.65,3.654, 4.56,5.338, 2.386,7.514c-2.2,2.198-4.532,1.654-8.044-1.856 L 5.59,12.634C 3.306,10.35, 1.706,6.62, 4.708,3.62C 8.272,0.056, 12.342,3.56, 13.502,4.722l 12.992,12.994c 0.39,0.39, 1.024,0.39, 1.414,0 s 0.39-1.024,0-1.414L 14.916,3.308C 10.988-0.62, 6.534-1.040, 3.292,2.206C 0.016,5.48, 0.37,10.24, 4.176,14.048l 14.142,14.142 c 1.202,1.202, 3.776,3.774, 6.736,3.774c 1.33,0, 2.74-0.522, 4.136-1.918c 3.974-3.976, 0.298-7.656-2.386-10.342L 14.076,6.978z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 12,10C 10.896,10, 10,10.896, 10,12l0,8 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 14,12 C 14,10.896, 13.104,10, 12,10zM 18,20c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2S 18,10.896, 18,12L 18,20 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 14,20c0,1.104-0.896,2-2,2s-2-0.896-2-2L 10,12 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2L 14,20 z M 22,20c0,1.104-0.896,2-2,2s-2-0.896-2-2L 18,12 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2L 22,20 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,32c 8.836,0, 16-7.164, 16-16s-7.164-16-16-16S0,7.164,0,16S 7.164,32, 16,32z M 16,2c 7.72,0, 14,6.28, 14,14s-6.28,14-14,14 s-14-6.28-14-14S 8.28,2, 16,2zM 12,22c 1.104,0, 2-0.896, 2-2L 14,12 c0-1.104-0.896-2-2-2S 10,10.896, 10,12l0,8 C 10,21.104, 10.896,22, 12,22zM 20,22c 1.104,0, 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2S 18,10.896, 18,12l0,8 C 18,21.104, 18.896,22, 20,22z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.24800109863281" height="32.24800109863281" viewBox="0 0 32.24800109863281 32.24800109863281" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 21.172,21.172L 19.39,15.792L 9.11,5.512L 5.512,9.11L 15.792,19.39 zM 0.746,0.746c-0.994,0.994-0.994,2.604,0,3.598l 2.648,2.648l 3.598-3.598L 4.344,0.746 C 3.35-0.248, 1.74-0.248, 0.746,0.746zM 30,6L 15.822,6 l 2,2L 30,8 l0,22 L 8,30 L 8,17.822 l-2-2L 6,30 c0,1.104, 0.896,2, 2,2l 22,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 20.62,24.218L 26,26L 24.218,20.62L 13.938,10.34L 10.34,13.938 zM 8.222,11.82L 11.82,8.222L 9.172,5.574c-0.994-0.994-2.604-0.994-3.598,0c-0.994,0.994-0.994,2.604,0,3.598 L 8.222,11.82zM 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 30,30L 2,30 L 2,2 l 28,0 L 30,30 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30.122,30.122L 28.020,23.778L 11.050,6.808L 10,7.858L 6.808,11.050L 23.778,28.020 zM 3.98,8.222L 8.222,3.98l-2.1-2.1c-1.172-1.172-3.070-1.172-4.242,0c-1.172,1.17-1.172,3.072,0,4.242 L 3.98,8.222z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 5.574,9.172c-0.994-0.994-0.994-2.604,0-3.598c 0.994-0.994, 2.604-0.994, 3.598,0L 11.82,8.222L 8.222,11.82L 5.574,9.172z M 20.62,24.218l-10.28-10.28L 13.938,10.34l 10.28,10.28L 26,26L 20.62,24.218z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 4,6l0,16 l 0.296,0.74L 8,32l 4-10l-0.010-0.004C 11.996,21.99, 11.994,21.98, 12,21.974L 12,6 L 12,4 c0-2.21-1.79-4-4-4 S 4,1.79, 4,4L 4,6 z M 6,4c0-1.102, 0.898-2, 2-2s 2,0.898, 2,2l0,2 L 6,6 L 6,4 z M 8,26.614l-1.030-2.574l-0.4-1L 6.54,22.966L 8,22.236l 1.46,0.73 l-0.030,0.076l-0.4,1L 8,26.614z M 10,21L 8,20l-2,1L 6,9.446 L 6,8.22 L 6,8 l 2,0 l 2,0 l0,0.22 l0,1.226 L 10,21 zM 25.184,5.958L 23.268,1l-0.018,0.006C 23.11,0.434, 22.616,0, 22,0c-0.662,0-1.184,0.496-1.276,1.132 l-0.036-0.008L 18.816,5.958L 18,8l0,20 c0,2.21, 1.79,4, 4,4s 4-1.79, 4-4c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2L 26,8 L 25.184,5.958z M 24,20l0,6 l0,2 c0,1.102-0.898,2-2,2s-2-0.898-2-2L 20,8 l 0.154,0 l 3.692,0 L 24,8 l0,10 L 24,20 z M 23.046,6l-2.092,0 L 22,3.386L 23.046,6z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 4,4l0,2 l0,16 l 0.296,0.74L 8,32l 4-10l-0.010-0.004C 11.996,21.99, 11.994,21.98, 12,21.974L 12,6 L 12,4 c0-2.21-1.79-4-4-4 S 4,1.79, 4,4z M 6,4c0-1.102, 0.898-2, 2-2s 2,0.898, 2,2l0,2 L 6,6 L 6,4 z M 8,26.614l-1.030-2.574l-0.4-1L 6.54,22.966L 8,22.236l 1.46,0.73 l-0.030,0.076l-0.4,1L 8,26.614zM 25.184,5.958l-1.89-4.834l-0.018,0.004C 23.182,0.494, 22.66,0, 22,0c-0.652,0-1.186,0.502-1.292,1.13 l-0.020-0.004L 18.816,5.958L 18,8l0,20 c0,2.21, 1.79,4, 4,4s 4-1.79, 4-4c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2L 26,8 L 25.184,5.958z M 23.326,6.702L 23.846,8l-3.692,0 l 0.52-1.298L 20.954,6L 22,3.386L 23.046,6L 23.326,6.702z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 14.124,10.938c0-1.692-1.372-3.062-3.062-3.062S 8,9.246, 8,10.938S 9.372,14, 11.062,14S 14.124,12.628, 14.124,10.938z M 10,10.938c0-0.586, 0.476-1.062, 1.062-1.062s 1.062,0.476, 1.062,1.062S 11.648,12, 11.062,12S 10,11.524, 10,10.938zM 20.938,17.876c-1.692,0-3.062,1.372-3.062,3.062S 19.246,24, 20.938,24S 24,22.628, 24,20.938 S 22.628,17.876, 20.938,17.876z M 20.938,22c-0.586,0-1.062-0.476-1.062-1.062s 0.476-1.062, 1.062-1.062S 22,20.352, 22,20.938 S 21.524,22, 20.938,22zM 22.708,9.292c-0.39-0.39-1.024-0.39-1.414,0l-12,12c-0.39,0.39-0.39,1.024,0,1.414 C 9.488,22.902, 9.744,23, 10,23s 0.512-0.098, 0.708-0.292l 12-12C 23.098,10.316, 23.098,9.684, 22.708,9.292z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 10,10.938A1.062,1.062 0 1 0 12.124,10.938A1.062,1.062 0 1 0 10,10.938zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 8,10.938c0-1.692, 1.372-3.062, 3.062-3.062 s 3.062,1.372, 3.062,3.062S 12.754,14, 11.062,14S 8,12.628, 8,10.938z M 10.708,22.708C 10.512,22.902, 10.256,23, 10,23 s-0.512-0.098-0.708-0.292c-0.39-0.39-0.39-1.024,0-1.414l 12-12c 0.39-0.39, 1.024-0.39, 1.414,0s 0.39,1.024,0,1.414 L 10.708,22.708z M 20.938,24c-1.692,0-3.062-1.372-3.062-3.062s 1.372-3.062, 3.062-3.062S 24,19.246, 24,20.938S 22.628,24, 20.938,24zM 19.876,20.938A1.062,1.062 0 1 0 22,20.938A1.062,1.062 0 1 0 19.876,20.938z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 13.216,8.064C 12.834,3.67, 8.25,1.514, 8.056,1.426C 7.874,1.34, 7.67,1.314, 7.474,1.348 c-5.292,0.878-6.088,3.958-6.12,4.086C 1.31,5.614, 1.318,5.8, 1.374,5.974c 6.312,19.584, 19.43,23.214, 23.742,24.408 c 0.332,0.092, 0.606,0.166, 0.814,0.234c 0.1,0.034, 0.204,0.048, 0.308,0.048c 0.142,0, 0.284-0.030, 0.414-0.090 c 0.132-0.060, 3.248-1.528, 4.010-6.316c 0.034-0.208,0-0.424-0.096-0.612c-0.068-0.132-1.698-3.234-6.218-4.33 c-0.316-0.082-0.64,0.002-0.884,0.21c-1.426,1.218-3.396,2.516-4.246,2.65c-5.698-2.786-8.88-8.132-9-9.146 C 10.148,12.46, 11.454,10.458, 12.956,8.83C 13.146,8.624, 13.242,8.344, 13.216,8.064z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,32c 5.158,0, 9.734-2.452, 12.66-6.242L 16,16L 16,0 C 7.164,0,0,7.164,0,16S 7.164,32, 16,32z M 14,2.142L 14,16 c0,0.62, 0.288,1.206, 0.778,1.584l 10.964,8.452C 23.144,28.576, 19.686,30, 16,30c-7.72,0-14-6.28-14-14C 2,8.96, 7.224,3.116, 14,2.142zM 18.75,0.268l0,14.31 l 11.424,8.806C 31.334,21.174, 32,18.668, 32,16C 32,8.104, 26.272,1.574, 18.75,0.268z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 15.272,31.458c 0.168,0.186, 0.33,0.306, 0.486,0.39c 0.002,0.002, 0.006,0.002, 0.008,0.004 c 0.108,0.056, 0.214,0.098, 0.314,0.098c 0.1,0, 0.206-0.042, 0.314-0.098c 0.002-0.002, 0.006-0.002, 0.008-0.004 c 0.156-0.084, 0.318-0.204, 0.486-0.39c0,0, 9.296-10.11, 10.23-18.87c 0.056-0.452, 0.094-0.91, 0.094-1.376C 27.212,5.020, 22.192,0, 16,0 S 4.788,5.020, 4.788,11.212c0,0.474, 0.038,0.936, 0.096,1.394C 5.842,21.362, 15.272,31.458, 15.272,31.458z M 16,4 c 3.976,0, 7.212,3.236, 7.212,7.212c0,3.976-3.236,7.212-7.212,7.212S 8.788,15.188, 8.788,11.212C 8.788,7.236, 12.024,4, 16,4z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 15.212,16.424c 2.874,0, 5.212-2.338, 5.212-5.212C 20.424,8.338, 18.086,6, 15.212,6S 10,8.338, 10,11.212 C 10,14.086, 12.338,16.424, 15.212,16.424z M 15.212,8c 1.77,0, 3.212,1.44, 3.212,3.212s-1.44,3.212-3.212,3.212S 12,12.982, 12,11.212 S 13.44,8, 15.212,8zM 14.484,31.458c 0.168,0.186, 0.33,0.306, 0.486,0.39c 0.002,0.002, 0.006,0.002, 0.008,0.004 c 0.108,0.056, 0.214,0.098, 0.314,0.098c 0.1,0, 0.206-0.042, 0.314-0.098c 0.002-0.002, 0.006-0.002, 0.008-0.004 c 0.156-0.084, 0.318-0.204, 0.486-0.39c0,0, 9.296-10.11, 10.23-18.87c 0.056-0.452, 0.094-0.91, 0.094-1.376 C 26.424,5.020, 21.404,0, 15.212,0S 4,5.020, 4,11.212c0,0.474, 0.038,0.936, 0.096,1.394C 5.054,21.362, 14.484,31.458, 14.484,31.458z M 15.212,2 c 5.080,0, 9.212,4.132, 9.212,9.212c0,0.338-0.024,0.698-0.082,1.164c-0.716,6.712-7.018,14.588-9.048,16.984 c-2.082-2.4-8.474-10.256-9.214-17C 6.026,11.918, 6,11.554, 6,11.212C 6,6.132, 10.132,2, 15.212,2z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8,10l0,14 c0,1.104, 0.896,2, 2,2l 14,0 c 1.104,0, 2-0.896, 2-2L 26,10 c0-1.104-0.896-2-2-2L 10,8 C 8.896,8, 8,8.896, 8,10z M 24,24L 10,24 L 10,10 l 14,0 L 24,24 zM 13,18L 16,18 l0,3 C 16,21.552, 16.448,22, 17,22S 18,21.552, 18,21L 18,18 l 3,0 C 21.552,18, 22,17.552, 22,17 C 22,16.448, 21.552,16, 21,16L 18,16 L 18,13 C 18,12.448, 17.552,12, 17,12S 16,12.448, 16,13L 16,16 L 13,16 C 12.448,16, 12,16.448, 12,17C 12,17.552, 12.448,18, 13,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 9,18L 16,18 l0,7 C 16,25.552, 16.448,26, 17,26S 18,25.552, 18,25L 18,18 l 7,0 C 25.552,18, 26,17.552, 26,17 C 26,16.448, 25.552,16, 25,16L 18,16 L 18,9 C 18,8.448, 17.552,8, 17,8S 16,8.448, 16,9L 16,16 L 9,16 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 25,18L 18,18 l0,7 C 18,25.552, 17.552,26, 17,26S 16,25.552, 16,25L 16,18 L 9,18 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16L 16,16 L 16,9 C 16,8.448, 16.448,8, 17,8 S 18,8.448, 18,9L 18,16 l 7,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 25,16L 18,16 L 18,9 C 18,8.448, 17.552,8, 17,8S 16,8.448, 16,9L 16,16 L 9,16 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18L 16,18 l0,7 C 16,25.552, 16.448,26, 17,26S 18,25.552, 18,25L 18,18 l 7,0 C 25.552,18, 26,17.552, 26,17C 26,16.448, 25.552,16, 25,16z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 30,10l-2,0 L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,8 L 2,10 C 0.896,10,0,10.896,0,12l0,10 c0,1.104, 0.896,2, 2,2l 2,0 l0,6 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2l0-6 l 2,0 c 1.104,0, 2-0.896, 2-2L 32,12 C 32,10.896, 31.104,10, 30,10z M 6,20l 20,0 l0,10 L 6,30 L 6,20 z M 22,15 C 22,14.448, 22.448,14, 23,14S 24,14.448, 24,15C 24,15.552, 23.552,16, 23,16S 22,15.552, 22,15z M 5,16C 4.448,16, 4,15.552, 4,15 C 4,14.448, 4.448,14, 5,14S 6,14.448, 6,15C 6,15.552, 5.552,16, 5,16z M 27,16C 26.448,16, 26,15.552, 26,15C 26,14.448, 26.448,14, 27,14 S 28,14.448, 28,15C 28,15.552, 27.552,16, 27,16z M 6,2l 20,0 l0,8 L 6,10 L 6,2 zM 24,23c0-0.552-0.448-1-1-1l-14,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 14,0 C 23.552,24, 24,23.552, 24,23zM 23,26l-14,0 C 8.448,26, 8,26.448, 8,27C 8,27.552, 8.448,28, 9,28l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,26.448, 23.552,26, 23,26z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 30,10l-2,0 L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,8 L 2,10 C 0.896,10,0,10.896,0,12l0,10 c0,1.104, 0.896,2, 2,2l 2,0 l0,6 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2l0-6 l 2,0 c 1.104,0, 2-0.896, 2-2L 32,12 C 32,10.896, 31.104,10, 30,10z M 6,20l 20,0 l0,10 L 6,30 L 6,20 z M 26,18L 6,18 c-1.104,0-2,0.896-2,2l0,2 L 2,22 L 2,12 l 28,0 l0,10 l-2,0 l0-2 C 28,18.896, 27.104,18, 26,18z M 6,2l 20,0 l0,8 L 6,10 L 6,2 zM 22,15A1,1 0 1 0 24,15A1,1 0 1 0 22,15zM 4,15A1,1 0 1 0 6,15A1,1 0 1 0 4,15zM 26,15A1,1 0 1 0 28,15A1,1 0 1 0 26,15zM 24,23c0-0.552-0.448-1-1-1l-14,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 14,0 C 23.552,24, 24,23.552, 24,23zM 23,26l-14,0 C 8.448,26, 8,26.448, 8,27C 8,27.552, 8.448,28, 9,28l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,26.448, 23.552,26, 23,26z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="33.762001037597656" viewBox="0 0 32 33.762001037597656" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 22,6c0-3.212-2.788-6-6-6S 10,2.788, 10,6c0,3.212, 2.788,6, 6,6S 22,9.212, 22,6zM 16,14c-5.256,0-10,5.67-10,12.716s 20,7.046, 20,0S 21.256,14, 16,14z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.827999114990234" viewBox="0 0 32 32.827999114990234" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8,19.514c0,1.534, 3.86,2.348, 8.002,2.462C 16.002,21.984, 16,21.992, 16,22l0,6 c0,1.104, 0.448,4, 1,4 S 18,29.104, 18,28l0-6 c0-0.008-0.002-0.016-0.002-0.024C 22.14,21.862, 26,21.048, 26,19.514c0-1.628-1.474-2.816-4-3.456L 22,5.7 c 2.526-0.856, 4-2.234, 4-3.214c0-3.314-18-3.314-18,0c0,1.078, 1.474,2.426, 4,3.25l0,10.322 C 9.474,16.7, 8,17.886, 8,19.514z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8.69,17.772C 8.264,18.256, 8.098,18.916, 8.242,19.544c 0.144,0.628, 0.584,1.148, 1.178,1.396 c 1.42,0.594, 3.834,0.97, 6.582,1.046C 16.002,21.99, 16,21.994, 16,22l0,6 c0,1.104, 0.448,4, 1,4S 18,29.104, 18,28l0-6 c0-0.006-0.002-0.010-0.002-0.016c 2.748-0.074, 5.162-0.452, 6.582-1.046c 0.594-0.248, 1.034-0.768, 1.178-1.396 c 0.144-0.628-0.022-1.288-0.448-1.77C 24.49,16.842, 23.058,16.328, 22,16.060l0-10.36 l0,0c 1.046-0.354, 1.934-0.798, 2.636-1.316 c 0.6-0.442, 0.904-1.184, 0.788-1.92s-0.632-1.348-1.34-1.586C 23.108,0.55, 20.888,0, 17,0C 12.89,0, 10.62,0.634, 9.834,0.906 c-0.698,0.242-1.206,0.85-1.32,1.58C 8.4,3.214, 8.698,3.948, 9.288,4.394C 10,4.928, 10.91,5.38, 11.998,5.736l 0.002,0L 12,16.060 C 10.944,16.326, 9.51,16.84, 8.69,17.772z M 12.622,3.836C 11.578,3.494, 10.9,3.104, 10.49,2.794C 11.554,2.426, 13.708,2, 17,2 c 3.228,0, 5.366,0.41, 6.45,0.774c-0.424,0.312-1.096,0.694-2.092,1.032L 20,4.266l0,13.35 l 1.508,0.382 c 1.106,0.28, 1.942,0.688, 2.3,1.096C 22.882,19.48, 20.632,20, 17,20S 11.118,19.48, 10.192,19.094c 0.36-0.408, 1.196-0.816, 2.3-1.096 L 14,17.616L 14,4.286 L 12.622,3.836z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 11.248,23.444c-0.9,0-1.738-0.352-2.36-0.99c-1.712-1.764-3.834-0.994-4.336,1.342 c-0.81,3.78-0.732,6.202, 0.24,7.406c 0.558,0.692, 1.214,0.744, 1.4,0.744L 27.062,32c 2.716,0, 4.928-2.128, 4.928-4.744l0-13.1 l 0.006-0.626c 0.018-1.61, 0.038-3.274-0.818-4.138c-0.566-0.574-1.382-0.696-2.306-0.302c-1.708,0.73-3.56,0.828-5.966,0.356 c-0.602-0.12-0.84-0.316-0.832-0.29c0-0.002, 0.040-0.178, 0.402-0.498c 1.076-0.954, 1.694-2.294, 1.694-3.684 C 24.168,2.23, 21.85,0, 19,0C 16.152,0, 13.834,2.23, 13.834,4.972c0,1.364, 0.624,2.644, 1.854,3.81 C 15.746,8.84, 15.864,8.952, 15.956,9.056c-0.2,0.098-0.598,0.242-1.358,0.37C 12.61,9.76, 10.652,9.288, 9.154,8.934 C 7.482,8.54, 6.418,8.41, 5.8,9.038c-0.692,0.7-2.194,2.842-1.242,7.654c 0.144,0.736, 0.588,2.976, 2.29,2.976 c 0.842,0, 1.472-0.61, 1.862-0.984c 2.476-2.382, 5.706-0.678, 5.706,1.788C 14.414,22.11, 12.994,23.444, 11.248,23.444z M 11.248,15.498 c-1.4,0-2.72,0.586-3.976,1.792C 7.204,17.358, 7.052,17.502, 6.93,17.594C 6.832,17.426, 6.67,17.058, 6.52,16.304 C 5.8,12.664, 6.716,11.064, 7.108,10.574C 7.446,10.584, 8.052,10.728, 8.696,10.88c 1.242,0.292, 2.788,0.656, 4.496,0.656 c 0.6,0, 1.186-0.046, 1.738-0.138C 16.074,11.206, 17.638,10.812, 18,9.626c 0.332-1.092-0.558-1.936-0.942-2.298 C 16.234,6.546, 15.834,5.778, 15.834,4.972C 15.834,3.334, 17.254,2, 19,2s 3.168,1.334, 3.168,2.972c0,0.828-0.362,1.604-1.018,2.184 c-1.124,0.992-1.172,1.89-1.014,2.468c 0.238,0.88, 1.108,1.53, 2.38,1.78c 2.8,0.548, 5.068,0.406, 7.14-0.476 c 0.064-0.030, 0.114-0.044, 0.14-0.058c 0.222,0.448, 0.206,1.91, 0.198,2.636l-0.006,13.75c0,1.512-1.312,2.744-2.926,2.744 l-20.68-0.018c-0.010-0.008-0.94-0.824, 0.124-5.766c 0.11-0.518, 0.314-0.748, 0.366-0.772c0,0, 0.2,0.010, 0.58,0.402 c 1,1.030, 2.348,1.596, 3.792,1.596c 2.848,0, 5.166-2.23, 5.166-4.972S 14.096,15.498, 11.248,15.498z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32.05799865722656" viewBox="0 0 32 32.05799865722656" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 11.876,25.052c-1.24,0-2.352-0.538-3.134-1.382c-1.382-1.49-2.39-0.552-2.692,0.914 C 4.52,32.058, 6.73,32, 6.73,32l 21.26,0.058c 2.21,0, 4-1.79, 4-4l0-14 c0-2.21, 0.256-5.338-1.76-4.432 c-1.526,0.684-3.532,1.094-6.676,0.446c-1.466-0.302-2.404-1.31-0.914-2.692c 0.844-0.782, 1.382-1.892, 1.382-3.134 C 24.020,1.9, 22.12,0, 19.776,0C 17.43,0, 15.53,1.9, 15.53,4.246c0,1.328, 0.692,2.424, 1.566,3.294c 0.526,0.524, 1.914,1.894-1.638,2.52 C 11.552,10.746, 7.806,8.538, 7.052,9.34C 6.552,9.87, 5.176,11.87, 6.060,16.56c 0.672,3.57, 2,2.092, 2.522,1.566 C 9.452,17.252, 10.548,16.56, 11.876,16.56c 2.344,0, 4.246,1.9, 4.246,4.246C 16.122,23.15, 14.222,25.052, 11.876,25.052z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 13.774,26.028A2.060,2.060 1080 1 0 17.894,26.028A2.060,2.060 1080 1 0 13.774,26.028zM 19.464,18.252c 2.898-1.596, 4.37-3.91, 4.37-6.876c0-5.094-4.018-7.376-8-7.376c-3.878,0-8,2.818-8,8.042 c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2c0-2.778, 2.074-4.042, 4-4.042c 1.494,0, 4,0.438, 4,3.376c0,1.042-0.274,2.258-2.298,3.374 C 16.16,15.504, 13.834,17.462, 13.834,20c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2C 17.834,19.628, 18.624,18.714, 19.464,18.252z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,32c 8.836,0, 16-7.164, 16-16s-7.164-16-16-16S0,7.164,0,16S 7.164,32, 16,32z M 16,4c 3.982,0, 8,2.28, 8,7.376 c0,2.966-1.47,5.282-4.368,6.876C 18.792,18.714, 18,19.628, 18,20c0,1.104-0.896,2-2,2s-2-0.896-2-2c0-2.538, 2.328-4.496, 3.704-5.252 C 19.726,13.632, 20,12.416, 20,11.376C 20,8.438, 17.494,8, 16,8C 14.074,8, 12,9.264, 12,12.042c0,1.104-0.896,2-2,2s-2-0.896-2-2 C 8,6.818, 12.122,4, 16,4z M 16,28.088c-1.138,0-2.060-0.922-2.060-2.060s 0.922-2.060, 2.060-2.060s 2.060,0.922, 2.060,2.060S 17.138,28.088, 16,28.088z "></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 13.774,26.028A2.060,2.060 1080 1 0 17.894,26.028A2.060,2.060 1080 1 0 13.774,26.028zM 15.834,4c-3.878,0-8,2.818-8,8.042c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2c0-2.778, 2.074-4.042, 4-4.042 c 1.494,0, 4,0.438, 4,3.376c0,1.042-0.274,2.258-2.298,3.374C 16.16,15.504, 13.834,17.462, 13.834,20c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2 c0-0.372, 0.792-1.286, 1.63-1.748c 2.898-1.596, 4.37-3.91, 4.37-6.876C 23.834,6.28, 19.816,4, 15.834,4z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 7.998,13.118c0,1.69, 1.32,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.422,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114C 14.54,13.084, 13.744,11.704, 13.016,10.984 C 12.95,10.914, 12.888,10.838, 12.814,10.776C 12.64,10.628, 12.484,10.524, 12.348,10.446C 12.342,10.442, 12.338,10.436, 12.332,10.434 c-0.010-0.006-0.020-0.008-0.030-0.012C 12.104,10.312, 11.962,10.26, 11.962,10.26l 0.010,0.024C 11.65,10.152, 11.312,10.058, 10.944,10.058 C 9.316,10.058, 7.998,11.428, 7.998,13.118zM 17.694,13.118c0,1.69, 1.318,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.424,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114c 0.212-2.624-0.586-4.004-1.312-4.724 c-0.068-0.070-0.13-0.146-0.204-0.208c-0.174-0.148-0.33-0.252-0.466-0.33c-0.006-0.004-0.010-0.008-0.016-0.012 c-0.010-0.006-0.020-0.008-0.030-0.012c-0.198-0.108-0.34-0.162-0.34-0.162l 0.010,0.024c-0.322-0.132-0.662-0.226-1.028-0.226 C 19.012,10.058, 17.694,11.428, 17.694,13.118z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 24.026,15.708 c-0.124,2.052-1.050,5.124-4.756,8.114c-0.178,0.142-0.386,0.212-0.594,0.212c-0.29,0-0.576-0.134-0.766-0.39 c-0.328-0.44-0.252-1.072, 0.172-1.412c 3.018-2.434, 3.844-4.818, 3.99-6.454c-0.426,0.248-0.908,0.4-1.43,0.4 c-1.628,0-2.946-1.37-2.946-3.060c0-1.69, 1.318-3.060, 2.946-3.060c 0.368,0, 0.706,0.096, 1.028,0.226L 21.658,10.26 c0,0, 0.142,0.052, 0.34,0.162c 0.010,0.006, 0.020,0.008, 0.030,0.012c 0.006,0.004, 0.010,0.008, 0.016,0.012 c 0.136,0.078, 0.292,0.182, 0.466,0.33c 0.074,0.064, 0.136,0.138, 0.204,0.208C 23.44,11.706, 24.236,13.084, 24.026,15.708z M 10.944,16.178 c-1.628,0-2.946-1.37-2.946-3.060c0-1.69, 1.32-3.060, 2.946-3.060c 0.368,0, 0.706,0.096, 1.028,0.226L 11.962,10.26 c0,0, 0.142,0.052, 0.34,0.162c 0.010,0.006, 0.020,0.008, 0.030,0.012c 0.006,0.004, 0.010,0.008, 0.016,0.012 C 12.484,10.524, 12.64,10.628, 12.814,10.776c 0.074,0.064, 0.136,0.138, 0.204,0.208c 0.726,0.722, 1.524,2.1, 1.312,4.726 c-0.124,2.052-1.050,5.124-4.756,8.114c-0.178,0.142-0.386,0.212-0.594,0.212c-0.29,0-0.576-0.134-0.766-0.39 c-0.328-0.44-0.252-1.072, 0.172-1.412c 3.018-2.434, 3.844-4.818, 3.99-6.454C 11.948,16.024, 11.466,16.178, 10.944,16.178z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 12.814,10.776C 12.64,10.628, 12.484,10.524, 12.348,10.446C 12.342,10.442, 12.338,10.436, 12.332,10.434 c-0.010-0.006-0.020-0.008-0.030-0.012C 12.104,10.312, 11.962,10.26, 11.962,10.26l 0.010,0.024C 11.65,10.152, 11.312,10.058, 10.944,10.058 c-1.628,0-2.946,1.37-2.946,3.060c0,1.69, 1.32,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.422,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114C 14.54,13.084, 13.744,11.704, 13.016,10.984 C 12.95,10.914, 12.888,10.838, 12.814,10.776zM 22.51,10.776c-0.174-0.148-0.33-0.252-0.466-0.33c-0.006-0.004-0.010-0.008-0.016-0.012 c-0.010-0.006-0.020-0.008-0.030-0.012c-0.198-0.108-0.34-0.162-0.34-0.162l 0.010,0.024c-0.322-0.132-0.662-0.226-1.028-0.226 c-1.628,0-2.946,1.37-2.946,3.060c0,1.69, 1.318,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.424,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114c 0.212-2.624-0.586-4.004-1.312-4.724 C 22.646,10.914, 22.584,10.838, 22.51,10.776z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 29.974,0c-1.12,0-2.026,0.908-2.026,2.026l0,4.724 C 25.664,3.984, 23.032,0, 15.788,0C 7.084,0,0,7.082,0,15.788 c0,8.706, 7.084,15.788, 15.788,15.788c 6.836,0, 12.864-4.366, 15.004-10.864c 0.354-1.082-0.234-2.248-1.316-2.604 c-1.082-0.356-2.248,0.232-2.604,1.314c-1.58,4.802-6.034,8.028-11.084,8.028c-6.432,0-11.664-5.232-11.664-11.664 s 5.232-11.64, 11.664-11.64c 4.554,0, 7.084,2.834, 9.148,5.806L 19.842,9.952 c-1.12,0-2.026,0.908-2.026,2.026c0,1.12, 0.908,2.026, 2.026,2.026 l 10.132,0 C 31.092,14.008, 32,13.1, 32,11.982L 32,2.026 C 32,0.908, 31.092,0, 29.974,0z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 4,6l0,24 c0,0.808, 0.488,1.538, 1.234,1.848C 5.482,31.95, 5.742,32, 6,32c 0.52,0, 1.032-0.204, 1.414-0.586 L 16,22.828l 8.586,8.586C 24.968,31.796, 25.48,32, 26,32c 0.258,0, 0.518-0.050, 0.764-0.152C 27.512,31.538, 28,30.808, 28,30L 28,6 L 4,6 zM 28,4L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,2 L 28,4 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 5.234,31.848C 5.482,31.95, 5.742,32, 6,32c 0.52,0, 1.032-0.204, 1.414-0.586L 16,22.828l 8.586,8.586 C 24.968,31.796, 25.48,32, 26,32c 0.258,0, 0.518-0.050, 0.764-0.152C 27.512,31.538, 28,30.808, 28,30L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,28 C 4,30.808, 4.488,31.538, 5.234,31.848z M 16,20l-10,10L 6,8 l 20,0 l0,22 L 16,20z M 26,2l0,4 L 6,6 L 6,2 L 26,2 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 20,14L 12,14 l0,10 c0,2-4,4.896-4,6l0,1 C 8,31.552, 8.448,32, 9,32l 14,0 c 0.552,0, 1-0.448, 1-1L 24,30 c0-1.104-4-4-4-6L 20,14 zM 23.166,2.034L 23.166,2 l-2,0 l0,0.034 C 21.11,2.024, 21.060,2, 21,2C 20.448,2, 20,2.448, 20,3L 20,4 L 18,4 L 18,3 c0-0.494-0.364-0.884-0.834-0.966L 17.166,2 l-2,0 l0,0.034 C 15.11,2.024, 15.060,2, 15,2C 14.448,2, 14,2.448, 14,3L 14,4 L 12,4 L 12,3 c0-0.494-0.364-0.884-0.834-0.966L 11.166,2 l-2,0 l0,0.034 C 9.11,2.024, 9.060,2, 9,2C 8.448,2, 8,2.448, 8,3L 8,6 l0,2 c0,0.53, 0.21,1.040, 0.586,1.414 l 2,2C 10.962,11.79, 11.47,12, 12,12l 8,0 c 0.53,0, 1.040-0.21, 1.414-0.586l 2-2C 23.79,9.040, 24,8.53, 24,8L 24,6 L 24,3 C 24,2.506, 23.636,2.116, 23.166,2.034z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 2,30l 18,0 c 1.104,0, 2-0.896, 2-2l0-2.7 c 0.426-0.204, 0.824-0.448, 1.198-0.73l 6.138,6.138 c 0.196,0.196, 0.452,0.292, 0.708,0.292s 0.512-0.098, 0.708-0.292c 0.39-0.39, 0.39-1.024,0-1.414l-6.142-6.142 C 25.472,21.988, 26,20.56, 26,19c0-2.788-1.642-5.174-4-6.3L 22,2 c0-1.104-0.896-2-2-2L 2,0 C 0.896,0,0,0.896,0,2l0,26 C0,29.104, 0.896,30, 2,30z M 19,24C 16.244,24, 14,21.756, 14,19S 16.244,14, 19,14S 24,16.244, 24,19S 21.756,24, 19,24z M 2,2l 18,0 l0,10 L 5.286,12 C 4.576,12, 4,12.448, 4,13C 4,13.552, 4.576,14, 5.286,14l 8.826,0 C 13.038,15.048, 12.326,16.444, 12.1,18L 5,18 C 4.448,18, 4,18.448, 4,19 C 4,19.552, 4.448,20, 5,20l 7.1,0 c 0.49,3.388, 3.376,6, 6.9,6c 0.342,0, 0.67-0.054, 1-0.1L 20,28 L 2,28 L 2,2 zM 5,8l 12,0 C 17.552,8, 18,7.552, 18,7C 18,6.448, 17.552,6, 17,6l-12,0 C 4.448,6, 4,6.448, 4,7C 4,7.552, 4.448,8, 5,8z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.24800109863281" height="32.24800109863281" viewBox="0 0 32.24800109863281 32.24800109863281" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.084,5.926, 2.884,8.158l-8.592,8.592c-0.54,0.54-0.54,1.418,0,1.958 c 0.54,0.54, 1.418,0.54, 1.958,0l 8.592-8.592C 13.074,24.916, 15.91,26, 19,26c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 19,24 C 12.934,24, 8,19.066, 8,13S 12.934,2, 19,2S 30,6.934, 30,13S 25.066,24, 19,24z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 2,30l 18,0 c 1.104,0, 2-0.896, 2-2l0-2.7 c 0.426-0.204, 0.824-0.448, 1.198-0.73l 6.138,6.138 c 0.196,0.196, 0.452,0.292, 0.708,0.292s 0.512-0.098, 0.708-0.292c 0.39-0.39, 0.39-1.024,0-1.414l-6.142-6.142 C 25.472,21.988, 26,20.56, 26,19c0-2.788-1.642-5.174-4-6.3L 22,2 c0-1.104-0.896-2-2-2L 2,0 C 0.896,0,0,0.896,0,2l0,26 C0,29.104, 0.896,30, 2,30z M 19,24C 16.244,24, 14,21.756, 14,19S 16.244,14, 19,14S 24,16.244, 24,19S 21.756,24, 19,24z M 17,8l-12,0 C 4.448,8, 4,7.552, 4,7C 4,6.448, 4.448,6, 5,6l 12,0 C 17.552,6, 18,6.448, 18,7C 18,7.552, 17.552,8, 17,8z M 5,12l 12,0 c 0.194,0, 0.364,0.070, 0.516,0.164C 16.208,12.448, 15.036,13.096, 14.112,14L 5,14 C 4.448,14, 4,13.552, 4,13C 4,12.448, 4.448,12, 5,12z M 5,18l 7.1,0 C 12.054,18.33, 12,18.658, 12,19S 12.054,19.67, 12.1,20L 5,20 C 4.448,20, 4,19.552, 4,19C 4,18.448, 4.448,18, 5,18z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 15.45,31.922C 15.63,31.974, 15.816,32, 16,32s 0.37-0.026, 0.55-0.078c 12.378-3.536, 14.2-16.048, 13.436-22.172 C 29.86,8.752, 29.008,8, 28,8c-0.286-0.022-2-0.318-2-4c0-0.53-0.21-1.040-0.586-1.414C 24.982,2.154, 22.5,0, 16,0 S 7.018,2.154, 6.586,2.586C 6.21,2.96, 6,3.47, 6,4c0,3.682-1.714,3.978-2.058,4.002c-1.008,0-1.802,0.75-1.928,1.75 C 1.25,15.874, 3.074,28.386, 15.45,31.922z M 4,10c0,0, 4,0, 4-6c0,0, 2-2, 8-2s 8,2, 8,2c0,6, 4,6, 4,6s 2,16-12,20C 2,26, 4,10, 4,10zM 16,20c 1.104,0, 2-0.896, 2-2L 18,8 c0-1.104-0.896-2-2-2S 14,6.896, 14,8l0,10 C 14,19.104, 14.896,20, 16,20zM 14,24A2,2 0 1 0 18,24A2,2 0 1 0 14,24z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 15.45,31.922C 15.63,31.974, 15.816,32, 16,32s 0.37-0.026, 0.55-0.078c 12.378-3.536, 14.2-16.048, 13.436-22.172 C 29.86,8.752, 29.008,8, 28,8c-0.286-0.022-2-0.318-2-4c0-0.53-0.21-1.040-0.586-1.414C 24.982,2.154, 22.5,0, 16,0 S 7.018,2.154, 6.586,2.586C 6.21,2.96, 6,3.47, 6,4c0,3.682-1.714,3.978-2.058,4.002c-1.008,0-1.802,0.75-1.928,1.75 C 1.25,15.874, 3.074,28.386, 15.45,31.922z M 4,10c0,0, 4,0, 4-6c0,0, 2-2, 8-2l0,14 l 11.778,0 c-0.788,4.982-3.432,11.616-11.778,14L 16,16 L 4.222,16 C 3.69,12.624, 4,10, 4,10z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,26.848L 16,1.84L 11.1,11.768L 0.144,13.36L 8.072,21.088L 6.2,32 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.237998962402344" height="32" viewBox="0 0 32.237998962402344 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 31.884,12.946c-0.236-0.724-0.862-1.252-1.616-1.36l-8.62-1.252L 17.794,2.522 C 17.456,1.838, 16.762,1.406, 16,1.406S 14.544,1.838, 14.206,2.522L 10.352,10.332l-8.62,1.252c-0.754,0.11-1.38,0.638-1.614,1.362 c-0.236,0.724-0.040,1.518, 0.506,2.050l 6.238,6.080l-1.472,8.586c-0.128,0.75, 0.18,1.508, 0.796,1.956C 6.532,31.872, 6.944,32, 7.36,32 c 0.318,0, 0.638-0.076, 0.93-0.23L 16,27.716l 7.71,4.054C 24.002,31.924, 24.322,32, 24.64,32c 0.414,0, 0.828-0.128, 1.176-0.382 c 0.616-0.448, 0.924-1.206, 0.796-1.956l-1.472-8.586l 6.238-6.080C 31.924,14.464, 32.12,13.67, 31.884,12.946z M 22.99,20.378L 24.64,30 L 16,25.458L 16,3.406 l 4.32,8.754l 9.66,1.404L 22.99,20.378z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 20.756,11.768L 15.856,1.84L 10.956,11.768L0,13.36L 7.928,21.088L 6.056,32L 15.856,26.848L 25.656,32L 23.784,21.088L 31.712,13.36 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.236000061035156" height="32" viewBox="0 0 32.236000061035156 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 31.884,12.946c-0.236-0.724-0.862-1.252-1.614-1.362l-8.62-1.252L 17.794,2.522 C 17.456,1.838, 16.762,1.406, 16,1.406S 14.544,1.838, 14.206,2.522L 10.352,10.332l-8.62,1.252c-0.754,0.11-1.38,0.638-1.614,1.362 c-0.236,0.724-0.040,1.518, 0.506,2.050l 6.238,6.080l-1.472,8.586c-0.128,0.75, 0.18,1.508, 0.796,1.956C 6.532,31.872, 6.944,32, 7.36,32 c 0.318,0, 0.638-0.076, 0.93-0.23L 16,27.716l 7.71,4.054C 24.002,31.924, 24.322,32, 24.64,32c 0.414,0, 0.828-0.128, 1.176-0.382 c 0.616-0.448, 0.924-1.206, 0.796-1.956l-1.472-8.586l 6.238-6.080C 31.922,14.466, 32.118,13.67, 31.884,12.946z M 22.99,20.378L 24.64,30 L 16,25.458L 7.36,30l 1.65-9.622L 2.020,13.564L 11.68,12.16L 16,3.406l 4.32,8.754l 9.66,1.404L 22.99,20.378z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 20,22c 1.104,0, 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2L 12,10 C 10.896,10, 10,10.896, 10,12l0,8 c0,1.104, 0.896,2, 2,2L 20,22 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 22,20c0,1.104-0.896,2-2,2L 12,22 c-1.104,0-2-0.896-2-2L 10,12 c0-1.104, 0.896-2, 2-2l 8,0 c 1.104,0, 2,0.896, 2,2L 22,20 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 20,10L 12,10 C 10.896,10, 10,10.896, 10,12l0,8 c0,1.104, 0.896,2, 2,2l 8,0 c 1.104,0, 2-0.896, 2-2L 22,12 C 22,10.896, 21.104,10, 20,10z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 31.966,3.896C 31.878,2.866, 31.046,2, 30,2L 2,2 C 0.954,2, 0.122,2.866, 0.034,3.896L0,3.896 l0,0.166 L0,8 l0,14.166 L0,24 l0,6 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 L 32,4.062 L 32,3.896 L 31.966,3.896 z M 12,14L 12,8 l 8,0 l0,6 L 12,14 z M 20,16l0,6.166 L 12,22.166 L 12,16 L 20,16 z M 10,8l0,6 L 2,14 L 2,8 L 10,8 z M 2,16l 8,0 l0,6.166 L 2,22.166 L 2,16 z M 2,30l0-6 l 8,0 l0,6 L 2,30 z M 12,30l0-6 l 8,0 l0,6 L 12,30 z M 30,30l-8,0 l0-6 l 8,0 L 30,30 z M 30,22.166l-8,0 L 22,16 l 8,0 L 30,22.166 z M 30,14l-8,0 L 22,8 l 8,0 L 30,14 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,32c 1.104,0, 2-0.896, 2-2L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,28 c0,1.104, 0.896,2, 2,2L 26,32 z M 16,31.124c-0.622,0-1.124-0.504-1.124-1.124S 15.378,28.876, 16,28.876S 17.124,29.378, 17.124,30S 16.622,31.124, 16,31.124z M 8,4l 16,0 l0,24 L 8,28 L 8,4 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 29.058,2.010c-0.018,0-0.036,0-0.054,0c-0.016,0-0.030-0.002-0.046,0L 16.384,2.010 C 16.078,2.024, 15.382,2.502, 15.292,2.592L 0.584,17.3c-0.78,0.78-0.78,2.044,0,2.824l 11.292,11.292C 12.268,31.806, 12.778,32, 13.288,32 c 0.51,0, 1.022-0.194, 1.412-0.584l 14.708-14.708C 29.498,16.618, 30,16, 30,15.616L 30,3.002 C 30.028,2.444, 29.606,2.010, 29.058,2.010z M 27,6 C 26.448,6, 26,5.552, 26,5C 26,4.448, 26.448,4, 27,4S 28,4.448, 28,5C 28,5.552, 27.552,6, 27,6z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 29.058,2.010c-0.018,0-0.036,0-0.054,0c-0.016,0-0.030-0.002-0.046,0L 16.384,2.010 C 16.078,2.024, 15.382,2.502, 15.292,2.592L 0.584,17.3c-0.78,0.78-0.78,2.044,0,2.824l 11.292,11.292C 12.268,31.806, 12.778,32, 13.288,32 c 0.51,0, 1.022-0.194, 1.412-0.584l 14.708-14.708C 29.498,16.618, 30,16, 30,15.616L 30,3.002 C 30.028,2.444, 29.606,2.010, 29.058,2.010z M 28,15.242c-0.030,0.046-0.060,0.094-0.088,0.132l-14.622,14.626L 1.998,18.714l 14.626-14.626C 16.664,4.060, 16.71,4.030, 16.758,4L 28,4 L 28,15.242 zM 24,7A1,1 1080 1 0 26,7A1,1 1080 1 0 24,7z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.013999938964844" viewBox="0 0 32 32.013999938964844" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 29.058,0c-0.018,0-0.036,0-0.054,0c-0.016,0-0.030-0.002-0.046,0L 18.384,0 C 18.078,0.016, 17.382,0.494, 17.292,0.584L 4.562,13.312c-0.78,0.78-0.78,2.044,0,2.824l 1.588,1.588L 4.562,19.312 c-0.78,0.78-0.78,2.044,0,2.824l 9.292,9.292c 0.39,0.39, 0.9,0.584, 1.412,0.584s 1.022-0.194, 1.412-0.584l 12.728-12.73 C 29.498,18.608, 30,17.992, 30,17.608l0-6 L 30,6.994 l0-6 C 30.028,0.436, 29.606,0, 29.058,0z M 27,1.992c 0.552,0, 1,0.448, 1,1 s-0.448,1-1,1S 26,3.544, 26,2.992S 26.448,1.992, 27,1.992z M 27.994,17.286l-12.724,12.73l-9.292-9.288l 1.588-1.588l 6.29,6.29 c 0.39,0.39, 0.9,0.584, 1.412,0.584s 1.022-0.194, 1.412-0.584L 28,14.108l0,3.162 C 27.994,17.28, 27.99,17.286, 27.994,17.286 C 27.992,17.286, 27.992,17.286, 27.994,17.286z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.012001037597656" viewBox="0 0 32 32.012001037597656" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 29.080,0c-0.012,0-0.024,0-0.036,0c-0.006,0-0.012,0-0.018,0c-0.002,0-0.004,0-0.006,0 c-0.010,0-0.018,0-0.026,0c-0.004,0-0.008,0-0.012,0L 18.406,0 C 18.1,0.016, 17.404,0.494, 17.314,0.584L 4.584,13.312 c-0.78,0.78-0.78,2.044,0,2.824l 1.588,1.588L 4.584,19.312c-0.78,0.78-0.78,2.044,0,2.824l 9.292,9.292 c 0.39,0.39, 0.9,0.584, 1.412,0.584c 0.51,0, 1.022-0.194, 1.412-0.584l 12.728-12.73C 29.52,18.608, 30,17.992, 30,17.608L 30,0.994 C 30.028,0.436, 29.628,0, 29.080,0z M 28.022,17.27c-0.006,0.010-0.010,0.016-0.008,0.016c0,0,0,0,0,0l-12.724,12.73l-9.292-9.288 l 1.588-1.588l 6.29,6.29c 0.39,0.39, 0.9,0.584, 1.412,0.584c 0.51,0, 1.022-0.194, 1.412-0.584l 11.322-11.322L 28.022,17.27 z M 28.022,8l0,3.27 c-0.006,0.010-0.010,0.016-0.008,0.016l0,0c0,0,0,0,0,0l-12.724,12.73L 5.998,14.728l 12.644-12.642C 18.68,2.058, 18.726,2.028, 18.772,2 l 9.25,0 L 28.022,8 zM 24.022,4.992A1,1 1080 1 0 26.022,4.992A1,1 1080 1 0 24.022,4.992z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 16,6C 10.478,6, 6,10.478, 6,16s 4.478,10, 10,10s 10-4.478, 10-10S 21.522,6, 16,6z M 16,22c-3.308,0-6-2.692-6-6 c0-3.308, 2.692-6, 6-6s 6,2.692, 6,6C 22,19.308, 19.308,22, 16,22zM 14,16A2,2 0 1 0 18,16A2,2 0 1 0 14,16z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,24c 0.236,0, 0.47,0.052, 0.694,0.136c 0.262,0.098, 0.51,0.24, 0.72,0.45l 3.986,3.986 C 31.774,27.79, 32,26.924, 32,26c0-3.176-2.474-5.748-5.596-5.96C 26.268,20.032, 26.138,20, 26,20c-0.732,0-1.426,0.15-2.074,0.39 L 11.61,8.074C 11.85,7.426, 12,6.732, 12,6c0-0.138-0.032-0.268-0.040-0.404C 11.748,2.474, 9.176,0, 6,0C 5.076,0, 4.21,0.226, 3.428,0.6 l 3.986,3.986c 0.21,0.21, 0.354,0.458, 0.45,0.72c 0.262,0.71, 0.12,1.536-0.45,2.108C 7.024,7.804, 6.512,8, 6,8 C 5.764,8, 5.53,7.948, 5.306,7.864c-0.262-0.098-0.51-0.24-0.72-0.45L 0.6,3.428C 0.226,4.21,0,5.076,0,6 c0,3.176, 2.474,5.748, 5.596,5.96C 5.732,11.968, 5.862,12, 6,12c 0.732,0, 1.426-0.15, 2.074-0.39l 12.316,12.316 C 20.15,24.574, 20,25.268, 20,26c0,0.138, 0.032,0.268, 0.040,0.404C 20.252,29.526, 22.824,32, 26,32c 0.924,0, 1.79-0.226, 2.572-0.6 l-3.986-3.986c-0.21-0.21-0.354-0.458-0.45-0.72c-0.262-0.71-0.12-1.536, 0.45-2.108C 24.976,24.196, 25.488,24, 26,24z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,10l-8,0 L 22,8 c0-1.104-0.896-2-2-2L 12,6 C 10.896,6, 10,6.896, 10,8l0,2 L 2,10 C 0.896,10,0,10.896,0,12l0,4 l 12,0 l 8,0 l 12,0 L 32,12 C 32,10.896, 31.104,10, 30,10z M 12,8l 8,0 l0,2 L 12,10 L 12,8 zM 12,18L 20,18L 20,20L 12,20zM 22,20c0,1.104-0.896,2-2,2L 12,22 c-1.104,0-2-0.896-2-2L 10,18 L0,18 l0,12 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,18 l-10,0 L 22,20 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,10l-8,0 c0,1.104-0.896,2-2,2l 10,0 l0,4 l-10,0 c 1.104,0, 2,0.896, 2,2l 8,0 l0,12 L 2,30 L 2,18 l 8,0 c0-1.104, 0.896-2, 2-2L 2,16 L 2,12 l 10,0 C 10.896,12, 10,11.104, 10,10L 2,10 C 0.896,10,0,10.896,0,12l0,4 l0,2 l0,12 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,18 L 32,16 L 32,12 C 32,10.896, 31.104,10, 30,10zM 12,12l 8,0 c 1.104,0, 2-0.896, 2-2L 22,8 c0-1.104-0.896-2-2-2L 12,6 C 10.896,6, 10,6.896, 10,8l0,2 C 10,11.104, 10.896,12, 12,12z M 12,8l 8,0 l0,2 L 12,10 L 12,8 zM 10,18l0,2 c0,1.104, 0.896,2, 2,2l 8,0 c 1.104,0, 2-0.896, 2-2L 22,18 c0-1.104-0.896-2-2-2L 12,16 C 10.896,16, 10,16.896, 10,18z M 20,20L 12,20 L 12,18 l 8,0 L 20,20 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.32400131225586" height="32.029998779296875" viewBox="0 0 32.32400131225586 32.029998779296875" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 0.848,26.91c-1.172,1.172-1.172,3.070,0,4.242c 0.586,0.586, 1.354,0.878, 2.122,0.878 c 0.768,0, 1.536-0.292, 2.122-0.878l 9.85-9.85L 10.698,17.060L 0.848,26.91zM 25.466,8.654L 29.752,6.436L 32,2.094L 29.906,0L 25.564,2.248L 23.346,6.534L 18.122,11.758L 20.242,13.878 zM 26.404,20.040C 26.268,20.032, 26.138,20, 26,20c-0.732,0-1.426,0.15-2.074,0.39L 11.61,8.074 C 11.85,7.426, 12,6.732, 12,6c0-0.138-0.032-0.268-0.040-0.404C 11.748,2.474, 9.176,0, 6,0C 5.076,0, 4.21,0.226, 3.428,0.6l 3.986,3.986 c 0.21,0.21, 0.354,0.458, 0.45,0.72c 0.262,0.71, 0.12,1.536-0.45,2.108C 7.024,7.804, 6.512,8, 6,8C 5.764,8, 5.53,7.948, 5.306,7.864 c-0.262-0.098-0.51-0.24-0.72-0.45L 0.6,3.428C 0.226,4.21,0,5.076,0,6c0,3.176, 2.474,5.748, 5.596,5.96C 5.732,11.968, 5.862,12, 6,12 c 0.732,0, 1.426-0.15, 2.074-0.39l 12.316,12.316C 20.15,24.574, 20,25.268, 20,26c0,0.138, 0.032,0.268, 0.040,0.404 C 20.252,29.526, 22.824,32, 26,32c 0.924,0, 1.79-0.226, 2.572-0.6l-3.986-3.986c-0.21-0.21-0.354-0.458-0.45-0.72 c-0.262-0.71-0.12-1.536, 0.45-2.108C 24.976,24.196, 25.488,24, 26,24c 0.236,0, 0.47,0.052, 0.694,0.136 c 0.262,0.098, 0.51,0.24, 0.72,0.45l 3.986,3.986C 31.774,27.79, 32,26.924, 32,26C 32,22.824, 29.526,20.252, 26.404,20.040z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,2l-4,0 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2L 8,2 C 6.896,2, 6,2.896, 6,4l 22,0 C 28,2.896, 27.104,2, 26,2zM 6,30c0,1.104, 0.896,2, 2,2l 18,0 c 1.104,0, 2-0.896, 2-2L 28,6 L 6,6 L 6,30 z M 22,11C 22,10.448, 22.448,10, 23,10 S 24,10.448, 24,11l0,16 c0,0.552-0.448,1-1,1S 22,27.552, 22,27L 22,11 z M 16,11C 16,10.448, 16.448,10, 17,10S 18,10.448, 18,11l0,16 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,11 z M 10,11C 10,10.448, 10.448,10, 11,10S 12,10.448, 12,11l0,16 C 12,27.552, 11.552,28, 11,28 S 10,27.552, 10,27L 10,11 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,2l-4,0 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2L 8,2 C 6.896,2, 6,2.896, 6,4l 22,0 C 28,2.896, 27.104,2, 26,2zM 6,30c0,1.104, 0.896,2, 2,2l 18,0 c 1.104,0, 2-0.896, 2-2L 28,6 L 6,6 L 6,30 z M 8,8l 18,0 l0,22 L 8,30 L 8,8 zM 11,10C 10.448,10, 10,10.448, 10,11l0,16 C 10,27.552, 10.448,28, 11,28S 12,27.552, 12,27l0-16 C 12,10.448, 11.552,10, 11,10zM 17,10C 16.448,10, 16,10.448, 16,11l0,16 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27l0-16 C 18,10.448, 17.552,10, 17,10zM 23,10C 22.448,10, 22,10.448, 22,11l0,16 c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1l0-16 C 24,10.448, 23.552,10, 23,10z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 11,16l 16,0 C 27.552,16, 28,15.552, 28,15C 28,14.448, 27.552,14, 27,14l-16,0 C 10.448,14, 10,14.448, 10,15 C 10,15.552, 10.448,16, 11,16zM 11,8l 16,0 C 27.552,8, 28,7.552, 28,7C 28,6.448, 27.552,6, 27,6l-16,0 C 10.448,6, 10,6.448, 10,7 C 10,7.552, 10.448,8, 11,8zM 11,24l 16,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-16,0 C 10.448,22, 10,22.448, 10,23 C 10,23.552, 10.448,24, 11,24zM 4,7A1,1 1080 1 0 6,7A1,1 1080 1 0 4,7zM 4,15A1,1 1080 1 0 6,15A1,1 1080 1 0 4,15zM 4,23A1,1 1080 1 0 6,23A1,1 1080 1 0 4,23z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 6,12L 12,12L 12,24L 20,24L 19.958,12L 26,12L 16,2 zM 24,28L 8,28L 8,24L 4,24L 4,28L 4,32L 28,32L 28,28L 28,24L 24,24 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.119998931884766" height="32.05399703979492" viewBox="0 0 32.119998931884766 32.05399703979492" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 2,24.254l 4.59,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38c 0.502,0.304, 0.928,0.392, 1.292,0.358 c 0.74-0.070, 1.26-0.69, 1.418-1.344C 18.010,30.584, 18.010,1.416, 18,1.352C 17.844,0.696, 17.322,0.076, 16.584,0.006 C 16.22-0.028, 15.794,0.060, 15.292,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254zM 31.642,10.822c-0.476-0.476-1.25-0.476-1.726,0l-3.452,3.452l-3.452-3.452 c-0.476-0.476-1.25-0.476-1.726,0c-0.476,0.476-0.476,1.25,0,1.726L 24.738,16l-3.452,3.452c-0.476,0.476-0.476,1.25,0,1.726 c 0.476,0.476, 1.25,0.476, 1.726,0l 3.452-3.452l 3.452,3.452c 0.476,0.476, 1.25,0.476, 1.726,0c 0.476-0.476, 0.476-1.25,0-1.726 L 28.19,16l 3.452-3.452C 32.12,12.072, 32.12,11.298, 31.642,10.822z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.119998931884766" height="32" viewBox="0 0 32.119998931884766 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 2,24.254l 4.582,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38C 15.718,31.898, 16.096,32, 16.426,32 c 0.050,0, 0.1-0.002, 0.148-0.006c 0.74-0.070, 1.268-0.69, 1.426-1.344L 18,1.352 C 17.844,0.696, 17.314,0.076, 16.574,0.006 C 16.526,0.002, 16.478,0, 16.426,0C 16.096,0, 15.718,0.102, 15.284,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254z M 2,22L 2,10.254 L 2,10 l 4.582,0 c 0.512,0, 1.024-0.214, 1.394-0.566C 8.34,9.088, 12.86,5.134, 16,2.394l0,27.23 c-3.12-2.628-7.64-6.446-8.008-6.786c-0.374-0.374-0.882-0.582-1.412-0.582L 2,22.256 L 2,22 zM 31.642,10.822c-0.476-0.476-1.25-0.476-1.726,0l-3.452,3.452l-3.452-3.452 c-0.476-0.476-1.25-0.476-1.726,0c-0.476,0.476-0.476,1.25,0,1.726L 24.738,16l-3.452,3.452c-0.476,0.476-0.476,1.25,0,1.726 c 0.476,0.476, 1.25,0.476, 1.726,0l 3.452-3.452l 3.452,3.452c 0.476,0.476, 1.25,0.476, 1.726,0c 0.476-0.476, 0.476-1.25,0-1.726 L 28.19,16l 3.452-3.452C 32.12,12.072, 32.12,11.298, 31.642,10.822z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.05399703979492" viewBox="0 0 32 32.05399703979492" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 2,24.254l 4.59,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38c 0.502,0.304, 0.928,0.392, 1.292,0.358 c 0.74-0.070, 1.26-0.69, 1.418-1.344C 18.010,30.584, 18.010,1.416, 18,1.352C 17.844,0.696, 17.322,0.076, 16.584,0.006 C 16.22-0.028, 15.794,0.060, 15.292,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254zM 21.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 24.002,20.262, 25.258,18.24, 25.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.092-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 22.424,13.182, 23.258,14.52, 23.258,16 S 22.424,18.818, 21.082,19.494zM 19.706,27.478c 0.094,0.478, 0.512,0.808, 0.98,0.808c 0.064,0, 0.128-0.006, 0.194-0.018 C 26.744,27.124, 31,21.964, 31,16s-4.256-11.124-10.122-12.268C 20.344,3.624, 19.81,3.98, 19.706,4.522 C 19.6,5.064, 19.954,5.59, 20.496,5.696C 25.424,6.656, 29,10.99, 29,16s-3.576,9.344-8.504,10.304 C 19.954,26.41, 19.6,26.936, 19.706,27.478z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 2,24.254l 4.582,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38C 15.718,31.898, 16.096,32, 16.426,32 c 0.050,0, 0.1-0.002, 0.148-0.006c 0.74-0.070, 1.268-0.69, 1.426-1.344L 18,1.352 C 17.844,0.696, 17.314,0.076, 16.574,0.006 C 16.526,0.002, 16.478,0, 16.426,0C 16.096,0, 15.718,0.102, 15.284,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254z M 2,22L 2,10.254 L 2,10 l 4.582,0 c 0.512,0, 1.024-0.214, 1.394-0.566C 8.34,9.088, 12.86,5.134, 16,2.394l0,27.23 c-3.12-2.628-7.64-6.446-8.008-6.786c-0.374-0.374-0.882-0.582-1.412-0.582L 2,22.256 L 2,22 zM 21.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 24.002,20.262, 25.258,18.24, 25.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.094-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 22.424,13.182, 23.258,14.52, 23.258,16 S 22.424,18.818, 21.082,19.494zM 19.706,27.478c 0.094,0.478, 0.512,0.808, 0.98,0.808c 0.064,0, 0.128-0.006, 0.194-0.018 C 26.744,27.124, 31,21.964, 31,16s-4.256-11.124-10.122-12.268C 20.346,3.624, 19.81,3.98, 19.706,4.522 C 19.6,5.064, 19.954,5.59, 20.496,5.696C 25.424,6.656, 29,10.99, 29,16s-3.576,9.344-8.504,10.304 C 19.954,26.41, 19.6,26.936, 19.706,27.478z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.05399703979492" viewBox="0 0 32 32.05399703979492" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 20.584,0.006C 20.22-0.028, 19.794,0.060, 19.292,0.364c0,0-8.34,7.276-8.702,7.636L 6,8 C 4.896,8, 4,8.896, 4,10l0,0.254 L 4,22 l0,0.254 c0,1.104, 0.896,2, 2,2l 4.59,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38c 0.502,0.304, 0.928,0.392, 1.292,0.358 c 0.74-0.070, 1.26-0.69, 1.418-1.344c 0.010-0.064, 0.010-29.234,0-29.296C 21.844,0.696, 21.322,0.076, 20.584,0.006zM 25.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 28.002,20.262, 29.258,18.24, 29.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.094-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 26.424,13.182, 27.258,14.52, 27.258,16 S 26.424,18.818, 25.082,19.494z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 20.426,0c-0.33,0-0.708,0.102-1.142,0.364c0,0-8.34,7.276-8.702,7.636L 6,8 C 4.896,8, 4,8.896, 4,10l0,0.254 L 4,22 l0,0.254 c0,1.104, 0.896,2, 2,2l 4.582,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38C 19.718,31.898, 20.096,32, 20.426,32 c 0.050,0, 0.1-0.002, 0.148-0.006c 0.74-0.070, 1.268-0.69, 1.426-1.344L 22,1.352 c-0.156-0.656-0.686-1.276-1.426-1.344 C 20.526,0.002, 20.478,0, 20.426,0z M 20,29.624c-3.12-2.628-7.64-6.446-8.008-6.786c-0.374-0.374-0.882-0.582-1.412-0.582L 6,22.256 L 6,22 L 6,10.254 L 6,10 l 4.582,0 c 0.512,0, 1.024-0.214, 1.394-0.566C 12.34,9.088, 16.86,5.134, 20,2.394L 20,29.624 zM 25.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 28.002,20.262, 29.258,18.24, 29.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.094-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 26.424,13.182, 27.258,14.52, 27.258,16 S 26.424,18.818, 25.082,19.494z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 30,14L 30,8 c0-1.104-0.896-2-2-2l-0.596,0 l-0.674-4.16c-0.042-0.262-0.186-0.496-0.402-0.65 c-0.212-0.156-0.48-0.222-0.744-0.176L 3.84,4.542C 3.294,4.63, 2.924,5.144, 3.014,5.69L 3.064,6L 2,6 C 0.896,6,0,6.896,0,8l0,22 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2l0-6 c 1.104,0, 2-0.896, 2-2L 32,16 C 32,14.896, 31.104,14, 30,14z M 2,8l 26,0 l0,6 l-8,0 C 18.896,14, 18,14.896, 18,16 l0,6 c0,1.104, 0.896,2, 2,2l 8,0 l0,6 L 2,30 L 2,8 z M 7.336,6l 17.58-2.854L 25.378,6L 7.336,6 z M 20,22L 20,16 l 10,0 l0,6 L 20,22 zM 22,19A1,1 0 1 0 24,19A1,1 0 1 0 22,19z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32" height="32" viewBox="0 0 32 32" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 22,24L 22,18 c0-1.104, 0.896-2, 2-2l 6,0 L 30,12 c0-1.104-0.896-2-2-2l-2.296,0 l-0.976-5.798 c-0.044-0.264-0.194-0.5-0.412-0.652c-0.22-0.154-0.494-0.208-0.756-0.166L 3.818,7.016C 3.556,7.064, 3.322,7.216, 3.172,7.438 C 3.022,7.66, 2.966,7.932, 3.020,8.196L 3.378,10L 2,10 C 0.896,10,0,10.896,0,12l0,18 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2l0-4 l-6,0 C 22.896,26, 22,25.104, 22,24z M 5.178,8.8l 17.746-3.266L 23.676,10l-18.26,0 L 5.178,8.8zM 31,18L 24,18 l0,6 l 7,0 c 0.552,0, 1-0.448, 1-1l0-4 C 32,18.448, 31.552,18, 31,18z M 27,22 c-0.552,0-1-0.448-1-1c0-0.552, 0.448-1, 1-1s 1,0.448, 1,1C 28,21.552, 27.552,22, 27,22z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.13399887084961" height="32.13399887084961" viewBox="0 0 32.13399887084961 32.13399887084961" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 25,14L 20,14 l0,5 C 20,19.552, 19.552,20, 19,20C 18.448,20, 18,19.552, 18,19L 18,14 L 13,14 C 12.448,14, 12,13.552, 12,13C 12,12.448, 12.448,12, 13,12L 18,12 L 18,7 C 18,6.448, 18.448,6, 19,6C 19.552,6, 20,6.448, 20,7L 20,12 l 5,0 C 25.552,12, 26,12.448, 26,13C 26,13.552, 25.552,14, 25,14z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.13399887084961" height="32.13399887084961" viewBox="0 0 32.13399887084961 32.13399887084961" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 19,24C 12.934,24, 8,19.066, 8,13S 12.934,2, 19,2S 30,6.934, 30,13S 25.066,24, 19,24zM 25,12L 20,12 L 20,7 C 20,6.448, 19.552,6, 19,6C 18.448,6, 18,6.448, 18,7L 18,12 L 13,12 C 12.448,12, 12,12.448, 12,13 C 12,13.552, 12.448,14, 13,14L 18,14 l0,5 C 18,19.552, 18.448,20, 19,20C 19.552,20, 20,19.552, 20,19L 20,14 l 5,0 C 25.552,14, 26,13.552, 26,13 C 26,12.448, 25.552,12, 25,12z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.13399887084961" height="32.13399887084961" viewBox="0 0 32.13399887084961 32.13399887084961" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 25,14l-12,0 C 12.448,14, 12,13.552, 12,13C 12,12.448, 12.448,12, 13,12l 12,0 C 25.552,12, 26,12.448, 26,13 C 26,13.552, 25.552,14, 25,14z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.13399887084961" height="32.13399887084961" viewBox="0 0 32.13399887084961 32.13399887084961" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 19,24C 12.934,24, 8,19.066, 8,13S 12.934,2, 19,2S 30,6.934, 30,13S 25.066,24, 19,24zM 25,12l-12,0 C 12.448,12, 12,12.448, 12,13C 12,13.552, 12.448,14, 13,14l 12,0 C 25.552,14, 26,13.552, 26,13 C 26,12.448, 25.552,12, 25,12z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 29.932,12l-1.756,0 l-0.038,0 C 27.040,12, 26.076,11.070, 26,10c0-5.708-4.602-10-10.35-10L 10.406,0 C 4.662,0, 0.004,4.626,0,10.334l0,11.338 C0,27.378, 4.662,32, 10.406,32l 11.2,0 C 27.354,32, 32,27.378, 32,21.67L 32,14.346 C 32,13.206, 31.080,12, 29.932,12z M 10,8l 6,0 c 1.1,0, 2,0.9, 2,2S 17.1,12, 16,12L 10,12 C 8.9,12, 8,11.1, 8,10S 8.9,8, 10,8z M 22,24L 10,24 c-1.1,0-2-0.9-2-2 s 0.9-2, 2-2l 12,0 c 1.1,0, 2,0.9, 2,2S 23.1,24, 22,24z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19.74,18.494L 12.26,18.494 c-0.686,0-1.246,0.562-1.246,1.246s 0.562,1.246, 1.246,1.246L 19.74,20.986 c 0.686,0, 1.246-0.562, 1.246-1.246S 20.426,18.494, 19.74,18.494zM 12.26,13.506L 16,13.506 c 0.686,0, 1.246-0.562, 1.246-1.246c0-0.686-0.562-1.246-1.246-1.246L 12.26,11.014 c-0.686,0-1.246,0.562-1.246,1.246C 11.012,12.946, 11.574,13.506, 12.26,13.506zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 25.974,19.534 c0,3.558-2.896,6.44-6.48,6.44L 12.512,25.974 c-3.58,0-6.488-2.882-6.488-6.438L 6.024,12.468 c 0.002-3.558, 2.906-6.442, 6.488-6.442l 3.27,0 c 3.584,0, 6.452,2.676, 6.452,6.234c 0.048,0.666, 0.648,1.246, 1.332,1.246l 0.024,0 l 1.094,0 c 0.716,0, 1.29,0.752, 1.29,1.462L 25.974,19.534 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 25.974,19.534c0,3.558-2.896,6.44-6.48,6.44L 12.512,25.974 c-3.58,0-6.488-2.882-6.488-6.438L 6.024,12.468 c 0.002-3.558, 2.906-6.442, 6.488-6.442 l 3.27,0 c 3.584,0, 6.452,2.676, 6.452,6.234c 0.048,0.666, 0.648,1.246, 1.332,1.246l 0.024,0 l 1.094,0 c 0.716,0, 1.29,0.752, 1.29,1.462L 25.974,19.534 zM 19.74,18.494L 12.26,18.494 c-0.686,0-1.246,0.562-1.246,1.246s 0.562,1.246, 1.246,1.246L 19.74,20.986 c 0.686,0, 1.246-0.562, 1.246-1.246S 20.426,18.494, 19.74,18.494zM 12.26,13.506L 16,13.506 c 0.686,0, 1.246-0.562, 1.246-1.246c0-0.686-0.562-1.246-1.246-1.246L 12.26,11.014 c-0.686,0-1.246,0.562-1.246,1.246C 11.012,12.946, 11.574,13.506, 12.26,13.506z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,0L 16,0 L 2,0 L 1.424,0 C 0.64,0,0,0.64,0,1.426L0,2 l0,14 l0,14 c0,1.104, 0.896,2, 2,2l 14.022,0 L 30,32 l 0.576,0 C 31.36,32, 32,31.36, 32,30.574L 32,30 L 32,16.046 L 32,2 C 32,0.896, 31.104,0, 30,0z M 16.022,16.046L 16.022,30 L 2,30 L 2,16 l 14,0 L 16,2 l 14,0 l0,14.046 L 16.022,16.046 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 26,16.022L 26,25 l0,0.288 C 26,25.68, 25.68,26, 25.288,26L 25,26 L 16.012,26 L 7,26 C 6.448,26, 6,25.552, 6,25L 6,16.022 L 6,7 L 6,6.712 C 6,6.32, 6.32,6, 6.712,6L 7,6 l 9.012,0 L 25,6 C 25.552,6, 26,6.448, 26,7L 26,16.022 zM 8,16.022L 16.012,16.022L 16.012,24L 8,24zM 16.012,8L 24,8L 24,16.022L 16.012,16.022z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16.012,8L 24,8L 24,16.022L 16.012,16.022zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 26,16.022L 26,25 l0,0.288 C 26,25.68, 25.68,26, 25.288,26L 25,26 L 16.012,26 L 7,26 C 6.448,26, 6,25.552, 6,25L 6,16.022 L 6,7 L 6,6.712 C 6,6.32, 6.32,6, 6.712,6L 7,6 l 9.012,0 L 25,6 C 25.552,6, 26,6.448, 26,7L 26,16.022 zM 8,16.022L 16.012,16.022L 16.012,24L 8,24z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.555999755859375" height="32" viewBox="0 0 32.555999755859375 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 22.742,10.448C 19.16,9.608, 15.28,9.644, 11.306,10.244C 11.162,10.266, 11.020,10.288, 10.878,10.312l-1.32-2.446 c-1.286,0.172-2.494,0.44-3.612,0.796l 1.258,2.632C 5.148,12.090, 3.462,13.224, 2.246,14.588c-2.008,2.28-2.802,5.15-1.838,7.946 c 0.194,0.564, 0.456,1.098, 0.78,1.6l 14.94-4.104L 11.98,12.348C 12.122,12.32, 12.268,12.292, 12.416,12.266c 6.708-1.196, 10.378,0.652, 12.388,2.62 l-5.112,1.24L 17.558,12.716c-1.22-0.072-2.628,0.002-4.258,0.28l 3.76,6.778L 32,15.672c-0.162-0.384-0.396-0.758-0.708-1.118 C 29.746,12.764, 26.394,11.168, 22.742,10.448z M 5.46,19.572C 4.998,17.468, 5.366,15.118, 8.286,13.554l 2.286,4.78L 5.46,19.572z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 17.104,18.54L 14.574,13.978 c 1.096-0.188, 2.044-0.236, 2.866-0.188l 1.436,2.294l 3.44-0.834c-1.352-1.324-3.822-2.568-8.338-1.764 C 13.878,13.504, 13.78,13.524, 13.684,13.542l 2.792,5.17l-10.054,2.762c-0.218-0.338-0.394-0.698-0.524-1.076 C 5.248,18.516, 5.782,16.584, 7.134,15.050c 0.818-0.918, 1.954-1.682, 3.336-2.216L 9.624,11.062c 0.752-0.24, 1.566-0.42, 2.43-0.536 l 0.888,1.646C 13.038,12.156, 13.134,12.14, 13.232,12.126c 2.674-0.404, 5.286-0.428, 7.696,0.138c 2.458,0.484, 4.714,1.558, 5.754,2.764 c 0.21,0.242, 0.368,0.494, 0.476,0.752L 17.104,18.54zM 9.296,18.404l 3.44-0.834L 11.198,14.354C 9.234,15.406, 8.986,16.988, 9.296,18.404z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 17.104,18.54L 14.574,13.978c 1.096-0.188, 2.044-0.236, 2.866-0.188l 1.436,2.294l 3.44-0.834c-1.352-1.324-3.822-2.568-8.338-1.764 C 13.878,13.504, 13.78,13.524, 13.684,13.542l 2.792,5.17l-10.054,2.762c-0.218-0.338-0.394-0.698-0.524-1.076 C 5.248,18.516, 5.782,16.584, 7.134,15.050c 0.818-0.918, 1.954-1.682, 3.336-2.216L 9.624,11.062c 0.752-0.24, 1.566-0.42, 2.43-0.536 l 0.888,1.646C 13.038,12.156, 13.134,12.14, 13.232,12.126c 2.674-0.404, 5.286-0.428, 7.696,0.138c 2.458,0.484, 4.714,1.558, 5.754,2.764 c 0.21,0.242, 0.368,0.494, 0.476,0.752L 17.104,18.54zM 9.296,18.404l 3.44-0.834L 11.198,14.354C 9.234,15.406, 8.986,16.988, 9.296,18.404z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.178,0,0,7.178,0,16s 7.178,16, 16,16s 16-7.178, 16-16S 24.822,0, 16,0z M 16,2.354c 3.474,0, 6.646,1.302, 9.060,3.444 c-0.246,0.35-2.302,3.114-7.162,4.936c-2.24-4.114-4.722-7.494-5.1-8C 13.826,2.486, 14.898,2.354, 16,2.354z M 10.19,3.652 c 0.36,0.494, 2.802,3.878, 5.066,7.904C 8.864,13.254, 3.234,13.23, 2.622,13.222C 3.508,8.98, 6.366,5.456, 10.19,3.652z M 2.332,16.020 c0-0.14, 0.002-0.28, 0.006-0.418C 2.936,15.616, 9.56,15.7, 16.384,13.658c 0.392,0.766, 0.764,1.544, 1.108,2.32 c-0.18,0.050-0.36,0.104-0.538,0.162c-7.048,2.278-10.798,8.488-11.108,9.018C 3.664,22.736, 2.334,19.53, 2.332,16.020z M 15.998,29.686 c-3.158,0-6.070-1.078-8.388-2.884c 0.246-0.502, 3.014-5.848, 10.722-8.534c 0.030-0.010, 0.060-0.020, 0.090-0.030 c 1.92,4.986, 2.712,9.164, 2.916,10.364C 19.698,29.3, 17.894,29.688, 15.998,29.686z M 23.636,27.35c-0.14-0.832-0.866-4.832-2.654-9.744 c 4.282-0.686, 8.044,0.436, 8.512,0.584C 28.884,21.992, 26.702,25.276, 23.636,27.35z M 20.146,15.452 c-0.096-0.234-0.194-0.47-0.294-0.706C 19.568,14.080, 19.264,13.418, 18.946,12.766C 24,10.704, 26.29,7.768, 26.578,7.378 c 1.904,2.326, 3.056,5.288, 3.084,8.514C 29.212,15.796, 24.694,14.88, 20.146,15.452z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 19.728,17.202c 1.338,3.676, 1.882,6.67, 1.986,7.292c 2.294-1.552, 3.928-4.010, 4.384-6.856 C 25.75,17.528, 22.934,16.688, 19.728,17.202zM 17.746,17.698c-5.768,2.010-7.84,6.012-8.024,6.388c 1.734,1.352, 3.914,2.158, 6.278,2.158 c 1.418,0.002, 2.77-0.288, 3.996-0.812c-0.152-0.898-0.746-4.026-2.182-7.756C 17.79,17.682, 17.768,17.69, 17.746,17.698zM 18.204,13.58c 0.238,0.488, 0.466,0.984, 0.678,1.482c 0.074,0.176, 0.148,0.354, 0.22,0.528 c 3.404-0.428, 6.786,0.258, 7.122,0.33c-0.020-2.414-0.884-4.632-2.308-6.372C 23.702,9.838, 21.988,12.036, 18.204,13.58zM 16.714,16.104C 16.848,16.062, 16.982,16.020, 17.116,15.984C 16.86,15.402, 16.58,14.82, 16.288,14.248 C 11.18,15.776, 6.222,15.712, 5.774,15.702C 5.772,15.806, 5.77,15.91, 5.77,16.014c 0.002,2.628, 0.996,5.026, 2.63,6.84 C 8.632,22.458, 11.438,17.81, 16.714,16.104zM 15.444,12.674C 13.748,9.66, 11.922,7.128, 11.652,6.758C 8.79,8.108, 6.65,10.746, 5.988,13.92 C 6.446,13.926, 10.66,13.944, 15.444,12.674zM 22.78,8.364C 20.974,6.762, 18.6,5.786, 16,5.786c-0.824,0-1.628,0.098-2.396,0.284 C 13.886,6.45, 15.744,8.98, 17.42,12.058C 21.058,10.696, 22.596,8.626, 22.78,8.364zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,27.974 c-6.602,0-11.974-5.372-11.974-11.974c0-6.602, 5.372-11.974, 11.974-11.974S 27.974,9.398, 27.974,16C 27.974,22.602, 22.602,27.974, 16,27.974z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 15.444,12.674C 13.748,9.66, 11.922,7.128, 11.652,6.758C 8.79,8.108, 6.65,10.746, 5.988,13.92 C 6.446,13.926, 10.66,13.944, 15.444,12.674zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,27.974c-6.602,0-11.974-5.372-11.974-11.974c0-6.602, 5.372-11.974, 11.974-11.974S 27.974,9.398, 27.974,16 C 27.974,22.602, 22.602,27.974, 16,27.974zM 16.714,16.104C 16.848,16.062, 16.982,16.020, 17.116,15.984C 16.86,15.402, 16.58,14.82, 16.288,14.248 C 11.18,15.776, 6.222,15.712, 5.774,15.702C 5.772,15.806, 5.77,15.91, 5.77,16.014c 0.002,2.628, 0.996,5.026, 2.63,6.84 C 8.632,22.458, 11.438,17.81, 16.714,16.104zM 18.204,13.58c 0.238,0.488, 0.466,0.984, 0.678,1.482c 0.074,0.176, 0.148,0.354, 0.22,0.528 c 3.404-0.428, 6.786,0.258, 7.122,0.33c-0.020-2.414-0.884-4.632-2.308-6.372C 23.702,9.838, 21.988,12.036, 18.204,13.58zM 17.746,17.698c-5.768,2.010-7.84,6.012-8.024,6.388c 1.734,1.352, 3.914,2.158, 6.278,2.158 c 1.418,0.002, 2.77-0.288, 3.996-0.812c-0.152-0.898-0.746-4.026-2.182-7.756C 17.79,17.682, 17.768,17.69, 17.746,17.698zM 22.78,8.364C 20.974,6.762, 18.6,5.786, 16,5.786c-0.824,0-1.628,0.098-2.396,0.284 C 13.886,6.45, 15.744,8.98, 17.42,12.058C 21.058,10.696, 22.596,8.626, 22.78,8.364zM 19.728,17.202c 1.338,3.676, 1.882,6.67, 1.986,7.292c 2.294-1.552, 3.928-4.010, 4.384-6.856 C 25.75,17.528, 22.934,16.688, 19.728,17.202z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 12.054,32l 5.996,0 l 0.004-16l 5.446-0.002l 0.584-5.514L 18.050,10.484 l 0.008-2.76c0-1.438, 0.098-2.208, 2.162-2.208l 3.812,0 L 24.032,0 L 18.566,0 C 13.268,0, 12.048,2.738, 12.048,7.236l 0.006,3.248L 8.032,10.486L 8.032,16 l 4.022,0 L 12.054,32 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 20.136,15.998L 17.514,16 l-0.002,9.6L 13.914,25.6 L 13.914,16 l-2.4,0 L 11.514,12.692 l 2.4-0.002L 13.91,10.742C 13.91,8.042, 14.642,6.4, 17.82,6.4l 2.648,0 l0,3.31 L 18.812,9.71 c-1.238,0-1.298,0.462-1.298,1.324L 17.51,12.69l 2.976,0 L 20.136,15.998z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 20.136,15.998L 17.514,16l-0.002,9.6L 13.914,25.6 L 13.914,16 l-2.4,0 L 11.514,12.692 l 2.4-0.002L 13.91,10.742C 13.91,8.042, 14.642,6.4, 17.82,6.4l 2.648,0 l0,3.31 L 18.812,9.71 c-1.238,0-1.298,0.462-1.298,1.324L 17.51,12.69l 2.976,0 L 20.136,15.998z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M0,15.89A6.666,6.666 1080 1 0 13.332,15.89A6.666,6.666 1080 1 0 0,15.89zM 18.668,15.89A6.666,6.666 1080 1 0 32,15.89A6.666,6.666 1080 1 0 18.668,15.89z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 10.112,20.008 c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058c 2.242,0, 4.058,1.816, 4.058,4.058S 12.354,20.008, 10.112,20.008z M 21.93,20.008c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058c 2.242,0, 4.058,1.816, 4.058,4.058 S 24.172,20.008, 21.93,20.008z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 10.112,20.008c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058c 2.242,0, 4.058,1.816, 4.058,4.058 S 12.354,20.008, 10.112,20.008z M 21.93,20.008c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058 c 2.242,0, 4.058,1.816, 4.058,4.058S 24.172,20.008, 21.93,20.008z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30.488,18L 21.334,2.14L 10.666,2.14L 19.822,18 zM 14.484,14.006L 9.152,4.766L0,20.62L 5.334,29.86 zM 9.022,30.042L 26.666,30.042L 32,20L 14.75,20 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 19.086,7.982l 5.296,9.176L 18.212,17.158 L 12.914,7.982L 19.086,7.982 z M 6.744,18.672L 12.038,9.5l 3.084,5.346l-5.294,9.172L 6.744,18.672z M 22.17,24.018L 11.964,24.018 l 3.084-5.346l 10.208,0 L 22.17,24.018z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 19.086,7.982l 5.296,9.176L 18.212,17.158 L 12.914,7.982L 19.086,7.982 z M 6.744,18.672L 12.038,9.5l 3.084,5.346l-5.294,9.172L 6.744,18.672z M 22.17,24.018L 11.964,24.018 l 3.084-5.346l 10.208,0 L 22.17,24.018z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8.572,29.102c 5.3,0, 8.228-3.008, 8.228-6.032c0-2.424-0.716-3.878-2.928-5.442 C 13.116,17.092, 11.668,15.79, 11.668,15.024c0-0.898, 0.256-1.34, 1.608-2.396C 14.66,11.546, 15.64,10.024, 15.64,8.256 c0-2.106-0.938-4.16-2.7-4.836l 2.654,0 l 1.876-1.354c0,0-6.28,0-8.374,0c-3.752,0-7.284,2.844-7.284,6.138 c0,3.366, 2.558,6.084, 6.378,6.084c 0.266,0, 0.524-0.006, 0.776-0.024C 8.718,14.738, 8.54,15.272, 8.54,15.828 c0,0.936, 0.504,1.694, 1.14,2.314c-0.48,0-0.946,0.014-1.452,0.014C 3.578,18.154,0,21.116,0,24.186 C0,27.21, 3.924,29.102, 8.572,29.102z M 9.4,13.434C 7.242,13.37, 5.192,11.020, 4.82,8.188C 4.448,5.354, 5.894,3.186, 8.050,3.25 c 2.156,0.064, 4.208,2.338, 4.58,5.17C 13.004,11.254, 11.556,13.498, 9.4,13.434z M 9.114,18.936c 0.75,0.008, 1.45,0.128, 2.084,0.334 c 1.744,1.21, 2.996,1.896, 3.348,3.28c 0.066,0.28, 0.102,0.568, 0.102,0.864c0,2.444-1.574,4.354-6.092,4.354 c-3.214,0-5.534-2.034-5.534-4.478C 3.022,20.894, 5.9,18.902, 9.114,18.936zM 26,8L 26,2.066L 24,2.066L 24,8L 18,8L 18,10L 24,10L 24,16.066L 26,16.066L 26,10L 32,10L 32,8 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 11.536,26.766 c-3.542,0-6.53-1.442-6.53-3.746c0-2.338, 2.726-4.596, 6.268-4.594c 0.386,0, 0.74-0.010, 1.106-0.010 C 11.896,17.946, 11.512,17.368, 11.512,16.654c0-0.424, 0.136-0.83, 0.324-1.192C 11.644,15.476, 11.448,15.482, 11.246,15.482 c-2.91,0-4.858-2.070-4.858-4.636c0-2.51, 2.69-4.676, 5.55-4.676c 1.596,0, 6.38,0, 6.38,0L 16.886,7.202L 14.864,7.202 c 1.342,0.516, 2.056,2.080, 2.056,3.684c0,1.346-0.746,2.506-1.8,3.33C 14.090,15.022, 13.896,15.358, 13.896,16.042 c0,0.584, 1.104,1.576, 1.68,1.984c 1.686,1.192, 2.23,2.3, 2.23,4.146C 17.804,24.476, 15.574,26.766, 11.536,26.766z M 28,14.038l-4,0 l0,3.992 l-1.998,0 L 22.002,14.038 L 18,14.038 L 18,12 l 4.002,0 L 22.002,8 L 24,8 l0,4 l 4,0 L 28,14.038 zM 13.538,19.276C 13.054,19.12, 12.52,19.028, 11.95,19.022c-2.448-0.026-4.64,1.492-4.64,3.318 c0,1.862, 1.768,3.412, 4.216,3.412c 3.442,0, 4.64-1.456, 4.64-3.316c0-0.226-0.028-0.444-0.078-0.658 C 15.82,20.722, 14.866,20.198, 13.538,19.276zM 14.628,11.010C 14.344,8.854, 12.782,7.122, 11.14,7.072c-1.642-0.048-2.744,1.602-2.46,3.762 c 0.284,2.158, 1.846,3.948, 3.49,3.996C 13.81,14.88, 14.914,13.17, 14.628,11.010z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 11.536,26.766c-3.542,0-6.53-1.442-6.53-3.746c0-2.338, 2.726-4.596, 6.268-4.594c 0.386,0, 0.74-0.010, 1.106-0.010 C 11.896,17.946, 11.512,17.368, 11.512,16.654c0-0.424, 0.136-0.83, 0.324-1.192C 11.644,15.476, 11.448,15.482, 11.246,15.482 c-2.91,0-4.858-2.070-4.858-4.636c0-2.51, 2.69-4.676, 5.55-4.676c 1.596,0, 6.38,0, 6.38,0L 16.886,7.202L 14.864,7.202 c 1.342,0.516, 2.056,2.080, 2.056,3.684c0,1.346-0.746,2.506-1.8,3.33C 14.090,15.022, 13.896,15.358, 13.896,16.042 c0,0.584, 1.104,1.576, 1.68,1.984c 1.686,1.192, 2.23,2.3, 2.23,4.146C 17.804,24.476, 15.574,26.766, 11.536,26.766z M 28,14.038l-4,0 l0,3.992 l-1.998,0 L 22.002,14.038 L 18,14.038 L 18,12 l 4.002,0 L 22.002,8 L 24,8 l0,4 l 4,0 L 28,14.038 zM 14.628,11.010C 14.344,8.854, 12.782,7.122, 11.14,7.072c-1.642-0.048-2.744,1.602-2.46,3.762 c 0.284,2.158, 1.846,3.948, 3.49,3.996C 13.81,14.88, 14.914,13.17, 14.628,11.010zM 13.538,19.276C 13.054,19.12, 12.52,19.028, 11.95,19.022c-2.448-0.026-4.64,1.492-4.64,3.318 c0,1.862, 1.768,3.412, 4.216,3.412c 3.442,0, 4.64-1.456, 4.64-3.316c0-0.226-0.028-0.444-0.078-0.658 C 15.82,20.722, 14.866,20.198, 13.538,19.276z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30.556,0L 1.444,0 C 0.648,0,0,0.646,0,1.442l0,29.116 C0,31.352, 0.648,32, 1.444,32l 29.112,0 C 31.352,32, 32,31.352, 32,30.558L 32,1.442 C 32,0.646, 31.352,0, 30.556,0z M 21.584,16c0,3.084-2.5,5.584-5.584,5.584S 10.416,19.084, 10.416,16 c0-3.084, 2.5-5.584, 5.584-5.584S 21.584,12.916, 21.584,16z M 28,28L 4,28 L 4,14 l 2.634,0 C 6.496,14.646, 6.416,15.314, 6.416,16 c0,5.284, 4.3,9.584, 9.584,9.584s 9.584-4.3, 9.584-9.584c0-0.686-0.080-1.354-0.218-2L 28,14 L 28,28 z M 28,10l-6,0 L 22,4 l 6,0 L 28,10 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 26,25.278 C 26,25.676, 25.676,26, 25.278,26L 6.722,26 C 6.324,26, 6,25.676, 6,25.278L 6,6.722 C 6,6.324, 6.324,6, 6.722,6l 18.556,0 C 25.676,6, 26,6.324, 26,6.722 L 26,25.278 zM 12,16A4,4 1080 1 0 20,16A4,4 1080 1 0 12,16zM 20,8L 24,8L 24,12L 20,12zM 21.95,16c0,3.282-2.67,5.95-5.95,5.95S 10.050,19.282, 10.050,16c0-0.426, 0.050-0.598, 0.134-1L 8,15 L 8,24 l 16,0 L 24,15 l-2.184,0 C 21.902,15.402, 21.95,15.574, 21.95,16z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 26,25.278C 26,25.676, 25.676,26, 25.278,26L 6.722,26 C 6.324,26, 6,25.676, 6,25.278L 6,6.722 C 6,6.324, 6.324,6, 6.722,6l 18.556,0 C 25.676,6, 26,6.324, 26,6.722L 26,25.278 zM 20,8L 24,8L 24,12L 20,12zM 12,16A4,4 1080 1 0 20,16A4,4 1080 1 0 12,16zM 21.95,16c0,3.282-2.67,5.95-5.95,5.95S 10.050,19.282, 10.050,16c0-0.426, 0.050-0.598, 0.134-1L 8,15 L 8,24 l 16,0 L 24,15 l-2.184,0 C 21.902,15.402, 21.95,15.574, 21.95,16z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 2.064,10L 8,10L 8,32L 2.064,32zM 20.174,10.002C 18,10.002, 16.916,11.038, 16,11.74L 16,10 L 10.032,10 l0,22 L 16,32 L 16,18.15 c0,0-0.218-2.758, 3.088-2.758 C 21.080,15.392, 22,16.526, 22,18.15L 22,32 l 6.288,0 L 28.288,18.344 C 28.288,10.844, 22.25,10.002, 20.174,10.002zM 2,5A3,3 1080 1 0 8,5A3,3 1080 1 0 2,5z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 12,23.75L 8,23.75 l0-14 l 4,0 L 12,23.75 z M 10.124,8.892c-1.036,0-1.874-0.84-1.874-1.876c0-1.036, 0.84-1.876, 1.874-1.876C 11.16,5.142, 12,5.982, 12,7.016 C 12,8.052, 11.16,8.892, 10.124,8.892z M 26,23.75l-4,0 L 22,15.094 c0-1.014-0.29-1.724-1.536-1.724C 18.398,13.37, 18,15.094, 18,15.094l0,8.656 L 14,23.75 l0-14 l 4,0 l0,1.338 c 0.572-0.438, 2-1.336, 4-1.336c 1.298,0, 4,0.776, 4,5.464L 26,23.75 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 12,23.75L 8,23.75 l0-14 l 4,0 L 12,23.75 z M 10.124,8.892c-1.036,0-1.874-0.84-1.874-1.876c0-1.036, 0.84-1.876, 1.874-1.876 C 11.16,5.142, 12,5.982, 12,7.016C 12,8.052, 11.16,8.892, 10.124,8.892z M 26,23.75l-4,0 L 22,15.094 c0-1.014-0.29-1.724-1.536-1.724 C 18.398,13.37, 18,15.094, 18,15.094l0,8.656 L 14,23.75 l0-14 l 4,0 l0,1.338 c 0.572-0.438, 2-1.336, 4-1.336c 1.298,0, 4,0.776, 4,5.464L 26,23.75 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 15.796,8.014C 16.572,7.238, 16.962,6.286, 16.962,5.16c0-1.096-0.39-2.034-1.166-2.81 C 15.022,1.576, 14.066,1.188, 12.94,1.188c-1.092,0-2.030,0.388-2.806,1.162C 9.358,3.128, 8.968,4.064, 8.968,5.16 c0,1.126, 0.39,2.078, 1.166,2.854C 10.912,8.79, 11.848,9.178, 12.94,9.178C 14.066,9.178, 15.022,8.79, 15.796,8.014zM 19.358,8.882C 19.83,9.354, 20.378,9.726, 21.002,10c 0.624,0.272, 1.304,0.41, 2.032,0.41 c 0.732,0, 1.408-0.138, 2.032-0.41c 0.624-0.276, 1.17-0.646, 1.644-1.118c 0.472-0.472, 0.846-1.020, 1.12-1.644 c 0.274-0.624, 0.412-1.3, 0.412-2.034c0-0.73-0.136-1.406-0.412-2.032c-0.272-0.624-0.648-1.172-1.12-1.644 c-0.472-0.472-1.018-0.846-1.644-1.118C 24.444,0.136, 23.766,0, 23.034,0c-0.728,0-1.408,0.136-2.032,0.41 c-0.624,0.272-1.172,0.646-1.644,1.118C 18.888,2.002, 18.516,2.55, 18.24,3.174c-0.274,0.624-0.412,1.3-0.412,2.032 c0,0.732, 0.138,1.408, 0.412,2.034C 18.516,7.862, 18.888,8.41, 19.358,8.882zM 5.314,8.266c 0.854,0, 1.568-0.296, 2.148-0.89C 8.040,6.78, 8.328,6.058, 8.328,5.204 c0-0.822-0.29-1.53-0.866-2.122c-0.58-0.594-1.294-0.892-2.148-0.892c-0.85,0-1.576,0.298-2.166,0.892 c-0.596,0.592-0.892,1.3-0.892,2.122c0,0.854, 0.298,1.576, 0.892,2.17C 3.74,7.968, 4.464,8.266, 5.314,8.266zM 28.060,14.522c-0.638-0.64-1.394-1.142-2.26-1.508c-0.87-0.366-1.792-0.548-2.766-0.548 c-0.974,0-1.888,0.182-2.738,0.548C 19.442,13.38, 18.698,13.868, 18.058,14.476c-0.304-1.126-0.922-2.060-1.85-2.808 C 15.278,10.922, 14.19,10.548, 12.94,10.548c-0.792,0-1.536,0.168-2.238,0.502C 10.006,11.388, 9.394,11.858, 8.88,12.466 C 8.662,11.676, 8.24,11.014, 7.6,10.48C 6.962,9.946, 6.2,9.682, 5.314,9.682c-1.034,0-1.91,0.358-2.624,1.072C 1.974,11.468, 2,12.346, 2,13.38 l0,6.402 l 5.258,0 l0,5.242 l 8.81,0 L 16.068,32 l 14.064,0 L 30.132,19.544 c0-0.974-0.162-1.896-0.544-2.762C 29.208,15.914, 28.698,15.16, 28.060,14.522z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16.568,7.984 C 16.74,7.594, 16.972,7.25, 17.266,6.956c 0.296-0.296, 0.636-0.528, 1.028-0.7C 18.684,6.084, 19.11,6, 19.564,6 c 0.458,0, 0.88,0.084, 1.27,0.256c 0.39,0.17, 0.732,0.404, 1.026,0.7c 0.296,0.294, 0.53,0.638, 0.7,1.028 c 0.172,0.39, 0.258,0.812, 0.258,1.27c0,0.458-0.086,0.88-0.258,1.27c-0.17,0.39-0.404,0.732-0.7,1.028 c-0.296,0.294-0.636,0.528-1.026,0.7c-0.39,0.17-0.812,0.256-1.27,0.256c-0.456,0-0.88-0.086-1.27-0.256 c-0.39-0.172-0.732-0.404-1.028-0.7C 16.972,11.256, 16.74,10.914, 16.568,10.524C 16.396,10.134, 16.31,9.71, 16.31,9.254 C 16.31,8.796, 16.396,8.374, 16.568,7.984z M 11.502,7.468c 0.486-0.484, 1.070-0.726, 1.754-0.726c 0.704,0, 1.3,0.242, 1.784,0.726 C 15.526,7.954, 15.768,8.54, 15.768,9.226c0,0.704-0.244,1.298-0.73,1.784C 14.556,11.494, 13.96,11.736, 13.256,11.736 c-0.682,0-1.268-0.242-1.754-0.728c-0.486-0.486-0.73-1.080-0.73-1.784C 10.774,8.54, 11.016,7.954, 11.502,7.468z M 7.136,7.926 c 0.37-0.372, 0.822-0.558, 1.354-0.558c 0.534,0, 0.98,0.186, 1.342,0.558c 0.36,0.37, 0.54,0.812, 0.54,1.326 c0,0.534-0.182,0.984-0.54,1.356C 9.47,10.98, 9.024,11.166, 8.49,11.166c-0.532,0-0.984-0.186-1.354-0.556 C 6.764,10.238, 6.578,9.786, 6.578,9.254C 6.578,8.74, 6.764,8.296, 7.136,7.926z M 24,26L 15.21,26 l0-4 L 9.704,22 L 9.704,18 L 6.418,18 L 6.418,14.362 c0-0.646-0.016-1.194, 0.432-1.64c 0.446-0.446, 0.994-0.67, 1.64-0.67c 0.552,0, 1.030,0.166, 1.428,0.5 c 0.4,0.334, 0.664,0.746, 0.8,1.242c 0.322-0.38, 0.704-0.674, 1.14-0.886c 0.438-0.208, 0.904-0.314, 1.398-0.314 c 0.78,0, 1.46,0.234, 2.042,0.7c 0.58,0.466, 0.966,1.052, 1.156,1.754c 0.4-0.38, 0.864-0.686, 1.4-0.912 c 0.532-0.228, 1.104-0.342, 1.712-0.342c 0.61,0, 1.186,0.114, 1.728,0.342c 0.54,0.228, 1.012,0.542, 1.412,0.942 c 0.4,0.4, 0.718,0.87, 0.954,1.412C 23.898,17.030, 24,17.606, 24,18.216L 24,26 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16.568,7.984C 16.74,7.594, 16.972,7.25, 17.266,6.956c 0.296-0.296, 0.636-0.528, 1.028-0.7C 18.684,6.084, 19.11,6, 19.564,6 c 0.458,0, 0.88,0.084, 1.27,0.256c 0.39,0.17, 0.732,0.404, 1.026,0.7c 0.296,0.294, 0.53,0.638, 0.7,1.028 c 0.172,0.39, 0.258,0.812, 0.258,1.27c0,0.458-0.086,0.88-0.258,1.27c-0.17,0.39-0.404,0.732-0.7,1.028 c-0.296,0.294-0.636,0.528-1.026,0.7c-0.39,0.17-0.812,0.256-1.27,0.256c-0.456,0-0.88-0.086-1.27-0.256 c-0.39-0.172-0.732-0.404-1.028-0.7C 16.972,11.256, 16.74,10.914, 16.568,10.524C 16.396,10.134, 16.31,9.71, 16.31,9.254 C 16.31,8.796, 16.396,8.374, 16.568,7.984z M 11.502,7.468c 0.486-0.484, 1.070-0.726, 1.754-0.726c 0.704,0, 1.3,0.242, 1.784,0.726 C 15.526,7.954, 15.768,8.54, 15.768,9.226c0,0.704-0.244,1.298-0.73,1.784C 14.556,11.494, 13.96,11.736, 13.256,11.736 c-0.682,0-1.268-0.242-1.754-0.728c-0.486-0.486-0.73-1.080-0.73-1.784C 10.774,8.54, 11.016,7.954, 11.502,7.468z M 7.136,7.926 c 0.37-0.372, 0.822-0.558, 1.354-0.558c 0.534,0, 0.98,0.186, 1.342,0.558c 0.36,0.37, 0.54,0.812, 0.54,1.326 c0,0.534-0.182,0.984-0.54,1.356C 9.47,10.98, 9.024,11.166, 8.49,11.166c-0.532,0-0.984-0.186-1.354-0.556 C 6.764,10.238, 6.578,9.786, 6.578,9.254C 6.578,8.74, 6.764,8.296, 7.136,7.926z M 24,26L 15.21,26 l0-4 L 9.704,22 L 9.704,18 L 6.418,18 L 6.418,14.362 c0-0.646-0.016-1.194, 0.432-1.64c 0.446-0.446, 0.994-0.67, 1.64-0.67c 0.552,0, 1.030,0.166, 1.428,0.5 c 0.4,0.334, 0.664,0.746, 0.8,1.242c 0.322-0.38, 0.704-0.674, 1.14-0.886c 0.438-0.208, 0.904-0.314, 1.398-0.314 c 0.78,0, 1.46,0.234, 2.042,0.7c 0.58,0.466, 0.966,1.052, 1.156,1.754c 0.4-0.38, 0.864-0.686, 1.4-0.912 c 0.532-0.228, 1.104-0.342, 1.712-0.342c 0.61,0, 1.186,0.114, 1.728,0.342c 0.54,0.228, 1.012,0.542, 1.412,0.942 c 0.4,0.4, 0.718,0.87, 0.954,1.412C 23.898,17.030, 24,17.606, 24,18.216L 24,26 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8,29.858L 8,15.68 l-6.684,6.682C 2.686,25.52, 5.044,28.148, 8,29.858zM 10,30.836C 11.852,31.586, 13.878,32, 16,32c 5.922,0, 11.092-3.218, 13.858-8L 10,24 L 10,30.836 zM 13.32,7L 8.296,1.974C 3.35,4.696,0,9.956,0,16c0,1.328, 0.162,2.618, 0.468,3.852L 13.32,7zM 22,1.164C 20.146,0.414, 18.122,0, 16,0C 14.108,0, 12.294,0.33, 10.61,0.932L 22,12.32L 22,1.164 zM 24,2.142L 24,22 l 6.836,0 C 31.586,20.146, 32,18.122, 32,16C 32,10.078, 28.782,4.908, 24,2.142z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,4 c 1.592,0, 3.11,0.31, 4.5,0.872L 20.5,13.24 L 11.958,4.698C 13.22,4.248, 14.582,4, 16,4z M 4.35,18.888C 4.122,17.964, 4,16.996, 4,16 c0-4.534, 2.512-8.478, 6.222-10.52l 3.768,3.77L 4.35,18.888z M 10,26.394c-2.218-1.282-3.986-3.254-5.012-5.622L 10,15.76L 10,26.394 z M 16,28 c-1.592,0-3.11-0.31-4.5-0.874L 11.5,22 l 14.894,0 C 24.318,25.586, 20.442,28, 16,28z M 27.126,20.5L 22,20.5 L 22,5.606 C 25.586,7.682, 28,11.558, 28,16 C 28,17.592, 27.69,19.11, 27.126,20.5z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,4c 1.592,0, 3.11,0.31, 4.5,0.872L 20.5,13.24 L 11.958,4.698C 13.22,4.248, 14.582,4, 16,4z M 4,16c0-4.534, 2.512-8.478, 6.222-10.52l 3.768,3.77 l-9.64,9.638C 4.122,17.964, 4,16.996, 4,16z M 10,26.394c-2.218-1.282-3.986-3.254-5.012-5.622L 10,15.76L 10,26.394 z M 16,28 c-1.592,0-3.11-0.31-4.5-0.874L 11.5,22 l 14.894,0 C 24.318,25.586, 20.442,28, 16,28z M 27.126,20.5L 22,20.5 L 22,5.606 C 25.586,7.682, 28,11.558, 28,16 C 28,17.592, 27.69,19.11, 27.126,20.5z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32.64600372314453" viewBox="0 0 32 32.64600372314453" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 8.060,18.506c 1.546-2.734-0.498-3.334-0.818-5.316c-1.31-8.1, 9.344-13.632, 14.924-7.972 c 3.86,3.92, 1.318,15.972-4.906,14.72C 11.298,18.74, 20.18,9.146, 15.422,7.264C 11.554,5.732, 9.5,11.944, 11.334,15.032 C 10.258,20.342, 7.942,25.342, 8.88,32c 3.040-2.206, 4.066-6.432, 4.906-10.838c 1.528,0.93, 2.346,1.896, 4.294,2.046 c 7.186,0.558, 11.202-7.174, 10.218-14.31c-0.872-6.324-7.178-9.544-13.902-8.79c-5.316,0.596-10.616,4.894-10.836,11.040 C 3.426,14.9, 4.49,17.716, 8.060,18.506z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 17.248,20.326 c-1.17-0.090-1.66-0.67-2.576-1.228c-0.504,2.644-1.12,5.18-2.944,6.502C 11.164,21.606, 12.554,18.606, 13.2,15.42 C 12.1,13.566, 13.332,9.84, 15.652,10.758c 2.854,1.13-2.474,6.886, 1.104,7.604c 3.734,0.752, 5.26-6.48, 2.944-8.832 c-3.348-3.396-9.74-0.078-8.954,4.784c 0.192,1.188, 1.418,1.548, 0.49,3.19C 9.094,17.030, 8.454,15.34, 8.536,13.088 c 0.132-3.686, 3.312-6.266, 6.502-6.624c 4.034-0.452, 7.818,1.48, 8.342,5.274C 23.97,16.020, 21.56,20.66, 17.248,20.326z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 17.248,20.326c-1.17-0.090-1.66-0.67-2.576-1.228c-0.504,2.644-1.12,5.18-2.944,6.502C 11.164,21.606, 12.554,18.606, 13.2,15.42 C 12.1,13.566, 13.332,9.84, 15.652,10.758c 2.854,1.13-2.474,6.886, 1.104,7.604c 3.734,0.752, 5.26-6.48, 2.944-8.832 c-3.348-3.396-9.74-0.078-8.954,4.784c 0.192,1.188, 1.418,1.548, 0.49,3.19C 9.094,17.030, 8.454,15.34, 8.536,13.088 c 0.132-3.686, 3.312-6.266, 6.502-6.624c 4.034-0.452, 7.818,1.48, 8.342,5.274C 23.97,16.020, 21.56,20.66, 17.248,20.326z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 0.012,0l0,6.136 C 14.256,6.136, 25.848,17.74, 25.848,32L 32,32 C 32,14.36, 17.648,0, 0.012,0zM 14.964,32l 6.16,0 c 0.002-11.652-9.476-21.13-21.12-21.13l0,6.134 c 3.994,0, 7.748,1.562, 10.576,4.392 C 13.404,24.218, 14.964,27.99, 14.964,32zM 4.26,31.96c 2.358,0, 4.266-1.896, 4.266-4.244c-0.002-2.334-1.908-4.252-4.266-4.252 C 1.91,23.464,0,25.38,0,27.716C0,30.064, 1.91,31.96, 4.26,31.96z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 8.63,25.952 c-1.438,0-2.606-1.16-2.606-2.596c0-1.428, 1.168-2.602, 2.606-2.602c 1.442,0, 2.608,1.174, 2.61,2.602 C 11.24,24.792, 10.074,25.952, 8.63,25.952z M 15.178,25.976c0-2.454-0.954-4.76-2.682-6.486C 10.768,17.758, 8.47,16.802, 6.028,16.802L 6.028,13.050 c 7.122,0, 12.92,5.798, 12.92,12.926L 15.178,25.976 z M 21.836,25.974c0-8.724-7.090-15.822-15.804-15.822L 6.032,6.4 c 10.788,0, 19.568,8.784, 19.568,19.574 L 21.836,25.974 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 8.63,25.952c-1.438,0-2.606-1.16-2.606-2.596c0-1.428, 1.168-2.602, 2.606-2.602c 1.442,0, 2.608,1.174, 2.61,2.602 C 11.24,24.792, 10.074,25.952, 8.63,25.952z M 15.178,25.976c0-2.454-0.954-4.76-2.682-6.486C 10.768,17.758, 8.47,16.802, 6.028,16.802L 6.028,13.050 c 7.122,0, 12.92,5.798, 12.92,12.926L 15.178,25.976 z M 21.836,25.974c0-8.724-7.090-15.822-15.804-15.822L 6.032,6.4 c 10.788,0, 19.568,8.784, 19.568,19.574 L 21.836,25.974 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32.00199890136719" height="32" viewBox="0 0 32.00199890136719 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 23.586,9.444c 0.88,0.666, 1.972,1.064, 3.16,1.064C 29.648,10.508, 32,8.156, 32,5.254 C 32,2.352, 29.648,0, 26.746,0c-2.9,0-5.254,2.352-5.254,5.254c0,0.002,0,0.004,0,0.004L 8.524,11.528 C 7.626,10.812, 6.49,10.38, 5.254,10.38C 2.352,10.38,0,12.734,0,15.634s 2.352,5.254, 5.254,5.254c 1.048,0, 2.024-0.312, 2.844-0.84 l 13.396,6.476c0,0.002,0,0.004,0,0.004c0,2.902, 2.352,5.254, 5.254,5.254c 2.902,0, 5.254-2.352, 5.254-5.254 c0-2.902-2.352-5.254-5.254-5.254c-1.188,0-2.28,0.398-3.16,1.064L 10.488,16.006c 0.006-0.080, 0.010-0.158, 0.012-0.238L 23.586,9.444z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 19.322,19.626 c 0.494-0.374, 1.11-0.598, 1.778-0.598c 1.632,0, 2.956,1.322, 2.956,2.956c0,1.632-1.324,2.956-2.956,2.956 c-1.632,0-2.954-1.322-2.954-2.956c0,0,0-0.002,0-0.002L 10.608,18.338c-0.462,0.298-1.010,0.474-1.6,0.474 c-1.632,0-2.956-1.324-2.956-2.956c0-1.632, 1.324-2.956, 2.956-2.956c 0.696,0, 1.334,0.242, 1.84,0.644L 18.144,10.020 c0,0,0-0.002,0-0.002c0-1.632, 1.324-2.956, 2.954-2.956c 1.632,0, 2.956,1.322, 2.956,2.956s-1.324,2.956-2.956,2.956 c-0.668,0-1.282-0.224-1.778-0.598L 11.96,15.932c0,0.044-0.004,0.090-0.006,0.134L 19.322,19.626z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 19.322,19.626c 0.494-0.374, 1.11-0.598, 1.778-0.598c 1.632,0, 2.956,1.322, 2.956,2.956c0,1.632-1.324,2.956-2.956,2.956 c-1.632,0-2.954-1.322-2.954-2.956c0,0,0-0.002,0-0.002L 10.608,18.338c-0.462,0.298-1.010,0.474-1.6,0.474 c-1.632,0-2.956-1.324-2.956-2.956c0-1.632, 1.324-2.956, 2.956-2.956c 0.696,0, 1.334,0.242, 1.84,0.644L 18.144,10.020 c0,0,0-0.002,0-0.002c0-1.632, 1.324-2.956, 2.954-2.956c 1.632,0, 2.956,1.322, 2.956,2.956s-1.324,2.956-2.956,2.956 c-0.668,0-1.282-0.224-1.778-0.598L 11.96,15.932c0,0.044-0.004,0.090-0.006,0.134L 19.322,19.626z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30.616,16.078c0-8.072-6.58-14.618-14.694-14.618c-0.806,0-1.598,0.066-2.366,0.192 c-1.38-0.9-3.022-1.422-4.788-1.422C 3.922,0.23,0,4.156,0,9c0,1.762, 0.518,3.4, 1.412,4.774c-0.12,0.752-0.182,1.52-0.182,2.304 c0,8.074, 6.576,14.618, 14.692,14.618c 0.916,0, 1.808-0.090, 2.674-0.246c 1.346,0.836, 2.934,1.322, 4.634,1.322 c 4.846,0, 8.77-3.926, 8.77-8.77c0-1.83-0.56-3.532-1.522-4.94C 30.566,17.412, 30.616,16.75, 30.616,16.078z M 17.296,26.85 c-4.67,0.244-6.854-0.79-8.856-2.668c-2.236-2.098-1.338-4.49, 0.484-4.612c 1.82-0.122, 2.912,2.064, 3.884,2.67 c 0.97,0.606, 4.662,1.986, 6.612-0.244c 2.124-2.426-1.412-3.682-4.004-4.062C 11.716,17.386, 7.044,15.386, 7.408,11.44 C 7.772,7.5, 10.756,5.476, 13.898,5.192c 4.004-0.364, 6.612,0.606, 8.674,2.366c 2.384,2.034, 1.094,4.306-0.424,4.488 c-1.514,0.182-3.212-3.344-6.55-3.396C 12.158,8.596, 9.834,12.23, 14.080,13.262c 4.248,1.032, 8.796,1.456, 10.436,5.338 S 21.97,26.606, 17.296,26.85z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 20.338,25.462 c-1.020,0-1.972-0.292-2.78-0.794c-0.52,0.094-1.054,0.148-1.604,0.148c-4.87,0-8.816-3.926-8.816-8.77 c0-0.47, 0.038-0.932, 0.11-1.382C 6.71,13.84, 6.4,12.856, 6.4,11.8c0-2.906, 2.354-5.26, 5.26-5.262c 1.060,0, 2.044,0.314, 2.872,0.854 c 0.46-0.076, 0.936-0.116, 1.42-0.116c 4.868,0, 8.816,3.928, 8.816,8.77c0,0.404-0.030,0.8-0.082,1.19 C 25.264,18.082, 25.6,19.102, 25.6,20.2C 25.6,23.106, 23.246,25.462, 20.338,25.462zM 14.848,14.358c-2.548-0.62-1.154-2.8, 0.91-2.768C 17.762,11.622, 18.78,13.738, 19.688,13.628 c 0.91-0.11, 1.684-1.472, 0.254-2.692C 18.706,9.88, 17.142,9.298, 14.738,9.516C 12.854,9.686, 11.064,10.9, 10.844,13.264 C 10.626,15.63, 13.43,16.832, 15.65,17.162c 1.556,0.228, 3.676,0.982, 2.402,2.438c-1.17,1.338-3.386,0.51-3.968,0.146 C 13.502,19.38, 12.846,18.070, 11.754,18.142c-1.094,0.074-1.632,1.508-0.29,2.768c 1.202,1.126, 2.512,1.748, 5.314,1.6 c 2.804-0.146, 5.316-2.62, 4.332-4.95S 17.396,14.976, 14.848,14.358z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 20.338,25.462c-1.020,0-1.972-0.292-2.78-0.794c-0.52,0.094-1.054,0.148-1.604,0.148c-4.87,0-8.816-3.926-8.816-8.77 c0-0.47, 0.038-0.932, 0.11-1.382C 6.71,13.84, 6.4,12.856, 6.4,11.8c0-2.906, 2.354-5.26, 5.26-5.262c 1.060,0, 2.044,0.314, 2.872,0.854 c 0.46-0.076, 0.936-0.116, 1.42-0.116c 4.868,0, 8.816,3.928, 8.816,8.77c0,0.404-0.030,0.8-0.082,1.19 C 25.264,18.082, 25.6,19.102, 25.6,20.2C 25.6,23.106, 23.246,25.462, 20.338,25.462zM 14.848,14.358c-2.548-0.62-1.154-2.8, 0.91-2.768C 17.762,11.622, 18.78,13.738, 19.688,13.628 c 0.91-0.11, 1.684-1.472, 0.254-2.692C 18.706,9.88, 17.142,9.298, 14.738,9.516C 12.854,9.686, 11.064,10.9, 10.844,13.264 C 10.626,15.63, 13.43,16.832, 15.65,17.162c 1.556,0.228, 3.676,0.982, 2.402,2.438c-1.17,1.338-3.386,0.51-3.968,0.146 C 13.502,19.38, 12.846,18.070, 11.754,18.142c-1.094,0.074-1.632,1.508-0.29,2.768c 1.202,1.126, 2.512,1.748, 5.314,1.6 c 2.804-0.146, 5.316-2.62, 4.332-4.95S 17.396,14.976, 14.848,14.358z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16c0,8.836, 7.164,16, 16,16s 16-7.164, 16-16C 32,7.164, 24.836,0, 16,0z M 23.392,25.38 c-0.2,0.364-0.576,0.57-0.964,0.57c-0.18,0-0.36-0.044-0.53-0.136c-2.562-1.412-5.472-2.158-8.412-2.158 c-1.762,0-3.502,0.262-5.168,0.778c-0.58,0.18-1.196-0.146-1.374-0.726c-0.18-0.58, 0.144-1.81, 0.726-1.99 c 1.878-0.58, 3.836-0.876, 5.818-0.876c 3.31,0, 6.586,0.84, 9.472,2.43C 23.492,23.564, 23.686,24.848, 23.392,25.38z M 25.424,19.352 c-0.228,0.44-0.676,1.154-1.14,1.154c-0.2,0-0.402-0.046-0.59-0.146c-3.174-1.648-6.608-2.484-10.206-2.484 c-1.982,0-3.95,0.262-5.85,0.782c-0.686,0.186-1.39-0.216-1.576-0.9C 5.878,17.074, 6.28,15.908, 6.964,15.722 c 2.12-0.578, 4.316-0.872, 6.524-0.872c 3.958,0, 7.896,0.96, 11.388,2.774C 25.504,17.95, 25.75,18.724, 25.424,19.352z M 27.588,13.56 c-0.258,0.514-0.774,0.966-1.314,0.966c-0.22,0-0.442-0.050-0.652-0.154c-3.79-1.89-7.872-2.846-12.134-2.846 c-2.22,0-4.432,0.27-6.578,0.8c-0.786,0.194-1.58-0.284-1.774-1.070C 4.94,10.472, 5.42,9.522, 6.206,9.328 C 8.58,8.738, 11.030,8.44, 13.488,8.44c 4.72,0, 9.242,1.062, 13.44,3.154C 27.654,11.956, 27.948,12.836, 27.588,13.56z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 14.116,10.33c-1.844,0-3.68,0.224-5.462,0.666C 8.064,11.142, 7.706,11.854, 7.852,12.442 s 0.742,0.948, 1.332,0.802c 1.608-0.398, 3.268-0.6, 4.934-0.6c 3.196,0, 6.258,0.718, 9.1,2.136c 0.158,0.078, 0.324,0.116, 0.49,0.116 c 0.404,0, 0.792-0.338, 0.986-0.724c 0.27-0.542, 0.050-1.204-0.494-1.474C 21.048,11.126, 17.656,10.33, 14.116,10.33zM 14.116,19.632c-1.486,0-2.954,0.222-4.364,0.656c-0.436,0.134-0.678,1.058-0.544,1.492 c 0.134,0.436, 0.596,0.68, 1.032,0.544c 1.25-0.388, 2.556-0.584, 3.876-0.584c 2.204,0, 4.386,0.56, 6.308,1.618 c 0.126,0.070, 0.262,0.102, 0.398,0.102c 0.292,0, 0.574-0.154, 0.722-0.428c 0.22-0.398, 0.076-1.362-0.324-1.582 C 19.056,20.262, 16.598,19.632, 14.116,19.632zM 22.658,17.218c-2.618-1.36-5.572-2.080-8.54-2.080c-1.656,0-3.304,0.22-4.894,0.654 c-0.512,0.14-0.814,1.014-0.674,1.526c 0.14,0.512, 0.668,0.814, 1.182,0.674c 1.424-0.388, 2.902-0.586, 4.386-0.586 c 2.7,0, 5.274,0.628, 7.654,1.864c 0.142,0.074, 0.292,0.108, 0.442,0.108c 0.348,0, 0.682-0.536, 0.854-0.864 C 23.312,18.044, 23.128,17.462, 22.658,17.218zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,28c-6.628,0-12-5.372-12-12 c0-6.628, 5.372-12, 12-12s 12,5.372, 12,12C 28,22.628, 22.628,28, 16,28z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 22.658,17.218c-2.618-1.36-5.572-2.080-8.54-2.080c-1.656,0-3.304,0.22-4.894,0.654 c-0.512,0.14-0.814,1.014-0.674,1.526c 0.14,0.512, 0.668,0.814, 1.182,0.674c 1.424-0.388, 2.902-0.586, 4.386-0.586 c 2.7,0, 5.274,0.628, 7.654,1.864c 0.142,0.074, 0.292,0.108, 0.442,0.108c 0.348,0, 0.682-0.536, 0.854-0.864 C 23.312,18.044, 23.128,17.462, 22.658,17.218zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,28c-6.628,0-12-5.372-12-12c0-6.628, 5.372-12, 12-12s 12,5.372, 12,12C 28,22.628, 22.628,28, 16,28zM 14.116,10.33c-1.844,0-3.68,0.224-5.462,0.666C 8.064,11.142, 7.706,11.854, 7.852,12.442 s 0.742,0.948, 1.332,0.802c 1.608-0.398, 3.268-0.6, 4.934-0.6c 3.196,0, 6.258,0.718, 9.1,2.136c 0.158,0.078, 0.324,0.116, 0.49,0.116 c 0.404,0, 0.792-0.338, 0.986-0.724c 0.27-0.542, 0.050-1.204-0.494-1.474C 21.048,11.126, 17.656,10.33, 14.116,10.33zM 14.116,19.632c-1.486,0-2.954,0.222-4.364,0.656c-0.436,0.134-0.678,1.058-0.544,1.492 c 0.134,0.436, 0.596,0.68, 1.032,0.544c 1.25-0.388, 2.556-0.584, 3.876-0.584c 2.204,0, 4.386,0.56, 6.308,1.618 c 0.126,0.070, 0.262,0.102, 0.398,0.102c 0.292,0, 0.574-0.154, 0.722-0.428c 0.22-0.398, 0.076-1.362-0.324-1.582 C 19.056,20.262, 16.598,19.632, 14.116,19.632z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,11.712 c-0.788,0-1.43,0.642-1.43,1.43l0,5.718 c0,2.364-1.924,4.288-4.288,4.288c-2.364,0-4.288-1.924-4.288-4.288L 5.994,16 l 2.858,0 l0,2.858 c0,0.788, 0.642,1.43, 1.43,1.43c 0.788,0, 1.43-0.642, 1.43-1.43L 11.712,13.142 c0-2.364, 1.924-4.288, 4.288-4.288s 4.288,1.924, 4.288,3.976 l0,1.386 L 18.456,14.75L 17.428,14.214L 17.428,12.828 C 17.428,12.354, 16.786,11.712, 16,11.712z M 26.004,18.858c0,2.364-1.924,4.288-4.288,4.288 s-4.288-1.924-4.288-4.602L 17.428,15.776 l 1.028,0.536l 1.832-0.536l0,2.77 c0,1.1, 0.642,1.742, 1.43,1.742s 1.43-0.642, 1.43-1.43L 23.148,16 l 2.858,0 L 26.006,18.858 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,11.712c-0.788,0-1.43,0.642-1.43,1.43l0,5.718 c0,2.364-1.924,4.288-4.288,4.288c-2.364,0-4.288-1.924-4.288-4.288L 5.994,16 l 2.858,0 l0,2.858 c0,0.788, 0.642,1.43, 1.43,1.43c 0.788,0, 1.43-0.642, 1.43-1.43L 11.712,13.142 c0-2.364, 1.924-4.288, 4.288-4.288 s 4.288,1.924, 4.288,3.976l0,1.386 L 18.456,14.75L 17.428,14.214L 17.428,12.828 C 17.428,12.354, 16.786,11.712, 16,11.712z M 26.004,18.858 c0,2.364-1.924,4.288-4.288,4.288s-4.288-1.924-4.288-4.602L 17.428,15.776 l 1.028,0.536l 1.832-0.536l0,2.77 c0,1.1, 0.642,1.742, 1.43,1.742 s 1.43-0.642, 1.43-1.43L 23.148,16 l 2.858,0 L 26.006,18.858 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 22,15.684L 19.874,16.434L 18,15.684L 18,19.56 C 18,23.308, 20.692,26, 24,26s 6-2.692, 6-6L 30,16 l-4,0 l0,4 c0,1.102-0.898,2-2,2 c-1.102,0-2-0.898-2-2.438L 22,15.684 zM 8,26c 3.308,0, 6-2.692, 6-6L 14,12 c0-1.102, 0.898-2, 2-2C 17.1,10, 18,10.896, 18,11.56L 18,13.5 l 1.876,0.75L 22,13.5L 22,11.56 C 22,8.69, 19.308,6, 16,6S 10,8.69, 10,12l0,8 c0,1.102-0.898,2-2,2c-1.102,0-2-0.898-2-2L 6,16 L 2,16 l0,4 C 2,23.308, 4.692,26, 8,26z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 10.296,24.336c0,1.462, 0.154,2.58, 0.46,3.35c 0.308,0.77, 0.856,1.498, 1.652,2.182 c 0.792,0.68, 1.752,1.21, 2.876,1.58C 16.41,31.816, 17.27,32, 18.734,32c 1.288,0, 2.486-0.13, 3.596-0.388 c 1.108-0.26, 2.3-0.636, 3.666-1.278l0-4.812 c-1.602,1.054-2.56,1.268-4.18,1.268c-0.91,0-1.718-0.212-2.428-0.638 c-0.534-0.314-1.022-0.858-1.218-1.38c-0.198-0.526-0.174-1.596-0.174-3.454L 18,14l 7.998,0 L 25.998,8 L 18,8 L 18,0 l-5.16,0 C 12.636,1.65, 12.26,3.012, 11.718,4.078c-0.542,1.070-1.262,1.984-2.16,2.748C 8.666,7.588, 7.26,8.174, 6.004,8.582L 6.004,14 l 4.294,0 L 10.298,24.336 z"></path></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 21.998,14.8L 17.2,14.8 L 17.198,19.19 c0,1.114-0.014,1.756, 0.104,2.072c 0.118,0.314, 0.41,0.64, 0.73,0.828c 0.426,0.256, 0.91,0.382, 1.456,0.382 c 0.972,0, 1.546-0.128, 2.508-0.76L 21.996,24.6 c-0.82,0.386-1.534,0.61-2.2,0.766C 19.132,25.522, 18.414,25.6, 17.64,25.6 c-0.878,0-1.396-0.11-2.070-0.332c-0.674-0.222-1.25-0.54-1.726-0.948c-0.478-0.41-0.806-0.848-0.992-1.31 c-0.184-0.462-0.276-1.132-0.276-2.010L 12.576,14.268 L 10.002,14.268 l0-2.72 c 0.754-0.244, 1.598-0.596, 2.134-1.054 c 0.538-0.458, 0.97-1.006, 1.296-1.648C 13.756,8.208, 13.98,7.39, 14.104,6.4L 17.2,6.4 l0,4.8 l 4.798,0 L 21.998,14.8 z"></path></g></svg>