uswds-jekyll 5.3.0 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1619) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -6
  3. data/_includes/scripts.html +17 -0
  4. data/_sass/uswds/src/base/_body.scss +1 -2
  5. data/_sass/uswds/src/components/_accordions.scss +4 -4
  6. data/_sass/uswds/src/components/_alerts.scss +14 -49
  7. data/_sass/uswds/src/components/_banner.scss +22 -7
  8. data/_sass/uswds/src/components/_breadcrumb.scss +48 -22
  9. data/_sass/uswds/src/components/_collection.scss +108 -0
  10. data/_sass/uswds/src/components/_footer.scss +15 -10
  11. data/_sass/uswds/src/components/_forms.scss +26 -4
  12. data/_sass/uswds/src/components/_header.scss +7 -0
  13. data/_sass/uswds/src/components/_icon.scss +25 -0
  14. data/_sass/uswds/src/components/_identifier.scss +22 -5
  15. data/_sass/uswds/src/components/_navigation.scss +14 -11
  16. data/_sass/uswds/src/components/_process-list.scss +106 -0
  17. data/_sass/uswds/src/components/_search.scss +2 -2
  18. data/_sass/uswds/src/components/_site-alert.scss +77 -0
  19. data/_sass/uswds/src/components/_skipnav.scss +2 -1
  20. data/_sass/uswds/src/components/_summary-box.scss +67 -0
  21. data/_sass/uswds/src/core/_functions.scss +740 -328
  22. data/_sass/uswds/src/core/_notifications.scss +14 -1
  23. data/_sass/uswds/src/core/_properties.scss +1 -1
  24. data/_sass/uswds/src/core/_system-tokens.scss +71 -36
  25. data/_sass/uswds/src/core/_variables.scss +37 -1
  26. data/_sass/uswds/src/core/mixins/_add-success-mark.scss +2 -2
  27. data/_sass/uswds/src/core/mixins/_alert-slim-styles.scss +15 -0
  28. data/_sass/uswds/src/core/mixins/_alert-status-styles.scss +40 -0
  29. data/_sass/uswds/src/core/mixins/_all.scss +2 -0
  30. data/_sass/uswds/src/core/mixins/_external-link.scss +1 -1
  31. data/_sass/uswds/src/core/mixins/_icon.scss +2 -2
  32. data/_sass/uswds/src/core/mixins/_nav-list.scss +4 -4
  33. data/_sass/uswds/src/core/mixins/_screen-reader.scss +2 -0
  34. data/_sass/uswds/src/core/mixins/_set-link-from-bg.scss +15 -10
  35. data/_sass/uswds/src/core/mixins/_set-text-from-bg.scss +17 -11
  36. data/_sass/uswds/src/core/mixins/_typography.scss +4 -4
  37. data/_sass/uswds/src/core/mixins/_usa-table-styles.scss +28 -0
  38. data/_sass/uswds/src/core/placeholders/_table.scss +117 -11
  39. data/_sass/uswds/src/elements/_buttons.scss +22 -17
  40. data/_sass/uswds/src/elements/_table.scss +35 -0
  41. data/_sass/uswds/src/elements/form-controls/_checkbox-and-radio.scss +25 -0
  42. data/_sass/uswds/src/elements/form-controls/_combo-box.scss +6 -5
  43. data/_sass/uswds/src/elements/form-controls/_date-picker.scss +8 -8
  44. data/_sass/uswds/src/elements/form-controls/_dropdown.scss +3 -3
  45. data/_sass/uswds/src/elements/form-controls/_file-input.scss +1 -1
  46. data/_sass/uswds/src/elements/form-controls/_global.scss +7 -1
  47. data/_sass/uswds/src/elements/typography/_content.scss +4 -0
  48. data/_sass/uswds/src/elements/typography/_links.scss +8 -2
  49. data/_sass/uswds/src/packages/_usa-collection.scss +2 -0
  50. data/_sass/uswds/src/packages/_usa-icon.scss +1 -0
  51. data/_sass/uswds/src/packages/_usa-site-alert.scss +5 -0
  52. data/_sass/uswds/src/packages/_uswds-components.scss +5 -0
  53. data/_sass/uswds/src/settings/_settings-color.scss +12 -1
  54. data/_sass/uswds/src/settings/_settings-components.scss +56 -4
  55. data/_sass/uswds/src/settings/_settings-general.scss +1 -1
  56. data/_sass/uswds/src/settings/_settings-spacing.scss +1 -1
  57. data/_sass/uswds/src/settings/_settings-typography.scss +1 -1
  58. data/_sass/uswds/src/settings/_settings-utilities.scss +1 -1
  59. data/_sass/uswds/src/theme/_uswds-theme-color.scss +12 -1
  60. data/_sass/uswds/src/theme/_uswds-theme-components.scss +56 -4
  61. data/_sass/uswds/src/theme/_uswds-theme-general.scss +1 -1
  62. data/_sass/uswds/src/theme/_uswds-theme-spacing.scss +1 -1
  63. data/_sass/uswds/src/theme/_uswds-theme-typography.scss +2 -2
  64. data/_sass/uswds/src/theme/_uswds-theme-utilities.scss +1 -1
  65. data/assets/uswds/img/alerts/emergency.svg +4 -0
  66. data/assets/uswds/img/alerts/error-white.svg +1 -0
  67. data/assets/uswds/img/social-icons/instagram25.png +0 -0
  68. data/assets/uswds/img/social-icons/instagram25.svg +1 -0
  69. data/assets/uswds/img/sprite.svg +1 -0
  70. data/assets/uswds/img/usa-icons-bg/check--blue-60v.svg +1 -0
  71. data/assets/uswds/img/usa-icons-bg/expand_less--white.svg +1 -0
  72. data/assets/uswds/img/usa-icons-bg/expand_more--blue-warm-70v.svg +1 -0
  73. data/assets/uswds/img/usa-icons-bg/launch--blue-60v.svg +1 -0
  74. data/assets/uswds/img/usa-icons-bg/launch--blue-70v.svg +1 -0
  75. data/assets/uswds/img/usa-icons-bg/launch--gray-5.svg +1 -0
  76. data/assets/uswds/img/usa-icons-bg/launch--white.svg +1 -0
  77. data/assets/uswds/img/usa-icons-bg/search--white.svg +1 -0
  78. data/assets/uswds/img/usa-icons-unused/10k.svg +1 -0
  79. data/assets/uswds/img/usa-icons-unused/10mp.svg +1 -0
  80. data/assets/uswds/img/usa-icons-unused/11mp.svg +1 -0
  81. data/assets/uswds/img/usa-icons-unused/12mp.svg +1 -0
  82. data/assets/uswds/img/usa-icons-unused/13mp.svg +1 -0
  83. data/assets/uswds/img/usa-icons-unused/14mp.svg +1 -0
  84. data/assets/uswds/img/usa-icons-unused/15mp.svg +1 -0
  85. data/assets/uswds/img/usa-icons-unused/16mp.svg +1 -0
  86. data/assets/uswds/img/usa-icons-unused/17mp.svg +1 -0
  87. data/assets/uswds/img/usa-icons-unused/18mp.svg +1 -0
  88. data/assets/uswds/img/usa-icons-unused/19mp.svg +1 -0
  89. data/assets/uswds/img/usa-icons-unused/1k.svg +1 -0
  90. data/assets/uswds/img/usa-icons-unused/1k_plus.svg +1 -0
  91. data/assets/uswds/img/usa-icons-unused/20mp.svg +1 -0
  92. data/assets/uswds/img/usa-icons-unused/21mp.svg +1 -0
  93. data/assets/uswds/img/usa-icons-unused/22mp.svg +1 -0
  94. data/assets/uswds/img/usa-icons-unused/23mp.svg +1 -0
  95. data/assets/uswds/img/usa-icons-unused/24mp.svg +1 -0
  96. data/assets/uswds/img/usa-icons-unused/2k.svg +1 -0
  97. data/assets/uswds/img/usa-icons-unused/2k_plus.svg +1 -0
  98. data/assets/uswds/img/usa-icons-unused/2mp.svg +1 -0
  99. data/assets/uswds/img/usa-icons-unused/360.svg +1 -0
  100. data/assets/uswds/img/usa-icons-unused/3d_rotation.svg +1 -0
  101. data/assets/uswds/img/usa-icons-unused/3k.svg +1 -0
  102. data/assets/uswds/img/usa-icons-unused/3k_plus.svg +1 -0
  103. data/assets/uswds/img/usa-icons-unused/3mp.svg +1 -0
  104. data/assets/uswds/img/usa-icons-unused/4k.svg +1 -0
  105. data/assets/uswds/img/usa-icons-unused/4k_plus.svg +1 -0
  106. data/assets/uswds/img/usa-icons-unused/4mp.svg +1 -0
  107. data/assets/uswds/img/usa-icons-unused/5g.svg +1 -0
  108. data/assets/uswds/img/usa-icons-unused/5k.svg +1 -0
  109. data/assets/uswds/img/usa-icons-unused/5k_plus.svg +1 -0
  110. data/assets/uswds/img/usa-icons-unused/5mp.svg +1 -0
  111. data/assets/uswds/img/usa-icons-unused/6_ft_apart.svg +1 -0
  112. data/assets/uswds/img/usa-icons-unused/6k.svg +1 -0
  113. data/assets/uswds/img/usa-icons-unused/6k_plus.svg +1 -0
  114. data/assets/uswds/img/usa-icons-unused/6mp.svg +1 -0
  115. data/assets/uswds/img/usa-icons-unused/7k.svg +1 -0
  116. data/assets/uswds/img/usa-icons-unused/7k_plus.svg +1 -0
  117. data/assets/uswds/img/usa-icons-unused/7mp.svg +1 -0
  118. data/assets/uswds/img/usa-icons-unused/8k.svg +1 -0
  119. data/assets/uswds/img/usa-icons-unused/8k_plus.svg +1 -0
  120. data/assets/uswds/img/usa-icons-unused/8mp.svg +1 -0
  121. data/assets/uswds/img/usa-icons-unused/9k.svg +1 -0
  122. data/assets/uswds/img/usa-icons-unused/9k_plus.svg +1 -0
  123. data/assets/uswds/img/usa-icons-unused/9mp.svg +1 -0
  124. data/assets/uswds/img/usa-icons-unused/ac_unit.svg +1 -0
  125. data/assets/uswds/img/usa-icons-unused/access_alarm.svg +1 -0
  126. data/assets/uswds/img/usa-icons-unused/access_alarms.svg +1 -0
  127. data/assets/uswds/img/usa-icons-unused/access_time.svg +1 -0
  128. data/assets/uswds/img/usa-icons-unused/accessibility.svg +1 -0
  129. data/assets/uswds/img/usa-icons-unused/accessible.svg +1 -0
  130. data/assets/uswds/img/usa-icons-unused/account_balance_wallet.svg +1 -0
  131. data/assets/uswds/img/usa-icons-unused/account_tree.svg +1 -0
  132. data/assets/uswds/img/usa-icons-unused/ad_units.svg +1 -0
  133. data/assets/uswds/img/usa-icons-unused/adb.svg +1 -0
  134. data/assets/uswds/img/usa-icons-unused/add_a_photo.svg +1 -0
  135. data/assets/uswds/img/usa-icons-unused/add_alarm.svg +1 -0
  136. data/assets/uswds/img/usa-icons-unused/add_alert.svg +1 -0
  137. data/assets/uswds/img/usa-icons-unused/add_box.svg +1 -0
  138. data/assets/uswds/img/usa-icons-unused/add_business.svg +1 -0
  139. data/assets/uswds/img/usa-icons-unused/add_call.svg +1 -0
  140. data/assets/uswds/img/usa-icons-unused/add_chart.svg +1 -0
  141. data/assets/uswds/img/usa-icons-unused/add_comment.svg +1 -0
  142. data/assets/uswds/img/usa-icons-unused/add_ic_call.svg +1 -0
  143. data/assets/uswds/img/usa-icons-unused/add_link.svg +1 -0
  144. data/assets/uswds/img/usa-icons-unused/add_location.svg +1 -0
  145. data/assets/uswds/img/usa-icons-unused/add_location_alt.svg +1 -0
  146. data/assets/uswds/img/usa-icons-unused/add_moderator.svg +1 -0
  147. data/assets/uswds/img/usa-icons-unused/add_photo_alternate.svg +1 -0
  148. data/assets/uswds/img/usa-icons-unused/add_road.svg +1 -0
  149. data/assets/uswds/img/usa-icons-unused/add_shopping_cart.svg +1 -0
  150. data/assets/uswds/img/usa-icons-unused/add_task.svg +1 -0
  151. data/assets/uswds/img/usa-icons-unused/add_to_drive.svg +1 -0
  152. data/assets/uswds/img/usa-icons-unused/add_to_home_screen.svg +1 -0
  153. data/assets/uswds/img/usa-icons-unused/add_to_photos.svg +1 -0
  154. data/assets/uswds/img/usa-icons-unused/add_to_queue.svg +1 -0
  155. data/assets/uswds/img/usa-icons-unused/addchart.svg +1 -0
  156. data/assets/uswds/img/usa-icons-unused/adjust.svg +1 -0
  157. data/assets/uswds/img/usa-icons-unused/admin_panel_settings.svg +1 -0
  158. data/assets/uswds/img/usa-icons-unused/agriculture.svg +1 -0
  159. data/assets/uswds/img/usa-icons-unused/airline_seat_flat.svg +1 -0
  160. data/assets/uswds/img/usa-icons-unused/airline_seat_flat_angled.svg +1 -0
  161. data/assets/uswds/img/usa-icons-unused/airline_seat_individual_suite.svg +1 -0
  162. data/assets/uswds/img/usa-icons-unused/airline_seat_legroom_extra.svg +1 -0
  163. data/assets/uswds/img/usa-icons-unused/airline_seat_legroom_normal.svg +1 -0
  164. data/assets/uswds/img/usa-icons-unused/airline_seat_legroom_reduced.svg +1 -0
  165. data/assets/uswds/img/usa-icons-unused/airline_seat_recline_extra.svg +1 -0
  166. data/assets/uswds/img/usa-icons-unused/airline_seat_recline_normal.svg +1 -0
  167. data/assets/uswds/img/usa-icons-unused/airplanemode_active.svg +1 -0
  168. data/assets/uswds/img/usa-icons-unused/airplanemode_inactive.svg +1 -0
  169. data/assets/uswds/img/usa-icons-unused/airplay.svg +1 -0
  170. data/assets/uswds/img/usa-icons-unused/airport_shuttle.svg +1 -0
  171. data/assets/uswds/img/usa-icons-unused/alarm_add.svg +1 -0
  172. data/assets/uswds/img/usa-icons-unused/alarm_off.svg +1 -0
  173. data/assets/uswds/img/usa-icons-unused/alarm_on.svg +1 -0
  174. data/assets/uswds/img/usa-icons-unused/album.svg +1 -0
  175. data/assets/uswds/img/usa-icons-unused/align_horizontal_center.svg +1 -0
  176. data/assets/uswds/img/usa-icons-unused/align_horizontal_left.svg +1 -0
  177. data/assets/uswds/img/usa-icons-unused/align_horizontal_right.svg +1 -0
  178. data/assets/uswds/img/usa-icons-unused/align_vertical_bottom.svg +1 -0
  179. data/assets/uswds/img/usa-icons-unused/align_vertical_center.svg +1 -0
  180. data/assets/uswds/img/usa-icons-unused/align_vertical_top.svg +1 -0
  181. data/assets/uswds/img/usa-icons-unused/all_inbox.svg +1 -0
  182. data/assets/uswds/img/usa-icons-unused/all_inclusive.svg +1 -0
  183. data/assets/uswds/img/usa-icons-unused/all_out.svg +1 -0
  184. data/assets/uswds/img/usa-icons-unused/alt_route.svg +1 -0
  185. data/assets/uswds/img/usa-icons-unused/amp_stories.svg +1 -0
  186. data/assets/uswds/img/usa-icons-unused/analytics.svg +1 -0
  187. data/assets/uswds/img/usa-icons-unused/anchor.svg +1 -0
  188. data/assets/uswds/img/usa-icons-unused/android.svg +1 -0
  189. data/assets/uswds/img/usa-icons-unused/animation.svg +1 -0
  190. data/assets/uswds/img/usa-icons-unused/apartment.svg +1 -0
  191. data/assets/uswds/img/usa-icons-unused/app_blocking.svg +1 -0
  192. data/assets/uswds/img/usa-icons-unused/app_registration.svg +1 -0
  193. data/assets/uswds/img/usa-icons-unused/app_settings_alt.svg +1 -0
  194. data/assets/uswds/img/usa-icons-unused/approval.svg +1 -0
  195. data/assets/uswds/img/usa-icons-unused/apps.svg +1 -0
  196. data/assets/uswds/img/usa-icons-unused/architecture.svg +1 -0
  197. data/assets/uswds/img/usa-icons-unused/archive.svg +1 -0
  198. data/assets/uswds/img/usa-icons-unused/arrow_back_ios.svg +1 -0
  199. data/assets/uswds/img/usa-icons-unused/arrow_circle_down.svg +1 -0
  200. data/assets/uswds/img/usa-icons-unused/arrow_circle_up.svg +1 -0
  201. data/assets/uswds/img/usa-icons-unused/arrow_drop_down_circle.svg +1 -0
  202. data/assets/uswds/img/usa-icons-unused/arrow_forward_ios.svg +1 -0
  203. data/assets/uswds/img/usa-icons-unused/arrow_left.svg +1 -0
  204. data/assets/uswds/img/usa-icons-unused/arrow_right.svg +1 -0
  205. data/assets/uswds/img/usa-icons-unused/arrow_right_alt.svg +1 -0
  206. data/assets/uswds/img/usa-icons-unused/art_track.svg +1 -0
  207. data/assets/uswds/img/usa-icons-unused/article.svg +1 -0
  208. data/assets/uswds/img/usa-icons-unused/aspect_ratio.svg +1 -0
  209. data/assets/uswds/img/usa-icons-unused/assignment.svg +1 -0
  210. data/assets/uswds/img/usa-icons-unused/assignment_ind.svg +1 -0
  211. data/assets/uswds/img/usa-icons-unused/assignment_late.svg +1 -0
  212. data/assets/uswds/img/usa-icons-unused/assignment_return.svg +1 -0
  213. data/assets/uswds/img/usa-icons-unused/assignment_returned.svg +1 -0
  214. data/assets/uswds/img/usa-icons-unused/assignment_turned_in.svg +1 -0
  215. data/assets/uswds/img/usa-icons-unused/assistant.svg +1 -0
  216. data/assets/uswds/img/usa-icons-unused/assistant_direction.svg +1 -0
  217. data/assets/uswds/img/usa-icons-unused/assistant_navigation.svg +1 -0
  218. data/assets/uswds/img/usa-icons-unused/assistant_photo.svg +1 -0
  219. data/assets/uswds/img/usa-icons-unused/atm.svg +1 -0
  220. data/assets/uswds/img/usa-icons-unused/attach_email.svg +1 -0
  221. data/assets/uswds/img/usa-icons-unused/attachment.svg +1 -0
  222. data/assets/uswds/img/usa-icons-unused/attractions.svg +1 -0
  223. data/assets/uswds/img/usa-icons-unused/audiotrack.svg +1 -0
  224. data/assets/uswds/img/usa-icons-unused/auto_awesome.svg +1 -0
  225. data/assets/uswds/img/usa-icons-unused/auto_awesome_mosaic.svg +1 -0
  226. data/assets/uswds/img/usa-icons-unused/auto_awesome_motion.svg +1 -0
  227. data/assets/uswds/img/usa-icons-unused/auto_delete.svg +1 -0
  228. data/assets/uswds/img/usa-icons-unused/auto_fix_high.svg +1 -0
  229. data/assets/uswds/img/usa-icons-unused/auto_fix_normal.svg +1 -0
  230. data/assets/uswds/img/usa-icons-unused/auto_fix_off.svg +1 -0
  231. data/assets/uswds/img/usa-icons-unused/auto_stories.svg +1 -0
  232. data/assets/uswds/img/usa-icons-unused/av_timer.svg +1 -0
  233. data/assets/uswds/img/usa-icons-unused/baby_changing_station.svg +1 -0
  234. data/assets/uswds/img/usa-icons-unused/backspace.svg +1 -0
  235. data/assets/uswds/img/usa-icons-unused/backup.svg +1 -0
  236. data/assets/uswds/img/usa-icons-unused/backup_table.svg +1 -0
  237. data/assets/uswds/img/usa-icons-unused/badge.svg +1 -0
  238. data/assets/uswds/img/usa-icons-unused/bakery_dining.svg +1 -0
  239. data/assets/uswds/img/usa-icons-unused/ballot.svg +1 -0
  240. data/assets/uswds/img/usa-icons-unused/bar_chart.svg +1 -0
  241. data/assets/uswds/img/usa-icons-unused/batch_prediction.svg +1 -0
  242. data/assets/uswds/img/usa-icons-unused/battery_alert.svg +1 -0
  243. data/assets/uswds/img/usa-icons-unused/battery_charging_full.svg +1 -0
  244. data/assets/uswds/img/usa-icons-unused/battery_full.svg +1 -0
  245. data/assets/uswds/img/usa-icons-unused/battery_std.svg +1 -0
  246. data/assets/uswds/img/usa-icons-unused/battery_unknown.svg +1 -0
  247. data/assets/uswds/img/usa-icons-unused/beach_access.svg +1 -0
  248. data/assets/uswds/img/usa-icons-unused/bedtime.svg +1 -0
  249. data/assets/uswds/img/usa-icons-unused/beenhere.svg +1 -0
  250. data/assets/uswds/img/usa-icons-unused/bento.svg +1 -0
  251. data/assets/uswds/img/usa-icons-unused/bike_scooter.svg +1 -0
  252. data/assets/uswds/img/usa-icons-unused/biotech.svg +1 -0
  253. data/assets/uswds/img/usa-icons-unused/block.svg +1 -0
  254. data/assets/uswds/img/usa-icons-unused/block_flipped.svg +1 -0
  255. data/assets/uswds/img/usa-icons-unused/bluetooth.svg +1 -0
  256. data/assets/uswds/img/usa-icons-unused/bluetooth_audio.svg +1 -0
  257. data/assets/uswds/img/usa-icons-unused/bluetooth_connected.svg +1 -0
  258. data/assets/uswds/img/usa-icons-unused/bluetooth_disabled.svg +1 -0
  259. data/assets/uswds/img/usa-icons-unused/bluetooth_searching.svg +1 -0
  260. data/assets/uswds/img/usa-icons-unused/blur_circular.svg +1 -0
  261. data/assets/uswds/img/usa-icons-unused/blur_linear.svg +1 -0
  262. data/assets/uswds/img/usa-icons-unused/blur_off.svg +1 -0
  263. data/assets/uswds/img/usa-icons-unused/blur_on.svg +1 -0
  264. data/assets/uswds/img/usa-icons-unused/bolt.svg +1 -0
  265. data/assets/uswds/img/usa-icons-unused/book.svg +1 -0
  266. data/assets/uswds/img/usa-icons-unused/book_online.svg +1 -0
  267. data/assets/uswds/img/usa-icons-unused/bookmark_border.svg +1 -0
  268. data/assets/uswds/img/usa-icons-unused/bookmarks.svg +1 -0
  269. data/assets/uswds/img/usa-icons-unused/border_all.svg +1 -0
  270. data/assets/uswds/img/usa-icons-unused/border_bottom.svg +1 -0
  271. data/assets/uswds/img/usa-icons-unused/border_clear.svg +1 -0
  272. data/assets/uswds/img/usa-icons-unused/border_color.svg +1 -0
  273. data/assets/uswds/img/usa-icons-unused/border_horizontal.svg +1 -0
  274. data/assets/uswds/img/usa-icons-unused/border_inner.svg +1 -0
  275. data/assets/uswds/img/usa-icons-unused/border_left.svg +1 -0
  276. data/assets/uswds/img/usa-icons-unused/border_outer.svg +1 -0
  277. data/assets/uswds/img/usa-icons-unused/border_right.svg +1 -0
  278. data/assets/uswds/img/usa-icons-unused/border_style.svg +1 -0
  279. data/assets/uswds/img/usa-icons-unused/border_top.svg +1 -0
  280. data/assets/uswds/img/usa-icons-unused/border_vertical.svg +1 -0
  281. data/assets/uswds/img/usa-icons-unused/branding_watermark.svg +1 -0
  282. data/assets/uswds/img/usa-icons-unused/breakfast_dining.svg +1 -0
  283. data/assets/uswds/img/usa-icons-unused/brightness_1.svg +1 -0
  284. data/assets/uswds/img/usa-icons-unused/brightness_2.svg +1 -0
  285. data/assets/uswds/img/usa-icons-unused/brightness_3.svg +1 -0
  286. data/assets/uswds/img/usa-icons-unused/brightness_4.svg +1 -0
  287. data/assets/uswds/img/usa-icons-unused/brightness_5.svg +1 -0
  288. data/assets/uswds/img/usa-icons-unused/brightness_6.svg +1 -0
  289. data/assets/uswds/img/usa-icons-unused/brightness_7.svg +1 -0
  290. data/assets/uswds/img/usa-icons-unused/brightness_auto.svg +1 -0
  291. data/assets/uswds/img/usa-icons-unused/brightness_high.svg +1 -0
  292. data/assets/uswds/img/usa-icons-unused/brightness_low.svg +1 -0
  293. data/assets/uswds/img/usa-icons-unused/brightness_medium.svg +1 -0
  294. data/assets/uswds/img/usa-icons-unused/broken_image.svg +1 -0
  295. data/assets/uswds/img/usa-icons-unused/browser_not_supported.svg +1 -0
  296. data/assets/uswds/img/usa-icons-unused/brunch_dining.svg +1 -0
  297. data/assets/uswds/img/usa-icons-unused/brush.svg +1 -0
  298. data/assets/uswds/img/usa-icons-unused/bubble_chart.svg +1 -0
  299. data/assets/uswds/img/usa-icons-unused/build_circle.svg +1 -0
  300. data/assets/uswds/img/usa-icons-unused/burst_mode.svg +1 -0
  301. data/assets/uswds/img/usa-icons-unused/bus_alert.svg +1 -0
  302. data/assets/uswds/img/usa-icons-unused/business.svg +1 -0
  303. data/assets/uswds/img/usa-icons-unused/business_center.svg +1 -0
  304. data/assets/uswds/img/usa-icons-unused/cached.svg +1 -0
  305. data/assets/uswds/img/usa-icons-unused/cake.svg +1 -0
  306. data/assets/uswds/img/usa-icons-unused/calculate.svg +1 -0
  307. data/assets/uswds/img/usa-icons-unused/calendar_view_day.svg +1 -0
  308. data/assets/uswds/img/usa-icons-unused/call.svg +1 -0
  309. data/assets/uswds/img/usa-icons-unused/call_end.svg +1 -0
  310. data/assets/uswds/img/usa-icons-unused/call_made.svg +1 -0
  311. data/assets/uswds/img/usa-icons-unused/call_merge.svg +1 -0
  312. data/assets/uswds/img/usa-icons-unused/call_missed.svg +1 -0
  313. data/assets/uswds/img/usa-icons-unused/call_missed_outgoing.svg +1 -0
  314. data/assets/uswds/img/usa-icons-unused/call_received.svg +1 -0
  315. data/assets/uswds/img/usa-icons-unused/call_split.svg +1 -0
  316. data/assets/uswds/img/usa-icons-unused/call_to_action.svg +1 -0
  317. data/assets/uswds/img/usa-icons-unused/camera.svg +1 -0
  318. data/assets/uswds/img/usa-icons-unused/camera_alt.svg +1 -0
  319. data/assets/uswds/img/usa-icons-unused/camera_enhance.svg +1 -0
  320. data/assets/uswds/img/usa-icons-unused/camera_front.svg +1 -0
  321. data/assets/uswds/img/usa-icons-unused/camera_rear.svg +1 -0
  322. data/assets/uswds/img/usa-icons-unused/camera_roll.svg +1 -0
  323. data/assets/uswds/img/usa-icons-unused/cancel_presentation.svg +1 -0
  324. data/assets/uswds/img/usa-icons-unused/cancel_schedule_send.svg +1 -0
  325. data/assets/uswds/img/usa-icons-unused/car_rental.svg +1 -0
  326. data/assets/uswds/img/usa-icons-unused/car_repair.svg +1 -0
  327. data/assets/uswds/img/usa-icons-unused/card_giftcard.svg +1 -0
  328. data/assets/uswds/img/usa-icons-unused/card_membership.svg +1 -0
  329. data/assets/uswds/img/usa-icons-unused/card_travel.svg +1 -0
  330. data/assets/uswds/img/usa-icons-unused/carpenter.svg +1 -0
  331. data/assets/uswds/img/usa-icons-unused/cases.svg +1 -0
  332. data/assets/uswds/img/usa-icons-unused/casino.svg +1 -0
  333. data/assets/uswds/img/usa-icons-unused/cast.svg +1 -0
  334. data/assets/uswds/img/usa-icons-unused/cast_connected.svg +1 -0
  335. data/assets/uswds/img/usa-icons-unused/cast_for_education.svg +1 -0
  336. data/assets/uswds/img/usa-icons-unused/category.svg +1 -0
  337. data/assets/uswds/img/usa-icons-unused/celebration.svg +1 -0
  338. data/assets/uswds/img/usa-icons-unused/cell_wifi.svg +1 -0
  339. data/assets/uswds/img/usa-icons-unused/center_focus_strong.svg +1 -0
  340. data/assets/uswds/img/usa-icons-unused/center_focus_weak.svg +1 -0
  341. data/assets/uswds/img/usa-icons-unused/change_history.svg +1 -0
  342. data/assets/uswds/img/usa-icons-unused/charging_station.svg +1 -0
  343. data/assets/uswds/img/usa-icons-unused/chat_bubble.svg +1 -0
  344. data/assets/uswds/img/usa-icons-unused/chat_bubble_outline.svg +1 -0
  345. data/assets/uswds/img/usa-icons-unused/check_box.svg +1 -0
  346. data/assets/uswds/img/usa-icons-unused/child_care.svg +1 -0
  347. data/assets/uswds/img/usa-icons-unused/child_friendly.svg +1 -0
  348. data/assets/uswds/img/usa-icons-unused/chrome_reader_mode.svg +1 -0
  349. data/assets/uswds/img/usa-icons-unused/circle.svg +1 -0
  350. data/assets/uswds/img/usa-icons-unused/circle_notifications.svg +1 -0
  351. data/assets/uswds/img/usa-icons-unused/class.svg +1 -0
  352. data/assets/uswds/img/usa-icons-unused/cleaning_services.svg +1 -0
  353. data/assets/uswds/img/usa-icons-unused/clear.svg +1 -0
  354. data/assets/uswds/img/usa-icons-unused/clear_all.svg +1 -0
  355. data/assets/uswds/img/usa-icons-unused/close_fullscreen.svg +1 -0
  356. data/assets/uswds/img/usa-icons-unused/closed_caption_disabled.svg +1 -0
  357. data/assets/uswds/img/usa-icons-unused/closed_caption_off.svg +1 -0
  358. data/assets/uswds/img/usa-icons-unused/cloud_circle.svg +1 -0
  359. data/assets/uswds/img/usa-icons-unused/cloud_done.svg +1 -0
  360. data/assets/uswds/img/usa-icons-unused/cloud_download.svg +1 -0
  361. data/assets/uswds/img/usa-icons-unused/cloud_off.svg +1 -0
  362. data/assets/uswds/img/usa-icons-unused/cloud_queue.svg +1 -0
  363. data/assets/uswds/img/usa-icons-unused/cloud_upload.svg +1 -0
  364. data/assets/uswds/img/usa-icons-unused/collections.svg +1 -0
  365. data/assets/uswds/img/usa-icons-unused/collections_bookmark.svg +1 -0
  366. data/assets/uswds/img/usa-icons-unused/color_lens.svg +1 -0
  367. data/assets/uswds/img/usa-icons-unused/colorize.svg +1 -0
  368. data/assets/uswds/img/usa-icons-unused/comment_bank.svg +1 -0
  369. data/assets/uswds/img/usa-icons-unused/commute.svg +1 -0
  370. data/assets/uswds/img/usa-icons-unused/compare.svg +1 -0
  371. data/assets/uswds/img/usa-icons-unused/compare_arrows.svg +1 -0
  372. data/assets/uswds/img/usa-icons-unused/compass_calibration.svg +1 -0
  373. data/assets/uswds/img/usa-icons-unused/compress.svg +1 -0
  374. data/assets/uswds/img/usa-icons-unused/computer.svg +1 -0
  375. data/assets/uswds/img/usa-icons-unused/confirmation_number.svg +1 -0
  376. data/assets/uswds/img/usa-icons-unused/connected_tv.svg +1 -0
  377. data/assets/uswds/img/usa-icons-unused/contact_mail.svg +1 -0
  378. data/assets/uswds/img/usa-icons-unused/contact_phone.svg +1 -0
  379. data/assets/uswds/img/usa-icons-unused/contact_support.svg +1 -0
  380. data/assets/uswds/img/usa-icons-unused/contactless.svg +1 -0
  381. data/assets/uswds/img/usa-icons-unused/contacts.svg +1 -0
  382. data/assets/uswds/img/usa-icons-unused/content_cut.svg +1 -0
  383. data/assets/uswds/img/usa-icons-unused/content_paste.svg +1 -0
  384. data/assets/uswds/img/usa-icons-unused/control_camera.svg +1 -0
  385. data/assets/uswds/img/usa-icons-unused/control_point.svg +1 -0
  386. data/assets/uswds/img/usa-icons-unused/control_point_duplicate.svg +1 -0
  387. data/assets/uswds/img/usa-icons-unused/copyright.svg +1 -0
  388. data/assets/uswds/img/usa-icons-unused/corporate_fare.svg +1 -0
  389. data/assets/uswds/img/usa-icons-unused/countertops.svg +1 -0
  390. data/assets/uswds/img/usa-icons-unused/create.svg +1 -0
  391. data/assets/uswds/img/usa-icons-unused/create_new_folder.svg +1 -0
  392. data/assets/uswds/img/usa-icons-unused/crop.svg +1 -0
  393. data/assets/uswds/img/usa-icons-unused/crop_16_9.svg +1 -0
  394. data/assets/uswds/img/usa-icons-unused/crop_3_2.svg +1 -0
  395. data/assets/uswds/img/usa-icons-unused/crop_5_4.svg +1 -0
  396. data/assets/uswds/img/usa-icons-unused/crop_7_5.svg +1 -0
  397. data/assets/uswds/img/usa-icons-unused/crop_din.svg +1 -0
  398. data/assets/uswds/img/usa-icons-unused/crop_free.svg +1 -0
  399. data/assets/uswds/img/usa-icons-unused/crop_landscape.svg +1 -0
  400. data/assets/uswds/img/usa-icons-unused/crop_original.svg +1 -0
  401. data/assets/uswds/img/usa-icons-unused/crop_portrait.svg +1 -0
  402. data/assets/uswds/img/usa-icons-unused/crop_rotate.svg +1 -0
  403. data/assets/uswds/img/usa-icons-unused/crop_square.svg +1 -0
  404. data/assets/uswds/img/usa-icons-unused/dangerous.svg +1 -0
  405. data/assets/uswds/img/usa-icons-unused/dashboard.svg +1 -0
  406. data/assets/uswds/img/usa-icons-unused/dashboard_customize.svg +1 -0
  407. data/assets/uswds/img/usa-icons-unused/data_usage.svg +1 -0
  408. data/assets/uswds/img/usa-icons-unused/date_range.svg +1 -0
  409. data/assets/uswds/img/usa-icons-unused/dehaze.svg +1 -0
  410. data/assets/uswds/img/usa-icons-unused/delete_forever.svg +1 -0
  411. data/assets/uswds/img/usa-icons-unused/delete_outline.svg +1 -0
  412. data/assets/uswds/img/usa-icons-unused/delete_sweep.svg +1 -0
  413. data/assets/uswds/img/usa-icons-unused/delivery_dining.svg +1 -0
  414. data/assets/uswds/img/usa-icons-unused/departure_board.svg +1 -0
  415. data/assets/uswds/img/usa-icons-unused/description.svg +1 -0
  416. data/assets/uswds/img/usa-icons-unused/design_services.svg +1 -0
  417. data/assets/uswds/img/usa-icons-unused/desktop_access_disabled.svg +1 -0
  418. data/assets/uswds/img/usa-icons-unused/desktop_mac.svg +1 -0
  419. data/assets/uswds/img/usa-icons-unused/desktop_windows.svg +1 -0
  420. data/assets/uswds/img/usa-icons-unused/details.svg +1 -0
  421. data/assets/uswds/img/usa-icons-unused/developer_board.svg +1 -0
  422. data/assets/uswds/img/usa-icons-unused/developer_mode.svg +1 -0
  423. data/assets/uswds/img/usa-icons-unused/device_hub.svg +1 -0
  424. data/assets/uswds/img/usa-icons-unused/device_unknown.svg +1 -0
  425. data/assets/uswds/img/usa-icons-unused/devices.svg +1 -0
  426. data/assets/uswds/img/usa-icons-unused/devices_other.svg +1 -0
  427. data/assets/uswds/img/usa-icons-unused/dialer_sip.svg +1 -0
  428. data/assets/uswds/img/usa-icons-unused/dialpad.svg +1 -0
  429. data/assets/uswds/img/usa-icons-unused/dinner_dining.svg +1 -0
  430. data/assets/uswds/img/usa-icons-unused/directions_boat.svg +1 -0
  431. data/assets/uswds/img/usa-icons-unused/directions_off.svg +1 -0
  432. data/assets/uswds/img/usa-icons-unused/directions_railway.svg +1 -0
  433. data/assets/uswds/img/usa-icons-unused/directions_run.svg +1 -0
  434. data/assets/uswds/img/usa-icons-unused/directions_subway.svg +1 -0
  435. data/assets/uswds/img/usa-icons-unused/directions_transit.svg +1 -0
  436. data/assets/uswds/img/usa-icons-unused/dirty_lens.svg +1 -0
  437. data/assets/uswds/img/usa-icons-unused/disabled_by_default.svg +1 -0
  438. data/assets/uswds/img/usa-icons-unused/disc_full.svg +1 -0
  439. data/assets/uswds/img/usa-icons-unused/dns.svg +1 -0
  440. data/assets/uswds/img/usa-icons-unused/do_not_disturb_alt.svg +1 -0
  441. data/assets/uswds/img/usa-icons-unused/do_not_disturb_off.svg +1 -0
  442. data/assets/uswds/img/usa-icons-unused/do_not_disturb_on.svg +1 -0
  443. data/assets/uswds/img/usa-icons-unused/do_not_step.svg +1 -0
  444. data/assets/uswds/img/usa-icons-unused/dock.svg +1 -0
  445. data/assets/uswds/img/usa-icons-unused/domain.svg +1 -0
  446. data/assets/uswds/img/usa-icons-unused/domain_disabled.svg +1 -0
  447. data/assets/uswds/img/usa-icons-unused/domain_verification.svg +1 -0
  448. data/assets/uswds/img/usa-icons-unused/done.svg +1 -0
  449. data/assets/uswds/img/usa-icons-unused/done_all.svg +1 -0
  450. data/assets/uswds/img/usa-icons-unused/done_outline.svg +1 -0
  451. data/assets/uswds/img/usa-icons-unused/donut_large.svg +1 -0
  452. data/assets/uswds/img/usa-icons-unused/donut_small.svg +1 -0
  453. data/assets/uswds/img/usa-icons-unused/double_arrow.svg +1 -0
  454. data/assets/uswds/img/usa-icons-unused/drafts.svg +1 -0
  455. data/assets/uswds/img/usa-icons-unused/drag_indicator.svg +1 -0
  456. data/assets/uswds/img/usa-icons-unused/drive_eta.svg +1 -0
  457. data/assets/uswds/img/usa-icons-unused/drive_file_move.svg +1 -0
  458. data/assets/uswds/img/usa-icons-unused/drive_file_move_outline.svg +1 -0
  459. data/assets/uswds/img/usa-icons-unused/drive_file_rename_outline.svg +1 -0
  460. data/assets/uswds/img/usa-icons-unused/drive_folder_upload.svg +1 -0
  461. data/assets/uswds/img/usa-icons-unused/dry.svg +1 -0
  462. data/assets/uswds/img/usa-icons-unused/dry_cleaning.svg +1 -0
  463. data/assets/uswds/img/usa-icons-unused/duo.svg +1 -0
  464. data/assets/uswds/img/usa-icons-unused/dvr.svg +1 -0
  465. data/assets/uswds/img/usa-icons-unused/dynamic_feed.svg +1 -0
  466. data/assets/uswds/img/usa-icons-unused/dynamic_form.svg +1 -0
  467. data/assets/uswds/img/usa-icons-unused/east.svg +1 -0
  468. data/assets/uswds/img/usa-icons-unused/edit_attributes.svg +1 -0
  469. data/assets/uswds/img/usa-icons-unused/edit_location.svg +1 -0
  470. data/assets/uswds/img/usa-icons-unused/edit_off.svg +1 -0
  471. data/assets/uswds/img/usa-icons-unused/edit_road.svg +1 -0
  472. data/assets/uswds/img/usa-icons-unused/eject.svg +1 -0
  473. data/assets/uswds/img/usa-icons-unused/elderly.svg +1 -0
  474. data/assets/uswds/img/usa-icons-unused/electric_bike.svg +1 -0
  475. data/assets/uswds/img/usa-icons-unused/electric_car.svg +1 -0
  476. data/assets/uswds/img/usa-icons-unused/electric_moped.svg +1 -0
  477. data/assets/uswds/img/usa-icons-unused/electric_rickshaw.svg +1 -0
  478. data/assets/uswds/img/usa-icons-unused/electric_scooter.svg +1 -0
  479. data/assets/uswds/img/usa-icons-unused/elevator.svg +1 -0
  480. data/assets/uswds/img/usa-icons-unused/email.svg +1 -0
  481. data/assets/uswds/img/usa-icons-unused/emoji_emotions.svg +1 -0
  482. data/assets/uswds/img/usa-icons-unused/emoji_flags.svg +1 -0
  483. data/assets/uswds/img/usa-icons-unused/emoji_food_beverage.svg +1 -0
  484. data/assets/uswds/img/usa-icons-unused/emoji_nature.svg +1 -0
  485. data/assets/uswds/img/usa-icons-unused/emoji_objects.svg +1 -0
  486. data/assets/uswds/img/usa-icons-unused/emoji_people.svg +1 -0
  487. data/assets/uswds/img/usa-icons-unused/emoji_symbols.svg +1 -0
  488. data/assets/uswds/img/usa-icons-unused/emoji_transportation.svg +1 -0
  489. data/assets/uswds/img/usa-icons-unused/engineering.svg +1 -0
  490. data/assets/uswds/img/usa-icons-unused/enhanced_encryption.svg +1 -0
  491. data/assets/uswds/img/usa-icons-unused/equalizer.svg +1 -0
  492. data/assets/uswds/img/usa-icons-unused/escalator.svg +1 -0
  493. data/assets/uswds/img/usa-icons-unused/escalator_warning.svg +1 -0
  494. data/assets/uswds/img/usa-icons-unused/euro.svg +1 -0
  495. data/assets/uswds/img/usa-icons-unused/euro_symbol.svg +1 -0
  496. data/assets/uswds/img/usa-icons-unused/ev_station.svg +1 -0
  497. data/assets/uswds/img/usa-icons-unused/event_available.svg +1 -0
  498. data/assets/uswds/img/usa-icons-unused/event_busy.svg +1 -0
  499. data/assets/uswds/img/usa-icons-unused/event_note.svg +1 -0
  500. data/assets/uswds/img/usa-icons-unused/event_seat.svg +1 -0
  501. data/assets/uswds/img/usa-icons-unused/exit_to_app.svg +1 -0
  502. data/assets/uswds/img/usa-icons-unused/expand.svg +1 -0
  503. data/assets/uswds/img/usa-icons-unused/explicit.svg +1 -0
  504. data/assets/uswds/img/usa-icons-unused/explore.svg +1 -0
  505. data/assets/uswds/img/usa-icons-unused/explore_off.svg +1 -0
  506. data/assets/uswds/img/usa-icons-unused/exposure.svg +1 -0
  507. data/assets/uswds/img/usa-icons-unused/exposure_neg_1.svg +1 -0
  508. data/assets/uswds/img/usa-icons-unused/exposure_neg_2.svg +1 -0
  509. data/assets/uswds/img/usa-icons-unused/exposure_plus_1.svg +1 -0
  510. data/assets/uswds/img/usa-icons-unused/exposure_plus_2.svg +1 -0
  511. data/assets/uswds/img/usa-icons-unused/exposure_zero.svg +1 -0
  512. data/assets/uswds/img/usa-icons-unused/extension.svg +1 -0
  513. data/assets/uswds/img/usa-icons-unused/face.svg +1 -0
  514. data/assets/uswds/img/usa-icons-unused/face_retouching_natural.svg +1 -0
  515. data/assets/uswds/img/usa-icons-unused/fact_check.svg +1 -0
  516. data/assets/uswds/img/usa-icons-unused/family_restroom.svg +1 -0
  517. data/assets/uswds/img/usa-icons-unused/fastfood.svg +1 -0
  518. data/assets/uswds/img/usa-icons-unused/featured_play_list.svg +1 -0
  519. data/assets/uswds/img/usa-icons-unused/featured_video.svg +1 -0
  520. data/assets/uswds/img/usa-icons-unused/feedback.svg +1 -0
  521. data/assets/uswds/img/usa-icons-unused/fence.svg +1 -0
  522. data/assets/uswds/img/usa-icons-unused/festival.svg +1 -0
  523. data/assets/uswds/img/usa-icons-unused/fiber_dvr.svg +1 -0
  524. data/assets/uswds/img/usa-icons-unused/fiber_manual_record.svg +1 -0
  525. data/assets/uswds/img/usa-icons-unused/fiber_new.svg +1 -0
  526. data/assets/uswds/img/usa-icons-unused/fiber_pin.svg +1 -0
  527. data/assets/uswds/img/usa-icons-unused/fiber_smart_record.svg +1 -0
  528. data/assets/uswds/img/usa-icons-unused/file_copy.svg +1 -0
  529. data/assets/uswds/img/usa-icons-unused/file_download_done.svg +1 -0
  530. data/assets/uswds/img/usa-icons-unused/filter.svg +1 -0
  531. data/assets/uswds/img/usa-icons-unused/filter_1.svg +1 -0
  532. data/assets/uswds/img/usa-icons-unused/filter_2.svg +1 -0
  533. data/assets/uswds/img/usa-icons-unused/filter_3.svg +1 -0
  534. data/assets/uswds/img/usa-icons-unused/filter_4.svg +1 -0
  535. data/assets/uswds/img/usa-icons-unused/filter_5.svg +1 -0
  536. data/assets/uswds/img/usa-icons-unused/filter_6.svg +1 -0
  537. data/assets/uswds/img/usa-icons-unused/filter_7.svg +1 -0
  538. data/assets/uswds/img/usa-icons-unused/filter_8.svg +1 -0
  539. data/assets/uswds/img/usa-icons-unused/filter_9.svg +1 -0
  540. data/assets/uswds/img/usa-icons-unused/filter_9_plus.svg +1 -0
  541. data/assets/uswds/img/usa-icons-unused/filter_b_and_w.svg +1 -0
  542. data/assets/uswds/img/usa-icons-unused/filter_center_focus.svg +1 -0
  543. data/assets/uswds/img/usa-icons-unused/filter_drama.svg +1 -0
  544. data/assets/uswds/img/usa-icons-unused/filter_frames.svg +1 -0
  545. data/assets/uswds/img/usa-icons-unused/filter_hdr.svg +1 -0
  546. data/assets/uswds/img/usa-icons-unused/filter_list_alt.svg +1 -0
  547. data/assets/uswds/img/usa-icons-unused/filter_none.svg +1 -0
  548. data/assets/uswds/img/usa-icons-unused/filter_tilt_shift.svg +1 -0
  549. data/assets/uswds/img/usa-icons-unused/filter_vintage.svg +1 -0
  550. data/assets/uswds/img/usa-icons-unused/find_in_page.svg +1 -0
  551. data/assets/uswds/img/usa-icons-unused/find_replace.svg +1 -0
  552. data/assets/uswds/img/usa-icons-unused/fire_extinguisher.svg +1 -0
  553. data/assets/uswds/img/usa-icons-unused/fireplace.svg +1 -0
  554. data/assets/uswds/img/usa-icons-unused/fit_screen.svg +1 -0
  555. data/assets/uswds/img/usa-icons-unused/fitness_center.svg +1 -0
  556. data/assets/uswds/img/usa-icons-unused/flaky.svg +1 -0
  557. data/assets/uswds/img/usa-icons-unused/flare.svg +1 -0
  558. data/assets/uswds/img/usa-icons-unused/flash_auto.svg +1 -0
  559. data/assets/uswds/img/usa-icons-unused/flash_off.svg +1 -0
  560. data/assets/uswds/img/usa-icons-unused/flash_on.svg +1 -0
  561. data/assets/uswds/img/usa-icons-unused/flight_land.svg +1 -0
  562. data/assets/uswds/img/usa-icons-unused/flight_takeoff.svg +1 -0
  563. data/assets/uswds/img/usa-icons-unused/flip.svg +1 -0
  564. data/assets/uswds/img/usa-icons-unused/flip_camera_android.svg +1 -0
  565. data/assets/uswds/img/usa-icons-unused/flip_camera_ios.svg +1 -0
  566. data/assets/uswds/img/usa-icons-unused/flip_to_back.svg +1 -0
  567. data/assets/uswds/img/usa-icons-unused/flip_to_front.svg +1 -0
  568. data/assets/uswds/img/usa-icons-unused/folder_shared.svg +1 -0
  569. data/assets/uswds/img/usa-icons-unused/folder_special.svg +1 -0
  570. data/assets/uswds/img/usa-icons-unused/follow_the_signs.svg +1 -0
  571. data/assets/uswds/img/usa-icons-unused/font_download.svg +1 -0
  572. data/assets/uswds/img/usa-icons-unused/food_bank.svg +1 -0
  573. data/assets/uswds/img/usa-icons-unused/format_align_center.svg +1 -0
  574. data/assets/uswds/img/usa-icons-unused/format_align_justify.svg +1 -0
  575. data/assets/uswds/img/usa-icons-unused/format_align_left.svg +1 -0
  576. data/assets/uswds/img/usa-icons-unused/format_align_right.svg +1 -0
  577. data/assets/uswds/img/usa-icons-unused/format_bold.svg +1 -0
  578. data/assets/uswds/img/usa-icons-unused/format_clear.svg +1 -0
  579. data/assets/uswds/img/usa-icons-unused/format_color_fill.svg +1 -0
  580. data/assets/uswds/img/usa-icons-unused/format_color_reset.svg +1 -0
  581. data/assets/uswds/img/usa-icons-unused/format_color_text.svg +1 -0
  582. data/assets/uswds/img/usa-icons-unused/format_indent_decrease.svg +1 -0
  583. data/assets/uswds/img/usa-icons-unused/format_indent_increase.svg +1 -0
  584. data/assets/uswds/img/usa-icons-unused/format_italic.svg +1 -0
  585. data/assets/uswds/img/usa-icons-unused/format_line_spacing.svg +1 -0
  586. data/assets/uswds/img/usa-icons-unused/format_list_bulleted.svg +1 -0
  587. data/assets/uswds/img/usa-icons-unused/format_list_numbered.svg +1 -0
  588. data/assets/uswds/img/usa-icons-unused/format_list_numbered_rtl.svg +1 -0
  589. data/assets/uswds/img/usa-icons-unused/format_paint.svg +1 -0
  590. data/assets/uswds/img/usa-icons-unused/format_shapes.svg +1 -0
  591. data/assets/uswds/img/usa-icons-unused/format_strikethrough.svg +1 -0
  592. data/assets/uswds/img/usa-icons-unused/format_textdirection_l_to_r.svg +1 -0
  593. data/assets/uswds/img/usa-icons-unused/format_textdirection_r_to_l.svg +1 -0
  594. data/assets/uswds/img/usa-icons-unused/format_underlined.svg +1 -0
  595. data/assets/uswds/img/usa-icons-unused/forward.svg +1 -0
  596. data/assets/uswds/img/usa-icons-unused/forward_10.svg +1 -0
  597. data/assets/uswds/img/usa-icons-unused/forward_30.svg +1 -0
  598. data/assets/uswds/img/usa-icons-unused/forward_5.svg +1 -0
  599. data/assets/uswds/img/usa-icons-unused/forward_to_inbox.svg +1 -0
  600. data/assets/uswds/img/usa-icons-unused/foundation.svg +1 -0
  601. data/assets/uswds/img/usa-icons-unused/free_breakfast.svg +1 -0
  602. data/assets/uswds/img/usa-icons-unused/fullscreen.svg +1 -0
  603. data/assets/uswds/img/usa-icons-unused/fullscreen_exit.svg +1 -0
  604. data/assets/uswds/img/usa-icons-unused/functions.svg +1 -0
  605. data/assets/uswds/img/usa-icons-unused/g_translate.svg +1 -0
  606. data/assets/uswds/img/usa-icons-unused/gamepad.svg +1 -0
  607. data/assets/uswds/img/usa-icons-unused/games.svg +1 -0
  608. data/assets/uswds/img/usa-icons-unused/gavel.svg +1 -0
  609. data/assets/uswds/img/usa-icons-unused/gesture.svg +1 -0
  610. data/assets/uswds/img/usa-icons-unused/get_app.svg +1 -0
  611. data/assets/uswds/img/usa-icons-unused/gif.svg +1 -0
  612. data/assets/uswds/img/usa-icons-unused/golf_course.svg +1 -0
  613. data/assets/uswds/img/usa-icons-unused/gps_fixed.svg +1 -0
  614. data/assets/uswds/img/usa-icons-unused/gps_not_fixed.svg +1 -0
  615. data/assets/uswds/img/usa-icons-unused/gps_off.svg +1 -0
  616. data/assets/uswds/img/usa-icons-unused/grade.svg +1 -0
  617. data/assets/uswds/img/usa-icons-unused/gradient.svg +1 -0
  618. data/assets/uswds/img/usa-icons-unused/grading.svg +1 -0
  619. data/assets/uswds/img/usa-icons-unused/grain.svg +1 -0
  620. data/assets/uswds/img/usa-icons-unused/graphic_eq.svg +1 -0
  621. data/assets/uswds/img/usa-icons-unused/grass.svg +1 -0
  622. data/assets/uswds/img/usa-icons-unused/grid_off.svg +1 -0
  623. data/assets/uswds/img/usa-icons-unused/grid_on.svg +1 -0
  624. data/assets/uswds/img/usa-icons-unused/group.svg +1 -0
  625. data/assets/uswds/img/usa-icons-unused/group_work.svg +1 -0
  626. data/assets/uswds/img/usa-icons-unused/hail.svg +1 -0
  627. data/assets/uswds/img/usa-icons-unused/handyman.svg +1 -0
  628. data/assets/uswds/img/usa-icons-unused/hardware.svg +1 -0
  629. data/assets/uswds/img/usa-icons-unused/hd.svg +1 -0
  630. data/assets/uswds/img/usa-icons-unused/hdr_enhanced_select.svg +1 -0
  631. data/assets/uswds/img/usa-icons-unused/hdr_off.svg +1 -0
  632. data/assets/uswds/img/usa-icons-unused/hdr_on.svg +1 -0
  633. data/assets/uswds/img/usa-icons-unused/hdr_strong.svg +1 -0
  634. data/assets/uswds/img/usa-icons-unused/hdr_weak.svg +1 -0
  635. data/assets/uswds/img/usa-icons-unused/headset.svg +1 -0
  636. data/assets/uswds/img/usa-icons-unused/headset_mic.svg +1 -0
  637. data/assets/uswds/img/usa-icons-unused/headset_off.svg +1 -0
  638. data/assets/uswds/img/usa-icons-unused/healing.svg +1 -0
  639. data/assets/uswds/img/usa-icons-unused/hearing_disabled.svg +1 -0
  640. data/assets/uswds/img/usa-icons-unused/height.svg +1 -0
  641. data/assets/uswds/img/usa-icons-unused/help_center.svg +1 -0
  642. data/assets/uswds/img/usa-icons-unused/high_quality.svg +1 -0
  643. data/assets/uswds/img/usa-icons-unused/highlight.svg +1 -0
  644. data/assets/uswds/img/usa-icons-unused/highlight_alt.svg +1 -0
  645. data/assets/uswds/img/usa-icons-unused/history_edu.svg +1 -0
  646. data/assets/uswds/img/usa-icons-unused/history_toggle_off.svg +1 -0
  647. data/assets/uswds/img/usa-icons-unused/home_filled.svg +1 -0
  648. data/assets/uswds/img/usa-icons-unused/home_repair_service.svg +1 -0
  649. data/assets/uswds/img/usa-icons-unused/home_work.svg +1 -0
  650. data/assets/uswds/img/usa-icons-unused/horizontal_distribute.svg +1 -0
  651. data/assets/uswds/img/usa-icons-unused/horizontal_rule.svg +1 -0
  652. data/assets/uswds/img/usa-icons-unused/horizontal_split.svg +1 -0
  653. data/assets/uswds/img/usa-icons-unused/hot_tub.svg +1 -0
  654. data/assets/uswds/img/usa-icons-unused/hourglass_bottom.svg +1 -0
  655. data/assets/uswds/img/usa-icons-unused/hourglass_disabled.svg +1 -0
  656. data/assets/uswds/img/usa-icons-unused/hourglass_full.svg +1 -0
  657. data/assets/uswds/img/usa-icons-unused/hourglass_top.svg +1 -0
  658. data/assets/uswds/img/usa-icons-unused/house.svg +1 -0
  659. data/assets/uswds/img/usa-icons-unused/house_siding.svg +1 -0
  660. data/assets/uswds/img/usa-icons-unused/how_to_reg.svg +1 -0
  661. data/assets/uswds/img/usa-icons-unused/how_to_vote.svg +1 -0
  662. data/assets/uswds/img/usa-icons-unused/http.svg +1 -0
  663. data/assets/uswds/img/usa-icons-unused/https.svg +1 -0
  664. data/assets/uswds/img/usa-icons-unused/hvac.svg +1 -0
  665. data/assets/uswds/img/usa-icons-unused/icecream.svg +1 -0
  666. data/assets/uswds/img/usa-icons-unused/image_aspect_ratio.svg +1 -0
  667. data/assets/uswds/img/usa-icons-unused/image_not_supported.svg +1 -0
  668. data/assets/uswds/img/usa-icons-unused/image_search.svg +1 -0
  669. data/assets/uswds/img/usa-icons-unused/imagesearch_roller.svg +1 -0
  670. data/assets/uswds/img/usa-icons-unused/import_contacts.svg +1 -0
  671. data/assets/uswds/img/usa-icons-unused/import_export.svg +1 -0
  672. data/assets/uswds/img/usa-icons-unused/important_devices.svg +1 -0
  673. data/assets/uswds/img/usa-icons-unused/inbox.svg +1 -0
  674. data/assets/uswds/img/usa-icons-unused/indeterminate_check_box.svg +1 -0
  675. data/assets/uswds/img/usa-icons-unused/input.svg +1 -0
  676. data/assets/uswds/img/usa-icons-unused/insert_chart.svg +1 -0
  677. data/assets/uswds/img/usa-icons-unused/insert_chart_outlined.svg +1 -0
  678. data/assets/uswds/img/usa-icons-unused/insert_comment.svg +1 -0
  679. data/assets/uswds/img/usa-icons-unused/insert_drive_file.svg +1 -0
  680. data/assets/uswds/img/usa-icons-unused/insert_emoticon.svg +1 -0
  681. data/assets/uswds/img/usa-icons-unused/insert_invitation.svg +1 -0
  682. data/assets/uswds/img/usa-icons-unused/insert_link.svg +1 -0
  683. data/assets/uswds/img/usa-icons-unused/insert_photo.svg +1 -0
  684. data/assets/uswds/img/usa-icons-unused/integration_instructions.svg +1 -0
  685. data/assets/uswds/img/usa-icons-unused/inventory.svg +1 -0
  686. data/assets/uswds/img/usa-icons-unused/invert_colors.svg +1 -0
  687. data/assets/uswds/img/usa-icons-unused/invert_colors_off.svg +1 -0
  688. data/assets/uswds/img/usa-icons-unused/ios_share.svg +1 -0
  689. data/assets/uswds/img/usa-icons-unused/iso.svg +1 -0
  690. data/assets/uswds/img/usa-icons-unused/keyboard_arrow_down.svg +1 -0
  691. data/assets/uswds/img/usa-icons-unused/keyboard_arrow_left.svg +1 -0
  692. data/assets/uswds/img/usa-icons-unused/keyboard_arrow_right.svg +1 -0
  693. data/assets/uswds/img/usa-icons-unused/keyboard_arrow_up.svg +1 -0
  694. data/assets/uswds/img/usa-icons-unused/keyboard_backspace.svg +1 -0
  695. data/assets/uswds/img/usa-icons-unused/keyboard_capslock.svg +1 -0
  696. data/assets/uswds/img/usa-icons-unused/keyboard_hide.svg +1 -0
  697. data/assets/uswds/img/usa-icons-unused/keyboard_return.svg +1 -0
  698. data/assets/uswds/img/usa-icons-unused/keyboard_tab.svg +1 -0
  699. data/assets/uswds/img/usa-icons-unused/keyboard_voice.svg +1 -0
  700. data/assets/uswds/img/usa-icons-unused/king_bed.svg +1 -0
  701. data/assets/uswds/img/usa-icons-unused/kitchen.svg +1 -0
  702. data/assets/uswds/img/usa-icons-unused/label_important.svg +1 -0
  703. data/assets/uswds/img/usa-icons-unused/label_important_outline.svg +1 -0
  704. data/assets/uswds/img/usa-icons-unused/label_off.svg +1 -0
  705. data/assets/uswds/img/usa-icons-unused/label_outline.svg +1 -0
  706. data/assets/uswds/img/usa-icons-unused/landscape.svg +1 -0
  707. data/assets/uswds/img/usa-icons-unused/laptop.svg +1 -0
  708. data/assets/uswds/img/usa-icons-unused/laptop_chromebook.svg +1 -0
  709. data/assets/uswds/img/usa-icons-unused/laptop_mac.svg +1 -0
  710. data/assets/uswds/img/usa-icons-unused/laptop_windows.svg +1 -0
  711. data/assets/uswds/img/usa-icons-unused/layers.svg +1 -0
  712. data/assets/uswds/img/usa-icons-unused/layers_clear.svg +1 -0
  713. data/assets/uswds/img/usa-icons-unused/leaderboard.svg +1 -0
  714. data/assets/uswds/img/usa-icons-unused/leak_add.svg +1 -0
  715. data/assets/uswds/img/usa-icons-unused/leak_remove.svg +1 -0
  716. data/assets/uswds/img/usa-icons-unused/legend_toggle.svg +1 -0
  717. data/assets/uswds/img/usa-icons-unused/lens.svg +1 -0
  718. data/assets/uswds/img/usa-icons-unused/library_add.svg +1 -0
  719. data/assets/uswds/img/usa-icons-unused/library_add_check.svg +1 -0
  720. data/assets/uswds/img/usa-icons-unused/library_books.svg +1 -0
  721. data/assets/uswds/img/usa-icons-unused/library_music.svg +1 -0
  722. data/assets/uswds/img/usa-icons-unused/line_style.svg +1 -0
  723. data/assets/uswds/img/usa-icons-unused/line_weight.svg +1 -0
  724. data/assets/uswds/img/usa-icons-unused/linear_scale.svg +1 -0
  725. data/assets/uswds/img/usa-icons-unused/linked_camera.svg +1 -0
  726. data/assets/uswds/img/usa-icons-unused/liquor.svg +1 -0
  727. data/assets/uswds/img/usa-icons-unused/list_alt.svg +1 -0
  728. data/assets/uswds/img/usa-icons-unused/live_help.svg +1 -0
  729. data/assets/uswds/img/usa-icons-unused/live_tv.svg +1 -0
  730. data/assets/uswds/img/usa-icons-unused/local_activity.svg +1 -0
  731. data/assets/uswds/img/usa-icons-unused/local_airport.svg +1 -0
  732. data/assets/uswds/img/usa-icons-unused/local_atm.svg +1 -0
  733. data/assets/uswds/img/usa-icons-unused/local_bar.svg +1 -0
  734. data/assets/uswds/img/usa-icons-unused/local_car_wash.svg +1 -0
  735. data/assets/uswds/img/usa-icons-unused/local_convenience_store.svg +1 -0
  736. data/assets/uswds/img/usa-icons-unused/local_dining.svg +1 -0
  737. data/assets/uswds/img/usa-icons-unused/local_drink.svg +1 -0
  738. data/assets/uswds/img/usa-icons-unused/local_florist.svg +1 -0
  739. data/assets/uswds/img/usa-icons-unused/local_hotel.svg +1 -0
  740. data/assets/uswds/img/usa-icons-unused/local_mall.svg +1 -0
  741. data/assets/uswds/img/usa-icons-unused/local_movies.svg +1 -0
  742. data/assets/uswds/img/usa-icons-unused/local_phone.svg +1 -0
  743. data/assets/uswds/img/usa-icons-unused/local_pizza.svg +1 -0
  744. data/assets/uswds/img/usa-icons-unused/local_play.svg +1 -0
  745. data/assets/uswds/img/usa-icons-unused/local_post_office.svg +1 -0
  746. data/assets/uswds/img/usa-icons-unused/local_printshop.svg +1 -0
  747. data/assets/uswds/img/usa-icons-unused/local_see.svg +1 -0
  748. data/assets/uswds/img/usa-icons-unused/local_shipping.svg +1 -0
  749. data/assets/uswds/img/usa-icons-unused/location_disabled.svg +1 -0
  750. data/assets/uswds/img/usa-icons-unused/location_off.svg +1 -0
  751. data/assets/uswds/img/usa-icons-unused/location_pin.svg +1 -0
  752. data/assets/uswds/img/usa-icons-unused/location_searching.svg +1 -0
  753. data/assets/uswds/img/usa-icons-unused/lock_clock.svg +1 -0
  754. data/assets/uswds/img/usa-icons-unused/looks.svg +1 -0
  755. data/assets/uswds/img/usa-icons-unused/looks_3.svg +1 -0
  756. data/assets/uswds/img/usa-icons-unused/looks_4.svg +1 -0
  757. data/assets/uswds/img/usa-icons-unused/looks_5.svg +1 -0
  758. data/assets/uswds/img/usa-icons-unused/looks_6.svg +1 -0
  759. data/assets/uswds/img/usa-icons-unused/looks_one.svg +1 -0
  760. data/assets/uswds/img/usa-icons-unused/looks_two.svg +1 -0
  761. data/assets/uswds/img/usa-icons-unused/loupe.svg +1 -0
  762. data/assets/uswds/img/usa-icons-unused/low_priority.svg +1 -0
  763. data/assets/uswds/img/usa-icons-unused/loyalty.svg +1 -0
  764. data/assets/uswds/img/usa-icons-unused/luggage.svg +1 -0
  765. data/assets/uswds/img/usa-icons-unused/lunch_dining.svg +1 -0
  766. data/assets/uswds/img/usa-icons-unused/maps_ugc.svg +1 -0
  767. data/assets/uswds/img/usa-icons-unused/margin.svg +1 -0
  768. data/assets/uswds/img/usa-icons-unused/mark_as_unread.svg +1 -0
  769. data/assets/uswds/img/usa-icons-unused/mark_chat_read.svg +1 -0
  770. data/assets/uswds/img/usa-icons-unused/mark_chat_unread.svg +1 -0
  771. data/assets/uswds/img/usa-icons-unused/mark_email_read.svg +1 -0
  772. data/assets/uswds/img/usa-icons-unused/mark_email_unread.svg +1 -0
  773. data/assets/uswds/img/usa-icons-unused/markunread.svg +1 -0
  774. data/assets/uswds/img/usa-icons-unused/markunread_mailbox.svg +1 -0
  775. data/assets/uswds/img/usa-icons-unused/maximize.svg +1 -0
  776. data/assets/uswds/img/usa-icons-unused/mediation.svg +1 -0
  777. data/assets/uswds/img/usa-icons-unused/meeting_room.svg +1 -0
  778. data/assets/uswds/img/usa-icons-unused/memory.svg +1 -0
  779. data/assets/uswds/img/usa-icons-unused/menu_book.svg +1 -0
  780. data/assets/uswds/img/usa-icons-unused/menu_open.svg +1 -0
  781. data/assets/uswds/img/usa-icons-unused/merge_type.svg +1 -0
  782. data/assets/uswds/img/usa-icons-unused/message.svg +1 -0
  783. data/assets/uswds/img/usa-icons-unused/mic.svg +1 -0
  784. data/assets/uswds/img/usa-icons-unused/mic_external_off.svg +1 -0
  785. data/assets/uswds/img/usa-icons-unused/mic_external_on.svg +1 -0
  786. data/assets/uswds/img/usa-icons-unused/mic_none.svg +1 -0
  787. data/assets/uswds/img/usa-icons-unused/mic_off.svg +1 -0
  788. data/assets/uswds/img/usa-icons-unused/microwave.svg +1 -0
  789. data/assets/uswds/img/usa-icons-unused/minimize.svg +1 -0
  790. data/assets/uswds/img/usa-icons-unused/miscellaneous_services.svg +1 -0
  791. data/assets/uswds/img/usa-icons-unused/missed_video_call.svg +1 -0
  792. data/assets/uswds/img/usa-icons-unused/mms.svg +1 -0
  793. data/assets/uswds/img/usa-icons-unused/mobile_friendly.svg +1 -0
  794. data/assets/uswds/img/usa-icons-unused/mobile_off.svg +1 -0
  795. data/assets/uswds/img/usa-icons-unused/mobile_screen_share.svg +1 -0
  796. data/assets/uswds/img/usa-icons-unused/mode_comment.svg +1 -0
  797. data/assets/uswds/img/usa-icons-unused/mode_edit.svg +1 -0
  798. data/assets/uswds/img/usa-icons-unused/model_training.svg +1 -0
  799. data/assets/uswds/img/usa-icons-unused/monetization_on.svg +1 -0
  800. data/assets/uswds/img/usa-icons-unused/money.svg +1 -0
  801. data/assets/uswds/img/usa-icons-unused/money_off.svg +1 -0
  802. data/assets/uswds/img/usa-icons-unused/monitor.svg +1 -0
  803. data/assets/uswds/img/usa-icons-unused/monochrome_photos.svg +1 -0
  804. data/assets/uswds/img/usa-icons-unused/mood.svg +1 -0
  805. data/assets/uswds/img/usa-icons-unused/mood_bad.svg +1 -0
  806. data/assets/uswds/img/usa-icons-unused/moped.svg +1 -0
  807. data/assets/uswds/img/usa-icons-unused/more.svg +1 -0
  808. data/assets/uswds/img/usa-icons-unused/more_time.svg +1 -0
  809. data/assets/uswds/img/usa-icons-unused/motion_photos_off.svg +1 -0
  810. data/assets/uswds/img/usa-icons-unused/motion_photos_on.svg +1 -0
  811. data/assets/uswds/img/usa-icons-unused/motion_photos_pause.svg +1 -0
  812. data/assets/uswds/img/usa-icons-unused/motion_photos_paused.svg +1 -0
  813. data/assets/uswds/img/usa-icons-unused/mouse.svg +1 -0
  814. data/assets/uswds/img/usa-icons-unused/move_to_inbox.svg +1 -0
  815. data/assets/uswds/img/usa-icons-unused/movie.svg +1 -0
  816. data/assets/uswds/img/usa-icons-unused/movie_creation.svg +1 -0
  817. data/assets/uswds/img/usa-icons-unused/movie_filter.svg +1 -0
  818. data/assets/uswds/img/usa-icons-unused/mp.svg +1 -0
  819. data/assets/uswds/img/usa-icons-unused/multiline_chart.svg +1 -0
  820. data/assets/uswds/img/usa-icons-unused/multiple_stop.svg +1 -0
  821. data/assets/uswds/img/usa-icons-unused/museum.svg +1 -0
  822. data/assets/uswds/img/usa-icons-unused/music_note.svg +1 -0
  823. data/assets/uswds/img/usa-icons-unused/music_off.svg +1 -0
  824. data/assets/uswds/img/usa-icons-unused/music_video.svg +1 -0
  825. data/assets/uswds/img/usa-icons-unused/nat.svg +1 -0
  826. data/assets/uswds/img/usa-icons-unused/nature.svg +1 -0
  827. data/assets/uswds/img/usa-icons-unused/nature_people.svg +1 -0
  828. data/assets/uswds/img/usa-icons-unused/navigation.svg +1 -0
  829. data/assets/uswds/img/usa-icons-unused/near_me_disabled.svg +1 -0
  830. data/assets/uswds/img/usa-icons-unused/network_cell.svg +1 -0
  831. data/assets/uswds/img/usa-icons-unused/network_check.svg +1 -0
  832. data/assets/uswds/img/usa-icons-unused/network_locked.svg +1 -0
  833. data/assets/uswds/img/usa-icons-unused/network_wifi.svg +1 -0
  834. data/assets/uswds/img/usa-icons-unused/new_releases.svg +1 -0
  835. data/assets/uswds/img/usa-icons-unused/next_plan.svg +1 -0
  836. data/assets/uswds/img/usa-icons-unused/next_week.svg +1 -0
  837. data/assets/uswds/img/usa-icons-unused/nfc.svg +1 -0
  838. data/assets/uswds/img/usa-icons-unused/night_shelter.svg +1 -0
  839. data/assets/uswds/img/usa-icons-unused/nightlife.svg +1 -0
  840. data/assets/uswds/img/usa-icons-unused/nightlight_round.svg +1 -0
  841. data/assets/uswds/img/usa-icons-unused/nights_stay.svg +1 -0
  842. data/assets/uswds/img/usa-icons-unused/no_backpack.svg +1 -0
  843. data/assets/uswds/img/usa-icons-unused/no_cell.svg +1 -0
  844. data/assets/uswds/img/usa-icons-unused/no_drinks.svg +1 -0
  845. data/assets/uswds/img/usa-icons-unused/no_encryption.svg +1 -0
  846. data/assets/uswds/img/usa-icons-unused/no_flash.svg +1 -0
  847. data/assets/uswds/img/usa-icons-unused/no_food.svg +1 -0
  848. data/assets/uswds/img/usa-icons-unused/no_luggage.svg +1 -0
  849. data/assets/uswds/img/usa-icons-unused/no_meals.svg +1 -0
  850. data/assets/uswds/img/usa-icons-unused/no_meals_ouline.svg +1 -0
  851. data/assets/uswds/img/usa-icons-unused/no_meeting_room.svg +1 -0
  852. data/assets/uswds/img/usa-icons-unused/no_photography.svg +1 -0
  853. data/assets/uswds/img/usa-icons-unused/no_sim.svg +1 -0
  854. data/assets/uswds/img/usa-icons-unused/no_stroller.svg +1 -0
  855. data/assets/uswds/img/usa-icons-unused/no_transfer.svg +1 -0
  856. data/assets/uswds/img/usa-icons-unused/north.svg +1 -0
  857. data/assets/uswds/img/usa-icons-unused/north_east.svg +1 -0
  858. data/assets/uswds/img/usa-icons-unused/north_west.svg +1 -0
  859. data/assets/uswds/img/usa-icons-unused/not_accessible.svg +1 -0
  860. data/assets/uswds/img/usa-icons-unused/not_interested.svg +1 -0
  861. data/assets/uswds/img/usa-icons-unused/not_listed_location.svg +1 -0
  862. data/assets/uswds/img/usa-icons-unused/not_started.svg +1 -0
  863. data/assets/uswds/img/usa-icons-unused/note.svg +1 -0
  864. data/assets/uswds/img/usa-icons-unused/note_add.svg +1 -0
  865. data/assets/uswds/img/usa-icons-unused/notes.svg +1 -0
  866. data/assets/uswds/img/usa-icons-unused/notification_important.svg +1 -0
  867. data/assets/uswds/img/usa-icons-unused/notifications_paused.svg +1 -0
  868. data/assets/uswds/img/usa-icons-unused/offline_bolt.svg +1 -0
  869. data/assets/uswds/img/usa-icons-unused/offline_pin.svg +1 -0
  870. data/assets/uswds/img/usa-icons-unused/offline_share.svg +1 -0
  871. data/assets/uswds/img/usa-icons-unused/ondemand_video.svg +1 -0
  872. data/assets/uswds/img/usa-icons-unused/online_prediction.svg +1 -0
  873. data/assets/uswds/img/usa-icons-unused/opacity.svg +1 -0
  874. data/assets/uswds/img/usa-icons-unused/open_in_browser.svg +1 -0
  875. data/assets/uswds/img/usa-icons-unused/open_in_full.svg +1 -0
  876. data/assets/uswds/img/usa-icons-unused/open_in_new.svg +1 -0
  877. data/assets/uswds/img/usa-icons-unused/open_with.svg +1 -0
  878. data/assets/uswds/img/usa-icons-unused/outbond.svg +1 -0
  879. data/assets/uswds/img/usa-icons-unused/outbox.svg +1 -0
  880. data/assets/uswds/img/usa-icons-unused/outdoor_grill.svg +1 -0
  881. data/assets/uswds/img/usa-icons-unused/outgoing_mail.svg +1 -0
  882. data/assets/uswds/img/usa-icons-unused/outlet.svg +1 -0
  883. data/assets/uswds/img/usa-icons-unused/outlined_flag.svg +1 -0
  884. data/assets/uswds/img/usa-icons-unused/padding.svg +1 -0
  885. data/assets/uswds/img/usa-icons-unused/pages.svg +1 -0
  886. data/assets/uswds/img/usa-icons-unused/pageview.svg +1 -0
  887. data/assets/uswds/img/usa-icons-unused/palette.svg +1 -0
  888. data/assets/uswds/img/usa-icons-unused/pan_tool.svg +1 -0
  889. data/assets/uswds/img/usa-icons-unused/panorama.svg +1 -0
  890. data/assets/uswds/img/usa-icons-unused/panorama_fish_eye.svg +1 -0
  891. data/assets/uswds/img/usa-icons-unused/panorama_horizontal.svg +1 -0
  892. data/assets/uswds/img/usa-icons-unused/panorama_horizontal_select.svg +1 -0
  893. data/assets/uswds/img/usa-icons-unused/panorama_photosphere.svg +1 -0
  894. data/assets/uswds/img/usa-icons-unused/panorama_photosphere_select.svg +1 -0
  895. data/assets/uswds/img/usa-icons-unused/panorama_vertical.svg +1 -0
  896. data/assets/uswds/img/usa-icons-unused/panorama_vertical_select.svg +1 -0
  897. data/assets/uswds/img/usa-icons-unused/panorama_wide_angle.svg +1 -0
  898. data/assets/uswds/img/usa-icons-unused/panorama_wide_angle_select.svg +1 -0
  899. data/assets/uswds/img/usa-icons-unused/party_mode.svg +1 -0
  900. data/assets/uswds/img/usa-icons-unused/pause.svg +1 -0
  901. data/assets/uswds/img/usa-icons-unused/pause_circle_filled.svg +1 -0
  902. data/assets/uswds/img/usa-icons-unused/pause_circle_outline.svg +1 -0
  903. data/assets/uswds/img/usa-icons-unused/pause_presentation.svg +1 -0
  904. data/assets/uswds/img/usa-icons-unused/payment.svg +1 -0
  905. data/assets/uswds/img/usa-icons-unused/payments.svg +1 -0
  906. data/assets/uswds/img/usa-icons-unused/pedal_bike.svg +1 -0
  907. data/assets/uswds/img/usa-icons-unused/pending.svg +1 -0
  908. data/assets/uswds/img/usa-icons-unused/pending_actions.svg +1 -0
  909. data/assets/uswds/img/usa-icons-unused/people_alt.svg +1 -0
  910. data/assets/uswds/img/usa-icons-unused/people_outline.svg +1 -0
  911. data/assets/uswds/img/usa-icons-unused/perm_camera_mic.svg +1 -0
  912. data/assets/uswds/img/usa-icons-unused/perm_contact_calendar.svg +1 -0
  913. data/assets/uswds/img/usa-icons-unused/perm_data_setting.svg +1 -0
  914. data/assets/uswds/img/usa-icons-unused/perm_device_information.svg +1 -0
  915. data/assets/uswds/img/usa-icons-unused/perm_identity.svg +1 -0
  916. data/assets/uswds/img/usa-icons-unused/perm_media.svg +1 -0
  917. data/assets/uswds/img/usa-icons-unused/perm_phone_msg.svg +1 -0
  918. data/assets/uswds/img/usa-icons-unused/perm_scan_wifi.svg +1 -0
  919. data/assets/uswds/img/usa-icons-unused/person_add.svg +1 -0
  920. data/assets/uswds/img/usa-icons-unused/person_add_alt.svg +1 -0
  921. data/assets/uswds/img/usa-icons-unused/person_add_alt_1.svg +1 -0
  922. data/assets/uswds/img/usa-icons-unused/person_add_disabled.svg +1 -0
  923. data/assets/uswds/img/usa-icons-unused/person_outline.svg +1 -0
  924. data/assets/uswds/img/usa-icons-unused/person_pin.svg +1 -0
  925. data/assets/uswds/img/usa-icons-unused/person_pin_circle.svg +1 -0
  926. data/assets/uswds/img/usa-icons-unused/person_remove.svg +1 -0
  927. data/assets/uswds/img/usa-icons-unused/person_remove_alt_1.svg +1 -0
  928. data/assets/uswds/img/usa-icons-unused/person_search.svg +1 -0
  929. data/assets/uswds/img/usa-icons-unused/personal_video.svg +1 -0
  930. data/assets/uswds/img/usa-icons-unused/pest_control.svg +1 -0
  931. data/assets/uswds/img/usa-icons-unused/pest_control_rodent.svg +1 -0
  932. data/assets/uswds/img/usa-icons-unused/phone_android.svg +1 -0
  933. data/assets/uswds/img/usa-icons-unused/phone_bluetooth_speaker.svg +1 -0
  934. data/assets/uswds/img/usa-icons-unused/phone_callback.svg +1 -0
  935. data/assets/uswds/img/usa-icons-unused/phone_disabled.svg +1 -0
  936. data/assets/uswds/img/usa-icons-unused/phone_enabled.svg +1 -0
  937. data/assets/uswds/img/usa-icons-unused/phone_forwarded.svg +1 -0
  938. data/assets/uswds/img/usa-icons-unused/phone_in_talk.svg +1 -0
  939. data/assets/uswds/img/usa-icons-unused/phone_iphone.svg +1 -0
  940. data/assets/uswds/img/usa-icons-unused/phone_locked.svg +1 -0
  941. data/assets/uswds/img/usa-icons-unused/phone_missed.svg +1 -0
  942. data/assets/uswds/img/usa-icons-unused/phone_paused.svg +1 -0
  943. data/assets/uswds/img/usa-icons-unused/phonelink.svg +1 -0
  944. data/assets/uswds/img/usa-icons-unused/phonelink_erase.svg +1 -0
  945. data/assets/uswds/img/usa-icons-unused/phonelink_lock.svg +1 -0
  946. data/assets/uswds/img/usa-icons-unused/phonelink_off.svg +1 -0
  947. data/assets/uswds/img/usa-icons-unused/phonelink_ring.svg +1 -0
  948. data/assets/uswds/img/usa-icons-unused/phonelink_setup.svg +1 -0
  949. data/assets/uswds/img/usa-icons-unused/photo.svg +1 -0
  950. data/assets/uswds/img/usa-icons-unused/photo_album.svg +1 -0
  951. data/assets/uswds/img/usa-icons-unused/photo_camera_back.svg +1 -0
  952. data/assets/uswds/img/usa-icons-unused/photo_camera_front.svg +1 -0
  953. data/assets/uswds/img/usa-icons-unused/photo_filter.svg +1 -0
  954. data/assets/uswds/img/usa-icons-unused/photo_library.svg +1 -0
  955. data/assets/uswds/img/usa-icons-unused/photo_size_select_actual.svg +1 -0
  956. data/assets/uswds/img/usa-icons-unused/photo_size_select_large.svg +1 -0
  957. data/assets/uswds/img/usa-icons-unused/photo_size_select_small.svg +1 -0
  958. data/assets/uswds/img/usa-icons-unused/picture_as_pdf.svg +1 -0
  959. data/assets/uswds/img/usa-icons-unused/picture_in_picture.svg +1 -0
  960. data/assets/uswds/img/usa-icons-unused/picture_in_picture_alt.svg +1 -0
  961. data/assets/uswds/img/usa-icons-unused/pie_chart.svg +1 -0
  962. data/assets/uswds/img/usa-icons-unused/pie_chart_outlined.svg +1 -0
  963. data/assets/uswds/img/usa-icons-unused/pin_drop.svg +1 -0
  964. data/assets/uswds/img/usa-icons-unused/pivot_table_chart.svg +1 -0
  965. data/assets/uswds/img/usa-icons-unused/place.svg +1 -0
  966. data/assets/uswds/img/usa-icons-unused/plagiarism.svg +1 -0
  967. data/assets/uswds/img/usa-icons-unused/play_arrow.svg +1 -0
  968. data/assets/uswds/img/usa-icons-unused/play_circle_filled.svg +1 -0
  969. data/assets/uswds/img/usa-icons-unused/play_circle_outline.svg +1 -0
  970. data/assets/uswds/img/usa-icons-unused/play_disabled.svg +1 -0
  971. data/assets/uswds/img/usa-icons-unused/play_for_work.svg +1 -0
  972. data/assets/uswds/img/usa-icons-unused/playlist_add.svg +1 -0
  973. data/assets/uswds/img/usa-icons-unused/playlist_add_check.svg +1 -0
  974. data/assets/uswds/img/usa-icons-unused/playlist_play.svg +1 -0
  975. data/assets/uswds/img/usa-icons-unused/plumbing.svg +1 -0
  976. data/assets/uswds/img/usa-icons-unused/plus_one.svg +1 -0
  977. data/assets/uswds/img/usa-icons-unused/point_of_sale.svg +1 -0
  978. data/assets/uswds/img/usa-icons-unused/policy.svg +1 -0
  979. data/assets/uswds/img/usa-icons-unused/poll.svg +1 -0
  980. data/assets/uswds/img/usa-icons-unused/polymer.svg +1 -0
  981. data/assets/uswds/img/usa-icons-unused/pool.svg +1 -0
  982. data/assets/uswds/img/usa-icons-unused/portable_wifi_off.svg +1 -0
  983. data/assets/uswds/img/usa-icons-unused/portrait.svg +1 -0
  984. data/assets/uswds/img/usa-icons-unused/post_add.svg +1 -0
  985. data/assets/uswds/img/usa-icons-unused/power.svg +1 -0
  986. data/assets/uswds/img/usa-icons-unused/power_input.svg +1 -0
  987. data/assets/uswds/img/usa-icons-unused/power_off.svg +1 -0
  988. data/assets/uswds/img/usa-icons-unused/power_settings_new.svg +1 -0
  989. data/assets/uswds/img/usa-icons-unused/pregnant_woman.svg +1 -0
  990. data/assets/uswds/img/usa-icons-unused/present_to_all.svg +1 -0
  991. data/assets/uswds/img/usa-icons-unused/preview.svg +1 -0
  992. data/assets/uswds/img/usa-icons-unused/print_disabled.svg +1 -0
  993. data/assets/uswds/img/usa-icons-unused/privacy_tip.svg +1 -0
  994. data/assets/uswds/img/usa-icons-unused/psychology.svg +1 -0
  995. data/assets/uswds/img/usa-icons-unused/public_off.svg +1 -0
  996. data/assets/uswds/img/usa-icons-unused/publish.svg +1 -0
  997. data/assets/uswds/img/usa-icons-unused/published_with_changes.svg +1 -0
  998. data/assets/uswds/img/usa-icons-unused/qr_code.svg +1 -0
  999. data/assets/uswds/img/usa-icons-unused/qr_code_2.svg +1 -0
  1000. data/assets/uswds/img/usa-icons-unused/qr_code_scanner.svg +1 -0
  1001. data/assets/uswds/img/usa-icons-unused/query_builder.svg +1 -0
  1002. data/assets/uswds/img/usa-icons-unused/question_answer.svg +1 -0
  1003. data/assets/uswds/img/usa-icons-unused/queue.svg +1 -0
  1004. data/assets/uswds/img/usa-icons-unused/queue_music.svg +1 -0
  1005. data/assets/uswds/img/usa-icons-unused/queue_play_next.svg +1 -0
  1006. data/assets/uswds/img/usa-icons-unused/quickreply.svg +1 -0
  1007. data/assets/uswds/img/usa-icons-unused/radio.svg +1 -0
  1008. data/assets/uswds/img/usa-icons-unused/radio_button_checked.svg +1 -0
  1009. data/assets/uswds/img/usa-icons-unused/railway_alert.svg +1 -0
  1010. data/assets/uswds/img/usa-icons-unused/ramen_dining.svg +1 -0
  1011. data/assets/uswds/img/usa-icons-unused/rate_review.svg +1 -0
  1012. data/assets/uswds/img/usa-icons-unused/read_more.svg +1 -0
  1013. data/assets/uswds/img/usa-icons-unused/receipt.svg +1 -0
  1014. data/assets/uswds/img/usa-icons-unused/receipt_long.svg +1 -0
  1015. data/assets/uswds/img/usa-icons-unused/recent_actors.svg +1 -0
  1016. data/assets/uswds/img/usa-icons-unused/recommend.svg +1 -0
  1017. data/assets/uswds/img/usa-icons-unused/record_voice_over.svg +1 -0
  1018. data/assets/uswds/img/usa-icons-unused/redeem.svg +1 -0
  1019. data/assets/uswds/img/usa-icons-unused/redo.svg +1 -0
  1020. data/assets/uswds/img/usa-icons-unused/refresh.svg +1 -0
  1021. data/assets/uswds/img/usa-icons-unused/remove_circle.svg +1 -0
  1022. data/assets/uswds/img/usa-icons-unused/remove_circle_outline.svg +1 -0
  1023. data/assets/uswds/img/usa-icons-unused/remove_done.svg +1 -0
  1024. data/assets/uswds/img/usa-icons-unused/remove_from_queue.svg +1 -0
  1025. data/assets/uswds/img/usa-icons-unused/remove_moderator.svg +1 -0
  1026. data/assets/uswds/img/usa-icons-unused/remove_shopping_cart.svg +1 -0
  1027. data/assets/uswds/img/usa-icons-unused/reorder.svg +1 -0
  1028. data/assets/uswds/img/usa-icons-unused/repeat.svg +1 -0
  1029. data/assets/uswds/img/usa-icons-unused/repeat_on.svg +1 -0
  1030. data/assets/uswds/img/usa-icons-unused/repeat_one.svg +1 -0
  1031. data/assets/uswds/img/usa-icons-unused/repeat_one_on.svg +1 -0
  1032. data/assets/uswds/img/usa-icons-unused/replay.svg +1 -0
  1033. data/assets/uswds/img/usa-icons-unused/replay_10.svg +1 -0
  1034. data/assets/uswds/img/usa-icons-unused/replay_30.svg +1 -0
  1035. data/assets/uswds/img/usa-icons-unused/replay_5.svg +1 -0
  1036. data/assets/uswds/img/usa-icons-unused/replay_circle_filled.svg +1 -0
  1037. data/assets/uswds/img/usa-icons-unused/reply.svg +1 -0
  1038. data/assets/uswds/img/usa-icons-unused/reply_all.svg +1 -0
  1039. data/assets/uswds/img/usa-icons-unused/report_off.svg +1 -0
  1040. data/assets/uswds/img/usa-icons-unused/report_problem.svg +1 -0
  1041. data/assets/uswds/img/usa-icons-unused/request_page.svg +1 -0
  1042. data/assets/uswds/img/usa-icons-unused/request_quote.svg +1 -0
  1043. data/assets/uswds/img/usa-icons-unused/reset_tv.svg +1 -0
  1044. data/assets/uswds/img/usa-icons-unused/restaurant_menu.svg +1 -0
  1045. data/assets/uswds/img/usa-icons-unused/restore.svg +1 -0
  1046. data/assets/uswds/img/usa-icons-unused/restore_from_trash.svg +1 -0
  1047. data/assets/uswds/img/usa-icons-unused/restore_page.svg +1 -0
  1048. data/assets/uswds/img/usa-icons-unused/rice_bowl.svg +1 -0
  1049. data/assets/uswds/img/usa-icons-unused/ring_volume.svg +1 -0
  1050. data/assets/uswds/img/usa-icons-unused/roofing.svg +1 -0
  1051. data/assets/uswds/img/usa-icons-unused/room.svg +1 -0
  1052. data/assets/uswds/img/usa-icons-unused/room_preferences.svg +1 -0
  1053. data/assets/uswds/img/usa-icons-unused/room_service.svg +1 -0
  1054. data/assets/uswds/img/usa-icons-unused/rotate_90_degrees_ccw.svg +1 -0
  1055. data/assets/uswds/img/usa-icons-unused/rotate_left.svg +1 -0
  1056. data/assets/uswds/img/usa-icons-unused/rotate_right.svg +1 -0
  1057. data/assets/uswds/img/usa-icons-unused/rounded_corner.svg +1 -0
  1058. data/assets/uswds/img/usa-icons-unused/router.svg +1 -0
  1059. data/assets/uswds/img/usa-icons-unused/rowing.svg +1 -0
  1060. data/assets/uswds/img/usa-icons-unused/rtt.svg +1 -0
  1061. data/assets/uswds/img/usa-icons-unused/rule.svg +1 -0
  1062. data/assets/uswds/img/usa-icons-unused/rule_folder.svg +1 -0
  1063. data/assets/uswds/img/usa-icons-unused/run_circle.svg +1 -0
  1064. data/assets/uswds/img/usa-icons-unused/rv_hookup.svg +1 -0
  1065. data/assets/uswds/img/usa-icons-unused/satellite.svg +1 -0
  1066. data/assets/uswds/img/usa-icons-unused/save.svg +1 -0
  1067. data/assets/uswds/img/usa-icons-unused/saved_search.svg +1 -0
  1068. data/assets/uswds/img/usa-icons-unused/scanner.svg +1 -0
  1069. data/assets/uswds/img/usa-icons-unused/scatter_plot.svg +1 -0
  1070. data/assets/uswds/img/usa-icons-unused/schedule_send.svg +1 -0
  1071. data/assets/uswds/img/usa-icons-unused/score.svg +1 -0
  1072. data/assets/uswds/img/usa-icons-unused/screen_lock_landscape.svg +1 -0
  1073. data/assets/uswds/img/usa-icons-unused/screen_lock_portrait.svg +1 -0
  1074. data/assets/uswds/img/usa-icons-unused/screen_lock_rotation.svg +1 -0
  1075. data/assets/uswds/img/usa-icons-unused/screen_rotation.svg +1 -0
  1076. data/assets/uswds/img/usa-icons-unused/screen_search_desktop.svg +1 -0
  1077. data/assets/uswds/img/usa-icons-unused/screen_share.svg +1 -0
  1078. data/assets/uswds/img/usa-icons-unused/sd.svg +1 -0
  1079. data/assets/uswds/img/usa-icons-unused/sd_card.svg +1 -0
  1080. data/assets/uswds/img/usa-icons-unused/sd_storage.svg +1 -0
  1081. data/assets/uswds/img/usa-icons-unused/search_off.svg +1 -0
  1082. data/assets/uswds/img/usa-icons-unused/segment.svg +1 -0
  1083. data/assets/uswds/img/usa-icons-unused/select_all.svg +1 -0
  1084. data/assets/uswds/img/usa-icons-unused/self_improvement.svg +1 -0
  1085. data/assets/uswds/img/usa-icons-unused/send_and_archive.svg +1 -0
  1086. data/assets/uswds/img/usa-icons-unused/send_to_mobile.svg +1 -0
  1087. data/assets/uswds/img/usa-icons-unused/sensor_door.svg +1 -0
  1088. data/assets/uswds/img/usa-icons-unused/sensor_window.svg +1 -0
  1089. data/assets/uswds/img/usa-icons-unused/sentiment_very_satisfied.svg +1 -0
  1090. data/assets/uswds/img/usa-icons-unused/set_meal.svg +1 -0
  1091. data/assets/uswds/img/usa-icons-unused/settings_applications.svg +1 -0
  1092. data/assets/uswds/img/usa-icons-unused/settings_backup_restore.svg +1 -0
  1093. data/assets/uswds/img/usa-icons-unused/settings_bluetooth.svg +1 -0
  1094. data/assets/uswds/img/usa-icons-unused/settings_brightness.svg +1 -0
  1095. data/assets/uswds/img/usa-icons-unused/settings_cell.svg +1 -0
  1096. data/assets/uswds/img/usa-icons-unused/settings_ethernet.svg +1 -0
  1097. data/assets/uswds/img/usa-icons-unused/settings_input_antenna.svg +1 -0
  1098. data/assets/uswds/img/usa-icons-unused/settings_input_component.svg +1 -0
  1099. data/assets/uswds/img/usa-icons-unused/settings_input_composite.svg +1 -0
  1100. data/assets/uswds/img/usa-icons-unused/settings_input_hdmi.svg +1 -0
  1101. data/assets/uswds/img/usa-icons-unused/settings_input_svideo.svg +1 -0
  1102. data/assets/uswds/img/usa-icons-unused/settings_overscan.svg +1 -0
  1103. data/assets/uswds/img/usa-icons-unused/settings_phone.svg +1 -0
  1104. data/assets/uswds/img/usa-icons-unused/settings_power.svg +1 -0
  1105. data/assets/uswds/img/usa-icons-unused/settings_remote.svg +1 -0
  1106. data/assets/uswds/img/usa-icons-unused/settings_system_daydream.svg +1 -0
  1107. data/assets/uswds/img/usa-icons-unused/settings_voice.svg +1 -0
  1108. data/assets/uswds/img/usa-icons-unused/shop.svg +1 -0
  1109. data/assets/uswds/img/usa-icons-unused/shop_two.svg +1 -0
  1110. data/assets/uswds/img/usa-icons-unused/shopping_bag.svg +1 -0
  1111. data/assets/uswds/img/usa-icons-unused/shopping_cart.svg +1 -0
  1112. data/assets/uswds/img/usa-icons-unused/short_text.svg +1 -0
  1113. data/assets/uswds/img/usa-icons-unused/show_chart.svg +1 -0
  1114. data/assets/uswds/img/usa-icons-unused/shuffle.svg +1 -0
  1115. data/assets/uswds/img/usa-icons-unused/shuffle_on.svg +1 -0
  1116. data/assets/uswds/img/usa-icons-unused/shutter_speed.svg +1 -0
  1117. data/assets/uswds/img/usa-icons-unused/sick.svg +1 -0
  1118. data/assets/uswds/img/usa-icons-unused/signal_cellular_0_bar.svg +1 -0
  1119. data/assets/uswds/img/usa-icons-unused/signal_cellular_4_bar.svg +1 -0
  1120. data/assets/uswds/img/usa-icons-unused/signal_cellular_alt.svg +1 -0
  1121. data/assets/uswds/img/usa-icons-unused/signal_cellular_connected_no_internet_4_bar.svg +1 -0
  1122. data/assets/uswds/img/usa-icons-unused/signal_cellular_no_sim.svg +1 -0
  1123. data/assets/uswds/img/usa-icons-unused/signal_cellular_null.svg +1 -0
  1124. data/assets/uswds/img/usa-icons-unused/signal_cellular_off.svg +1 -0
  1125. data/assets/uswds/img/usa-icons-unused/signal_wifi_0_bar.svg +1 -0
  1126. data/assets/uswds/img/usa-icons-unused/signal_wifi_4_bar.svg +1 -0
  1127. data/assets/uswds/img/usa-icons-unused/signal_wifi_4_bar_lock.svg +1 -0
  1128. data/assets/uswds/img/usa-icons-unused/signal_wifi_off.svg +1 -0
  1129. data/assets/uswds/img/usa-icons-unused/sim_card.svg +1 -0
  1130. data/assets/uswds/img/usa-icons-unused/sim_card_alert.svg +1 -0
  1131. data/assets/uswds/img/usa-icons-unused/single_bed.svg +1 -0
  1132. data/assets/uswds/img/usa-icons-unused/skip_next.svg +1 -0
  1133. data/assets/uswds/img/usa-icons-unused/skip_previous.svg +1 -0
  1134. data/assets/uswds/img/usa-icons-unused/slideshow.svg +1 -0
  1135. data/assets/uswds/img/usa-icons-unused/slow_motion_video.svg +1 -0
  1136. data/assets/uswds/img/usa-icons-unused/smart_button.svg +1 -0
  1137. data/assets/uswds/img/usa-icons-unused/smartphone.svg +1 -0
  1138. data/assets/uswds/img/usa-icons-unused/smoke_free.svg +1 -0
  1139. data/assets/uswds/img/usa-icons-unused/smoking_rooms.svg +1 -0
  1140. data/assets/uswds/img/usa-icons-unused/sms.svg +1 -0
  1141. data/assets/uswds/img/usa-icons-unused/sms_failed.svg +1 -0
  1142. data/assets/uswds/img/usa-icons-unused/snippet_folder.svg +1 -0
  1143. data/assets/uswds/img/usa-icons-unused/snooze.svg +1 -0
  1144. data/assets/uswds/img/usa-icons-unused/sort.svg +1 -0
  1145. data/assets/uswds/img/usa-icons-unused/sort_by_alpha.svg +1 -0
  1146. data/assets/uswds/img/usa-icons-unused/source.svg +1 -0
  1147. data/assets/uswds/img/usa-icons-unused/south.svg +1 -0
  1148. data/assets/uswds/img/usa-icons-unused/south_east.svg +1 -0
  1149. data/assets/uswds/img/usa-icons-unused/south_west.svg +1 -0
  1150. data/assets/uswds/img/usa-icons-unused/spa.svg +1 -0
  1151. data/assets/uswds/img/usa-icons-unused/space_bar.svg +1 -0
  1152. data/assets/uswds/img/usa-icons-unused/speaker.svg +1 -0
  1153. data/assets/uswds/img/usa-icons-unused/speaker_group.svg +1 -0
  1154. data/assets/uswds/img/usa-icons-unused/speaker_notes.svg +1 -0
  1155. data/assets/uswds/img/usa-icons-unused/speaker_notes_off.svg +1 -0
  1156. data/assets/uswds/img/usa-icons-unused/speaker_phone.svg +1 -0
  1157. data/assets/uswds/img/usa-icons-unused/speed.svg +1 -0
  1158. data/assets/uswds/img/usa-icons-unused/sports.svg +1 -0
  1159. data/assets/uswds/img/usa-icons-unused/sports_bar.svg +1 -0
  1160. data/assets/uswds/img/usa-icons-unused/sports_baseball.svg +1 -0
  1161. data/assets/uswds/img/usa-icons-unused/sports_basketball.svg +1 -0
  1162. data/assets/uswds/img/usa-icons-unused/sports_cricket.svg +1 -0
  1163. data/assets/uswds/img/usa-icons-unused/sports_esports.svg +1 -0
  1164. data/assets/uswds/img/usa-icons-unused/sports_football.svg +1 -0
  1165. data/assets/uswds/img/usa-icons-unused/sports_golf.svg +1 -0
  1166. data/assets/uswds/img/usa-icons-unused/sports_handball.svg +1 -0
  1167. data/assets/uswds/img/usa-icons-unused/sports_hockey.svg +1 -0
  1168. data/assets/uswds/img/usa-icons-unused/sports_kabaddi.svg +1 -0
  1169. data/assets/uswds/img/usa-icons-unused/sports_mma.svg +1 -0
  1170. data/assets/uswds/img/usa-icons-unused/sports_motorsports.svg +1 -0
  1171. data/assets/uswds/img/usa-icons-unused/sports_rugby.svg +1 -0
  1172. data/assets/uswds/img/usa-icons-unused/sports_soccer.svg +1 -0
  1173. data/assets/uswds/img/usa-icons-unused/sports_tennis.svg +1 -0
  1174. data/assets/uswds/img/usa-icons-unused/sports_volleyball.svg +1 -0
  1175. data/assets/uswds/img/usa-icons-unused/square_foot.svg +1 -0
  1176. data/assets/uswds/img/usa-icons-unused/stacked_bar_chart.svg +1 -0
  1177. data/assets/uswds/img/usa-icons-unused/stacked_line_chart.svg +1 -0
  1178. data/assets/uswds/img/usa-icons-unused/stairs.svg +1 -0
  1179. data/assets/uswds/img/usa-icons-unused/star_border.svg +1 -0
  1180. data/assets/uswds/img/usa-icons-unused/star_rate.svg +1 -0
  1181. data/assets/uswds/img/usa-icons-unused/stars.svg +1 -0
  1182. data/assets/uswds/img/usa-icons-unused/stay_current_landscape.svg +1 -0
  1183. data/assets/uswds/img/usa-icons-unused/stay_current_portrait.svg +1 -0
  1184. data/assets/uswds/img/usa-icons-unused/stay_primary_landscape.svg +1 -0
  1185. data/assets/uswds/img/usa-icons-unused/stay_primary_portrait.svg +1 -0
  1186. data/assets/uswds/img/usa-icons-unused/sticky_note_2.svg +1 -0
  1187. data/assets/uswds/img/usa-icons-unused/stop.svg +1 -0
  1188. data/assets/uswds/img/usa-icons-unused/stop_circle.svg +1 -0
  1189. data/assets/uswds/img/usa-icons-unused/stop_screen_share.svg +1 -0
  1190. data/assets/uswds/img/usa-icons-unused/storage.svg +1 -0
  1191. data/assets/uswds/img/usa-icons-unused/store_mall_directory.svg +1 -0
  1192. data/assets/uswds/img/usa-icons-unused/storefront.svg +1 -0
  1193. data/assets/uswds/img/usa-icons-unused/straighten.svg +1 -0
  1194. data/assets/uswds/img/usa-icons-unused/stream.svg +1 -0
  1195. data/assets/uswds/img/usa-icons-unused/streetview.svg +1 -0
  1196. data/assets/uswds/img/usa-icons-unused/strikethrough_s.svg +1 -0
  1197. data/assets/uswds/img/usa-icons-unused/stroller.svg +1 -0
  1198. data/assets/uswds/img/usa-icons-unused/style.svg +1 -0
  1199. data/assets/uswds/img/usa-icons-unused/subdirectory_arrow_left.svg +1 -0
  1200. data/assets/uswds/img/usa-icons-unused/subdirectory_arrow_right.svg +1 -0
  1201. data/assets/uswds/img/usa-icons-unused/subject.svg +1 -0
  1202. data/assets/uswds/img/usa-icons-unused/subscript.svg +1 -0
  1203. data/assets/uswds/img/usa-icons-unused/subscriptions.svg +1 -0
  1204. data/assets/uswds/img/usa-icons-unused/subtitles.svg +1 -0
  1205. data/assets/uswds/img/usa-icons-unused/subtitles_off.svg +1 -0
  1206. data/assets/uswds/img/usa-icons-unused/subway.svg +1 -0
  1207. data/assets/uswds/img/usa-icons-unused/superscript.svg +1 -0
  1208. data/assets/uswds/img/usa-icons-unused/supervised_user_circle.svg +1 -0
  1209. data/assets/uswds/img/usa-icons-unused/supervisor_account.svg +1 -0
  1210. data/assets/uswds/img/usa-icons-unused/surround_sound.svg +1 -0
  1211. data/assets/uswds/img/usa-icons-unused/swap_calls.svg +1 -0
  1212. data/assets/uswds/img/usa-icons-unused/swap_horiz.svg +1 -0
  1213. data/assets/uswds/img/usa-icons-unused/swap_horizontal_circle.svg +1 -0
  1214. data/assets/uswds/img/usa-icons-unused/swap_vert.svg +1 -0
  1215. data/assets/uswds/img/usa-icons-unused/swap_vertical_circle.svg +1 -0
  1216. data/assets/uswds/img/usa-icons-unused/swipe.svg +1 -0
  1217. data/assets/uswds/img/usa-icons-unused/switch_account.svg +1 -0
  1218. data/assets/uswds/img/usa-icons-unused/switch_camera.svg +1 -0
  1219. data/assets/uswds/img/usa-icons-unused/switch_left.svg +1 -0
  1220. data/assets/uswds/img/usa-icons-unused/switch_right.svg +1 -0
  1221. data/assets/uswds/img/usa-icons-unused/switch_video.svg +1 -0
  1222. data/assets/uswds/img/usa-icons-unused/sync.svg +1 -0
  1223. data/assets/uswds/img/usa-icons-unused/sync_alt.svg +1 -0
  1224. data/assets/uswds/img/usa-icons-unused/sync_disabled.svg +1 -0
  1225. data/assets/uswds/img/usa-icons-unused/sync_problem.svg +1 -0
  1226. data/assets/uswds/img/usa-icons-unused/system_update.svg +1 -0
  1227. data/assets/uswds/img/usa-icons-unused/system_update_alt.svg +1 -0
  1228. data/assets/uswds/img/usa-icons-unused/tab.svg +1 -0
  1229. data/assets/uswds/img/usa-icons-unused/tab_unselected.svg +1 -0
  1230. data/assets/uswds/img/usa-icons-unused/table_chart.svg +1 -0
  1231. data/assets/uswds/img/usa-icons-unused/table_rows.svg +1 -0
  1232. data/assets/uswds/img/usa-icons-unused/table_view.svg +1 -0
  1233. data/assets/uswds/img/usa-icons-unused/tablet.svg +1 -0
  1234. data/assets/uswds/img/usa-icons-unused/tablet_android.svg +1 -0
  1235. data/assets/uswds/img/usa-icons-unused/tablet_mac.svg +1 -0
  1236. data/assets/uswds/img/usa-icons-unused/tag.svg +1 -0
  1237. data/assets/uswds/img/usa-icons-unused/tag_faces.svg +1 -0
  1238. data/assets/uswds/img/usa-icons-unused/takeout_dining.svg +1 -0
  1239. data/assets/uswds/img/usa-icons-unused/tap_and_play.svg +1 -0
  1240. data/assets/uswds/img/usa-icons-unused/tapas.svg +1 -0
  1241. data/assets/uswds/img/usa-icons-unused/taxi_alert.svg +1 -0
  1242. data/assets/uswds/img/usa-icons-unused/terrain.svg +1 -0
  1243. data/assets/uswds/img/usa-icons-unused/text_format.svg +1 -0
  1244. data/assets/uswds/img/usa-icons-unused/text_rotate_up.svg +1 -0
  1245. data/assets/uswds/img/usa-icons-unused/text_rotate_vertical.svg +1 -0
  1246. data/assets/uswds/img/usa-icons-unused/text_rotation_angledown.svg +1 -0
  1247. data/assets/uswds/img/usa-icons-unused/text_rotation_angleup.svg +1 -0
  1248. data/assets/uswds/img/usa-icons-unused/text_rotation_down.svg +1 -0
  1249. data/assets/uswds/img/usa-icons-unused/text_rotation_none.svg +1 -0
  1250. data/assets/uswds/img/usa-icons-unused/text_snippet.svg +1 -0
  1251. data/assets/uswds/img/usa-icons-unused/textsms.svg +1 -0
  1252. data/assets/uswds/img/usa-icons-unused/texture.svg +1 -0
  1253. data/assets/uswds/img/usa-icons-unused/theater_comedy.svg +1 -0
  1254. data/assets/uswds/img/usa-icons-unused/theaters.svg +1 -0
  1255. data/assets/uswds/img/usa-icons-unused/thumb_down.svg +1 -0
  1256. data/assets/uswds/img/usa-icons-unused/thumb_down_alt.svg +1 -0
  1257. data/assets/uswds/img/usa-icons-unused/thumb_up.svg +1 -0
  1258. data/assets/uswds/img/usa-icons-unused/thumb_up_off_alt.svg +1 -0
  1259. data/assets/uswds/img/usa-icons-unused/thumbs_up_down.svg +1 -0
  1260. data/assets/uswds/img/usa-icons-unused/time_to_leave.svg +1 -0
  1261. data/assets/uswds/img/usa-icons-unused/timelapse.svg +1 -0
  1262. data/assets/uswds/img/usa-icons-unused/timeline.svg +1 -0
  1263. data/assets/uswds/img/usa-icons-unused/timer_10.svg +1 -0
  1264. data/assets/uswds/img/usa-icons-unused/timer_3.svg +1 -0
  1265. data/assets/uswds/img/usa-icons-unused/timer_off.svg +1 -0
  1266. data/assets/uswds/img/usa-icons-unused/title.svg +1 -0
  1267. data/assets/uswds/img/usa-icons-unused/toc.svg +1 -0
  1268. data/assets/uswds/img/usa-icons-unused/today.svg +1 -0
  1269. data/assets/uswds/img/usa-icons-unused/toll.svg +1 -0
  1270. data/assets/uswds/img/usa-icons-unused/tonality.svg +1 -0
  1271. data/assets/uswds/img/usa-icons-unused/touch_app.svg +1 -0
  1272. data/assets/uswds/img/usa-icons-unused/tour.svg +1 -0
  1273. data/assets/uswds/img/usa-icons-unused/toys.svg +1 -0
  1274. data/assets/uswds/img/usa-icons-unused/track_changes.svg +1 -0
  1275. data/assets/uswds/img/usa-icons-unused/traffic.svg +1 -0
  1276. data/assets/uswds/img/usa-icons-unused/train.svg +1 -0
  1277. data/assets/uswds/img/usa-icons-unused/tram.svg +1 -0
  1278. data/assets/uswds/img/usa-icons-unused/transfer_within_a_station.svg +1 -0
  1279. data/assets/uswds/img/usa-icons-unused/transform.svg +1 -0
  1280. data/assets/uswds/img/usa-icons-unused/transit_enterexit.svg +1 -0
  1281. data/assets/uswds/img/usa-icons-unused/trending_flat.svg +1 -0
  1282. data/assets/uswds/img/usa-icons-unused/trip_origin.svg +1 -0
  1283. data/assets/uswds/img/usa-icons-unused/tty.svg +1 -0
  1284. data/assets/uswds/img/usa-icons-unused/tune.svg +1 -0
  1285. data/assets/uswds/img/usa-icons-unused/turned_in.svg +1 -0
  1286. data/assets/uswds/img/usa-icons-unused/turned_in_not.svg +1 -0
  1287. data/assets/uswds/img/usa-icons-unused/tv.svg +1 -0
  1288. data/assets/uswds/img/usa-icons-unused/tv_off.svg +1 -0
  1289. data/assets/uswds/img/usa-icons-unused/two_wheeler.svg +1 -0
  1290. data/assets/uswds/img/usa-icons-unused/umbrella.svg +1 -0
  1291. data/assets/uswds/img/usa-icons-unused/unarchive.svg +1 -0
  1292. data/assets/uswds/img/usa-icons-unused/unpublished.svg +1 -0
  1293. data/assets/uswds/img/usa-icons-unused/unsubscribe.svg +1 -0
  1294. data/assets/uswds/img/usa-icons-unused/update_disabled.svg +1 -0
  1295. data/assets/uswds/img/usa-icons-unused/upgrade.svg +1 -0
  1296. data/assets/uswds/img/usa-icons-unused/usb.svg +1 -0
  1297. data/assets/uswds/img/usa-icons-unused/vertical_align_bottom.svg +1 -0
  1298. data/assets/uswds/img/usa-icons-unused/vertical_align_center.svg +1 -0
  1299. data/assets/uswds/img/usa-icons-unused/vertical_align_top.svg +1 -0
  1300. data/assets/uswds/img/usa-icons-unused/vertical_distribute.svg +1 -0
  1301. data/assets/uswds/img/usa-icons-unused/vertical_split.svg +1 -0
  1302. data/assets/uswds/img/usa-icons-unused/vibration.svg +1 -0
  1303. data/assets/uswds/img/usa-icons-unused/video_call.svg +1 -0
  1304. data/assets/uswds/img/usa-icons-unused/video_label.svg +1 -0
  1305. data/assets/uswds/img/usa-icons-unused/video_library.svg +1 -0
  1306. data/assets/uswds/img/usa-icons-unused/video_settings.svg +1 -0
  1307. data/assets/uswds/img/usa-icons-unused/videocam.svg +1 -0
  1308. data/assets/uswds/img/usa-icons-unused/videocam_off.svg +1 -0
  1309. data/assets/uswds/img/usa-icons-unused/videogame_asset.svg +1 -0
  1310. data/assets/uswds/img/usa-icons-unused/view_agenda.svg +1 -0
  1311. data/assets/uswds/img/usa-icons-unused/view_array.svg +1 -0
  1312. data/assets/uswds/img/usa-icons-unused/view_carousel.svg +1 -0
  1313. data/assets/uswds/img/usa-icons-unused/view_column.svg +1 -0
  1314. data/assets/uswds/img/usa-icons-unused/view_comfy.svg +1 -0
  1315. data/assets/uswds/img/usa-icons-unused/view_compact.svg +1 -0
  1316. data/assets/uswds/img/usa-icons-unused/view_day.svg +1 -0
  1317. data/assets/uswds/img/usa-icons-unused/view_headline.svg +1 -0
  1318. data/assets/uswds/img/usa-icons-unused/view_in_ar.svg +1 -0
  1319. data/assets/uswds/img/usa-icons-unused/view_list.svg +1 -0
  1320. data/assets/uswds/img/usa-icons-unused/view_module.svg +1 -0
  1321. data/assets/uswds/img/usa-icons-unused/view_quilt.svg +1 -0
  1322. data/assets/uswds/img/usa-icons-unused/view_sidebar.svg +1 -0
  1323. data/assets/uswds/img/usa-icons-unused/view_stream.svg +1 -0
  1324. data/assets/uswds/img/usa-icons-unused/view_week.svg +1 -0
  1325. data/assets/uswds/img/usa-icons-unused/vignette.svg +1 -0
  1326. data/assets/uswds/img/usa-icons-unused/voice_chat.svg +1 -0
  1327. data/assets/uswds/img/usa-icons-unused/voice_over_off.svg +1 -0
  1328. data/assets/uswds/img/usa-icons-unused/voicemail.svg +1 -0
  1329. data/assets/uswds/img/usa-icons-unused/volume_down.svg +1 -0
  1330. data/assets/uswds/img/usa-icons-unused/volume_mute.svg +1 -0
  1331. data/assets/uswds/img/usa-icons-unused/volume_up.svg +1 -0
  1332. data/assets/uswds/img/usa-icons-unused/volunteer_activism.svg +1 -0
  1333. data/assets/uswds/img/usa-icons-unused/vpn_key.svg +1 -0
  1334. data/assets/uswds/img/usa-icons-unused/vpn_lock.svg +1 -0
  1335. data/assets/uswds/img/usa-icons-unused/wallpaper.svg +1 -0
  1336. data/assets/uswds/img/usa-icons-unused/watch.svg +1 -0
  1337. data/assets/uswds/img/usa-icons-unused/watch_later.svg +1 -0
  1338. data/assets/uswds/img/usa-icons-unused/water_damage.svg +1 -0
  1339. data/assets/uswds/img/usa-icons-unused/waterfall_chart.svg +1 -0
  1340. data/assets/uswds/img/usa-icons-unused/waves.svg +1 -0
  1341. data/assets/uswds/img/usa-icons-unused/wb_auto.svg +1 -0
  1342. data/assets/uswds/img/usa-icons-unused/wb_cloudy.svg +1 -0
  1343. data/assets/uswds/img/usa-icons-unused/wb_incandescent.svg +1 -0
  1344. data/assets/uswds/img/usa-icons-unused/wb_iridescent.svg +1 -0
  1345. data/assets/uswds/img/usa-icons-unused/wb_shade.svg +1 -0
  1346. data/assets/uswds/img/usa-icons-unused/wb_sunny.svg +1 -0
  1347. data/assets/uswds/img/usa-icons-unused/wb_twighlight.svg +1 -0
  1348. data/assets/uswds/img/usa-icons-unused/wc.svg +1 -0
  1349. data/assets/uswds/img/usa-icons-unused/web.svg +1 -0
  1350. data/assets/uswds/img/usa-icons-unused/web_asset.svg +1 -0
  1351. data/assets/uswds/img/usa-icons-unused/weekend.svg +1 -0
  1352. data/assets/uswds/img/usa-icons-unused/west.svg +1 -0
  1353. data/assets/uswds/img/usa-icons-unused/whatshot.svg +1 -0
  1354. data/assets/uswds/img/usa-icons-unused/wheelchair_pickup.svg +1 -0
  1355. data/assets/uswds/img/usa-icons-unused/where_to_vote.svg +1 -0
  1356. data/assets/uswds/img/usa-icons-unused/widgets.svg +1 -0
  1357. data/assets/uswds/img/usa-icons-unused/wifi_calling.svg +1 -0
  1358. data/assets/uswds/img/usa-icons-unused/wifi_lock.svg +1 -0
  1359. data/assets/uswds/img/usa-icons-unused/wifi_off.svg +1 -0
  1360. data/assets/uswds/img/usa-icons-unused/wifi_protected_setup.svg +1 -0
  1361. data/assets/uswds/img/usa-icons-unused/wifi_tethering.svg +1 -0
  1362. data/assets/uswds/img/usa-icons-unused/wine_bar.svg +1 -0
  1363. data/assets/uswds/img/usa-icons-unused/work_off.svg +1 -0
  1364. data/assets/uswds/img/usa-icons-unused/work_outline.svg +1 -0
  1365. data/assets/uswds/img/usa-icons-unused/workspaces_filled.svg +1 -0
  1366. data/assets/uswds/img/usa-icons-unused/workspaces_outline.svg +1 -0
  1367. data/assets/uswds/img/usa-icons-unused/wrap_text.svg +1 -0
  1368. data/assets/uswds/img/usa-icons-unused/wrong_location.svg +1 -0
  1369. data/assets/uswds/img/usa-icons-unused/wysiwyg.svg +1 -0
  1370. data/assets/uswds/img/usa-icons-unused/youtube_searched_for.svg +1 -0
  1371. data/assets/uswds/img/usa-icons/accessibility_new.svg +1 -0
  1372. data/assets/uswds/img/usa-icons/accessible_forward.svg +1 -0
  1373. data/assets/uswds/img/usa-icons/account_balance.svg +1 -0
  1374. data/assets/uswds/img/usa-icons/account_box.svg +1 -0
  1375. data/assets/uswds/img/usa-icons/account_circle.svg +1 -0
  1376. data/assets/uswds/img/usa-icons/add.svg +1 -0
  1377. data/assets/uswds/img/usa-icons/add_circle.svg +1 -0
  1378. data/assets/uswds/img/usa-icons/add_circle_outline.svg +1 -0
  1379. data/assets/uswds/img/usa-icons/alarm.svg +1 -0
  1380. data/assets/uswds/img/usa-icons/alternate_email.svg +1 -0
  1381. data/assets/uswds/img/usa-icons/announcement.svg +1 -0
  1382. data/assets/uswds/img/usa-icons/api.svg +1 -0
  1383. data/assets/uswds/img/usa-icons/arrow_back.svg +1 -0
  1384. data/assets/uswds/img/usa-icons/arrow_downward.svg +1 -0
  1385. data/assets/uswds/img/usa-icons/arrow_drop_down.svg +1 -0
  1386. data/assets/uswds/img/usa-icons/arrow_drop_up.svg +1 -0
  1387. data/assets/uswds/img/usa-icons/arrow_forward.svg +1 -0
  1388. data/assets/uswds/img/usa-icons/arrow_upward.svg +1 -0
  1389. data/assets/uswds/img/usa-icons/assessment.svg +1 -0
  1390. data/assets/uswds/img/usa-icons/attach_file.svg +1 -0
  1391. data/assets/uswds/img/usa-icons/attach_money.svg +1 -0
  1392. data/assets/uswds/img/usa-icons/autorenew.svg +1 -0
  1393. data/assets/uswds/img/usa-icons/backpack.svg +1 -0
  1394. data/assets/uswds/img/usa-icons/bathtub.svg +1 -0
  1395. data/assets/uswds/img/usa-icons/bedding.svg +1 -0
  1396. data/assets/uswds/img/usa-icons/bookmark.svg +1 -0
  1397. data/assets/uswds/img/usa-icons/bug_report.svg +1 -0
  1398. data/assets/uswds/img/usa-icons/build.svg +1 -0
  1399. data/assets/uswds/img/usa-icons/calendar_today.svg +1 -0
  1400. data/assets/uswds/img/usa-icons/campaign.svg +1 -0
  1401. data/assets/uswds/img/usa-icons/camping.svg +1 -0
  1402. data/assets/uswds/img/usa-icons/cancel.svg +1 -0
  1403. data/assets/uswds/img/usa-icons/chat.svg +1 -0
  1404. data/assets/uswds/img/usa-icons/check.svg +1 -0
  1405. data/assets/uswds/img/usa-icons/check_box_outline_blank.svg +1 -0
  1406. data/assets/uswds/img/usa-icons/check_circle.svg +1 -0
  1407. data/assets/uswds/img/usa-icons/check_circle_outline.svg +1 -0
  1408. data/assets/uswds/img/usa-icons/checkroom.svg +1 -0
  1409. data/assets/uswds/img/usa-icons/chevron_left.svg +1 -0
  1410. data/assets/uswds/img/usa-icons/chevron_right.svg +1 -0
  1411. data/assets/uswds/img/usa-icons/clean_hands.svg +1 -0
  1412. data/assets/uswds/img/usa-icons/close.svg +1 -0
  1413. data/assets/uswds/img/usa-icons/closed_caption.svg +1 -0
  1414. data/assets/uswds/img/usa-icons/clothes.svg +1 -0
  1415. data/assets/uswds/img/usa-icons/cloud.svg +1 -0
  1416. data/assets/uswds/img/usa-icons/code.svg +1 -0
  1417. data/assets/uswds/img/usa-icons/comment.svg +1 -0
  1418. data/assets/uswds/img/usa-icons/connect_without_contact.svg +1 -0
  1419. data/assets/uswds/img/usa-icons/construction.svg +1 -0
  1420. data/assets/uswds/img/usa-icons/construction_worker.svg +1 -0
  1421. data/assets/uswds/img/usa-icons/contact_page.svg +1 -0
  1422. data/assets/uswds/img/usa-icons/content_copy.svg +1 -0
  1423. data/assets/uswds/img/usa-icons/coronavirus.svg +1 -0
  1424. data/assets/uswds/img/usa-icons/credit_card.svg +1 -0
  1425. data/assets/uswds/img/usa-icons/deck.svg +1 -0
  1426. data/assets/uswds/img/usa-icons/delete.svg +1 -0
  1427. data/assets/uswds/img/usa-icons/device_thermostat.svg +1 -0
  1428. data/assets/uswds/img/usa-icons/directions.svg +1 -0
  1429. data/assets/uswds/img/usa-icons/directions_bike.svg +1 -0
  1430. data/assets/uswds/img/usa-icons/directions_bus.svg +1 -0
  1431. data/assets/uswds/img/usa-icons/directions_car.svg +1 -0
  1432. data/assets/uswds/img/usa-icons/directions_walk.svg +1 -0
  1433. data/assets/uswds/img/usa-icons/do_not_disturb.svg +1 -0
  1434. data/assets/uswds/img/usa-icons/do_not_touch.svg +1 -0
  1435. data/assets/uswds/img/usa-icons/drag_handle.svg +1 -0
  1436. data/assets/uswds/img/usa-icons/eco.svg +1 -0
  1437. data/assets/uswds/img/usa-icons/edit.svg +1 -0
  1438. data/assets/uswds/img/usa-icons/electrical_services.svg +1 -0
  1439. data/assets/uswds/img/usa-icons/emoji_events.svg +1 -0
  1440. data/assets/uswds/img/usa-icons/error.svg +1 -0
  1441. data/assets/uswds/img/usa-icons/error_outline.svg +1 -0
  1442. data/assets/uswds/img/usa-icons/event.svg +1 -0
  1443. data/assets/uswds/img/usa-icons/expand_less.svg +1 -0
  1444. data/assets/uswds/img/usa-icons/expand_more.svg +1 -0
  1445. data/assets/uswds/img/usa-icons/facebook.svg +1 -0
  1446. data/assets/uswds/img/usa-icons/fast_forward.svg +1 -0
  1447. data/assets/uswds/img/usa-icons/fast_rewind.svg +1 -0
  1448. data/assets/uswds/img/usa-icons/favorite.svg +1 -0
  1449. data/assets/uswds/img/usa-icons/favorite_border.svg +1 -0
  1450. data/assets/uswds/img/usa-icons/file_download.svg +1 -0
  1451. data/assets/uswds/img/usa-icons/file_present.svg +1 -0
  1452. data/assets/uswds/img/usa-icons/file_upload.svg +1 -0
  1453. data/assets/uswds/img/usa-icons/filter_alt.svg +1 -0
  1454. data/assets/uswds/img/usa-icons/filter_list.svg +1 -0
  1455. data/assets/uswds/img/usa-icons/fingerprint.svg +1 -0
  1456. data/assets/uswds/img/usa-icons/first_page.svg +1 -0
  1457. data/assets/uswds/img/usa-icons/flag.svg +1 -0
  1458. data/assets/uswds/img/usa-icons/flickr.svg +1 -0
  1459. data/assets/uswds/img/usa-icons/flight.svg +1 -0
  1460. data/assets/uswds/img/usa-icons/flooding.svg +1 -0
  1461. data/assets/uswds/img/usa-icons/folder.svg +1 -0
  1462. data/assets/uswds/img/usa-icons/folder_open.svg +1 -0
  1463. data/assets/uswds/img/usa-icons/format_quote.svg +1 -0
  1464. data/assets/uswds/img/usa-icons/format_size.svg +1 -0
  1465. data/assets/uswds/img/usa-icons/forum.svg +1 -0
  1466. data/assets/uswds/img/usa-icons/github.svg +1 -0
  1467. data/assets/uswds/img/usa-icons/grid_view.svg +1 -0
  1468. data/assets/uswds/img/usa-icons/group_add.svg +1 -0
  1469. data/assets/uswds/img/usa-icons/groups.svg +1 -0
  1470. data/assets/uswds/img/usa-icons/hearing.svg +1 -0
  1471. data/assets/uswds/img/usa-icons/help.svg +1 -0
  1472. data/assets/uswds/img/usa-icons/help_outline.svg +1 -0
  1473. data/assets/uswds/img/usa-icons/highlight_off.svg +1 -0
  1474. data/assets/uswds/img/usa-icons/history.svg +1 -0
  1475. data/assets/uswds/img/usa-icons/home.svg +1 -0
  1476. data/assets/uswds/img/usa-icons/hospital.svg +1 -0
  1477. data/assets/uswds/img/usa-icons/hotel.svg +1 -0
  1478. data/assets/uswds/img/usa-icons/hourglass_empty.svg +1 -0
  1479. data/assets/uswds/img/usa-icons/hurricane.svg +1 -0
  1480. data/assets/uswds/img/usa-icons/identification.svg +1 -0
  1481. data/assets/uswds/img/usa-icons/image.svg +1 -0
  1482. data/assets/uswds/img/usa-icons/info.svg +1 -0
  1483. data/assets/uswds/img/usa-icons/info_outline.svg +1 -0
  1484. data/assets/uswds/img/usa-icons/insights.svg +1 -0
  1485. data/assets/uswds/img/usa-icons/instagram.svg +1 -0
  1486. data/assets/uswds/img/usa-icons/keyboard.svg +1 -0
  1487. data/assets/uswds/img/usa-icons/label.svg +1 -0
  1488. data/assets/uswds/img/usa-icons/language.svg +1 -0
  1489. data/assets/uswds/img/usa-icons/last_page.svg +1 -0
  1490. data/assets/uswds/img/usa-icons/launch.svg +1 -0
  1491. data/assets/uswds/img/usa-icons/lightbulb.svg +1 -0
  1492. data/assets/uswds/img/usa-icons/lightbulb_outline.svg +1 -0
  1493. data/assets/uswds/img/usa-icons/link.svg +1 -0
  1494. data/assets/uswds/img/usa-icons/link_off.svg +1 -0
  1495. data/assets/uswds/img/usa-icons/list.svg +1 -0
  1496. data/assets/uswds/img/usa-icons/local_cafe.svg +1 -0
  1497. data/assets/uswds/img/usa-icons/local_fire_department.svg +1 -0
  1498. data/assets/uswds/img/usa-icons/local_gas_station.svg +1 -0
  1499. data/assets/uswds/img/usa-icons/local_grocery_store.svg +1 -0
  1500. data/assets/uswds/img/usa-icons/local_hospital.svg +1 -0
  1501. data/assets/uswds/img/usa-icons/local_laundry_service.svg +1 -0
  1502. data/assets/uswds/img/usa-icons/local_library.svg +1 -0
  1503. data/assets/uswds/img/usa-icons/local_offer.svg +1 -0
  1504. data/assets/uswds/img/usa-icons/local_parking.svg +1 -0
  1505. data/assets/uswds/img/usa-icons/local_pharmacy.svg +1 -0
  1506. data/assets/uswds/img/usa-icons/local_police.svg +1 -0
  1507. data/assets/uswds/img/usa-icons/local_taxi.svg +1 -0
  1508. data/assets/uswds/img/usa-icons/location_city.svg +1 -0
  1509. data/assets/uswds/img/usa-icons/location_on.svg +1 -0
  1510. data/assets/uswds/img/usa-icons/lock.svg +1 -0
  1511. data/assets/uswds/img/usa-icons/lock_open.svg +1 -0
  1512. data/assets/uswds/img/usa-icons/lock_outline.svg +1 -0
  1513. data/assets/uswds/img/usa-icons/login.svg +1 -0
  1514. data/assets/uswds/img/usa-icons/logout.svg +1 -0
  1515. data/assets/uswds/img/usa-icons/loop.svg +1 -0
  1516. data/assets/uswds/img/usa-icons/mail.svg +1 -0
  1517. data/assets/uswds/img/usa-icons/mail_outline.svg +1 -0
  1518. data/assets/uswds/img/usa-icons/map.svg +1 -0
  1519. data/assets/uswds/img/usa-icons/masks.svg +1 -0
  1520. data/assets/uswds/img/usa-icons/medical_services.svg +1 -0
  1521. data/assets/uswds/img/usa-icons/menu.svg +1 -0
  1522. data/assets/uswds/img/usa-icons/military_tech.svg +1 -0
  1523. data/assets/uswds/img/usa-icons/more_horiz.svg +1 -0
  1524. data/assets/uswds/img/usa-icons/more_vert.svg +1 -0
  1525. data/assets/uswds/img/usa-icons/my_location.svg +1 -0
  1526. data/assets/uswds/img/usa-icons/navigate_before.svg +1 -0
  1527. data/assets/uswds/img/usa-icons/navigate_far_before.svg +1 -0
  1528. data/assets/uswds/img/usa-icons/navigate_far_next.svg +1 -0
  1529. data/assets/uswds/img/usa-icons/navigate_next.svg +1 -0
  1530. data/assets/uswds/img/usa-icons/near_me.svg +1 -0
  1531. data/assets/uswds/img/usa-icons/notifications.svg +1 -0
  1532. data/assets/uswds/img/usa-icons/notifications_active.svg +1 -0
  1533. data/assets/uswds/img/usa-icons/notifications_none.svg +1 -0
  1534. data/assets/uswds/img/usa-icons/notifications_off.svg +1 -0
  1535. data/assets/uswds/img/usa-icons/park.svg +1 -0
  1536. data/assets/uswds/img/usa-icons/people.svg +1 -0
  1537. data/assets/uswds/img/usa-icons/person.svg +1 -0
  1538. data/assets/uswds/img/usa-icons/pets.svg +1 -0
  1539. data/assets/uswds/img/usa-icons/phone.svg +1 -0
  1540. data/assets/uswds/img/usa-icons/photo_camera.svg +1 -0
  1541. data/assets/uswds/img/usa-icons/print.svg +1 -0
  1542. data/assets/uswds/img/usa-icons/priority_high.svg +1 -0
  1543. data/assets/uswds/img/usa-icons/public.svg +1 -0
  1544. data/assets/uswds/img/usa-icons/push_pin.svg +1 -0
  1545. data/assets/uswds/img/usa-icons/radio_button_unchecked.svg +1 -0
  1546. data/assets/uswds/img/usa-icons/rain.svg +1 -0
  1547. data/assets/uswds/img/usa-icons/reduce_capacity.svg +1 -0
  1548. data/assets/uswds/img/usa-icons/remove.svg +1 -0
  1549. data/assets/uswds/img/usa-icons/remove_red_eye.svg +1 -0
  1550. data/assets/uswds/img/usa-icons/report.svg +1 -0
  1551. data/assets/uswds/img/usa-icons/restaurant.svg +1 -0
  1552. data/assets/uswds/img/usa-icons/rss_feed.svg +1 -0
  1553. data/assets/uswds/img/usa-icons/safety_divider.svg +1 -0
  1554. data/assets/uswds/img/usa-icons/sanitizer.svg +1 -0
  1555. data/assets/uswds/img/usa-icons/save_alt.svg +1 -0
  1556. data/assets/uswds/img/usa-icons/schedule.svg +1 -0
  1557. data/assets/uswds/img/usa-icons/school.svg +1 -0
  1558. data/assets/uswds/img/usa-icons/science.svg +1 -0
  1559. data/assets/uswds/img/usa-icons/search.svg +1 -0
  1560. data/assets/uswds/img/usa-icons/security.svg +1 -0
  1561. data/assets/uswds/img/usa-icons/send.svg +1 -0
  1562. data/assets/uswds/img/usa-icons/sentiment_dissatisfied.svg +1 -0
  1563. data/assets/uswds/img/usa-icons/sentiment_neutral.svg +1 -0
  1564. data/assets/uswds/img/usa-icons/sentiment_satisfied.svg +1 -0
  1565. data/assets/uswds/img/usa-icons/sentiment_satisfied_alt.svg +1 -0
  1566. data/assets/uswds/img/usa-icons/sentiment_very_dissatisfied.svg +1 -0
  1567. data/assets/uswds/img/usa-icons/settings.svg +1 -0
  1568. data/assets/uswds/img/usa-icons/severe_weather.svg +1 -0
  1569. data/assets/uswds/img/usa-icons/share.svg +1 -0
  1570. data/assets/uswds/img/usa-icons/shield.svg +1 -0
  1571. data/assets/uswds/img/usa-icons/shopping_basket.svg +1 -0
  1572. data/assets/uswds/img/usa-icons/snow.svg +1 -0
  1573. data/assets/uswds/img/usa-icons/soap.svg +1 -0
  1574. data/assets/uswds/img/usa-icons/social_distance.svg +1 -0
  1575. data/assets/uswds/img/usa-icons/sort_arrow.svg +1 -0
  1576. data/assets/uswds/img/usa-icons/spellcheck.svg +1 -0
  1577. data/assets/uswds/img/usa-icons/star.svg +1 -0
  1578. data/assets/uswds/img/usa-icons/star_half.svg +1 -0
  1579. data/assets/uswds/img/usa-icons/star_outline.svg +1 -0
  1580. data/assets/uswds/img/usa-icons/store.svg +1 -0
  1581. data/assets/uswds/img/usa-icons/support.svg +1 -0
  1582. data/assets/uswds/img/usa-icons/support_agent.svg +1 -0
  1583. data/assets/uswds/img/usa-icons/text_fields.svg +1 -0
  1584. data/assets/uswds/img/usa-icons/thumb_down_off_alt.svg +1 -0
  1585. data/assets/uswds/img/usa-icons/thumb_up_alt.svg +1 -0
  1586. data/assets/uswds/img/usa-icons/timer.svg +1 -0
  1587. data/assets/uswds/img/usa-icons/toggle_off.svg +1 -0
  1588. data/assets/uswds/img/usa-icons/toggle_on.svg +1 -0
  1589. data/assets/uswds/img/usa-icons/topic.svg +1 -0
  1590. data/assets/uswds/img/usa-icons/tornado.svg +1 -0
  1591. data/assets/uswds/img/usa-icons/translate.svg +1 -0
  1592. data/assets/uswds/img/usa-icons/trending_down.svg +1 -0
  1593. data/assets/uswds/img/usa-icons/trending_up.svg +1 -0
  1594. data/assets/uswds/img/usa-icons/twitter.svg +1 -0
  1595. data/assets/uswds/img/usa-icons/undo.svg +1 -0
  1596. data/assets/uswds/img/usa-icons/unfold_less.svg +1 -0
  1597. data/assets/uswds/img/usa-icons/unfold_more.svg +1 -0
  1598. data/assets/uswds/img/usa-icons/update.svg +1 -0
  1599. data/assets/uswds/img/usa-icons/upload_file.svg +1 -0
  1600. data/assets/uswds/img/usa-icons/verified.svg +1 -0
  1601. data/assets/uswds/img/usa-icons/verified_user.svg +1 -0
  1602. data/assets/uswds/img/usa-icons/visibility.svg +1 -0
  1603. data/assets/uswds/img/usa-icons/visibility_off.svg +1 -0
  1604. data/assets/uswds/img/usa-icons/volume_off.svg +1 -0
  1605. data/assets/uswds/img/usa-icons/warning.svg +1 -0
  1606. data/assets/uswds/img/usa-icons/wash.svg +1 -0
  1607. data/assets/uswds/img/usa-icons/wifi.svg +1 -0
  1608. data/assets/uswds/img/usa-icons/work.svg +1 -0
  1609. data/assets/uswds/img/usa-icons/youtube.svg +1 -0
  1610. data/assets/uswds/img/usa-icons/zoom_in.svg +1 -0
  1611. data/assets/uswds/img/usa-icons/zoom_out.svg +1 -0
  1612. data/assets/uswds/img/usa-icons/zoom_out_map.svg +1 -0
  1613. data/assets/uswds/js/uswds-init.js +40 -0
  1614. data/assets/uswds/js/uswds-init.min.js +2 -0
  1615. data/assets/uswds/js/uswds-init.min.js.map +1 -0
  1616. data/assets/uswds/js/uswds.js +290 -50
  1617. data/assets/uswds/js/uswds.min.js +1 -1
  1618. data/assets/uswds/js/uswds.min.js.map +1 -1
  1619. metadata +1564 -3
@@ -7,7 +7,7 @@
7
7
  ========================================
8
8
  ========================================
9
9
  ----------------------------------------
10
- USWDS 2.9.0
10
+ USWDS 2.10.1
11
11
  ----------------------------------------
12
12
  GENERAL SETTINGS
13
13
  ----------------------------------------
@@ -7,7 +7,7 @@
7
7
  ========================================
8
8
  ========================================
9
9
  ----------------------------------------
10
- USWDS 2.9.0
10
+ USWDS 2.10.1
11
11
  ----------------------------------------
12
12
  SPACING SETTINGS
13
13
  ----------------------------------------
@@ -7,7 +7,7 @@
7
7
  ========================================
8
8
  ========================================
9
9
  ----------------------------------------
10
- USWDS 2.9.0
10
+ USWDS 2.10.1
11
11
  ----------------------------------------
12
12
  TYPOGRAPHY SETTINGS
13
13
  ----------------------------------------
@@ -167,7 +167,7 @@ $theme-font-type-lang: false;
167
167
  $theme-font-type-mono: "roboto-mono";
168
168
 
169
169
  // sans-serif
170
- $theme-font-type-sans: "public-sans";
170
+ $theme-font-type-sans: "source-sans-pro";
171
171
 
172
172
  // serif
173
173
  $theme-font-type-serif: "merriweather";
@@ -7,7 +7,7 @@
7
7
  ========================================
8
8
  ========================================
9
9
  ----------------------------------------
10
- USWDS 2.9.0
10
+ USWDS 2.10.1
11
11
  ----------------------------------------
12
12
  UTILITIES SETTINGS
13
13
  ----------------------------------------
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="126" height="126" viewBox="0 0 126 126">
3
+ <path fill="#f2f3f4" d="M117.18,31.592 C111.585,22.006 103.995,14.416 94.409,8.821 C84.821,3.226 74.354,0.429 63.001,0.429 C51.649,0.429 41.18,3.226 31.593,8.821 C22.006,14.415 14.416,22.005 8.821,31.592 C3.225,41.179 0.428,51.649 0.428,63 C0.428,74.351 3.226,84.82 8.82,94.408 C14.415,103.992 22.005,111.584 31.592,117.179 C41.179,122.774 51.648,125.571 63,125.571 C74.352,125.571 84.822,122.774 94.408,117.179 C103.994,111.585 111.584,103.994 117.179,94.408 C122.773,84.82 125.57,74.35 125.57,63 C125.57,51.649 122.773,41.178 117.18,31.592 Z M73.43,102.025 C73.43,102.786 73.184,103.423 72.696,103.939 C72.208,104.455 71.61,104.712 70.903,104.712 L55.26,104.712 C54.554,104.712 53.929,104.441 53.386,103.898 C52.843,103.355 52.572,102.73 52.572,102.025 L52.572,86.546 C52.572,85.84 52.843,85.215 53.386,84.672 C53.929,84.129 54.554,83.858 55.26,83.858 L70.903,83.858 C71.61,83.858 72.209,84.116 72.696,84.631 C73.184,85.149 73.43,85.785 73.43,86.546 L73.43,102.025 Z M73.266,73.999 C73.211,74.542 72.927,75.018 72.412,75.425 C71.895,75.832 71.258,76.035 70.498,76.035 L55.425,76.035 C54.664,76.035 54.012,75.832 53.469,75.425 C52.926,75.018 52.654,74.542 52.654,73.999 L51.269,23.404 C51.269,22.751 51.54,22.263 52.083,21.937 C52.627,21.503 53.279,21.285 54.039,21.285 L71.965,21.285 C72.726,21.285 73.377,21.502 73.92,21.937 C74.463,22.263 74.733,22.752 74.733,23.404 L73.266,73.999 Z"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#ffffff" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg class="icon icon--instagram" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"><path d="M22.059 10.78a11.242 11.242 0 00-11.26 11.26 11.242 11.242 0 0011.26 11.259c6.232 0 11.26-5.027 11.26-11.26 0-6.232-5.028-11.26-11.26-11.26zm0 18.58c-4.028 0-7.32-3.283-7.32-7.32a7.327 7.327 0 017.32-7.321 7.327 7.327 0 017.32 7.32c0 4.038-3.293 7.32-7.32 7.32zm14.346-19.041a2.62 2.62 0 01-2.626 2.626 2.626 2.626 0 112.626-2.626zm7.458 2.665c-.167-3.518-.97-6.634-3.548-9.201C37.748 1.215 34.632.412 31.114.235 27.488.03 16.62.03 12.994.235c-3.508.167-6.624.97-9.202 3.538C1.215 6.34.422 9.457.245 12.975.039 16.6.039 27.468.245 31.094c.167 3.518.97 6.634 3.547 9.202 2.578 2.567 5.684 3.37 9.202 3.547 3.626.206 14.494.206 18.12 0 3.518-.166 6.634-.97 9.201-3.547 2.568-2.568 3.371-5.684 3.548-9.202.206-3.626.206-14.484 0-18.11zm-4.684 22a7.411 7.411 0 01-4.175 4.175c-2.89 1.147-9.75.882-12.945.882-3.195 0-10.064.255-12.945-.882a7.411 7.411 0 01-4.175-4.175c-1.147-2.89-.882-9.75-.882-12.945 0-3.194-.255-10.064.882-12.945a7.411 7.411 0 014.175-4.175c2.89-1.146 9.75-.882 12.945-.882 3.194 0 10.064-.254 12.945.882a7.411 7.411 0 014.175 4.175c1.146 2.89.882 9.75.882 12.945 0 3.195.264 10.064-.882 12.945z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 24 24" id="accessibility_new" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/></symbol><symbol viewBox="0 0 24 24" id="accessible_forward" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="17" cy="4.54" r="2"/><path d="M14 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C17.42 8.5 16.44 7 14.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L7.22 10l1.92.53L9.79 9H12l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H17v5h2v-5.5c0-1.1-.9-2-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="account_balance" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M4 10h3v7H4zM10.5 10h3v7h-3zM2 19h20v3H2zM17 10h3v7h-3zM12 1L2 6v2h20V6z"/></symbol><symbol viewBox="0 0 24 24" id="account_box" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 5v14a2 2 0 002 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5a2 2 0 00-2 2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6v-1z"/></symbol><symbol viewBox="0 0 24 24" id="account_circle" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2a7.2 7.2 0 01-6-3.22c.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08a7.2 7.2 0 01-6 3.22z"/></symbol><symbol viewBox="0 0 24 24" id="add" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></symbol><symbol viewBox="0 0 24 24" id="add_circle" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/></symbol><symbol viewBox="0 0 24 24" id="add_circle_outline" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="alarm" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9a9 9 0 000-18zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/></symbol><symbol viewBox="0 0 24 24" id="alternate_email" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></symbol><symbol viewBox="0 0 24 24" id="announcement" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"/></symbol><symbol viewBox="0 0 24 24" id="api" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M14 12l-2 2-2-2 2-2 2 2zm-2-6l2.12 2.12 2.5-2.5L12 1 7.38 5.62l2.5 2.5L12 6zm-6 6l2.12-2.12-2.5-2.5L1 12l4.62 4.62 2.5-2.5L6 12zm12 0l-2.12 2.12 2.5 2.5L23 12l-4.62-4.62-2.5 2.5L18 12zm-6 6l-2.12-2.12-2.5 2.5L12 23l4.62-4.62-2.5-2.5L12 18z"/></symbol><symbol viewBox="0 0 24 24" id="arrow_back" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></symbol><symbol viewBox="0 0 24 24" id="arrow_downward" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/></symbol><symbol viewBox="0 0 24 24" id="arrow_drop_down" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M7 10l5 5 5-5z"/></symbol><symbol viewBox="0 0 24 24" id="arrow_drop_up" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M7 14l5-5 5 5z"/></symbol><symbol viewBox="0 0 24 24" id="arrow_forward" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></symbol><symbol viewBox="0 0 24 24" id="arrow_upward" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="assessment" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"/></symbol><symbol viewBox="0 0 24 24" id="attach_file" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5a2.5 2.5 0 015 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 005 0V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"/></symbol><symbol viewBox="0 0 24 24" id="attach_money" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"/></symbol><symbol viewBox="0 0 24 24" id="autorenew" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.87 5.87 0 016 12c0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"/></symbol><symbol viewBox="0 0 24 24" id="backpack" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M20 8v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V8c0-1.86 1.28-3.41 3-3.86V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86zM6 12v2h10v2h2v-4H6z"/></symbol><symbol viewBox="0 0 20 20" id="bathtub" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><circle cx="6.5" cy="6.5" r="1.5"/><path d="M16 11V5.12a2.121 2.121 0 00-3.62-1.5l-.83.83c-.17-.08-.37-.12-.57-.12-.28 0-.54.08-.76.23l1.93 1.93c.14-.22.23-.48.23-.76 0-.2-.05-.39-.12-.57l.83-.83a1.118 1.118 0 011.91.79V11H9.1c-.2-.14-.38-.3-.55-.48l-.93-1.03A1.528 1.528 0 006.49 9C5.67 9 5 9.67 5 10.5v.5H3v4c0 .55.45 1 1 1v.5c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5V16c.55 0 1-.45 1-1v-4h-1z"/></symbol><symbol viewBox="0 0 24 24" id="bedding" xmlns="http://www.w3.org/2000/svg"><path d="M17 10.13a33.86 33.86 0 01-10 0 1.92 1.92 0 01-1.51-1.46 10.42 10.42 0 010-4.84 1.92 1.92 0 011.57-1.46 33.86 33.86 0 0110 0 1.9 1.9 0 011.56 1.46 10.16 10.16 0 010 4.84A1.9 1.9 0 0117 10.13zM21 22.25H7a5.25 5.25 0 010-10.5h10a3.25 3.25 0 010 6.5H7a1.25 1.25 0 010-2.5h10a.75.75 0 000-1.5H7a2.75 2.75 0 000 5.5h14a1.25 1.25 0 010 2.5z"/></symbol><symbol viewBox="0 0 24 24" id="bookmark" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="bug_report" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 8h-2.81a5.985 5.985 0 00-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"/></symbol><symbol viewBox="0 0 24 24" id="build" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0h24v24H0z" fill="none"/><path d="M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z"/></symbol><symbol viewBox="0 0 24 24" id="calendar_today" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></symbol><symbol viewBox="0 0 24 24" id="campaign" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm11.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"/></symbol><symbol viewBox="0 0 24 24" id="camping" xmlns="http://www.w3.org/2000/svg"><path d="M20 18L12 5 4 18H2v2h20v-2zm-7.95-5l2.69 5H9.36zM6.88 8.45a2.55 2.55 0 001-.93 2.6 2.6 0 01-2.21-3.94 2.71 2.71 0 00-1.31.33 2.6 2.6 0 002.52 4.54z"/></symbol><symbol viewBox="0 0 24 24" id="cancel" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/></symbol><symbol viewBox="0 0 24 24" id="chat" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"/></symbol><symbol viewBox="0 0 24 24" id="check" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></symbol><symbol viewBox="0 0 24 24" id="check_box_outline_blank" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="check_circle" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></symbol><symbol viewBox="0 0 24 24" id="check_circle_outline" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0zm0 0h24v24H0V0z" fill="none"/><path d="M16.59 7.58L10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="checkroom" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M21.6 18.2L13 11.75v-.91a3.496 3.496 0 00-.18-6.75A3.51 3.51 0 008.5 7.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .84-.69 1.52-1.53 1.5-.54-.01-.97.45-.97.99v1.76L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"/></symbol><symbol viewBox="0 0 24 24" id="chevron_left" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></symbol><symbol viewBox="0 0 24 24" id="chevron_right" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></symbol><symbol viewBox="0 0 24 24" id="clean_hands" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M16.99 5l.63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63.63-1.37M11 6.13V4h2c.57 0 1.1.17 1.55.45l1.43-1.43A4.899 4.899 0 0013 2H7.5v2H9v2.14A5.007 5.007 0 005.26 9.5h3.98L15 11.65v-.62a5 5 0 00-4-4.9zM1 22h4V11H1v11zm19-5h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9.02L14 22l8-3c-.01-1.1-.89-2-2-2zm0-3c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2z"/></symbol><symbol viewBox="0 0 24 24" id="close" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></symbol><symbol viewBox="0 0 24 24" id="closed_caption" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 4H5a2 2 0 00-2 2v12a2 2 0 002 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 7H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z"/></symbol><symbol viewBox="0 0 24 24" id="clothes" xmlns="http://www.w3.org/2000/svg"><path d="M15.7 2.37L15 2.3V4a3 3 0 01-6 0V2.3l-.7.07a7 7 0 00-6.3 7V20h3V10h1.5v12h11V10H19v10h3V9.33a7 7 0 00-6.3-6.96z"/></symbol><symbol viewBox="0 0 24 24" id="cloud" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19.35 10.04A7.49 7.49 0 0012 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 000 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"/></symbol><symbol viewBox="0 0 24 24" id="code" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/></symbol><symbol viewBox="0 0 24 24" id="comment" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/></symbol><symbol viewBox="0 0 24 24" id="connect_without_contact" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M11 14H9a9 9 0 019-9v2c-3.87 0-7 3.13-7 7zm7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3zM7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm4.45.5h-2A2.99 2.99 0 016.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.97 4.97 0 003.45-4.24zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3a2.99 2.99 0 01-2.95-2.5h-2A4.97 4.97 0 0016 19.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5z"/></symbol><symbol viewBox="0 0 20 20" id="construction" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M11.399 12.136l1.414-1.415 3.889 3.89-1.414 1.414z"/><path d="M14.23 8.98a2.5 2.5 0 002.5-2.5c0-.51-.15-.98-.42-1.38l-2.08 2.08-.71-.71 2.08-2.08c-.4-.26-.87-.42-1.38-.42a2.5 2.5 0 00-2.5 2.5c0 .32.07.63.18.91L10.69 8.6 9.64 7.54l.71-.71-1.42-1.41L10.34 4c-.78-.78-2.05-.78-2.83 0L4.69 6.83l1.06 1.06H3.62l-.35.35 2.83 2.83.35-.35.01-2.12 1.06 1.06.71-.71 1.06 1.06-4.6 4.6 1.41 1.41 7.22-7.22c.28.11.59.18.91.18z"/></symbol><symbol viewBox="0 0 24 24" id="construction_worker" xmlns="http://www.w3.org/2000/svg"><circle cx="10.5" cy="4.5" r="1.5"/><path d="M19.59 16h-1.27l-.64.71h-1.27L15.14 21h1.27l.64-.71h1.9l.64.71h1.27l-1.27-5zM14.38 12.72L14 14.19l-3.8-1.26-.1-.16.52-3.13c.93 1.37 2.15 2.11 4.6 2.11v-1.5c-2.44 0-3.09-.77-3.9-2.39a2.65 2.65 0 00-3-1.59L3.75 7.41v3.38l-1.51-.5-.48 1.42 4.35 1.45L5 20.86l2 .28 1-7.34.38.13L10 16.3V21h2v-5.3l-.49-.7 2 .67-.37 1.27 1.91.57 1.24-4.19zm-9.13-1.43v-2.7l1.57-.4-.49 3.46z"/></symbol><symbol viewBox="0 0 24 24" id="contact_page" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm-2 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0116 17.43V18z"/></symbol><symbol viewBox="0 0 24 24" id="content_copy" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></symbol><symbol viewBox="0 0 24 24" id="coronavirus" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M21.25 10.5c-.41 0-.75.34-.75.75h-1.54a6.978 6.978 0 00-1.52-3.65l1.09-1.09.01.01c.29.29.77.29 1.06 0s.29-.77 0-1.06L18.54 4.4a.754.754 0 00-1.06 0c-.29.29-.29.76-.01 1.05l-1.09 1.09a7.015 7.015 0 00-3.64-1.51V3.5h.01c.41 0 .75-.34.75-.75S13.16 2 12.75 2h-1.5c-.41 0-.75.34-.75.75s.33.74.74.75v1.55c-1.37.14-2.62.69-3.64 1.51L6.51 5.47l.01-.01c.29-.29.29-.77 0-1.06a.754.754 0 00-1.06 0L4.4 5.46c-.29.29-.29.77 0 1.06.29.29.76.29 1.05.01l1.09 1.09a6.89 6.89 0 00-1.5 3.63H3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5c0 .41.34.75.75.75s.75-.34.75-.75h1.54c.15 1.37.69 2.61 1.5 3.63l-1.09 1.09a.742.742 0 00-1.05.01c-.29.29-.29.77 0 1.06l1.06 1.06c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.01-.01 1.09-1.09c1.02.82 2.26 1.36 3.63 1.51v1.55c-.41.01-.74.34-.74.75s.34.75.75.75h1.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.01v-1.54c1.37-.14 2.62-.69 3.64-1.51l1.09 1.09c-.29.29-.28.76.01 1.05.29.29.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06a.754.754 0 00-1.06 0l-.01.01-1.09-1.09a7.025 7.025 0 001.52-3.65h1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.5c.01-.4-.33-.74-.74-.74zM13.75 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1.75-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8.5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3.5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75-4c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"/></symbol><symbol viewBox="0 0 24 24" id="credit_card" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"/></symbol><symbol viewBox="0 0 20 20" id="deck" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M17 8l-7-5-7 5h6.5v9h1V8z"/><path d="M4.92 13l-.55-3-.99.18L4 13.5V17h1v-3h2v3h1v-4zM15.63 10l-.55 3H12v4h1v-3h2v3h1v-3.5l.62-3.32z"/></symbol><symbol viewBox="0 0 24 24" id="delete" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></symbol><symbol viewBox="0 0 24 24" id="device_thermostat" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-8c0-.55.45-1 1-1s1 .45 1 1h-1v1h1v2h-1v1h1v2h-2V5z"/></symbol><symbol viewBox="0 0 24 24" id="directions" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21.71 11.29l-9-9a.996.996 0 00-1.41 0l-9 9a.996.996 0 000 1.41l9 9c.39.39 1.02.39 1.41 0l9-9a.996.996 0 000-1.41zM14 14.5V12h-4v3H8v-4c0-.55.45-1 1-1h5V7.5l3.5 3.5-3.5 3.5z"/></symbol><symbol viewBox="0 0 24 24" id="directions_bike" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10l2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4L11 14v5h2v-6.2l-2.2-2.3zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"/></symbol><symbol viewBox="0 0 24 24" id="directions_bus" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M4 16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6H6V6h12v5z"/></symbol><symbol viewBox="0 0 24 24" id="directions_car" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/></symbol><symbol viewBox="0 0 24 24" id="directions_walk" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9L7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L6 8.3V13h2V9.6l1.8-.7"/></symbol><symbol viewBox="0 0 24 24" id="do_not_disturb" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31A7.902 7.902 0 0112 20zm6.31-3.1L7.1 5.69A7.902 7.902 0 0112 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"/></symbol><symbol viewBox="0 0 24 24" id="do_not_touch" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M13 10.17l-2.5-2.5V2.25a1.25 1.25 0 012.5 0v7.92zm7 2.58v-7.5a1.25 1.25 0 00-2.5 0V11h-1V3.25a1.25 1.25 0 00-2.5 0v7.92l6 6v-4.42zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zm3.5 5.92l-2.5-2.5V2.25a1.25 1.25 0 012.5 0v7.92zm7 2.58v-7.5a1.25 1.25 0 00-2.5 0V11h-1V3.25a1.25 1.25 0 00-2.5 0v7.92l6 6v-4.42zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zm11.69 16.94L2.81 2.81 1.39 4.22l5.63 5.63L7 9.83v4.3c-1.11-.64-2.58-1.47-2.6-1.48-.17-.09-.34-.14-.54-.14-.26 0-.5.09-.7.26-.04.01-1.16 1.11-1.16 1.11l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.65-.52l-.02-.02 1.15 1.15 1.41-1.42z"/></symbol><symbol viewBox="0 0 24 24" id="drag_handle" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M20 9H4v2h16V9zM4 15h16v-2H4v2z"/></symbol><symbol viewBox="0 0 20 20" id="eco" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M5.53 7.04a5.242 5.242 0 00-.01 7.41c1.11-2.55 3.07-4.68 5.53-5.95A11.984 11.984 0 007 15.49c1.95.92 4.35.59 5.96-1.03C15.57 11.86 16 4 16 4s-7.86.43-10.47 3.04z"/></symbol><symbol viewBox="0 0 24 24" id="edit" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a.996.996 0 000-1.41l-2.34-2.34a.996.996 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></symbol><symbol viewBox="0 0 20 20" id="electrical_services" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M16 11.5c0-.28-.22-.5-.5-.5H14v1h1.5c.28 0 .5-.22.5-.5zM15.5 14H14v1h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zM9 11v1H8v2h1v1c0 .55.45 1 1 1h3v-6h-3c-.55 0-1 .45-1 1zM6.75 9h.75a2.5 2.5 0 000-5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h2C8.33 5 9 5.67 9 6.5S8.33 8 7.5 8h-.75C5.23 8 4 9.23 4 10.75s1.23 2.75 2.75 2.75H7v-1h-.25c-.97 0-1.75-.78-1.75-1.75S5.78 9 6.75 9z"/></symbol><symbol viewBox="0 0 20 20" id="emoji_events" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M15 6h-2V5H7v1H5c-.55 0-1 .45-1 1v1c0 1.66 1.34 3 3 3h.18a2.993 2.993 0 002.32 1.95V15H7v1h6v-1h-2.5v-2.05c1.08-.18 1.96-.94 2.32-1.95H13c1.66 0 3-1.34 3-3V7c0-.55-.45-1-1-1zm-8 4c-1.1 0-2-.9-2-2V7h2v3zm8-2c0 1.1-.9 2-2 2V7h2v1z"/></symbol><symbol viewBox="0 0 24 24" id="error" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></symbol><symbol viewBox="0 0 24 24" id="error_outline" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="event" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19a2 2 0 002 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"/></symbol><symbol viewBox="0 0 24 24" id="expand_less" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/></symbol><symbol viewBox="0 0 24 24" id="expand_more" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></symbol><symbol viewBox="0 0 24 24" id="facebook" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"/></symbol><symbol viewBox="0 0 24 24" id="fast_forward" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M4 18l8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"/></symbol><symbol viewBox="0 0 24 24" id="fast_rewind" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11 18V6l-8.5 6 8.5 6zm.5-6l8.5 6V6l-8.5 6z"/></symbol><symbol viewBox="0 0 24 24" id="favorite" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></symbol><symbol viewBox="0 0 24 24" id="favorite_border" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"/></symbol><symbol viewBox="0 0 24 24" id="file_download" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></symbol><symbol viewBox="0 0 24 24" id="file_present" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V7l-5-5zM6 20V4h8v4h4v12H6zm10-10v5c0 2.21-1.79 4-4 4s-4-1.79-4-4V8.5a2.5 2.5 0 012.76-2.49c1.3.13 2.24 1.32 2.24 2.63V15h-2V8.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V15c0 1.1.9 2 2 2s2-.9 2-2v-5h2z"/></symbol><symbol viewBox="0 0 24 24" id="file_upload" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"/></symbol><symbol viewBox="0 0 24 24" id="filter_alt" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24m0 24H0" fill="none"/><path d="M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0018.95 4H5.04c-.83 0-1.3.95-.79 1.61z"/><path d="M0 0h24v24H0V0z" fill="none"/></symbol><symbol viewBox="0 0 24 24" id="filter_list" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"/></symbol><symbol viewBox="0 0 24 24" id="fingerprint" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2a.506.506 0 01.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67a.49.49 0 01-.44.28zM3.5 9.72a.499.499 0 01-.41-.79c.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25a.5.5 0 01-.12.7c-.23.16-.54.11-.7-.12a9.388 9.388 0 00-3.39-2.94c-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07a.47.47 0 01-.35-.15c-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1a7.297 7.297 0 01-2.17-5.22c0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29a11.14 11.14 0 01-.73-3.96c0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"/></symbol><symbol viewBox="0 0 24 24" id="first_page" xmlns="http://www.w3.org/2000/svg"><path d="M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"/><path d="M24 24H0V0h24v24z" fill="none"/></symbol><symbol viewBox="0 0 24 24" id="flag" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"/></symbol><symbol viewBox="0 0 24 24" id="flickr" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zM8.15 15.08A3.08 3.08 0 1111.22 12a3.07 3.07 0 01-3.07 3.08zm7.7 0A3.08 3.08 0 1118.92 12a3.07 3.07 0 01-3.07 3.08z"/></symbol><symbol viewBox="0 0 24 24" id="flight" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/></symbol><symbol viewBox="0 0 24 24" id="flooding" xmlns="http://www.w3.org/2000/svg"><path d="M17 18.16a6 6 0 00-2.95.8 4.08 4.08 0 01-2.05.6 3.81 3.81 0 01-2-.56 5.84 5.84 0 00-5.9 0 4.05 4.05 0 01-2 .6v2a6 6 0 003-.8 4.05 4.05 0 011.9-.69 3.87 3.87 0 012.05.6 5.84 5.84 0 005.9 0 4.08 4.08 0 012.05-.6 3.81 3.81 0 012.05.6 5.9 5.9 0 002.95.8v-2a3.81 3.81 0 01-2-.51 6 6 0 00-3-.84zM20 14.51a6.8 6.8 0 00-2-.71V10h3l-9-7-9 7h3v3.8a6.8 6.8 0 00-1.95.71 4.15 4.15 0 01-2 .6v1.95a6.07 6.07 0 003-.8 3.8 3.8 0 014.1 0 5.87 5.87 0 002.95.8 6 6 0 002.95-.8 3.8 3.8 0 014.1 0 5.9 5.9 0 002.95.8v-1.95a3.81 3.81 0 01-2.1-.6zm-9.95 0V11h4v3.54a4.19 4.19 0 01-2 .57 3.8 3.8 0 01-2.05-.57z"/></symbol><symbol viewBox="0 0 24 24" id="folder" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="folder_open" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"/></symbol><symbol viewBox="0 0 24 24" id="format_quote" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"/></symbol><symbol viewBox="0 0 24 24" id="format_size" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"/></symbol><symbol viewBox="0 0 24 24" id="forum" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"/></symbol><symbol viewBox="0 0 24 24" id="github" xmlns="http://www.w3.org/2000/svg"><defs><style>.drcls-1{fill-rule:evenodd}</style></defs><path id="drGithub" class="drcls-1" d="M12 2a10 10 0 00-3.16 19.49c.5.09.68-.22.68-.48v-1.7C6.73 19.91 6.14 18 6.14 18A2.69 2.69 0 005 16.5c-.91-.62.07-.61.07-.61a2.13 2.13 0 011.53 1 2.14 2.14 0 002.91.83 2.16 2.16 0 01.63-1.34c-2.14-.21-4.52-1.07-4.52-4.9a3.89 3.89 0 011-2.69 3.57 3.57 0 01.1-2.64s.84-.27 2.75 1a9.63 9.63 0 015 0c1.91-1.29 2.75-1 2.75-1a3.57 3.57 0 01.1 2.64 3.89 3.89 0 011 2.69c0 3.84-2.34 4.68-4.57 4.93a2.39 2.39 0 01.68 1.85v2.75c0 .33.18.58.69.48A10 10 0 0012 2z"/></symbol><symbol viewBox="0 0 24 24" id="grid_view" xmlns="http://www.w3.org/2000/svg"><g fill-rule="evenodd"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z"/></g></symbol><symbol viewBox="0 0 24 24" id="group_add" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z"/></symbol><symbol viewBox="0 0 24 24" id="groups" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V18H6v-1.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91zM4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58A2.01 2.01 0 000 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85A6.95 6.95 0 0020 14c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"/></symbol><symbol viewBox="0 0 24 24" id="hearing" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55A3.999 3.999 0 0021 18h-2c0 1.1-.9 2-2 2zM7.64 2.64L6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36zM11.5 9a2.5 2.5 0 005 0 2.5 2.5 0 00-5 0z"/></symbol><symbol viewBox="0 0 24 24" id="help" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"/></symbol><symbol viewBox="0 0 24 24" id="help_outline" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"/></symbol><symbol viewBox="0 0 24 24" id="highlight_off" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="history" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M13 3a9 9 0 00-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.954 8.954 0 0013 21a9 9 0 000-18zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"/></symbol><symbol viewBox="0 0 24 24" id="home" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></symbol><symbol viewBox="0 0 24 24" id="hospital" xmlns="http://www.w3.org/2000/svg"><path d="M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm-3 14h-2v-4h-4v4H8V7h2v4h4V7h2z"/></symbol><symbol viewBox="0 0 24 24" id="hotel" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"/></symbol><symbol viewBox="0 0 24 24" id="hourglass_empty" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5l-4-4V4h8v3.5l-4 4z"/></symbol><symbol viewBox="0 0 24 24" id="hurricane" xmlns="http://www.w3.org/2000/svg"><path d="M19 12a7 7 0 00-6.34-7 27.32 27.32 0 012.21-2.09.44.44 0 00-.29-.78 10.62 10.62 0 00-9.17 7.5 4.26 4.26 0 00-.15.47v.06A7.18 7.18 0 005 12a7 7 0 006.35 7 27.71 27.71 0 01-2.21 2.1.44.44 0 00.29.78 10.65 10.65 0 009.23-7.69v-.14c0-.05.05-.13.07-.2A6.76 6.76 0 0019 12zm-7 3.5a3.5 3.5 0 113.5-3.5 3.5 3.5 0 01-3.5 3.5z"/></symbol><symbol viewBox="0 0 24 24" id="identification" xmlns="http://www.w3.org/2000/svg"><path d="M11 14.14C11 13.38 9.33 13 8.5 13S6 13.38 6 14.14V15h5z"/><circle cx="8.5" cy="10.5" r="1.5"/><path d="M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm-7 13H4V7h9zm7 0h-5v-2h5zm0-4h-5v-2h5zm0-4h-5V7h5z"/></symbol><symbol viewBox="0 0 24 24" id="image" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/></symbol><symbol viewBox="0 0 24 24" id="info" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></symbol><symbol viewBox="0 0 24 24" id="info_outline" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11 7h2v2h-2V7zm0 4h2v6h-2v-6zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></symbol><symbol viewBox="0 0 20 20" id="insights" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M12.5 8l.79-1.72L15 5.5l-1.71-.78L12.5 3l-.76 1.72L10 5.5l1.74.78zM4 10l.4-1.6L6 8l-1.6-.4L4 6l-.4 1.6L2 8l1.6.4z"/><path d="M16.5 6c-1.07 0-1.84 1.12-1.35 2.14l-3.01 3.01c-.52-.25-.99-.14-1.29 0l-1.01-1.01c.1-.19.16-.41.16-.64C10 8.67 9.33 8 8.5 8S7 8.67 7 9.5c0 .23.06.45.15.64l-3.01 3.01c-.19-.09-.41-.15-.64-.15-.83 0-1.5.67-1.5 1.5S2.67 16 3.5 16 5 15.33 5 14.5c0-.23-.06-.45-.15-.64l3.01-3.01c.52.25.99.14 1.29 0l1.01 1.01c-.1.19-.16.41-.16.64 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.23-.06-.45-.15-.64l3.01-3.01c1.03.5 2.14-.29 2.14-1.35 0-.83-.67-1.5-1.5-1.5z"/></symbol><symbol viewBox="0 0 24 24" id="instagram" xmlns="http://www.w3.org/2000/svg"><path d="M12 10a2 2 0 102 2 2 2 0 00-2-2z"/><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zm6 12.69A3.32 3.32 0 0114.69 18H9.31A3.32 3.32 0 016 14.69V9.31A3.32 3.32 0 019.31 6h5.38A3.32 3.32 0 0118 9.31z"/><path d="M16.94 9.31a2.25 2.25 0 00-2.25-2.25H9.31a2.25 2.25 0 00-2.25 2.25v5.38a2.25 2.25 0 002.25 2.25h5.38a2.25 2.25 0 002.25-2.25zM12 15.09A3.09 3.09 0 1115.09 12 3.09 3.09 0 0112 15.09zm3.77-5.75a.79.79 0 01-.55.23.83.83 0 01-.55-.23.78.78 0 010-1.11.82.82 0 01.55-.23.78.78 0 01.55 1.33z"/></symbol><symbol viewBox="0 0 24 24" id="keyboard" xmlns="http://www.w3.org/2000/svg"><path d="M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"/><path d="M0 0h24v24H0zm0 0h24v24H0z" fill="none"/></symbol><symbol viewBox="0 0 24 24" id="label" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"/></symbol><symbol viewBox="0 0 24 24" id="language" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 00-1.38-3.56A8.03 8.03 0 0118.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 015.08 16zm2.95-8H5.08a7.987 7.987 0 014.33-3.56A15.65 15.65 0 008.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 01-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"/></symbol><symbol viewBox="0 0 24 24" id="last_page" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"/></symbol><symbol viewBox="0 0 24 24" id="launch" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 19H5V5h7V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></symbol><symbol viewBox="0 0 24 24" id="lightbulb" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 21c0 .5.4 1 1 1h4c.6 0 1-.5 1-1v-1H9v1zm3-19C8.1 2 5 5.1 5 9c0 2.4 1.2 4.5 3 5.7V17c0 .5.4 1 1 1h6c.6 0 1-.5 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7z"/></symbol><symbol viewBox="0 0 24 24" id="lightbulb_outline" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2 11.7V16h-4v-2.3C8.48 12.63 7 11.53 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.49-1.51 3.65-3 4.7z"/></symbol><symbol viewBox="0 0 24 24" id="link" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></symbol><symbol viewBox="0 0 24 24" id="link_off" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.43-.98 2.63-2.31 2.98l1.46 1.46C20.88 15.61 22 13.95 22 12c0-2.76-2.24-5-5-5zm-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11A4.991 4.991 0 002 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74 3.27 3 2 4.27z"/><path d="M0 24V0" fill="none"/></symbol><symbol viewBox="0 0 24 24" id="list" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"/></symbol><symbol viewBox="0 0 24 24" id="local_cafe" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2a2 2 0 002-2V5c0-1.11-.89-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4z"/></symbol><symbol viewBox="0 0 24 24" id="local_fire_department" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M19.48 12.35c-1.57-4.08-7.16-4.3-5.81-10.23.1-.44-.37-.78-.75-.55C9.29 3.71 6.68 8 8.87 13.62c.18.46-.36.89-.75.59-1.81-1.37-2-3.34-1.84-4.75.06-.52-.62-.77-.91-.34C4.69 10.16 4 11.84 4 14.37c.38 5.6 5.11 7.32 6.81 7.54 2.43.31 5.06-.14 6.95-1.87 2.08-1.93 2.84-5.01 1.72-7.69zm-9.28 5.03c1.44-.35 2.18-1.39 2.38-2.31.33-1.43-.96-2.83-.09-5.09.33 1.87 3.27 3.04 3.27 5.08.08 2.53-2.66 4.7-5.56 2.32z"/></symbol><symbol viewBox="0 0 24 24" id="local_gas_station" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19.77 7.23l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 002.5 2.5c.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 005 0V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/></symbol><symbol viewBox="0 0 24 24" id="local_grocery_store" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0020 4H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="local_hospital" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 11h-4v4h-4v-4H6v-4h4V6h4v4h4v4z"/></symbol><symbol viewBox="0 0 24 24" id="local_laundry_service" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M9.17 16.83a4.008 4.008 0 005.66 0 4.008 4.008 0 000-5.66l-5.66 5.66zM18 2.01L6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM7 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"/></symbol><symbol viewBox="0 0 24 24" id="local_library" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 11.55C9.64 9.35 6.48 8 3 8v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55zM12 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"/></symbol><symbol viewBox="0 0 24 24" id="local_offer" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"/></symbol><symbol viewBox="0 0 24 24" id="local_parking" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"/></symbol><symbol viewBox="0 0 24 24" id="local_pharmacy" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-5 9h-3v3h-2v-3H8v-2h3V9h2v3h3v2z"/></symbol><symbol viewBox="0 0 24 24" id="local_police" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm2.5 11.59l.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59z"/></symbol><symbol viewBox="0 0 24 24" id="local_taxi" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/></symbol><symbol viewBox="0 0 24 24" id="location_city" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"/></symbol><symbol viewBox="0 0 24 24" id="location_on" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 010-5 2.5 2.5 0 010 5z"/></symbol><symbol viewBox="0 0 24 24" id="lock" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"/></symbol><symbol viewBox="0 0 24 24" id="lock_open" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z"/></symbol><symbol viewBox="0 0 24 24" id="lock_outline" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM18 20H6V10h12v10z"/></symbol><symbol viewBox="0 0 20 20" id="login" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M10 4v1h6v10h-6v1h6c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-6z"/><path d="M9.5 6.5l-.71.71 2.3 2.29H3v1h8.09l-2.3 2.29.71.71L13 10z"/></symbol><symbol viewBox="0 0 24 24" id="logout" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z"/></symbol><symbol viewBox="0 0 24 24" id="loop" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0020 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 004 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/></symbol><symbol viewBox="0 0 24 24" id="mail" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></symbol><symbol viewBox="0 0 24 24" id="mail_outline" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/></symbol><symbol viewBox="0 0 24 24" id="map" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"/></symbol><symbol viewBox="0 0 24 24" id="masks" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6A2.5 2.5 0 002 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5A2.5 2.5 0 0019.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zm17 0c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48z"/></symbol><symbol viewBox="0 0 20 20" id="medical_services" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M16 6h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v2H4c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM8 4h4v2H8V4zm4.5 8h-2v2h-1v-2h-2v-1h2V9h1v2h2v1z"/></symbol><symbol viewBox="0 0 24 24" id="menu" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></symbol><symbol viewBox="0 0 20 20" id="military_tech" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M13.16 13.29l-2.27-.19-.56-1.31 2.45-1.63c.14-.1.22-.26.22-.43V3H7v6.73c0 .17.08.32.22.42l2.45 1.63-.56 1.31-2.27.19 1.72 1.49L8.05 17 10 15.82 11.95 17l-.52-2.22 1.73-1.49zM9.5 4h1v6.46l-.5.34-.5-.33V4z"/></symbol><symbol viewBox="0 0 24 24" id="more_horiz" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="more_vert" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="my_location" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3A8.994 8.994 0 0013 3.06V1h-2v2.06A8.994 8.994 0 003.06 11H1v2h2.06A8.994 8.994 0 0011 20.94V23h2v-2.06A8.994 8.994 0 0020.94 13H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/></symbol><symbol viewBox="0 0 24 24" id="navigate_before" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></symbol><symbol viewBox="0 0 24 24" id="navigate_far_before" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path fill="#000" fill-rule="nonzero" d="M11.41 7.41L10 6l-6 6 6 6 1.41-1.41L6.83 12zM19.41 7.41L18 6l-6 6 6 6 1.41-1.41L14.83 12z"/></g></symbol><symbol viewBox="0 0 24 24" id="navigate_far_next" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><g fill="#000" fill-rule="nonzero"><path d="M14 6l-1.41 1.41L17.17 12l-4.58 4.59L14 18l6-6zM6 6L4.59 7.41 9.17 12l-4.58 4.59L6 18l6-6z"/></g></g></symbol><symbol viewBox="0 0 24 24" id="navigate_next" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></symbol><symbol viewBox="0 0 24 24" id="near_me" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M21 3L3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z"/></symbol><symbol viewBox="0 0 24 24" id="notifications" xmlns="http://www.w3.org/2000/svg"><path d="M12 22c1.1 0 2-.9 2-2h-4a2 2 0 002 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="notifications_active" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.58 4.08L6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2a8.445 8.445 0 013.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43a8.495 8.495 0 013.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z"/></symbol><symbol viewBox="0 0 24 24" id="notifications_none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"/></symbol><symbol viewBox="0 0 24 24" id="notifications_off" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 18.69L7.84 6.14 5.27 3.49 4 4.76l2.8 2.8v.01c-.52.99-.8 2.16-.8 3.42v5l-2 2v1h13.73l2 2L21 19.72l-1-1.03zM12 22c1.11 0 2-.89 2-2h-4c0 1.11.89 2 2 2zm6-7.32V11c0-3.08-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.15.03-.29.08-.42.12-.1.03-.2.07-.3.11h-.01c-.01 0-.01 0-.02.01-.23.09-.46.2-.68.31 0 0-.01 0-.01.01L18 14.68z"/></symbol><symbol viewBox="0 0 20 20" id="park" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M13 10h2L9.97 3 5 10h2l-3 4h5v3h2.03v-3H16z"/></symbol><symbol viewBox="0 0 24 24" id="people" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></symbol><symbol viewBox="0 0 24 24" id="person" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></symbol><symbol viewBox="0 0 24 24" id="pets" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="4.5" cy="9.5" r="2.5"/><circle cx="9" cy="5.5" r="2.5"/><circle cx="15" cy="5.5" r="2.5"/><circle cx="19.5" cy="9.5" r="2.5"/><path d="M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"/></symbol><symbol viewBox="0 0 24 24" id="phone" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></symbol><symbol viewBox="0 0 24 24" id="photo_camera" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="12" r="3.2"/><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></symbol><symbol viewBox="0 0 24 24" id="print" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"/></symbol><symbol viewBox="0 0 24 24" id="priority_high" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="19" r="2"/><path d="M10 3h4v12h-4z"/></symbol><symbol viewBox="0 0 24 24" id="public" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></symbol><symbol viewBox="0 0 20 20" id="push_pin" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M15 10c-1.1 0-2-.9-2-2V4h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5H7v4c0 1.1-.9 2-2 2v1h4.5v5.5l.5.5.5-.5V11H15v-1z"/></symbol><symbol viewBox="0 0 24 24" id="radio_button_unchecked" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="rain" xmlns="http://www.w3.org/2000/svg"><path d="M17.51 7A5.62 5.62 0 007 5.51a4.5 4.5 0 00.49 9h9.75A3.74 3.74 0 0017.51 7zM4.076 20.774L6.08 15.77l1.857.743-2.003 5.004zM9.074 20.772l2.003-5.004 1.856.743-2.002 5.004zM14.072 20.78l2.002-5.004 1.857.743-2.002 5.004z"/></symbol><symbol viewBox="0 0 24 24" id="reduce_capacity" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58A6.95 6.95 0 0018 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58A2.01 2.01 0 002 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0116 9.43V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0121 21.43V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0111 21.43V22zm1.75-9v-2h-1.5v2H9l3 3 3-3h-2.25z"/></symbol><symbol viewBox="0 0 24 24" id="remove" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13H5v-2h14v2z"/></symbol><symbol viewBox="0 0 24 24" id="remove_red_eye" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></symbol><symbol viewBox="0 0 24 24" id="report" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM12 17.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zm1-4.3h-2V7h2v6z"/></symbol><symbol viewBox="0 0 24 24" id="restaurant" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-3v8h2.5v8H21V2c-2.76 0-5 2.24-5 4z"/></symbol><symbol viewBox="0 0 24 24" id="rss_feed" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></symbol><symbol viewBox="0 0 24 24" id="safety_divider" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58a6.95 6.95 0 00-5.56 0A2.01 2.01 0 001 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58a6.95 6.95 0 00-5.56 0A2.01 2.01 0 0015 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"/></symbol><symbol viewBox="0 0 24 24" id="sanitizer" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5zm4 8.5a2.5 2.5 0 002.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 002.5 2.5zM13 14h-2v-2H9v2H7v2h2v2h2v-2h2v-2zm3-2v10H4V12c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91z"/></symbol><symbol viewBox="0 0 24 24" id="save_alt" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"/></symbol><symbol viewBox="0 0 24 24" id="schedule" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></symbol><symbol viewBox="0 0 24 24" id="school" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"/></symbol><symbol viewBox="0 0 20 20" id="science" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M15.74 14.39L11.5 8.93V5.87l.85-1.06c.26-.33.03-.81-.39-.81H8.04c-.42 0-.65.48-.39.81l.85 1.06v3.05l-4.24 5.46c-.52.66-.05 1.62.78 1.62h9.91c.84 0 1.31-.96.79-1.61z"/></symbol><symbol viewBox="0 0 24 24" id="search" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></symbol><symbol viewBox="0 0 24 24" id="security" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></symbol><symbol viewBox="0 0 24 24" id="send" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/></symbol><symbol viewBox="0 0 24 24" id="sentiment_dissatisfied" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-3.5c.73 0 1.39.19 1.97.53.12-.14.86-.98 1.01-1.14A5.39 5.39 0 0012 15c-1.11 0-2.13.33-2.99.88.97 1.09.01.02 1.01 1.14.59-.33 1.25-.52 1.98-.52z"/></symbol><symbol viewBox="0 0 24 24" id="sentiment_neutral" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 15.5h6v1H9v-1z"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="sentiment_satisfied" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-.73 0-1.38-.18-1.96-.52-.12.14-.86.98-1.01 1.15a5.49 5.49 0 005.95-.01c-.97-1.09-.01-.02-1.01-1.15-.59.35-1.24.53-1.97.53z"/></symbol><symbol viewBox="0 0 24 24" id="sentiment_satisfied_alt" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M0 0h24v24H0V0z" fill="none"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-2.5c2.33 0 4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2s-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5z"/></symbol><symbol viewBox="0 0 24 24" id="sentiment_very_dissatisfied" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5z"/></symbol><symbol viewBox="0 0 24 24" id="settings" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 00.12-.61l-1.92-3.32a.488.488 0 00-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 00-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 00-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"/></symbol><symbol viewBox="0 0 24 24" id="severe_weather" xmlns="http://www.w3.org/2000/svg"><g data-name="Severe Weather"><path d="M4.05 17.73L12 4l8 13.85A5 5 0 0019.2 8a7.49 7.49 0 00-14-2 6 6 0 00-1.15 11.73z"/><path d="M12 7L3.34 22h17.32zm0 13.4a1 1 0 111-1 1 1 0 01-1 1zM11 17v-4.6h2V17z"/></g></symbol><symbol viewBox="0 0 24 24" id="share" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"/></symbol><symbol viewBox="0 0 24 24" id="shield" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z"/></symbol><symbol viewBox="0 0 24 24" id="shopping_basket" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17.21 9l-4.38-6.56a.993.993 0 00-.83-.42c-.32 0-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1h-4.79zM9 9l3-4.4L15 9H9zm3 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></symbol><symbol viewBox="0 0 24 24" id="snow" xmlns="http://www.w3.org/2000/svg"><path d="M20.76 14.07l-.66-1.34-2.88 1.42L13.5 12l3.72-2.15 2.88 1.42.66-1.34-1.97-.98 2.25-1.3-.75-1.3-2.25 1.3.14-2.2-1.5-.1-.21 3.2-3.72 2.15V6.4l2.67-1.78-.84-1.24-1.83 1.22V2h-1.5v2.6L9.42 3.38l-.84 1.24 2.67 1.78v4.3L7.53 8.55l-.21-3.2-1.5.1.14 2.2-2.25-1.3-.75 1.3 2.25 1.3-1.97.98.66 1.34 2.88-1.42L10.5 12l-3.72 2.15-2.88-1.42-.66 1.34 1.97.98-2.25 1.3.75 1.3 2.25-1.3-.14 2.2 1.5.1.21-3.2 3.72-2.15v4.3l-2.67 1.78.84 1.24 1.83-1.22V22h1.5v-2.6l1.83 1.22.84-1.24-2.67-1.78v-4.3l3.72 2.15.21 3.2 1.5-.1-.14-2.2 2.25 1.3.75-1.3-2.25-1.3 1.97-.98z"/></symbol><symbol viewBox="0 0 24 24" id="soap" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 000-2.5H12v-1h7.75a1.25 1.25 0 000-2.5H12v-1h8.75a1.25 1.25 0 000-2.5H12v-1h6.75a1.25 1.25 0 000-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 00-.12-1.23C10.22 6.12 9.12 5 9.12 5zM14 6.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5c-1.24 0-2.25 1.01-2.25 2.25S12.76 9.25 14 9.25 16.25 8.24 16.25 7 15.24 4.75 14 4.75zm5.75.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m0-1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM16.5 1c-.83 0-1.5.67-1.5 1.5S15.67 4 16.5 4 18 3.33 18 2.5 17.33 1 16.5 1z"/></symbol><symbol viewBox="0 0 24 24" id="social_distance" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58a6.95 6.95 0 00-5.56 0A2.01 2.01 0 002 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58a6.95 6.95 0 00-5.56 0A2.01 2.01 0 0014 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM22 17l-4-4v3H6v-3l-4 4 4 4v-3h12v3l4-4z"/></symbol><symbol viewBox="0 0 24 24" id="sort_arrow" xmlns="http://www.w3.org/2000/svg"><path d="M15.17 15L13 17.17V6.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 11 6.83v10.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15z"/></symbol><symbol viewBox="0 0 24 24" id="spellcheck" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59l-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"/></symbol><symbol viewBox="0 0 24 24" id="star" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M0 0h24v24H0z" fill="none"/><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></symbol><symbol viewBox="0 0 24 24" id="star_half" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/></symbol><symbol viewBox="0 0 24 24" id="star_outline" xmlns="http://www.w3.org/2000/svg"><path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/></symbol><symbol viewBox="0 0 24 24" id="store" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"/></symbol><symbol viewBox="0 0 20 20" id="support" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M10 3c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7zm2.16 1.41c1.57.61 2.82 1.85 3.43 3.42l-2.78 1.15a2.99 2.99 0 00-1.79-1.79l1.14-2.78zm-4.32 0L9 7.18c-.85.3-1.51.96-1.82 1.81L4.41 7.84a6.032 6.032 0 013.43-3.43zm-.01 11.18a6.032 6.032 0 01-3.43-3.43l2.78-1.15c.3.84.97 1.51 1.81 1.81l-1.16 2.77zM8 10c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.17 5.59l-1.15-2.78c.84-.3 1.5-.97 1.79-1.81l2.77 1.16a5.942 5.942 0 01-3.41 3.43z"/></symbol><symbol viewBox="0 0 20 20" id="support_agent" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M10 6c-.68 0-3.88.51-3.99 3.88 1.72-.4 3.06-1.77 3.4-3.51.53 1.15 1.96 2.8 4.43 2.6A3.97 3.97 0 0010 6z"/><circle cx="7.5" cy="10.75" r=".75"/><circle cx="12.5" cy="10.75" r=".75"/><path d="M16 10c0-3.31-2.69-6-6-6s-6 2.69-6 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1v-4c0-2.76 2.24-5 5-5s5 2.24 5 5v5H9v1h6c.55 0 1-.45 1-1v-1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"/></symbol><symbol viewBox="0 0 24 24" id="text_fields" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"/></symbol><symbol viewBox="0 0 24 24" id="thumb_down_off_alt" xmlns="http://www.w3.org/2000/svg"><path d="M24 24H0V0h24v24z" fill="none"/><path d="M10.89 18.28l.57-2.89c.12-.59-.04-1.2-.42-1.66-.38-.46-.94-.73-1.54-.73H4v-1.08L6.57 6h8.09c.18 0 .34.16.34.34v7.84l-4.11 4.1M10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66.23.45.52.86.88 1.22L10 22zm10-7h2V4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1z"/></symbol><symbol viewBox="0 0 24 24" id="thumb_up_alt" xmlns="http://www.w3.org/2000/svg"><path d="M24 24H0V0h24v24z" fill="none"/><path d="M2 20h2c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1H2v11zm19.83-7.12c.11-.25.17-.52.17-.8V11c0-1.1-.9-2-2-2h-5.5l.92-4.65c.05-.22.02-.46-.08-.66a4.8 4.8 0 00-.88-1.22L14 2 7.59 8.41C7.21 8.79 7 9.3 7 9.83v7.84A2.34 2.34 0 009.34 20h8.11c.7 0 1.36-.37 1.72-.97l2.66-6.15z"/></symbol><symbol viewBox="0 0 24 24" id="timer" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42A8.962 8.962 0 0012 4c-4.97 0-9 4.03-9 9s4.02 9 9 9a8.994 8.994 0 007.03-14.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/></symbol><symbol viewBox="0 0 24 24" id="toggle_off" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></symbol><symbol viewBox="0 0 24 24" id="toggle_on" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></symbol><symbol viewBox="0 0 24 24" id="topic" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 10H6v-2h8v2zm4-4H6v-2h12v2z"/></symbol><symbol viewBox="0 0 24 24" id="tornado" xmlns="http://www.w3.org/2000/svg"><path d="M13 16v-2h2.77c.08-.32.16-.65.23-1 1.19-5.95 4-6 4-10H4a10.35 10.35 0 00.48 3H8v2H5.26c.32.69.68 1.36 1 2H10v2H7.51A13.86 13.86 0 019 15a6.24 6.24 0 01-1 6l1 1c2.82-1.54 4.85-3.09 6.1-6z"/></symbol><symbol viewBox="0 0 24 24" id="translate" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12.87 15.07l-2.54-2.51.03-.03A17.52 17.52 0 0014.07 6H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"/></symbol><symbol viewBox="0 0 24 24" id="trending_down" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 18l2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z"/></symbol><symbol viewBox="0 0 24 24" id="trending_up" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"/></symbol><symbol viewBox="0 0 24 24" id="twitter" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zm5 8.1v.31a6.81 6.81 0 01-6.86 6.86 6.74 6.74 0 01-3.69-1.08 5.63 5.63 0 00.58 0 4.79 4.79 0 003-1 2.41 2.41 0 01-2.23-1.68 1.75 1.75 0 00.46.05 2.59 2.59 0 00.63-.08A2.42 2.42 0 017 11.11a2.33 2.33 0 001.09.3 2.43 2.43 0 01-.79-3.25 6.84 6.84 0 005 2.53 2.59 2.59 0 01-.07-.55 2.41 2.41 0 012.41-2.41 2.38 2.38 0 011.77.76 4.67 4.67 0 001.49-.59 2.39 2.39 0 01-1.06 1.34 4.55 4.55 0 001.39-.39A5 5 0 0117 10.1z"/></symbol><symbol viewBox="0 0 24 24" id="undo" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/></symbol><symbol viewBox="0 0 24 24" id="unfold_less" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"/></symbol><symbol viewBox="0 0 24 24" id="unfold_more" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"/></symbol><symbol viewBox="0 0 24 24" id="update" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58s9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z"/></symbol><symbol viewBox="0 0 24 24" id="upload_file" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 15.01l1.41 1.41L11 14.84V19h2v-4.16l1.59 1.59L16 15.01 12.01 11z"/></symbol><symbol viewBox="0 0 20 20" id="verified" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h20v20H0z"/><path d="M18 10l-1.77-2.03.25-2.69-2.63-.6-1.37-2.32L10 3.43 7.53 2.36 6.15 4.68l-2.62.6.25 2.69L2 10l1.77 2.03-.25 2.69 2.63.6 1.37 2.32L10 16.56l2.47 1.07 1.37-2.32 2.63-.6-.25-2.69L18 10zm-9.41 3.07l-2.12-2.12.71-.71 1.41 1.41 4.24-4.24.71.71-4.95 4.95z"/></symbol><symbol viewBox="0 0 24 24" id="verified_user" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/></symbol><symbol viewBox="0 0 24 24" id="visibility" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></symbol><symbol viewBox="0 0 24 24" id="visibility_off" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z" fill="none"/><path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46A11.804 11.804 0 001 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"/></symbol><symbol viewBox="0 0 24 24" id="volume_off" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.5 12A4.5 4.5 0 0014 7.97v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.796 8.796 0 0021 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 003.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z"/></symbol><symbol viewBox="0 0 24 24" id="warning" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></symbol><symbol viewBox="0 0 24 24" id="wash" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M18.5 8A2.5 2.5 0 0021 5.5C21 3.83 18.5 1 18.5 1S16 3.83 16 5.5A2.5 2.5 0 0018.5 8zm-5 1c.83 0 1.5-.67 1.5-1.5 0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5zM9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 000-2.5H12v-1h7.75a1.25 1.25 0 000-2.5H12v-1h8.75a1.25 1.25 0 000-2.5H12v-1h6.75a1.25 1.25 0 000-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 00-.12-1.23C10.22 6.12 9.12 5 9.12 5z"/></symbol><symbol viewBox="0 0 24 24" id="wifi" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z"/></symbol><symbol viewBox="0 0 24 24" id="work" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"/></symbol><symbol viewBox="0 0 24 24" id="youtube" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zm5.75 12.91A1.49 1.49 0 0116.69 16a34.65 34.65 0 01-4.69.26A34.65 34.65 0 017.31 16a1.49 1.49 0 01-1.06-1.06A15.88 15.88 0 016 12a15.88 15.88 0 01.25-2.91A1.49 1.49 0 017.31 8 34.65 34.65 0 0112 7.77a34.65 34.65 0 014.69.23 1.49 1.49 0 011.06 1.06A15.88 15.88 0 0118 12a15.88 15.88 0 01-.25 2.91z"/><path d="M10.77 13.78L13.91 12l-3.14-1.78v3.56z"/></symbol><symbol viewBox="0 0 24 24" id="zoom_in" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/><path d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/></symbol><symbol viewBox="0 0 24 24" id="zoom_out" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"/></symbol><symbol viewBox="0 0 24 24" id="zoom_out_map" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"/><path d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"/></symbol></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#005ea2" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#ffffff" d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#1a4480" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#005ea2" d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#0b4778" d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#f0f0f0" d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#ffffff" d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="#ffffff" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M10 10.5h1.5v3H10zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.5 15H6v-4.5H4.5V9h3v6zm5.5-1c0 .55-.45 1-1 1H9.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H12c.55 0 1 .45 1 1v4zm6.5 1h-1.75L16 12.75V15h-1.5V9H16v2.25L17.75 9h1.75l-2.25 3 2.25 3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M13.5 7H15v3h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-1 3.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM11 5.5v6H9.5V7H8V5.5h3zm5 0v6h-1.5V7H13V5.5h3zm-.5 8.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM15.5 9h-2v1h3v1.5H12V9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm0 5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H12V10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4zm-1 3.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm7.5 4.5h-1v1.5H15V10h-3V5.5h1.5v3H15v-3h1.5v3h1V10zm-2 4H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zM16.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H12V10h3V9h-3V5.5h4.5V7zm-1 7H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M13.5 9H15v1.5h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm3 6c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H13zm2.5 2.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm5 6h-1.75L14.62 7H12V5.5h3.5c.67 0 1.15.65.96 1.29L15 11.5zm.5 2.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 5.5v6H8.5V7H7V5.5h3zm6.5 5c0 .55-.45 1-1 1H13c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm-3 0H15V9h-1.5v1.5zm0-2.5H15V6.5h-1.5V8zm2 6H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 7h3V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H12V10zm1.5-2H15V6.5h-1.5V8zM7 5.5h3v6H8.5V7H7V5.5zm5 13h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm6.5-2.5c0 .55-.45 1-1 1h-2v1.5H14v-6h3.5c.55 0 1 .45 1 1V16zm-3-2H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.5 12H9v-4.5H7.5V9h3v6zm7 0h-1.75L14 12.75V15h-1.5V9H14v2.25L15.75 9h1.75l-2.25 3 2.25 3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 15H7.5v-4.5H6V9h3v6zm4.75 0L12 12.75V15h-1.5V9H12v2.25L13.75 9h1.75l-2.25 3 2.25 3h-1.75zm5.75-2.5H18V14h-1v-1.5h-1.5v-1H17V10h1v1.5h1.5v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M14.5 7H16v3h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm2-8c0 .55-.45 1-1 1H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm5.5 5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM11 9H9v1h3v1.5H7.5V9c0-.55.45-1 1-1h2V7h-3V5.5H11c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm3-3.5h3v6h-1.5V7H14V5.5zm1.5 8.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm6.5 0h-2v1h3v1.5H13V9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm-1 5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm7.5 1.5c0 .55-.45 1-1 1H13V10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4zm-2 3.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM10 9H8v1h3v1.5H6.5V9c0-.55.45-1 1-1h2V7h-3V5.5H10c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm8.5 1h-1v1.5H16V10h-3V5.5h1.5v3H16v-3h1.5v3h1V10zm-3 4H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 9.5H8v1h3V15H6.5v-2.5c0-.55.45-1 1-1h2v-1h-3V9H10c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1zm8 2.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.5 8.5c0 .55-.45 1-1 1h-2v1h3V15H5v-2.5c0-.55.45-1 1-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v1.5zm4.75 3.5l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15h-1.75zM20 12.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-2-9.5h-2v1h3v1.5H10V9c0-.55.45-1 1-1h2V7h-3V5.5h3.5c.55 0 1 .45 1 1V8c0 .55-.45 1-1 1zm2 5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32zm.89-6.52c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72c.13-.29.2-.61.2-.97 0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46.05-.16.07-.32.07-.48 0-.36-.06-.68-.18-.96-.12-.28-.29-.51-.51-.69-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34c.11-.09.23-.17.38-.22.15-.05.3-.08.48-.08.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49-.05.15-.14.27-.25.37-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4.07.16.1.35.1.57 0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm8.55-5.92c-.32-.33-.7-.59-1.14-.77-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27.45-.18.84-.43 1.16-.76.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57-.18-.47-.43-.87-.75-1.2zm-.39 3.16c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zM12 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.44 4.84 18.29 0 12 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H6.5v-1.5h3v-1h-2v-1h2v-1h-3V9H10c.55 0 1 .45 1 1v4zm7 1h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 14c0 .55-.45 1-1 1H5v-1.5h3v-1H6v-1h2v-1H5V9h3.5c.55 0 1 .45 1 1v4zm6.5 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-1-8c0 .55-.45 1-1 1H10V10h3V9h-2V8h2V7h-3V5.5h3.5c.55 0 1 .45 1 1v4zm1 3.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 10.5h-1V15H9.5v-1.5h-3V9H8v3h1.5V9H11v3h1v1.5zm6 1.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.5 10.5h-1V15H8v-1.5H5V9h1.5v3H8V9h1.5v3h1v1.5zM16 15h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3-8.5h-1v1.5h-1.5V10h-3V5.5H11v3h1.5v-3H14v3h1V10zm.5 8.5H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm0-4.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><path d="M12,10.5h2V12h-3V8h4c0-0.55-0.45-1-1-1h-3c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1h3c0.55,0,1-0.45,1-1V9.5h-3V10.5z"/></g><g><path d="M9,8H6v1.5h2c0.55,0,1,0.45,1,1V12c0,0.55-0.45,1-1,1H5v-1h3v-1.5H5V7h4V8z"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 7.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6.5v-1.5h3v-1h-3V9H11v1.5zm7 4.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.5 7.5h-3v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H5v-1.5h3v-1H5V9h4.5v1.5zM16 15h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zM14.5 7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H10V10h3V9h-3V5.5h4.5V7zm1 7H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24" x="0"/><path d="M6,6c1.1,0,2-0.9,2-2S7.1,2,6,2S4,2.9,4,4S4.9,6,6,6z M10,9.43c0-0.81-0.48-1.53-1.22-1.85C7.93,7.21,6.99,7,6,7 C5.01,7,4.07,7.21,3.22,7.58C2.48,7.9,2,8.62,2,9.43V10h8V9.43z M18,6c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2S16.9,6,18,6z M22,9.43 c0-0.81-0.48-1.53-1.22-1.85C19.93,7.21,18.99,7,18,7c-0.99,0-1.93,0.21-2.78,0.58C14.48,7.9,14,8.62,14,9.43V10h8V9.43z M19,17 v-2.01L5,15v2l-3-3l3-3v2.01L19,13v-2l3,3L19,17z M10,19v-1H7.5C7.22,18,7,18.22,7,18.5v3C7,21.78,7.22,22,7.5,22h2 c0.28,0,0.5-0.22,0.5-0.5V20c0-0.28-0.22-0.5-0.5-0.5H8V19H10z M9,20.5V21H8v-0.5H9z M17.5,19h-1v3h-1v-3h-1v-1h3V19z M12.5,19v0.5 h1v1h-1V22h-1v-4H14v1H12.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M8 12.5h1.5V14H8zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 7.5H8v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H11v1.5zm7 4.5h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M6.5 12.5H8V14H6.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9.5 7.5h-3v1h2c.55 0 1 .45 1 1V14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.5v1.5zM16 15h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11.5 9H13v1.5h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm-1-7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.5V7h-3v1h2c.55 0 1 .45 1 1v1.5c0 .55-.45 1-1 1H11zm4.5 7H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm0-4.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 15H7.75l1.38-4.5H6.5V9H10c.67 0 1.15.65.96 1.29L9.5 15zm8.5 0h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8 15H6.25l1.38-4.5H5V9h3.5c.67 0 1.15.65.96 1.29L8 15zm8 0h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-2.5-7h-1.75L12.62 7H10V5.5h3.5c.67 0 1.15.65.96 1.29L13 11.5zm2.5 2.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M8 12.5h1.5V14H8zM8 10h1.5v1.5H8zm11-7H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H7.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4zm7 1h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M6.5 12.5H8V14H6.5zm0-2.5H8v1.5H6.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm6.5 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11.5 9H13v1.5h-1.5zm0-2.5H13V8h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-1-8c0 .55-.45 1-1 1H11c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm1 3.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M8 10h1.5v1.5H8zm11-7H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 11c0 .55-.45 1-1 1H6.5v-1.5h3v-1h-2c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1H10c.55 0 1 .45 1 1v4zm7 1h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M6.5 10H8v1.5H6.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9.5 14c0 .55-.45 1-1 1H5v-1.5h3v-1H6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm6.5 1h-1.75l-1.75-2.25V15H11V9h1.5v2.25L14.25 9H16l-2.25 3L16 15zm4-2.5h-1.5V14h-1v-1.5H16v-1h1.5V10h1v1.5H20v1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11.5 6.5H13V8h-1.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 15.5h-1.5V14h-1v3H8v-3H7v4.5H5.5v-5c0-.55.45-1 1-1H11c.55 0 1 .45 1 1v5zm3.5 0H14v-6h3.5c.55 0 1 .45 1 1V16c0 .55-.45 1-1 1h-2v1.5zm-1-8c0 .55-.45 1-1 1H10V10h3V9h-2c-.55 0-1-.45-1-1V6.5c0-.55.45-1 1-1h2.5c.55 0 1 .45 1 1v4zm1 3.5H17v1.5h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M-618-568H782v3600H-618zM0 0h24v24H0z" fill="none"/><path d="M22 5.7l-4.6-3.9-1.3 1.5 4.6 3.9L22 5.7zM7.9 3.4L6.6 1.9 2 5.7l1.3 1.5 4.6-3.8zM12.5 8H11v6l4.7 2.9.8-1.2-4-2.4V8zM12 4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="4" r="2"/><path d="M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zM8 6h8v2H8z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M3,4V1h2v3h3v2H5v3H3V6H0V4H3z M6,10V7h3V4h7l1.83,2H21c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2V10H6z M13,19c2.76,0,5-2.24,5-5s-2.24-5-5-5s-5,2.24-5,5S10.24,19,13,19z M9.8,14c0,1.77,1.43,3.2,3.2,3.2s3.2-1.43,3.2-3.2 s-1.43-3.2-3.2-3.2S9.8,12.23,9.8,14z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M10.01 21.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zm8.87-4.19V11c0-3.25-2.25-5.97-5.29-6.69v-.72C13.59 2.71 12.88 2 12 2s-1.59.71-1.59 1.59v.72C7.37 5.03 5.12 7.75 5.12 11v5.82L3 18.94V20h18v-1.06l-2.12-2.12zM16 13.01h-3v3h-2v-3H8V11h3V8h2v3h3v2.01z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><rect height="1" width="10" x="4" y="4"/><path d="M13,14h1v-3h1v-1l-1-4H4l-1,4v1h1v5h6v-5h3V14z M9,15H5v-4h4V15z"/><polygon points="16,15 16,13 15,13 15,15 13,15 13,16 15,16 15,18 16,18 16,16 18,16 18,15"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM21 6h-3V3h-2v3h-3v2h3v3h2V8h3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M6 9.99h2v7H6zm8 3h2v4h-2zm-4-6h2v10h-2zM20 7V4h-2v3h-3v2h3v3h2V9h3V7zm-2 12H4V5h12V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5h-2v5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM17 11h-4v4h-2v-4H7V9h4V5h2v4h4v2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM21 6h-3V3h-2v3h-3v2h3v3h2V8h3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0" fill="none"/><path d="M8 11h8v2H8zm12.1 1H22c0-2.76-2.24-5-5-5h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1zM3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM19 12h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 1v3h3v2h-3v3h-2V6h-3V4h3V1h2zm-8 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2-9.75V7h3v3h2.92c.05.39.08.79.08 1.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 6.22 7.8 3 12 3c.68 0 1.35.08 2 .25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M0 0h24v24H0z" fill="none"/><path d="M13.22 22.61c-.4.15-.8.29-1.22.39-5.16-1.26-9-6.45-9-12V5l9-4 9 4v6c0 .9-.11 1.78-.3 2.65-.81-.41-1.73-.65-2.7-.65-3.31 0-6 2.69-6 6 0 1.36.46 2.61 1.22 3.61zM19 20v2.99s-1.99.01-2 0V20h-3v-2h3v-3h2v3h3v2h-3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 7v2.99s-1.99.01-2 0V7h-3s.01-1.99 0-2h3V2h2v3h3v2h-3zm-3 4V8h-3V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8h-3zM5 19l3-4 2 3 3-4 4 5H5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><rect height="12" width="1" x="4" y="4"/><rect height="7" width="1" x="15" y="4"/><rect height="2" width="1" x="9.5" y="4"/><rect height="2" width="1" x="9.5" y="14"/><polygon points="18,15 16,15 16,13 15,13 15,15 13,15 13,16 15,16 15,18 16,18 16,16 18,16"/><rect height="2" width="1" x="9.5" y="9"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0zm18.31 6l-2.76 5z" fill="none"/><path d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M22,5.18L10.59,16.6l-4.24-4.24l1.41-1.41l2.83,2.83l10-10L22,5.18z M12,20c-4.41,0-8-3.59-8-8s3.59-8,8-8 c1.57,0,3.04,0.46,4.28,1.25l1.45-1.45C16.1,2.67,14.13,2,12,2C6.48,2,2,6.48,2,12s4.48,10,10,10c1.73,0,3.36-0.44,4.78-1.22 l-1.5-1.5C14.28,19.74,13.17,20,12,20z M19,15h-3v2h3v3h2v-3h3v-2h-3v-3h-2V15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.71 3.52L1.15 15l3.42 5.99 6.56-11.47-3.42-6zM13.35 15H9.73L6.3 21h8.24c-.96-1.06-1.54-2.46-1.54-4 0-.7.13-1.37.35-2zM20 16v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3zm.71-4.75L15.42 2H8.58v.01l6.15 10.77C15.82 11.68 17.33 11 19 11c.59 0 1.17.09 1.71.25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M0 0h24v24H0V0z" fill="none"/><path d="M18 1.01L8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12zm-5-7v2h-3v3h-2v-3H8v-2h3V7h2v3h3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 5v2h-3v3h-2V7h-3V5h3V2h2v3h3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6zm-4-6v4h2v-4h-2zm-4 4h2V9h-2v8zm-2 0v-6H7v6h2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><path d="M13,9c0.35,0,0.68,0.06,1,0.14V6.18L9,4L4,6.18v3.27c0,3.03,2.13,5.86,5,6.55c0.35-0.08,0.7-0.2,1.02-0.35 C9.39,14.94,9,14.02,9,13C9,10.79,10.79,9,13,9z"/><path d="M13,10c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3C16,11.34,14.66,10,13,10z M13,11.03c0.47,0,0.84,0.38,0.84,0.84 c0,0.46-0.38,0.84-0.84,0.84s-0.84-0.38-0.84-0.84C12.16,11.41,12.53,11.03,13,11.03z M13,15.06c-0.7,0-1.31-0.35-1.68-0.87 c0.04-0.54,1.13-0.81,1.68-0.81s1.64,0.27,1.68,0.81C14.31,14.72,13.7,15.06,13,15.06z"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><path d="M15.5,10c0.54,0,1.04,0.13,1.5,0.35V7c0-0.55-0.45-1-1-1h-4.47l-0.8-0.8l1.06-1.06l-0.53-0.53L8.61,6.27L9.14,6.8 l1.06-1.06l0.8,0.8V9c0,0.55-0.45,1-1,1H9.24C9.72,10.72,10,11.57,10,12.5c0,0.17-0.03,0.33-0.05,0.5h2.1 C12.29,11.31,13.74,10,15.5,10z"/><path d="M3.5,8H8c0-0.55-0.45-1-1-1H3.5C3.22,7,3,7.22,3,7.5C3,7.78,3.22,8,3.5,8z"/><path d="M15.5,11c-1.38,0-2.5,1.12-2.5,2.5c0,1.38,1.12,2.5,2.5,2.5s2.5-1.12,2.5-2.5C18,12.12,16.88,11,15.5,11z M15.5,15 c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5s1.5,0.67,1.5,1.5S16.33,15,15.5,15z"/><path d="M8.34,11.53L8.2,11.18l0.45-0.19C8.3,10.28,7.72,9.7,7.01,9.35L6.82,9.8L6.47,9.66l0.18-0.44C6.29,9.08,5.91,9,5.5,9 S4.71,9.08,4.34,9.21l0.18,0.44L4.18,9.8L3.99,9.35c-0.72,0.34-1.3,0.92-1.64,1.64l0.45,0.19l-0.14,0.35l-0.44-0.18 C2.08,11.71,2,12.09,2,12.5s0.08,0.79,0.21,1.16l0.44-0.18l0.14,0.35l-0.45,0.19c0.34,0.72,0.92,1.3,1.64,1.64l0.19-0.45 l0.35,0.14l-0.18,0.44C4.71,15.92,5.09,16,5.5,16s0.79-0.08,1.16-0.21l-0.18-0.44l0.35-0.14l0.19,0.45 c0.72-0.34,1.3-0.92,1.64-1.64L8.2,13.82l0.14-0.35l0.44,0.18C8.92,13.29,9,12.91,9,12.5s-0.08-0.79-0.21-1.16L8.34,11.53z M5.5,15C4.12,15,3,13.88,3,12.5C3,11.12,4.12,10,5.5,10S8,11.12,8,12.5C8,13.88,6.88,15,5.5,15z"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 11v2H9V7h9c2.21 0 4 1.79 4 4zM2 14v2h6v2h8v-2h6v-2H2zm5.14-1.9c1.16-1.19 1.14-3.08-.04-4.24-1.19-1.16-3.08-1.14-4.24.04-1.16 1.19-1.14 3.08.04 4.24 1.19 1.16 3.08 1.14 4.24-.04z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22.25 14.29l-.69 1.89L9.2 11.71l2.08-5.66 8.56 3.09c2.1.76 3.18 3.06 2.41 5.15zM1.5 12.14L8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86-.69 1.89zm5.8-1.94c1.49-.72 2.12-2.51 1.41-4C7.99 4.71 6.2 4.08 4.7 4.8c-1.49.71-2.12 2.5-1.4 4 .71 1.49 2.5 2.12 4 1.4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3zm12-6h-8v7H3V7H1v10h22v-6c0-2.21-1.79-4-4-4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M4 12V3H2v9c0 2.76 2.24 5 5 5h6v-2H7c-1.66 0-3-1.34-3-3zm18.83 5.24c-.38-.72-1.29-.97-2.03-.63l-1.09.5-3.41-6.98c-.34-.68-1.03-1.12-1.79-1.12L11 9V3H5v8c0 1.66 1.34 3 3 3h7l3.41 7 3.72-1.7c.77-.36 1.1-1.3.7-2.06z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M5 12V3H3v9c0 2.76 2.24 5 5 5h6v-2H8c-1.66 0-3-1.34-3-3zm15.5 6H19v-7c0-1.1-.9-2-2-2h-5V3H6v8c0 1.65 1.35 3 3 3h7v7h4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19.97 19.2c.18.96-.55 1.8-1.47 1.8H14v-3l1-4H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2zM5 12V3H3v9c0 2.76 2.24 5 5 5h4v-2H8c-1.66 0-3-1.34-3-3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49zM16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l1.99 9.76C4.37 19.2 6.47 21 8.94 21H16v-2zm.23-4h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V9.99c-1.63.31-3.44-.27-4.69-1.25L9.14 7.47c-.23-.18-.49-.3-.76-.38-.32-.09-.66-.12-.99-.06h-.02c-1.23.22-2.05 1.39-1.84 2.61l1.35 5.92C7.16 16.98 8.39 18 9.83 18h6.85l3.82 3 1.5-1.5-5.77-4.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.59 5.41c-.78-.78-.78-2.05 0-2.83.78-.78 2.05-.78 2.83 0 .78.78.78 2.05 0 2.83-.79.79-2.05.79-2.83 0zM6 16V7H4v9c0 2.76 2.24 5 5 5h6v-2H9c-1.66 0-3-1.34-3-3zm14 4.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.16 5.5 2.16v-2.16c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l3.5 3.5L20 20.07z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20" x="0"/><path d="M17,13v-1l-6-4V4c0-0.55-0.45-1-1-1S9,3.45,9,4v4l-6,4v1l6-2v4l-1.5,1v1l2.5-0.5l2.5,0.5v-1L11,15v-4L17,13z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20" x="0"/><path d="M13.12,11.71L9,7.59V4c0-0.55,0.45-1,1-1s1,0.45,1,1v4l6,4v1L13.12,11.71z M17.07,17.07L2.93,2.93L2.22,3.64l5.33,5.33 L3,12v1l6-2v4l-1.5,1v1l2.5-0.5l2.5,0.5v-1L11,15v-2.59l5.36,5.36L17.07,17.07z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><g><polygon points="6,22 18,22 12,16"/><path d="M21,3H3C1.9,3,1,3.9,1,5v12c0,1.1,0.9,2,2,2h4v-2H3V5h18v12h-4v2h4c1.1,0,2-0.9,2-2V5C23,3.9,22.1,3,21,3z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M17 5H3c-1.1 0-2 .89-2 2v9h2c0 1.65 1.34 3 3 3s3-1.35 3-3h5.5c0 1.65 1.34 3 3 3s3-1.35 3-3H23v-5l-6-6zM3 11V7h4v4H3zm3 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7-6.5H9V7h4v4zm4.5 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM15 11V7h1l4 4h-5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 6c3.87 0 7 3.13 7 7 0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92 0-4.97-4.03-9-9-9-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6zm10-.28l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM2.92 2.29L1.65 3.57 2.98 4.9l-1.11.93 1.42 1.42 1.11-.94.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.02 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.2 2.2 1.27-1.27L3.89 3.27l-.97-.98zm13.55 16.1C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7 0-1.7.61-3.26 1.61-4.47l9.86 9.86zM8.02 3.28L6.6 1.86l-.86.71 1.42 1.42.86-.71z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-1.46-5.47L8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06-4.93 4.95z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><polygon points="11,2 13,2 13,7 21,7 21,10 13,10 13,14 18,14 18,17 13,17 13,22 11,22 11,17 6,17 6,14 11,14 11,10 3,10 3,7 11,7"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M4,22H2V2h2V22z M22,7H6v3h16V7z M16,14H6v3h10V14z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M20,2h2v20h-2V2z M2,10h16V7H2V10z M8,17h10v-3H8V17z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M22,22H2v-2h20V22z M10,2H7v16h3V2z M17,8h-3v10h3V8z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><polygon points="22,11 17,11 17,6 14,6 14,11 10,11 10,3 7,3 7,11 1.84,11 1.84,13 7,13 7,21 10,21 10,13 14,13 14,18 17,18 17,13 22,13"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M22,2v2H2V2H22z M7,22h3V6H7V22z M14,16h3V6h-3V16z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 6h-4c0 1.62-1.38 3-3 3s-3-1.38-3-3H5V5h14v4zm-4 7h6v3c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3z"/></svg>