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 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 23.734,14.338C 23.576,14.13, 23.356,14, 23.11,14l-12.22,0 C 10.64,14, 10.418,14.138, 10.26,14.352L 10.256,14.348 c-0.34,0.434-0.34,1.138,0,1.572l 6.124,7.754c 0.34,0.434, 0.894,0.434, 1.234,0c 0.010-0.012, 0.012-0.028, 0.022-0.040l 6.11-7.714 c 0.34-0.434, 0.34-1.138,0-1.572C 23.742,14.344, 23.738,14.342, 23.734,14.338z"></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 18.080,8.272L 10.326,15.272c-0.434,0.39-0.434,1.022,0,1.41c 0.012,0.010, 0.028,0.014, 0.040,0.024l 7.714,6.982 c 0.434,0.39, 1.138,0.39, 1.572,0c 0.004-0.004, 0.004-0.008, 0.008-0.012C 19.87,23.496, 20,23.244, 20,22.964L 20,8.998 c0-0.286-0.138-0.54-0.352-0.72l 0.004-0.004C 19.218,7.884, 18.514,7.884, 18.080,8.272z"></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 20,23.090 c0,0.246-0.13,0.466-0.338,0.624c-0.004,0.004-0.004,0.008-0.008,0.010c-0.434,0.34-1.138,0.34-1.572,0L 10.366,17.616 c-0.012-0.010-0.028-0.012-0.040-0.022c-0.434-0.34-0.434-0.894,0-1.234L 18.080,10.236c 0.434-0.34, 1.138-0.34, 1.572,0L 19.648,10.24 C 19.862,10.398, 20,10.62, 20,10.87L 20,23.090 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 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 19.652,10.236c-0.434-0.34-1.138-0.34-1.572,0L 10.326,16.36c-0.434,0.34-0.434,0.894,0,1.234 c 0.012,0.010, 0.028,0.012, 0.040,0.022l 7.714,6.11c 0.434,0.34, 1.138,0.34, 1.572,0c 0.004-0.002, 0.004-0.008, 0.008-0.010 C 19.87,23.556, 20,23.336, 20,23.090l0-12.22 C 20,10.62, 19.862,10.398, 19.648,10.24L 19.652,10.236z"></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.894,23.726l 7.652-7.016c 0.428-0.39, 0.428-1.024,0-1.414c-0.012-0.010-0.028-0.014-0.040-0.024 l-7.612-7c-0.428-0.39-1.124-0.39-1.552,0C 12.34,8.276, 12.338,8.282, 12.334,8.286C 12.13,8.466, 12,8.718, 12,9l0,14 c0,0.286, 0.136,0.54, 0.346,0.722l-0.004,0.004C 12.772,24.118, 13.466,24.118, 13.894,23.726z"></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 23.674,17.6L 15.92,23.724 c-0.434,0.34-1.138,0.34-1.572,0l 0.004-0.004C 14.138,23.562, 14,23.34, 14,23.090l0-12.22 c0-0.246, 0.13-0.466, 0.338-0.624 C 14.342,10.244, 14.344,10.24, 14.348,10.236c 0.434-0.34, 1.138-0.34, 1.572,0l 7.714,6.11c 0.012,0.010, 0.028,0.012, 0.040,0.022 C 24.108,16.708, 24.108,17.26, 23.674,17.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 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 23.634,16.346L 15.92,10.236c-0.434-0.34-1.138-0.34-1.572,0C 14.344,10.24, 14.342,10.244, 14.338,10.246 C 14.13,10.404, 14,10.624, 14,10.87l0,12.22 c0,0.25, 0.138,0.472, 0.352,0.63l-0.004,0.004c 0.434,0.34, 1.138,0.34, 1.572,0L 23.674,17.6 c 0.434-0.34, 0.434-0.894,0-1.234C 23.662,16.356, 23.646,16.354, 23.634,16.346z"></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.998,20l 13.966,0 c 0.286,0, 0.54-0.138, 0.72-0.352l 0.004,0.004c 0.39-0.434, 0.39-1.138,0-1.572L 16.69,10.326 c-0.39-0.434-1.022-0.434-1.41,0c-0.010,0.012-0.014,0.028-0.024,0.040L 8.272,18.080c-0.39,0.434-0.39,1.138,0,1.572 C 8.276,19.656, 8.28,19.658, 8.284,19.662C 8.466,19.87, 8.716,20, 8.998,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 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 23.724,19.652 l-0.004-0.004C 23.562,19.862, 23.34,20, 23.090,20l-12.22,0 c-0.246,0-0.466-0.13-0.624-0.338C 10.244,19.658, 10.24,19.656, 10.236,19.652 c-0.34-0.434-0.34-1.138,0-1.572l 6.11-7.714c 0.008-0.012, 0.012-0.028, 0.022-0.040c 0.34-0.434, 0.894-0.434, 1.234,0l 6.124,7.754 C 24.066,18.514, 24.066,19.218, 23.724,19.652z"></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 17.6,12.326c-0.34-0.434-0.894-0.434-1.234,0c-0.010,0.012-0.012,0.028-0.022,0.040L 10.236,20.080 c-0.34,0.434-0.34,1.138,0,1.572c 0.002,0.004, 0.008,0.004, 0.010,0.008C 10.404,21.87, 10.624,22, 10.87,22l 12.22,0 c 0.25,0, 0.472-0.138, 0.63-0.352l 0.004,0.004c 0.34-0.434, 0.34-1.138,0-1.572L 17.6,12.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.00200271606445" viewBox="0 0 32 32.00200271606445" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 18.28,31.718c 0.196,0.196, 0.454,0.294, 0.71,0.292c 0.258,0, 0.514-0.096, 0.71-0.292l 3.852-3.852 c 0.39-0.39, 0.39-1.024,0-1.414s-1.024-0.39-1.414,0L 20,28.59l0-17.58 c0-0.552-0.448-1-1-1S 18,10.458, 18,11.010l0,17.6 l-2.304-2.304c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 18.28,31.718zM 13,22.010c 0.552,0, 1-0.448, 1-1l0-17.6 l 2.304,2.304c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 13.72,0.302C 13.524,0.106, 13.268,0.010, 13.010,0.010c-0.258,0-0.514,0.096-0.71,0.292L 8.448,4.154 c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0L 12,3.43l0,17.58 C 12,21.562, 12.448,22.010, 13,22.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 17,28C 17.552,28, 18,27.552, 18,27L 18,7.414 l 4.292,4.292c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414l-6-6C 17.614,4.2, 17.504,4.128, 17.382,4.078c-0.244-0.102-0.52-0.102-0.764,0 C 16.498,4.126, 16.392,4.198, 16.3,4.288C 16.298,4.29, 16.296,4.29, 16.292,4.292l-6,6c-0.39,0.39-0.39,1.024,0,1.414 c 0.39,0.39, 1.024,0.39, 1.414,0L 16,7.414L 16,27 C 16,27.552, 16.448,28, 17,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 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 23.708,15.708 c-0.39,0.39-1.024,0.39-1.414,0L 18,11.414L 18,27 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,11.414 L 11.708,15.708 c-0.39,0.39-1.024,0.39-1.414,0c-0.39-0.39-0.39-1.024,0-1.414l 6-6C 16.296,8.29, 16.298,8.29, 16.3,8.288 c 0.090-0.088, 0.198-0.162, 0.316-0.21c 0.244-0.102, 0.52-0.102, 0.764,0C 17.504,8.128, 17.614,8.2, 17.708,8.292l 6,6 C 24.098,14.684, 24.098,15.316, 23.708,15.708z"></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,6L 24,6 c0-1.104-0.896-2-2-2l-2,0 C 18.896,4, 18,4.896, 18,6L 5,6 C 4.448,6, 4,6.448, 4,7C 4,7.552, 4.448,8, 5,8L 18,8 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l 3,0 C 27.552,8, 28,7.552, 28,7C 28,6.448, 27.552,6, 27,6z M 22,8l-2,0 L 20,6 l 2,0 L 22,8 zM 27,14L 14,14 c0-1.104-0.896-2-2-2L 10,12 C 8.896,12, 8,12.896, 8,14L 5,14 C 4.448,14, 4,14.448, 4,15C 4,15.552, 4.448,16, 5,16L 8,16 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l 13,0 C 27.552,16, 28,15.552, 28,15C 28,14.448, 27.552,14, 27,14z M 12,16L 10,16 L 10,14 l 2,0 L 12,16 zM 27,22L 20,22 c0-1.104-0.896-2-2-2L 16,20 c-1.104,0-2,0.896-2,2L 5,22 C 4.448,22, 4,22.448, 4,23 C 4,23.552, 4.448,24, 5,24L 14,24 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l 7,0 c 0.552,0, 1-0.448, 1-1 C 28,22.448, 27.552,22, 27,22z M 18,24L 16,24 l0-2 l 2,0 L 18,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" 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,8L 10,5 C 10,4.448, 9.552,4, 9,4S 8,4.448, 8,5L 8,8 C 6.896,8, 6,8.896, 6,10l0,2 c0,1.104, 0.896,2, 2,2l0,13 C 8,27.552, 8.448,28, 9,28S 10,27.552, 10,27L 10,14 c 1.104,0, 2-0.896, 2-2L 12,10 C 12,8.896, 11.104,8, 10,8z M 8,10l 2,0 l0,2 L 8,12 L 8,10 zM 18,18L 18,5 C 18,4.448, 17.552,4, 17,4S 16,4.448, 16,5L 16,18 c-1.104,0-2,0.896-2,2l0,2 c0,1.104, 0.896,2, 2,2l0,3 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27L 18,24 c 1.104,0, 2-0.896, 2-2l0-2 C 20,18.896, 19.104,18, 18,18z M 16,20l 2,0 l0,2 L 16,22 L 16,20 zM 26,12L 26,5 C 26,4.448, 25.552,4, 25,4S 24,4.448, 24,5L 24,12 c-1.104,0-2,0.896-2,2l0,2 c0,1.104, 0.896,2, 2,2l0,9 c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1L 26,18 c 1.104,0, 2-0.896, 2-2L 28,14 C 28,12.896, 27.104,12, 26,12z M 24,14l 2,0 l0,2 l-2,0 L 24,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 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,4 l 32,0 L 32,6 C 32,4.896, 31.104,4, 30,4zM 2,30c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,12 L 2,12 L 2,30 z M 12,16l 8,0 c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2 L 12,20 c-1.104,0-2-0.896-2-2C 10,16.896, 10.896,16, 12,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 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,4 l 32,0 L 32,6 C 32,4.896, 31.104,4, 30,4z M 30,8L 2,8 L 2,6 l 28,0 L 30,8 zM 2,30c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,12 L 2,12 L 2,30 z M 4,14l 24,0 l0,16 L 4,30 L 4,14 zM 21,16l-10,0 C 10.448,16, 10,16.448, 10,17C 10,17.552, 10.448,18, 11,18l 10,0 C 21.552,18, 22,17.552, 22,17 C 22,16.448, 21.552,16, 21,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 6,32l 20,0 c 1.104,0, 2-0.896, 2-2L 28,8 c0-1.104-0.896-2-2-2l-4.010,0 C 21.942,2.678, 19.282,0, 16,0S 10.058,2.678, 10.010,6 L 6,6 C 4.896,6, 4,6.896, 4,8l0,22 C 4,31.104, 4.896,32, 6,32z M 19,12l-6,0 C 12.448,12, 12,11.552, 12,11C 12,10.448, 12.448,10, 13,10l 6,0 C 19.552,10, 20,10.448, 20,11C 20,11.552, 19.552,12, 19,12z M 16,2c 2.174,0, 3.942,1.786, 3.99,4L 12.010,6 C 12.058,3.786, 13.826,2, 16,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 6,32l 20,0 c 1.104,0, 2-0.896, 2-2L 28,8 c0-1.104-0.896-2-2-2l-4.010,0 C 21.942,2.678, 19.282,0, 16,0S 10.058,2.678, 10.010,6 L 6,6 C 4.896,6, 4,6.896, 4,8l0,22 C 4,31.104, 4.896,32, 6,32z M 26,8l0,22 L 6,30 L 6,8 L 26,8 z M 16,2c 2.174,0, 3.942,1.786, 3.99,4L 12.010,6 C 12.058,3.786, 13.826,2, 16,2zM 13,12l 6,0 C 19.552,12, 20,11.552, 20,11C 20,10.448, 19.552,10, 19,10l-6,0 C 12.448,10, 12,10.448, 12,11C 12,11.552, 12.448,12, 13,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 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 31.698,14.286l-4.822-8.77c-0.012-0.022-0.038-0.030-0.052-0.050c-0.242-0.374-0.698-0.564-1.142-0.416 L 18,7.608L 18,5 C 18,4.448, 17.552,4, 17,4S 16,4.448, 16,5l0,3.272 L 7.65,11.050c-0.068,0.022-0.12,0.068-0.18,0.104c0,0,0,0-0.002,0 C 7.332,11.236, 7.218,11.34, 7.136,11.47c-0.010,0.014-0.028,0.020-0.038,0.036l-4.966,8.75c-0.112,0.196-0.132,0.412-0.106,0.62 C 2.020,20.918, 2,20.956, 2,21C 2,23.060, 5.11,26, 8,26s 6-2.94, 6-5c0-0.128-0.028-0.25-0.074-0.362 c0-0.004-0.002-0.008-0.002-0.012c-0.002-0.006-0.004-0.014-0.006-0.020c-0.018-0.12-0.052-0.238-0.114-0.35L 9.438,12.566L 16,10.382 L 16,27 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27L 18,9.716 l 5.892-1.96l-3.59,6.532C 20.116,14.468, 20,14.72, 20,15 c0,2.060, 3.11,5, 6,5s 6-2.94, 6-5C 32,14.72, 31.884,14.468, 31.698,14.286z M 4.576,20l 3.392-5.974L 11.358,20L 4.576,20 z M 22.744,14 L 26,8.076L 29.256,14L 22.744,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 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,4c 6.616,0, 12,5.384, 12,12 c0,2.588-0.832,4.98-2.23,6.942L 9.058,6.23C 11.020,4.832, 13.412,4, 16,4z M 4,16c0-2.588, 0.832-4.98, 2.23-6.942l 16.712,16.712l0,0 C 20.978,27.168, 18.588,28, 16,28C 9.384,28, 4,22.616, 4,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 5.042,32l 0.912,0 l 12.006,0 L 20,32 l 0.708,0 l 3.244,0 c 1.104,0, 2-0.896, 2-2l0-4.312 L 25.952,25 l0-16 c0-0.552-0.448-1-1-1 c0,0,0,0,0,0L 8,8 C 7.95,8, 7.852,8.008, 7.758,8.014L 5.042,8C 3.364,8, 2,6.718, 2,5.042C 2,3.364, 3.322,2, 5,2l 4,0 L 20,2 l 8,0 l0,23 c0,0.552, 0.4,1, 0.954,1S 30,25.552, 30,25l0-24 C 30,0.448, 29.506,0, 28.954,0l-6.978,0 L 9,0 L 5.042,0 C 2.282,0, 0.048,2.218, 0.008,4.968 L0,4.958l0,4.166 L0,12 l0,10.958 l0,2.474 l0,1.526 C0,29.742, 2.258,32, 5.042,32z"></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.042,0L 18.018,0 L 9,0 L 5.042,0 C 2.282,0, 0.048,2.218, 0.008,4.968L0,4.958l0,4.166 L0,12 l0,10.958 l0,2.474 l0,1.526 C0,29.742, 2.258,32, 5.042,32l 0.912,0 L 14,32 l 2.75,0 l 1.338,0 l 3.954,0 C 23.146,32, 24,31.104, 24,30L 24,9 C 24,8.448, 23.594,8, 23.042,8l-18,0 C 3.364,8, 2,6.718, 2,5.042C 2,3.364, 3.364,2, 5.042,2L 9,2 l 9.32,0 L 26,2 l0,23 c0,0.552, 0.49,1, 1.042,1S 28,25.552, 28,25l0-24 C 28,0.448, 27.594,0, 27.042,0z M 5.042,10l 16.96,0 l 0.040,20L 18.088,30 L 16.75,30 L 14,30 L 5.954,30 L 5.042,30 C 3.364,30, 2,28.636, 2,26.958l0-1.526 l0-2.474 L 2,12 L 2,9.124 L 2,9.022 C 2.84,9.638, 3.89,10, 5.042,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 26,26L 6,26 L 6,6 l 14.752,0 L 22,4L 6,4 C 4.896,4, 4,4.896, 4,6l0,20 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,12.794 L 26,16L 26,26 zM 29.366,2.228C 29.13,2.074, 28.864,2, 28.602,2c-0.456,0-0.904,0.224-1.172,0.634L 16.558,18.318l-4.206-4.8 C 11.782,12.992, 10.898,13.026, 10.372,13.594S 9.882,15.048, 10.45,15.572l 5.056,5.77c 0.032,0.052, 0.082,0.092, 0.122,0.14l 0.128,0.146 c 0.016,0.014, 0.036,0.018, 0.052,0.032c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.086,0.056, 0.18,0.092, 0.274,0.126 c 0.022,0.008, 0.040,0.022, 0.062,0.028c 0.14,0.046, 0.286,0.074, 0.43,0.074c 0.006,0, 0.012-0.004, 0.018-0.004 c 0.38,0.002, 0.758-0.138, 1.036-0.438c 0.052-0.056, 0.072-0.124, 0.114-0.186c 0.002-0.002, 0.004-0.004, 0.006-0.006l 11.918-17.194 C 30.194,3.52, 30.014,2.652, 29.366,2.228z"></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,4L 6,4 C 4.896,4, 4,4.896, 4,6l0,20 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,6 C 28,4.896, 27.104,4, 26,4z M 26,26L 6,26 L 6,6 l 20,0 L 26,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,4L 6,4 C 4.896,4, 4,4.896, 4,6l0,20 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,6 C 28,4.896, 27.104,4, 26,4z M 26,26L 6,26 L 6,6 l 20,0 L 26,26 zM 12,22l 8,0 c 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 C 10,21.104, 10.896,22, 12,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 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,8l-6,0 L 24,4 c0-1.104-0.896-2-2-2L 10,2 C 8.896,2, 8,2.896, 8,4l0,4 L 2,8 C 0.896,8,0,8.896,0,10l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,10 C 32,8.896, 31.104,8, 30,8z M 2,10l 8,0 l 12,0 l 8,0 l0,18 L 2,28 L 2,10 z M 10,4l 12,0 l0,4 L 10,8 L 10,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 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,8l-6,0 L 24,4 c0-1.104-0.896-2-2-2L 10,2 C 8.896,2, 8,2.896, 8,4l0,4 L 2,8 C 0.896,8,0,8.896,0,10l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,10 C 32,8.896, 31.104,8, 30,8z M 10,4l 12,0 l0,4 L 10,8 L 10,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 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,4L 22,4L 22,6L 20,6zM 24,4L 26,4L 26,6L 24,6zM 20,8L 22,8L 22,10L 20,10zM 24,8L 26,8L 26,10L 24,10zM 20,12L 22,12L 22,14L 20,14zM 24,12L 26,12L 26,14L 24,14zM 20,16L 22,16L 22,18L 20,18zM 24,16L 26,16L 26,18L 24,18zM 20,20L 22,20L 22,22L 20,22zM 24,20L 26,20L 26,22L 24,22zM 28,0L 18,0 C 16.896,0, 16,0.896, 16,2l0,6 L 6,8 C 4.896,8, 4,8.896, 4,10l0,20 c0,1.104, 0.896,2, 2,2l 22,0 c 1.104,0, 2-0.896, 2-2L 30,2 C 30,0.896, 29.104,0, 28,0z M 12,30L 10,30 l0-4 l 2,0 L 12,30 z M 14,30l0-4 l0-2 L 12,24 L 10,24 L 8,24 l0,2 l0,4 L 6,30 L 6,10 l 10,0 l0,20 L 14,30 z M 24,30l-2,0 l0-4 l 2,0 L 24,30 z M 28,30l-2,0 l0-4 l0-2 l-2,0 l-2,0 l-2,0 l0,6 L 18,30 L 18,10 L 18,2 l 10,0 L 28,30 zM 8,12L 10,12L 10,14L 8,14zM 12,12L 14,12L 14,14L 12,14zM 8,16L 10,16L 10,18L 8,18zM 12,16L 14,16L 14,18L 12,18zM 8,20L 10,20L 10,22L 8,22zM 12,20L 14,20L 14,22L 12,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 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,32l 26,0 c 1.104,0, 2-0.896, 2-2L 30,18 c0-1.104-0.896-2-2-2l-6,0 c-1.104,0-2,0.896-2,2L 20,2 c0-1.104-0.896-2-2-2L 12,0 C 10.896,0, 10,0.896, 10,2l0,8 c0-1.104-0.896-2-2-2L 2,8 C 0.896,8,0,8.896,0,10l0,20 C0,31.104, 0.896,32, 2,32z M 2,30l0-4 l 2,0 l0,4 L 2,30 z M 4,18l0,2 L 2,20 L 2,18 L 4,18 z M 2,16 L 2,14 l 2,0 l0,2 L 2,16 z M 4,22l0,2 L 2,24 l0-2 L 4,22 z M 6,20L 6,18 l 2,0 l0,2 L 6,20 z M 8,22l0,2 L 6,24 l0-2 L 8,22 z M 6,16L 6,14 l 2,0 l0,2 L 6,16 z M 6,30l0-4 l 2,0 l0,4 L 6,30 z M 8,12L 6,12 L 6,10 l 2,0 L 8,12 z M 4,12L 2,12 L 2,10 l 2,0 L 4,12 z M 16,30l0-4 l 2,0 l0,4 L 16,30 z M 14,10l0,2 L 12,12 L 12,10 L 14,10 z M 12,8L 12,6 l 2,0 l0,2 L 12,8 z M 14,14l0,2 L 12,16 L 12,14 L 14,14 z M 14,18l0,2 L 12,20 L 12,18 L 14,18 z M 14,22l0,2 L 12,24 l0-2 L 14,22 z M 16,20L 16,18 l 2,0 l0,2 L 16,20 z M 18,22l0,2 L 16,24 l0-2 L 18,22 z M 16,16L 16,14 l 2,0 l0,2 L 16,16 z M 16,12L 16,10 l 2,0 l0,2 L 16,12 z M 16,8L 16,6 l 2,0 l0,2 L 16,8 z M 18,4L 16,4 L 16,2 l 2,0 L 18,4 z M 14,4L 12,4 L 12,2 l 2,0 L 14,4 z M 12,26l 2,0 l0,4 L 12,30 L 12,26 z M 24,24l-2,0 l0-2 l 2,0 L 24,24 z M 26,22l 2,0 l0,2 l-2,0 L 26,22 z M 26,26l 2,0 l0,4 l-2,0 L 26,26 z M 28,20l-2,0 L 26,18 l 2,0 L 28,20 z M 24,20l-2,0 L 22,18 l 2,0 L 24,20 z M 22,26l 2,0 l0,4 l-2,0 L 22,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 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 6,32l 20,0 c 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 C 4,31.104, 4.896,32, 6,32z M 22,22c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2C 24,21.104, 23.104,22, 22,22z M 24,26c0,1.104-0.896,2-2,2 s-2-0.896-2-2c0-1.104, 0.896-2, 2-2S 24,24.896, 24,26z M 22,16c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2 C 24,15.104, 23.104,16, 22,16z M 8,8L 8,4 l 16,0 l0,4 L 8,8 z M 16,22c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2C 18,21.104, 17.104,22, 16,22z M 18,26c0,1.104-0.896,2-2,2s-2-0.896-2-2c0-1.104, 0.896-2, 2-2S 18,24.896, 18,26z M 16,16C 14.896,16, 14,15.104, 14,14c0-1.104, 0.896-2, 2-2 s 2,0.896, 2,2C 18,15.104, 17.104,16, 16,16z M 10,12c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2S 8,15.104, 8,14C 8,12.896, 8.896,12, 10,12z M 10,18 c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2s-2-0.896-2-2C 8,18.896, 8.896,18, 10,18z M 10,24c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2 s-2-0.896-2-2C 8,24.896, 8.896,24, 10,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 31.882,5.624C 31.63,4.81, 30.898,4.208, 30,4.208l-2,0 l0,2 l0,1.104 c0,1.654-1.346,3-3,3S 22,8.966, 22,7.312 L 22,6.208 l0-2 L 9.99,4.208 l0,2 l0,1.104 c0,1.654-1.346,3-3,3c-1.654,0-3-1.346-3-3L 3.99,6.208 l0-2 L 2,4.208 c-0.898,0-1.63,0.602-1.882,1.416L0,5.624 l0,0.584 l0,6.23 L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,12.438 L 32,6.208 L 32,5.624 L 31.882,5.624 z M 30,30L 2,30 L 2,14 l 28,0 L 30,30 zM 6.99,8.312c 0.552,0, 1-0.448, 1-1L 7.99,1 c0-0.552-0.448-1-1-1s-1,0.448-1,1l0,6.312 C 5.99,7.864, 6.438,8.312, 6.99,8.312zM 25,8.312c 0.552,0, 1-0.448, 1-1L 26,1 C 26,0.448, 25.552,0, 25,0S 24,0.448, 24,1l0,6.312 C 24,7.864, 24.448,8.312, 25,8.312z"></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 6,32l 20,0 c 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 C 4,31.104, 4.896,32, 6,32z M 6,2l 20,0 l0,28 L 6,30 L 6,2 zM 22,4L 10,4 C 8.896,4, 8,4.896, 8,6l0,2 c0,1.104, 0.896,2, 2,2l 12,0 c 1.104,0, 2-0.896, 2-2L 24,6 C 24,4.896, 23.104,4, 22,4z M 22,8 L 10,8 L 10,6 l 12,0 L 22,8 zM 8,14A2,2 0 1 0 12,14A2,2 0 1 0 8,14zM 8,20A2,2 0 1 0 12,20A2,2 0 1 0 8,20zM 8,26A2,2 0 1 0 12,26A2,2 0 1 0 8,26zM 14,14A2,2 0 1 0 18,14A2,2 0 1 0 14,14zM 14,20A2,2 0 1 0 18,20A2,2 0 1 0 14,20zM 14,26A2,2 0 1 0 18,26A2,2 0 1 0 14,26zM 20,14A2,2 0 1 0 24,14A2,2 0 1 0 20,14zM 20,20A2,2 0 1 0 24,20A2,2 0 1 0 20,20zM 20,26A2,2 0 1 0 24,26A2,2 0 1 0 20,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 30,10l-4,0 c0,0-1.156,0-2-2c-0.43-1.018-0.896-2-2-2L 14,6 C 12.896,6, 12.416,6.976, 12,8C 11.188,10, 10,10, 10,10L 8,10 c0-1.104-0.896-2-2-2L 4,8 C 2.896,8, 2,8.896, 2,10C 0.896,10,0,10.896,0,12l0,4 l 11.11,0 C 12.496,13.618, 15.046,12, 18,12s 5.504,1.618, 6.89,4L 32,16 L 32,12 C 32,10.896, 31.104,10, 30,10z M 7,14l-4,0 C 2.448,14, 2,13.552, 2,13C 2,12.448, 2.448,12, 3,12L 4,12 l 2,0 l 1,0 C 7.552,12, 8,12.448, 8,13 C 8,13.552, 7.552,14, 7,14zM 12,20A6,6 1080 1 0 24,20A6,6 1080 1 0 12,20zM 26,20c0,4.418-3.582,8-8,8c-4.418,0-8-3.582-8-8c0-0.694, 0.116-1.358, 0.282-2L0,18 l0,10 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,18 l-6.282,0 C 25.884,18.642, 26,19.306, 26,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 30,10l-4,0 c0,0-1.156,0-2-2c-0.43-1.018-0.896-2-2-2L 14,6 C 12.896,6, 12.416,6.976, 12,8C 11.188,10, 10,10, 10,10L 8,10 c0-1.104-0.896-2-2-2L 4,8 C 2.896,8, 2,8.896, 2,10C 0.896,10,0,10.896,0,12l0,16 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,19.75 L 32,18 L 32,12 C 32,10.896, 31.104,10, 30,10z M 30,28L 2,28 l0-8 l 9.1,0 c 0.49,3.388, 3.376,6, 6.9,6c 3.61,0, 6.546-2.742, 6.924-6.25L 30,19.75 L 30,28 z M 13,19 C 13,16.242, 15.244,14, 18,14s 5,2.242, 5,5c0,2.756-2.244,5-5,5S 13,21.756, 13,19z M 24.9,18C 24.41,14.612, 21.524,12, 18,12 S 11.59,14.612, 11.1,18L 2,18 L 2,12 l 2,0 l 2,0 l 4,0 c 1.168,0, 2.88-0.85, 3.852-3.248C 14.018,8.346, 14.13,8.122, 14.204,8l 7.584,0 c 0.134,0.22, 0.306,0.626, 0.37,0.778C 23.452,11.844, 25.586,12, 26,12l 4,0 l0,6 L 24.9,18 zM 4,15.020A1,1 1080 1 0 6,15.020A1,1 1080 1 0 4,15.020z"></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.402000427246094" height="32" viewBox="0 0 32.402000427246094 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 30,8L 6,8 C 5.844,8, 5.708,8.054, 5.562,8.088L 4.786,4.772C 4.68,4.32, 4.278,4, 3.812,4L 0.942,4 c-0.552,0-1,0.448-1,1S 0.388,6, 0.942,6L 3.020,6 l 1.242,5.312L 6,20c0,0.072, 0.034,0.134, 0.042,0.204l-1.018,4.58 c-0.066,0.296, 0.006,0.606, 0.196,0.842C 5.41,25.864, 5.696,26, 6,26l 22.688,0 c 0.552,0, 1-0.448, 1-1s-0.448-1-1-1L 7.248,24 l 0.458-2.060C 7.806,21.956, 7.896,22, 8,22l 18.23,0 c 1.104,0, 1.77-0.218, 2.302-1.5l 3.248-9.964C 32.344,8.75, 31.106,8, 30,8zM 6,30A2,2 1080 1 0 10,30A2,2 1080 1 0 6,30zM 24,30A2,2 1080 1 0 28,30A2,2 1080 1 0 24,30z"></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.402000427246094" height="32" viewBox="0 0 32.402000427246094 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 6,30A2,2 1080 1 0 10,30A2,2 1080 1 0 6,30zM 24,30A2,2 1080 1 0 28,30A2,2 1080 1 0 24,30zM-0.058,5c0,0.552, 0.448,1, 1,1L 3.020,6 l 1.242,5.312L 6,20c0,0.072, 0.034,0.134, 0.042,0.204l-1.018,4.58 c-0.066,0.296, 0.006,0.606, 0.196,0.842C 5.41,25.864, 5.696,26, 6,26l 22.688,0 c 0.552,0, 1-0.448, 1-1s-0.448-1-1-1L 7.248,24 l 0.458-2.060C 7.806,21.956, 7.896,22, 8,22l 18.23,0 c 1.104,0, 1.77-0.218, 2.302-1.5l 3.248-9.964C 32.344,8.75, 31.106,8, 30,8L 6,8 C 5.844,8, 5.708,8.054, 5.562,8.088L 4.786,4.772C 4.68,4.32, 4.278,4, 3.812,4L 0.942,4 C 0.388,4-0.058,4.448-0.058,5z M 6.040,10l 23.81,0 l-3.192,9.798c-0.038,0.086-0.070,0.148-0.094,0.19C 26.498,19.994, 26.394,20, 26.23,20L 8,20 L 8,19.802 L 7.962,19.608L 6.040,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 27.91,11.79c 0.176,0.792, 0.278,1.606, 0.278,2.442c0,6.456-5.48,11.838-12.696,12.994 c 1.526,0.616, 3.236,0.976, 5.058,0.976c 1.718,0, 3.34-0.316, 4.804-0.866c 1.854,0.632, 3.878,0.796, 5.552,0.796 c-0.87-1.044-1.474-2.068-1.906-2.968C 30.856,23.508, 32,21.314, 32,18.898C 32,16.042, 30.406,13.496, 27.91,11.79zM 25.188,14.232C 25.188,8.582, 19.55,4, 12.594,4S0,8.582,0,14.232c0,2.948, 1.542,5.596, 3.998,7.464 c-0.462,1.192-1.244,2.75-2.57,4.344c 2.516,0, 5.756-0.33, 8.25-1.862c 0.938,0.182, 1.912,0.288, 2.916,0.288 C 19.55,24.464, 25.188,19.884, 25.188,14.232z"></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.91,11.79c 0.176,0.792, 0.278,1.606, 0.278,2.442c0,6.456-5.48,11.838-12.696,12.994 c 1.526,0.616, 3.236,0.976, 5.058,0.976c 1.718,0, 3.34-0.316, 4.804-0.866c 1.854,0.632, 3.878,0.796, 5.552,0.796 c-0.87-1.044-1.474-2.068-1.906-2.968C 30.856,23.508, 32,21.314, 32,18.898C 32,16.042, 30.406,13.496, 27.91,11.79zM 1.472,25.418c 0.174,0.33, 0.516,0.536, 0.886,0.536c 0.016,0, 0.034,0, 0.048-0.002 c 1.058-0.050, 3.162-0.752, 5.39-2.166c 1.192,0.21, 3.862,0.606, 4.794,0.606c 7.034,0, 12.542-4.898, 12.542-11.152 c0-6.15-5.624-11.152-12.542-11.152S 0.052,7.088, 0.052,13.238c0,2.862, 1.26,5.628, 3.478,7.698c-0.498,1.212-1.158,2.358-1.964,3.408 C 1.328,24.652, 1.292,25.072, 1.472,25.418z M 2.052,13.238c0-5.046, 4.728-9.152, 10.542-9.152s 10.542,4.106, 10.542,9.152 c0,5.216-4.532,9.152-10.542,9.152c-0.79,0-3.934-0.458-4.798-0.64c-0.264-0.052-0.538-0.004-0.758,0.146 c-0.858,0.568-1.666,0.998-2.37,1.314c 0.382-0.718, 0.712-1.462, 0.988-2.23c 0.142-0.398, 0.020-0.842-0.304-1.11 C 3.224,18.12, 2.052,15.764, 2.052,13.238z"></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.788,25.588c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.060,0.040, 0.128,0.048, 0.192,0.076 c 0.076,0.036, 0.15,0.070, 0.23,0.092c 0.078,0.020, 0.154,0.030, 0.234,0.036c 0.114,0.012, 0.224,0.012, 0.336-0.004 c 0.046-0.008, 0.090-0.020, 0.136-0.032c 0.138-0.034, 0.266-0.088, 0.392-0.164c 0.022-0.014, 0.040-0.030, 0.062-0.044 c 0.082-0.056, 0.17-0.098, 0.24-0.174c 0.050-0.054, 0.072-0.124, 0.112-0.184c 0.002-0.002, 0.006-0.004, 0.006-0.006l 11.918-19.102 c 0.424-0.646, 0.242-1.514-0.406-1.938s-1.514-0.242-1.938,0.406l-11.008,17.642L 8.312,16.376C 7.744,15.85, 6.86,15.884, 6.334,16.452 C 5.81,17.020, 5.844,17.906, 6.412,18.43l 7.324,7.126C 13.75,25.57, 13.77,25.574, 13.788,25.588z"></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.084,0c-8.836,0-16,7.164-16,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.92,0, 16.084,0z M 23.496,11.574l-7.664,11.714 c-0.002,0.002-0.006,0.004-0.006,0.006c-0.040,0.060-0.062,0.128-0.112,0.184c-0.070,0.076-0.16,0.116-0.24,0.174 c-0.020,0.014-0.040,0.030-0.062,0.044c-0.124,0.078-0.252,0.13-0.392,0.164c-0.046,0.012-0.088,0.024-0.136,0.032 c-0.114,0.016-0.222,0.016-0.336,0.004c-0.080-0.006-0.156-0.016-0.234-0.036c-0.080-0.022-0.154-0.056-0.23-0.092 c-0.064-0.030-0.132-0.038-0.192-0.076c-0.044-0.028-0.068-0.072-0.106-0.106c-0.016-0.014-0.036-0.018-0.052-0.032L 9.272,19.428 C 8.704,18.902, 8.67,18.016, 9.194,17.45s 1.41-0.602, 1.978-0.078l 3.23,2.988l 6.75-10.318c 0.424-0.646, 1.29-0.828, 1.938-0.406 C 23.738,10.060, 23.92,10.928, 23.496,11.574z"></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.084,0c-8.836,0-16,7.164-16,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.92,0, 16.084,0z M 16.084,30c-7.72,0-14-6.28-14-14 s 6.28-14, 14-14s 14,6.28, 14,14S 23.802,30, 16.084,30zM 23.092,9.636c-0.646-0.424-1.514-0.242-1.938,0.406L 14.402,20.36L 11.174,17.372 C 10.606,16.848, 9.72,16.882, 9.194,17.45S 8.704,18.902, 9.272,19.428l 4.462,4.128c 0.016,0.014, 0.036,0.018, 0.052,0.032 c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.060,0.040, 0.128,0.048, 0.192,0.076c 0.076,0.036, 0.15,0.070, 0.23,0.092 c 0.078,0.020, 0.154,0.030, 0.234,0.036c 0.114,0.012, 0.224,0.012, 0.336-0.004c 0.046-0.008, 0.090-0.020, 0.136-0.032 c 0.138-0.034, 0.266-0.088, 0.392-0.164c 0.022-0.014, 0.040-0.030, 0.062-0.044c 0.082-0.056, 0.17-0.098, 0.24-0.174 c 0.050-0.054, 0.072-0.124, 0.112-0.184c 0.002-0.002, 0.006-0.004, 0.006-0.006l 7.664-11.714C 23.92,10.928, 23.738,10.060, 23.092,9.636z"></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,4C 9.372,4, 4,9.372, 4,16s 5.372,12, 12,12s 12-5.372, 12-12S 22.628,4, 16,4z M 16,26c-5.514,0-10-4.486-10-10s 4.486-10, 10-10 s 10,4.486, 10,10S 21.514,26, 16,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 16,4C 9.372,4, 4,9.372, 4,16s 5.372,12, 12,12s 12-5.372, 12-12S 22.628,4, 16,4z M 16,26c-5.514,0-10-4.486-10-10s 4.486-10, 10-10 s 10,4.486, 10,10S 21.514,26, 16,26zM 10,16A6,6 1080 1 0 22,16A6,6 1080 1 0 10,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 26,2l-6,0 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2L 6,2 C 4.896,2, 4,2.896, 4,4l0,26 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,4 C 28,2.896, 27.104,2, 26,2z M 26,28L 6,28 L 6,4 l 4,0 c0,1.104, 0.896,2, 2,2l 2,0 l 4,0 l 2,0 c 1.104,0, 2-0.896, 2-2l 4,0 L 26,28 zM 8,11C 8,11.552, 8.448,12, 9,12l 14,0 C 23.552,12, 24,11.552, 24,11C 24,10.448, 23.552,10, 23,10l-14,0 C 8.448,10, 8,10.448, 8,11zM 23,16l-14,0 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18l 14,0 C 23.552,18, 24,17.552, 24,17 C 24,16.448, 23.552,16, 23,16zM 23,22l-14,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,22.448, 23.552,22, 23,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.78200149536133" height="32.78200149536133" viewBox="0 0 32.78200149536133 32.78200149536133" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 6.508,6.508c-5.832,5.832-5.832,15.288,0,21.118s 15.288,5.832, 21.118,0c 5.832-5.832, 5.832-15.288,0-21.118 C 21.794,0.676, 12.338,0.676, 6.508,6.508z M 25,18L 17.040,18 C 17.026,18, 17.014,18.008, 17,18.008c-0.552,0-1-0.448-1-1L 16,7 C 16,6.448, 16.448,6, 17,6S 18,6.448, 18,7L 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.784000396728516" height="32" viewBox="0 0 32.784000396728516 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 17.066,2.134c-3.822,0-7.644,1.458-10.56,4.374c-5.832,5.832-5.832,15.288,0,21.118 C 9.424,30.542, 13.244,32, 17.066,32s 7.644-1.458, 10.56-4.374c 5.832-5.832, 5.832-15.288,0-21.118C 24.71,3.592, 20.888,2.134, 17.066,2.134z M 26.212,26.212C 23.77,28.654, 20.522,30, 17.066,30c-3.454,0-6.702-1.346-9.146-3.788c-2.442-2.442-3.788-5.69-3.788-9.146 s 1.346-6.702, 3.788-9.146c 2.442-2.442, 5.69-3.788, 9.146-3.788c 3.454,0, 6.702,1.346, 9.146,3.788S 30,13.612, 30,17.066 S 28.654,23.77, 26.212,26.212zM 23,16L 18,16 L 18,8.986 c0-0.552-0.448-1-1-1S 16,8.434, 16,8.986l0,8.008 c0,0,0,0.002,0,0.002L 16,17 C 16,17.552, 16.448,18, 17,18l 6,0 C 23.552,18, 24,17.552, 24,17C 24,16.448, 23.552,16, 23,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 10.050,23.95c 0.39,0.39, 1.024,0.39, 1.414,0L 17,18.414l 5.536,5.536c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 18.414,17l 5.536-5.536c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0 L 17,15.586L 11.464,10.050c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 15.586,17l-5.536,5.536 C 9.66,22.926, 9.66,23.56, 10.050,23.95z"></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 23.95,11.464L 18.376,17.038 l 4.932,5.498c 0.39,0.39, 0.39,1.024,0,1.414s-1.024,0.39-1.414,0L 16.962,18.452l-5.498,5.498c-0.39,0.39-1.024,0.39-1.414,0 c-0.39-0.39-0.39-1.024,0-1.414l 5.574-5.574L 10.692,11.464c-0.39-0.39-0.39-1.024,0-1.414c 0.39-0.39, 1.024-0.39, 1.414,0 l 4.932,5.498l 5.498-5.498c 0.39-0.39, 1.024-0.39, 1.414,0C 24.34,10.44, 24.34,11.074, 23.95,11.464z"></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 22.536,10.050L 17.038,15.548L 12.108,10.050c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414 l 4.932,5.498l-5.574,5.574c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0l 5.498-5.498l 4.932,5.498 c 0.39,0.39, 1.024,0.39, 1.414,0s 0.39-1.024,0-1.414L 18.376,17.038l 5.574-5.574c 0.39-0.39, 0.39-1.024,0-1.414 C 23.56,9.66, 22.926,9.66, 22.536,10.050z"></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,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21c0,3.524, 2.612,6.41, 6,6.9L 6,28 l 10,0 l-6.244-8L 14,20 L 14,12 c0-1.104, 0.896-2, 2-2 s 2,0.896, 2,2l0,8 l 4.244,0 L 16,28l 10,0 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,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.166,16c 1.868-4.29, 0.716-7.018-0.222-8.332c-1.424-1.994-4.018-3.088-6.296-2.65 C 15.688,5.774, 14,8.458, 14,14l0,4.628 L 11.684,16.312c-0.39-0.39-1.024-0.39-1.414,0s-0.39,1.024,0,1.414l 4.024,4.022 c 0.202,0.202, 0.468,0.294, 0.732,0.288c 0.264,0.006, 0.53-0.086, 0.732-0.288l 4.044-4.042c 0.39-0.39, 0.39-1.024,0-1.414 s-1.024-0.39-1.414,0L 16,18.678L 16,14 c0-5.768, 1.986-6.628, 4.020-7.018c 1.306-0.24, 3.196,0.308, 4.294,1.848 c 1.344,1.878, 1.086,4.664-0.726,7.84c-0.192,0.338-0.172,0.756, 0.052,1.072s 0.618,0.476, 0.992,0.408 c 0.242-0.042, 0.964-0.152, 1.42-0.152C 28.23,17.998, 30,19.792, 30,22c0,2.206-1.794,4-4,4l-19.854,0.012C 3.822,25.668, 2,23.466, 2,21 c0-2.456, 1.844-4.57, 4.292-4.92l 0.86-0.124c 0.492-0.070, 0.858-0.492, 0.858-0.99L 7.994,13.902C 8,10.32, 10.208,7.376, 13.25,6.902 C 13.794,6.816, 14.168,6.306, 14.084,5.76C 13.998,5.214, 13.5,4.844, 12.94,4.926C 8.92,5.552, 6,9.326, 5.994,13.898 c0,0.002, 0.016,0.202, 0.016,0.202l0,0 C 2.584,14.59,0,17.556,0,21c0,3.492, 2.516,6.496, 6,7l 20,0 c 3.308,0, 6-2.692, 6-6 C 32,18.728, 29.392,16.060, 26.166,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,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21C0,24.866, 3.134,28, 7,28l 5.016,0 C 13.112,28, 14,27.112, 14,26.016L 14,20 L 9.756,20 L 16,12l 6.244,8L 18,20 l0,6.016 C 18,27.112, 18.888,28, 19.984,28L 26,28 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,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.052,15.998c-0.086,0-0.17,0-0.252,0.002C 25.932,15.342, 26,14.67, 26,14c0-5.514-4.486-10-10-10 C 10.49,4, 6,8.442, 5.994,13.898c0,0.002, 0.016,0.202, 0.016,0.202l0,0 C 2.584,14.59,0,17.556,0,21c0,3.492, 2.516,6.496, 6,7l 5,0 C 11.552,28, 12,27.552, 12,27S 11.552,26, 11,26l-4.854,0.010C 3.822,25.668, 2,23.466, 2,21c0-2.456, 1.844-4.57, 4.292-4.92l 0.86-0.124 c 0.492-0.070, 0.858-0.492, 0.858-0.99L 7.994,13.902C 8,9.544, 11.59,6, 16,6c 4.412,0, 8,3.588, 8,8c0,0.542-0.054,1.088-0.164,1.618 l-0.264,1.272c-0.066,0.318, 0.028,0.646, 0.248,0.884c 0.22,0.236, 0.536,0.358, 0.864,0.308c 0.022-0.002, 0.648-0.084, 1.368-0.084 C 28.23,17.998, 30,19.792, 30,22c0,2.206-1.794,4-4,4L 19,26 c-2.8,0-2.99-1.678-3-2L 16,17.364 l 2.366,2.364 c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 15.756,14.292C 15.56,14.096, 15.302,14, 15.044,14 C 15.028,14, 15.016,13.992, 15,13.992c-0.288,0-0.542,0.124-0.724,0.318L 10.248,18.334c-0.39,0.39-0.39,1.024,0,1.414 c 0.39,0.39, 1.024,0.39, 1.414,0L 14,17.412L 14,24 c0,1.382, 1.044,4, 5,4L 26,28 c 3.308,0, 6-2.692, 6-6S 29.332,15.998, 26.052,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,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21c0,3.524, 2.612,6.41, 6,6.9L 6,28 l 20,0 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,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,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21c0,3.524, 2.612,6.41, 6,6.9L 6,28 l 20,0 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,16z M 26,26L 6.628,26 c-0.11-0.036-0.224-0.064-0.342-0.080C 3.842,25.568, 2,23.452, 2,21c0-2.456, 1.846-4.57, 4.292-4.92 c 0.994-0.142, 1.728-0.998, 1.718-2c0-0.060-0.004-0.12-0.010-0.178C 8.054,9.534, 11.622,6, 16,6c 4.412,0, 8,3.588, 8,8 c0,0.544-0.056,1.088-0.164,1.618c-0.124,0.6, 0.036,1.224, 0.432,1.692c 0.38,0.45, 0.94,0.708, 1.528,0.708 c 0.024,0, 0.046,0, 0.070-0.002C 25.91,18.018, 26.004,18.010, 26.082,18C 28.25,18.044, 30,19.822, 30,22C 30,24.206, 28.206,26, 26,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 27.526,12.682c-0.252-0.876-0.594-1.71-1.028-2.492l 1.988-4.182c-0.738-0.92-1.574-1.756-2.494-2.494 l-4.182,1.988c-0.78-0.432-1.616-0.776-2.492-1.028L 17.762,0.102C 17.184,0.038, 16.596,0, 16,0S 14.816,0.038, 14.238,0.102L 12.682,4.474 C 11.808,4.726, 10.972,5.070, 10.192,5.502L 6.008,3.514c-0.92,0.738-1.756,1.574-2.494,2.494l 1.988,4.182 c-0.432,0.78-0.776,1.616-1.028,2.492L 0.102,14.238C 0.038,14.816,0,15.404,0,16s 0.038,1.184, 0.102,1.762l 4.374,1.556 c 0.252,0.876, 0.594,1.71, 1.028,2.492l-1.988,4.182c 0.738,0.92, 1.574,1.758, 2.494,2.494l 4.182-1.988 c 0.78,0.432, 1.616,0.776, 2.492,1.028l 1.556,4.374C 14.816,31.962, 15.404,32, 16,32s 1.184-0.038, 1.762-0.102l 1.556-4.374 c 0.876-0.252, 1.71-0.594, 2.492-1.028l 4.182,1.988c 0.92-0.738, 1.758-1.574, 2.494-2.494l-1.988-4.182 c 0.432-0.78, 0.776-1.616, 1.028-2.492l 4.374-1.556C 31.962,17.184, 32,16.596, 32,16s-0.038-1.184-0.102-1.762L 27.526,12.682z M 16,24 c-4.418,0-8-3.582-8-8c0-4.418, 3.582-8, 8-8s 8,3.582, 8,8C 24,20.418, 20.418,24, 16,24zM 12,16A4,4 1080 1 0 20,16A4,4 1080 1 0 12,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 0.978,17.198l 3.47-0.128C 4.858,17.602, 5.332,18.086, 5.86,18.518l-0.228,3.474 c 0.38,0.216, 0.772,0.416, 1.184,0.594c 0.41,0.178, 0.826,0.324, 1.244,0.454l 2.37-2.55c 0.678,0.086, 1.354,0.098, 2.020,0.032 l 2.29,2.612c 0.854-0.234, 1.678-0.562, 2.458-0.978L 17.072,18.684C 17.602,18.274, 18.086,17.8, 18.518,17.272l 3.474,0.228 c 0.216-0.38, 0.416-0.772, 0.594-1.184c 0.178-0.41, 0.324-0.826, 0.454-1.244l-2.55-2.37c 0.086-0.678, 0.098-1.354, 0.032-2.020 l 2.612-2.29c-0.234-0.854-0.562-1.678-0.978-2.458L 18.684,6.060C 18.274,5.53, 17.8,5.046, 17.272,4.614L 17.5,1.14 C 17.12,0.924, 16.728,0.724, 16.316,0.546C 15.906,0.37, 15.49,0.222, 15.072,0.094L 12.704,2.644c-0.678-0.086-1.354-0.098-2.020-0.032 L 8.392,0C 7.538,0.234, 6.714,0.562, 5.934,0.978L 6.060,4.448C 5.53,4.858, 5.046,5.33, 4.614,5.858L 1.14,5.632 c-0.216,0.38-0.416,0.772-0.594,1.184C 0.37,7.226, 0.222,7.642, 0.094,8.060l 2.55,2.37c-0.086,0.678-0.098,1.354-0.032,2.020L0,14.74 C 0.234,15.592, 0.562,16.418, 0.978,17.198z M 13.942,6.056c 3.042,1.312, 4.446,4.842, 3.134,7.886S 12.234,18.388, 9.19,17.076 S 4.744,12.234, 6.056,9.19S 10.898,4.744, 13.942,6.056zM 8.566,11.566A3,3 1080 1 0 14.566,11.566A3,3 1080 1 0 8.566,11.566zM 30.042,23.548l-0.828-0.294l 0.378-0.796l 0.87-1.83c-0.322-0.402-0.688-0.768-1.092-1.092l-1.83,0.87 l-0.796,0.378l-0.294-0.828l-0.68-1.914C 25.518,18.016, 25.26,18, 25,18s-0.518,0.016-0.772,0.044l-0.68,1.914l-0.294,0.828 l-0.796-0.378l-1.83-0.87c-0.402,0.322-0.768,0.688-1.092,1.092l 0.87,1.83l 0.378,0.796l-0.828,0.294l-1.914,0.68 C 18.016,24.482, 18,24.74, 18,25s 0.016,0.518, 0.044,0.77l 1.914,0.68l 0.828,0.294l-0.378,0.796l-0.87,1.83 c 0.322,0.402, 0.688,0.768, 1.092,1.092l 1.83-0.87l 0.796-0.378l 0.294,0.828l 0.68,1.914C 24.482,31.984, 24.74,32, 25,32 s 0.518-0.016, 0.772-0.044l 0.68-1.914l 0.294-0.828l 0.796,0.378l 1.83,0.87c 0.402-0.322, 0.768-0.688, 1.092-1.092l-0.87-1.83 l-0.378-0.796l 0.828-0.294l 1.914-0.68C 31.984,25.518, 32,25.26, 32,25s-0.016-0.518-0.044-0.772L 30.042,23.548z M 25,26.5 c-0.828,0-1.5-0.672-1.5-1.5c0-0.828, 0.672-1.5, 1.5-1.5s 1.5,0.672, 1.5,1.5C 26.5,25.828, 25.828,26.5, 25,26.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 5.078,24.482C 4.492,25.996, 3.498,27.976, 1.812,30c 3.198,0, 7.312-0.42, 10.482-2.364 C 13.486,27.866, 14.722,28, 16,28c 8.836,0, 16-5.82, 16-13S 24.836,2, 16,2S0,7.82,0,15C0,18.744, 1.96,22.11, 5.078,24.482z"></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 1.898,29.382c 0.164,0.352, 0.518,0.576, 0.906,0.576c 2.87,0, 5.298-0.698, 8.056-2.324 C 12.198,27.846, 14.84,28.108, 16,28.108c 8.756,0, 15.878-5.846, 15.878-13.034S 24.756,2.042, 16,2.042S 0.122,7.886, 0.122,15.074 c0,3.388, 1.634,6.662, 4.51,9.088c-0.652,1.48-1.522,2.876-2.594,4.154C 1.79,28.616, 1.734,29.032, 1.898,29.382z M 2.122,15.074 c0-6.084, 6.226-11.034, 13.878-11.034s 13.878,4.95, 13.878,11.034S 23.652,26.108, 16,26.108c-1.148,0-4.136-0.308-5.146-0.504 c-0.244-0.044-0.498,0.002-0.71,0.128C 8.28,26.872, 6.654,27.524, 4.914,27.8c 0.75-1.136, 1.374-2.336, 1.86-3.586 c 0.162-0.418, 0.030-0.89-0.328-1.16C 3.656,20.942, 2.122,18.106, 2.122,15.074z"></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 23.848,9.53l-2.324,3.724L 19.974,15.738 C 19.98,15.826, 20,15.91, 20,16c0,2.21-1.79,4-4,4c-0.090,0-0.174-0.020-0.262-0.026l-2.486,1.55l-3.722,2.324 C 9.368,23.95, 9.184,24, 9,24c-0.258,0-0.514-0.1-0.708-0.292c-0.33-0.33-0.388-0.842-0.14-1.236l 2.324-3.724l 1.55-2.484 C 12.020,16.174, 12,16.090, 12,16c0-2.21, 1.79-4, 4-4c 0.090,0, 0.174,0.020, 0.262,0.026l 2.486-1.55l 3.722-2.324 c 0.388-0.246, 0.906-0.188, 1.236,0.142C 24.038,8.622, 24.096,9.134, 23.848,9.53zM 14,16A2,2 1080 1 0 18,16A2,2 1080 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 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 22.47,8.152L 18.748,10.476L 16.262,12.026c 1.996,0.132, 3.58,1.714, 3.712,3.712l 1.55-2.484l 2.324-3.724 c 0.248-0.394, 0.19-0.908-0.14-1.236C 23.376,7.962, 22.86,7.906, 22.47,8.152zM 12.026,16.262L 10.476,18.748l-2.324,3.724c-0.248,0.394-0.19,0.908, 0.14,1.236C 8.486,23.9, 8.742,24, 9,24 c 0.184,0, 0.368-0.050, 0.53-0.152l 3.722-2.324l 2.486-1.55C 13.742,19.842, 12.158,18.258, 12.026,16.262zM 16.262,12.026C 16.174,12.020, 16.090,12, 16,12C 13.79,12, 12,13.79, 12,16c0,0.090, 0.020,0.174, 0.026,0.262 c 0.132,1.996, 1.716,3.58, 3.712,3.712C 15.826,19.98, 15.91,20, 16,20c 2.21,0, 4-1.79, 4-4c0-0.090-0.020-0.174-0.026-0.262 C 19.842,13.742, 18.258,12.158, 16.262,12.026z M 14,16c0-1.102, 0.898-2, 2-2s 2,0.898, 2,2S 17.102,18, 16,18S 14,17.102, 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 21.696,12L 17.884,1.328C 17.6,0.532, 16.846,0, 16,0S 14.4,0.532, 14.116,1.328L 10.304,12L 21.696,12 zM 26.696,26L 23.838,18L 8.162,18L 5.304,26 zM 2,28c-1.104,0-2,0.896-2,2c0,1.104, 0.896,2, 2,2l 4,0 l 20,0 l 4,0 c 1.104,0, 2-0.896, 2-2c0-1.104-0.896-2-2-2L 2,28 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 24.966,20l-0.758-2l-2.14,0 L 9.932,18 l-2.14,0 l-0.758,2L 4,28l 24,0 L 24.966,20z M 9.174,20l 13.654,0 l 2.276,6L 6.898,26 L 9.174,20zM 20.552,14l 2.14,0 l-0.758-2L 17.866,1.278C 17.568,0.508, 16.826,0, 16,0S 14.432,0.508, 14.134,1.278L 10.068,12L 9.31,14 l 2.14,0 L 20.552,14 z M 16,2l 3.792,10L 12.208,12 L 16,2zM 30.984,30L 1.016,30 C 0.454,30,0,30.424,0,30.984S 0.454,32, 1.016,32l 29.968,0 C 31.546,32, 32,31.546, 32,30.984 S 31.546,30, 30.984,30z"></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,0C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 2,0 L 4,0 L 2,0 zM 26,0L 6,0 l0,32 l 20,0 c 1.104,0, 2-0.896, 2-2L 28,2 C 28,0.896, 27.104,0, 26,0z M 16.89,7.708 c 1.672,0, 3.026,1.356, 3.026,3.026c0,1.672-1.356,3.028-3.026,3.028c-1.672,0-3.028-1.356-3.028-3.028 C 13.862,9.062, 15.218,7.708, 16.89,7.708z M 12,21.614c0-3.668, 2.218-6.64, 4.952-6.64s 4.952,2.974, 4.952,6.64S 12,25.28, 12,21.614zM 30,2L 32,2L 32,8L 30,8zM 30,10L 32,10L 32,16L 30,16zM 30,18L 32,18L 32,24L 30,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 26,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 28,2 C 28,0.896, 27.104,0, 26,0z M 2,2l 4,0 l0,28 L 2,30 L 2,2 z M 26,30L 8,30 L 8,2 l 18,0 L 26,30 zM 13.862,10.734A3.028,3.028 1080 1 0 19.918,10.734A3.028,3.028 1080 1 0 13.862,10.734zM 16.952,14.972C 14.218,14.972, 12,17.946, 12,21.614s 9.906,3.668, 9.906,0S 19.688,14.972, 16.952,14.972zM 30,2L 32,2L 32,8L 30,8zM 30,10L 32,10L 32,16L 30,16zM 30,18L 32,18L 32,24L 30,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,4L 2,4 C 0.896,4,0,4.896,0,6l0,4.084 L0,14 l0,12 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,10.084 L 32,6 C 32,4.896, 31.104,4, 30,4z M 30,26L 2,26 L 2,14 l 28,0 L 30,26 z M 2,10.084L 2,6 l 28,0 l0,4.084 L 2,10.084 zM 5,24l 10,0 C 15.552,24, 16,23.552, 16,23C 16,22.448, 15.552,22, 15,22l-10,0 C 4.448,22, 4,22.448, 4,23 C 4,23.552, 4.448,24, 5,24zM 18,23A1,1 1080 1 0 20,23A1,1 1080 1 0 18,23zM 22,23A1,1 1080 1 0 24,23A1,1 1080 1 0 22,23zM 26,23A1,1 1080 1 0 28,23A1,1 1080 1 0 26,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 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 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 18.714,10C 20.526,10, 22,11.346, 22,13C 22,13.552, 22.448,14, 23,14S 24,13.552, 24,13C 24,10.242, 21.628,8, 18.714,8L 18,8 L 18,7 C 18,6.448, 17.552,6, 17,6S 16,6.448, 16,7L 16,8 L 15.286,8 C 12.372,8, 10,10.242, 10,13S 12.372,18, 15.286,18L 16,18 l0,6 L 15.286,24 C 13.474,24, 12,22.654, 12,21 C 12,20.448, 11.552,20, 11,20S 10,20.448, 10,21C 10,23.758, 12.372,26, 15.286,26L 16,26 l0,1 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27L 18,26 l 0.714,0 C 21.628,26, 24,23.758, 24,21S 21.628,16, 18.714,16L 18,16 L 18,10 L 18.714,10 z M 18.714,18C 20.526,18, 22,19.346, 22,21S 20.526,24, 18.714,24L 18,24 L 18,18 L 18.714,18 z M 16,16 L 15.286,16 C 13.474,16, 12,14.654, 12,13S 13.474,10, 15.286,10L 16,10 L 16,16 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 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 18.714,16 C 21.628,16, 24,18.242, 24,21S 21.628,26, 18.714,26L 18,26 l0,1 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,26 L 15.286,26 C 12.372,26, 10,23.758, 10,21 C 10,20.448, 10.448,20, 11,20S 12,20.448, 12,21C 12,22.654, 13.474,24, 15.286,24L 16,24 L 16,18 L 15.286,18 C 12.372,18, 10,15.758, 10,13S 12.372,8, 15.286,8L 16,8 L 16,7 C 16,6.448, 16.448,6, 17,6S 18,6.448, 18,7L 18,8 l 0.714,0 C 21.628,8, 24,10.242, 24,13C 24,13.552, 23.552,14, 23,14S 22,13.552, 22,13 C 22,11.346, 20.526,10, 18.714,10L 18,10 l0,6 L 18.714,16 zM 12,13C 12,14.654, 13.474,16, 15.286,16L 16,16 L 16,10 L 15.286,10 C 13.474,10, 12,11.346, 12,13zM 18.714,24C 20.526,24, 22,22.654, 22,21S 20.526,18, 18.714,18L 18,18 l0,6 L 18.714,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" height="32.36000061035156" viewBox="0 0 32 32.36000061035156" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 26.56,21.272c 0.214-0.366, 0.176-0.826-0.098-1.15L 9.828,0.356C 9.556,0.034, 9.112-0.084, 8.72,0.060 C 8.326,0.204, 8.062,0.58, 8.062,1l0,26.094 c0,0.432, 0.276,0.814, 0.686,0.95c 0.102,0.034, 0.208,0.050, 0.314,0.050 c 0.31,0, 0.61-0.144, 0.802-0.404l 4.472-6.024l 3.102,8.874c 0.398,1.136, 1.642,1.736, 2.778,1.338s 1.736-1.642, 1.338-2.778 l-3.044-8.706l 6.996,1.354C 25.928,21.83, 26.346,21.636, 26.56,21.272z"></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.36000061035156" viewBox="0 0 32 32.36000061035156" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 9.828,0.356C 9.556,0.034, 9.114-0.084, 8.72,0.060C 8.326,0.204, 8.062,0.58, 8.062,1l0,26.094 c0,0.432, 0.276,0.814, 0.686,0.95c 0.102,0.034, 0.208,0.050, 0.314,0.050c 0.31,0, 0.61-0.144, 0.802-0.404l 4.472-6.024l 3.102,8.874 c 0.398,1.136, 1.642,1.736, 2.778,1.338s 1.736-1.642, 1.338-2.778l-3.044-8.706l 6.996,1.354c 0.418,0.084, 0.838-0.11, 1.052-0.474 c 0.214-0.366, 0.176-0.826-0.098-1.15L 9.828,0.356z M 15.45,17.762C 15.072,17.686, 14.686,17.838, 14.458,18.148l-4.394,5.92L 10.064,3.742 l 13.048,15.504L 15.45,17.762z"></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,30c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2L 2,30 z M 4,2 l 24,0 l0,28 L 4,30 L 4,2 zM 8,18L 12,18L 12,26L 8,26zM 14,8L 18,8L 18,26L 14,26zM 20,12L 24,12L 24,26L 20,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 4,0C 2.896,0, 2,0.896, 2,2l0,28 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,2 c0-1.104-0.896-2-2-2L 4,0 z M 28,10.888L 28,28 l-6,0 L 22,10.888 L 28,10.888 z M 20,6l0,22 L 14,28 L 14,6 L 20,6 z M 12,18.222L 12,28 L 6,28 L 6,18.222 L 12,18.222 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,2L 2,2 C 0.896,2,0,2.896,0,4l0,18 c0,1.104, 0.896,2, 2,2l 9.998,0 c-0.004,1.446-0.062,3.324-0.61,4L 10.984,28 C 10.44,28, 10,28.448, 10,29C 10,29.552, 10.44,30, 10.984,30l 10.030,0 C 21.56,30, 22,29.552, 22,29c0-0.552-0.44-1-0.984-1l-0.404,0 c-0.55-0.676-0.606-2.554-0.61-4L 30,24 c 1.104,0, 2-0.896, 2-2L 32,4 C 32,2.896, 31.104,2, 30,2z M 14,24l-0.002,0.004 C 13.998,24.002, 13.998,24.002, 14,24L 14,24z M 18.002,24.004L 18,24l 0.002,0 C 18.002,24.002, 18.002,24.002, 18.002,24.004z M 30,20L 2,20 L 2,4 l 28,0 L 30,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 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.9,22.004c0,0, 7.622,0, 9.1,0l0,5.188 C 13.93,29.998, 14.562,32, 16.938,32C 19.5,32, 20,29.874, 20,29.874 c 0.468-7.53, 8-9.87, 8-9.87l0-16 l-2.922-0.124c-7.566,0-3.026-3.876-15.458-3.876c-9.44,0-9.62,8.308-9.62,14 S 2.594,22.004, 4.9,22.004z M 9.62,2.004c 6.316,0, 7.654,1.006, 8.836,1.894c 1.492,1.122, 2.928,1.98, 6.524,1.98 c 0.004,0, 0.008,0, 0.012,0L 26,5.92l0,12.738 c-2.494,1.166-7.45,4.284-7.978,10.836C 17.944,29.654, 17.686,30, 16.938,30 c-0.178,0-0.408-0.020-0.506-0.12C 16.35,29.796, 15.948,29.278, 16,27.192l0-5.188 l0-2 L 14,20.004 L 4.9,20.004 c-1.442,0-2.9-2.060-2.9-6 C 2,6.222, 3.214,2.004, 9.62,2.004zM 31,2.004c-0.552,0-1,0.448-1,1l0,17.916 c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1L 32,3.004 C 32,2.452, 31.552,2.004, 31,2.004z"></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.9,22.004c0,0, 6.95,0, 9.062,0l0,5.462 c-0.148,2.46, 0.56,4.536, 2.072,4.534 c 2.632-0.004, 2.558-2.126, 2.558-2.126C 19.060,22.344, 26,20.004, 26,20.004l0-16 l-0.922-0.124c-7.566,0-3.026-3.876-15.458-3.876 c-9.44,0-9.62,8.308-9.62,14S 2.594,22.004, 4.9,22.004zM 30,2.004c-1.104,0-2,0.896-2,2l0,15.938 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 32,4.004 C 32,2.9, 31.104,2.004, 30,2.004z"></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,32l 24.084,0 c 1.104,0, 2-0.896, 2-2L 30.084,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,28 C 2,31.104, 2.896,32, 4,32z M 15,6l 8.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,8 C 14.448,8, 14,7.552, 14,7C 14,6.448, 14.448,6, 15,6z M 9,12 l 14.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 9,14 C 8.448,14, 8,13.552, 8,13C 8,12.448, 8.448,12, 9,12z M 9,18l 14.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 9,20 C 8.448,20, 8,19.552, 8,19C 8,18.448, 8.448,18, 9,18z M 9,24l 14.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 9,26 C 8.448,26, 8,25.552, 8,25C 8,24.448, 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 4,32l 24,0 c 1.104,0, 2-0.896, 2-2L 30,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,28 C 2,31.104, 2.896,32, 4,32z M 4,2l 24,0 l0,28 L 4,30 L 4,2 zM 23,6l-8,0 C 14.448,6, 14,6.448, 14,7C 14,7.552, 14.448,8, 15,8l 8,0 C 23.552,8, 24,7.552, 24,7 C 24,6.448, 23.552,6, 23,6zM 23,12l-14,0 C 8.448,12, 8,12.448, 8,13C 8,13.552, 8.448,14, 9,14l 14,0 C 23.552,14, 24,13.552, 24,13 C 24,12.448, 23.552,12, 23,12zM 23,18l-14,0 C 8.448,18, 8,18.448, 8,19C 8,19.552, 8.448,20, 9,20l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,18.448, 23.552,18, 23,18zM 23,24l-14,0 C 8.448,24, 8,24.448, 8,25C 8,25.552, 8.448,26, 9,26l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,24.448, 23.552,24, 23,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 4,28l 2,0 l0,2 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 30,6 c0-1.104-0.896-2-2-2l-2,0 L 26,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,24 C 2,27.104, 2.896,28, 4,28z M 28,6l0,24 L 8,30 l0-2 l 16,0 c 1.104,0, 2-0.896, 2-2L 26,6 L 28,6 z M 21,4C 21.552,4, 22,4.448, 22,5 C 22,5.552, 21.552,6, 21,6L 12.916,6 c-0.552,0-1-0.448-1-1c0-0.552, 0.448-1, 1-1L 21,4 z M 6.916,10L 21,10 C 21.552,10, 22,10.448, 22,11C 22,11.552, 21.552,12, 21,12L 6.916,12 c-0.552,0-1-0.448-1-1C 5.916,10.448, 6.364,10, 6.916,10z M 6.916,16L 21,16 C 21.552,16, 22,16.448, 22,17C 22,17.552, 21.552,18, 21,18L 6.916,18 c-0.552,0-1-0.448-1-1C 5.916,16.448, 6.364,16, 6.916,16z M 6.916,22 L 21,22 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 6.916,24 c-0.552,0-1-0.448-1-1C 5.916,22.448, 6.364,22, 6.916,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 4,28l 2,0 l0,2 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 30,6 c0-1.104-0.896-2-2-2l-2,0 L 26,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,24 C 2,27.104, 2.896,28, 4,28z M 24,26L 4,26 L 4,2 l 20,0 L 24,26 z M 28,6l0,24 L 8,30 l0-2 l 16,0 c 1.104,0, 2-0.896, 2-2L 26,6 L 28,6 zM 10,7C 10,7.552, 10.448,8, 11,8l 10,0 C 21.552,8, 22,7.552, 22,7C 22,6.448, 21.552,6, 21,6l-10,0 C 10.448,6, 10,6.448, 10,7zM 7,14l 14,0 C 21.552,14, 22,13.552, 22,13C 22,12.448, 21.552,12, 21,12l-14,0 C 6.448,12, 6,12.448, 6,13 C 6,13.552, 6.448,14, 7,14zM 7,18l 14,0 C 21.552,18, 22,17.552, 22,17C 22,16.448, 21.552,16, 21,16l-14,0 C 6.448,16, 6,16.448, 6,17 C 6,17.552, 6.448,18, 7,18zM 7,22l 14,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-14,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 16,24L 26,14L 20,14L 20,2L 12,2L 12.036,14L 6,14 zM 4,28L 4,32L 28,32L 28,28L 28,24L 24,24L 24,28L 8,28L 8,24L 4,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" 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 28,4c-0.562-1.25-1.582-2-2.688-2L 6.5,2 C 5.396,2, 4.5,2.75, 4,4l-4,16l0,0.032 l0,1 l0,1 l0,1.072 l0,0.032 l0,5.896 c0,0.552, 0.448,1, 1,1l 30,0 c 0.552,0, 1-0.448, 1-1L 32,23.040 l0-0.032 l0-0.976 l0-1 l0-0.908 l-0.026-0.092L 28,4z M 5.89,4.666 C 5.982,4.46, 6.216,4, 6.5,4l 18.812,0 c 0.274,0, 0.59,0.282, 0.812,0.712l 3.522,14.314c0,0.004-0.006,0-0.006,0.004 c0,0.552-0.448,1-1,1c-0.002,0-0.002,0.002-0.004,0.002L 26,20.032 l-5,0 c-0.552,0-1,0.448-1,1L 20,23 c0,0.552-0.448,1-1,1 c-0.020,0-0.040,0.026-0.060,0.032L 13.034,24.032 C 13.020,24.026, 13.020,24, 13,24C 12.448,24, 12,23.552, 12,23l0-1.968 c0-0.552-0.448-1-1-1L 4,20.032 L 3.364,20.032 c-0.002,0-0.002-0.002-0.004-0.002c-0.552,0-1.016-0.448-1.016-1c0-0.014-0.016-0.004-0.020-0.014L 5.89,4.666z"></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 25.312,2L 6.5,2 C 5.396,2, 4.5,2.75, 4,4L0,17.968L0,19 l0,2.104 L0,29 C0,29.552, 0.448,30, 1,30l 30,0 c 0.552,0, 1-0.448, 1-1l0-7.992 L 32,19 L 32,18.092 L 28,4C 27.438,2.75, 26.418,2, 25.312,2z M 5.89,4.666C 5.982,4.46, 6.216,4, 6.5,4l 18.812,0 c 0.274,0, 0.59,0.282, 0.812,0.712L 29.894,18L 21,18 C 20.448,18, 20,18.448, 20,19L 20,22 L 12,22 L 12,19 C 12,18.448, 11.552,18, 11,18L 2.072,18 L 5.89,4.666z M 30,28L 2,28 l0-6.972 L 2,20 l 8,0 l0,3 C 10,23.552, 10.448,24, 11,24l 10,0 c 0.552,0, 1-0.448, 1-1L 22,20 l 8,0 l0,0.96 L 30,28 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 30,4c-0.124-1.958-1.79-4-4-4L 6,0 C 3.79,0, 2.124,2.042, 2,4L0,25.416c0,0.094, 0.022,0.21, 0.028,0.31 C 0.022,25.818,0,25.906,0,26l0,2 c0,2.21, 1.79,4, 4,4l 24,0 c 2.21,0, 4-1.79, 4-4l0-2 c0-0.094-0.022-0.182-0.028-0.272 C 31.978,25.626, 32,25.51, 32,25.416L 30,4z M 2,28l0-2 c0-1.102, 0.898-2, 2-2l 24,0 c 1.102,0, 2,0.898, 2,2l0,2 c0,1.102-0.898,2-2,2L 4,30 C 2.898,30, 2,29.102, 2,28z M 3.996,4.128C 4.058,3.144, 4.948,2, 6,2l 20,0 c 1.052,0, 1.942,1.144, 2.008,2.186l 1.7,18.212 C 29.19,22.15, 28.614,22, 28,22L 4,22 c-0.614,0-1.19,0.15-1.71,0.398L 3.996,4.128zM 26,27A1,1 0 1 0 28,27A1,1 0 1 0 26,27zM 22,27A1,1 0 1 0 24,27A1,1 0 1 0 22,27zM 5,28l 14,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-14,0 C 4.448,26, 4,26.448, 4,27 C 4,27.552, 4.448,28, 5,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 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,32l 24,0 c 2.21,0, 4-1.79, 4-4l0-2 c0-0.094-0.022-0.182-0.028-0.272C 31.978,25.626, 32,25.51, 32,25.416L 30,4 c-0.124-1.958-1.79-4-4-4L 6,0 C 3.79,0, 2.124,2.042, 2,4L0,25.416c0,0.094, 0.022,0.21, 0.028,0.31C 0.022,25.818,0,25.906,0,26l0,2 C0,30.21, 1.79,32, 4,32z M 2,28l0-2 c0-1.102, 0.898-2, 2-2l 24,0 c 1.102,0, 2,0.898, 2,2l0,2 c0,1.102-0.898,2-2,2L 4,30 C 2.898,30, 2,29.102, 2,28zM 26,27A1,1 0 1 0 28,27A1,1 0 1 0 26,27zM 22.208,26.958A1,1 0 1 0 24.208,26.958A1,1 0 1 0 22.208,26.958zM 5,28l 14,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-14,0 C 4.448,26, 4,26.448, 4,27 C 4,27.552, 4.448,28, 5,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 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.11199951171875" viewBox="0 0 32 32.11199951171875" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 9.030,16.5c 0.296,0, 0.592-0.132, 0.79-0.386l 4.404-5.67l 3.016,3.542c 0.192,0.222, 0.408,0.32, 0.766,0.352 C 18.296,14.336, 18.576,14.208, 18.766,13.98l 7-8.338c 0.356-0.422, 0.3-1.052-0.124-1.408c-0.422-0.358-1.052-0.298-1.408,0.124 l-6.24,7.432L 14.95,8.21C 14.752,7.982, 14.388,7.876, 14.166,7.86C 13.864,7.868, 13.582,8.008, 13.398,8.246L 8.24,14.886 C 7.9,15.322, 7.98,15.952, 8.416,16.29C 8.598,16.432, 8.814,16.5, 9.030,16.5zM 30.978,0L 28,0 L 6,0 L 3.022,0 C 2.458,0, 2,0.448, 2,1C 2,1.552, 2.458,2, 3.022,2L 4,2 l0,18 c0,1.104, 0.896,2, 2,2l 10,0 l0,3.122 L 10.328,30.26c-0.408,0.37-0.44,1.002-0.068,1.412c 0.374,0.408, 1.006,0.44, 1.412,0.068L 16,27.82l0,3.18 C 16,31.552, 16.448,32, 17,32 S 18,31.552, 18,31l0-3.18 l 4.328,3.92C 22.52,31.914, 22.76,32, 23,32c 0.272,0, 0.542-0.112, 0.74-0.328 c 0.372-0.41, 0.34-1.042-0.068-1.412L 18,25.122L 18,22 l 10,0 c 1.104,0, 2-0.896, 2-2L 30,2 l 0.978,0 C 31.542,2, 32,1.552, 32,1 C 32,0.448, 31.542,0, 30.978,0z M 28,20L 6,20 L 6,2 l 22,0 L 28,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 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.11199951171875" viewBox="0 0 32 32.11199951171875" enable-background="new 0 0 16 16" xml:space="preserve" fill="#000000"> <g><path d="M 30,0L 4,0 C 2.896,0, 2,0.896, 2,2c0,1.104, 0.896,2, 2,2l0,16 c0,1.104, 0.896,2, 2,2l 10,0 l0,3.122 L 10.328,30.26 c-0.408,0.37-0.44,1.002-0.068,1.412c 0.374,0.408, 1.006,0.44, 1.412,0.068L 16,27.82l0,3.18 C 16,31.552, 16.448,32, 17,32S 18,31.552, 18,31 l0-3.18 l 4.328,3.92C 22.52,31.914, 22.76,32, 23,32c 0.272,0, 0.542-0.112, 0.74-0.328c 0.372-0.41, 0.34-1.042-0.068-1.412L 18,25.122L 18,22 l 10,0 c 1.104,0, 2-0.896, 2-2L 30,4 c 1.104,0, 2-0.896, 2-2C 32,0.896, 31.104,0, 30,0z M 25.694,7.72l-7,6.75 C 18.31,14.842, 17.702,14.844, 17.31,14.474L 14.22,11.536L 9.75,16.194C 9.554,16.396, 9.292,16.5, 9.030,16.5c-0.25,0-0.498-0.092-0.694-0.28 C 7.938,15.84, 7.926,15.208, 8.308,14.806l 5.158-5.376C 13.848,9.040, 14.48,9.024, 14.876,9.4l 3.12,2.964l 6.31-6.086 c 0.396-0.378, 1.030-0.376, 1.414,0.028C 26.104,6.704, 26.092,7.336, 25.694,7.72z"></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 18,18c0,1.104-0.896,2-2,2S 14,19.104, 14,18 L 14,8 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2L 18,18 z M 16,21.968c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2s-2-0.896-2-2 C 14,22.864, 14.896,21.968, 16,21.968z"></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 16,6C 14.896,6, 14,6.896, 14,8l0,10 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 18,8 C 18,6.896, 17.104,6, 16,6zM 14,23.968A2,2 1080 1 0 18,23.968A2,2 1080 1 0 14,23.968z"></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 23.214,0.586C 22.838,0.21, 22.33,0, 21.798,0L 10.202,0 c-0.53,0-1.040,0.21-1.414,0.586l-8.2,8.202 C 0.21,9.162,0,9.67,0,10.202l0,11.598 c0,0.53, 0.21,1.040, 0.586,1.414l 8.2,8.202C 9.162,31.79, 9.67,32, 10.202,32l 11.598,0 c 0.53,0, 1.040-0.21, 1.414-0.586l 8.2-8.202C 31.79,22.838, 32,22.33, 32,21.798L 32,10.202 c0-0.53-0.21-1.040-0.586-1.414L 23.214,0.586z M 16,20c-1.104,0-2-0.896-2-2L 14,6 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,12 C 18,19.104, 17.104,20, 16,20z M 18,26c0,1.104-0.896,2-2,2s-2-0.896-2-2 c0-1.104, 0.896-2, 2-2S 18,24.896, 18,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 23.214,0.586C 22.838,0.21, 22.33,0, 21.798,0L 10.202,0 c-0.53,0-1.040,0.21-1.414,0.586l-8.2,8.202 C 0.21,9.162,0,9.67,0,10.202l0,11.598 c0,0.53, 0.21,1.040, 0.586,1.414l 8.2,8.202C 9.162,31.79, 9.67,32, 10.202,32l 11.598,0 c 0.53,0, 1.040-0.21, 1.414-0.586l 8.2-8.202C 31.79,22.838, 32,22.33, 32,21.798L 32,10.202 c0-0.53-0.21-1.040-0.586-1.414L 23.214,0.586z M 30,21.798L 21.798,30L 10.202,30 L 2,21.798L 2,10.202 L 10.202,2l 11.598,0 L 30,10.202L 30,21.798 zM 16,6C 14.896,6, 14,6.896, 14,8l0,10 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 18,8 C 18,6.896, 17.104,6, 16,6zM 14,24A2,2 1080 1 0 18,24A2,2 1080 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 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 2.062,32l 27.812,0 c 0.702,0, 1.354-0.368, 1.716-0.972c 0.362-0.602, 0.38-1.35, 0.050-1.97l-13.876-26 C 17.418,2.408, 16.74,2, 16.002,2L 16,2 C 15.262,2, 14.586,2.406, 14.238,3.056l-13.938,26c-0.332,0.62-0.314,1.368, 0.046,1.972 C 0.708,31.63, 1.36,32, 2.062,32z M 16,24c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2s-2-0.896-2-2C 14,24.896, 14.896,24, 16,24z M 14,20.032 l0-8 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,8 c0,1.104-0.896,2-2,2S 14,21.136, 14,20.032z"></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 31.64,29.058l-13.876-26C 17.418,2.408, 16.74,2, 16.002,2L 16,2 C 15.262,2, 14.586,2.406, 14.238,3.056l-13.938,26 c-0.332,0.62-0.314,1.368, 0.046,1.972C 0.708,31.63, 1.36,32, 2.062,32l 27.812,0 c 0.702,0, 1.354-0.368, 1.716-0.972 C 31.952,30.426, 31.97,29.678, 31.64,29.058z M 2.062,30L 16,4l 13.876,26L 2.062,30 zM 14,14.032l0,6 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2S 14,12.926, 14,14.032zM 14,26A2,2 1080 1 0 18,26A2,2 1080 1 0 14,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 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 6,18l0,4 L 2,22 L 2,18 L 6,18 z M 2,14L 2,10 l 4,0 l0,4 L 2,14 z M 8,20l 16,0 l0,10 L 8,30 L 8,20 z M 24,18L 8,18 L 8,2 l 16,0 L 24,18 z M 26,18l 4,0 l0,4 l-4,0 L 26,18 z M 26,14L 26,10 l 4,0 l0,4 L 26,14 z M 26,6L 26,2 l 4,0 l0,4 L 26,6 z M 6,6L 2,6 L 2,2 l 4,0 L 6,6 z M 2,26l 4,0 l0,4 L 2,30 L 2,26 z M 26,26l 4,0 l0,4 l-4,0 L 26,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 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 24,0l-4,0 L 8,0 L 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,6 l-6-6L 24,0 z M 24,2l0,8 l-4,0 L 20,2 L 24,2 z M 18,2l0,8 L 8,10 L 8,2 L 18,2 z M 8,30L 8,18 l 16,0 l0,12 L 8,30 z M 30,30l-4,0 L 26,18 c0-1.104-0.896-2-2-2L 8,16 C 6.896,16, 6,16.896, 6,18l0,12 L 2,30 L 2,2 l 4,0 l0,8 c0,1.104, 0.896,2, 2,2l 12,0 l 4,0 c 1.104,0, 2-0.896, 2-2L 26,2.828 l 4,4L 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 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 24,0L 8,0 L 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,6 l-6-6L 24,0 z M 22,10L 22,2 l 2,0 l0,8 c0,1.104-0.896,2-2,2L 10,12 C 8.896,12, 8,11.104, 8,10L 8,2 l 8,0 l0,8 L 22,10 z M 6,18c0-1.104, 0.896-2, 2-2l 16,0 c 1.104,0, 2,0.896, 2,2l0,12 L 6,30 L 6,18 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 30,20L 30,16 c0-1.104-0.896-2-2-2L 18,14 L 18,10 l 6,0 c 1.104,0, 2-0.896, 2-2L 26,6 c0-1.104-0.896-2-2-2L 10,4 C 8.896,4, 8,4.896, 8,6l0,2 c0,1.104, 0.896,2, 2,2l 6,0 l0,4 L 6,14 C 4.896,14, 4,14.896, 4,16l0,4 c-1.104,0-2,0.896-2,2l0,4 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 6,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 18,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-4 C 32,20.896, 31.104,20, 30,20z M 10,6l 14,0 l0,2 L 10,8 L 10,6 z M 6,24l0,2 L 4,26 l0-4 l 2,0 L 6,24 z M 18,26L 16,26 l0-4 l 2,0 L 18,26 z M 28,24l0-2 l 2,0 l0,4 l-2,0 L 28,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 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,20L 30,16 c0-1.104-0.896-2-2-2L 18,14 L 18,10 l 6,0 c 1.104,0, 2-0.896, 2-2L 26,6 c0-1.104-0.896-2-2-2L 10,4 C 8.896,4, 8,4.896, 8,6l0,2 c0,1.104, 0.896,2, 2,2l 6,0 l0,4 L 6,14 C 4.896,14, 4,14.896, 4,16l0,4 c-1.104,0-2,0.896-2,2l0,4 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 6,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 18,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-4 C 32,20.896, 31.104,20, 30,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 30,6l-8,0 c-1.104,0-2,0.896-2,2c0,0-0.26,1.834-2,2L 4,10 C 2.896,10, 2,10.896, 2,12l0,18 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 23,22L 18,22 l0,5 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,22 L 11,22 C 10.448,22, 10,21.552, 10,21C 10,20.448, 10.448,20, 11,20L 16,20 L 16,15 C 16,14.448, 16.448,14, 17,14S 18,14.448, 18,15L 18,20 l 5,0 c 0.552,0, 1,0.448, 1,1 C 24,21.552, 23.552,22, 23,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,6l-7.032,0 C 21.864,6, 20.594,6.562, 20,8c0,0-0.26,1.834-2,2L 4,10 C 2.896,10, 2,10.864, 2,11.968L 2,30 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,11.968 L 32,8 C 32,6.896, 31.104,6, 30,6z M 30,11.968L 30,14 l0,16 L 4,30 L 4,12 l 14,0 c 0.064,0, 0.126-0.004, 0.19-0.010c 1.876-0.178, 3.036-1.492, 3.572-2.842C 22.282,7.844, 23.188,8, 23.188,8L 30,8 L 30,11.968 zM 22,20L 18,20 L 18,16 c0-0.552-0.448-1-1-1S 16,15.448, 16,16l0,4 L 12,20 c-0.552,0-1,0.448-1,1 C 11,21.552, 11.448,22, 12,22l 4,0 l0,4 c0,0.552, 0.448,1, 1,1S 18,26.552, 18,26l0-4 l 4,0 c 0.552,0, 1-0.448, 1-1 C 23,20.448, 22.552,20, 22,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 30,6l-9.032,0 C 19.864,6, 18.594,6.562, 18,8c0,0-0.26,1.834-2,2L 2,10 C 0.896,10,0,10.864,0,11.968L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,11.968 L 32,8 C 32,6.896, 31.104,6, 30,6z M 30,11.968L 30,14 l0,16 L 2,30 L 2,12 l 14,0 c 0.064,0, 0.126-0.004, 0.19-0.010C 18.066,11.812, 19.226,10.5, 19.762,9.15C 20.282,7.844, 21.188,8, 21.188,8L 30,8 L 30,11.968 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,4l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,12 l 32,0 L 32,9.968 L 32,6 C 32,4.896, 31.104,4, 30,4zM0,30c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L0,14 L0,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 32,9.968L 32,6 c0-1.104-0.896-2-2-2l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,12 l 32,0 L 32,9.968 zM 2,32l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L0,14 l0,16 C0,31.104, 0.896,32, 2,32z M 2,16l 28,0 l0,14 L 2,30 L 2,16 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,6l-10,0 C 18.896,6, 18,6.896, 18,8c0,0-0.26,1.834-2,2L 2,10 C 0.896,10,0,10.864,0,11.968L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,11.968 L 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 30,4l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,12 L 32,9.968 L 32,6 C 32,4.896, 31.104,4, 30,4z M 16.006,29.988l-6.244-8l 4.244,0 l0-8 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,8 l 4.244,0 L 16.006,29.988z"></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,4l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,28 c0,1.104, 0.896,2, 2,2l 12.006,0 l0-10 L 9.762,20 l 6.244-8l 6.244,8L 18.006,20 l0,10 L 30,30 c 1.104,0, 2-0.896, 2-2L 32,12 L 32,9.968 L 32,6 C 32,4.896, 31.104,4, 30,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 2.544,24.656c 0.48,0.746, 1.488,1.634, 3.568,1.634c 1.308,0, 2.982-0.382, 4.846-1.048 C 11.764,28.794, 13.246,32, 16,32c 2.8,0, 4.288-3.316, 5.084-6.942c 1.868,0.632, 3.548,0.996, 4.862,0.996c 2.2,0, 3.232-0.936, 3.712-1.72 c 1.552-2.544-0.87-5.774-3.794-8.444c 0.54-0.52, 1.048-1.040, 1.494-1.546c 2.528-2.878, 3.234-5.232, 2.098-7 c-0.48-0.746-1.488-1.634-3.568-1.634l0,0 c-1.308,0-2.982,0.382-4.846,1.048C 20.236,3.206, 18.754,0, 16,0C 13.2,0, 11.712,3.316, 10.916,6.942 C 9.048,6.308, 7.368,5.946, 6.054,5.946l0,0 c-2.2,0-3.234,0.936-3.712,1.72C 0.79,10.21, 3.212,13.44, 6.136,16.11 c-0.54,0.522-1.048,1.040-1.494,1.546C 2.114,20.534, 1.408,22.89, 2.544,24.656z M 16,30c-1.294,0-2.442-2.162-3.174-5.5 c 1.052-0.454, 2.14-0.984, 3.254-1.59c 1.068,0.548, 2.112,1.026, 3.124,1.442C 18.476,27.774, 17.314,30, 16,30z M 12,16 c0-0.734, 0.022-1.45, 0.052-2.154c 0.576-0.408, 1.166-0.812, 1.784-1.21C 14.546,12.18, 15.248,11.76, 15.944,11.36 c 0.706,0.384, 1.418,0.786, 2.138,1.224c 0.644,0.394, 1.262,0.796, 1.862,1.2C 19.978,14.508, 20,15.244, 20,16 c0,0.734-0.022,1.45-0.052,2.154C 19.372,18.562, 18.782,18.966, 18.164,19.364C 17.454,19.82, 16.752,20.24, 16.056,20.64 c-0.706-0.384-1.418-0.786-2.138-1.224c-0.644-0.394-1.262-0.796-1.862-1.2C 12.022,17.492, 12,16.756, 12,16z M 10.010,16.752 C 9.716,16.528, 9.428,16.304, 9.152,16.082C 9.428,15.848, 9.714,15.614, 10.006,15.38C 10.002,15.648, 10,15.874, 10,16 C 10,16.146, 10.004,16.422, 10.010,16.752z M 12.234,11.308C 12.292,10.74, 12.36,10.19, 12.438,9.658C 12.894,9.852, 13.36,10.066, 13.836,10.29 c-0.36,0.22-0.72,0.43-1.082,0.662C 12.574,11.070, 12.412,11.192, 12.234,11.308z M 18.030,10.24c 0.516-0.26, 1.020-0.502, 1.514-0.724 C 19.628,10.082, 19.7,10.672, 19.762,11.278c-0.278-0.178-0.512-0.324-0.636-0.4C 18.76,10.654, 18.394,10.452, 18.030,10.24z M 21.99,15.248 c 0.294,0.224, 0.582,0.448, 0.858,0.67c-0.276,0.234-0.562,0.466-0.856,0.702C 21.998,16.352, 22,16.126, 22,16 C 22,15.854, 21.996,15.578, 21.99,15.248z M 19.766,20.692c-0.058,0.568-0.124,1.12-0.202,1.65c-0.456-0.194-0.924-0.408-1.398-0.632 c 0.36-0.22, 0.72-0.43, 1.082-0.662C 19.426,20.93, 19.588,20.808, 19.766,20.692z M 12.874,21.122c 0.366,0.224, 0.73,0.426, 1.096,0.638 c-0.516,0.26-1.020,0.502-1.514,0.724c-0.084-0.564-0.156-1.154-0.218-1.762C 12.516,20.898, 12.75,21.046, 12.874,21.122z M 27.95,23.292c-0.316,0.516-1.016,0.762-2.004,0.762c-1.154,0-2.712-0.352-4.488-0.976c 0.212-1.372, 0.344-2.712, 0.422-3.856 c 0.894-0.66, 1.72-1.328, 2.502-2C 27.204,19.784, 28.672,22.11, 27.95,23.292z M 25.888,7.71c 0.916,0, 1.574,0.23, 1.886,0.716 c 0.75,1.166-0.666,3.528-3.43,6.158c-0.86-0.7-1.708-1.34-2.472-1.882c-0.082-1.18-0.218-2.556-0.444-3.962 C 23.202,8.082, 24.752,7.71, 25.888,7.71z M 16,2c 1.294,0, 2.442,2.162, 3.174,5.5c-1.052,0.454-2.14,0.984-3.254,1.59 C 14.85,8.542, 13.806,8.062, 12.796,7.648C 13.524,4.226, 14.686,2, 16,2z M 4.050,8.708c 0.316-0.516, 1.016-0.762, 2.004-0.762 c 1.154,0, 2.712,0.352, 4.488,0.976C 10.328,10.294, 10.198,11.632, 10.12,12.778c-0.894,0.66-1.72,1.328-2.502,2 C 4.796,12.216, 3.328,9.89, 4.050,8.708z M 10.126,19.296c 0.082,1.18, 0.218,2.556, 0.444,3.962c-1.772,0.658-3.322,1.030-4.458,1.030 c-0.916,0-1.574-0.23-1.886-0.716c-0.75-1.166, 0.666-3.528, 3.43-6.158C 8.514,18.114, 9.362,18.756, 10.126,19.296z"></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,8L 18.084,8 l0,6 L 32,14 L 32,10 C 32,8.896, 31.104,8, 30,8zM 2,8C 0.896,8,0,8.896,0,10l0,4 l 14,0 L 14,8 L 2,8 zM 2,16l0,14 c0,1.104, 0.896,2, 2,2l 10,0 L 14,16 L 2,16 zM 28,32c 1.104,0, 2-0.896, 2-2L 30,16 L 18.084,16 l0,16 L 28,32 zM 15.998,5.984l 0.006,0 C 16.002,5.988, 16,5.996, 16,6l 2.084,0 C 19.854,6, 22.36,6, 24,6c 2.762,0, 4-1.344, 4-3 S 26.762,0, 24,0c-2.586,0-4.622,1.164-6,2.514C 17.396,2.156, 16.698,1.938, 15.942,1.938c-0.724,0-1.394,0.204-1.982,0.536 C 12.584,1.14, 10.56,0, 8,0C 5.238,0, 4,1.344, 4,3S 5.238,6, 8,6c 1.666,0, 4.226,0, 6,0l 2,0 C 16,5.996, 15.998,5.988, 15.998,5.984z M 26,3 C 26,3.826, 24.912,4, 24,4L 19.458,4 C 19.442,3.972, 19.428,3.942, 19.412,3.916C 20.428,2.928, 21.968,2, 24,2C 24.912,2, 26,2.174, 26,3z M 6,3 C 6,2.174, 7.088,2, 8,2c 1.988,0, 3.496,0.89, 4.512,1.844C 12.48,3.894, 12.456,3.948, 12.426,4L 8,4 C 7.088,4, 6,3.826, 6,3z"></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,8L 18.042,8 L 14,8 L 2,8 C 0.896,8,0,8.896,0,10l0,6 l 2,0 l0,14 c0,1.104, 0.896,2, 2,2l 10,0 l 4.042,0 L 28,32 c 1.104,0, 2-0.896, 2-2L 30,16 l 2,0 L 32,10 C 32,8.896, 31.104,8, 30,8z M 2,10l 12,0 l0,4 L 2,14 L 2,10 z M 4,30L 4,16 l 10,0 l0,14 L 4,30 z M 28,30L 18.042,30 L 18.042,16 L 28,16 L 28,30 z M 30,14L 18.042,14 L 18.042,10 L 30,10 L 30,14 zM 16,6c0-0.004-0.002-0.012-0.002-0.016l 0.006,0 C 16.002,5.988, 16,5.996, 16,6c0,0, 5.238,0, 8,0 c 2.762,0, 4-1.344, 4-3S 26.762,0, 24,0c-2.586,0-4.622,1.164-6,2.514C 17.396,2.156, 16.698,1.938, 15.942,1.938 c-0.724,0-1.394,0.204-1.982,0.536C 12.584,1.14, 10.56,0, 8,0C 5.238,0, 4,1.344, 4,3S 5.238,6, 8,6C 10.762,6, 16,6, 16,6z M 26,3 C 26,3.826, 24.912,4, 24,4L 19.458,4 C 19.442,3.972, 19.428,3.942, 19.412,3.916C 20.428,2.928, 21.968,2, 24,2C 24.912,2, 26,2.174, 26,3z M 6,3 C 6,2.174, 7.088,2, 8,2c 1.988,0, 3.496,0.89, 4.512,1.844C 12.48,3.894, 12.456,3.948, 12.426,4L 8,4 C 7.088,4, 6,3.826, 6,3z"></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 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 27.938,10l-2.98,0 c-0.58-1.824-1.376-3.422-2.336-4.704C 24.798,6.346, 26.64,7.98, 27.938,10z M 18,10L 18,4.164 C 19.89,4.722, 21.732,6.818, 22.866,10L 18,10 z M 23.448,12c 0.282,1.224, 0.464,2.564, 0.522,4L 18,16 L 18,12 L 23.448,12 z M 16,4.164L 16,10 L 11.134,10 C 12.268,6.818, 14.11,4.722, 16,4.164z M 16,12l0,4 L 10.030,16 c 0.058-1.436, 0.24-2.776, 0.522-4L 16,12 z M 8.030,16l-3.98,0 c 0.108-1.406, 0.43-2.754, 0.952-4l 3.52,0 C 8.254,13.266, 8.086,14.604, 8.030,16z M 8.030,18c 0.056,1.396, 0.224,2.734, 0.492,4l-3.52,0 c-0.522-1.246-0.844-2.594-0.952-4L 8.030,18 z M 10.030,18L 16,18 l0,4 L 10.552,22 C 10.27,20.776, 10.088,19.436, 10.030,18z M 16,24l0,5.836 C 14.11,29.278, 12.268,27.182, 11.134,24L 16,24 z M 18,29.836L 18,24 l 4.866,0 C 21.732,27.182, 19.89,29.278, 18,29.836z M 18,22L 18,18 l 5.97,0 c-0.058,1.436-0.24,2.776-0.522,4L 18,22 z M 25.97,18l 3.98,0 c-0.108,1.406-0.43,2.754-0.952,4l-3.52,0 C 25.746,20.734, 25.914,19.396, 25.97,18z M 25.97,16c-0.056-1.396-0.224-2.734-0.492-4l 3.52,0 c 0.522,1.246, 0.844,2.594, 0.952,4L 25.97,16 z M 11.378,5.296C 10.42,6.578, 9.622,8.176, 9.042,10l-2.98,0 C 7.36,7.98, 9.202,6.346, 11.378,5.296z M 6.062,24l 2.98,0 c 0.58,1.824, 1.376,3.422, 2.336,4.704C 9.202,27.654, 7.36,26.020, 6.062,24z M 22.622,28.704 c 0.958-1.282, 1.756-2.88, 2.336-4.704l 2.98,0 C 26.64,26.020, 24.798,27.654, 22.622,28.704z"></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.118,21.638c-5.446,5.444-14.308,5.448-19.754,0C 7.728,19.004, 6.278,15.496, 6.278,11.76 s 1.452-7.244, 4.084-9.876c 0.39-0.39, 0.39-1.024,0-1.414s-1.024-0.39-1.414,0C 5.936,3.48, 4.278,7.49, 4.278,11.76 s 1.66,8.282, 4.67,11.292C 11.49,25.596, 14.686,27.082, 18,27.548L 18,30 L 15,30 C 14.448,30, 14,30.448, 14,31C 14,31.552, 14.448,32, 15,32l 8,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 20,30 l0-2.288 c 0.080,0.002, 0.16,0.012, 0.24,0.012 c 4.088,0, 8.178-1.556, 11.292-4.67c 0.39-0.39, 0.39-1.024,0-1.414S 30.508,21.248, 30.118,21.638zM 20.24,0C 13.744,0, 8.48,5.266, 8.48,11.76s 5.266,11.76, 11.76,11.76S 32,18.256, 32,11.76S 26.734,0, 20.24,0z M 20.24,21.52c-5.382,0-9.76-4.378-9.76-9.76C 10.48,6.378, 14.858,2, 20.24,2C 25.622,2, 30,6.378, 30,11.76 C 30,17.142, 25.622,21.52, 20.24,21.52z"></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.118,21.638c-5.446,5.444-14.308,5.448-19.754,0C 7.728,19.004, 6.278,15.496, 6.278,11.76 s 1.452-7.244, 4.084-9.876c 0.39-0.39, 0.39-1.024,0-1.414s-1.024-0.39-1.414,0C 5.936,3.48, 4.278,7.49, 4.278,11.76 s 1.66,8.282, 4.67,11.292C 11.49,25.596, 14.686,27.082, 18,27.548L 18,30 L 15,30 C 14.448,30, 14,30.448, 14,31C 14,31.552, 14.448,32, 15,32l 8,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 20,30 l0-2.288 c 0.080,0.002, 0.16,0.012, 0.24,0.012 c 4.088,0, 8.178-1.556, 11.292-4.67c 0.39-0.39, 0.39-1.024,0-1.414S 30.508,21.248, 30.118,21.638zM 8.48,11.76A11.76,11.76 0 1 0 32,11.76A11.76,11.76 0 1 0 8.48,11.76z"></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,14l 6,0 c 1.104,0, 2-0.896, 2-2L 14,6 c0-1.104-0.896-2-2-2L 6,4 C 4.896,4, 4,4.896, 4,6l0,6 C 4,13.104, 4.896,14, 6,14zM 20,14l 6,0 c 1.104,0, 2-0.896, 2-2L 28,6 c0-1.104-0.896-2-2-2l-6,0 C 18.896,4, 18,4.896, 18,6l0,6 C 18,13.104, 18.896,14, 20,14zM 4,26c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2L 6,18 c-1.104,0-2,0.896-2,2L 4,26 zM 18,26c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2l-6,0 c-1.104,0-2,0.896-2,2L 18,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 4,10l 4,0 c 1.104,0, 2-0.896, 2-2L 10,4 c0-1.104-0.896-2-2-2L 4,2 C 2.896,2, 2,2.896, 2,4l0,4 C 2,9.104, 2.896,10, 4,10zM 14,10l 4,0 c 1.104,0, 2-0.896, 2-2L 20,4 c0-1.104-0.896-2-2-2L 14,2 C 12.896,2, 12,2.896, 12,4l0,4 C 12,9.104, 12.896,10, 14,10zM 24,10l 4,0 c 1.104,0, 2-0.896, 2-2L 30,4 c0-1.104-0.896-2-2-2l-4,0 c-1.104,0-2,0.896-2,2l0,4 C 22,9.104, 22.896,10, 24,10zM 2,18c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 10,14 c0-1.104-0.896-2-2-2L 4,12 C 2.896,12, 2,12.896, 2,14L 2,18 zM 12,18c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 20,14 c0-1.104-0.896-2-2-2L 14,12 C 12.896,12, 12,12.896, 12,14L 12,18 zM 22,18c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 30,14 c0-1.104-0.896-2-2-2l-4,0 c-1.104,0-2,0.896-2,2L 22,18 zM 2,28c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2l0-4 c0-1.104-0.896-2-2-2L 4,22 c-1.104,0-2,0.896-2,2L 2,28 zM 12,28c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2l0-4 c0-1.104-0.896-2-2-2L 14,22 c-1.104,0-2,0.896-2,2L 12,28 zM 22,28c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2l0-4 c0-1.104-0.896-2-2-2l-4,0 c-1.104,0-2,0.896-2,2L 22,28 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="33.22800064086914" viewBox="0 0 32 33.22800064086914" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 14,5C 14,2.324, 11.676,0, 9,0S 4,2.324, 4,5C 4,7.676, 6.324,10, 9,10S 14,7.676, 14,5zM 17.5,24c0-8-4.152-12-8.75-12S0,16,0,24C0,29.48, 17.5,29.48, 17.5,24zM 23.5,13.89c 2.676,0, 5-2.324, 5-5s-2.324-5-5-5s-5,2.324-5,5S 20.824,13.89, 23.5,13.89zM 23.25,15.89c-1.382,0-2.706,0.406-3.906,1.13c 0.726,1.952, 1.156,4.266, 1.156,6.98 c0,2.694-1.796,4.792-4.878,5.992C 19.444,33.228, 32,32.538, 32,27.89C 32,19.89, 27.848,15.89, 23.25,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 30,20L 30,16 c0-9.192-7.042-14-14-14C 9.212,2, 2,6.906, 2,16l0,4 c-1.104,0-2,0.896-2,2l0,4 c0,1.104, 0.896,2, 2,2 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2l0-8 c0-1.104-0.896-2-2-2L 4,16 c0-7.878, 6.038-12, 12-12c 5.78,0, 12,3.754, 12,12l0,2 c-1.104,0-2,0.896-2,2l0,8 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2c 1.104,0, 2-0.896, 2-2l0-4 C 32,20.896, 31.104,20, 30,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 31.984,13.834C 31.9,8.926, 27.918,4.552, 23,4.552c-2.844,0-5.35,1.488-7,3.672 C 14.35,6.040, 11.844,4.552, 9,4.552c-4.918,0-8.9,4.374-8.984,9.282L0,13.834 c0,0.030, 0.006,0.058, 0.006,0.088 C 0.006,13.944,0,13.966,0,13.99c0,0.138, 0.034,0.242, 0.040,0.374C 0.48,26.872, 15.874,32, 15.874,32s 15.62-5.122, 16.082-17.616 C 31.964,14.244, 32,14.134, 32,13.99c0-0.024-0.006-0.046-0.006-0.068C 31.994,13.89, 32,13.864, 32,13.834L 31.984,13.834 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 31.984,13.834C 31.9,8.926, 27.918,4.552, 23,4.552c-2.844,0-5.35,1.488-7,3.672 C 14.35,6.040, 11.844,4.552, 9,4.552c-4.918,0-8.9,4.374-8.984,9.282L0,13.834 c0,0.030, 0.006,0.058, 0.006,0.088 C 0.006,13.944,0,13.966,0,13.99c0,0.138, 0.034,0.242, 0.040,0.374C 0.48,26.872, 15.874,32, 15.874,32s 15.62-5.122, 16.082-17.616 C 31.964,14.244, 32,14.134, 32,13.99c0-0.024-0.006-0.046-0.006-0.068C 31.994,13.89, 32,13.864, 32,13.834L 31.984,13.834 z M 29.958,14.31 c-0.354,9.6-11.316,14.48-14.080,15.558c-2.74-1.080-13.502-5.938-13.84-15.596C 2.034,14.172, 2.024,14.080, 2.010,13.98 c 0.002-0.036, 0.004-0.074, 0.006-0.112C 2.084,9.902, 5.282,6.552, 9,6.552c 2.052,0, 4.022,1.048, 5.404,2.878 C 14.782,9.93, 15.372,10.224, 16,10.224s 1.218-0.294, 1.596-0.794C 18.978,7.6, 20.948,6.552, 23,6.552c 3.718,0, 6.916,3.35, 6.984,7.316 c0,0.038, 0.002,0.076, 0.006,0.114C 29.976,14.080, 29.964,14.184, 29.958,14.31z"></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 26,10.652L 26,2 l 0.986,0 C 27.546,2, 28,1.552, 28,1C 28,0.448, 27.546,0, 26.986,0L 7.014,0 C 6.454,0, 6,0.448, 6,1 C 6,1.552, 6.454,2, 7.014,2L 8,2 l0,8.652 c0,0.57, 0.244,1.114, 0.67,1.494L 12.994,16L 8.67,19.854C 8.244,20.234, 8,20.778, 8,21.348L 8,30 L 7.014,30 C 6.454,30, 6,30.448, 6,31C 6,31.552, 6.454,32, 7.014,32l 19.974,0 C 27.546,32, 28,31.552, 28,31c0-0.552-0.454-1-1.014-1L 26,30 l0-8.652 c0-0.57-0.244-1.114-0.67-1.494L 21.006,16l 4.324-3.854C 25.756,11.766, 26,11.222, 26,10.652z M 24,10.652L 18,16l 6,5.348L 24,30 L 10,30 l0-8.652 L 16,16 L 10,10.652L 10,2 l 14,0 L 24,10.652 zM 22,7.756L 22,6L 12,6L 12,7.756L 17,12.212 zM 12,24.252L 12,28L 22,28L 22,24.252L 19.474,22L 14.526,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.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 1.656,17.756L 16,5.324l 14.344,12.432C 30.534,17.92, 30.768,18, 31,18c 0.28,0, 0.558-0.118, 0.756-0.344 c 0.362-0.418, 0.316-1.048-0.1-1.412l-15-13c-0.376-0.326-0.934-0.326-1.31,0L 10,7.876L 10,6 c0-1.104-0.896-2-2-2S 6,4.896, 6,6l0,5.342 L 0.344,16.244c-0.416,0.362-0.462,0.994-0.1,1.412C 0.608,18.072, 1.238,18.118, 1.656,17.756zM 12,22l 8,0 l0,10 l 6,0 c 1.104,0, 2-0.896, 2-2l0-9.802 c0-0.6-0.268-1.166-0.732-1.546l-10-8.198C 16.9,10.152, 16.45,10, 16,10 C 15.55,10, 15.1,10.152, 14.732,10.454l-10,8.198C 4.268,19.030, 4,19.598, 4,20.198L 4,30 c0,1.104, 0.896,2, 2,2l 6,0 L 12,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.25" height="32" viewBox="0 0 32.25 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 1.624,17.782L 4,15.882L 4,30 c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2l0-8 l 4,0 l0,8 c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2L 28,15.882 l 2.376,1.9C 30.56,17.928, 30.78,18, 31,18c 0.294,0, 0.584-0.128, 0.782-0.376 c 0.344-0.432, 0.274-1.060-0.156-1.406l-15-12c-0.366-0.292-0.884-0.292-1.25,0L 10,8.518L 10,6 c0-1.104-0.896-2-2-2S 6,4.896, 6,6l0,5.718 l-5.624,4.5c-0.43,0.346-0.5,0.974-0.156,1.406C 0.564,18.056, 1.192,18.126, 1.624,17.782z M 16,6.28l 10,8L 26,30 l-6,0 l0-10 L 12,20 l0,10 L 6,30 L 6,14.282 L 16,6.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 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,6l-10,0 l0,4 c0,1.104-0.896,2-2,2l 1,0 C 20.656,12, 22,10.656, 22,9c0-0.38-0.006-0.71-0.018-1L 30,8 l0,22 L 2,30 L 2,8 l 8.018,0 C 10.006,8.29, 10,8.62, 10,9C 10,10.656, 11.344,12, 13,12L 14,12 C 12.896,12, 12,11.104, 12,10L 12,6 L 2,6 C 0.896,6,0,6.896,0,8l0,22 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6zM 27.166,20L 15,20 C 14.448,20, 14,20.448, 14,21C 14,21.552, 14.448,22, 15,22l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,20.448, 27.718,20, 27.166,20zM 27.166,24L 15,24 C 14.448,24, 14,24.448, 14,25C 14,25.552, 14.448,26, 15,26l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,24.448, 27.718,24, 27.166,24zM 15,18l 12.166,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 15,16 C 14.448,16, 14,16.448, 14,17 C 14,17.552, 14.448,18, 15,18zM 5.58,16.416A2.416,2.416 0 1 0 10.412,16.416A2.416,2.416 0 1 0 5.58,16.416zM 8.048,19.798c-2.184,0-3.952,2.372-3.952,5.3S 12,28.024, 12,25.098S 10.23,19.798, 8.048,19.798zM 12,10c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 20,6 L 20,2 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2l0,4 L 12,10 z M 18,10 L 14,10 L 14,2 l 4,0 L 18,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 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,6l-10,0 l0,2 c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2L 18,12 L 14,12 L 12,12 C 10.896,12, 10,11.104, 10,10c0-1.104, 0.896-2, 2-2L 12,6 L 2,6 C 0.896,6,0,6.896,0,8l0,22 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 15,16l 12.166,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,18 C 14.448,18, 14,17.552, 14,17C 14,16.448, 14.448,16, 15,16z M 15,20l 12.166,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,22 C 14.448,22, 14,21.552, 14,21C 14,20.448, 14.448,20, 15,20z M 15,24l 12.166,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,26 C 14.448,26, 14,25.552, 14,25C 14,24.448, 14.448,24, 15,24z M 12,25.098 c0,2.928-7.906,2.928-7.906,0s 1.77-5.3, 3.952-5.3C 10.23,19.798, 12,22.17, 12,25.098z M 10.412,16.416c0,1.334-1.082,2.416-2.416,2.416 c-1.334,0-2.416-1.082-2.416-2.416C 5.582,15.082, 6.662,14, 7.996,14C 9.332,14, 10.412,15.082, 10.412,16.416zM 14,2L 18,2L 18,10L 14,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 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,6L 2,6 C 0.896,6,0,6.896,0,8l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 2,8 l 28,0 l0,18 L 2,26 L 2,8 zM 27.166,16L 15,16 C 14.448,16, 14,16.448, 14,17C 14,17.552, 14.448,18, 15,18l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,16.448, 27.718,16, 27.166,16zM 27.166,20L 15,20 C 14.448,20, 14,20.448, 14,21C 14,21.552, 14.448,22, 15,22l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,20.448, 27.718,20, 27.166,20zM 27.166,12L 15,12 C 14.448,12, 14,12.448, 14,13C 14,13.552, 14.448,14, 15,14l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,12.448, 27.718,12, 27.166,12zM 5.58,12.416A2.416,2.416 0 1 0 10.412,12.416A2.416,2.416 0 1 0 5.58,12.416zM 8.048,15.798c-2.184,0-3.952,2.372-3.952,5.3S 12,24.024, 12,21.098S 10.23,15.798, 8.048,15.798z"></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,6L 2,6 C 0.896,6,0,6.896,0,8l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 27.166,18L 15,18 C 14.448,18, 14,17.552, 14,17C 14,16.448, 14.448,16, 15,16l 12.166,0 c 0.552,0, 1,0.448, 1,1C 28.166,17.552, 27.718,18, 27.166,18z M 28.166,21c0,0.552-0.448,1-1,1L 15,22 C 14.448,22, 14,21.552, 14,21C 14,20.448, 14.448,20, 15,20l 12.166,0 C 27.718,20, 28.166,20.448, 28.166,21z M 27.166,14L 15,14 C 14.448,14, 14,13.552, 14,13C 14,12.448, 14.448,12, 15,12l 12.166,0 c 0.552,0, 1,0.448, 1,1C 28.166,13.552, 27.718,14, 27.166,14z M 8.048,15.798C 10.23,15.798, 12,18.17, 12,21.098s-7.906,2.928-7.906,0 S 5.864,15.798, 8.048,15.798z M 5.582,12.416C 5.582,11.082, 6.662,10, 7.996,10c 1.334,0, 2.416,1.082, 2.416,2.416 c0,1.334-1.082,2.416-2.416,2.416C 6.662,14.832, 5.582,13.75, 5.582,12.416z"></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.228,11.688A2.782,2.782 1080 1 0 22.792,11.688A2.782,2.782 1080 1 0 17.228,11.688zM 26,28L 28,28L 28,26L 28,22L 28,16L 20,22L 10,14L 4,20L 4,22L 4,26L 4,28L 6,28 zM 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,24 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,6 C 32,4.896, 31.104,4, 30,4z M 30,30L 2,30 L 2,6 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,6l-2,0 L 28,2 c0-1.104-0.896-2-2-2L 2,0 C 0.896,0,0,0.896,0,2l0,22 c0,1.104, 0.896,2, 2,2l 2,0 l0,4 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 2,24L 2,2 l 24,0 l0,22 L 2,24 z M 30,30L 6,30 l0-4 l 2,0 l0,2 l 2,0 l 16,0 l 2,0 l0-2 l0-2 L 28,18 L 28,8 l 2,0 L 30,30 zM 14.79,8.188A2.782,2.782 1080 1 0 20.354,8.188A2.782,2.782 1080 1 0 14.79,8.188zM 10,10L 4,14L 4,18L 4,20L 4,22L 6,22L 22,22L 24,22L 24,20L 24,18L 24,12L 16,16 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,14c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,10 c0,1.104-0.896,2-2,2s-2-0.896-2-2L 14,14 z M 16,10.032c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2C 18,9.136, 17.104,10.032, 16,10.032 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 16,12C 14.896,12, 14,12.896, 14,14l0,10 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 18,14 C 18,12.896, 17.104,12, 16,12zM 14,8.032A2,2 1080 1 0 18,8.032A2,2 1080 1 0 14,8.032z"></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,0l-4,0 c-0.242,0-0.476,0.088-0.66,0.248L 12.536,12.35C 11.822,12.2, 10.718,12, 10,12c-5.514,0-10,4.486-10,10 s 4.486,10, 10,10s 10-4.486, 10-10c0-1.638-0.312-2.736-0.666-3.648l 3.404-1.156c 0.414-0.14, 0.688-0.534, 0.678-0.97l-0.084-3.796 l 3.82-0.266c 0.512-0.036, 0.914-0.454, 0.93-0.966l 0.142-4.558l 2.992-0.664C 31.674,5.876, 32,5.468, 32,5l0-4 C 32,0.448, 31.552,0, 31,0z M 7,22c 1.2,0, 2.236,0.706, 2.716,1.724C 9.898,24.112, 10,24.544, 10,25C 10,26.656, 8.656,28, 7,28 S 4,26.656, 4,25S 5.344,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 11,25c0-0.594-0.128-1.168-0.38-1.702C 9.964,21.902, 8.542,21, 7,21c-2.206,0-4,1.794-4,4 c0,0.394, 0.074,0.766, 0.18,1.126c 0.67,1.104, 1.59,2.024, 2.694,2.694c 0.36,0.106, 0.732,0.18, 1.126,0.18 C 9.206,29, 11,27.206, 11,25z M 7,23c 0.772,0, 1.482,0.452, 1.812,1.15C 8.936,24.416, 9,24.702, 9,25 c0,1.102-0.898,2-2,2s-2-0.898-2-2S 5.898,23, 7,23zM 31,0l-4.328,0 c-0.236,0-0.464,0.084-0.646,0.236L 11.866,12.194C 11.214,12.064, 10.6,12, 10,12c-5.514,0-10,4.486-10,10 s 4.486,10, 10,10s 10-4.486, 10-10c0-1.052-0.168-2.092-0.5-3.1l 3.044-1.978c 0.284-0.184, 0.456-0.5, 0.456-0.838L 23,12.45 l 3.802-0.2 c 0.496-0.026, 0.896-0.412, 0.942-0.906l 0.364-3.852l 3.322-1.588C 31.78,5.736, 32,5.384, 32,5l0-4 C 32,0.448, 31.552,0, 31,0z M 30,4.37l-3.264,1.56c-0.316,0.152-0.532,0.458-0.564,0.808l-0.336,3.558L 21.948,10.5C 21.416,10.53, 21,10.968, 21,11.5l0,4.040 L 17.736,17.662C 17.33,17.926, 17.17,18.444, 17.36,18.89C 17.786,19.892, 18,20.938, 18,22c0,4.412-3.588,8-8,8c-1.514,0-2.916-0.446-4.126-1.18 c-1.104-0.67-2.024-1.59-2.694-2.694C 2.446,24.916, 2,23.514, 2,22c0-4.412, 3.588-8, 8-8c 0.59,0, 1.21,0.082, 1.896,0.248 c 0.31,0.076, 0.638,0, 0.882-0.208L 27.038,2L 30,2 L 30,4.37 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.968,24L 30,24 L 30,6 c0-1.104-0.896-2-2-2L 4,4 C 2.896,4, 2,4.896, 2,6l0,18 L 1.032,24 C 0.462,24,0,24.448,0,25 C0,25.552, 0.462,26, 1.032,26L 4,26 l 24,0 l 2.968,0 C 31.538,26, 32,25.552, 32,25C 32,24.448, 31.538,24, 30.968,24z M 28,6l0,15.916 L 4,21.916 L 4,6 L 28,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="35.124000549316406" height="32" viewBox="0 0 35.124000549316406 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 11.906,0, 7.81,1.562, 4.686,4.686c-6.248,6.248-6.248,16.38,0,22.628C 7.81,30.438, 11.906,32, 16,32 s 8.19-1.562, 11.314-4.686c 6.248-6.248, 6.248-16.38,0-22.628C 24.19,1.562, 20.094,0, 16,0z M 10.344,21.656C 8.832,20.146, 8,18.136, 8,16 c0-2.136, 0.832-4.146, 2.344-5.656C 11.854,8.832, 13.864,8, 16,8s 4.146,0.832, 5.656,2.344C 23.168,11.854, 24,13.864, 24,16 c0,2.136-0.832,4.146-2.344,5.656C 20.146,23.168, 18.136,24, 16,24S 11.854,23.168, 10.344,21.656z M 22.186,3.45L 19.1,6.536 C 18.092,6.206, 17.050,6, 16,6C 15.044,6, 14.098,6.182, 13.172,6.454l-3.12-3.12C 11.892,2.472, 13.908,2, 16,2C 18.184,2, 20.284,2.51, 22.186,3.45z M 3.336,10.054l 3.12,3.12c-0.572,1.94-0.548,4, 0.080,5.928l-3.086,3.086C 2.51,20.284, 2,18.184, 2,16C 2,13.908, 2.472,11.892, 3.336,10.054z M 6.1,25.898L 6.1,25.898C 6.1,25.9, 6.1,25.9, 6.1,25.898L 6.1,25.898z M 10.294,28.778l 3.152-3.152C 14.284,25.848, 15.138,26, 16,26 c 0.956,0, 1.902-0.182, 2.828-0.456l 3.12,3.12C 20.108,29.528, 18.092,30, 16,30C 13.998,30, 12.068,29.57, 10.294,28.778z M 28.66,21.942 l-3.114-3.114c 0.518-1.758, 0.548-3.612, 0.080-5.382l 3.146-3.146C 30.418,14.002, 30.38,18.266, 28.66,21.942z"></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.06399917602539" viewBox="0 0 32 32.06399917602539" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 27.176,16.156c 0.142-0.38, 0.26-0.772, 0.362-1.166c 0.018-0.068, 0.040-0.132, 0.056-0.2 c 0.090-0.37, 0.154-0.748, 0.208-1.128c 0.012-0.088, 0.034-0.176, 0.044-0.264C 27.9,12.936, 27.93,12.47, 27.93,12c0-6.616-5.384-12-12-12 s-12,5.384-12,12c0,0.47, 0.030,0.936, 0.086,1.396C 4.026,13.486, 4.046,13.572, 4.058,13.66c 0.054,0.38, 0.118,0.758, 0.208,1.128 c 0.016,0.068, 0.038,0.134, 0.056,0.2c 0.102,0.394, 0.22,0.786, 0.362,1.166c 0.014,0.036, 0.030,0.072, 0.042,0.108 c 0.158,0.41, 0.334,0.812, 0.536,1.202C 5.27,17.48, 5.278,17.494, 5.286,17.508c 0.21,0.404, 0.442,0.796, 0.698,1.176 c 0.008,0.012, 0.016,0.022, 0.022,0.034c 0.25,0.37, 0.522,0.724, 0.812,1.066c 0.024,0.028, 0.046,0.054, 0.070,0.082 c 0.264,0.306, 0.55,0.596, 0.846,0.876c 0.066,0.062, 0.128,0.124, 0.196,0.184c 0.088,0.078, 0.166,0.166, 0.258,0.242 c 0.054,0.046, 0.12,0.076, 0.18,0.114c 0.198,0.164, 0.386,0.336, 0.596,0.488c 0.084,0.060, 0.136,0.118, 0.208,0.178 C 10.552,23.094, 9.878,24, 11.414,24c 0.214,0, 7.016,0, 9.032,0c 1.534,0, 0.862-0.906, 2.244-2.052c 0.072-0.060, 0.124-0.116, 0.208-0.178 c 0.21-0.152, 0.398-0.324, 0.596-0.488c 0.058-0.040, 0.124-0.068, 0.18-0.114c 0.090-0.076, 0.17-0.164, 0.258-0.242 c 0.066-0.060, 0.13-0.124, 0.196-0.184c 0.296-0.28, 0.58-0.57, 0.846-0.876c 0.024-0.028, 0.046-0.054, 0.070-0.082 c 0.29-0.342, 0.562-0.696, 0.812-1.066c 0.008-0.012, 0.016-0.022, 0.022-0.034c 0.254-0.378, 0.486-0.77, 0.696-1.174 c 0.008-0.014, 0.016-0.030, 0.024-0.044c 0.202-0.39, 0.378-0.792, 0.536-1.202C 27.146,16.226, 27.162,16.192, 27.176,16.156z M 23,12.094 c-0.552,0-1-0.448-1-1C 22,8.046, 19.25,6, 17,6C 16.448,6, 16,5.552, 16,5S 16.448,4, 17,4C 20.438,4, 24,6.532, 24,11.094 C 24,11.646, 23.552,12.094, 23,12.094zM 15.808,30L 13.61,30 L 11.414,30 l 3.606,1.844c 0.286,0.146, 0.598,0.22, 0.91,0.22c 0.308,0, 0.618-0.072, 0.902-0.214 L 20.49,30L 18.272,30 L 16.054,30 L 15.808,30 zM 22,27c0-0.552-0.448-1-1-1l-10,0 C 10.448,26, 10,26.448, 10,27C 10,27.552, 10.448,28, 11,28l 10,0 C 21.552,28, 22,27.552, 22,27z"></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.0620002746582" viewBox="0 0 32 32.0620002746582" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16,0C 9.384,0, 4,5.384, 4,12c0,3.868, 1.88,7.52, 5.032,9.77c 0.048,0.034, 0.098,0.066, 0.148,0.096 c 0.732,0.43, 0.804,1.816, 0.788,2.070c-0.002,0.042-0.004,0.084-0.004,0.124L 9.964,28 c0,0.752, 0.42,1.438, 1.090,1.78l 4.036,2.062 c 0.286,0.146, 0.598,0.22, 0.91,0.22c 0.31,0, 0.618-0.072, 0.902-0.214l 4.084-2.062c 0.674-0.34, 1.098-1.030, 1.098-1.786l0-3.916 c0-1.974, 1.206-2.626, 1.218-2.632c 0.16-0.074, 0.308-0.17, 0.442-0.284C 26.448,18.88, 28,15.54, 28,12C 28,5.384, 22.616,0, 16,0z M 11.964,24.062c0,0,0-0.040, 0.002-0.062l 8.124,0 c0,0.030-0.008,0.052-0.008,0.084c0,0.786,0,1.408,0,1.916L 11.964,26 L 11.964,24.062 z M 16,30.062 L 11.966,28l 8.118,0 L 16,30.062z M 22.452,19.64c0,0-1.34,0.63-2.004,2.36L 11.644,22 c-0.248-0.692-0.678-1.404-1.45-1.858 C 7.656,18.33, 6,15.358, 6,12c0-5.522, 4.478-10, 10-10s 10,4.478, 10,10C 26,15.064, 24.622,17.806, 22.452,19.64zM 17,4C 16.448,4, 16,4.448, 16,5S 16.448,6, 17,6C 19.25,6, 22,8.046, 22,11.094c0,0.552, 0.448,1, 1,1 s 1-0.448, 1-1C 24,6.532, 20.438,4, 17,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 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 27.1,10c0,0-7.622,0-9.1,0L 18,4.812 c 0.072-2.808-0.562-4.808-2.938-4.808C 12.5,0.004, 12,2.13, 12,2.13 C 11.532,9.66, 4,12, 4,12l0,16 l 2.922,0.124C 14.488,28.124, 9.948,32, 22.38,32C 31.82,32, 32,23.692, 32,18S 29.406,10, 27.1,10z M 22.38,30 c-6.316,0-7.654-1.006-8.836-1.894c-1.494-1.122-2.928-1.98-6.524-1.98c-0.004,0-0.008,0-0.012,0L 6,26.084L 6,13.344 C 8.494,12.18, 13.45,9.060, 13.978,2.51c 0.078-0.16, 0.336-0.506, 1.084-0.506c 0.178,0, 0.408,0.020, 0.506,0.12 C 15.65,2.206, 16.052,2.726, 16,4.812L 16,10 l0,2 l 2,0 l 9.1,0 C 28.542,12, 30,14.060, 30,18C 30,25.782, 28.786,30, 22.38,30zM 1,30C 1.552,30, 2,29.552, 2,29L 2,11.084 c0-0.552-0.448-1-1-1S0,10.532,0,11.084L0,29 C0,29.552, 0.448,30, 1,30z"></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 27.1,10c0,0-6.95,0-9.062,0L 18.038,4.538 c 0.148-2.46-0.56-4.536-2.072-4.534 C 13.334,0.008, 13.408,2.13, 13.408,2.13C 12.94,9.66, 6,12, 6,12l0,16 l 0.922,0.124C 14.488,28.124, 9.948,32, 22.38,32C 31.82,32, 32,23.692, 32,18 S 29.406,10, 27.1,10zM 2,30c 1.104,0, 2-0.896, 2-2L 4,12.062 c0-1.104-0.896-2-2-2s-2,0.896-2,2L0,28 C0,29.104, 0.896,30, 2,30z"></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.06999969482422" height="33.58000183105469" viewBox="0 0 32.06999969482422 33.58000183105469" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 7.54,15.77c 1.278,1.278, 3.158,1.726, 4.868,1.216L 2.96,7.54C 2.652,7.232, 2.49,6.786, 2.49,6.254 c0-0.88, 0.46-2.004, 1.070-2.614c 0.8-0.8, 2.97-1.686, 3.98-0.682l 9.446,9.448c 0.138-0.462, 0.208-0.942, 0.208-1.422 c0-1.304-0.506-2.526-1.424-3.446L 9.364,1.134C 7.44-0.79, 3.616-0.068, 1.734,1.814C 0.642,2.906-0.036,4.598-0.036,6.23 c0,1.268, 0.416,2.382, 1.17,3.136L 7.54,15.77zM 24.46,16.23c-1.278-1.278-3.158-1.726-4.868-1.216l 9.448,9.448c 0.308,0.308, 0.47,0.752, 0.47,1.286 c0,0.88-0.46,2.004-1.070,2.614c-0.8,0.8-2.97,1.686-3.98,0.682L 15.014,19.594c-0.138,0.462-0.208,0.942-0.208,1.422 c0,1.304, 0.506,2.526, 1.424,3.446l 6.404,6.404c 1.924,1.924, 5.748,1.202, 7.63-0.68c 1.092-1.092, 1.77-2.784, 1.77-4.416 c0-1.268-0.416-2.382-1.17-3.136L 24.46,16.23zM 9.164,9.162C 8.908,9.416, 8.768,9.756, 8.768,10.116s 0.14,0.698, 0.394,0.952l 11.768,11.77 c 0.526,0.524, 1.38,0.524, 1.906,0c 0.256-0.254, 0.394-0.594, 0.394-0.954s-0.14-0.698-0.394-0.952L 11.068,9.162 C 10.544,8.638, 9.688,8.638, 9.164,9.162z"></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.816001892089844" viewBox="0 0 32 32.816001892089844" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 9.558,4.056c 1.17-1.17, 3.072-1.17, 4.242,0l 10.726,10.726c 0.528-1.998, 0.034-4.21-1.532-5.776 L 15.922,1.936c-2.344-2.344-6.142-2.344-8.486,0L 5.846,3.526c-2.344,2.344-2.344,6.142,0,8.486l 7.072,7.072 c 1.566,1.566, 3.778,2.060, 5.776,1.532L 7.968,9.89c-1.17-1.17-1.17-3.072,0-4.242L 9.558,4.056zM 16.078,30.064c 2.344,2.344, 6.142,2.344, 8.486,0l 1.59-1.592c 2.344-2.344, 2.344-6.142,0-8.486L 19.082,12.918 c-1.566-1.566-3.778-2.060-5.776-1.532l 10.726,10.726c 1.17,1.17, 1.17,3.072,0,4.242l-1.592,1.592c-1.17,1.17-3.072,1.17-4.242,0 L 7.474,17.218c-0.528,1.998-0.034,4.21, 1.532,5.776L 16.078,30.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 27.020,22.82A0.182,0.182 1080 1 0 27.384,22.82A0.182,0.182 1080 1 0 27.020,22.82zM 23.002,26.966A0.362,0.362 1080 1 0 23.726,26.966A0.362,0.362 1080 1 0 23.002,26.966zM 17.586,29.1A0.544,0.544 1080 1 0 18.674,29.1A0.544,0.544 1080 1 0 17.586,29.1zM 11.756,28.814A0.724,0.724 1080 1 0 13.204,28.814A0.724,0.724 1080 1 0 11.756,28.814zM 6.584,26.16A0.906,0.906 1080 1 0 8.396,26.16A0.906,0.906 1080 1 0 6.584,26.16zM 3.002,21.648A1.088,1.088 1080 1 0 5.178,21.648A1.088,1.088 1080 1 0 3.002,21.648zM 1.658,16.108A1.268,1.268 1080 1 0 4.194,16.108A1.268,1.268 1080 1 0 1.658,16.108zM 2.764,10.604A1.45,1.45 1080 1 0 5.664,10.604A1.45,1.45 1080 1 0 2.764,10.604zM 6.082,6.166A1.632,1.632 1080 1 0 9.346,6.166A1.632,1.632 1080 1 0 6.082,6.166zM 10.954,3.624A1.812,1.812 1080 1 0 14.578,3.624A1.812,1.812 1080 1 0 10.954,3.624zM 16.426,3.466A1.994,1.994 1080 1 0 20.414,3.466A1.994,1.994 1080 1 0 16.426,3.466zM 21.436,5.72A2.174,2.174 1080 1 0 25.784,5.72A2.174,2.174 1080 1 0 21.436,5.72zM 24.996,9.954A2.356,2.356 1080 1 0 29.708,9.954A2.356,2.356 1080 1 0 24.996,9.954zM 26.412,15.438A2.538,2.538 1080 1 0 31.488,15.438A2.538,2.538 1080 1 0 26.412,15.438z"></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,12L 7.846,12 L 7.846,10.154 C 7.846,6.76, 10.606,4, 14,4c 2.236,0, 4.182,1.208, 5.258,2.998 c 0.010-0.012, 0.028-0.018, 0.040-0.030c 0.362,0.516, 0.932,0.876, 1.61,0.876c 1.104,0, 2-0.896, 2-2c0-0.27-0.056-0.528-0.154-0.764 c-0.008-0.014-0.014-0.030-0.022-0.044c-0.088-0.2-0.214-0.376-0.36-0.534C 20.552,1.8, 17.504,0, 14,0C 8.392,0, 3.846,4.546, 3.846,10.154 L 3.846,12 L 2,12 C 0.896,12,0,12.896,0,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 28,14 C 28,12.896, 27.104,12, 26,12z M 14,26c-2.21,0-4-1.79-4-4 s 1.79-4, 4-4s 4,1.79, 4,4S 16.21,26, 14,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 30,30L 30,14 c0-1.104-0.896-2-2-2L 7.99,12 L 8,11.152C 8,5.764, 11.328,2, 16.096,2c 3.49,0, 6.6,2.006, 8.118,5.236 c 0.234,0.5, 0.828,0.714, 1.33,0.478c 0.5-0.234, 0.714-0.83, 0.478-1.33C 24.172,2.448, 20.37,0, 16.096,0C 10.246,0, 6,4.69, 6,11.14 L 5.99,12L 4,12 C 2.896,12, 2,12.896, 2,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 C 29.104,32, 30,31.104, 30,30z M 4,14l 24,0 l0,16 L 4,30 L 4,14 zM 16,18c-2.21,0-4,1.79-4,4s 1.79,4, 4,4s 4-1.79, 4-4S 18.21,18, 16,18z M 16,24c-1.102,0-2-0.898-2-2s 0.898-2, 2-2 s 2,0.898, 2,2S 17.102,24, 16,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 16,0C 10.392,0, 5.846,4.546, 5.846,10.154L 5.846,12 L 4,12 C 2.896,12, 2,12.896, 2,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,14 c0-1.104-0.896-2-2-2l-1.846,0 L 26.154,10.154 C 26.154,4.546, 21.608,0, 16,0z M 9.846,10.154C 9.846,6.76, 12.606,4, 16,4 s 6.154,2.76, 6.154,6.154L 22.154,12 L 9.846,12 L 9.846,10.154 z M 16,26c-2.21,0-4-1.79-4-4c0-2.21, 1.79-4, 4-4s 4,1.79, 4,4C 20,24.21, 18.21,26, 16,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 16,0C 10.478,0, 6,4.546, 6,10.154L 6,12 L 4,12 C 2.896,12, 2,12.896, 2,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,14 c0-1.104-0.896-2-2-2l-2,0 L 26,10.154 C 26,4.546, 21.522,0, 16,0z M 8,10.154C 8,5.658, 11.588,2, 16,2s 8,3.658, 8,8.154L 24,12 L 8,12 L 8,10.154 z M 28,30L 4,30 L 4,14 l 24,0 L 28,30 z M 20,22c0-2.21-1.79-4-4-4s-4,1.79-4,4s 1.79,4, 4,4S 20,24.21, 20,22z M 16,24c-1.102,0-2-0.898-2-2 s 0.898-2, 2-2s 2,0.898, 2,2S 17.102,24, 16,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,8L 2,8 C 0.896,8,0,8.896,0,10l0,3.358 l 16,6.4l 16-6.4L 32,10 C 32,8.896, 31.104,8, 30,8zM0,16.624L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,16.624 l-16,6.4L0,16.624z"></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,8L 2,8 C 0.896,8,0,8.896,0,10l0,20 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,10 C 32,8.896, 31.104,8, 30,8z M 11.36,22.054l 4.644,3.156l 4.616-3.178L 28.586,30L 3.414,30 L 11.36,22.054z M 2,28.586L 2,15.69 l 7.676,5.218L 2,28.586z M 22.294,20.88 L 30,15.576l0,13.010 L 22.294,20.88z M 30,10l0,3.236 l-0.042-0.060l-13.962,9.614L 2,13.274L 2,10 L 30,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 10.084,5.804L 2,2L 2,26L 10.084,29.804 zM 12.084,29.776L 20.042,26.19L 20.042,2.19L 12.084,5.776 zM 22.042,26.232L 30,30L 30,6L 22.042,2.232 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.434,4.048l-9-4C 21.292,0.016, 21.146,0, 21,0c-0.13,0-0.262,0.012-0.39,0.038L 10.982,3.956 L 2.436,0.048C 2.292,0.016, 2.146,0, 2,0C 1.55,0, 1.108,0.152, 0.75,0.44C 0.276,0.818,0,1.392,0,2l0,24 c0,0.936, 0.65,1.748, 1.564,1.952 l 8.958,4C 10.666,31.984, 10.812,32, 10.958,32c 0.13,0, 0.262-0.012, 0.39-0.038l 9.628-3.918l 8.588,3.908C 29.71,31.984, 29.856,32, 30,32 c 0.45,0, 0.894-0.152, 1.252-0.44C 31.724,31.18, 32,30.606, 32,30L 32,6 C 32,5.062, 31.348,4.25, 30.434,4.048z M 12,5.586l 8-3.186l0,24 l-8,3.186L 12,5.586 z M 2,2l 8,3.572l0,24 L 2,26L 2,2 z M 30,30l-8-3.556l0-24 L 30,6L 30,30 z"></path></g></svg>