@ember-eui/core 5.17.2 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (447) hide show
  1. package/README.md +1 -1
  2. package/addon/components/eui-field-number/types.ts +2 -2
  3. package/addon/components/eui-markdown-editor/index.ts +2 -0
  4. package/addon/components/eui-markdown-editor-footer/index.hbs +0 -22
  5. package/addon/components/eui-super-date-picker/date-popover/eui-date-popover-content.ts +1 -1
  6. package/addon/components/eui-super-date-picker/date-popover/relative-tab.ts +7 -9
  7. package/addon/components/eui-super-date-picker/index.ts +3 -4
  8. package/addon/components/eui-super-date-picker/types/global.d.ts +0 -2
  9. package/addon/components/eui-super-date-picker/utils/time-options.ts +3 -4
  10. package/addon/i18n/util.ts +1 -1
  11. package/addon/utils/markdown/markdown-types.ts +4 -5
  12. package/addon/utils/markdown/plugins/markdown-default-plugins/processing-plugins.ts +1 -0
  13. package/addon/utils/markdown/plugins/markdown-default-plugins/ui-plugins.ts +1 -0
  14. package/index.js +2 -6
  15. package/package.json +3 -3
  16. package/vendor/eui_theme_amsterdam_dark.min.css +1 -0
  17. package/vendor/eui_theme_amsterdam_light.min.css +1 -0
  18. package/vendor/eui_theme_dark.min.css +1 -0
  19. package/vendor/eui_theme_light.min.css +1 -0
  20. package/vendor/icon/svgs/accessibility.svg +3 -0
  21. package/vendor/icon/svgs/aggregate.svg +3 -0
  22. package/vendor/icon/svgs/alert.svg +3 -0
  23. package/vendor/icon/svgs/analyzeEvent.svg +3 -0
  24. package/vendor/icon/svgs/annotation.svg +3 -0
  25. package/vendor/icon/svgs/apm_trace.svg +3 -0
  26. package/vendor/icon/svgs/app_add_data.svg +6 -0
  27. package/vendor/icon/svgs/app_advanced_settings.svg +10 -0
  28. package/vendor/icon/svgs/app_agent.svg +6 -0
  29. package/vendor/icon/svgs/app_apm.svg +6 -0
  30. package/vendor/icon/svgs/app_app_search.svg +4 -0
  31. package/vendor/icon/svgs/app_auditbeat.svg +7 -0
  32. package/vendor/icon/svgs/app_canvas.svg +11 -0
  33. package/vendor/icon/svgs/app_code.svg +7 -0
  34. package/vendor/icon/svgs/app_console.svg +8 -0
  35. package/vendor/icon/svgs/app_cross_cluster_replication.svg +6 -0
  36. package/vendor/icon/svgs/app_dashboard.svg +8 -0
  37. package/vendor/icon/svgs/app_devtools.svg +6 -0
  38. package/vendor/icon/svgs/app_discover.svg +6 -0
  39. package/vendor/icon/svgs/app_ems.svg +6 -0
  40. package/vendor/icon/svgs/app_filebeat.svg +8 -0
  41. package/vendor/icon/svgs/app_fleet.svg +4 -0
  42. package/vendor/icon/svgs/app_gis.svg +4 -0
  43. package/vendor/icon/svgs/app_graph.svg +6 -0
  44. package/vendor/icon/svgs/app_grok.svg +6 -0
  45. package/vendor/icon/svgs/app_heartbeat.svg +6 -0
  46. package/vendor/icon/svgs/app_index_management.svg +7 -0
  47. package/vendor/icon/svgs/app_index_pattern.svg +9 -0
  48. package/vendor/icon/svgs/app_index_rollup.svg +11 -0
  49. package/vendor/icon/svgs/app_lens.svg +4 -0
  50. package/vendor/icon/svgs/app_logs.svg +6 -0
  51. package/vendor/icon/svgs/app_management.svg +6 -0
  52. package/vendor/icon/svgs/app_metricbeat.svg +7 -0
  53. package/vendor/icon/svgs/app_metrics.svg +4 -0
  54. package/vendor/icon/svgs/app_ml.svg +6 -0
  55. package/vendor/icon/svgs/app_monitoring.svg +7 -0
  56. package/vendor/icon/svgs/app_notebook.svg +8 -0
  57. package/vendor/icon/svgs/app_packetbeat.svg +6 -0
  58. package/vendor/icon/svgs/app_pipeline.svg +6 -0
  59. package/vendor/icon/svgs/app_recently_viewed.svg +6 -0
  60. package/vendor/icon/svgs/app_reporting.svg +9 -0
  61. package/vendor/icon/svgs/app_saved_objects.svg +6 -0
  62. package/vendor/icon/svgs/app_search_profiler.svg +11 -0
  63. package/vendor/icon/svgs/app_security.svg +7 -0
  64. package/vendor/icon/svgs/app_security_analytics.svg +5 -0
  65. package/vendor/icon/svgs/app_spaces.svg +9 -0
  66. package/vendor/icon/svgs/app_sql.svg +13 -0
  67. package/vendor/icon/svgs/app_timelion.svg +6 -0
  68. package/vendor/icon/svgs/app_upgrade_assistant.svg +6 -0
  69. package/vendor/icon/svgs/app_uptime.svg +6 -0
  70. package/vendor/icon/svgs/app_users_roles.svg +6 -0
  71. package/vendor/icon/svgs/app_visualize.svg +9 -0
  72. package/vendor/icon/svgs/app_watches.svg +8 -0
  73. package/vendor/icon/svgs/app_workplace_search.svg +4 -0
  74. package/vendor/icon/svgs/apps.svg +3 -0
  75. package/vendor/icon/svgs/arrow_down.svg +5 -0
  76. package/vendor/icon/svgs/arrow_left.svg +5 -0
  77. package/vendor/icon/svgs/arrow_right.svg +5 -0
  78. package/vendor/icon/svgs/arrow_up.svg +5 -0
  79. package/vendor/icon/svgs/asterisk.svg +3 -0
  80. package/vendor/icon/svgs/beaker.svg +3 -0
  81. package/vendor/icon/svgs/bell.svg +3 -0
  82. package/vendor/icon/svgs/bellSlash.svg +3 -0
  83. package/vendor/icon/svgs/bolt.svg +3 -0
  84. package/vendor/icon/svgs/boxes_horizontal.svg +5 -0
  85. package/vendor/icon/svgs/boxes_vertical.svg +3 -0
  86. package/vendor/icon/svgs/branch.svg +3 -0
  87. package/vendor/icon/svgs/broom.svg +3 -0
  88. package/vendor/icon/svgs/brush.svg +3 -0
  89. package/vendor/icon/svgs/bug.svg +3 -0
  90. package/vendor/icon/svgs/bullseye.svg +3 -0
  91. package/vendor/icon/svgs/calendar.svg +3 -0
  92. package/vendor/icon/svgs/check.svg +3 -0
  93. package/vendor/icon/svgs/checkInCircleFilled.svg +3 -0
  94. package/vendor/icon/svgs/cheer.svg +3 -0
  95. package/vendor/icon/svgs/clock.svg +3 -0
  96. package/vendor/icon/svgs/cloudDrizzle.svg +3 -0
  97. package/vendor/icon/svgs/cloudStormy.svg +3 -0
  98. package/vendor/icon/svgs/cloudSunny.svg +3 -0
  99. package/vendor/icon/svgs/color.svg +3 -0
  100. package/vendor/icon/svgs/compute.svg +6 -0
  101. package/vendor/icon/svgs/console.svg +5 -0
  102. package/vendor/icon/svgs/continuityAbove.svg +3 -0
  103. package/vendor/icon/svgs/continuityAboveBelow.svg +3 -0
  104. package/vendor/icon/svgs/continuityBelow.svg +3 -0
  105. package/vendor/icon/svgs/continuityWithin.svg +3 -0
  106. package/vendor/icon/svgs/controls_horizontal.svg +3 -0
  107. package/vendor/icon/svgs/controls_vertical.svg +3 -0
  108. package/vendor/icon/svgs/copy.svg +6 -0
  109. package/vendor/icon/svgs/copy_clipboard.svg +4 -0
  110. package/vendor/icon/svgs/cross.svg +3 -0
  111. package/vendor/icon/svgs/crossInACircleFilled.svg +3 -0
  112. package/vendor/icon/svgs/crosshairs.svg +3 -0
  113. package/vendor/icon/svgs/currency.svg +3 -0
  114. package/vendor/icon/svgs/cut.svg +3 -0
  115. package/vendor/icon/svgs/database.svg +3 -0
  116. package/vendor/icon/svgs/document.svg +3 -0
  117. package/vendor/icon/svgs/documentEdit.svg +3 -0
  118. package/vendor/icon/svgs/documentation.svg +5 -0
  119. package/vendor/icon/svgs/documents.svg +3 -0
  120. package/vendor/icon/svgs/dot.svg +3 -0
  121. package/vendor/icon/svgs/download.svg +4 -0
  122. package/vendor/icon/svgs/editorDistributeHorizontal.svg +3 -0
  123. package/vendor/icon/svgs/editorDistributeVertical.svg +3 -0
  124. package/vendor/icon/svgs/editorItemAlignBottom.svg +3 -0
  125. package/vendor/icon/svgs/editorItemAlignCenter.svg +3 -0
  126. package/vendor/icon/svgs/editorItemAlignLeft.svg +3 -0
  127. package/vendor/icon/svgs/editorItemAlignMiddle.svg +3 -0
  128. package/vendor/icon/svgs/editorItemAlignRight.svg +3 -0
  129. package/vendor/icon/svgs/editorItemAlignTop.svg +3 -0
  130. package/vendor/icon/svgs/editorPositionBottomLeft.svg +3 -0
  131. package/vendor/icon/svgs/editorPositionBottomRight.svg +3 -0
  132. package/vendor/icon/svgs/editorPositionTopLeft.svg +3 -0
  133. package/vendor/icon/svgs/editorPositionTopRight.svg +3 -0
  134. package/vendor/icon/svgs/editor_align_center.svg +3 -0
  135. package/vendor/icon/svgs/editor_align_left.svg +3 -0
  136. package/vendor/icon/svgs/editor_align_right.svg +3 -0
  137. package/vendor/icon/svgs/editor_bold.svg +3 -0
  138. package/vendor/icon/svgs/editor_code_block.svg +3 -0
  139. package/vendor/icon/svgs/editor_comment.svg +3 -0
  140. package/vendor/icon/svgs/editor_heading.svg +3 -0
  141. package/vendor/icon/svgs/editor_italic.svg +3 -0
  142. package/vendor/icon/svgs/editor_link.svg +3 -0
  143. package/vendor/icon/svgs/editor_ordered_list.svg +3 -0
  144. package/vendor/icon/svgs/editor_redo.svg +3 -0
  145. package/vendor/icon/svgs/editor_strike.svg +3 -0
  146. package/vendor/icon/svgs/editor_table.svg +3 -0
  147. package/vendor/icon/svgs/editor_underline.svg +3 -0
  148. package/vendor/icon/svgs/editor_undo.svg +3 -0
  149. package/vendor/icon/svgs/editor_unordered_list.svg +3 -0
  150. package/vendor/icon/svgs/email.svg +3 -0
  151. package/vendor/icon/svgs/empty.svg +2 -0
  152. package/vendor/icon/svgs/eql.svg +4 -0
  153. package/vendor/icon/svgs/eraser.svg +4 -0
  154. package/vendor/icon/svgs/exit.svg +3 -0
  155. package/vendor/icon/svgs/expand.svg +3 -0
  156. package/vendor/icon/svgs/expandMini.svg +3 -0
  157. package/vendor/icon/svgs/export.svg +3 -0
  158. package/vendor/icon/svgs/eye.svg +3 -0
  159. package/vendor/icon/svgs/eye_closed.svg +3 -0
  160. package/vendor/icon/svgs/face_happy.svg +5 -0
  161. package/vendor/icon/svgs/face_neutral.svg +3 -0
  162. package/vendor/icon/svgs/face_sad.svg +3 -0
  163. package/vendor/icon/svgs/filter.svg +3 -0
  164. package/vendor/icon/svgs/flag.svg +3 -0
  165. package/vendor/icon/svgs/fold.svg +1 -0
  166. package/vendor/icon/svgs/folder_check.svg +3 -0
  167. package/vendor/icon/svgs/folder_closed.svg +3 -0
  168. package/vendor/icon/svgs/folder_exclamation.svg +3 -0
  169. package/vendor/icon/svgs/folder_open.svg +3 -0
  170. package/vendor/icon/svgs/frameNext.svg +3 -0
  171. package/vendor/icon/svgs/framePrevious.svg +3 -0
  172. package/vendor/icon/svgs/fullScreenExit.svg +3 -0
  173. package/vendor/icon/svgs/full_screen.svg +5 -0
  174. package/vendor/icon/svgs/function.svg +3 -0
  175. package/vendor/icon/svgs/gear.svg +3 -0
  176. package/vendor/icon/svgs/glasses.svg +3 -0
  177. package/vendor/icon/svgs/globe.svg +3 -0
  178. package/vendor/icon/svgs/grab.svg +3 -0
  179. package/vendor/icon/svgs/grab_horizontal.svg +3 -0
  180. package/vendor/icon/svgs/grid.svg +3 -0
  181. package/vendor/icon/svgs/heart.svg +3 -0
  182. package/vendor/icon/svgs/heatmap.svg +3 -0
  183. package/vendor/icon/svgs/help.svg +3 -0
  184. package/vendor/icon/svgs/home.svg +3 -0
  185. package/vendor/icon/svgs/iInCircle.svg +3 -0
  186. package/vendor/icon/svgs/image.svg +1 -0
  187. package/vendor/icon/svgs/import.svg +3 -0
  188. package/vendor/icon/svgs/index_close.svg +3 -0
  189. package/vendor/icon/svgs/index_edit.svg +3 -0
  190. package/vendor/icon/svgs/index_flush.svg +3 -0
  191. package/vendor/icon/svgs/index_mapping.svg +3 -0
  192. package/vendor/icon/svgs/index_open.svg +3 -0
  193. package/vendor/icon/svgs/index_runtime.svg +4 -0
  194. package/vendor/icon/svgs/index_settings.svg +7 -0
  195. package/vendor/icon/svgs/inputOutput.svg +9 -0
  196. package/vendor/icon/svgs/inspect.svg +3 -0
  197. package/vendor/icon/svgs/invert.svg +6 -0
  198. package/vendor/icon/svgs/ip.svg +3 -0
  199. package/vendor/icon/svgs/keyboard_shortcut.svg +3 -0
  200. package/vendor/icon/svgs/kql_field.svg +5 -0
  201. package/vendor/icon/svgs/kql_function.svg +5 -0
  202. package/vendor/icon/svgs/kql_operand.svg +5 -0
  203. package/vendor/icon/svgs/kql_selector.svg +5 -0
  204. package/vendor/icon/svgs/kql_value.svg +5 -0
  205. package/vendor/icon/svgs/layers.svg +5 -0
  206. package/vendor/icon/svgs/link.svg +3 -0
  207. package/vendor/icon/svgs/list.svg +3 -0
  208. package/vendor/icon/svgs/list_add.svg +3 -0
  209. package/vendor/icon/svgs/lock.svg +3 -0
  210. package/vendor/icon/svgs/lockOpen.svg +3 -0
  211. package/vendor/icon/svgs/logo_aerospike.svg +6 -0
  212. package/vendor/icon/svgs/logo_apache.svg +54 -0
  213. package/vendor/icon/svgs/logo_app_search.svg +7 -0
  214. package/vendor/icon/svgs/logo_aws.svg +9 -0
  215. package/vendor/icon/svgs/logo_aws_mono.svg +9 -0
  216. package/vendor/icon/svgs/logo_azure.svg +3 -0
  217. package/vendor/icon/svgs/logo_azure_mono.svg +3 -0
  218. package/vendor/icon/svgs/logo_beats.svg +7 -0
  219. package/vendor/icon/svgs/logo_business_analytics.svg +7 -0
  220. package/vendor/icon/svgs/logo_ceph.svg +3 -0
  221. package/vendor/icon/svgs/logo_cloud.svg +7 -0
  222. package/vendor/icon/svgs/logo_cloud_ece.svg +5 -0
  223. package/vendor/icon/svgs/logo_code.svg +5 -0
  224. package/vendor/icon/svgs/logo_codesandbox.svg +3 -0
  225. package/vendor/icon/svgs/logo_couchbase.svg +3 -0
  226. package/vendor/icon/svgs/logo_docker.svg +1 -0
  227. package/vendor/icon/svgs/logo_dropwizard.svg +21 -0
  228. package/vendor/icon/svgs/logo_elastic.svg +10 -0
  229. package/vendor/icon/svgs/logo_elastic_stack.svg +8 -0
  230. package/vendor/icon/svgs/logo_elasticsearch.svg +7 -0
  231. package/vendor/icon/svgs/logo_enterprise_search.svg +5 -0
  232. package/vendor/icon/svgs/logo_etcd.svg +6 -0
  233. package/vendor/icon/svgs/logo_gcp.svg +19 -0
  234. package/vendor/icon/svgs/logo_gcp_mono.svg +6 -0
  235. package/vendor/icon/svgs/logo_github.svg +3 -0
  236. package/vendor/icon/svgs/logo_gmail.svg +11 -0
  237. package/vendor/icon/svgs/logo_golang.svg +37 -0
  238. package/vendor/icon/svgs/logo_google_g.svg +1 -0
  239. package/vendor/icon/svgs/logo_haproxy.svg +197 -0
  240. package/vendor/icon/svgs/logo_ibm.svg +37 -0
  241. package/vendor/icon/svgs/logo_ibm_mono.svg +3 -0
  242. package/vendor/icon/svgs/logo_kafka.svg +3 -0
  243. package/vendor/icon/svgs/logo_kibana.svg +7 -0
  244. package/vendor/icon/svgs/logo_kubernetes.svg +1 -0
  245. package/vendor/icon/svgs/logo_logging.svg +5 -0
  246. package/vendor/icon/svgs/logo_logstash.svg +7 -0
  247. package/vendor/icon/svgs/logo_maps.svg +5 -0
  248. package/vendor/icon/svgs/logo_memcached.svg +28 -0
  249. package/vendor/icon/svgs/logo_metrics.svg +7 -0
  250. package/vendor/icon/svgs/logo_mongodb.svg +10 -0
  251. package/vendor/icon/svgs/logo_mysql.svg +6 -0
  252. package/vendor/icon/svgs/logo_nginx.svg +6 -0
  253. package/vendor/icon/svgs/logo_observability.svg +7 -0
  254. package/vendor/icon/svgs/logo_osquery.svg +12 -0
  255. package/vendor/icon/svgs/logo_php.svg +44 -0
  256. package/vendor/icon/svgs/logo_postgres.svg +8 -0
  257. package/vendor/icon/svgs/logo_prometheus.svg +3 -0
  258. package/vendor/icon/svgs/logo_rabbitmq.svg +3 -0
  259. package/vendor/icon/svgs/logo_redis.svg +1 -0
  260. package/vendor/icon/svgs/logo_security.svg +7 -0
  261. package/vendor/icon/svgs/logo_site_search.svg +7 -0
  262. package/vendor/icon/svgs/logo_sketch.svg +12 -0
  263. package/vendor/icon/svgs/logo_slack.svg +8 -0
  264. package/vendor/icon/svgs/logo_uptime.svg +5 -0
  265. package/vendor/icon/svgs/logo_webhook.svg +7 -0
  266. package/vendor/icon/svgs/logo_windows.svg +3 -0
  267. package/vendor/icon/svgs/logo_workplace_search.svg +7 -0
  268. package/vendor/icon/svgs/logstash_filter.svg +3 -0
  269. package/vendor/icon/svgs/logstash_if.svg +3 -0
  270. package/vendor/icon/svgs/logstash_input.svg +3 -0
  271. package/vendor/icon/svgs/logstash_output.svg +3 -0
  272. package/vendor/icon/svgs/logstash_queue.svg +3 -0
  273. package/vendor/icon/svgs/magnet.svg +3 -0
  274. package/vendor/icon/svgs/magnifyWithMinus.svg +3 -0
  275. package/vendor/icon/svgs/magnifyWithPlus.svg +3 -0
  276. package/vendor/icon/svgs/map_marker.svg +3 -0
  277. package/vendor/icon/svgs/memory.svg +12 -0
  278. package/vendor/icon/svgs/menu.svg +3 -0
  279. package/vendor/icon/svgs/menuDown.svg +3 -0
  280. package/vendor/icon/svgs/menuLeft.svg +3 -0
  281. package/vendor/icon/svgs/menuRight.svg +3 -0
  282. package/vendor/icon/svgs/menuUp.svg +3 -0
  283. package/vendor/icon/svgs/merge.svg +3 -0
  284. package/vendor/icon/svgs/minimize.svg +3 -0
  285. package/vendor/icon/svgs/minus.svg +3 -0
  286. package/vendor/icon/svgs/minus_in_circle.svg +3 -0
  287. package/vendor/icon/svgs/minus_in_circle_filled.svg +3 -0
  288. package/vendor/icon/svgs/ml_classification_job.svg +7 -0
  289. package/vendor/icon/svgs/ml_create_advanced_job.svg +4 -0
  290. package/vendor/icon/svgs/ml_create_multi_metric_job.svg +4 -0
  291. package/vendor/icon/svgs/ml_create_population_job.svg +4 -0
  292. package/vendor/icon/svgs/ml_create_single_metric_job.svg +6 -0
  293. package/vendor/icon/svgs/ml_data_visualizer.svg +4 -0
  294. package/vendor/icon/svgs/ml_outlier_detection_job.svg +7 -0
  295. package/vendor/icon/svgs/ml_regression_job.svg +4 -0
  296. package/vendor/icon/svgs/mobile.svg +4 -0
  297. package/vendor/icon/svgs/moon.svg +3 -0
  298. package/vendor/icon/svgs/nested.svg +3 -0
  299. package/vendor/icon/svgs/node.svg +3 -0
  300. package/vendor/icon/svgs/number.svg +3 -0
  301. package/vendor/icon/svgs/offline.svg +3 -0
  302. package/vendor/icon/svgs/online.svg +3 -0
  303. package/vendor/icon/svgs/package.svg +3 -0
  304. package/vendor/icon/svgs/pageSelect.svg +3 -0
  305. package/vendor/icon/svgs/pagesSelect.svg +3 -0
  306. package/vendor/icon/svgs/paint.svg +3 -0
  307. package/vendor/icon/svgs/paper_clip.svg +3 -0
  308. package/vendor/icon/svgs/partial.svg +3 -0
  309. package/vendor/icon/svgs/pause.svg +3 -0
  310. package/vendor/icon/svgs/payment.svg +3 -0
  311. package/vendor/icon/svgs/pencil.svg +3 -0
  312. package/vendor/icon/svgs/percent.svg +5 -0
  313. package/vendor/icon/svgs/pin.svg +3 -0
  314. package/vendor/icon/svgs/pin_filled.svg +3 -0
  315. package/vendor/icon/svgs/play.svg +3 -0
  316. package/vendor/icon/svgs/playFilled.svg +3 -0
  317. package/vendor/icon/svgs/plus.svg +3 -0
  318. package/vendor/icon/svgs/plus_in_circle.svg +3 -0
  319. package/vendor/icon/svgs/plus_in_circle_filled.svg +3 -0
  320. package/vendor/icon/svgs/popout.svg +3 -0
  321. package/vendor/icon/svgs/push.svg +4 -0
  322. package/vendor/icon/svgs/question_in_circle.svg +3 -0
  323. package/vendor/icon/svgs/quote.svg +3 -0
  324. package/vendor/icon/svgs/refresh.svg +3 -0
  325. package/vendor/icon/svgs/reporter.svg +3 -0
  326. package/vendor/icon/svgs/return_key.svg +3 -0
  327. package/vendor/icon/svgs/save.svg +3 -0
  328. package/vendor/icon/svgs/scale.svg +3 -0
  329. package/vendor/icon/svgs/search.svg +3 -0
  330. package/vendor/icon/svgs/securitySignal.svg +3 -0
  331. package/vendor/icon/svgs/securitySignalDetected.svg +3 -0
  332. package/vendor/icon/svgs/securitySignalResolved.svg +3 -0
  333. package/vendor/icon/svgs/shard.svg +3 -0
  334. package/vendor/icon/svgs/share.svg +3 -0
  335. package/vendor/icon/svgs/snowflake.svg +3 -0
  336. package/vendor/icon/svgs/sortLeft.svg +5 -0
  337. package/vendor/icon/svgs/sortRight.svg +3 -0
  338. package/vendor/icon/svgs/sort_down.svg +3 -0
  339. package/vendor/icon/svgs/sort_up.svg +3 -0
  340. package/vendor/icon/svgs/sortable.svg +3 -0
  341. package/vendor/icon/svgs/starPlusEmpty.svg +3 -0
  342. package/vendor/icon/svgs/starPlusFilled.svg +3 -0
  343. package/vendor/icon/svgs/star_empty.svg +3 -0
  344. package/vendor/icon/svgs/star_empty_space.svg +3 -0
  345. package/vendor/icon/svgs/star_filled.svg +3 -0
  346. package/vendor/icon/svgs/star_filled_space.svg +3 -0
  347. package/vendor/icon/svgs/star_minus_empty.svg +3 -0
  348. package/vendor/icon/svgs/star_minus_filled.svg +3 -0
  349. package/vendor/icon/svgs/stats.svg +3 -0
  350. package/vendor/icon/svgs/stop.svg +3 -0
  351. package/vendor/icon/svgs/stop_filled.svg +3 -0
  352. package/vendor/icon/svgs/stop_slash.svg +3 -0
  353. package/vendor/icon/svgs/storage.svg +11 -0
  354. package/vendor/icon/svgs/string.svg +3 -0
  355. package/vendor/icon/svgs/submodule.svg +3 -0
  356. package/vendor/icon/svgs/swatch_input.svg +4 -0
  357. package/vendor/icon/svgs/symlink.svg +3 -0
  358. package/vendor/icon/svgs/tableOfContents.svg +3 -0
  359. package/vendor/icon/svgs/table_density_compact.svg +3 -0
  360. package/vendor/icon/svgs/table_density_expanded.svg +3 -0
  361. package/vendor/icon/svgs/table_density_normal.svg +3 -0
  362. package/vendor/icon/svgs/tag.svg +3 -0
  363. package/vendor/icon/svgs/tear.svg +3 -0
  364. package/vendor/icon/svgs/temperature.svg +6 -0
  365. package/vendor/icon/svgs/timeline.svg +3 -0
  366. package/vendor/icon/svgs/timeslider.svg +3 -0
  367. package/vendor/icon/svgs/tokens/tokenAlias.svg +3 -0
  368. package/vendor/icon/svgs/tokens/tokenAnnotation.svg +3 -0
  369. package/vendor/icon/svgs/tokens/tokenArray.svg +3 -0
  370. package/vendor/icon/svgs/tokens/tokenBinary.svg +3 -0
  371. package/vendor/icon/svgs/tokens/tokenBoolean.svg +3 -0
  372. package/vendor/icon/svgs/tokens/tokenClass.svg +3 -0
  373. package/vendor/icon/svgs/tokens/tokenCompletionSuggester.svg +7 -0
  374. package/vendor/icon/svgs/tokens/tokenConstant.svg +3 -0
  375. package/vendor/icon/svgs/tokens/tokenDate.svg +3 -0
  376. package/vendor/icon/svgs/tokens/tokenDenseVector.svg +3 -0
  377. package/vendor/icon/svgs/tokens/tokenElement.svg +3 -0
  378. package/vendor/icon/svgs/tokens/tokenEnum.svg +3 -0
  379. package/vendor/icon/svgs/tokens/tokenEnumMember.svg +3 -0
  380. package/vendor/icon/svgs/tokens/tokenEvent.svg +3 -0
  381. package/vendor/icon/svgs/tokens/tokenException.svg +3 -0
  382. package/vendor/icon/svgs/tokens/tokenField.svg +3 -0
  383. package/vendor/icon/svgs/tokens/tokenFile.svg +3 -0
  384. package/vendor/icon/svgs/tokens/tokenFlattened.svg +3 -0
  385. package/vendor/icon/svgs/tokens/tokenFunction.svg +3 -0
  386. package/vendor/icon/svgs/tokens/tokenGeo.svg +3 -0
  387. package/vendor/icon/svgs/tokens/tokenHistogram.svg +3 -0
  388. package/vendor/icon/svgs/tokens/tokenIP.svg +3 -0
  389. package/vendor/icon/svgs/tokens/tokenInterface.svg +3 -0
  390. package/vendor/icon/svgs/tokens/tokenJoin.svg +3 -0
  391. package/vendor/icon/svgs/tokens/tokenKey.svg +3 -0
  392. package/vendor/icon/svgs/tokens/tokenKeyword.svg +3 -0
  393. package/vendor/icon/svgs/tokens/tokenMethod.svg +3 -0
  394. package/vendor/icon/svgs/tokens/tokenModule.svg +4 -0
  395. package/vendor/icon/svgs/tokens/tokenNamespace.svg +3 -0
  396. package/vendor/icon/svgs/tokens/tokenNested.svg +6 -0
  397. package/vendor/icon/svgs/tokens/tokenNull.svg +3 -0
  398. package/vendor/icon/svgs/tokens/tokenNumber.svg +3 -0
  399. package/vendor/icon/svgs/tokens/tokenObject.svg +3 -0
  400. package/vendor/icon/svgs/tokens/tokenOperator.svg +3 -0
  401. package/vendor/icon/svgs/tokens/tokenPackage.svg +3 -0
  402. package/vendor/icon/svgs/tokens/tokenParameter.svg +3 -0
  403. package/vendor/icon/svgs/tokens/tokenPercolator.svg +4 -0
  404. package/vendor/icon/svgs/tokens/tokenProperty.svg +3 -0
  405. package/vendor/icon/svgs/tokens/tokenRange.svg +6 -0
  406. package/vendor/icon/svgs/tokens/tokenRankFeature.svg +3 -0
  407. package/vendor/icon/svgs/tokens/tokenRankFeatures.svg +3 -0
  408. package/vendor/icon/svgs/tokens/tokenRepo.svg +3 -0
  409. package/vendor/icon/svgs/tokens/tokenSearchType.svg +7 -0
  410. package/vendor/icon/svgs/tokens/tokenShape.svg +3 -0
  411. package/vendor/icon/svgs/tokens/tokenString.svg +3 -0
  412. package/vendor/icon/svgs/tokens/tokenStruct.svg +3 -0
  413. package/vendor/icon/svgs/tokens/tokenSymbol.svg +3 -0
  414. package/vendor/icon/svgs/tokens/tokenTag.svg +6 -0
  415. package/vendor/icon/svgs/tokens/tokenText.svg +4 -0
  416. package/vendor/icon/svgs/tokens/tokenTokenCount.svg +8 -0
  417. package/vendor/icon/svgs/tokens/tokenVariable.svg +3 -0
  418. package/vendor/icon/svgs/training.svg +3 -0
  419. package/vendor/icon/svgs/trash.svg +3 -0
  420. package/vendor/icon/svgs/unfold.svg +1 -0
  421. package/vendor/icon/svgs/unlink.svg +4 -0
  422. package/vendor/icon/svgs/user.svg +6 -0
  423. package/vendor/icon/svgs/users.svg +4 -0
  424. package/vendor/icon/svgs/vector.svg +3 -0
  425. package/vendor/icon/svgs/videoPlayer.svg +3 -0
  426. package/vendor/icon/svgs/vis_area.svg +3 -0
  427. package/vendor/icon/svgs/vis_area_stacked.svg +3 -0
  428. package/vendor/icon/svgs/vis_bar_horizontal.svg +3 -0
  429. package/vendor/icon/svgs/vis_bar_horizontal_stacked.svg +3 -0
  430. package/vendor/icon/svgs/vis_bar_vertical.svg +3 -0
  431. package/vendor/icon/svgs/vis_bar_vertical_stacked.svg +3 -0
  432. package/vendor/icon/svgs/vis_gauge.svg +3 -0
  433. package/vendor/icon/svgs/vis_goal.svg +3 -0
  434. package/vendor/icon/svgs/vis_line.svg +3 -0
  435. package/vendor/icon/svgs/vis_map_coordinate.svg +3 -0
  436. package/vendor/icon/svgs/vis_map_region.svg +3 -0
  437. package/vendor/icon/svgs/vis_metric.svg +3 -0
  438. package/vendor/icon/svgs/vis_pie.svg +3 -0
  439. package/vendor/icon/svgs/vis_table.svg +3 -0
  440. package/vendor/icon/svgs/vis_tag_cloud.svg +3 -0
  441. package/vendor/icon/svgs/vis_text.svg +3 -0
  442. package/vendor/icon/svgs/vis_timelion.svg +3 -0
  443. package/vendor/icon/svgs/vis_vega.svg +3 -0
  444. package/vendor/icon/svgs/vis_visual_builder.svg +3 -0
  445. package/vendor/icon/svgs/wordWrap.svg +4 -0
  446. package/vendor/icon/svgs/wordWrapDisabled.svg +3 -0
  447. package/vendor/icon/svgs/wrench.svg +3 -0
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M16.000488,3 L16.000488,4 L16,14 C16,15.1045695 15.1045695,16 14,16 L2,16 C0.8954305,16 8.8817842e-16,15.1045695 8.8817842e-16,14 L8.8817842e-16,2 C8.8817842e-16,0.8954305 0.8954305,0 2,0 L14,0 C15.1045695,0 16,0.8954305 16,2 L16,3 L16.000488,3 Z M15,3 L15,2 C15,1.44771525 14.5522847,1 14,1 L2,1 C1.44771525,1 1,1.44771525 1,2 L1,3 L15,3 Z M15,4 L1,4 L1,14 C1,14.5522847 1.44771525,15 2,15 L14,15 C14.5522847,15 15,14.5522847 15,14 L15,4 Z M4.5,6 C4.77614237,6 5,6.22385763 5,6.5 C5,6.77614237 4.77614237,7 4.5,7 L2.49572754,7 C2.21958516,7 1.99572754,6.77614237 1.99572754,6.5 C1.99572754,6.22385763 2.21958516,6 2.49572754,6 L4.5,6 Z M9.71428571,6 C9.87208137,6 10,6.22385763 10,6.5 C10,6.77614237 9.87208137,7 9.71428571,7 L6.28571429,7 C6.12791865,7 6,6.77614237 6,6.5 C6,6.22385763 6.12791865,6 6.28571429,6 L9.71428571,6 Z M4.5,9 C4.77614237,9 5,9.22385763 5,9.5 C5,9.77614237 4.77614237,10 4.5,10 L2.49572754,10 C2.21958516,10 1.99572754,9.77614237 1.99572754,9.5 C1.99572754,9.22385763 2.21958516,9 2.49572754,9 L4.5,9 Z M9.71428571,9 C9.87208137,9 10,9.22385763 10,9.5 C10,9.77614237 9.87208137,10 9.71428571,10 L6.28571429,10 C6.12791865,10 6,9.77614237 6,9.5 C6,9.22385763 6.12791865,9 6.28571429,9 L9.71428571,9 Z M4.5,12 C4.77614237,12 5,12.2238576 5,12.5 C5,12.7761424 4.77614237,13 4.5,13 L2.49572754,13 C2.21958516,13 1.99572754,12.7761424 1.99572754,12.5 C1.99572754,12.2238576 2.21958516,12 2.49572754,12 L4.5,12 Z M13.5,6 C13.7761424,6 14,6.22385763 14,6.5 C14,6.77614237 13.7761424,7 13.5,7 L11.4957275,7 C11.2195852,7 10.9957275,6.77614237 10.9957275,6.5 C10.9957275,6.22385763 11.2195852,6 11.4957275,6 L13.5,6 Z M13.5,9 C13.7761424,9 14,9.22385763 14,9.5 C14,9.77614237 13.7761424,10 13.5,10 L11.4957275,10 C11.2195852,10 10.9957275,9.77614237 10.9957275,9.5 C10.9957275,9.22385763 11.2195852,9 11.4957275,9 L13.5,9 Z M13.5,12 C13.7761424,12 14,12.2238576 14,12.5 C14,12.7761424 13.7761424,13 13.5,13 L11.4957275,13 C11.2195852,13 10.9957275,12.7761424 10.9957275,12.5 C10.9957275,12.2238576 11.2195852,12 11.4957275,12 L13.5,12 Z M9.71428571,12 C9.87208137,12 10,12.2238576 10,12.5 C10,12.7761424 9.87208137,13 9.71428571,13 L6.28571429,13 C6.12791865,13 6,12.7761424 6,12.5 C6,12.2238576 6.12791865,12 6.28571429,12 L9.71428571,12 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M5.41806912,-0.96334428 L12.8541839,-0.96334428 C13.2999433,-0.96334428 13.4615864,-0.916931474 13.6245494,-0.829777928 C13.7875123,-0.742624382 13.9154066,-0.614730095 14.0025602,-0.451767132 C14.0897137,-0.288804169 14.1361265,-0.12716105 14.1361265,0.31859832 L14.1361265,9.41705109 C14.1361265,9.6752592 14.1267772,9.76457806 14.1039611,9.86357396 C14.081145,9.96256985 14.0448621,10.0501646 13.9909949,10.1362986 C13.9371276,10.2224327 13.8805806,10.2922016 13.6979999,10.4747824 L10.0403276,14.1324547 C9.72565301,14.4471292 9.5788541,14.5285689 9.40233617,14.582264 C9.22581823,14.6359591 9.04526899,14.6362218 8.86859552,14.5830407 C8.69192206,14.5298596 8.54488674,14.4488475 8.22929768,14.1350901 L4.57692697,10.5039179 C4.39334831,10.3214047 4.3364612,10.2515484 4.28225818,10.1652525 C4.22805516,10.0789565 4.19152224,9.99112003 4.16854008,9.89183874 C4.14555792,9.79255745 4.13612652,9.70296339 4.13612652,9.44409628 L4.13612652,0.31859832 C4.13612652,-0.12716105 4.18253933,-0.288804169 4.26969287,-0.451767132 C4.35684642,-0.614730095 4.48474071,-0.742624382 4.64770367,-0.829777928 C4.81066663,-0.916931474 4.97230975,-0.96334428 5.41806912,-0.96334428 Z M5.13612652,0.31859832 L5.13612652,9.44409628 C5.13612652,9.57447926 5.13743293,9.62378262 5.13991633,9.64818007 C5.15546716,9.66714252 5.18951014,9.7028301 5.28197276,9.79475607 L8.93434347,13.4259284 C9.06256139,13.5534021 9.10960122,13.5970535 9.13405632,13.6140548 C9.15846182,13.5969824 9.20537441,13.5531943 9.33322078,13.4253479 L12.9908931,9.76767557 C13.08296,9.67560872 13.1168646,9.639864 13.1323528,9.62087903 C13.1348254,9.5965028 13.1361265,9.54725328 13.1361265,9.41705109 L13.1361265,0.31859832 C13.1361265,0.137601314 13.1339163,0.0734058266 13.128723,0.0440592686 C13.0993764,0.0388659751 13.0351809,0.0366557202 12.8541839,0.0366557202 L5.41806912,0.0366557202 C5.23707211,0.0366557202 5.17287663,0.0388659751 5.14353007,0.0440592686 C5.13833678,0.0734058266 5.13612652,0.137601314 5.13612652,0.31859832 Z M9.12051506,11.3347528 C8.01594556,11.3347528 7.12051506,10.4393223 7.12051506,9.33475276 C7.12051506,8.23018326 8.01594556,7.33475276 9.12051506,7.33475276 C10.2250846,7.33475276 11.1205151,8.23018326 11.1205151,9.33475276 C11.1205151,10.4393223 10.2250846,11.3347528 9.12051506,11.3347528 Z M9.12051506,10.3347528 C9.67279981,10.3347528 10.1205151,9.88703751 10.1205151,9.33475276 C10.1205151,8.78246801 9.67279981,8.33475276 9.12051506,8.33475276 C8.56823031,8.33475276 8.12051506,8.78246801 8.12051506,9.33475276 C8.12051506,9.88703751 8.56823031,10.3347528 9.12051506,10.3347528 Z M7.63612652,2.03665572 L10.6361265,2.03665572 C10.9122689,2.03665572 11.1361265,2.26051335 11.1361265,2.53665572 C11.1361265,2.8127981 10.9122689,3.03665572 10.6361265,3.03665572 L7.63612652,3.03665572 C7.35998415,3.03665572 7.13612652,2.8127981 7.13612652,2.53665572 C7.13612652,2.26051335 7.35998415,2.03665572 7.63612652,2.03665572 Z M7.63612652,4.03665572 L10.6361265,4.03665572 C10.9122689,4.03665572 11.1361265,4.26051335 11.1361265,4.53665572 C11.1361265,4.8127981 10.9122689,5.03665572 10.6361265,5.03665572 L7.63612652,5.03665572 C7.35998415,5.03665572 7.13612652,4.8127981 7.13612652,4.53665572 C7.13612652,4.26051335 7.35998415,4.03665572 7.63612652,4.03665572 Z" transform="rotate(-135 9.136 6.83)"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M7.5527864,1.7763932 C7.73704854,1.40786893 8.26295146,1.40786893 8.4472136,1.7763932 L12.4472136,9.7763932 C12.4836616,9.84928929 12.5017379,9.92999002 12.4998684,10.0114689 C12.4964207,10.1617372 12.4737017,10.4067301 12.4161821,10.7163304 C12.3208369,11.2295283 12.1584038,11.7434582 11.9107365,12.2276829 C11.1893625,13.6380713 9.90635733,14.5 8,14.5 C6.09364267,14.5 4.81063751,13.6380713 4.08926348,12.2276829 C3.84159617,11.7434582 3.67916314,11.2295283 3.5838179,10.7163304 C3.52629833,10.4067301 3.50357928,10.1617372 3.50013155,10.0114689 C3.49826212,9.92999002 3.51633836,9.84928929 3.5527864,9.7763932 L7.5527864,1.7763932 Z M4.50668295,10.1046681 C4.51574599,10.2112276 4.53432987,10.3578548 4.56699389,10.5336696 C4.6458235,10.9579717 4.77969734,11.3815418 4.97956795,11.7723171 C5.53687367,12.8619287 6.48666067,13.5 8,13.5 C9.51333933,13.5 10.4631263,12.8619287 11.020432,11.7723171 C11.2203027,11.3815418 11.3541765,10.9579717 11.4330061,10.5336696 C11.4656701,10.3578548 11.484254,10.2112276 11.493317,10.1046681 L8,3.11803399 L4.50668295,10.1046681 Z" />
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <g transform="translate(4)">
3
+ <path d="M4.5,15 C2.567,15 1,13.433 1,11.5 C1,10.235 1.676,9.09 2.75,8.468 L3,8.324 L3,2.5 C3,1.671 3.671,1 4.5,1 C5.152,1 5.701,1.419 5.908,2 L4.5,2 L4.5,3 L6,3 L6,4 L4.5,4 L4.5,5 L6,5 L6,6 L4.5,6 L4.5,7 L6,7 L6,8.324 L6.25,8.468 C7.324,9.09 8,10.235 8,11.5 C8,13.433 6.433,15 4.5,15 M7,7.758 L7,2.5 C7,1.119 5.881,0 4.5,0 C3.119,0 2,1.119 2,2.5 L2,7.758 C0.765,8.583 0,9.976 0,11.5 C0,13.985 2.015,16 4.5,16 C6.985,16 9,13.985 9,11.5 C9,9.976 8.235,8.583 7,7.758"/>
4
+ <path d="M4.5,9 C5.881,9 7,10.119 7,11.5 C7,12.881 5.881,14 4.5,14 C3.119,14 2,12.881 2,11.5 C2,10.119 3.119,9 4.5,9"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" d="M7 4.5a.5.5 0 001 0V4h1a1 1 0 001-1V1a1 1 0 00-1-1H6a1 1 0 00-1 1v2a1 1 0 001 1h1v.5zM9 1H6v2h3V1zM2 7.5a.5.5 0 111 0 .5.5 0 01-1 0zM2.5 9a1.5 1.5 0 01-1.415-1H.5a.5.5 0 010-1h.585a1.5 1.5 0 012.83 0h2.17a1.5 1.5 0 012.83 0h2.17a1.5 1.5 0 012.83 0h.585a.5.5 0 010 1h-.585a1.5 1.5 0 01-2.83 0h-2.17a1.5 1.5 0 01-2.83 0h-2.17A1.5 1.5 0 012.5 9zM13 7.5a.5.5 0 10-1 0 .5.5 0 001 0zm-5 0a.5.5 0 10-1 0 .5.5 0 001 0zM2.5 10a.5.5 0 00-.5.5v.5H1a1 1 0 00-1 1v2a1 1 0 001 1h3a1 1 0 001-1v-2a1 1 0 00-1-1H3v-.5a.5.5 0 00-.5-.5zM4 14v-2H1v2h3zm8-3.5a.5.5 0 011 0v.5h1a1 1 0 011 1v2a1 1 0 01-1 1h-3a1 1 0 01-1-1v-2a1 1 0 011-1h1v-.5zm2 2.5v1h-3v-2h3v1z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path d="M13.923 8A5.93 5.93 0 008 2.077 5.93 5.93 0 002.077 8a5.93 5.93 0 006.296 5.912c.328-.021.625.227.625.556 0 .265-.195.491-.458.511a7 7 0 116.43-6.333c-.036.398-.487.58-.817.354a.595.595 0 01-.248-.54c.012-.152.018-.305.018-.46zm1.684 3.2l-4.32-3.055c-.56-.396-1.287.059-1.287.8v6.108c0 .74.726 1.196 1.287.8l4.32-3.055c.524-.37.524-1.228 0-1.598zM7.462 7.462H4.769a.539.539 0 000 1.076H8A.539.539 0 008.538 8V3.692a.539.539 0 00-1.076 0v3.77z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8.01396103,6.51396103 C8.29010341,6.51396103 8.51396103,6.73781866 8.51396103,7.01396103 C8.51396103,7.29010341 8.29010341,7.51396103 8.01396103,7.51396103 C7.18553391,7.51396103 6.51396103,8.18553391 6.51396103,9.01396103 L6.51396103,12.013961 C6.51396103,12.8423882 7.18553391,13.513961 8.01396103,13.513961 C8.84238816,13.513961 9.51396103,12.8423882 9.51396103,12.013961 L9.51396103,10.3955932 C9.51396103,10.1194509 9.73781866,9.89559323 10.013961,9.89559323 C10.2901034,9.89559323 10.513961,10.1194509 10.513961,10.3955932 L10.513961,12.013961 C10.513961,13.3946729 9.39467291,14.513961 8.01396103,14.513961 C6.63324916,14.513961 5.51396103,13.3946729 5.51396103,12.013961 L5.51396103,9.01396103 C5.51396103,7.63324916 6.63324916,6.51396103 8.01396103,6.51396103 Z M8.01396103,1.51396103 C9.39467291,1.51396103 10.513961,2.63324916 10.513961,4.01396103 L10.513961,7.01396103 C10.513961,8.39467291 9.39467291,9.51396103 8.01396103,9.51396103 C7.73781866,9.51396103 7.51396103,9.29010341 7.51396103,9.01396103 C7.51396103,8.73781866 7.73781866,8.51396103 8.01396103,8.51396103 C8.84238816,8.51396103 9.51396103,7.84238816 9.51396103,7.01396103 L9.51396103,4.01396103 C9.51396103,3.18553391 8.84238816,2.51396103 8.01396103,2.51396103 C7.18553391,2.51396103 6.51396103,3.18553391 6.51396103,4.01396103 L6.51396103,5.63232883 C6.51396103,5.9084712 6.29010341,6.13232883 6.01396103,6.13232883 C5.73781866,6.13232883 5.51396103,5.9084712 5.51396103,5.63232883 L5.51396103,4.01396103 C5.51396103,2.63324916 6.63324916,1.51396103 8.01396103,1.51396103 Z" transform="rotate(45 8.014 8.014)" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8.1501779,3.39205801 C10.9470554,3.39205801 12.673523,5.03565515 12.6666171,7.6806035 C12.673523,9.4968474 11.9587654,10.5741632 10.4567386,10.6846571 C9.54861665,10.7606217 9.37596989,10.3980635 9.30000531,9.95954071 L9.25857009,9.95954071 C9.09628214,10.3807988 8.29520118,10.691563 7.51483783,10.6432219 C6.4616926,10.5776161 5.43271792,9.80070569 5.42581205,8.07078517 C5.43271792,6.35122345 6.49622195,5.62956 7.38362629,5.48453673 C8.18816019,5.34987225 8.98233528,5.64337174 9.10664095,5.94723004 L9.15843497,5.94723004 L9.15843497,5.5605013 L10.3531505,5.5605013 L10.3531505,9.01343647 C10.3600564,9.31384183 10.4809091,9.4381475 10.6570088,9.4381475 C11.0575493,9.4381475 11.3337841,8.85460146 11.3303312,7.57701544 C11.3337841,5.20139604 9.62458122,4.66273815 8.14327203,4.66273815 C5.80218198,4.66273815 4.72831914,6.18548257 4.72141327,8.05006756 C4.72831914,10.1770756 5.94029939,11.326903 8.15363084,11.326903 C8.96161767,11.326903 9.75233982,11.1508033 10.1597862,10.9781566 L10.5534208,12.1003605 C10.118351,12.3696895 9.13426443,12.607942 8.06040159,12.607942 C5.08051853,12.607942 3.33678627,10.9470802 3.33333333,8.11222039 C3.33678627,5.30843703 5.08051853,3.39205801 8.1501779,3.39205801 Z M7.9637194,6.78974622 C7.20407366,6.78974622 6.77936264,7.2489866 6.7759097,8.02934995 C6.77936264,8.71303111 7.07631506,9.36218293 7.97753114,9.36218293 C8.79932971,9.36218293 9.07211159,8.88913081 9.05484692,8.01899114 C9.05139398,7.30078063 8.85112374,6.78974622 7.9637194,6.78974622 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M4.39165876,12 L4.39165876,4 L7.1048678,4 L7.1048678,5.13923046 L5.89582377,5.13923046 L5.89582377,10.8607695 L7.1048678,10.8607695 L7.1048678,12 L4.39165876,12 Z M12.0838499,4 L12.0838499,12 L9.37064081,12 L9.37064081,10.8607695 L10.5796848,10.8607695 L10.5796848,5.13923046 L9.37064081,5.13923046 L9.37064081,4 L12.0838499,4 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M12 4H4V12H12V4ZM8.5 5.5H5.5V10.5H8.5V5.5Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8,13 C5.23857625,13 3,10.7614237 3,8 C3,5.23857625 5.23857625,3 8,3 C10.7614237,3 13,5.23857625 13,8 C13,10.7614237 10.7614237,13 8,13 Z M5.17152172,10.8284783 C3.60942456,9.26638111 3.60947571,6.73367004 5.17157288,5.17157288 C6.73367001,3.60947574 9.26634871,3.60945696 10.8284459,5.17155412 C10.8315575,5.1845565 5.18271234,10.8459795 5.17152172,10.8284783 Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M11.3333333,7.02661597 L9.375,7.02661597 C9.31944444,6.31939163 8.89583333,5.84030418 8.15277778,5.84030418 C7.18055556,5.84030418 6.65277778,6.64638783 6.65277778,8 C6.65277778,9.42965779 7.19791667,10.1596958 8.13888889,10.1596958 C8.84722222,10.1596958 9.27777778,9.74524715 9.375,9.07984791 L11.3333333,9.09505703 C11.2361111,10.418251 10.1805556,12 8.09722222,12 C6.13888889,12 4.66666667,10.5893536 4.66666667,8 C4.66666667,5.39923954 6.18055556,4 8.09722222,4 C9.88888889,4 11.1805556,5.09505703 11.3333333,7.02661597 Z"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <g>
3
+ <path fill-rule="evenodd" d="M3 4c0-.55228.44772-1 1-1h8c.5523 0 1 .44772 1 1v5.99578c0 .55232-.4477 1.00002-1 1.00002h-1.661L7.4 13.2c-.16481.1236-.4.006-.4-.2v-2.0042H4c-.55228 0-1-.4477-1-1.00002V4zm1.5 1c0-.27614.22386-.5.5-.5h6c.2761 0 .5.22386.5.5v4c0 .27614-.2239.5-.5.5h-.9L8 11V9.5H5c-.27614 0-.5-.22386-.5-.5V5z" clip-rule="evenodd"/>
4
+ <path d="M6.75 6c-.55228 0-1 .44772-1 1s.44772 1 1 1 1-.44772 1-1-.44772-1-1-1zM9.25 6c-.55228 0-1 .44772-1 1s.44772 1 1 1 1-.44772 1-1-.44772-1-1-1z"/>
5
+ </g>
6
+ </svg>
7
+
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M9.41421356,3.75735931 L12.2426407,6.58578644 C13.0236893,7.36683502 13.0236893,8.63316498 12.2426407,9.41421356 L9.41421356,12.2426407 C8.63316498,13.0236893 7.36683502,13.0236893 6.58578644,12.2426407 L3.75735931,9.41421356 C2.97631073,8.63316498 2.97631073,7.36683502 3.75735931,6.58578644 L6.58578644,3.75735931 C7.36683502,2.97631073 8.63316498,2.97631073 9.41421356,3.75735931 Z M7.66666667,6.66666667 C7.11438192,6.66666667 6.66666667,7.11438192 6.66666667,7.66666667 L6.66666667,8.33333333 C6.66666667,8.88561808 7.11438192,9.33333333 7.66666667,9.33333333 L8.33333333,9.33333333 C8.88561808,9.33333333 9.33333333,8.88561808 9.33333333,8.33333333 L9.33333333,7.66666667 C9.33333333,7.11438192 8.88561808,6.66666667 8.33333333,6.66666667 L7.66666667,6.66666667 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M13,11.5672438 C13,12.3585332 12.3592428,13 11.5672438,13 L4.43275619,13 C3.64146679,13 3,12.3592428 3,11.5672438 L3,4.43275619 C3,3.64146679 3.64075723,3 4.43275619,3 L6,3 L6,2.50468445 C6,2.25692487 6.18325617,2.05086374 6.41225137,2.00813114 L6.5,2 C6.77614237,2 7,2.21403503 7,2.50468445 L7,3 L9,3 L9,2.50468445 C9,2.25692487 9.18325617,2.05086374 9.41225137,2.00813114 L9.5,2 C9.77614237,2 10,2.21403503 10,2.50468445 L10,3 L11.5672438,3 C12.3585332,3 13,3.64075723 13,4.43275619 L13,11.5672438 Z M4,6 L4,11.3294276 C4,11.700157 4.29994565,12 4.67057244,12 L11.3294276,12 C11.700157,12 12,11.7000543 12,11.3294276 L12,6 L4,6 Z M5.5,10 C5.74545989,10 5.94960837,10.1832562 5.99194433,10.4122514 L6,10.5 C6,10.7454599 5.81674383,10.9496084 5.58774863,10.9919443 L5.5,11 C5.22385763,11 5,10.7680664 5,10.5 C5,10.2545401 5.18325617,10.0503916 5.41225137,10.0080557 L5.5,10 Z M8,10 C8.24545989,10 8.44960837,10.1832562 8.49194433,10.4122514 L8.5,10.5 C8.5,10.7454599 8.31674383,10.9496084 8.08774863,10.9919443 L8,11 C7.72385763,11 7.5,10.7680664 7.5,10.5 C7.5,10.2545401 7.68325617,10.0503916 7.91225137,10.0080557 L8,10 Z M10.5,10 C10.7454599,10 10.9496084,10.1832562 10.9919443,10.4122514 L11,10.5 C11,10.7454599 10.8167438,10.9496084 10.5877486,10.9919443 L10.5,11 C10.2238576,11 10,10.7680664 10,10.5 C10,10.2545401 10.1832562,10.0503916 10.4122514,10.0080557 L10.5,10 Z M5.5,8.5 C5.74545989,8.5 5.94960837,8.68325617 5.99194433,8.91225137 L6,9 C6,9.24545989 5.81674383,9.44960837 5.58774863,9.49194433 L5.5,9.5 C5.22385763,9.5 5,9.26806641 5,9 C5,8.75454011 5.18325617,8.55039163 5.41225137,8.50805567 L5.5,8.5 Z M8,8.5 C8.24545989,8.5 8.44960837,8.68325617 8.49194433,8.91225137 L8.5,9 C8.5,9.24545989 8.31674383,9.44960837 8.08774863,9.49194433 L8,9.5 C7.72385763,9.5 7.5,9.26806641 7.5,9 C7.5,8.75454011 7.68325617,8.55039163 7.91225137,8.50805567 L8,8.5 Z M10.5,8.5 C10.7454599,8.5 10.9496084,8.68325617 10.9919443,8.91225137 L11,9 C11,9.24545989 10.8167438,9.44960837 10.5877486,9.49194433 L10.5,9.5 C10.2238576,9.5 10,9.26806641 10,9 C10,8.75454011 10.1832562,8.55039163 10.4122514,8.50805567 L10.5,8.5 Z M5.5,7 C5.74545989,7 5.94960837,7.18325617 5.99194433,7.41225137 L6,7.5 C6,7.74545989 5.81674383,7.94960837 5.58774863,7.99194433 L5.5,8 C5.22385763,8 5,7.76806641 5,7.5 C5,7.25454011 5.18325617,7.05039163 5.41225137,7.00805567 L5.5,7 Z M8,7 C8.24545989,7 8.44960837,7.18325617 8.49194433,7.41225137 L8.5,7.5 C8.5,7.74545989 8.31674383,7.94960837 8.08774863,7.99194433 L8,8 C7.72385763,8 7.5,7.76806641 7.5,7.5 C7.5,7.25454011 7.68325617,7.05039163 7.91225137,7.00805567 L8,7 Z M10.5,7 C10.7454599,7 10.9496084,7.18325617 10.9919443,7.41225137 L11,7.5 C11,7.74545989 10.8167438,7.94960837 10.5877486,7.99194433 L10.5,8 C10.2238576,8 10,7.76806641 10,7.5 C10,7.25454011 10.1832562,7.05039163 10.4122514,7.00805567 L10.5,7 Z M4,5 L12,5 L12,4.67057244 C12,4.29984305 11.7000543,4 11.3294276,4 L4.67057244,4 C4.29984305,4 4,4.29994565 4,4.67057244 L4,5 Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M4.1539 12V4H6.86711V5.13923H5.65807V10.8608H6.86711V12H4.1539ZM11.8461 4V12H9.13288V10.8608H10.3419V5.13923H9.13288V4H11.8461Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M7.38915229,9.73621027 L6.3489069,10.6765033 L3.25778627,8 L6.3489069,5.32349675 L7.38915229,6.26378973 L5.35678675,7.98519224 L5.35678675,8.01480776 L7.38915229,9.73621027 Z M10.1666656,10.6765033 L9.12642026,9.73621027 L11.1587858,8.01480776 L11.1587858,7.98519224 L9.12642026,6.26378973 L10.1666656,5.32349675 L13.2577863,8 L10.1666656,10.6765033 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <polygon fill-rule="evenodd" points="5.211 12 5.211 4 10.789 4 10.789 5.57 7.145 5.57 7.145 7.211 10.504 7.211 10.504 8.785 7.145 8.785 7.145 10.43 10.789 10.43 10.789 12"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M7.68176234,12 L7.68176234,9.24747942 L8.70508373,8.38573045 C8.91630765,8.20785672 8.94334332,7.89243074 8.76546958,7.68120682 C8.7461966,7.65832027 8.72490818,7.63720989 8.70186059,7.61812978 L7.68176234,6.77363431 L7.68176234,4 L13.2598873,4 L13.2598873,5.5703125 L9.61535609,5.5703125 L9.61535609,7.2109375 L12.9747311,7.2109375 L12.9747311,8.78515625 L9.61535609,8.78515625 L9.61535609,10.4296875 L13.2598873,10.4296875 L13.2598873,12 L7.68176234,12 Z M8.42482555,7.89706037 C8.48615794,7.9474596 8.48615794,8.05225799 8.42482555,8.10292388 L6.15819361,9.96982861 C6.11846089,10.0023614 6.06326173,10.0092947 6.01659578,9.98716167 C5.96966317,9.96502868 5.94006362,9.91809607 5.94006362,9.86663019 L5.94006362,8.93331116 L2.87344395,8.93331116 C2.79984508,8.93331116 2.74011266,8.87357874 2.74011266,8.79997987 L2.74011266,7.20000438 C2.74011266,7.12640551 2.79984508,7.06667309 2.87344395,7.06667309 L5.94006362,7.06667309 L5.94006362,6.13335406 C5.94006362,6.08188819 5.96966317,6.03495557 6.01659578,6.01282258 C6.06326173,5.99068958 6.11846089,5.99762281 6.15819361,6.03042231 L8.42482555,7.89706037 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M11.2246696,5.65638767 C11.2246696,6.07929727 11.1189438,6.44640079 10.907489,6.75770925 C10.6960342,7.06901771 10.3964777,7.32745859 10.0088106,7.53303965 C9.62114344,7.7386207 9.15712458,7.90014626 8.61674009,8.01762115 C8.07635559,8.13509604 7.47724264,8.21145357 6.81938326,8.24669604 C6.80763577,8.36417093 6.79882529,8.4757704 6.79295154,8.5814978 C6.7870778,8.6872252 6.78414097,8.79882467 6.78414097,8.91629956 C6.78414097,9.17474432 6.80469877,9.42731154 6.84581498,9.67400881 C6.88693119,9.92070608 6.96035189,10.1380314 7.0660793,10.3259912 C7.1718067,10.513951 7.31571128,10.6666661 7.49779736,10.784141 C7.67988344,10.9016159 7.91189286,10.9603524 8.1938326,10.9603524 C8.4052874,10.9603524 8.66079145,10.9163 8.96035242,10.8281938 C9.25991339,10.7400877 9.58002767,10.5844358 9.92070485,10.3612335 C10.0264322,10.2907485 10.1116003,10.232012 10.1762115,10.185022 C10.2408226,10.1380321 10.3142433,10.1145374 10.3964758,10.1145374 C10.5139507,10.1145374 10.593245,10.1762108 10.6343612,10.2995595 C10.6754774,10.4229081 10.6960352,10.5080761 10.6960352,10.5550661 C10.5433179,10.6960359 10.3524241,10.8516878 10.123348,11.0220264 C9.89427198,11.192365 9.6358311,11.3480169 9.34801762,11.4889868 C9.06020414,11.6299567 8.74890035,11.7503666 8.41409692,11.8502203 C8.07929348,11.9500739 7.73568458,12 7.38325991,12 C6.84287542,12 6.40235119,11.9118952 6.06167401,11.7356828 C5.72099683,11.5594705 5.45668229,11.3303979 5.26872247,11.0484581 C5.08076264,10.7665184 4.9515422,10.4552146 4.88105727,10.1145374 C4.81057233,9.77386026 4.7753304,9.43906185 4.7753304,9.11013216 C4.7753304,8.47576775 4.87811938,7.85316018 5.08370044,7.24229075 C5.2892815,6.63142132 5.58296432,6.08517128 5.96475771,5.60352423 C6.3465511,5.12187718 6.80175947,4.73421586 7.33039648,4.44052863 C7.85903348,4.14684141 8.44639912,4 9.09251101,4 C9.69163295,4 10.1967674,4.12628361 10.6079295,4.37885463 C11.0190916,4.63142564 11.2246696,5.05726573 11.2246696,5.65638767 Z M8.75770925,4.70484581 C8.53450696,4.70484581 8.32305533,4.78414018 8.12334802,4.94273128 C7.9236407,5.10132238 7.74155736,5.31571084 7.57709251,5.58590308 C7.41262767,5.85609533 7.27165991,6.16446229 7.15418502,6.51101322 C7.03671013,6.85756414 6.94860529,7.22466767 6.88986784,7.6123348 C7.3597674,7.56534485 7.75330238,7.47724 8.07048458,7.34801762 C8.38766678,7.21879524 8.64023401,7.06314335 8.82819383,6.88105727 C9.01615366,6.69897119 9.15124775,6.49339322 9.23348018,6.26431718 C9.3157126,6.03524115 9.35682819,5.79735806 9.35682819,5.55066079 C9.35682819,5.28046855 9.30102846,5.07195374 9.18942731,4.92511013 C9.07782617,4.77826652 8.93392159,4.70484581 8.75770925,4.70484581 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M7.46114178,7.30932709 L10.5159169,7.30932709 C11.0678757,7.30932709 11.4253673,7.89202095 11.1752942,8.38407985 L9.03499176,12.5954682 C8.84991711,12.9596323 8.40467116,13.1048129 8.0405071,12.9197383 C7.67634304,12.7346636 7.53116238,12.2894177 7.71623704,11.9252536 L9.31033103,8.78861801 L6.25555595,8.78861801 C5.70359716,8.78861801 5.3461055,8.20592415 5.59617859,7.71386525 L7.78625849,3.40453179 C7.97133315,3.04036773 8.4165791,2.89518708 8.78074316,3.08026173 C9.14490722,3.26533638 9.29008787,3.71058233 9.10501322,4.07474639 L7.46114178,7.30932709 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <polygon fill-rule="evenodd" points="5.27 12 5.27 4 10.73 4 10.73 5.57 7.203 5.57 7.203 7.211 10.383 7.211 10.383 8.785 7.203 8.785 7.203 12"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M9.86666667,2.66666667 L4,2.66666667 C3.632,2.66666667 3.33333333,2.96533333 3.33333333,3.33333333 L3.33333333,12.6666667 C3.33333333,13.0346667 3.632,13.3333333 4,13.3333333 L12,13.3333333 C12.368,13.3333333 12.6666667,13.0346667 12.6666667,12.6666667 L12.6666667,5.61933333 C12.6666667,5.44866667 12.6013333,5.284 12.484,5.16 L10.3506667,2.87466667 C10.2246667,2.742 10.0493333,2.66666667 9.86666667,2.66666667 M11.3333333,6.66666667 L11.3333333,12 L4.66666667,12 L4.66666667,4 L8.66666667,4 L8.66666667,6.33333333 C8.66666667,6.51733333 8.816,6.66666667 9,6.66666667 L11.3333333,6.66666667 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M3.25 3c-.13807 0-.25.11193-.25.25v2c0 .13807.11193.25.25.25h9.5c.1381 0 .25-.11193.25-.25v-2c0-.13807-.1119-.25-.25-.25h-9.5zM3.25 6.75c-.13807 0-.25.11193-.25.25v2c0 .13807.11193.25.25.25H5.5c.13807 0 .25-.11193.25-.25V7c0-.13807-.11193-.25-.25-.25H3.25zM3 10.75c0-.1381.11193-.25.25-.25H5.5c.13807 0 .25.1119.25.25v2c0 .1381-.11193.25-.25.25H3.25c-.13807 0-.25-.1119-.25-.25v-2zM6.31059 10.023c-.08262-.07288-.08262-.22353 0-.29598l3.05348-2.68329c.05353-.04715.12788-.05711.19075-.0253.06322.03182.1031.09928.1031.17327v1.34164L12.819 8.5169c.0992 0 .1796.08587.1796.19167v2.29993c0 .1058-.0804.1917-.1796.1917l-3.16108.0164v1.3417c0 .074-.03988.1414-.1031.1732-.06287.0319-.13722.0219-.19075-.0249L6.31059 10.023z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M11.2663877,4.15062762 L11.2663877,5.62900976 C11.0320781,5.53417015 10.7140865,5.48396095 10.4072524,5.48396095 C9.71548117,5.48396095 9.34170153,5.82984658 9.23012552,6.52719665 L9.12053158,7.15231298 L10.9483961,7.15231298 L10.9483961,8.59113381 L8.92132866,8.59113381 L8.71687587,9.70711297 C8.45467225,11.3249651 7.51743375,12 5.89958159,12 C5.43096234,12 5.0181311,11.9386332 4.73361227,11.832636 L4.73361227,10.3375174 C5.0069735,10.4546722 5.32496513,10.5160391 5.63737796,10.5160391 C6.29567643,10.5160391 6.64714086,10.2259414 6.76429568,9.50069735 L6.92134332,8.59113381 L5.24686192,8.59113381 L5.24686192,7.15231298 L7.08384534,7.15231298 L7.27196653,6.30962343 C7.53417015,4.71408647 8.43235704,4 10.1896792,4 C10.5801953,4 11.0432357,4.06694561 11.2663877,4.15062762 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8,3 C9.63573058,3 11.0880049,3.7854695 12.0002202,4.99980567 L12,5 C12.6282958,5.83633255 13,6.87475819 13,8 C13,9.12524181 12.6282958,10.1636674 12.0009752,10.999189 L12,11 C11.0872034,12.2149639 9.63527922,13 8,13 C6.36472078,13 4.91279657,12.2149639 4.00053506,11.0011995 L4,11 C3.37200249,10.1645005 3,9.12569317 3,8 C3,5.23857625 5.23857625,3 8,3 Z M8.94786564,11.0005227 L7.05213436,11.0005227 C7.32928026,11.6255923 7.67455718,12 8,12 C8.32544282,12 8.67071974,11.6255923 8.94786564,11.0005227 Z M6.00009443,11.0007388 L5.35525927,11.0009561 C5.62914488,11.2425176 5.93635737,11.4471711 6.26911581,11.6071358 C6.1713749,11.4201349 6.08144189,11.2172562 6.00009443,11.0007388 Z M10.6447407,11.0009561 L9.99990557,11.0007388 C9.91855811,11.2172562 9.8286251,11.4201349 9.73111755,11.6073527 C10.0636426,11.4471711 10.3708551,11.2425176 10.6447407,11.0009561 Z M5.51235864,8.50029857 L4.03104114,8.50075535 C4.09862359,9.04188545 4.27429718,9.54943381 4.53577067,10.0011092 L5.70821197,10.0008701 C5.60607782,9.53359312 5.53862411,9.02906408 5.51235864,8.50029857 Z M9.48672869,8.50115968 L6.51327131,8.50115968 C6.54221141,9.04494018 6.61706171,9.55131471 6.72377517,10.0005224 L9.27622483,10.0005224 C9.38293829,9.55131471 9.45778859,9.04494018 9.48672869,8.50115968 Z M11.9689589,8.50075535 L10.4876414,8.50029857 C10.4613759,9.02906408 10.3939222,9.53359312 10.291788,10.0008701 L11.4642293,10.0011092 C11.7257028,9.54943381 11.9013764,9.04188545 11.9689589,8.50075535 Z M5.70799152,6.00013879 L4.53519846,5.99987956 C4.2738805,6.45158408 4.09835881,6.95913235 4.03091685,7.50024088 L5.51230935,7.50069472 C5.53852079,6.9719483 5.60591684,6.46742567 5.70799152,6.00013879 Z M9.27646586,6.0004925 L6.72353414,6.0004925 C6.61688328,6.4497248 6.54209743,6.95609338 6.51321787,7.4998455 L9.48678213,7.4998455 C9.45790257,6.95609338 9.38311672,6.4497248 9.27646586,6.0004925 Z M11.4648015,5.99987956 L10.2920085,6.00013879 C10.3940832,6.46742567 10.4614792,6.9719483 10.4876907,7.50069472 L11.9690832,7.50024088 C11.9016412,6.95913235 11.7261195,6.45158408 11.4648015,5.99987956 Z M6.26888245,4.39264727 L6.14511406,4.45515599 C5.85940401,4.60496504 5.59403706,4.78830304 5.35424015,4.99994303 L5.99971248,5.00027806 C6.08116036,4.78337894 6.17122227,4.58015817 6.26888245,4.39264727 Z M8,4 C7.67437895,4 7.32890208,4.37481793 7.05167909,5.0005045 L8.94832091,5.0005045 C8.67109792,4.37481793 8.32562105,4 8,4 Z M9.73088419,4.39286422 L9.76776695,4.46446609 C9.85139716,4.63172652 9.9291298,4.81078208 10.0002875,5.00027806 L10.6457598,4.99994303 C10.3716173,4.75799025 10.0640554,4.55302733 9.73088419,4.39286422 Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M3 3h4v5h2V5.5h4V13H3.00148v-1H3V3zm1 9h2V4H4v8zm3 0h2V9H7v3zm3 0h2V6.5h-2V12z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M11,3 C12.1045695,3 13,3.8954305 13,5 L13,11 C13,12.1045695 12.1045695,13 11,13 L5,13 C3.8954305,13 3,12.1045695 3,11 L3,5 C3,3.8954305 3.8954305,3 5,3 L11,3 Z M10,5 L8,5 L8,11 L9,11 L9,9.01354986 L10,9.01354986 C10.298071,9.00123635 12,9.01354986 12,6.99593021 C12,5.25660292 10.6862111,5.04356769 10.1750479,5.00862001 L10.1750479,5.00862001 L10,5 Z M6,5 L5,5 L5,11 L6,11 L6,5 Z M10,5.98396386 C10.6666667,5.98396386 11,6.31996988 11,6.99198193 C11,7.66399398 10.6666667,8 10,8 L10,8 L9,8 L9,5.98396386 Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8.96679687,10.6530599 L10.6938801,10.6530599 L10.6938801,12 L5.30611988,12 L5.30611988,10.6530599 L7.03320312,10.6530599 L7.03320312,5.34694006 L5.30611988,5.34694006 L5.30611988,4 L10.6938801,4 L10.6938801,5.34694006 L8.96679687,5.34694006 L8.96679687,10.6530599 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" >
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 4.50061V5.52451C7.5 6.79357 6.31515 7.43256 5.38799 7.2624C5.34434 7.25439 5.29834 7.25 5.25 7.25C4.83579 7.25 4.5 7.58579 4.5 8C4.5 8.41421 4.83579 8.75 5.25 8.75C5.29834 8.75 5.34434 8.74561 5.38799 8.7376C6.31515 8.56743 7.5 9.20643 7.5 10.4755V11.4994H11.5V10.4942C10.1995 10.4059 9.17188 9.32294 9.17188 8C9.17188 6.67706 10.1995 5.59412 11.5 5.50582V4.50061H7.5ZM13 4.00061C13 3.44833 12.5523 3.00061 12 3.00061H7C6.44772 3.00061 6 3.44833 6 4.00061V5.52451C6 5.69705 5.82847 5.81819 5.65877 5.78704C5.52621 5.76271 5.38959 5.75 5.25 5.75C4.00736 5.75 3 6.75736 3 8C3 9.24264 4.00736 10.25 5.25 10.25C5.38959 10.25 5.52621 10.2373 5.65877 10.213C5.82847 10.1818 6 10.303 6 10.4755V11.9994C6 12.5517 6.44772 12.9994 7 12.9994H12C12.5523 12.9994 13 12.5517 13 11.9994V9.00429C13 8.9654 12.9854 8.92883 12.9599 8.89943C12.8514 8.77404 12.3661 8.73855 12.2284 8.83096C12.0693 8.93772 11.8779 9 11.6719 9C11.1196 9 10.6719 8.55228 10.6719 8C10.6719 7.44772 11.1196 7 11.6719 7C11.8779 7 12.0693 7.06228 12.2284 7.16904C12.3661 7.26145 12.8514 7.22596 12.9599 7.10057C12.9854 7.07117 13 7.0346 13 6.99571V4.00061Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M12.6666667,6.5416849 C12.6666667,8.31359635 11.2302448,9.75 9.45833333,9.75 C9.25380208,9.75 9.05382812,9.73064062 8.85992448,9.69405469 L8.42220573,10.1864974 C8.33918226,10.2798995 8.22017834,10.3333378 8.09521094,10.3333333 L7.41666667,10.3333333 L7.41666667,11.0625 C7.41666667,11.3041276 7.22079427,11.5 6.97916667,11.5 L6.25,11.5 L6.25,12.2291667 C6.25,12.4707943 6.0541276,12.6666667 5.8125,12.6666667 L3.77083333,12.6666667 C3.52920573,12.6666667 3.33333333,12.4707943 3.33333333,12.2291667 L3.33333333,10.8062161 C3.33333333,10.6901875 3.3794349,10.5788984 3.46146615,10.496849 L6.41098177,7.54733333 C6.30665625,7.23098437 6.25,6.89296094 6.25,6.54166667 C6.25,4.76975521 7.68640365,3.33335156 9.4583151,3.33333333 C11.2354583,3.3333151 12.6666667,4.76452344 12.6666667,6.5416849 Z M9.45833333,5.66666667 C9.45833333,6.14992187 9.85007812,6.54166667 10.3333333,6.54166667 C10.8165885,6.54166667 11.2083333,6.14992187 11.2083333,5.66666667 C11.2083333,5.18341146 10.8165885,4.79166667 10.3333333,4.79166667 C9.85007812,4.79166667 9.45833333,5.18341146 9.45833333,5.66666667 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M10.33 10.28c-.12.04-.29.07-.42.07-.23 0-.43-.08-.53-.3l-.63-1.34 2.32-2.81H9.3L7.76 7.93h-.09L8.22 4H6.59l-1.05 7.5h1.63l.27-1.94h.1l.43 1.12c.27.71.74.92 1.33.92.23 0 .6-.04.86-.11l.17-1.21z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M3.33333333,11.0269204 L3.33333333,5.05089245 L5.39169473,5.05089245 L5.39169473,6.18696027 L5.45454545,6.18696027 C5.70594837,5.43995677 6.34624018,4.97307959 7.18294052,4.97307959 C8.03142536,4.97307959 8.70707071,5.45551935 8.83277217,6.18696027 L8.8956229,6.18696027 C9.09988777,5.45551935 9.82267116,4.97307959 10.7182941,4.97307959 C11.8731762,4.97307959 12.6666667,5.77066145 12.6666667,6.99621405 L12.6666667,11.0269204 L10.4983165,11.0269204 L10.4983165,7.5409041 C10.4983165,7.01955791 10.2076319,6.70052517 9.75982043,6.70052517 C9.31200898,6.70052517 9.03703704,7.01955791 9.03703704,7.5409041 L9.03703704,11.0269204 L6.96296296,11.0269204 L6.96296296,7.5409041 C6.96296296,7.01955791 6.67227834,6.70052517 6.22446689,6.70052517 C5.77665544,6.70052517 5.5016835,7.01955791 5.5016835,7.5409041 L5.5016835,11.0269204 L3.33333333,11.0269204 Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 2L13.1962 5V5.17786L12.3301 5.64598V5.5L8 3L3.66987 5.5V10.5L8 13L12.3301 10.5V5.77033L13.1962 5.29553V11L8 14L2.80385 11V5L8 2Z"/>
3
+ <path d="M5.24275 4.42875L9.59657 7.04104L8 7.92803L3.74282 5.56293C3.50143 5.42882 3.19703 5.51579 3.06292 5.75718C2.92881 5.99858 3.01579 6.30298 3.25718 6.43708L7.5 8.79421V13.5H8.5V8.79421L12.7428 6.43708C12.7641 6.42525 12.7842 6.41208 12.8031 6.39775L13.1953 6.19531V5.04688L12.2779 5.55201C12.271 5.55547 12.2641 5.55911 12.2572 5.56293L12.1523 5.62118L11.9609 5.72656L10.6058 6.48037L5.75725 3.57126L5.24275 4.42875Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.556 8.416L6.752 6.736H6.716V12.376H5V4H6.992L9.284 7.96L10.088 9.64H10.124V4H11.84V12.376H9.848L7.556 8.416Z"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <g fill-rule="evenodd">
3
+ <path d="M11,3 C12.0438357,3 12.9134719,3.75685822 12.9939274,4.73612423 L13,4.88461538 L13,11.1153846 C13,12.1155553 12.1800703,12.9200407 11.155192,12.9943904 L11,13 L9.50102539,13 C9.22488302,13 9.00102539,12.7761424 9.00102539,12.5 C9.00102539,12.2545401 9.17790055,12.0503916 9.41114976,12.0080557 L9.50102539,12 L11,12 C11.5207677,12 11.9366403,11.650454 11.9933937,11.2168247 L12,11.1153846 L12,4.88461538 C12,4.43962099 11.6213251,4.05828966 11.1181994,4.00608413 L11,4 L9.5,4 C9.22385763,4 9,3.77614237 9,3.5 C9,3.25454011 9.17687516,3.05039163 9.41012437,3.00805567 L9.5,3 L11,3 Z M6.5,3 C6.77614237,3 7,3.22385763 7,3.5 C7,3.74545989 6.82312484,3.94960837 6.58987563,3.99194433 L6.5,4 L5,4 C4.47923227,4 4.06335971,4.34954602 4.00660632,4.78317531 L4,4.88461538 L4,11.1153846 C4,11.560379 4.37867486,11.9417103 4.88180059,11.9939159 L5,12 L6.5,12 C6.77614237,12 7,12.2238576 7,12.5 C7,12.7454599 6.82312484,12.9496084 6.58987563,12.9919443 L6.5,13 L5,13 C3.95616432,13 3.08652812,12.2431418 3.0060726,11.2638758 L3,11.1153846 L3,4.88461538 C3,3.88444472 3.81992974,3.07995933 4.84480802,3.00560963 L5,3 L6.5,3 Z" />
4
+ <path d="M5.86428571,7.25 C6.25877482,7.25 6.57857143,7.56979661 6.57857143,7.96428571 C6.57857143,8.35877482 6.25877482,8.67857143 5.86428571,8.67857143 C5.46979661,8.67857143 5.15,8.35877482 5.15,7.96428571 C5.15,7.56979661 5.46979661,7.25 5.86428571,7.25 Z M8.00714286,7.25 C8.40163196,7.25 8.72142857,7.56979661 8.72142857,7.96428571 C8.72142857,8.35877482 8.40163196,8.67857143 8.00714286,8.67857143 C7.61265375,8.67857143 7.29285714,8.35877482 7.29285714,7.96428571 C7.29285714,7.56979661 7.61265375,7.25 8.00714286,7.25 Z M10.15,7.25 C10.5444891,7.25 10.8642857,7.56979661 10.8642857,7.96428571 C10.8642857,8.35877482 10.5444891,8.67857143 10.15,8.67857143 C9.75551089,8.67857143 9.43571429,8.35877482 9.43571429,7.96428571 C9.43571429,7.56979661 9.75551089,7.25 10.15,7.25 Z" />
5
+ </g>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M5.00237936,12.4118342 L4.04044011,13.3737734 C3.64991582,13.7642977 3.01675084,13.7642977 2.62622655,13.3737734 C2.23570226,12.9832492 2.23570226,12.3500842 2.62622655,11.9595599 L3.5881658,10.9976206 C3.00660086,10.1433453 2.66666667,9.11137058 2.66666667,8 C2.66666667,5.05448133 5.05448133,2.66666667 8,2.66666667 C9.11137058,2.66666667 10.1433453,3.00660086 10.9976206,3.5881658 L11.9595599,2.62622655 C12.3500842,2.23570226 12.9832492,2.23570226 13.3737734,2.62622655 C13.7642977,3.01675084 13.7642977,3.64991582 13.3737734,4.04044011 L12.4118342,5.00237936 C12.9933991,5.85665473 13.3333333,6.88862942 13.3333333,8 C13.3333333,10.9455187 10.9455187,13.3333333 8,13.3333333 C6.88862942,13.3333333 5.85665473,12.9933991 5.00237936,12.4118342 Z M5.96803265,11.4461809 C6.56354591,11.7980706 7.25819138,12 8,12 C10.209139,12 12,10.209139 12,8 C12,7.25819138 11.7980706,6.56354591 11.4461809,5.96803265 L5.96803265,11.4461809 Z M4.55381909,10.0319673 L10.0319673,4.55381909 C9.43645409,4.20192939 8.74180862,4 8,4 C5.790861,4 4,5.790861 4,8 C4,8.74180862 4.20192939,9.43645409 4.55381909,10.0319673 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M7.80061849,9.81152344 L6.95751953,9.81152344 L6.17708333,12.1471354 L5.0320638,12.1471354 L5.8125,9.81152344 L4.59912109,9.81152344 L4.78141276,8.76904297 L6.15429688,8.76904297 L6.66129557,7.26513672 L5.45361328,7.26513672 L5.64160156,6.22265625 L7.00878906,6.22265625 L7.80061849,3.85286458 L8.93994141,3.85286458 L8.14811198,6.22265625 L8.99690755,6.22265625 L9.78873698,3.85286458 L10.9337565,3.85286458 L10.1419271,6.22265625 L11.4008789,6.22265625 L11.2185872,7.26513672 L9.80013021,7.26513672 L9.29313151,8.76904297 L10.5406901,8.76904297 L10.3583984,9.81152344 L8.94563802,9.81152344 L8.17089844,12.1471354 L7.02587891,12.1471354 L7.80061849,9.81152344 Z M7.29931641,8.76904297 L8.14241536,8.76904297 L8.65511068,7.26513672 L7.8063151,7.26513672 L7.29931641,8.76904297 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M6.63056057,12 C5.33583626,12 4.2473793,11.8952797 4.2473793,10.1975407 L4.2473793,9.600952 C4.2473793,8.96310988 3.99985847,8.68702896 3.26681603,8.68702896 L3.26681603,7.31614439 C3.99985847,7.31614439 4.2473793,7.03689012 4.2473793,6.40222134 L4.2473793,5.80245934 C4.2473793,4.10472035 5.33583626,4 6.63056057,4 L6.63056057,5.13923046 C5.87213138,5.13923046 5.74519762,5.41213804 5.74519762,5.98333994 L5.74519762,6.79571599 C5.74519762,7.27489092 5.5198902,7.73185244 4.53298025,7.92859976 L4.53298025,8.07140024 C5.5198902,8.26814756 5.74519762,8.72510908 5.74519762,9.20428401 L5.74519762,10.0166601 C5.74519762,10.587862 5.87213138,10.8607695 6.63056057,10.8607695 L6.63056057,12 Z M8.89633358,4 C10.1910579,4 11.2795149,4.10472035 11.2795149,5.80245934 L11.2795149,6.399048 C11.2795149,7.03689012 11.5270357,7.31297104 12.2600781,7.31297104 L12.2600781,8.68385561 C11.5270357,8.68385561 11.2795149,8.96310988 11.2795149,9.59777866 L11.2795149,10.1975407 C11.2795149,11.8952797 10.1910579,12 8.89633358,12 L8.89633358,10.8607695 C9.65476277,10.8607695 9.78169653,10.587862 9.78169653,10.0166601 L9.78169653,9.20428401 C9.78169653,8.72510908 10.0070039,8.26814756 10.9939139,8.07140024 L10.9939139,7.92859976 C10.0070039,7.73185244 9.78169653,7.27489092 9.78169653,6.79571599 L9.78169653,5.98333994 C9.78169653,5.41213804 9.65476277,5.13923046 8.89633358,5.13923046 L8.89633358,4 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M2.66666667,8.00151515 C2.66666667,6.5015163 3.06060576,5.25909301 3.91515056,4.18030596 L5.35151309,4.18030596 C4.69999844,4.98030534 4.21212003,6.56818292 4.21212003,8.00151515 C4.21212003,9.43181708 4.69999844,11.0196947 5.35151309,11.819694 L3.91515056,11.819694 C3.06060576,10.740907 2.66666667,9.4984837 2.66666667,8.00151515 Z M6.76969728,9.99848332 L5.95151609,9.19545363 L7.18181818,7.99848485 L5.95151609,6.79545547 L6.78181849,6.00151668 L8.00302967,7.19545516 L9.23030146,6.00151668 L10.0484826,6.79545547 L8.82121086,7.99545455 L10.0484826,9.19545363 L9.23030146,9.99848332 L7.99999937,8.79545394 L6.76969728,9.99848332 Z M13.3333333,7.99848485 C13.3333333,9.4984837 12.9393942,10.740907 12.0848494,11.819694 L10.6484869,11.819694 C11.3000016,11.0196947 11.78788,9.43181708 11.78788,7.99848485 C11.78788,6.56818292 11.3000016,4.98030534 10.6484869,4.18030596 L12.0848494,4.18030596 C12.9393942,5.25909301 13.3333333,6.5015163 13.3333333,7.99848485 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8.049,3.78459082 L11.9014677,4.79136297 L7.8522598,5.89438837 L4,4.79136297 L7.951,3.78459082 C7.98288889,3.77603527 8.01672222,3.77603527 8.049,3.78459082 Z M8.12166595,6.43935385 L12.6666667,5.13325749 L12.6666667,10.5839242 L12.536,10.7674797 L8.12166595,12.2218258 L8.12166595,6.43935385 Z M3.33333333,10.5839242 L3.33333333,5.18770194 L7.49752755,6.40986103 L7.49752755,12.2192797 L3.464,10.7674797 L3.33333333,10.5839242 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M4.88866681,12 L4.88866681,4 L8.19335431,4 C9.99022931,4 11.1152293,5.1171875 11.1113231,6.76953125 C11.1152293,8.421875 9.96679181,9.515625 8.13476056,9.515625 L6.82226056,9.515625 L6.82226056,12 L4.88866681,12 Z M6.82226056,7.9921875 L7.77538556,7.9921875 C8.64257306,7.9921875 9.11132306,7.51953125 9.10741681,6.76953125 C9.11132306,6.0390625 8.64257306,5.55859375 7.77538556,5.55859375 L6.82226056,5.55859375 L6.82226056,7.9921875 Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 7C6.32843 7 7 6.32843 7 5.5C7 4.67157 6.32843 4 5.5 4C4.67157 4 4 4.67157 4 5.5C4 6.32843 4.67157 7 5.5 7ZM5.5 8C6.88071 8 8 6.88071 8 5.5C8 4.11929 6.88071 3 5.5 3C4.11929 3 3 4.11929 3 5.5C3 6.88071 4.11929 8 5.5 8ZM11 9C11.5523 9 12 8.55228 12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8C10 8.55228 10.4477 9 11 9ZM11 10C12.1046 10 13 9.10457 13 8C13 6.89543 12.1046 6 11 6C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10ZM8.5 11.5C8.5 11.7761 8.27614 12 8 12C7.72386 12 7.5 11.7761 7.5 11.5C7.5 11.2239 7.72386 11 8 11C8.27614 11 8.5 11.2239 8.5 11.5ZM9.5 11.5C9.5 12.3284 8.82843 13 8 13C7.17157 13 6.5 12.3284 6.5 11.5C6.5 10.6716 7.17157 10 8 10C8.82843 10 9.5 10.6716 9.5 11.5Z"/>
3
+ </svg>
4
+
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M4.88866681,12 L4.88866681,4 L8.19335431,4 C9.99022931,4 11.1152293,5.1171875 11.1113231,6.76953125 C11.1152293,8.421875 9.96679181,9.515625 8.13476056,9.515625 L6.82226056,9.515625 L6.82226056,12 L4.88866681,12 Z M6.82226056,7.9921875 L7.77538556,7.9921875 C8.64257306,7.9921875 9.11132306,7.51953125 9.10741681,6.76953125 C9.11132306,6.0390625 8.64257306,5.55859375 7.77538556,5.55859375 L6.82226056,5.55859375 L6.82226056,7.9921875 Z"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <g fill-rule="evenodd" transform="translate(3 5)">
3
+ <path d="M9.1799078,0.115901897 C9.39204625,-0.0608801431 9.7073286,-0.0322181112 9.88411064,0.179920337 C10.0412502,0.368487847 10.0360636,0.638551773 9.88397946,0.820397663 L9.8200922,0.884123177 L7.281,3.00001254 L9.8200922,5.1159019 C10.0086597,5.27304149 10.0522582,5.53961342 9.93545908,5.74590325 L9.88411064,5.82010474 C9.72697105,6.00867225 9.46039911,6.05227074 9.25410929,5.93547162 L9.1799078,5.88412318 L6.1799078,3.38412318 C5.96668374,3.20643646 5.94299218,2.89559133 6.10883311,2.68831386 L6.1799078,2.6159019 L9.1799078,0.115901897 Z" transform="matrix(-1 0 0 1 16 0)" />
4
+ <path d="M3.1799078,0.115901897 C3.39204625,-0.0608801431 3.7073286,-0.0322181112 3.88411064,0.179920337 C4.04125023,0.368487847 4.03606364,0.638551773 3.88397946,0.820397663 L3.8200922,0.884123177 L1.281,3.00001254 L3.8200922,5.1159019 C4.00865971,5.27304149 4.0522582,5.53961342 3.93545908,5.74590325 L3.88411064,5.82010474 C3.72697105,6.00867225 3.46039911,6.05227074 3.25410929,5.93547162 L3.1799078,5.88412318 L0.1799078,3.38412318 C-0.0333162593,3.20643646 -0.0570078215,2.89559133 0.108833114,2.68831386 L0.1799078,2.6159019 L3.1799078,0.115901897 Z" />
5
+ </g>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M13 4V12H11V6H9V10H5V12H3V8H7V4H13Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M13 4V12H11V6H9V10H5V12H3V8H7V4H13Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8.53333333,9.06666667 C6.74133333,9.06666667 6.15466667,9.78666667 5.96266667,10.2613333 C6.53333333,10.5066667 6.93333333,11.072 6.93333333,11.7333333 C6.93333333,12.6186667 6.21866667,13.3333333 5.33333333,13.3333333 C4.448,13.3333333 3.73333333,12.6186667 3.73333333,11.7333333 C3.73333333,11.0346667 4.176,10.4426667 4.8,10.224 L4.8,5.776 C4.176,5.55733333 3.73333333,4.96533333 3.73333333,4.26666667 C3.73333333,3.38133333 4.448,2.66666667 5.33333333,2.66666667 C6.21866667,2.66666667 6.93333333,3.38133333 6.93333333,4.26666667 C6.93333333,4.96533333 6.49066667,5.55733333 5.86666667,5.776 L5.86666667,8.59733333 C6.336,8.25066667 7.01866667,8 8,8 C9.424,8 9.89866667,7.28533333 10.0533333,6.81066667 C9.47733333,6.57066667 9.06666667,6 9.06666667,5.33333333 C9.06666667,4.448 9.78133333,3.73333333 10.6666667,3.73333333 C11.552,3.73333333 12.2666667,4.448 12.2666667,5.33333333 C12.2666667,6.048 11.7973333,6.66666667 11.152,6.85866667 C11.0133333,7.62133333 10.496,9.06666667 8.53333333,9.06666667 Z M5.33333333,11.2 C5.04,11.2 4.8,11.44 4.8,11.7333333 C4.8,12.0266667 5.04,12.2666667 5.33333333,12.2666667 C5.62666667,12.2666667 5.86666667,12.0266667 5.86666667,11.7333333 C5.86666667,11.44 5.62666667,11.2 5.33333333,11.2 Z M5.33333333,3.73333333 C5.04,3.73333333 4.8,3.97333333 4.8,4.26666667 C4.8,4.56 5.04,4.8 5.33333333,4.8 C5.62666667,4.8 5.86666667,4.56 5.86666667,4.26666667 C5.86666667,3.97333333 5.62666667,3.73333333 5.33333333,3.73333333 Z M10.6666667,4.8 C10.3733333,4.8 10.1333333,5.04 10.1333333,5.33333333 C10.1333333,5.62666667 10.3733333,5.86666667 10.6666667,5.86666667 C10.96,5.86666667 11.2,5.62666667 11.2,5.33333333 C11.2,5.04 10.96,4.8 10.6666667,4.8 Z"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <g>
3
+ <path d="M6.26974 7.50002C6.26974 6.94774 6.71746 6.50002 7.26974 6.50002C7.82203 6.50002 8.26974 6.94774 8.26974 7.50002C8.26974 8.05231 7.82203 8.50002 7.26974 8.50002C6.71746 8.50002 6.26974 8.05231 6.26974 7.50002Z"/>
4
+ <path d="M8.76974 7.50002C8.76974 6.94774 9.21746 6.50002 9.76974 6.50002C10.322 6.50002 10.7697 6.94774 10.7697 7.50002C10.7697 8.05231 10.322 8.50002 9.76974 8.50002C9.21746 8.50002 8.76974 8.05231 8.76974 7.50002Z"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.7017 10.682C10.1231 12.2606 7.66343 12.4212 5.90559 11.1637L4.28033 12.7889C3.98744 13.0818 3.51256 13.0818 3.21967 12.7889C2.92678 12.496 2.92678 12.0212 3.21967 11.7283L4.8468 10.1011C3.5994 8.34418 3.76306 5.89274 5.33778 4.31802C7.09513 2.56066 9.94438 2.56066 11.7017 4.31802C13.4591 6.07538 13.4591 8.92462 11.7017 10.682ZM6.39843 9.62132C7.57 10.7929 9.4695 10.7929 10.6411 9.62132C11.8126 8.44975 11.8126 6.55025 10.6411 5.37868C9.4695 4.20711 7.57 4.20711 6.39843 5.37868C5.22686 6.55025 5.22686 8.44975 6.39843 9.62132Z"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M13,10 L13,13 L10,13 L10,12 L6,12 L6,13 L3,13 L3,10 L4,10 L4,6 L3,6 L3,3 L6,3 L6,4 L10,4 L10,3 L13,3 L13,6 L12,6 L12,10 L13,10 Z M5,11 L4,11 L4,12 L5,12 L5,11 Z M12,11 L11,11 L11,12 L12,12 L12,11 Z M5,4 L4,4 L4,5 L5,5 L5,4 Z M12,4 L11,4 L11,5 L12,5 L12,4 Z M11,6 L10,6 L10,5 L6,5 L6,6 L5,6 L5,10 L6,10 L6,11 L10,11 L10,10 L11,10 L11,6 Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M9.14663462,4.29740343 L8.89242788,5.75233131 L9.828125,5.75233131 L9.60637019,7.01795631 L8.67067308,7.01795631 L8.21634615,9.70605727 C8.19110564,9.88995242 8.20282428,10.0287731 8.2515024,10.1225236 C8.30018053,10.2162741 8.42187403,10.2667544 8.61658654,10.2739659 C8.69230807,10.2775717 8.8473546,10.2685574 9.08173077,10.2469227 L8.95192308,11.5666342 C8.65264273,11.6639905 8.33353535,11.7090621 7.99459135,11.7018505 C7.4429059,11.694639 7.03004945,11.532381 6.75600962,11.2150717 C6.48196978,10.8977624 6.37019206,10.4668773 6.42067308,9.92240343 L6.89663462,7.01795631 L6.171875,7.01795631 L6.38822115,5.75233131 L7.11298077,5.75233131 L7.3671875,4.29740343 L9.14663462,4.29740343 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M4.336332,4.66666667 L7.00299867,4.66666667 L7.00299867,7.33333333 L4.336332,7.33333333 L4.336332,4.66666667 Z M4.336332,8.66666667 L7.00299867,8.66666667 L7.00299867,11.3333333 L4.336332,11.3333333 L4.336332,8.66666667 Z M8.336332,4.66666667 L11.0029987,4.66666667 L11.0029987,7.33333333 L8.336332,7.33333333 L8.336332,4.66666667 Z M8.336332,8.66666667 L11.0029987,8.66666667 L11.0029987,11.3333333 L8.336332,11.3333333 L8.336332,8.66666667 Z M3.00299867,3.33333333 L3.00299867,12.6666667 L12.336332,12.6666667 L12.336332,3.33333333 L3.00299867,3.33333333 Z M3.00299867,2 L12.336332,2 C13.0727117,2 13.6696653,2.59695367 13.6696653,3.33333333 L13.6696653,12.6666667 C13.6696653,13.4030463 13.0727117,14 12.336332,14 L3.00299867,14 C2.266619,14 1.66966534,13.4030463 1.66966534,12.6666667 L1.66966534,3.33333333 C1.66966534,2.59695367 2.266619,2 3.00299867,2 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M8.31637016,14 C5.00266166,14 2.31637016,11.3137085 2.31637016,8 C2.31637016,4.6862915 5.00266166,2 8.31637016,2 C11.6300787,2 14.3163702,4.6862915 14.3163702,8 C14.3163702,11.3137085 11.6300787,14 8.31637016,14 Z M8.31637016,12.6666667 C10.893699,12.6666667 12.9830368,10.5773288 12.9830368,8 C12.9830368,5.42267117 10.893699,3.33333333 8.31637016,3.33333333 C5.73904133,3.33333333 3.64970349,5.42267117 3.64970349,8 C3.64970349,10.5773288 5.73904133,12.6666667 8.31637016,12.6666667 Z M10.5060642,6.94788926 L11.6493954,6.94788926 C11.6678363,8.39549411 10.8564399,9.28526396 9.72693933,9.28526396 C9.09534103,9.28526396 8.53289584,9.01787199 8.02116292,8.47386762 C7.66156681,8.07738986 7.38495442,7.8975918 7.0207481,7.8975918 C6.50440497,7.8975918 6.17247011,8.25257771 6.13558845,8.98099033 L4.98303683,8.98099033 C4.99686745,7.51033446 5.84053524,6.66666667 6.93315418,6.66666667 C7.52787082,6.66666667 8.05804457,6.91561782 8.61126935,7.4688426 C9.0031369,7.85148974 9.25208806,8.06355924 9.64856581,8.06355924 C10.1326375,8.06355924 10.5060642,7.74084478 10.5060642,6.94788926 Z"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <g>
3
+ <path d="M5.75 7.375C5.61193 7.375 5.5 7.48693 5.5 7.625V8.375C5.5 8.51307 5.61193 8.625 5.75 8.625H9.25C9.38807 8.625 9.5 8.51307 9.5 8.375V7.625C9.5 7.48693 9.38807 7.375 9.25 7.375H5.75Z"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 5C3 4.44772 3.44772 4 4 4H9.98882C10.3191 4 10.6281 4.1631 10.8145 4.43581L12.8645 7.43581C13.0969 7.77601 13.0969 8.22398 12.8645 8.56419L10.8145 11.5642C10.6281 11.8369 10.3191 12 9.98883 12H4C3.44772 12 3 11.5523 3 11V5ZM4.25 5.75C4.25 5.47386 4.47386 5.25 4.75 5.25H9.49539C9.65536 5.25 9.80567 5.32654 9.89976 5.45591L11.5361 7.70591C11.6636 7.88124 11.6636 8.11876 11.5361 8.29409L9.89976 10.5441C9.80567 10.6735 9.65536 10.75 9.49539 10.75H4.75C4.47386 10.75 4.25 10.5261 4.25 10.25V5.75Z"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.14664 4.29739L8.89243 5.75232H9.82812L9.60637 7.01795H8.67067L8.21635 9.70605C8.19111 9.88994 8.20282 10.0288 8.2515 10.1225C8.30018 10.2163 8.42187 10.2667 8.61659 10.274C8.69231 10.2776 8.84735 10.2685 9.08173 10.2469L8.95192 11.5666C8.65264 11.664 8.33354 11.7091 7.99459 11.7018C7.44291 11.6946 7.03005 11.5324 6.75601 11.2151C6.48197 10.8978 6.37019 10.4669 6.42067 9.92239L6.89663 7.01795H6.17188L6.38822 5.75232H7.11298L7.36719 4.29739H9.14664Z" />
3
+ </svg>
4
+
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <g>
3
+ <path d="M8 4H3V7H8V4Z"/>
4
+ <path d="M13 9H8V12H13V9Z"/>
5
+ <path d="M10 4H13V7H10V4Z"/>
6
+ <path d="M6 9H3V12H6V9Z"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <polygon fill-rule="evenodd" points="6.649 4.667 7.975 9.367 8.025 9.367 9.351 4.667 11.333 4.667 9.199 11.333 6.801 11.333 4.667 4.667"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M10.3862355,9.83551835 C10.1416142,9.44915931 10,8.99111753 10,8.5 C10,7.11928813 11.1192881,6 12.5,6 C13.8807119,6 15,7.11928813 15,8.5 C15,9.31915408 14.6060265,10.0462907 13.9972252,10.5022643 C15.2116293,11.1740421 16,12.460733 16,14 L16,15.5 C16,15.7761424 15.7761424,16 15.5,16 C15.2238576,16 15,15.7761424 15,15.5 L15,14 C15,12.2761424 13.7238576,11 12,11 C11.089894,11 10.7020605,10.9807464 10.1953277,10.8779363 C8.94554177,10.6243696 7.86201213,9.87790569 6.6095656,8.31234752 C6.43706082,8.09671656 6.47202151,7.78207037 6.68765248,7.6095656 C6.90328344,7.43706082 7.21792963,7.47202151 7.3904344,7.68765248 C8.29031041,8.81249749 9.0427005,9.42863784 9.82378816,9.73131871 C9.97873029,9.78276913 10.1693475,9.81389579 10.3862355,9.83551835 L10.3862355,9.83551835 Z M12.170923,9.96378986 C12.2544058,9.97383471 12.3382921,9.9851584 12.4223525,9.99802494 C12.4480693,9.99933632 12.4739572,10 12.5,10 C13.3284271,10 14,9.32842712 14,8.5 C14,7.67157288 13.3284271,7 12.5,7 C11.6715729,7 11,7.67157288 11,8.5 C11,9.21537784 11.5007898,9.81378995 12.170923,9.96378986 L12.170923,9.96378986 Z M9.78,11.97 C10.0561424,11.97 10.28,12.1938576 10.28,12.47 C10.28,12.546303 10.2327718,12.6959893 10.230294,12.7012339 C10.0513095,13.0800879 10,13.4749479 10,14.0027108 L10,15.5027108 C10,15.7788532 9.77614237,16.0027108 9.5,16.0027108 C9.22385763,16.0027108 9,15.7788532 9,15.5027108 L9,14.0027108 C9,13.3458557 9.07216893,12.81693 9.30730941,12.3065993 C9.37501819,12.1106964 9.56107839,11.97 9.78,11.97 Z M5.95827032,5.77244277 C6.13077509,5.98807373 6.0958144,6.30271992 5.88018344,6.47522469 C5.66455247,6.64772947 5.34990628,6.61276878 5.17740151,6.39713781 L3.10958401,3.81236594 C2.93707923,3.59673497 2.97203992,3.28208878 3.18767089,3.10958401 C3.40330186,2.93707923 3.71794804,2.97203992 3.89045282,3.18767089 L5.95827032,5.77244277 Z M1,11 L6.5,11 C6.77614237,11 7,11.2238576 7,11.5 C7,11.7761424 6.77614237,12 6.5,12 L0.5,12 C0.223857625,12 1.77635684e-14,11.7761424 1.77635684e-14,11.5 L1.77635684e-14,0.5 C1.77635684e-14,0.223857625 0.223857625,3.55271368e-15 0.5,3.55271368e-15 L12.5,3.55271368e-15 C12.7761424,3.55271368e-15 13,0.223857625 13,0.5 L13,3.5 C13,3.77614237 12.7761424,4 12.5,4 C12.2238576,4 12,3.77614237 12,3.5 L12,1 L1,1 L1,11 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M11,3 L16,3 L16,4 L0,4 L0,3 L5,3 L5,1 C5,0.448 5.448,0 6,0 L10,0 C10.552,0 11,0.448 11,1 L11,3 Z M3.944,11 L7,11 L7,12 L4.1,12 L4.492,14.519 C4.534,14.788 4.746,14.977 4.985,14.977 L11.015,14.977 C11.254,14.977 11.466,14.788 11.508,14.519 L13.006,4.943 L14,4.943 L12.496,14.673 C12.38,15.42 11.756,15.977 11.015,15.977 L4.985,15.977 C4.244,15.977 3.62,15.42 3.504,14.673 L1.993,4.943 L9,4.943 L9,5.95 L3.157,5.95 L3.476,8 L8,8 L8,9 L3.632,9 L3.944,11 Z M6,3 L10,3 L10,1 L6,1 L6,3 Z" />
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5.14 3.808L7.53 1.51a.67.67 0 01.942 0l2.389 2.298c.26.256.685.256.944 0a.65.65 0 000-.93L9.416.578a2.02 2.02 0 00-2.832 0l-2.388 2.3a.65.65 0 000 .93c.26.256.683.256.944 0zm0 8.384L7.53 14.49a.67.67 0 00.942 0l2.389-2.298a.677.677 0 01.944 0 .65.65 0 010 .93l-2.388 2.3a2.02 2.02 0 01-2.832 0l-2.388-2.3a.65.65 0 010-.93.677.677 0 01.944 0zM16 6H0v4h16V6zM1 9V7h14v2H1z"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path d="M7.565 10.83a.5.5 0 11.819.573l-1.877 2.68c-.963 1.376-3.02 1.55-4.588.45C.35 13.436-.191 11.445.773 10.07L3.64 5.973c.963-1.375 3.019-1.548 4.587-.45a.5.5 0 11-.573.82C6.509 5.54 5.08 5.66 4.46 6.546l-2.868 4.095c-.621.887-.245 2.27.9 3.073 1.146.802 2.575.682 3.196-.205l1.877-2.68z"/>
3
+ <path d="M7.892 3.43a.5.5 0 11-.574-.819L10 .734c1.376-.963 3.367-.422 4.465 1.146 1.098 1.569.926 3.625-.45 4.588L9.918 9.336c-1.375.963-3.366.422-4.464-1.146a.5.5 0 11.819-.574c.802 1.146 2.185 1.522 3.072.9L13.44 5.65c.886-.621 1.006-2.05.204-3.195-.802-1.146-2.186-1.522-3.072-.9L7.892 3.43zM6 .5v3a.5.5 0 01-1 0v-3a.5.5 0 011 0zM1.058 2.23l2.458 1.72a.5.5 0 01-.574.82L.484 3.05a.5.5 0 11.574-.82zM13.058 9.323l2.457 1.72a.5.5 0 11-.573.82l-2.457-1.72a.5.5 0 11.573-.82zM10.959 10.504v3a.5.5 0 11-1 0v-3a.5.5 0 111 0z"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
2
+ <g fill-rule="evenodd" transform="translate(2 1)">
3
+ <path d="M11.6888,10.1318 C12.8438,11.3538 13.6418,13.0108 13.8718,14.8798 C13.9438,15.4738 13.4708,15.9998 12.8718,15.9998 L1.0068,15.9998 C0.4078,15.9998 -0.0652,15.4738 0.0078,14.8798 C0.2368,13.0108 1.0348,11.3538 2.1898,10.1318 C2.4368,10.3598 2.6948,10.5738 2.9718,10.7648 C1.9338,11.8338 1.2068,13.3148 0.9998,15.0018 L12.8718,14.9998 C12.6678,13.3138 11.9428,11.8338 10.9058,10.7648 C11.1838,10.5738 11.4418,10.3598 11.6888,10.1318 Z M6.9392,0.0003 C8.8392,0.0003 9.9392,2.0003 11.3182,2.6333 C10.8602,3.1603 10.1922,3.5003 9.4392,3.5003 C9.1412,3.5003 8.8602,3.4393 8.5952,3.3433 C7.9072,4.1953 6.8682,4.7503 5.6892,4.7503 C4.2942,4.7503 1.9392,5.0003 2.4442,2.8473 C3.9392,2.0003 4.9522,0.0003 6.9392,0.0003 Z"/>
4
+ <path d="M6.9393,1 C9.1453,1 10.9393,2.794 10.9393,5 C10.9393,7.206 9.1453,9 6.9393,9 C4.7333,9 2.9393,7.206 2.9393,5 C2.9393,2.794 4.7333,1 6.9393,1 M6.9393,10 C9.7003,10 11.9393,7.761 11.9393,5 C11.9393,2.239 9.7003,0 6.9393,0 C4.1783,0 1.9393,2.239 1.9393,5 C1.9393,7.761 4.1783,10 6.9393,10"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" d="M5.482 4.344a2 2 0 10-2.963 0c-.08.042-.156.087-.23.136-.457.305-.75.704-.933 1.073A3.457 3.457 0 001 6.978V9a1 1 0 001 1h2.5a3.69 3.69 0 01.684-.962L5.171 9H2V7s0-2 2-2c1.007 0 1.507.507 1.755 1.01.225-.254.493-.47.793-.636a2.717 2.717 0 00-1.066-1.03zM4 4a1 1 0 100-2 1 1 0 000 2zm10 6h-2.5a3.684 3.684 0 00-.684-.962L10.829 9H14V7s0-2-2-2c-1.007 0-1.507.507-1.755 1.01a3.012 3.012 0 00-.793-.636 2.716 2.716 0 011.066-1.03 2 2 0 112.963 0c.08.042.156.087.23.136.457.305.75.704.933 1.073A3.453 3.453 0 0115 6.944V9a1 1 0 01-1 1zm-2-6a1 1 0 100-2 1 1 0 000 2z" />
3
+ <path fill-rule="evenodd" d="M10 8c0 .517-.196.989-.518 1.344a2.755 2.755 0 011.163 1.21A3.453 3.453 0 0111 11.977V14a1 1 0 01-1 1H6a1 1 0 01-1-1v-2.022a2.005 2.005 0 01.006-.135 3.456 3.456 0 01.35-1.29 2.755 2.755 0 011.162-1.21A2 2 0 1110 8zm-4 4v2h4v-2s0-2-2-2-2 2-2 2zm3-4a1 1 0 11-2 0 1 1 0 012 0z" />
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M12.5,11 L12.5,5 L11,5 L11,3.5 L5,3.5 L5,5 L3.5,5 L3.5,11 L5,11 L5,12.5 L11,12.5 L11,11 L12.5,11 Z M13.5,11 L15,11 L15,15 L11,15 L11,13.5 L5,13.5 L5,15 L1,15 L1,11 L2.5,11 L2.5,5 L1,5 L1,1 L5,1 L5,2.5 L11,2.5 L11,1 L15,1 L15,5 L13.5,5 L13.5,11 Z M4,4 L4,2 L2,2 L2,4 L4,4 Z M12,4 L14,4 L14,2 L12,2 L12,4 Z M2,14 L4,14 L4,12 L2,12 L2,14 Z M12,14 L14,14 L14,12 L12,12 L12,14 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M0,1.99406028 C0,0.892771196 0.894513756,0 1.99406028,0 L14.0059397,0 C15.1072288,0 16,0.894513756 16,1.99406028 L16,14.0059397 C16,15.1072288 15.1054862,16 14.0059397,16 L1.99406028,16 C0.892771196,16 0,15.1054862 0,14.0059397 L0,1.99406028 Z M1,1.99406028 L1,14.0059397 C1,14.5539384 1.44579254,15 1.99406028,15 L14.0059397,15 C14.5539384,15 15,14.5542075 15,14.0059397 L15,1.99406028 C15,1.44606163 14.5542075,1 14.0059397,1 L1.99406028,1 C1.44606163,1 1,1.44579254 1,1.99406028 Z M1,4 L15,4 L15,5 L1,5 L1,4 Z M2.5,3 C2.22385763,3 2,2.77614237 2,2.5 C2,2.22385763 2.22385763,2 2.5,2 L3.5,2 C3.77614237,2 4,2.22385763 4,2.5 C4,2.77614237 3.77614237,3 3.5,3 L2.5,3 Z M5.5,3 C5.22385763,3 5,2.77614237 5,2.5 C5,2.22385763 5.22385763,2 5.5,2 L6.5,2 C6.77614237,2 7,2.22385763 7,2.5 C7,2.77614237 6.77614237,3 6.5,3 L5.5,3 Z M10.4472136,9.10557266 C11.1842621,9.4740969 11.1842621,10.5259027 10.4472136,10.8944269 L7.4472136,12.8944268 C6.7823125,13.2268773 6,12.7433816 6,11.9999996 L6,7.99999993 C6,7.25661796 6.7823125,6.77312228 7.4472136,7.1055728 L10.4472136,9.10557266 Z M10,9.99999993 L7,7.99999993 L7,11.9999999 L10,9.99999993 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M3,13 L13,13 L13,9.91320216 L10.4285232,7.08652971 L8.56068891,8.75255137 C8.34446152,8.94541619 8.01009245,8.91469507 7.83262843,8.68565874 L4.44774459,4.31710345 L3,6.19114546 L3,13 Z M8.29492153,7.64961053 L10.1323775,6.01068495 C10.3370274,5.82814675 10.6505158,5.84450779 10.8350522,6.04735771 L13.8698544,9.38333647 C13.953595,9.47538754 14,9.59535769 14,9.71979998 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 L2,6.02050792 C2,5.90988198 2.03668793,5.80237946 2.10431881,5.71483425 L4.05147457,3.19432633 C4.25145496,2.93546046 4.64204271,2.93517899 4.84239599,3.19375637 L8.29492153,7.64961053 Z M1,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,1.5 C0,1.22385763 0.223857625,1 0.5,1 C0.776142375,1 1,1.22385763 1,1.5 L1,15 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M0.5,1 C0.776142375,1 1,1.22385763 1,1.5 L1,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,1.5 C0,1.22385763 0.223857625,1 0.5,1 Z M4.84239599,3.19375637 L8.29492153,7.64961053 L10.1323775,6.01068495 C10.3370274,5.82814675 10.6505158,5.84450779 10.8350522,6.04735771 L13.8698544,9.38333647 C13.953595,9.47538754 14,9.59535769 14,9.71979998 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 L2,6.02050792 C2,5.90988198 2.03668793,5.80237946 2.10431881,5.71483425 L4.05147457,3.19432633 C4.25145496,2.93546046 4.64204271,2.93517899 4.84239599,3.19375637 Z M4.44774459,4.31710345 L3,6.19114546 L3,10.292 L4.14644661,9.14644661 C4.27688672,9.0160065 4.46632686,8.96965422 4.63901149,9.01968322 L4.7236068,9.0527864 L8.5,10.940983 L10.2763932,10.0527864 C10.3890042,9.99648091 10.5175655,9.98521981 10.6365566,10.0190031 L10.7236068,10.0527864 L13,11.191 L13,9.91320216 L10.4285232,7.08652971 L8.56068891,8.75255137 C8.34446152,8.94541619 8.01009245,8.91469507 7.83262843,8.68565874 L4.44774459,4.31710345 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M8.5,10 L2.5,10 C2.22385763,10 2,9.77614237 2,9.5 C2,9.22385763 2.22385763,9 2.5,9 L8,9 L8,6 L2.5,6 C2.22385763,6 2,5.77614237 2,5.5 C2,5.22385763 2.22385763,5 2.5,5 L13,5 L13,2 L2.5,2 C2.22385763,2 2,1.77614237 2,1.5 C2,1.22385763 2.22385763,1 2.5,1 L13.5,1 C13.7761424,1 14,1.22385763 14,1.5 L14,5.5 C14,5.77614237 13.7761424,6 13.5,6 L9,6 L9,9 L11.5,9 C11.7761424,9 12,9.22385763 12,9.5 L12,13.5 C12,13.7761424 11.7761424,14 11.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 C2,13.2238576 2.22385763,13 2.5,13 L11,13 L11,10 L8.5,10 Z M0,0.5 C0,0.223857625 0.223857625,0 0.5,0 C0.776142375,0 1,0.223857625 1,0.5 L1,14.5 C1,14.7761424 0.776142375,15 0.5,15 C0.223857625,15 0,14.7761424 0,14.5 L0,0.5 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M0.5,0 C0.776142375,0 1,0.223857625 1,0.5 L1,14.5 C1,14.7761424 0.776142375,15 0.5,15 C0.223857625,15 0,14.7761424 0,14.5 L0,0.5 C0,0.223857625 0.223857625,0 0.5,0 Z M13.5,1 C13.7761424,1 14,1.22385763 14,1.5 L14,5.5 C14,5.77614237 13.7761424,6 13.5,6 L9,6 L9,9 L11.5,9 C11.7761424,9 12,9.22385763 12,9.5 L12,13.5 C12,13.7761424 11.7761424,14 11.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 C2,13.2238576 2.22385763,13 2.5,13 L9,13 L9,10 L2.5,10 C2.22385763,10 2,9.77614237 2,9.5 C2,9.22385763 2.22385763,9 2.5,9 L6,9 L6,6 L2.5,6 C2.22385763,6 2,5.77614237 2,5.5 C2,5.22385763 2.22385763,5 2.5,5 L10,5 L10,2 L2.5,2 C2.22385763,2 2,1.77614237 2,1.5 C2,1.22385763 2.22385763,1 2.5,1 L13.5,1 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M10,7.5 L10,13.5 C10,13.7761424 9.77614237,14 9.5,14 C9.22385763,14 9,13.7761424 9,13.5 L9,8 L6,8 L6,13.5 C6,13.7761424 5.77614237,14 5.5,14 C5.22385763,14 5,13.7761424 5,13.5 L5,3 L2,3 L2,13.5 C2,13.7761424 1.77614237,14 1.5,14 C1.22385763,14 1,13.7761424 1,13.5 L1,2.5 C1,2.22385763 1.22385763,2 1.5,2 L5.5,2 C5.77614237,2 6,2.22385763 6,2.5 L6,7 L9,7 L9,4.5 C9,4.22385763 9.22385763,4 9.5,4 L13.5,4 C13.7761424,4 14,4.22385763 14,4.5 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 C13.2238576,14 13,13.7761424 13,13.5 L13,5 L10,5 L10,7.5 Z M0.5,16 C0.223857625,16 -4.30381884e-16,15.7761424 -4.1347304e-16,15.5 C-3.96564196e-16,15.2238576 0.223857625,15 0.5,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 3.061617e-17,15.7761424 3.061617e-17,15.5 C3.061617e-17,15.2238576 0.223857625,15 0.5,15 L14.5,15 Z M5.5,2 C5.77614237,2 6,2.22385763 6,2.5 L5.999,7 L9,7 L9,4.5 C9,4.22385763 9.22385763,4 9.5,4 L13.5,4 C13.7761424,4 14,4.22385763 14,4.5 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 C13.2238576,14 13,13.7761424 13,13.5 L13,7 L10,7 L10,13.5 C10,13.7454599 9.82312484,13.9496084 9.58987563,13.9919443 L9.5,14 C9.22385763,14 9,13.7761424 9,13.5 L9,10 L6,10 L6,13.5 C6,13.7761424 5.77614237,14 5.5,14 C5.25454011,14 5.05039163,13.8231248 5.00805567,13.5898756 L5,13.5 L5,6 L2,6 L2,13.5 C2,13.7761424 1.77614237,14 1.5,14 C1.22385763,14 1,13.7761424 1,13.5 L1,2.5 C1,2.22385763 1.22385763,2 1.5,2 L5.5,2 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M12.8772103,5.84655446 L11.8562026,6.86756216 C11.6609405,7.06282431 11.344358,7.06282431 11.1490958,6.86756216 C10.9538337,6.67230001 10.9538337,6.35571753 11.1490958,6.16045538 L12.2485466,5.0610046 C12.1988537,5.00782756 12.1482406,4.95542864 12.0967258,4.90383233 C11.5025672,4.31061087 10.8008129,3.83641438 10.0304311,3.51058976 C9.38755834,3.23901823 8.70410671,3.07251346 8,3.01894921 L8,4.5 C8,4.77614237 7.77614237,5 7.5,5 C7.22385763,5 7,4.77614237 7,4.5 L7,3.01894874 C6.29589956,3.07251066 5.6124788,3.23900253 4.96976615,3.5105064 C4.19918712,3.83641438 3.49743285,4.31061087 2.90383233,4.90327423 C2.84780681,4.95938826 2.79285085,5.01644485 2.738988,5.07441348 L3.80982378,6.14524926 C4.00508592,6.3405114 4.00508592,6.65709389 3.80982378,6.85235604 C3.61456163,7.04761818 3.29797914,7.04761818 3.102717,6.85235604 L2.11233909,5.86197813 C1.87646035,6.21038297 1.67467819,6.58113363 1.51058976,6.96956894 C1.17498913,7.76401338 1,8.61902057 1,9.5 C1,9.66763651 1.00635055,9.8343896 1.01894921,10 L2.5,10 C2.77614237,10 3,10.2238576 3,10.5 C3,10.7761424 2.77614237,11 2.5,11 L1.17388082,11 C1.25711173,11.3525424 1.36971441,11.6969465 1.51058976,12.0304311 C1.61804722,12.2848078 1.49894564,12.5781323 1.24456894,12.6855898 C0.990192244,12.7930472 0.696867701,12.6739456 0.589410241,12.4195689 C0.202203228,11.5029603 1.687539e-14,10.5147123 1.687539e-14,9.5 C1.687539e-14,8.48464699 0.202056471,7.49738716 0.589410241,6.58043106 C0.965266146,5.69069307 1.51176868,4.88220596 2.19672577,4.19616767 C2.88141183,3.51256156 3.69065631,2.96573069 4.58043106,2.58941024 C5.49703975,2.20220323 6.4852877,2 7.5,2 C8.5147123,2 9.50296025,2.20220323 10.4197661,2.5894936 C11.3093437,2.96573069 12.1185882,3.51256156 12.8038323,4.19672577 C13.4882313,4.88220596 14.0347339,5.69069307 14.4105898,6.58043106 C14.7979435,7.49738716 15,8.48464699 15,9.5 C15,10.5147123 14.7977968,11.5029603 14.4105898,12.4195689 C14.3031323,12.6739456 14.0098078,12.7930472 13.7554311,12.6855898 C13.5010544,12.5781323 13.3819528,12.2848078 13.4894102,12.0304311 C13.6302856,11.6969465 13.7428883,11.3525424 13.8261192,11 L12.5,11 C12.2238576,11 12,10.7761424 12,10.5 C12,10.2238576 12.2238576,10 12.5,10 L13.9810508,10 C13.9936494,9.8343896 14,9.66763651 14,9.5 C14,8.61902057 13.8250109,7.76401338 13.4894102,6.96956894 C13.3228864,6.57536842 13.1175416,6.19938141 12.8772103,5.84655446 Z M6.83578644,11.1642136 C6.44526215,10.7736893 6.44067299,10.1451134 6.82553628,9.76025016 C7.21039957,9.37538687 9.70750761,7.75776015 9.97487373,8.02512627 C10.2422399,8.29249239 8.62461313,10.7896004 8.23974984,11.1744637 C7.85488656,11.559327 7.22631073,11.5547379 6.83578644,11.1642136 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M10.7249422,3.65303793 C12.6689413,4.64572768 14,6.66742113 14,9 C14,9.7727401 13.8536077,10.5259872 13.5722293,11.2288599 C13.4696005,11.4852228 13.1785802,11.6098489 12.9222173,11.5072202 C12.6658544,11.4045914 12.5412283,11.1135711 12.6438571,10.8572082 C12.8781144,10.2720422 13,9.64489178 13,9 C13,6.38842374 10.9977827,4.24449039 8.44464952,4.01950128 C8.29758926,4.00652715 8.14926803,4 8,4 C5.23814237,4 3,6.23814237 3,9 C3,9.54962353 3.08794838,10.0849754 3.25830914,10.5910245 C3.28672394,10.6757394 3.3174287,10.7596837 3.35039638,10.8427882 C3.43523018,11.0566361 3.36225366,11.294046 3.18710463,11.4262102 C3.17144331,11.4380036 3.1549436,11.4489848 3.1376367,11.4590636 C3.13601,11.4600358 3.13436429,11.4609808 3.1327116,11.4619173 L1.39054744,12.4706962 C1.13305682,12.619793 0.803130948,12.5123949 0.682749841,12.2402926 C0.234729341,11.2276136 0,10.1293288 0,9 C0,4.58185763 3.58185763,1 8,1 C9.11912532,1 10.2078777,1.23071825 11.2118527,1.67111552 C11.4828939,1.79000873 11.5919091,2.1170178 11.4464293,2.37476682 L10.7249422,3.65303793 Z M9.79168069,3.27206459 L10.2928325,2.38416533 C9.56290377,2.13126728 8.79058089,2 8,2 C4.13414237,2 1,5.13414237 1,9 C1,9.79827358 1.13369583,10.5778999 1.39129508,11.314718 L2.27556393,10.8026929 C2.09382648,10.2248087 2,9.6186421 2,9 C2,5.6862915 4.6862915,3 8,3 C8.62406273,3 9.22587269,3.09527546 9.79167769,3.27207418 Z M6.73048093,9.46775054 C6.4326997,9.15399916 6.25,8.7299578 6.25,8.26324463 C6.25,7.29674632 7.03350169,6.51324463 8,6.51324463 C8.96649831,6.51324463 9.75,7.29674632 9.75,8.26324463 C9.75,8.7299578 9.5673003,9.15399916 9.26951907,9.46775054 C9.71554674,9.83455838 10,10.3906827 10,11.0132446 C10,12.1178141 9.1045695,13.0132446 8,13.0132446 C6.8954305,13.0132446 6,12.1178141 6,11.0132446 C6,10.3906827 6.28445326,9.83455838 6.73048093,9.46775054 Z M8,12.0132446 C8.55228475,12.0132446 9,11.5655294 9,11.0132446 C9,10.4609599 8.55228475,10.0132446 8,10.0132446 C7.44771525,10.0132446 7,10.4609599 7,11.0132446 C7,11.5655294 7.44771525,12.0132446 8,12.0132446 Z M8,9.01324463 C8.41421356,9.01324463 8.75,8.67745819 8.75,8.26324463 C8.75,7.84903107 8.41421356,7.51324463 8,7.51324463 C7.58578644,7.51324463 7.25,7.84903107 7.25,8.26324463 C7.25,8.67745819 7.58578644,9.01324463 8,9.01324463 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M12.6541971,3.47948296 C12.9015331,3.70460207 13.2055395,3.86854185 13.5422991,3.947385 L11.2395431,9.43033165 C10.9792319,9.22448778 10.6665037,9.08201809 10.3246516,9.02621599 L12.6541971,3.47948296 Z M9.14598967,9.19098128 C8.83859892,9.33635118 8.57420211,9.55776158 8.37707809,9.83093364 L6.80451146,7.83160473 C7.11611713,7.69453816 7.38610212,7.48028507 7.59025708,7.21305482 L9.14598967,9.19098128 Z M5.58099758,7.95603883 L3.4472136,12.2236068 C3.32371897,12.470596 3.02338245,12.5707082 2.7763932,12.4472136 C2.52940395,12.323719 2.42929178,12.0233825 2.5527864,11.7763932 L4.68674747,7.50847107 C4.93763151,7.727071 5.24356184,7.88410721 5.58099758,7.95603883 Z M1,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,1.5 C0,1.22385763 0.223857625,1 0.5,1 C0.776142375,1 1,1.22385763 1,1.5 L1,15 Z M6,7 C5.44771525,7 5,6.55228475 5,6 C5,5.44771525 5.44771525,5 6,5 C6.55228475,5 7,5.44771525 7,6 C7,6.55228475 6.55228475,7 6,7 Z M10,12 C9.44771525,12 9,11.5522847 9,11 C9,10.4477153 9.44771525,10 10,10 C10.5522847,10 11,10.4477153 11,11 C11,11.5522847 10.5522847,12 10,12 Z M14,3 C13.4477153,3 13,2.55228475 13,2 C13,1.44771525 13.4477153,1 14,1 C14.5522847,1 15,1.44771525 15,2 C15,2.55228475 14.5522847,3 14,3 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M7.5,15 C5.7691588,15 2,9.96991297 2,6.59539065 C2,3.50723463 4.46029677,1 7.5,1 C10.5397032,1 13,3.50723463 13,6.59539065 C13,9.96991297 9.2308412,15 7.5,15 Z M7.5,14 C7.7859738,14 8.98006789,12.9564862 9.95861936,11.6505717 C11.2191613,9.96833012 12,8.15224508 12,6.59539065 C12,4.05533357 9.98314426,2 7.5,2 C5.01685574,2 3,4.05533357 3,6.59539065 C3,8.15224508 3.78083868,9.96833012 5.04138064,11.6505717 C6.01993211,12.9564862 7.2140262,14 7.5,14 Z M7.5,9.00390625 C6.11928813,9.00390625 5,7.88461812 5,6.50390625 C5,5.12319438 6.11928813,4.00390625 7.5,4.00390625 C8.88071187,4.00390625 10,5.12319438 10,6.50390625 C10,7.88461812 8.88071187,9.00390625 7.5,9.00390625 Z M7.5,8.00390625 C8.32842712,8.00390625 9,7.33233337 9,6.50390625 C9,5.67547913 8.32842712,5.00390625 7.5,5.00390625 C6.67157288,5.00390625 6,5.67547913 6,6.50390625 C6,7.33233337 6.67157288,8.00390625 7.5,8.00390625 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M6.5,2.30901699 L6.5,10.9994368 C6.5,11.0612587 6.48878006,11.1204601 6.46826537,11.1751157 L9.5,12.690983 L9.5,3.80901699 L6.5,2.30901699 Z M5.5,2.26944034 L2.00085449,3.82491148 L2.00085449,12.7305597 L5.52734271,11.1629339 C5.50962404,11.1117023 5.5,11.0566935 5.5,10.9994368 L5.5,2.26944034 Z M5.77431882,1.05314589 C5.84211628,1.01879409 5.91879757,0.999436831 6,0.999436831 C6.08907405,0.999436831 6.17270794,1.02272891 6.24514327,1.06355464 L10.0125558,2.94726089 L14.2969308,1.04309423 C14.6275745,0.896141471 15,1.1381708 15,1.5 L15,11.5 C15,11.6975944 14.8836332,11.8766551 14.7030692,11.9569058 L10.2030692,13.9569058 C10.0665392,14.0175858 9.9100271,14.0140305 9.7763932,13.9472136 L5.9874635,12.0527487 L1.70395593,13.9568915 C1.37330869,14.1038737 1.00085449,13.8618444 1.00085449,13.5 L1.00085449,3.5 C1.00085449,3.30241842 1.11720638,3.12336675 1.29775305,3.04310854 L5.77431882,1.05314589 Z M10.5,3.82493654 L10.5,12.730619 L14,11.1750635 L14,2.26938099 L10.5,3.82493654 Z"/>
3
+ </svg>