polymer-core-rails 0.2.0 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (840) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/components/context-free-parser/package.json +16 -0
  3. data/app/assets/components/core-a11y-keys/core-a11y-keys.html +335 -0
  4. data/app/assets/components/core-ajax/core-ajax.html +106 -26
  5. data/app/assets/components/core-ajax/core-xhr.html +1 -0
  6. data/app/assets/components/core-ajax/demo-progress.html +65 -0
  7. data/app/assets/components/core-ajax/metadata.html +1 -1
  8. data/app/assets/components/core-animated-pages/core-animated-pages.html +6 -6
  9. data/app/assets/components/core-animated-pages/metadata.html +1 -1
  10. data/app/assets/components/core-animated-pages/transitions/cascade-transition.html +1 -1
  11. data/app/assets/components/core-animated-pages/transitions/hero-transition.html +59 -2
  12. data/app/assets/components/core-animated-pages/transitions/list-cascade.html +1 -1
  13. data/app/assets/components/core-animated-pages/transitions/tile-cascade.html +1 -1
  14. data/app/assets/components/core-animation/core-animation.html +7 -6
  15. data/app/assets/components/core-animation/web-animations.html +1 -1
  16. data/app/assets/components/core-collapse/core-collapse.html +41 -5
  17. data/app/assets/components/core-component-page/core-component-page.html +1 -1
  18. data/app/assets/components/core-doc-viewer/core-doc-viewer.html +54 -12
  19. data/app/assets/components/core-doc-viewer/elements/core-doc-page.css +8 -0
  20. data/app/assets/components/core-doc-viewer/elements/core-doc-page.html +47 -35
  21. data/app/assets/components/core-drawer-panel/core-drawer-panel.css +14 -9
  22. data/app/assets/components/core-drawer-panel/core-drawer-panel.html +76 -21
  23. data/app/assets/components/core-drawer-panel/metadata.html +1 -1
  24. data/app/assets/components/core-dropdown-menu/core-dropdown-menu.html +141 -0
  25. data/app/assets/components/core-dropdown/core-dropdown-base.html +117 -0
  26. data/app/assets/components/core-dropdown/core-dropdown.html +248 -125
  27. data/app/assets/components/core-dropdown/metadata.html +62 -0
  28. data/app/assets/components/core-elements/core-elements.html +3 -1
  29. data/app/assets/components/core-focusable/core-focusable.html +4 -0
  30. data/app/assets/components/core-focusable/core-focusable.js +134 -0
  31. data/app/assets/components/core-focusable/polymer-mixin.js +35 -0
  32. data/app/assets/components/core-header-panel/core-header-panel.css +6 -3
  33. data/app/assets/components/core-header-panel/core-header-panel.html +96 -44
  34. data/app/assets/components/core-header-panel/metadata.html +1 -1
  35. data/app/assets/components/core-icon/core-icon.html +19 -5
  36. data/app/assets/components/core-icons/av-icons.html +57 -31
  37. data/app/assets/components/core-icons/communication-icons.html +42 -44
  38. data/app/assets/components/core-icons/core-icons.html +267 -263
  39. data/app/assets/components/core-icons/device-icons.html +90 -44
  40. data/app/assets/components/core-icons/editor-icons.html +52 -52
  41. data/app/assets/components/core-icons/hardware-icons.html +42 -43
  42. data/app/assets/components/core-icons/image-icons.html +140 -130
  43. data/app/assets/components/core-icons/maps-icons.html +57 -54
  44. data/app/assets/components/core-icons/notification-icons.html +34 -35
  45. data/app/assets/components/core-icons/social-icons.html +38 -37
  46. data/app/assets/components/core-iconset-svg/core-iconset-svg.html +1 -1
  47. data/app/assets/components/{polymer-test-tools/tools.html → core-image/core-image.css} +17 -8
  48. data/app/assets/components/core-image/core-image.html +243 -0
  49. data/app/assets/components/{sampler-scaffold/demos/radio.html → core-image/metadata.html} +14 -10
  50. data/app/assets/components/core-input/core-input.css +3 -7
  51. data/app/assets/components/core-input/core-input.html +105 -411
  52. data/app/assets/components/core-input/metadata.html +6 -3
  53. data/app/assets/components/core-item/core-item.css +7 -6
  54. data/app/assets/components/core-item/core-item.html +4 -5
  55. data/app/assets/components/core-item/metadata.html +1 -1
  56. data/app/assets/components/core-label/core-label.html +124 -0
  57. data/app/assets/components/core-layout-grid/core-layout-grid.html +1 -1
  58. data/app/assets/components/core-list/core-list.css +15 -22
  59. data/app/assets/components/core-list/core-list.html +1077 -187
  60. data/app/assets/components/core-localstorage/core-localstorage.html +1 -1
  61. data/app/assets/components/core-menu-button/core-menu-button.html +69 -106
  62. data/app/assets/components/core-menu-button/metadata.html +1 -1
  63. data/app/assets/components/core-menu/core-menu.css +3 -3
  64. data/app/assets/components/core-menu/core-menu.html +8 -2
  65. data/app/assets/components/core-menu/core-submenu.css +14 -0
  66. data/app/assets/components/core-menu/core-submenu.html +21 -1
  67. data/app/assets/components/core-overlay/core-overlay-layer.html +1 -0
  68. data/app/assets/components/core-overlay/core-overlay.html +163 -90
  69. data/app/assets/components/core-overlay/gulpfile.js +2 -0
  70. data/app/assets/components/core-overlay/tests/html/core-overlay-basic.html +127 -0
  71. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning-margin.html +153 -0
  72. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning.html +167 -0
  73. data/app/assets/components/core-overlay/tests/html/core-overlay-scroll.html +130 -0
  74. data/app/assets/components/core-overlay/tests/js/htmltests.js +6 -0
  75. data/app/assets/components/core-overlay/tests/runner.html +14 -0
  76. data/app/assets/components/core-overlay/tests/tests.json +6 -0
  77. data/app/assets/components/core-pages/metadata.html +1 -1
  78. data/app/assets/components/core-scaffold/core-scaffold.html +110 -15
  79. data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.html +45 -9
  80. data/app/assets/components/core-scroll-header-panel/metadata.html +1 -1
  81. data/app/assets/components/core-selector/core-selector.html +116 -28
  82. data/app/assets/components/core-selector/metadata.html +1 -1
  83. data/app/assets/components/core-shared-lib/core-shared-lib.html +1 -1
  84. data/app/assets/components/{core-tests/tests → core-shared-lib/tests/html}/core-shared-lib.html +6 -7
  85. data/app/assets/components/core-shared-lib/tests/js/htmltests.js +3 -0
  86. data/app/assets/components/core-shared-lib/tests/runner.html +14 -0
  87. data/app/assets/components/core-shared-lib/tests/tests.json +6 -0
  88. data/app/assets/components/core-signals/core-signals.html +3 -3
  89. data/app/assets/components/core-splitter/core-splitter.html +9 -8
  90. data/app/assets/components/core-style/core-style.html +4 -4
  91. data/app/assets/components/core-style/elements.html +1 -1
  92. data/app/assets/components/core-style/my-theme.html +1 -1
  93. data/app/assets/components/core-toolbar/core-toolbar.css +14 -7
  94. data/app/assets/components/core-toolbar/core-toolbar.html +88 -7
  95. data/app/assets/components/core-toolbar/metadata.html +1 -1
  96. data/app/assets/components/core-tooltip/core-tooltip.css +12 -11
  97. data/app/assets/components/core-tooltip/core-tooltip.html +138 -76
  98. data/app/assets/components/core-tooltip/metadata.html +11 -9
  99. data/app/assets/components/core-transition/core-transition-css.html +1 -2
  100. data/app/assets/components/core-transition/core-transition-overlay.css +9 -9
  101. data/app/assets/components/core-transition/core-transition.html +1 -1
  102. data/app/assets/components/{polymer/polymer.html → font-roboto/roboto.html} +1 -5
  103. data/app/assets/components/google-code-prettify/src/prettify.js +109 -51
  104. data/app/assets/components/marked-element/marked-element.html +4 -2
  105. data/app/assets/components/{sampler-scaffold/demos/checkbox.html → paper-button/metadata.html} +8 -11
  106. data/app/assets/components/paper-button/paper-button-base.html +120 -0
  107. data/app/assets/components/paper-button/paper-button.html +180 -0
  108. data/app/assets/components/paper-fab/metadata.html +36 -0
  109. data/app/assets/components/paper-fab/paper-fab.html +180 -0
  110. data/app/assets/components/{sampler-scaffold/demos/range.html → paper-ripple/metadata.html} +8 -8
  111. data/app/assets/components/paper-ripple/paper-ripple.html +476 -0
  112. data/app/assets/components/{sampler-scaffold/demos/color.html → paper-shadow/metadata.html} +8 -11
  113. data/app/assets/components/paper-shadow/paper-shadow.css +66 -0
  114. data/app/assets/components/paper-shadow/paper-shadow.html +79 -0
  115. data/app/assets/components/sampler-scaffold/sampler-scaffold.css +2 -1
  116. data/app/assets/components/web-animations-next/Gruntfile.js +279 -0
  117. data/app/assets/components/web-animations-next/History.md +76 -0
  118. data/app/assets/components/web-animations-next/package.json +33 -0
  119. data/app/assets/components/web-animations-next/src/animation-constructor.js +139 -0
  120. data/app/assets/components/web-animations-next/src/animation-node.js +31 -0
  121. data/app/assets/components/web-animations-next/src/animation.js +65 -0
  122. data/app/assets/components/web-animations-next/src/apply-preserving-inline-style.js +192 -0
  123. data/app/assets/components/web-animations-next/src/apply.js +25 -0
  124. data/app/assets/components/web-animations-next/src/box-handler.js +57 -0
  125. data/app/assets/components/web-animations-next/src/color-handler.js +62 -0
  126. data/app/assets/components/web-animations-next/src/deprecation.js +42 -0
  127. data/app/assets/components/web-animations-next/src/dev.js +16 -0
  128. data/app/assets/components/web-animations-next/src/dimension-handler.js +167 -0
  129. data/app/assets/components/web-animations-next/src/effect-callback.js +86 -0
  130. data/app/assets/components/web-animations-next/src/effect.js +110 -0
  131. data/app/assets/components/web-animations-next/src/element-animatable.js +19 -0
  132. data/app/assets/components/web-animations-next/src/font-weight-handler.js +42 -0
  133. data/app/assets/components/web-animations-next/src/group-constructors.js +81 -0
  134. data/app/assets/components/web-animations-next/src/handler-utils.js +177 -0
  135. data/app/assets/components/web-animations-next/src/interpolation.js +49 -0
  136. data/app/assets/components/web-animations-next/src/matrix-decomposition.js +452 -0
  137. data/app/assets/components/web-animations-next/src/matrix-interpolation.js +130 -0
  138. data/app/assets/components/web-animations-next/src/maxifill-player.js +162 -0
  139. data/app/assets/components/web-animations-next/src/normalize-keyframes.js +259 -0
  140. data/app/assets/components/web-animations-next/src/number-handler.js +72 -0
  141. data/app/assets/components/web-animations-next/src/player.js +193 -0
  142. data/app/assets/components/web-animations-next/src/position-handler.js +117 -0
  143. data/app/assets/components/web-animations-next/src/property-interpolation.js +62 -0
  144. data/app/assets/components/web-animations-next/src/property-names.js +35 -0
  145. data/app/assets/components/web-animations-next/src/scope.js +20 -0
  146. data/app/assets/components/web-animations-next/src/shadow-handler.js +108 -0
  147. data/app/assets/components/web-animations-next/src/shape-handler.js +85 -0
  148. data/app/assets/components/web-animations-next/src/tick.js +148 -0
  149. data/app/assets/components/web-animations-next/src/timeline.js +77 -0
  150. data/app/assets/components/web-animations-next/src/timing-utilities.js +242 -0
  151. data/app/assets/components/web-animations-next/src/transform-handler.js +262 -0
  152. data/app/assets/components/web-animations-next/src/visibility-handler.js +29 -0
  153. data/app/assets/components/web-animations-next/target-config.js +124 -0
  154. data/app/assets/components/web-animations-next/target-loader.js +13 -0
  155. data/app/assets/components/web-animations-next/templates/boilerplate +13 -0
  156. data/app/assets/components/web-animations-next/templates/runner.html +26 -0
  157. data/app/assets/components/web-animations-next/templates/web-animations.html +18 -0
  158. data/app/assets/components/web-animations-next/templates/web-animations.js +21 -0
  159. data/app/assets/components/web-animations-next/web-animations-next-lite.dev.html +44 -0
  160. data/app/assets/components/web-animations-next/web-animations-next-lite.dev.js +21 -0
  161. data/app/assets/components/web-animations-next/web-animations-next.dev.html +49 -0
  162. data/app/assets/components/web-animations-next/web-animations-next.dev.js +21 -0
  163. data/app/assets/components/web-animations-next/web-animations.dev.html +44 -0
  164. data/app/assets/components/web-animations-next/web-animations.dev.js +21 -0
  165. data/app/assets/components/web-animations-next/web-animations.html +50 -0
  166. data/lib/polymer-core-rails/version.rb +1 -1
  167. metadata +88 -682
  168. data/app/assets/components/context-free-parser/README.md +0 -4
  169. data/app/assets/components/context-free-parser/bower.json +0 -5
  170. data/app/assets/components/context-free-parser/demo.html +0 -34
  171. data/app/assets/components/context-free-parser/index.html +0 -22
  172. data/app/assets/components/core-ajax/README.md +0 -4
  173. data/app/assets/components/core-ajax/bower.json +0 -7
  174. data/app/assets/components/core-ajax/demo.html +0 -43
  175. data/app/assets/components/core-ajax/index.html +0 -22
  176. data/app/assets/components/core-animated-pages/README.md +0 -4
  177. data/app/assets/components/core-animated-pages/bower.json +0 -10
  178. data/app/assets/components/core-animated-pages/demo.html +0 -23
  179. data/app/assets/components/core-animated-pages/demos/grid.html +0 -113
  180. data/app/assets/components/core-animated-pages/demos/list.html +0 -126
  181. data/app/assets/components/core-animated-pages/demos/music.html +0 -182
  182. data/app/assets/components/core-animated-pages/demos/nested-animated-pages.html +0 -113
  183. data/app/assets/components/core-animated-pages/demos/nested.html +0 -112
  184. data/app/assets/components/core-animated-pages/demos/news.html +0 -255
  185. data/app/assets/components/core-animated-pages/demos/quiz1-intro.png +0 -0
  186. data/app/assets/components/core-animated-pages/demos/quiz1.html +0 -263
  187. data/app/assets/components/core-animated-pages/demos/shadow.html +0 -142
  188. data/app/assets/components/core-animated-pages/demos/simple.html +0 -98
  189. data/app/assets/components/core-animated-pages/index.html +0 -22
  190. data/app/assets/components/core-animation/README.md +0 -4
  191. data/app/assets/components/core-animation/bower.json +0 -8
  192. data/app/assets/components/core-animation/demo.html +0 -149
  193. data/app/assets/components/core-animation/index.html +0 -22
  194. data/app/assets/components/core-collapse/README.md +0 -4
  195. data/app/assets/components/core-collapse/bower.json +0 -7
  196. data/app/assets/components/core-collapse/demo.html +0 -93
  197. data/app/assets/components/core-collapse/index.html +0 -22
  198. data/app/assets/components/core-component-page/README.md +0 -6
  199. data/app/assets/components/core-component-page/bower.json +0 -8
  200. data/app/assets/components/core-component-page/demo.html +0 -23
  201. data/app/assets/components/core-component-page/index.html +0 -22
  202. data/app/assets/components/core-doc-viewer/README.md +0 -4
  203. data/app/assets/components/core-doc-viewer/bower.json +0 -16
  204. data/app/assets/components/core-doc-viewer/demo.html +0 -46
  205. data/app/assets/components/core-doc-viewer/index.html +0 -22
  206. data/app/assets/components/core-docs/README.md +0 -4
  207. data/app/assets/components/core-docs/bower.json +0 -7
  208. data/app/assets/components/core-docs/index.html +0 -71
  209. data/app/assets/components/core-drag-drop/demo.html +0 -102
  210. data/app/assets/components/core-drag-drop/index.html +0 -22
  211. data/app/assets/components/core-drawer-panel/README.md +0 -4
  212. data/app/assets/components/core-drawer-panel/bower.json +0 -8
  213. data/app/assets/components/core-drawer-panel/demo.html +0 -73
  214. data/app/assets/components/core-drawer-panel/index.html +0 -22
  215. data/app/assets/components/core-dropdown/README.md +0 -6
  216. data/app/assets/components/core-dropdown/bower.json +0 -11
  217. data/app/assets/components/core-dropdown/core-dropdown.css +0 -35
  218. data/app/assets/components/core-dropdown/demo.html +0 -349
  219. data/app/assets/components/core-dropdown/index.html +0 -22
  220. data/app/assets/components/core-elements/README.md +0 -4
  221. data/app/assets/components/core-elements/bower.json +0 -47
  222. data/app/assets/components/core-elements/demo.html +0 -107
  223. data/app/assets/components/core-elements/index.html +0 -22
  224. data/app/assets/components/core-field/README.md +0 -4
  225. data/app/assets/components/core-field/bower.json +0 -7
  226. data/app/assets/components/core-field/demo.html +0 -67
  227. data/app/assets/components/core-field/index.html +0 -22
  228. data/app/assets/components/core-header-panel/README.md +0 -4
  229. data/app/assets/components/core-header-panel/bower.json +0 -7
  230. data/app/assets/components/core-header-panel/demo.html +0 -100
  231. data/app/assets/components/core-header-panel/index.html +0 -23
  232. data/app/assets/components/core-icon-button/README.md +0 -4
  233. data/app/assets/components/core-icon-button/bower.json +0 -7
  234. data/app/assets/components/core-icon-button/demo.html +0 -35
  235. data/app/assets/components/core-icon-button/index.html +0 -22
  236. data/app/assets/components/core-icon/README.md +0 -4
  237. data/app/assets/components/core-icon/bower.json +0 -8
  238. data/app/assets/components/core-icon/demo.html +0 -44
  239. data/app/assets/components/core-icon/index.html +0 -22
  240. data/app/assets/components/core-icons/README.md +0 -4
  241. data/app/assets/components/core-icons/bower.json +0 -9
  242. data/app/assets/components/core-icons/demo.html +0 -96
  243. data/app/assets/components/core-icons/iconsets/av-icons.html +0 -45
  244. data/app/assets/components/core-icons/iconsets/communication-icons.html +0 -38
  245. data/app/assets/components/core-icons/iconsets/device-icons.html +0 -54
  246. data/app/assets/components/core-icons/iconsets/hardware-icons.html +0 -45
  247. data/app/assets/components/core-icons/iconsets/icons.html +0 -192
  248. data/app/assets/components/core-icons/iconsets/image-icons.html +0 -51
  249. data/app/assets/components/core-icons/iconsets/maps-icons.html +0 -33
  250. data/app/assets/components/core-icons/iconsets/notification-icons.html +0 -53
  251. data/app/assets/components/core-icons/iconsets/png-icons.html +0 -18
  252. data/app/assets/components/core-icons/iconsets/social-icons.html +0 -50
  253. data/app/assets/components/core-icons/index.html +0 -22
  254. data/app/assets/components/core-iconset-svg/README.md +0 -4
  255. data/app/assets/components/core-iconset-svg/bower.json +0 -8
  256. data/app/assets/components/core-iconset-svg/demo.html +0 -66
  257. data/app/assets/components/core-iconset-svg/index.html +0 -22
  258. data/app/assets/components/core-iconset/README.md +0 -4
  259. data/app/assets/components/core-iconset/bower.json +0 -9
  260. data/app/assets/components/core-iconset/demo.html +0 -62
  261. data/app/assets/components/core-iconset/index.html +0 -22
  262. data/app/assets/components/core-input/README.md +0 -2
  263. data/app/assets/components/core-input/bower.json +0 -6
  264. data/app/assets/components/core-input/demo.html +0 -142
  265. data/app/assets/components/core-input/index.html +0 -22
  266. data/app/assets/components/core-item/README.md +0 -4
  267. data/app/assets/components/core-item/bower.json +0 -8
  268. data/app/assets/components/core-item/demo.html +0 -92
  269. data/app/assets/components/core-item/index.html +0 -22
  270. data/app/assets/components/core-layout-grid/README.md +0 -4
  271. data/app/assets/components/core-layout-grid/bower.json +0 -7
  272. data/app/assets/components/core-layout-grid/demo.html +0 -116
  273. data/app/assets/components/core-layout-grid/index.html +0 -22
  274. data/app/assets/components/core-layout-trbl/README.md +0 -4
  275. data/app/assets/components/core-layout-trbl/bower.json +0 -7
  276. data/app/assets/components/core-layout-trbl/demo.html +0 -58
  277. data/app/assets/components/core-layout-trbl/index.html +0 -22
  278. data/app/assets/components/core-list/README.md +0 -4
  279. data/app/assets/components/core-list/bower.json +0 -8
  280. data/app/assets/components/core-list/demo-divider.html +0 -178
  281. data/app/assets/components/core-list/demo.html +0 -154
  282. data/app/assets/components/core-list/index.html +0 -22
  283. data/app/assets/components/core-localstorage/README.md +0 -4
  284. data/app/assets/components/core-localstorage/bower.json +0 -7
  285. data/app/assets/components/core-localstorage/demo.html +0 -50
  286. data/app/assets/components/core-localstorage/index.html +0 -22
  287. data/app/assets/components/core-media-query/README.md +0 -4
  288. data/app/assets/components/core-media-query/bower.json +0 -7
  289. data/app/assets/components/core-media-query/demo.html +0 -44
  290. data/app/assets/components/core-media-query/index.html +0 -22
  291. data/app/assets/components/core-menu-button/README.md +0 -2
  292. data/app/assets/components/core-menu-button/bower.json +0 -11
  293. data/app/assets/components/core-menu-button/core-menu-button.css +0 -10
  294. data/app/assets/components/core-menu-button/demo.html +0 -98
  295. data/app/assets/components/core-menu-button/index.html +0 -22
  296. data/app/assets/components/core-menu/README.md +0 -4
  297. data/app/assets/components/core-menu/bower.json +0 -9
  298. data/app/assets/components/core-menu/demo.html +0 -101
  299. data/app/assets/components/core-menu/index.html +0 -22
  300. data/app/assets/components/core-meta/README.md +0 -4
  301. data/app/assets/components/core-meta/bower.json +0 -7
  302. data/app/assets/components/core-meta/demo.html +0 -58
  303. data/app/assets/components/core-meta/index.html +0 -22
  304. data/app/assets/components/core-overlay/README.md +0 -4
  305. data/app/assets/components/core-overlay/bower.json +0 -8
  306. data/app/assets/components/core-overlay/demo.html +0 -155
  307. data/app/assets/components/core-overlay/index.html +0 -22
  308. data/app/assets/components/core-pages/README.md +0 -4
  309. data/app/assets/components/core-pages/bower.json +0 -7
  310. data/app/assets/components/core-pages/demo.html +0 -136
  311. data/app/assets/components/core-pages/index.html +0 -22
  312. data/app/assets/components/core-popup-menu/README.md +0 -6
  313. data/app/assets/components/core-popup-menu/bower.json +0 -13
  314. data/app/assets/components/core-popup-menu/demo.html +0 -542
  315. data/app/assets/components/core-popup-menu/index.html +0 -22
  316. data/app/assets/components/core-range/README.md +0 -2
  317. data/app/assets/components/core-range/bower.json +0 -7
  318. data/app/assets/components/core-range/demo.html +0 -64
  319. data/app/assets/components/core-range/index.html +0 -22
  320. data/app/assets/components/core-scaffold/README.md +0 -4
  321. data/app/assets/components/core-scaffold/bower.json +0 -10
  322. data/app/assets/components/core-scaffold/demo.html +0 -82
  323. data/app/assets/components/core-scaffold/index.html +0 -22
  324. data/app/assets/components/core-scroll-header-panel/README.md +0 -4
  325. data/app/assets/components/core-scroll-header-panel/bower.json +0 -11
  326. data/app/assets/components/core-scroll-header-panel/demo.html +0 -111
  327. data/app/assets/components/core-scroll-header-panel/demos/demo1.html +0 -80
  328. data/app/assets/components/core-scroll-header-panel/demos/demo2.html +0 -82
  329. data/app/assets/components/core-scroll-header-panel/demos/demo3.html +0 -81
  330. data/app/assets/components/core-scroll-header-panel/demos/demo4.html +0 -109
  331. data/app/assets/components/core-scroll-header-panel/demos/demo5.html +0 -109
  332. data/app/assets/components/core-scroll-header-panel/demos/demo6.html +0 -113
  333. data/app/assets/components/core-scroll-header-panel/demos/demo7.html +0 -120
  334. data/app/assets/components/core-scroll-header-panel/demos/demo8.html +0 -122
  335. data/app/assets/components/core-scroll-header-panel/demos/demo9.html +0 -100
  336. data/app/assets/components/core-scroll-header-panel/demos/images/bg2.jpg +0 -0
  337. data/app/assets/components/core-scroll-header-panel/demos/images/bg3.jpg +0 -0
  338. data/app/assets/components/core-scroll-header-panel/demos/images/bg5.jpg +0 -0
  339. data/app/assets/components/core-scroll-header-panel/demos/images/bg6.jpg +0 -0
  340. data/app/assets/components/core-scroll-header-panel/demos/images/bg9.jpg +0 -0
  341. data/app/assets/components/core-scroll-header-panel/demos/lorem-ipsum.html +0 -42
  342. data/app/assets/components/core-scroll-header-panel/index.html +0 -22
  343. data/app/assets/components/core-selection/README.md +0 -4
  344. data/app/assets/components/core-selection/bower.json +0 -7
  345. data/app/assets/components/core-selection/demo.html +0 -59
  346. data/app/assets/components/core-selection/index.html +0 -22
  347. data/app/assets/components/core-selector/README.md +0 -4
  348. data/app/assets/components/core-selector/bower.json +0 -8
  349. data/app/assets/components/core-selector/demo.html +0 -106
  350. data/app/assets/components/core-selector/index.html +0 -22
  351. data/app/assets/components/core-shared-lib/README.md +0 -4
  352. data/app/assets/components/core-shared-lib/bower.json +0 -7
  353. data/app/assets/components/core-shared-lib/demo.html +0 -33
  354. data/app/assets/components/core-shared-lib/index.html +0 -22
  355. data/app/assets/components/core-signals/README.md +0 -4
  356. data/app/assets/components/core-signals/bower.json +0 -7
  357. data/app/assets/components/core-signals/demo.html +0 -53
  358. data/app/assets/components/core-signals/index.html +0 -22
  359. data/app/assets/components/core-splitter/README.md +0 -4
  360. data/app/assets/components/core-splitter/bower.json +0 -7
  361. data/app/assets/components/core-splitter/demo.html +0 -80
  362. data/app/assets/components/core-splitter/index.html +0 -22
  363. data/app/assets/components/core-style/README.md +0 -4
  364. data/app/assets/components/core-style/bower.json +0 -7
  365. data/app/assets/components/core-style/demo.html +0 -58
  366. data/app/assets/components/core-style/index.html +0 -22
  367. data/app/assets/components/core-tests/README.md +0 -4
  368. data/app/assets/components/core-tests/bower.json +0 -7
  369. data/app/assets/components/core-tests/runner.html +0 -29
  370. data/app/assets/components/core-tests/tests/core-ajax.html +0 -49
  371. data/app/assets/components/core-tests/tests/core-collapse.html +0 -68
  372. data/app/assets/components/core-tests/tests/core-localstorage.html +0 -38
  373. data/app/assets/components/core-tests/tests/core-selection-multi.html +0 -55
  374. data/app/assets/components/core-tests/tests/core-selection.html +0 -54
  375. data/app/assets/components/core-tests/tests/core-selector-activate-event.html +0 -50
  376. data/app/assets/components/core-tests/tests/core-selector-basic.html +0 -105
  377. data/app/assets/components/core-tests/tests/core-selector-multi.html +0 -86
  378. data/app/assets/components/core-tests/tests/tests.html +0 -46
  379. data/app/assets/components/core-toolbar/README.md +0 -4
  380. data/app/assets/components/core-toolbar/bower.json +0 -7
  381. data/app/assets/components/core-toolbar/demo.html +0 -107
  382. data/app/assets/components/core-toolbar/index.html +0 -22
  383. data/app/assets/components/core-tooltip/README.md +0 -4
  384. data/app/assets/components/core-tooltip/bower.json +0 -7
  385. data/app/assets/components/core-tooltip/demo.html +0 -176
  386. data/app/assets/components/core-tooltip/index.html +0 -23
  387. data/app/assets/components/core-transition/README.md +0 -2
  388. data/app/assets/components/core-transition/bower.json +0 -8
  389. data/app/assets/components/core-transition/demo.html +0 -87
  390. data/app/assets/components/core-transition/index.html +0 -22
  391. data/app/assets/components/google-code-prettify/CHANGES.html +0 -172
  392. data/app/assets/components/google-code-prettify/COPYING +0 -191
  393. data/app/assets/components/google-code-prettify/README.html +0 -233
  394. data/app/assets/components/google-code-prettify/README.md +0 -54
  395. data/app/assets/components/google-code-prettify/bin/prettify.min.css +0 -1
  396. data/app/assets/components/google-code-prettify/bin/prettify.min.js +0 -30
  397. data/app/assets/components/google-code-prettify/bin/run_prettify.min.js +0 -34
  398. data/app/assets/components/google-code-prettify/bower.json +0 -16
  399. data/app/assets/components/google-code-prettify/examples/quine.html +0 -55
  400. data/app/assets/components/google-code-prettify/styles/demo.html +0 -61
  401. data/app/assets/components/google-code-prettify/styles/index.html +0 -89
  402. data/app/assets/components/marked-element/README.md +0 -4
  403. data/app/assets/components/marked-element/bower.json +0 -8
  404. data/app/assets/components/marked-element/demo.html +0 -51
  405. data/app/assets/components/marked-element/index.html +0 -22
  406. data/app/assets/components/marked/README.md +0 -386
  407. data/app/assets/components/marked/bin/marked +0 -187
  408. data/app/assets/components/marked/test/README +0 -10
  409. data/app/assets/components/marked/test/browser/index.html +0 -5
  410. data/app/assets/components/marked/test/browser/index.js +0 -41
  411. data/app/assets/components/marked/test/browser/test.js +0 -62
  412. data/app/assets/components/marked/test/index.js +0 -543
  413. data/app/assets/components/marked/test/new/autolink_lines.html +0 -3
  414. data/app/assets/components/marked/test/new/autolink_lines.text +0 -2
  415. data/app/assets/components/marked/test/new/blockquote_list_item.html +0 -3
  416. data/app/assets/components/marked/test/new/blockquote_list_item.text +0 -4
  417. data/app/assets/components/marked/test/new/case_insensitive_refs.html +0 -1
  418. data/app/assets/components/marked/test/new/case_insensitive_refs.text +0 -3
  419. data/app/assets/components/marked/test/new/def_blocks.html +0 -28
  420. data/app/assets/components/marked/test/new/def_blocks.text +0 -21
  421. data/app/assets/components/marked/test/new/double_link.html +0 -5
  422. data/app/assets/components/marked/test/new/double_link.text +0 -5
  423. data/app/assets/components/marked/test/new/escaped_angles.html +0 -1
  424. data/app/assets/components/marked/test/new/escaped_angles.text +0 -1
  425. data/app/assets/components/marked/test/new/gfm_break.breaks.html +0 -1
  426. data/app/assets/components/marked/test/new/gfm_break.breaks.text +0 -3
  427. data/app/assets/components/marked/test/new/gfm_code.html +0 -5
  428. data/app/assets/components/marked/test/new/gfm_code.text +0 -16
  429. data/app/assets/components/marked/test/new/gfm_code_hr_list.html +0 -52
  430. data/app/assets/components/marked/test/new/gfm_code_hr_list.text +0 -53
  431. data/app/assets/components/marked/test/new/gfm_del.html +0 -1
  432. data/app/assets/components/marked/test/new/gfm_del.text +0 -1
  433. data/app/assets/components/marked/test/new/gfm_em.html +0 -1
  434. data/app/assets/components/marked/test/new/gfm_em.text +0 -1
  435. data/app/assets/components/marked/test/new/gfm_links.html +0 -2
  436. data/app/assets/components/marked/test/new/gfm_links.text +0 -1
  437. data/app/assets/components/marked/test/new/gfm_tables.html +0 -37
  438. data/app/assets/components/marked/test/new/gfm_tables.text +0 -21
  439. data/app/assets/components/marked/test/new/hr_list_break.html +0 -10
  440. data/app/assets/components/marked/test/new/hr_list_break.text +0 -6
  441. data/app/assets/components/marked/test/new/lazy_blockquotes.html +0 -4
  442. data/app/assets/components/marked/test/new/lazy_blockquotes.text +0 -2
  443. data/app/assets/components/marked/test/new/list_item_text.html +0 -1
  444. data/app/assets/components/marked/test/new/list_item_text.text +0 -5
  445. data/app/assets/components/marked/test/new/loose_lists.html +0 -62
  446. data/app/assets/components/marked/test/new/loose_lists.text +0 -59
  447. data/app/assets/components/marked/test/new/main.html +0 -4
  448. data/app/assets/components/marked/test/new/main.text +0 -55
  449. data/app/assets/components/marked/test/new/nested_code.html +0 -1
  450. data/app/assets/components/marked/test/new/nested_code.text +0 -1
  451. data/app/assets/components/marked/test/new/nested_em.html +0 -3
  452. data/app/assets/components/marked/test/new/nested_em.text +0 -3
  453. data/app/assets/components/marked/test/new/nested_square_link.html +0 -1
  454. data/app/assets/components/marked/test/new/nested_square_link.text +0 -1
  455. data/app/assets/components/marked/test/new/not_a_link.html +0 -1
  456. data/app/assets/components/marked/test/new/not_a_link.text +0 -1
  457. data/app/assets/components/marked/test/new/ref_paren.html +0 -1
  458. data/app/assets/components/marked/test/new/ref_paren.text +0 -3
  459. data/app/assets/components/marked/test/new/same_bullet.html +0 -5
  460. data/app/assets/components/marked/test/new/same_bullet.text +0 -3
  461. data/app/assets/components/marked/test/new/text.smartypants.html +0 -6
  462. data/app/assets/components/marked/test/new/text.smartypants.text +0 -6
  463. data/app/assets/components/marked/test/new/toplevel_paragraphs.gfm.html +0 -34
  464. data/app/assets/components/marked/test/new/toplevel_paragraphs.gfm.text +0 -37
  465. data/app/assets/components/marked/test/new/tricky_list.html +0 -23
  466. data/app/assets/components/marked/test/new/tricky_list.text +0 -15
  467. data/app/assets/components/marked/test/original/amps_and_angles_encoding.html +0 -17
  468. data/app/assets/components/marked/test/original/amps_and_angles_encoding.text +0 -21
  469. data/app/assets/components/marked/test/original/auto_links.html +0 -18
  470. data/app/assets/components/marked/test/original/auto_links.text +0 -13
  471. data/app/assets/components/marked/test/original/backslash_escapes.html +0 -118
  472. data/app/assets/components/marked/test/original/backslash_escapes.text +0 -120
  473. data/app/assets/components/marked/test/original/blockquotes_with_code_blocks.html +0 -15
  474. data/app/assets/components/marked/test/original/blockquotes_with_code_blocks.text +0 -11
  475. data/app/assets/components/marked/test/original/code_blocks.html +0 -18
  476. data/app/assets/components/marked/test/original/code_blocks.text +0 -14
  477. data/app/assets/components/marked/test/original/code_spans.html +0 -6
  478. data/app/assets/components/marked/test/original/code_spans.text +0 -6
  479. data/app/assets/components/marked/test/original/hard_wrapped_paragraphs_with_list_like_lines.html +0 -8
  480. data/app/assets/components/marked/test/original/hard_wrapped_paragraphs_with_list_like_lines.text +0 -8
  481. data/app/assets/components/marked/test/original/horizontal_rules.html +0 -71
  482. data/app/assets/components/marked/test/original/horizontal_rules.text +0 -67
  483. data/app/assets/components/marked/test/original/inline_html_advanced.html +0 -15
  484. data/app/assets/components/marked/test/original/inline_html_advanced.text +0 -15
  485. data/app/assets/components/marked/test/original/inline_html_comments.html +0 -13
  486. data/app/assets/components/marked/test/original/inline_html_comments.text +0 -13
  487. data/app/assets/components/marked/test/original/inline_html_simple.html +0 -72
  488. data/app/assets/components/marked/test/original/inline_html_simple.text +0 -69
  489. data/app/assets/components/marked/test/original/links_inline_style.html +0 -15
  490. data/app/assets/components/marked/test/original/links_inline_style.text +0 -15
  491. data/app/assets/components/marked/test/original/links_reference_style.html +0 -52
  492. data/app/assets/components/marked/test/original/links_reference_style.text +0 -71
  493. data/app/assets/components/marked/test/original/links_shortcut_references.html +0 -9
  494. data/app/assets/components/marked/test/original/links_shortcut_references.text +0 -20
  495. data/app/assets/components/marked/test/original/literal_quotes_in_titles.html +0 -3
  496. data/app/assets/components/marked/test/original/literal_quotes_in_titles.text +0 -7
  497. data/app/assets/components/marked/test/original/markdown_documentation_basics.html +0 -314
  498. data/app/assets/components/marked/test/original/markdown_documentation_basics.text +0 -306
  499. data/app/assets/components/marked/test/original/markdown_documentation_syntax.html +0 -942
  500. data/app/assets/components/marked/test/original/markdown_documentation_syntax.text +0 -888
  501. data/app/assets/components/marked/test/original/nested_blockquotes.html +0 -9
  502. data/app/assets/components/marked/test/original/nested_blockquotes.text +0 -5
  503. data/app/assets/components/marked/test/original/ordered_and_unordered_lists.html +0 -148
  504. data/app/assets/components/marked/test/original/ordered_and_unordered_lists.text +0 -131
  505. data/app/assets/components/marked/test/original/strong_and_em_together.html +0 -7
  506. data/app/assets/components/marked/test/original/strong_and_em_together.text +0 -7
  507. data/app/assets/components/marked/test/original/tabs.html +0 -25
  508. data/app/assets/components/marked/test/original/tabs.text +0 -21
  509. data/app/assets/components/marked/test/original/tidyness.html +0 -8
  510. data/app/assets/components/marked/test/original/tidyness.text +0 -5
  511. data/app/assets/components/marked/test/tests/amps_and_angles_encoding.html +0 -17
  512. data/app/assets/components/marked/test/tests/amps_and_angles_encoding.text +0 -21
  513. data/app/assets/components/marked/test/tests/auto_links.html +0 -18
  514. data/app/assets/components/marked/test/tests/auto_links.text +0 -13
  515. data/app/assets/components/marked/test/tests/autolink_lines.html +0 -3
  516. data/app/assets/components/marked/test/tests/autolink_lines.text +0 -2
  517. data/app/assets/components/marked/test/tests/backslash_escapes.html +0 -118
  518. data/app/assets/components/marked/test/tests/backslash_escapes.text +0 -120
  519. data/app/assets/components/marked/test/tests/blockquote_list_item.html +0 -3
  520. data/app/assets/components/marked/test/tests/blockquote_list_item.text +0 -4
  521. data/app/assets/components/marked/test/tests/blockquotes_with_code_blocks.html +0 -15
  522. data/app/assets/components/marked/test/tests/blockquotes_with_code_blocks.text +0 -11
  523. data/app/assets/components/marked/test/tests/case_insensitive_refs.html +0 -1
  524. data/app/assets/components/marked/test/tests/case_insensitive_refs.text +0 -3
  525. data/app/assets/components/marked/test/tests/code_blocks.html +0 -18
  526. data/app/assets/components/marked/test/tests/code_blocks.text +0 -14
  527. data/app/assets/components/marked/test/tests/code_spans.html +0 -6
  528. data/app/assets/components/marked/test/tests/code_spans.text +0 -6
  529. data/app/assets/components/marked/test/tests/def_blocks.html +0 -28
  530. data/app/assets/components/marked/test/tests/def_blocks.text +0 -21
  531. data/app/assets/components/marked/test/tests/double_link.html +0 -5
  532. data/app/assets/components/marked/test/tests/double_link.text +0 -5
  533. data/app/assets/components/marked/test/tests/escaped_angles.html +0 -1
  534. data/app/assets/components/marked/test/tests/escaped_angles.text +0 -1
  535. data/app/assets/components/marked/test/tests/gfm_break.breaks.html +0 -1
  536. data/app/assets/components/marked/test/tests/gfm_break.breaks.text +0 -3
  537. data/app/assets/components/marked/test/tests/gfm_code.html +0 -5
  538. data/app/assets/components/marked/test/tests/gfm_code.text +0 -16
  539. data/app/assets/components/marked/test/tests/gfm_code_hr_list.html +0 -52
  540. data/app/assets/components/marked/test/tests/gfm_code_hr_list.text +0 -53
  541. data/app/assets/components/marked/test/tests/gfm_del.html +0 -1
  542. data/app/assets/components/marked/test/tests/gfm_del.text +0 -1
  543. data/app/assets/components/marked/test/tests/gfm_em.html +0 -1
  544. data/app/assets/components/marked/test/tests/gfm_em.text +0 -1
  545. data/app/assets/components/marked/test/tests/gfm_links.html +0 -2
  546. data/app/assets/components/marked/test/tests/gfm_links.text +0 -1
  547. data/app/assets/components/marked/test/tests/gfm_tables.html +0 -37
  548. data/app/assets/components/marked/test/tests/gfm_tables.text +0 -21
  549. data/app/assets/components/marked/test/tests/hard_wrapped_paragraphs_with_list_like_lines.nogfm.html +0 -8
  550. data/app/assets/components/marked/test/tests/hard_wrapped_paragraphs_with_list_like_lines.nogfm.text +0 -8
  551. data/app/assets/components/marked/test/tests/horizontal_rules.html +0 -71
  552. data/app/assets/components/marked/test/tests/horizontal_rules.text +0 -67
  553. data/app/assets/components/marked/test/tests/hr_list_break.html +0 -10
  554. data/app/assets/components/marked/test/tests/hr_list_break.text +0 -6
  555. data/app/assets/components/marked/test/tests/inline_html_advanced.html +0 -15
  556. data/app/assets/components/marked/test/tests/inline_html_advanced.text +0 -15
  557. data/app/assets/components/marked/test/tests/inline_html_comments.html +0 -13
  558. data/app/assets/components/marked/test/tests/inline_html_comments.text +0 -13
  559. data/app/assets/components/marked/test/tests/inline_html_simple.html +0 -72
  560. data/app/assets/components/marked/test/tests/inline_html_simple.text +0 -69
  561. data/app/assets/components/marked/test/tests/lazy_blockquotes.html +0 -4
  562. data/app/assets/components/marked/test/tests/lazy_blockquotes.text +0 -2
  563. data/app/assets/components/marked/test/tests/links_inline_style.html +0 -15
  564. data/app/assets/components/marked/test/tests/links_inline_style.text +0 -15
  565. data/app/assets/components/marked/test/tests/links_reference_style.html +0 -52
  566. data/app/assets/components/marked/test/tests/links_reference_style.text +0 -71
  567. data/app/assets/components/marked/test/tests/links_shortcut_references.html +0 -9
  568. data/app/assets/components/marked/test/tests/links_shortcut_references.text +0 -20
  569. data/app/assets/components/marked/test/tests/list_item_text.html +0 -1
  570. data/app/assets/components/marked/test/tests/list_item_text.text +0 -5
  571. data/app/assets/components/marked/test/tests/literal_quotes_in_titles.html +0 -3
  572. data/app/assets/components/marked/test/tests/literal_quotes_in_titles.text +0 -7
  573. data/app/assets/components/marked/test/tests/loose_lists.html +0 -62
  574. data/app/assets/components/marked/test/tests/loose_lists.text +0 -59
  575. data/app/assets/components/marked/test/tests/main.html +0 -4
  576. data/app/assets/components/marked/test/tests/main.text +0 -55
  577. data/app/assets/components/marked/test/tests/markdown_documentation_basics.html +0 -314
  578. data/app/assets/components/marked/test/tests/markdown_documentation_basics.text +0 -306
  579. data/app/assets/components/marked/test/tests/markdown_documentation_syntax.html +0 -942
  580. data/app/assets/components/marked/test/tests/markdown_documentation_syntax.text +0 -888
  581. data/app/assets/components/marked/test/tests/nested_blockquotes.html +0 -9
  582. data/app/assets/components/marked/test/tests/nested_blockquotes.text +0 -5
  583. data/app/assets/components/marked/test/tests/nested_code.html +0 -1
  584. data/app/assets/components/marked/test/tests/nested_code.text +0 -1
  585. data/app/assets/components/marked/test/tests/nested_em.html +0 -3
  586. data/app/assets/components/marked/test/tests/nested_em.text +0 -3
  587. data/app/assets/components/marked/test/tests/nested_square_link.html +0 -1
  588. data/app/assets/components/marked/test/tests/nested_square_link.text +0 -1
  589. data/app/assets/components/marked/test/tests/not_a_link.html +0 -1
  590. data/app/assets/components/marked/test/tests/not_a_link.text +0 -1
  591. data/app/assets/components/marked/test/tests/ordered_and_unordered_lists.html +0 -148
  592. data/app/assets/components/marked/test/tests/ordered_and_unordered_lists.text +0 -131
  593. data/app/assets/components/marked/test/tests/ref_paren.html +0 -1
  594. data/app/assets/components/marked/test/tests/ref_paren.text +0 -3
  595. data/app/assets/components/marked/test/tests/same_bullet.html +0 -5
  596. data/app/assets/components/marked/test/tests/same_bullet.text +0 -3
  597. data/app/assets/components/marked/test/tests/strong_and_em_together.html +0 -7
  598. data/app/assets/components/marked/test/tests/strong_and_em_together.text +0 -7
  599. data/app/assets/components/marked/test/tests/tabs.html +0 -25
  600. data/app/assets/components/marked/test/tests/tabs.text +0 -21
  601. data/app/assets/components/marked/test/tests/text.smartypants.html +0 -6
  602. data/app/assets/components/marked/test/tests/text.smartypants.text +0 -6
  603. data/app/assets/components/marked/test/tests/tidyness.html +0 -8
  604. data/app/assets/components/marked/test/tests/tidyness.text +0 -5
  605. data/app/assets/components/marked/test/tests/toplevel_paragraphs.gfm.html +0 -34
  606. data/app/assets/components/marked/test/tests/toplevel_paragraphs.gfm.text +0 -37
  607. data/app/assets/components/marked/test/tests/tricky_list.html +0 -23
  608. data/app/assets/components/marked/test/tests/tricky_list.text +0 -15
  609. data/app/assets/components/platform/README.md +0 -6
  610. data/app/assets/components/platform/bower.json +0 -16
  611. data/app/assets/components/platform/build.log +0 -35
  612. data/app/assets/components/platform/platform.js.map +0 -1
  613. data/app/assets/components/polymer-test-tools/README.md +0 -4
  614. data/app/assets/components/polymer-test-tools/bower.json +0 -5
  615. data/app/assets/components/polymer-test-tools/chai/CONTRIBUTING.md +0 -173
  616. data/app/assets/components/polymer-test-tools/chai/History.md +0 -895
  617. data/app/assets/components/polymer-test-tools/chai/README.md +0 -99
  618. data/app/assets/components/polymer-test-tools/chai/ReleaseNotes.md +0 -482
  619. data/app/assets/components/polymer-test-tools/chai/bower.json +0 -27
  620. data/app/assets/components/polymer-test-tools/chai/chai.js +0 -4782
  621. data/app/assets/components/polymer-test-tools/chai/component.json +0 -49
  622. data/app/assets/components/polymer-test-tools/chai/karma.conf.js +0 -38
  623. data/app/assets/components/polymer-test-tools/chai/karma.sauce.js +0 -51
  624. data/app/assets/components/polymer-test-tools/chai/package.json +0 -42
  625. data/app/assets/components/polymer-test-tools/chai/sauce.browsers.js +0 -138
  626. data/app/assets/components/polymer-test-tools/htmltest.js +0 -39
  627. data/app/assets/components/polymer-test-tools/karma-common.conf.js +0 -107
  628. data/app/assets/components/polymer-test-tools/mocha-htmltest.js +0 -70
  629. data/app/assets/components/polymer-test-tools/mocha/History.md +0 -692
  630. data/app/assets/components/polymer-test-tools/mocha/LICENSE +0 -22
  631. data/app/assets/components/polymer-test-tools/mocha/Readme.md +0 -172
  632. data/app/assets/components/polymer-test-tools/mocha/bower.json +0 -23
  633. data/app/assets/components/polymer-test-tools/mocha/media/logo.svg +0 -8
  634. data/app/assets/components/polymer-test-tools/mocha/mocha.css +0 -270
  635. data/app/assets/components/polymer-test-tools/mocha/mocha.js +0 -5842
  636. data/app/assets/components/polymer/README.md +0 -17
  637. data/app/assets/components/polymer/bower.json +0 -8
  638. data/app/assets/components/polymer/build.log +0 -35
  639. data/app/assets/components/polymer/layout.html +0 -286
  640. data/app/assets/components/polymer/polymer.js +0 -14
  641. data/app/assets/components/polymer/polymer.js.map +0 -1
  642. data/app/assets/components/prettify-element/README.md +0 -14
  643. data/app/assets/components/prettify-element/bower.json +0 -8
  644. data/app/assets/components/prettify-element/demo.html +0 -85
  645. data/app/assets/components/prettify-element/index.html +0 -23
  646. data/app/assets/components/sampler-scaffold/README.md +0 -4
  647. data/app/assets/components/sampler-scaffold/bower.json +0 -12
  648. data/app/assets/components/sampler-scaffold/demo.html +0 -54
  649. data/app/assets/components/sampler-scaffold/demos/string.html +0 -20
  650. data/app/assets/components/sampler-scaffold/index.html +0 -22
  651. data/app/assets/components/web-animations-js/COPYING +0 -202
  652. data/app/assets/components/web-animations-js/README.md +0 -237
  653. data/app/assets/components/web-animations-js/run-lint.sh +0 -19
  654. data/app/assets/components/web-animations-js/run-tests-android.sh +0 -25
  655. data/app/assets/components/web-animations-js/run-tests.sh +0 -15
  656. data/app/assets/components/web-animations-js/test/bootstrap.js +0 -1266
  657. data/app/assets/components/web-animations-js/test/img/error.png +0 -0
  658. data/app/assets/components/web-animations-js/test/img/success.png +0 -0
  659. data/app/assets/components/web-animations-js/test/img/unknown.png +0 -0
  660. data/app/assets/components/web-animations-js/test/perf/balls-add-compositing.html +0 -147
  661. data/app/assets/components/web-animations-js/test/perf/balls-replace-compositing.html +0 -144
  662. data/app/assets/components/web-animations-js/test/perf/perf.js +0 -158
  663. data/app/assets/components/web-animations-js/test/perf/updating-inline-style-during-animation.html +0 -165
  664. data/app/assets/components/web-animations-js/test/test-generator.html +0 -240
  665. data/app/assets/components/web-animations-js/test/test-results-post.html +0 -3
  666. data/app/assets/components/web-animations-js/test/test-runner.html +0 -810
  667. data/app/assets/components/web-animations-js/test/testcases.js +0 -93
  668. data/app/assets/components/web-animations-js/test/testcases/auto-test-box-shadow-checks.js +0 -42
  669. data/app/assets/components/web-animations-js/test/testcases/auto-test-box-shadow.html +0 -40
  670. data/app/assets/components/web-animations-js/test/testcases/auto-test-calc-checks.js +0 -41
  671. data/app/assets/components/web-animations-js/test/testcases/auto-test-calc.html +0 -156
  672. data/app/assets/components/web-animations-js/test/testcases/auto-test-change-playback-rate-checks.js +0 -23
  673. data/app/assets/components/web-animations-js/test/testcases/auto-test-circular-path-checks.js +0 -65
  674. data/app/assets/components/web-animations-js/test/testcases/auto-test-circular-path.html +0 -83
  675. data/app/assets/components/web-animations-js/test/testcases/auto-test-color-checks.js +0 -101
  676. data/app/assets/components/web-animations-js/test/testcases/auto-test-color-names-checks.js +0 -431
  677. data/app/assets/components/web-animations-js/test/testcases/auto-test-color-names.html +0 -204
  678. data/app/assets/components/web-animations-js/test/testcases/auto-test-color.html +0 -117
  679. data/app/assets/components/web-animations-js/test/testcases/auto-test-composite-transforms-checks.js +0 -45
  680. data/app/assets/components/web-animations-js/test/testcases/auto-test-composite-transforms.html +0 -97
  681. data/app/assets/components/web-animations-js/test/testcases/auto-test-compositor-checks.js +0 -26
  682. data/app/assets/components/web-animations-js/test/testcases/auto-test-compositor.html +0 -68
  683. data/app/assets/components/web-animations-js/test/testcases/auto-test-delay-checks.js +0 -92
  684. data/app/assets/components/web-animations-js/test/testcases/auto-test-delay.html +0 -39
  685. data/app/assets/components/web-animations-js/test/testcases/auto-test-element-animate-checks.js +0 -8
  686. data/app/assets/components/web-animations-js/test/testcases/auto-test-element-animate.html +0 -30
  687. data/app/assets/components/web-animations-js/test/testcases/auto-test-fill-values-checks.js +0 -266
  688. data/app/assets/components/web-animations-js/test/testcases/auto-test-fill-values.html +0 -114
  689. data/app/assets/components/web-animations-js/test/testcases/auto-test-font-weight-checks.js +0 -26
  690. data/app/assets/components/web-animations-js/test/testcases/auto-test-font-weight.html +0 -43
  691. data/app/assets/components/web-animations-js/test/testcases/auto-test-initial-checks.js +0 -74
  692. data/app/assets/components/web-animations-js/test/testcases/auto-test-initial.html +0 -242
  693. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-checks.js +0 -17
  694. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback-checks.js +0 -17
  695. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback.html +0 -78
  696. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods-checks.js +0 -17
  697. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods.html +0 -70
  698. data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style.html +0 -69
  699. data/app/assets/components/web-animations-js/test/testcases/auto-test-integer-checks.js +0 -38
  700. data/app/assets/components/web-animations-js/test/testcases/auto-test-integer.html +0 -52
  701. data/app/assets/components/web-animations-js/test/testcases/auto-test-iteration-start-checks.js +0 -506
  702. data/app/assets/components/web-animations-js/test/testcases/auto-test-iteration-start.html +0 -160
  703. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js +0 -44
  704. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-holes-checks.js +0 -41
  705. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-holes.html +0 -48
  706. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate.html +0 -50
  707. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-basic-checks.js +0 -162
  708. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-basic.html +0 -116
  709. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-fill-checks.js +0 -602
  710. data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-fill.html +0 -167
  711. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-creation-checks.js +0 -67
  712. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-creation.html +0 -109
  713. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-easing-checks.js +0 -65
  714. data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-easing.html +0 -64
  715. data/app/assets/components/web-animations-js/test/testcases/auto-test-length-units-checks.js +0 -342
  716. data/app/assets/components/web-animations-js/test/testcases/auto-test-length-units.html +0 -103
  717. data/app/assets/components/web-animations-js/test/testcases/auto-test-matrix-transforms-checks.js +0 -56
  718. data/app/assets/components/web-animations-js/test/testcases/auto-test-matrix-transforms.html +0 -90
  719. data/app/assets/components/web-animations-js/test/testcases/auto-test-motion-path-checks.js +0 -110
  720. data/app/assets/components/web-animations-js/test/testcases/auto-test-motion-path.html +0 -133
  721. data/app/assets/components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js +0 -26
  722. data/app/assets/components/web-animations-js/test/testcases/auto-test-non-numeric.html +0 -42
  723. data/app/assets/components/web-animations-js/test/testcases/auto-test-parent-checks.js +0 -38
  724. data/app/assets/components/web-animations-js/test/testcases/auto-test-parent.html +0 -52
  725. data/app/assets/components/web-animations-js/test/testcases/auto-test-partial-keyframes-checks.js +0 -27
  726. data/app/assets/components/web-animations-js/test/testcases/auto-test-partial-keyframes.html +0 -43
  727. data/app/assets/components/web-animations-js/test/testcases/auto-test-path-checks.js +0 -20
  728. data/app/assets/components/web-animations-js/test/testcases/auto-test-path.html +0 -41
  729. data/app/assets/components/web-animations-js/test/testcases/auto-test-pause-checks.js +0 -79
  730. data/app/assets/components/web-animations-js/test/testcases/auto-test-pause.html +0 -82
  731. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-checks.js +0 -37
  732. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-origin-checks.js +0 -61
  733. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-origin.html +0 -94
  734. data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective.html +0 -79
  735. data/app/assets/components/web-animations-js/test/testcases/auto-test-playback-rate-checks.js +0 -146
  736. data/app/assets/components/web-animations-js/test/testcases/auto-test-playback-rate.html +0 -128
  737. data/app/assets/components/web-animations-js/test/testcases/auto-test-position-list-type-checks.js +0 -73
  738. data/app/assets/components/web-animations-js/test/testcases/auto-test-rectangle-checks.js +0 -23
  739. data/app/assets/components/web-animations-js/test/testcases/auto-test-rectangle.html +0 -57
  740. data/app/assets/components/web-animations-js/test/testcases/auto-test-reparent-checks.js +0 -95
  741. data/app/assets/components/web-animations-js/test/testcases/auto-test-reparent.html +0 -60
  742. data/app/assets/components/web-animations-js/test/testcases/auto-test-seq-speed-checks.js +0 -69
  743. data/app/assets/components/web-animations-js/test/testcases/auto-test-seq-speed.html +0 -86
  744. data/app/assets/components/web-animations-js/test/testcases/auto-test-shorthand-checks.js +0 -197
  745. data/app/assets/components/web-animations-js/test/testcases/auto-test-shorthand.html +0 -115
  746. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-checks.js +0 -58
  747. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-iterations-checks.js +0 -92
  748. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-iterations.html +0 -107
  749. data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time.html +0 -90
  750. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-anim-checks.js +0 -23
  751. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-anim.html +0 -39
  752. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-circle-checks.js +0 -23
  753. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-circle.html +0 -38
  754. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-color-checks.js +0 -20
  755. data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-color.html +0 -36
  756. data/app/assets/components/web-animations-js/test/testcases/auto-test-text-shadow-checks.js +0 -20
  757. data/app/assets/components/web-animations-js/test/testcases/auto-test-text-shadow.html +0 -37
  758. data/app/assets/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js +0 -89
  759. data/app/assets/components/web-animations-js/test/testcases/auto-test-timing-functions.html +0 -77
  760. data/app/assets/components/web-animations-js/test/testcases/auto-test-to-animation-checks.js +0 -58
  761. data/app/assets/components/web-animations-js/test/testcases/auto-test-to-animation.html +0 -83
  762. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-3d-checks.js +0 -134
  763. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-3d.html +0 -123
  764. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-functions-checks.js +0 -160
  765. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-functions.html +0 -158
  766. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-origin-checks.js +0 -37
  767. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-origin.html +0 -80
  768. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-primitives-checks.js +0 -292
  769. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-primitives.html +0 -97
  770. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-units-checks.js +0 -202
  771. data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-units.html +0 -98
  772. data/app/assets/components/web-animations-js/test/testcases/auto-test-visibility-checks.js +0 -54
  773. data/app/assets/components/web-animations-js/test/testcases/auto-test-visibility.html +0 -80
  774. data/app/assets/components/web-animations-js/test/testcases/auto-test-wrapping-bug-checks.js +0 -58
  775. data/app/assets/components/web-animations-js/test/testcases/auto-test-wrapping-bug.html +0 -60
  776. data/app/assets/components/web-animations-js/test/testcases/background.png +0 -0
  777. data/app/assets/components/web-animations-js/test/testcases/disabled-auto-test-change-playback-rate.html +0 -65
  778. data/app/assets/components/web-animations-js/test/testcases/disabled-auto-test-position-list-type.html +0 -103
  779. data/app/assets/components/web-animations-js/test/testcases/disabled-media.html +0 -439
  780. data/app/assets/components/web-animations-js/test/testcases/disabled-test-compositing-order.html +0 -112
  781. data/app/assets/components/web-animations-js/test/testcases/impl-test-deprecation.html +0 -85
  782. data/app/assets/components/web-animations-js/test/testcases/impl-test-from-css-value.html +0 -219
  783. data/app/assets/components/web-animations-js/test/testcases/impl-test-paced-timing-function.html +0 -83
  784. data/app/assets/components/web-animations-js/test/testcases/impl-test-totimelinetime.html +0 -37
  785. data/app/assets/components/web-animations-js/test/testcases/impl-unit-test-position-type.html +0 -256
  786. data/app/assets/components/web-animations-js/test/testcases/manual-test-add-player-onend.html +0 -57
  787. data/app/assets/components/web-animations-js/test/testcases/manual-test-preset-timings.html +0 -71
  788. data/app/assets/components/web-animations-js/test/testcases/manual-test-step.html +0 -88
  789. data/app/assets/components/web-animations-js/test/testcases/small.mp4 +0 -0
  790. data/app/assets/components/web-animations-js/test/testcases/small.webm +0 -0
  791. data/app/assets/components/web-animations-js/test/testcases/test-bounds.html +0 -69
  792. data/app/assets/components/web-animations-js/test/testcases/test-document-timeline.html +0 -53
  793. data/app/assets/components/web-animations-js/test/testcases/test-dynamic-load.html +0 -65
  794. data/app/assets/components/web-animations-js/test/testcases/test-fill-auto.html +0 -78
  795. data/app/assets/components/web-animations-js/test/testcases/test-getcurrent.html +0 -324
  796. data/app/assets/components/web-animations-js/test/testcases/test-keyframe-animation-effect.html +0 -248
  797. data/app/assets/components/web-animations-js/test/testcases/test-keyframe-composite-operation.html +0 -182
  798. data/app/assets/components/web-animations-js/test/testcases/test-null-target.html +0 -66
  799. data/app/assets/components/web-animations-js/test/testcases/test-pause-for-testing.html +0 -52
  800. data/app/assets/components/web-animations-js/test/testcases/test-player-addeventlistener.html +0 -161
  801. data/app/assets/components/web-animations-js/test/testcases/test-player-cleanup.html +0 -79
  802. data/app/assets/components/web-animations-js/test/testcases/test-player-finish-event.html +0 -101
  803. data/app/assets/components/web-animations-js/test/testcases/test-player-sort.html +0 -48
  804. data/app/assets/components/web-animations-js/test/testcases/test-player.html +0 -786
  805. data/app/assets/components/web-animations-js/test/testcases/test-pseudo-element-reference.html +0 -38
  806. data/app/assets/components/web-animations-js/test/testcases/test-repeated-pause.html +0 -54
  807. data/app/assets/components/web-animations-js/test/testcases/test-restart.html +0 -115
  808. data/app/assets/components/web-animations-js/test/testcases/test-reversed-player-active-phase.html +0 -28
  809. data/app/assets/components/web-animations-js/test/testcases/test-rotation-not-reversed.html +0 -55
  810. data/app/assets/components/web-animations-js/test/testcases/test-update-state.html +0 -113
  811. data/app/assets/components/web-animations-js/test/testcases/unit-test-clone.html +0 -80
  812. data/app/assets/components/web-animations-js/test/testcases/unit-test-delay.html +0 -66
  813. data/app/assets/components/web-animations-js/test/testcases/unit-test-dom-operations.html +0 -164
  814. data/app/assets/components/web-animations-js/test/testcases/unit-test-duration.html +0 -66
  815. data/app/assets/components/web-animations-js/test/testcases/unit-test-get-siblings.html +0 -112
  816. data/app/assets/components/web-animations-js/test/testcases/unit-test-modify-timing-params.html +0 -105
  817. data/app/assets/components/web-animations-js/test/testcases/unit-test-null-effect.html +0 -43
  818. data/app/assets/components/web-animations-js/test/testcases/unit-test-set-parent.html +0 -111
  819. data/app/assets/components/web-animations-js/test/testcases/unit-test-testharness-failure.html +0 -54
  820. data/app/assets/components/web-animations-js/test/testcases/unit-test-testharness.html +0 -248
  821. data/app/assets/components/web-animations-js/test/testcases/unit-test-unpause.html +0 -68
  822. data/app/assets/components/web-animations-js/test/testharness_timing.css +0 -75
  823. data/app/assets/components/web-animations-js/test/update-testcases.py +0 -63
  824. data/app/assets/components/web-animations-js/tools/android/config.sh +0 -8
  825. data/app/assets/components/web-animations-js/tools/android/setup.sh +0 -152
  826. data/app/assets/components/web-animations-js/tools/android/stop.sh +0 -20
  827. data/app/assets/components/web-animations-js/tools/python/requirements.txt +0 -12
  828. data/app/assets/components/web-animations-js/tools/python/run-tests.py +0 -813
  829. data/app/assets/components/web-animations-js/tools/python/setup.sh +0 -60
  830. data/app/assets/components/web-animations-js/tutorial/basic-animations/basic-animation-exercise-1.html +0 -62
  831. data/app/assets/components/web-animations-js/tutorial/basic-animations/basic-animation.html +0 -120
  832. data/app/assets/components/web-animations-js/tutorial/iframe-contents.html +0 -29
  833. data/app/assets/components/web-animations-js/tutorial/jquery.js +0 -9555
  834. data/app/assets/components/web-animations-js/tutorial/page-load.js +0 -114
  835. data/app/assets/components/web-animations-js/tutorial/parallel/parallel-exercise-1.html +0 -58
  836. data/app/assets/components/web-animations-js/tutorial/parallel/parallel.html +0 -101
  837. data/app/assets/components/web-animations-js/tutorial/sample-tutorial.html +0 -44
  838. data/app/assets/components/web-animations-js/tutorial/try-it-yourself.js +0 -216
  839. data/app/assets/components/web-animations-js/tutorial/tutorial-style.css +0 -344
  840. data/app/assets/components/web-animations-js/tutorial/tutorial-testing.js +0 -84
@@ -11,59 +11,62 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
11
11
  <link rel="import" href="../core-iconset-svg/core-iconset-svg.html">
12
12
  <core-iconset-svg id="maps" iconSize="24">
13
13
  <svg><defs>
14
- <g id="beenhere"><path d="M19,1H5C3.9,1,3,1.9,3,3l0,12.9c0,0.7,0.3,1.3,0.9,1.7L12,23l8.1-5.4c0.5-0.4,0.9-1,0.9-1.7L21,3C21,1.9,20.1,1,19,1z M10,16l-5-5l1.4-1.4l3.6,3.6l7.6-7.6L19,7L10,16z"/></g>
15
- <g id="directions"><path d="M21.7,11.3l-9-9l0,0c-0.4-0.4-1-0.4-1.4,0l-9,9c-0.4,0.4-0.4,1,0,1.4l9,9c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l9-9C22.1,12.3,22.1,11.7,21.7,11.3z M14,14.5V12h-4v3H8v-4c0-0.6,0.4-1,1-1h5V7.5l3.5,3.5L14,14.5z"/></g>
16
- <g id="directions-bike"><path d="M16,4.8c1,0,1.8-0.8,1.8-1.8S17,1.2,16,1.2c-1,0-1.8,0.8-1.8,1.8S15,4.8,16,4.8z M19,12c-2.8,0-5,2.2-5,5c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5C24,14.2,21.8,12,19,12z M19,20.5c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S20.9,20.5,19,20.5z M14.8,10H19V8.2h-3.2l-1.9-3.3c-0.3-0.5-0.8-0.8-1.5-0.8c-0.5,0-0.9,0.2-1.2,0.5L7.5,8.3C7.2,8.6,7,9,7,9.5c0,0.6,0.3,1.2,0.8,1.5l3.4,2v5H13v-6.5l-2.2-1.7l2.3-2.3L14.8,10z M5,12c-2.8,0-5,2.2-5,5c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5C10,14.2,7.8,12,5,12z M5,20.5c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S6.9,20.5,5,20.5z"/></g>
17
- <g id="directions-bus"><path d="M4,16c0,0.9,0.4,1.7,1,2.2V20c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1h8v1c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1.8c0.6-0.5,1-1.3,1-2.2V6c0-3.5-3.6-4-8-4C7.6,2,4,2.5,4,6V16z M7.5,17C6.7,17,6,16.3,6,15.5S6.7,14,7.5,14C8.3,14,9,14.7,9,15.5S8.3,17,7.5,17z M16.5,17c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S17.3,17,16.5,17z M18,11H6V6h12V11z"/></g>
18
- <g id="directions-car"><path d="M18.9,6c-0.2-0.6-0.8-1-1.4-1h-11C5.8,5,5.3,5.4,5.1,6L3,12v8c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1h12v1c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-8L18.9,6z M6.5,16C5.7,16,5,15.3,5,14.5S5.7,13,6.5,13C7.3,13,8,13.7,8,14.5S7.3,16,6.5,16z M17.5,16c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S18.3,16,17.5,16z M5,11l1.5-4.5h11L19,11H5z"/></g>
19
- <g id="directions-ferry"><path d="M20,21c-1.4,0-2.8-0.5-4-1.3c-2.4,1.7-5.6,1.7-8,0C6.8,20.5,5.4,21,4,21H2v2h2c1.4,0,2.7-0.3,4-1c2.5,1.3,5.5,1.3,8,0c1.3,0.6,2.6,1,4,1h2v-2H20z M3.9,19L3.9,19C5.6,19,7,18.1,8,17c1,1.1,2.4,2,4,2c1.6,0,3-0.9,4-2c1,1.1,2.4,2,4,2h0.1l1.9-6.7c0.1-0.3,0.1-0.5-0.1-0.8c-0.1-0.2-0.3-0.4-0.6-0.5L20,10.6V6c0-1.1-0.9-2-2-2h-3V1H9v3H6C4.9,4,4,4.9,4,6v4.6L2.7,11c-0.3,0.1-0.5,0.3-0.6,0.5C2,11.8,2,12.1,2.1,12.3L3.9,19z M6,6h12v4l-6-2l-6,2V6z"/></g>
20
- <g id="directions-subway"><path d="M12,2C7.6,2,4,2.5,4,6v9.5C4,17.4,5.6,19,7.5,19L6,20.5V21h12v-0.5L16.5,19c1.9,0,3.5-1.6,3.5-3.5V6C20,2.5,16.4,2,12,2z M7.5,17C6.7,17,6,16.3,6,15.5C6,14.7,6.7,14,7.5,14C8.3,14,9,14.7,9,15.5C9,16.3,8.3,17,7.5,17z M11,11H6V6h5V11z M16.5,17c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5C18,16.3,17.3,17,16.5,17z M18,11h-5V6h5V11z"/></g>
21
- <g id="directions-train"><path d="M4,15.5C4,17.4,5.6,19,7.5,19L6,20.5V21h12v-0.5L16.5,19c1.9,0,3.5-1.6,3.5-3.5V5c0-3.5-3.6-4-8-4C7.6,1,4,1.5,4,5V15.5z M12,17c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S13.1,17,12,17z M18,10H6V5h12V10z"/></g>
22
- <g id="directions-transit"><path d="M12,2C7.6,2,4,2.5,4,6v9.5C4,17.4,5.6,19,7.5,19L6,20.5V21h12v-0.5L16.5,19c1.9,0,3.5-1.6,3.5-3.5V6C20,2.5,16.4,2,12,2z M7.5,17C6.7,17,6,16.3,6,15.5C6,14.7,6.7,14,7.5,14C8.3,14,9,14.7,9,15.5C9,16.3,8.3,17,7.5,17z M11,11H6V6h5V11z M16.5,17c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5C18,16.3,17.3,17,16.5,17z M18,11h-5V6h5V11z"/></g>
23
- <g id="directions-walk"><path d="M14,3.8c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8C12.2,3,13,3.8,14,3.8z M14.1,10H19V8.2h-3.6l-2-3.3C13.1,4.4,12.5,4,11.9,4c-0.2,0-0.3,0-0.5,0.1L6,5.8V11h1.8V7.3l2.1-0.7L6,22h1.8l2.9-8.1L13,17v5h1.8v-6.4l-2.5-4.5L13,8.2L14.1,10z"/></g>
24
- <g id="earth"><path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10S17.5,2,12,2z M12,20.2c-1.1,0-2.2-0.2-3.2-0.6c-0.6-1.5-0.6-2.6,1.1-2.1c0,0,3.9,1.5,8,0.1C16.5,19.2,14.4,20.2,12,20.2z M19.1,16.1c-0.9,0.4-2.1,1-4,1c-1.9,0-3.5-0.8-5.6-1.4c-1.9-0.6-2.6-1.5-3.8-1.5c-0.7,0-1,0.7-1.2,1.2c-0.5-1-0.8-2.2-0.8-3.4c0-0.8,0.1-1.6,0.3-2.3c1.3-1.6,3.2-2.6,6-0.4c0,0,6.2,4.7,9.8,5C19.7,14.9,19.4,15.5,19.1,16.1z M12.4,7.6C9.6,4.9,7.3,5.7,6.3,6.1c0.7-0.7,1.6-1.3,2.6-1.7c2.8-0.1,5.9,0.4,7.6,2.9c0,0,2.4,4.2,3.3,2.3c0.2,0.7,0.3,1.5,0.3,2.3c0,0.3,0,0.6,0,0.9C18.1,12.6,15.3,10.3,12.4,7.6z"/></g>
25
- <g id="explore-nearby"><path d="M12,7.2c-2.1,0-3.8,1.7-3.8,3.8c0,3,3.8,6.5,3.8,6.5s3.8-3.5,3.8-6.5C15.8,8.9,14.1,7.2,12,7.2z M12,12.5c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5C13.5,11.8,12.8,12.5,12,12.5z M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10S17.5,2,12,2z M12,20c-4.4,0-8-3.6-8-8s3.6-8,8-8c4.4,0,8,3.6,8,8S16.4,20,12,20z"/></g>
26
- <g id="flight"><path d="M21,16v-2l-8-5V3.5C13,2.7,12.3,2,11.5,2S10,2.7,10,3.5V9l-8,5v2l8-2.5V19l-2,1.5V22l3.5-1l3.5,1v-1.5L13,19v-5.5L21,16z"/></g>
27
- <g id="hotel"><path d="M7,13c1.7,0,3-1.3,3-3S8.7,7,7,7c-1.7,0-3,1.3-3,3S5.3,13,7,13z M19,7h-8v7H3V5H1v15h2v-3h18v3h2v-9C23,8.8,21.2,7,19,7z"/></g>
28
- <g id="local-airport"><path d="M21,16v-2l-8-5V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5V9l-8,5v2l8-2.5V19l-2,1.5V22l3.5-1l3.5,1v-1.5L13,19v-5.5L21,16z"/></g>
29
- <g id="local-atm"><path d="M11,17h2v-1h1c0.6,0,1-0.4,1-1v-3c0-0.6-0.4-1-1-1h-3v-1h4V8h-2V7h-2v1h-1C9.4,8,9,8.4,9,9v3c0,0.6,0.4,1,1,1h3v1H9v2h2V17z M20,4H4C2.9,4,2,4.9,2,6l0,12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,18H4V6h16V18z"/></g>
30
- <g id="local-attraction"><path d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6l0,4c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2l0,4c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-4C20.9,14,20,13.1,20,12z M15.6,16.8L12,14.5l-3.6,2.3l1.1-4.1L6.2,10l4.2-0.2L12,5.8l1.5,3.9l4.2,0.2l-3.3,2.7L15.6,16.8z"/></g>
31
- <g id="local-bar"><path d="M11,13v6H6v2h12v-2h-5v-6l8-8V3H3v2L11,13z M7.5,7l-2-2h13l-2,2H7.5z"/></g>
32
- <g id="local-cafe"><path d="M20,3H4v10c0,2.2,1.8,4,4,4h6c2.2,0,4-1.8,4-4v-3h2c1.1,0,2-0.9,2-2V5C22,3.9,21.1,3,20,3z M20,8h-2V5h2V8z M2,21h18v-2H2V21z"/></g>
33
- <g id="local-car-wash"><path d="M17,5c0.8,0,1.5-0.7,1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5,1.7-1.5,2.7C15.5,4.3,16.2,5,17,5z M12,5c0.8,0,1.5-0.7,1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5,1.7-1.5,2.7C10.5,4.3,11.2,5,12,5z M7,5c0.8,0,1.5-0.7,1.5-1.5c0-1-1.5-2.7-1.5-2.7S5.5,2.5,5.5,3.5C5.5,4.3,6.2,5,7,5z M18.9,8c-0.2-0.6-0.8-1-1.4-1h-11C5.8,7,5.3,7.4,5.1,8L3,14v8c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1h12v1c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-8L18.9,8z M6.5,18C5.7,18,5,17.3,5,16.5C5,15.7,5.7,15,6.5,15C7.3,15,8,15.7,8,16.5C8,17.3,7.3,18,6.5,18z M17.5,18c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5C19,17.3,18.3,18,17.5,18z M5,13l1.5-4.5h11L19,13H5z"/></g>
34
- <g id="local-convenience-store"><path d="M19,7V4H5v3H2v13h8v-4h4v4h8V7H19z M11,10H9v1h2v1H8V9h2V8H8V7h3V10z M16,12h-1v-2h-2V7h1v2h1V7h1V12z"/></g>
35
- <g id="local-drink"><path d="M3,2l2,18.2c0.1,1,1,1.8,2,1.8h10c1,0,1.9-0.8,2-1.8L21,2H3z M12,19c-1.7,0-3-1.3-3-3c0-2,3-5.4,3-5.4s3,3.4,3,5.4C15,17.7,13.7,19,12,19z M18.3,8H5.7L5.2,4h13.5L18.3,8z"/></g>
36
- <g id="local-florist"><path d="M12,22c5,0,9-4,9-9C16,13,12,17,12,22z M5.6,10.2c0,1.4,1.1,2.5,2.5,2.5c0.5,0,1-0.2,1.4-0.4c0,0.1,0,0.1,0,0.2c0,1.4,1.1,2.5,2.5,2.5s2.5-1.1,2.5-2.5c0-0.1,0-0.1,0-0.2c0.4,0.3,0.9,0.4,1.4,0.4c1.4,0,2.5-1.1,2.5-2.5c0-1-0.6-1.8-1.4-2.2c0.8-0.4,1.4-1.3,1.4-2.2c0-1.4-1.1-2.5-2.5-2.5c-0.5,0-1,0.2-1.4,0.4c0-0.1,0-0.1,0-0.2C14.5,2.1,13.4,1,12,1S9.5,2.1,9.5,3.5c0,0.1,0,0.1,0,0.2C9.1,3.4,8.6,3.2,8.1,3.2c-1.4,0-2.5,1.1-2.5,2.5c0,1,0.6,1.8,1.4,2.2C6.2,8.4,5.6,9.3,5.6,10.2z M12,5.5c1.4,0,2.5,1.1,2.5,2.5s-1.1,2.5-2.5,2.5S9.5,9.4,9.5,8S10.6,5.5,12,5.5z M3,13c0,5,4,9,9,9C12,17,8,13,3,13z"/></g>
37
- <g id="local-gas-station"><path d="M19.8,7.2L19.8,7.2l-3.7-3.7L15,4.6l2.1,2.1C16.2,7,15.5,7.9,15.5,9c0,1.4,1.1,2.5,2.5,2.5c0.4,0,0.7-0.1,1-0.2v7.2c0,0.6-0.4,1-1,1s-1-0.4-1-1V14c0-1.1-0.9-2-2-2h-1V5c0-1.1-0.9-2-2-2H6C4.9,3,4,3.9,4,5v16h10v-7.5h1.5v5c0,1.4,1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5V9C20.5,8.3,20.2,7.7,19.8,7.2z M12,10H6V5h6V10z M18,10c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1s1,0.4,1,1C19,9.6,18.6,10,18,10z"/></g>
38
- <g id="local-grocery-store"><path d="M7,18c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S8.1,18,7,18z M1,2v2h2l3.6,7.6L5.2,14C5.1,14.3,5,14.7,5,15c0,1.1,0.9,2,2,2h12v-2H7.4c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1L8.1,13h7.4c0.8,0,1.4-0.4,1.7-1l3.6-6.5C21,5.3,21,5.2,21,5c0-0.6-0.4-1-1-1H5.2L4.3,2H1z M17,18c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S18.1,18,17,18z"/></g>
39
- <g id="local-hospital"><path d="M19,3H5C3.9,3,3,3.9,3,5l0,14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M18,14h-4v4h-4v-4H6v-4h4V6h4v4h4V14z"/></g>
40
- <g id="local-hotel"><path d="M7,13c1.7,0,3-1.3,3-3S8.7,7,7,7s-3,1.3-3,3S5.3,13,7,13z M19,7h-8v7H3V5H1v15h2v-3h18v3h2v-9C23,8.8,21.2,7,19,7z"/></g>
41
- <g id="local-laundry-service"><path d="M9.2,16.8c1.6,1.6,4.1,1.6,5.7,0c1.6-1.6,1.6-4.1,0-5.7L9.2,16.8z M18,2L6,2C4.9,2,4,2.9,4,4v16c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2z M10,4c0.6,0,1,0.4,1,1s-0.4,1-1,1C9.4,6,9,5.6,9,5S9.4,4,10,4z M7,4c0.6,0,1,0.4,1,1S7.6,6,7,6S6,5.6,6,5S6.4,4,7,4z M12,20c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S15.3,20,12,20z"/></g>
42
- <g id="local-library"><path d="M12,11.5C9.6,9.4,6.5,8,3,8v11c3.5,0,6.6,1.4,9,3.5c2.4-2.2,5.5-3.5,9-3.5V8C17.5,8,14.4,9.4,12,11.5z M12,8c1.7,0,3-1.3,3-3s-1.3-3-3-3S9,3.3,9,5S10.3,8,12,8z"/></g>
43
- <g id="local-mall"><path d="M19,6h-2c0-2.8-2.2-5-5-5S7,3.2,7,6H5C3.9,6,3,6.9,3,8l0,12c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V8C21,6.9,20.1,6,19,6z M12,3c1.7,0,3,1.3,3,3H9C9,4.3,10.3,3,12,3z M12,13c-2.8,0-5-2.2-5-5h2c0,1.7,1.3,3,3,3s3-1.3,3-3h2C17,10.8,14.8,13,12,13z"/></g>
44
- <g id="local-movies"><path d="M18,3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3H18z M8,17H6v-2h2V17z M8,13H6v-2h2V13z M8,9H6V7h2V9z M18,17h-2v-2h2V17z M18,13h-2v-2h2V13z M18,9h-2V7h2V9z"/></g>
45
- <g id="local-offer"><path d="M21.4,11.6l-9-9C12.1,2.2,11.6,2,11,2H4C2.9,2,2,2.9,2,4v7c0,0.6,0.2,1.1,0.6,1.4l9,9c0.4,0.4,0.9,0.6,1.4,0.6c0.6,0,1.1-0.2,1.4-0.6l7-7c0.4-0.4,0.6-0.9,0.6-1.4C22,12.4,21.8,11.9,21.4,11.6z M5.5,7C4.7,7,4,6.3,4,5.5S4.7,4,5.5,4C6.3,4,7,4.7,7,5.5S6.3,7,5.5,7z"/></g>
46
- <g id="local-parking"><path d="M13,3H6v18h4v-6h3c3.3,0,6-2.7,6-6S16.3,3,13,3z M13.2,11H10V7h3.2c1.1,0,2,0.9,2,2S14.3,11,13.2,11z"/></g>
47
- <g id="local-pharmacy"><path d="M21,5h-2.6l1.1-3.1L17.2,1l-1.5,4H3v2l2,6l-2,6v2h18v-2l-2-6l2-6V5z M16,14h-3v3h-2v-3H8v-2h3V9h2v3h3V14z"/></g>
48
- <g id="local-phone"><path d="M6.6,10.8c1.4,2.8,3.8,5.1,6.6,6.6l2.2-2.2c0.3-0.3,0.7-0.4,1-0.2c1.1,0.4,2.3,0.6,3.6,0.6c0.6,0,1,0.4,1,1V20c0,0.6-0.4,1-1,1C10.6,21,3,13.4,3,4c0-0.6,0.4-1,1-1h3.5c0.6,0,1,0.4,1,1c0,1.2,0.2,2.4,0.6,3.6c0.1,0.3,0,0.7-0.2,1L6.6,10.8z"/></g>
49
- <g id="local-pizza"><path d="M12,2C8.4,2,5.2,3.5,3,6l9,16l9-16C18.8,3.5,15.6,2,12,2z M7,7c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2s-0.9,2-2,2C7.9,9,7,8.1,7,7z M12,15c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S13.1,15,12,15z"/></g>
50
- <g id="local-play"><path d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6l0,4c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2l0,4c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-4C20.9,14,20,13.1,20,12z M15.6,16.8L12,14.5l-3.6,2.3l1.1-4.1L6.2,10l4.2-0.2L12,5.8l1.5,3.9l4.2,0.2l-3.3,2.7L15.6,16.8z"/></g>
51
- <g id="local-post-office"><path d="M20,4H4C2.9,4,2,4.9,2,6l0,12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,8l-8,5L4,8V6l8,5l8-5V8z"/></g>
52
- <g id="local-print-shop"><path d="M19,8H5c-1.7,0-3,1.3-3,3v6h4v4h12v-4h4v-6C22,9.3,20.7,8,19,8z M16,19H8v-5h8V19z M19,12c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S19.6,12,19,12z M18,3H6v4h12V3z"/></g>
53
- <g id="local-restaurant"><path d="M8.1,13.3l2.8-2.8l-7-7c-1.6,1.6-1.6,4.1,0,5.7L8.1,13.3z"/><path d="M14.9,11.5c1.5,0.7,3.7,0.2,5.3-1.4C22.1,8.2,22.4,5.5,21,4c-1.5-1.5-4.2-1.1-6.1,0.8c-1.6,1.6-2.1,3.7-1.4,5.3c-2.2,2.2-9.8,9.8-9.8,9.8l1.4,1.4l6.9-6.9l6.9,6.9l1.4-1.4L13.4,13L14.9,11.5z"/></g>
54
- <g id="local-see"><circle cx="12" cy="12" r="3.2"/><path d="M9,2L7.2,4H4C2.9,4,2,4.9,2,6v12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2h-3.2L15,2H9z M12,17c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S14.8,17,12,17z"/></g>
55
- <g id="local-shipping"><path d="M20,8h-3V4H3C1.9,4,1,4.9,1,6v11h2c0,1.7,1.3,3,3,3s3-1.3,3-3h6c0,1.7,1.3,3,3,3s3-1.3,3-3h2v-5L20,8z M6,18.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S6.8,18.5,6,18.5z M19.5,9.5l2,2.5H17V9.5H19.5z M18,18.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S18.8,18.5,18,18.5z"/></g>
56
- <g id="local-taxi"><path d="M18.9,6c-0.2-0.6-0.8-1-1.4-1H15V3H9v2H6.5C5.8,5,5.3,5.4,5.1,6L3,12v8c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1h12v1c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-8L18.9,6z M6.5,16C5.7,16,5,15.3,5,14.5S5.7,13,6.5,13C7.3,13,8,13.7,8,14.5S7.3,16,6.5,16z M17.5,16c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S18.3,16,17.5,16z M5,11l1.5-4.5h11L19,11H5z"/></g>
57
- <g id="location-history"><path d="M19,2H5C3.9,2,3,2.9,3,4v14c0,1.1,0.9,2,2,2h4l3,3l3-3h4c1.1,0,2-0.9,2-2V4C21,2.9,20.1,2,19,2z M12,5.3c1.5,0,2.7,1.2,2.7,2.7c0,1.5-1.2,2.7-2.7,2.7c-1.5,0-2.7-1.2-2.7-2.7C9.3,6.5,10.5,5.3,12,5.3z M18,16H6v-0.9c0-2,4-3.1,6-3.1c2,0,6,1.1,6,3.1V16z"/></g>
58
- <g id="map"><path d="M20.5,3c-0.1,0-0.1,0-0.2,0L15,5.1L9,3L3.4,4.9C3.2,5,3,5.1,3,5.4v15.1C3,20.8,3.2,21,3.5,21c0.1,0,0.1,0,0.2,0L9,18.9l6,2.1l5.6-1.9c0.2-0.1,0.4-0.3,0.4-0.5V3.5C21,3.2,20.8,3,20.5,3z M15,19l-6-2.1V5l6,2.1V19z"/></g>
59
- <g id="menu"><path d="M8.1,13.3l2.8-2.8l-7-7c-1.6,1.6-1.6,4.1,0,5.7L8.1,13.3z"/><path d="M14.9,11.5c1.5,0.7,3.7,0.2,5.3-1.4C22.1,8.2,22.4,5.5,21,4c-1.5-1.5-4.2-1.1-6.1,0.8c-1.6,1.6-2.1,3.7-1.4,5.3c-2.2,2.2-9.8,9.8-9.8,9.8l1.4,1.4l6.9-6.9l6.9,6.9l1.4-1.4L13.4,13L14.9,11.5z"/></g>
60
- <g id="my-location"><path d="M12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4s4-1.8,4-4C16,9.8,14.2,8,12,8z M20.9,11c-0.5-4.2-3.8-7.5-7.9-7.9V1h-2v2.1C6.8,3.5,3.5,6.8,3.1,11H1v2h2.1c0.5,4.2,3.8,7.5,7.9,7.9V23h2v-2.1c4.2-0.5,7.5-3.8,7.9-7.9H23v-2H20.9z M12,19c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7s7,3.1,7,7C19,15.9,15.9,19,12,19z"/></g>
61
- <g id="navigation"><polygon points="12,2 4.5,20.3 5.2,21 12,18 18.8,21 19.5,20.3 "/></g>
62
- <g id="place"><path d="M12,2C8.1,2,5,5.1,5,9c0,5.2,7,13,7,13s7-7.8,7-13C19,5.1,15.9,2,12,2z M12,11.5c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5c1.4,0,2.5,1.1,2.5,2.5S13.4,11.5,12,11.5z"/></g>
63
- <g id="rate-review"><path d="M15.4,6.4l-1.8-1.8c-0.2-0.2-0.5-0.2-0.7,0L6,11.5V14h2.5l6.9-6.9C15.5,6.9,15.5,6.6,15.4,6.4z"/><path d="M20,2H4C2.9,2,2,2.9,2,4l0,18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M6,14v-2.5l6.9-6.9c0.2-0.2,0.5-0.2,0.7,0l1.8,1.8c0.2,0.2,0.2,0.5,0,0.7L8.5,14H6z M18,14h-7.5l2-2H18V14z"/></g>
64
- <g id="satellite"><path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M5,5h3c0,1.7-1.3,3-3,3V5z M5,12v-2c2.8,0,5-2.2,5-5h2C12,8.9,8.9,12,5,12z M5,18l3.5-4.5l2.5,3l3.5-4.5l4.5,6H5z"/></g>
65
- <g id="store-mall-directory"><path d="M20,4H4v2h16V4z M21,14v-2l-1-5H4l-1,5v2h1v6h10v-6h4v6h2v-6H21z M12,18H6v-4h6V18z"/></g>
66
- <g id="terrain"><path d="M14,6l-3.8,5l2.9,3.8L11.5,16C9.8,13.8,7,10,7,10l-6,8h22L14,6z"/></g>
67
- <g id="traffic"><path d="M20,10h-3V8.9c1.7-0.4,3-2,3-3.9h-3V4c0-0.6-0.4-1-1-1H8C7.4,3,7,3.4,7,4v1H4c0,1.9,1.3,3.4,3,3.9V10H4c0,1.9,1.3,3.4,3,3.9V15H4c0,1.9,1.3,3.4,3,3.9V20c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1v-1.1c1.7-0.4,3-2,3-3.9h-3v-1.1C18.7,13.4,20,11.9,20,10z M12,19c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S13.1,19,12,19z M12,14c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S13.1,14,12,14z M12,9c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,8.1,13.1,9,12,9z"/></g>
14
+ <g id="beenhere"><path d="M19 1h-14c-1.1 0-1.99.9-1.99 2l-.01 12.93c0 .69.35 1.3.88 1.66l8.12 5.41 8.11-5.41c.53-.36.88-.97.88-1.66l.01-12.93c0-1.1-.9-2-2-2zm-9 15l-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42-9 9z"/></g>
15
+ <g id="directions"><path d="M21.71 11.29l-9-9c-.39-.39-1.02-.39-1.41 0l-9 9c-.39.39-.39 1.02 0 1.41l9 9c.39.39 1.02.39 1.41 0l9-9c.39-.38.39-1.01 0-1.41zm-7.71 3.21v-2.5h-4v3h-2v-4c0-.55.45-1 1-1h5v-2.5l3.5 3.5-3.5 3.5z"/></g>
16
+ <g id="directions-bike"><path d="M16 4.8c.99 0 1.8-.81 1.8-1.8s-.81-1.8-1.8-1.8c-1 0-1.8.81-1.8 1.8s.8 1.8 1.8 1.8zm3 7.2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5zm-4.2-10.5h4.2v-1.8h-3.2l-1.93-3.27c-.3-.5-.84-.83-1.46-.83-.47 0-.89.19-1.2.5l-3.7 3.7c-.32.3-.51.73-.51 1.2 0 .63.33 1.16.85 1.47l3.35 2.03v5h1.8v-6.48l-2.25-1.67 2.32-2.33 1.73 2.48zm-9.8 2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"/></g>
17
+ <g id="directions-bus"><path d="M4 16c0 .88.39 1.67 1 2.22v1.78c0 .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.22v-10c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.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.5zm9 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-6h-12v-5h12v5z"/></g>
18
+ <g id="directions-car"><path d="M18.92 6.01c-.2-.59-.76-1.01-1.42-1.01h-11c-.66 0-1.21.42-1.42 1.01l-2.08 5.99v8c0 .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.99zm-12.42 9.99c-.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.5zm11 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.5zm-12.5-5l1.5-4.5h11l1.5 4.5h-14z"/></g>
19
+ <g id="directions-ferry"><path d="M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0-1.22.85-2.61 1.32-4 1.32h-2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zm-16.05-2h.05c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5l-1.28-.42v-4.62c0-1.1-.9-2-2-2h-3v-3h-6v3h-3c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78l1.9 6.68zm2.05-13h12v3.97l-6-1.97-6 1.97v-3.97z"/></g>
20
+ <g id="directions-subway"><path d="M12 2c-4.42 0-8 .5-8 4v9.5c0 1.93 1.57 3.5 3.5 3.5l-1.5 1.5v.5h12v-.5l-1.5-1.5c1.93 0 3.5-1.57 3.5-3.5v-9.5c0-3.5-3.58-4-8-4zm-4.5 15c-.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.5zm3.5-6h-5v-5h5v5zm5.5 6c-.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-6h-5v-5h5v5z"/></g>
21
+ <g id="directions-train"><path d="M4 15.5c0 1.93 1.57 3.5 3.5 3.5l-1.5 1.5v.5h12v-.5l-1.5-1.5c1.93 0 3.5-1.57 3.5-3.5v-10.5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7h-12v-5h12v5z"/></g>
22
+ <g id="directions-transit"><path d="M12 2c-4.42 0-8 .5-8 4v9.5c0 1.93 1.57 3.5 3.5 3.5l-1.5 1.5v.5h12v-.5l-1.5-1.5c1.93 0 3.5-1.57 3.5-3.5v-9.5c0-3.5-3.58-4-8-4zm-4.5 15c-.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.5zm3.5-6h-5v-5h5v5zm5.5 6c-.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-6h-5v-5h5v5z"/></g>
23
+ <g id="directions-walk"><path d="M14 3.8c.99 0 1.8-.81 1.8-1.8 0-1-.81-1.8-1.8-1.8-1 0-1.8.81-1.8 1.8s.8 1.8 1.8 1.8zm.12 6.2h4.88v-1.8h-3.62l-2-3.33c-.3-.5-.84-.83-1.46-.83-.17 0-.34.03-.49.07l-5.43 1.69v5.2h1.8v-3.67l2.11-.66-3.91 15.33h1.8l2.87-8.11 2.33 3.11v5h1.8v-6.41l-2.49-4.54.73-2.87 1.08 1.82z"/></g>
24
+ <g id="earth"><path d="M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18.2c-1.12 0-2.19-.23-3.17-.64-.62-1.48-.61-2.64 1.12-2.06 0 0 3.92 1.52 8.04.08-1.49 1.61-3.62 2.62-5.99 2.62zm7.1-4.1c-.94.37-2.11 1-3.96 1-1.88 0-3.53-.75-5.58-1.4-1.86-.59-2.55-1.5-3.84-1.5-.66 0-.98.66-1.17 1.22-.47-1.04-.75-2.2-.75-3.42 0-.8.12-1.58.34-2.31 1.26-1.59 3.19-2.57 5.95-.43 0 0 6.23 4.67 9.79 4.97-.18.66-.45 1.29-.78 1.87zm-6.7-8.54c-2.8-2.65-5.1-1.91-6.09-1.46.75-.72 1.63-1.3 2.6-1.7 2.78-.1 5.91.44 7.65 2.91 0 0 2.42 4.18 3.29 2.34.22.74.34 1.53.34 2.34 0 .3-.02.59-.05.88-2.02-.22-4.81-2.54-7.74-5.31z"/></g>
25
+ <g id="explore-nearby"><path d="M12 7.2c-2.1 0-3.8 1.7-3.8 3.8 0 3 3.8 6.5 3.8 6.5s3.8-3.5 3.8-6.5c0-2.1-1.7-3.8-3.8-3.8zm0 5.3c-.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.5zm0-10.5c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></g>
26
+ <g id="flight"><path d="M10.18 9"/><path d="M21 16v-2l-8-5v-5.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v5.5l-8 5v2l8-2.5v5.5l-2 1.5v1.5l3.5-1 3.5 1v-1.5l-2-1.5v-5.5l8 2.5z"/></g>
27
+ <g id="hotel"><path d="M7 13c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7h-8v-9h-2v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"/></g>
28
+ <g id="layers"><path d="M11.99 18.54l-7.37-5.73-1.62 1.26 9 7 9-7-1.63-1.27-7.38 5.74zm.01-2.54l7.36-5.73 1.64-1.27-9-7-9 7 1.63 1.27 7.37 5.73z"/></g>
29
+ <g id="layers-clear"><path d="M19.81 14.99l1.19-.92-1.43-1.43-1.19.92 1.43 1.43zm-.45-4.72l1.64-1.27-9-7-2.91 2.27 7.87 7.88 2.4-1.88zm-16.09-9.27l-1.27 1.27 4.22 4.22-3.22 2.51 1.63 1.27 7.37 5.73 2.1-1.63 1.43 1.43-3.53 2.74-7.37-5.73-1.63 1.26 9 7 4.95-3.85 3.78 3.78 1.27-1.27-18.73-18.73z"/></g>
30
+ <g id="local-airport"><path d="M21 16v-2l-8-5v-5.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v5.5l-8 5v2l8-2.5v5.5l-2 1.5v1.5l3.5-1 3.5 1v-1.5l-2-1.5v-5.5l8 2.5z"/></g>
31
+ <g id="local-atm"><path d="M11 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4v-2h-2v-1h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1h-4v2h2v1zm9-13h-16c-1.11 0-1.99.89-1.99 2l-.01 12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-12c0-1.11-.89-2-2-2zm0 14h-16v-12h16v12z"/></g>
32
+ <g id="local-attraction"><path d="M20 12c0-1.1.9-2 2-2v-4c0-1.1-.9-2-2-2h-16c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2zm-4.42 4.8l-3.58-2.3-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25 1.55-3.94 1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"/></g>
33
+ <g id="local-bar"><path d="M11 13v6h-5v2h12v-2h-5v-6l8-8v-2h-18v2l8 8zm-3.5-6l-2-2h13l-2 2h-9z"/></g>
34
+ <g id="local-cafe"><path d="M20 3h-16v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2zm0 5h-2v-3h2v3zm-18 13h18v-2h-18v2z"/></g>
35
+ <g id="local-car-wash"><path d="M17 5c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zm-5 0c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5zm11.92 3.01c-.2-.59-.76-1.01-1.42-1.01h-11c-.66 0-1.21.42-1.42 1.01l-2.08 5.99v8c0 .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.99zm-12.42 9.99c-.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.5zm11 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.5zm-12.5-5l1.5-4.5h11l1.5 4.5h-14z"/></g>
36
+ <g id="local-convenience-store"><path d="M19 7v-3h-14v3h-3v13h8v-4h4v4h8v-13h-3zm-8 3h-2v1h2v1h-3v-3h2v-1h-2v-1h3v3zm5 2h-1v-2h-2v-3h1v2h1v-2h1v5z"/></g>
37
+ <g id="local-drink"><path d="M3 2l2.01 18.23c.12 1 .96 1.77 1.99 1.77h10c1.03 0 1.87-.77 1.99-1.77l2.01-18.23h-18zm9 17c-1.66 0-3-1.34-3-3 0-2 3-5.4 3-5.4s3 3.4 3 5.4c0 1.66-1.34 3-3 3zm6.33-11h-12.66l-.44-4h13.53l-.43 4z"/></g>
38
+ <g id="local-florist"><path d="M12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9zm-6.4-11.75c0 1.38 1.12 2.5 2.5 2.5.53 0 1.01-.16 1.42-.44l-.02.19c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5l-.02-.19c.4.28.89.44 1.42.44 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.02-.19c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5l.02.19c-.4-.28-.89-.44-1.42-.44-1.38 0-2.5 1.12-2.5 2.5 0 1 .59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25zm6.4-4.75c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm-9 7.5c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9z"/></g>
39
+ <g id="local-gas-station"><path d="M19.77 7.23l.01-.01-3.72-3.72-1.06 1.06 2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1v-4.5c0-1.1-.9-2-2-2h-1v-7c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-9.5c0-.69-.28-1.32-.73-1.77zm-7.77 2.77h-6v-5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/></g>
40
+ <g id="local-grocery-store"><path d="M7 18c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-6-16v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2h-11.58c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1h-14.79l-.94-2h-3.27zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"/></g>
41
+ <g id="local-hospital"><path d="M19 3h-14c-1.1 0-1.99.9-1.99 2l-.01 14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm-1 11h-4v4h-4v-4h-4v-4h4v-4h4v4h4v4z"/></g>
42
+ <g id="local-hotel"><path d="M7 13c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7h-8v-9h-2v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"/></g>
43
+ <g id="local-laundry-service"><path d="M9.17 16.83c1.56 1.56 4.1 1.56 5.66 0 1.56-1.56 1.56-4.1 0-5.66l-5.66 5.66zm8.83-14.82l-12-.01c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2v-16c0-1.11-.89-1.99-2-1.99zm-8 1.99c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-3 0c.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"/></g>
44
+ <g id="local-library"><path d="M12 11.55c-2.36-2.2-5.52-3.55-9-3.55v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55v-11c-3.48 0-6.64 1.35-9 3.55zm0-3.55c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"/></g>
45
+ <g id="local-mall"><path d="M19 6h-2c0-2.76-2.24-5-5-5s-5 2.24-5 5h-2c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3h-6c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z"/></g>
46
+ <g id="local-movies"><path d="M18 3v2h-2v-2h-8v2h-2v-2h-2v18h2v-2h2v2h8v-2h2v2h2v-18h-2zm-10 14h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2z"/></g>
47
+ <g id="local-offer"><path d="M21.41 11.58l-9-9c-.36-.36-.86-.58-1.41-.58h-7c-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.42zm-15.91-4.58c-.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"/></g>
48
+ <g id="local-parking"><path d="M13 3h-7v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8h-3.2v-4h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"/></g>
49
+ <g id="local-pharmacy"><path d="M21 5h-2.64l1.14-3.14-2.35-.86-1.46 4h-12.69v2l2 6-2 6v2h18v-2l-2-6 2-6v-2zm-5 9h-3v3h-2v-3h-3v-2h3v-3h2v3h3v2z"/></g>
50
+ <g id="local-phone"><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 1v3.49c0 .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"/></g>
51
+ <g id="local-pizza"><path d="M12 2c-3.57 0-6.77 1.54-8.99 4l8.99 16 8.99-16c-2.21-2.45-5.42-4-8.99-4zm-5 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></g>
52
+ <g id="local-play"><path d="M20 12c0-1.1.9-2 2-2v-4c0-1.1-.9-2-2-2h-16c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2zm-4.42 4.8l-3.58-2.3-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25 1.55-3.94 1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"/></g>
53
+ <g id="local-post-office"><path d="M20 4h-16c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 4l-8 5-8-5v-2l8 5 8-5v2z"/></g>
54
+ <g id="local-print-shop"><path d="M19 8h-14c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11h-8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9h-12v4h12v-4z"/></g>
55
+ <g id="local-restaurant"><path d="M8.1 13.34l2.83-2.83-7.02-7.01c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27l-9.76 9.76 1.41 1.41 6.89-6.87 6.88 6.88 1.41-1.41-6.88-6.88 1.47-1.47z"/></g>
56
+ <g id="local-see"><circle cx="12" cy="12" r="3.2"/><path d="M9 2l-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-3.17l-1.83-2h-6zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></g>
57
+ <g id="local-shipping"><path d="M20 8h-3v-4h-14c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zm-14 10.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.5zm13.5-9l1.96 2.5h-4.46v-2.5h2.5zm-1.5 9c-.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"/></g>
58
+ <g id="local-taxi"><path d="M18.92 6.01c-.2-.59-.76-1.01-1.42-1.01h-2.5v-2h-6v2h-2.5c-.66 0-1.21.42-1.42 1.01l-2.08 5.99v8c0 .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.99zm-12.42 9.99c-.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.5zm11 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.5zm-12.5-5l1.5-4.5h11l1.5 4.5h-14z"/></g>
59
+ <g id="location-history"><path d="M19 2h-14c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm-7 3.3c1.49 0 2.7 1.21 2.7 2.7 0 1.49-1.21 2.7-2.7 2.7-1.49 0-2.7-1.21-2.7-2.7 0-1.49 1.21-2.7 2.7-2.7zm6 10.7h-12v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1v.9z"/></g>
60
+ <g id="map"><path d="M20.5 3l-.16.03-5.34 2.07-6-2.1-5.64 1.9c-.21.07-.36.25-.36.48v15.12c0 .28.22.5.5.5l.16-.03 5.34-2.07 6 2.1 5.64-1.9c.21-.07.36-.25.36-.48v-15.12c0-.28-.22-.5-.5-.5zm-5.5 16l-6-2.11v-11.89l6 2.11v11.89z"/></g>
61
+ <g id="my-location"><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 3c-.46-4.17-3.77-7.48-7.94-7.94v-2.06h-2v2.06c-4.17.46-7.48 3.77-7.94 7.94h-2.06v2h2.06c.46 4.17 3.77 7.48 7.94 7.94v2.06h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94h2.06v-2h-2.06zm-8.94 8c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/></g>
62
+ <g id="navigation"><path d="M12 2l-7.5 18.29.71.71 6.79-3 6.79 3 .71-.71z"/></g>
63
+ <g id="pin-drop"><path d="M18 8c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 4.5 6 11 6 11s6-6.5 6-11zm-8 0c0-1.1.9-2 2-2s2 .9 2 2-.89 2-2 2c-1.1 0-2-.9-2-2zm-5 12v2h14v-2h-14z"/></g>
64
+ <g id="place"><path d="M12 2c-3.87 0-7 3.13-7 7 0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></g>
65
+ <g id="rate-review"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 18 4-4h14c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-14 12v-2.47l6.88-6.88c.2-.2.51-.2.71 0l1.77 1.77c.2.2.2.51 0 .71l-6.89 6.87h-2.47zm12 0h-7.5l2-2h5.5v2z"/></g>
66
+ <g id="restaurant-menu"><path d="M8.1 13.34l2.83-2.83-7.02-7.01c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27l-9.76 9.76 1.41 1.41 6.89-6.87 6.88 6.88 1.41-1.41-6.88-6.88 1.47-1.47z"/></g>
67
+ <g id="satellite"><path d="M19 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm-14 1.99h3c0 1.66-1.34 3.01-3 3.01v-3.01zm0 7.01v-2c2.76 0 5-2.25 5-5.01h2c0 3.87-3.13 7.01-7 7.01zm0 6l3.5-4.5 2.5 3.01 3.5-4.51 4.5 6h-14z"/></g>
68
+ <g id="store-mall-directory"><path d="M20 4h-16v2h16v-2zm1 10v-2l-1-5h-16l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4h-6v-4h6v4z"/></g>
69
+ <g id="terrain"><path d="M14 6l-3.75 5 2.85 3.8-1.6 1.2c-1.69-2.25-4.5-6-4.5-6l-6 8h22l-9-12z"/></g>
70
+ <g id="traffic"><path d="M20 10h-3v-1.14c1.72-.45 3-2 3-3.86h-3v-1c0-.55-.45-1-1-1h-8c-.55 0-1 .45-1 1v1h-3c0 1.86 1.28 3.41 3 3.86v1.14h-3c0 1.86 1.28 3.41 3 3.86v1.14h-3c0 1.86 1.28 3.41 3 3.86v1.14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-8 9c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2 0-1.11.89-2 2-2 1.1 0 2 .89 2 2 0 1.1-.89 2-2 2z"/></g>
68
71
  </defs></svg>
69
72
  </core-iconset-svg>
@@ -11,40 +11,39 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
11
11
  <link rel="import" href="../core-iconset-svg/core-iconset-svg.html">
12
12
  <core-iconset-svg id="notification" iconSize="24">
13
13
  <svg><defs>
14
- <g id="adb"><path d="M5,16c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7v-4H5V16z M16.1,4.4l2.1-2.1l-0.8-0.8l-2.3,2.3C14.2,3.3,13.1,3,12,3c-1.1,0-2.2,0.3-3.1,0.7L6.6,1.4L5.8,2.3l2.1,2.1C6.1,5.6,5,7.7,5,10v1h14v-1C19,7.7,17.9,5.6,16.1,4.4z M9,9C8.4,9,8,8.6,8,8s0.4-1,1-1c0.6,0,1,0.4,1,1S9.6,9,9,9z M15,9c-0.6,0-1-0.4-1-1s0.4-1,1-1c0.6,0,1,0.4,1,1S15.6,9,15,9z"/></g>
15
- <g id="bluetooth-audio"><path d="M14.2,12l2.3,2.3c0.3-0.7,0.4-1.5,0.4-2.3c0-0.8-0.2-1.6-0.4-2.3L14.2,12z M19.5,6.7L18.3,8c0.6,1.2,1,2.6,1,4s-0.4,2.8-1,4l1.2,1.2c1-1.5,1.5-3.4,1.5-5.3C21,10,20.5,8.2,19.5,6.7z M15.7,7.7L10,2H9v7.6L4.4,5L3,6.4L8.6,12L3,17.6L4.4,19L9,14.4V22h1l5.7-5.7L11.4,12L15.7,7.7z M11,5.8l1.9,1.9L11,9.6V5.8z M12.9,16.3L11,18.2v-3.8L12.9,16.3z"/></g>
16
- <g id="disc-full"><path d="M20,16h2v-2h-2V16z M20,7v5h2V7H20z M10,4c-4.4,0-8,3.6-8,8c0,4.4,3.6,8,8,8s8-3.6,8-8C18,7.6,14.4,4,10,4z M10,14c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S11.1,14,10,14z"/></g>
17
- <g id="dnd-on"><path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10S17.5,2,12,2z M4,12c0-4.4,3.6-8,8-8c1.8,0,3.5,0.6,4.9,1.7L5.7,16.9C4.6,15.5,4,13.8,4,12z M12,20c-1.8,0-3.5-0.6-4.9-1.7L18.3,7.1C19.4,8.5,20,10.2,20,12C20,16.4,16.4,20,12,20z"/></g>
18
- <g id="drive-eta"><path d="M18.9,5c-0.2-0.6-0.8-1-1.4-1h-11C5.8,4,5.3,4.4,5.1,5L3,11v8c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1h12v1c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-8L18.9,5z M6.5,15C5.7,15,5,14.3,5,13.5S5.7,12,6.5,12C7.3,12,8,12.7,8,13.5S7.3,15,6.5,15z M17.5,15c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S18.3,15,17.5,15z M5,10l1.5-4.5h11L19,10H5z"/></g>
19
- <g id="event-available"><path d="M16.5,11.1L15.5,10l-4.9,4.9l-2.1-2.1l-1.1,1.1l3.2,3.2L16.5,11.1z M19,3h-1V1h-2v2H8V1H6v2H5C3.9,3,3,3.9,3,5l0,14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V8h14V19z"/></g>
20
- <g id="event-busy"><path d="M9.3,17l2.4-2.4l2.4,2.4l1.1-1.1l-2.4-2.4l2.4-2.4L14.2,10l-2.4,2.4L9.3,10l-1.1,1.1l2.4,2.4l-2.4,2.4L9.3,17z M19,3h-1V1h-2v2H8V1H6v2H5C3.9,3,3,3.9,3,5l0,14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V8h14V19z"/></g>
21
- <g id="event-note"><path d="M17,10H7v2h10V10z M19,3h-1V1h-2v2H8V1H6v2H5C3.9,3,3,3.9,3,5l0,14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V8h14V19z M14,14H7v2h7V14z"/></g>
22
- <g id="folder-special"><path d="M20,6h-8l-2-2H4C2.9,4,2,4.9,2,6v12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V8C22,6.9,21.1,6,20,6z M13.6,18L10,15.9L6.4,18l0.9-4.1l-3.2-2.7l4.2-0.4L10,7l1.6,3.8l4.2,0.4l-3.2,2.7L13.6,18z"/></g>
23
- <g id="mms"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M5,14l3.5-4.5l2.5,3L14.5,8l4.5,6H5z"/></g>
24
- <g id="more"><path d="M22,3H7C6.3,3,5.8,3.4,5.4,3.9L0,12l5.4,8.1c0.4,0.5,1,0.9,1.7,0.9H22c1.1,0,2-0.9,2-2V5C24,3.9,23.1,3,22,3z M9,13.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S9.8,13.5,9,13.5z M14,13.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S14.8,13.5,14,13.5z M19,13.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S19.8,13.5,19,13.5z"/></g>
25
- <g id="network-locked"><path d="M19.5,10c0.2,0,0.3,0,0.5,0.1V1L1,20h13v-3c0-0.9,0.4-1.7,1-2.2v-0.3C15,12,17,10,19.5,10z M22,16v-1.5c0-1.4-1.1-2.5-2.5-2.5S17,13.1,17,14.5V16c-0.5,0-1,0.4-1,1v4c0,0.6,0.5,1,1,1h5c0.5,0,1-0.4,1-1v-4C23,16.4,22.5,16,22,16z M21,16h-3v-1.5c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5V16z"/></g>
26
- <g id="phone-bluetooth-speaker"><path d="M14.7,9.5L17,7.2V11h0.5l2.9-2.9L18.2,6l2.1-2.1L17.5,1H17v3.8l-2.3-2.3L14,3.2L16.8,6L14,8.8L14.7,9.5z M18,2.9l0.9,0.9L18,4.8V2.9z M18,7.2l0.9,0.9L18,9.1V7.2z M20,15.5c-1.2,0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7,0-1,0.2l-2.2,2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3,0.4-0.7,0.2-1C8.7,6.4,8.5,5.2,8.5,4c0-0.6-0.4-1-1-1H4C3.4,3,3,3.4,3,4c0,9.4,7.6,17,17,17c0.6,0,1-0.4,1-1v-3.5C21,15.9,20.6,15.5,20,15.5z"/></g>
27
- <g id="phone-forwarded"><path d="M18,11l5-5l-5-5v3h-4v4h4V11z M20,15.5c-1.2,0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7,0-1,0.2l-2.2,2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3,0.4-0.7,0.2-1C8.7,6.4,8.5,5.2,8.5,4c0-0.6-0.4-1-1-1H4C3.4,3,3,3.4,3,4c0,9.4,7.6,17,17,17c0.6,0,1-0.4,1-1v-3.5C21,15.9,20.6,15.5,20,15.5z"/></g>
28
- <g id="phone-in-talk"><path d="M20,15.5c-1.2,0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7,0-1,0.2l-2.2,2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3,0.4-0.7,0.2-1C8.7,6.4,8.5,5.2,8.5,4c0-0.6-0.4-1-1-1H4C3.4,3,3,3.4,3,4c0,9.4,7.6,17,17,17c0.6,0,1-0.4,1-1v-3.5C21,15.9,20.6,15.5,20,15.5z M19,12h2c0-5-4-9-9-9v2C15.9,5,19,8.1,19,12z M15,12h2c0-2.8-2.2-5-5-5v2C13.7,9,15,10.3,15,12z"/></g>
29
- <g id="phone-locked"><path d="M20,15.5c-1.2,0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7,0-1,0.2l-2.2,2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3,0.4-0.7,0.2-1C8.7,6.4,8.5,5.2,8.5,4c0-0.6-0.4-1-1-1H4C3.4,3,3,3.4,3,4c0,9.4,7.6,17,17,17c0.6,0,1-0.4,1-1v-3.5C21,15.9,20.6,15.5,20,15.5z M20,4V3.5C20,2.1,18.9,1,17.5,1C16.1,1,15,2.1,15,3.5V4c-0.6,0-1,0.4-1,1v4c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V5C21,4.4,20.6,4,20,4z M19.2,4h-3.4V3.5c0-0.9,0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7V4z"/></g>
30
- <g id="phone-missed"><path d="M6.5,5.5L12,11l7-7l-1-1l-6,6L7.5,4.5H11V3H5v6h1.5V5.5z M23.7,16.7c-3-2.9-7.2-4.7-11.7-4.7c-4.5,0-8.7,1.8-11.7,4.7C0.1,16.9,0,17.1,0,17.4s0.1,0.5,0.3,0.7l2.5,2.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.8-0.7,1.7-1.4,2.7-1.9c0.3-0.2,0.6-0.5,0.6-0.9v-3.1c1.4-0.5,3-0.7,4.6-0.7c1.6,0,3.2,0.3,4.6,0.7v3.1c0,0.4,0.2,0.7,0.6,0.9c1,0.5,1.9,1.1,2.7,1.9c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l2.5-2.5c0.2-0.2,0.3-0.4,0.3-0.7S23.9,16.9,23.7,16.7z"/></g>
31
- <g id="phone-paused"><path d="M17,3h-2v7h2V3z M20,15.5c-1.2,0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7,0-1,0.2l-2.2,2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3,0.4-0.7,0.2-1C8.7,6.4,8.5,5.2,8.5,4c0-0.6-0.4-1-1-1H4C3.4,3,3,3.4,3,4c0,9.4,7.6,17,17,17c0.6,0,1-0.4,1-1v-3.5C21,15.9,20.6,15.5,20,15.5z M19,3v7h2V3H19z"/></g>
32
- <g id="play-download"><path d="M20,6h-4V4l-2-2h-4L8,4v2H4C2.9,6,2,6.9,2,8l0,11c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V8C22,6.9,21.1,6,20,6z M10,4h4v2h-4V4z M12,19l-5-5h3v-4h4v4h3L12,19z"/></g>
33
- <g id="play-install"><path d="M20,6h-4V4l-2-2h-4L8,4v2H4C2.9,6,2,6.9,2,8l0,11c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V8C22,6.9,21.1,6,20,6z M10,4h4v2h-4V4z M10.5,17.5L7,14l1.4-1.4l2.1,2.1l5.2-5.2l1.4,1.4L10.5,17.5z"/></g>
34
- <g id="sd-card"><path d="M18,2h-8L4,8l0,12c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2z M12,8h-2V4h2V8z M15,8h-2V4h2V8z M18,8h-2V4h2V8z"/></g>
35
- <g id="sim-card-alert"><path d="M18,2h-8L4,8l0,12c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2z M13,17h-2v-2h2V17z M13,13h-2V8h2V13z"/></g>
36
- <g id="sms"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M9,11H7V9h2V11z M13,11h-2V9h2V11z M17,11h-2V9h2V11z"/></g>
37
- <g id="sms-failed"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M13,14h-2v-2h2V14z M13,10h-2V6h2V10z"/></g>
38
- <g id="sync"><path d="M12,4V1L8,5l4,4V6c3.3,0,6,2.7,6,6c0,1-0.3,2-0.7,2.8l1.5,1.5C19.5,15,20,13.6,20,12C20,7.6,16.4,4,12,4z M12,18c-3.3,0-6-2.7-6-6c0-1,0.3-2,0.7-2.8L5.2,7.7C4.5,9,4,10.4,4,12c0,4.4,3.6,8,8,8v3l4-4l-4-4V18z"/></g>
39
- <g id="sync-disabled"><path d="M10,6.3V4.3c-0.8,0.2-1.5,0.5-2.2,1l1.5,1.5C9.5,6.6,9.7,6.4,10,6.3z M2.9,5.4l2.4,2.4C4.5,9,4,10.4,4,12c0,2.2,0.9,4.2,2.4,5.6L4,20h6v-6l-2.2,2.2C6.7,15.2,6,13.7,6,12c0-1,0.2-1.9,0.7-2.8l8.1,8.1c-0.2,0.1-0.5,0.2-0.8,0.3v2.1c0.8-0.2,1.5-0.5,2.2-1l2.4,2.4l1.3-1.3L4.1,4.1L2.9,5.4z M20,4h-6v6l2.2-2.2C17.3,8.8,18,10.3,18,12c0,1-0.2,1.9-0.7,2.8l1.5,1.5C19.5,15,20,13.6,20,12c0-2.2-0.9-4.2-2.4-5.6L20,4z"/></g>
40
- <g id="sync-green"><path d="M4,12c0,2.2,0.9,4.2,2.4,5.6L4,20h6v-6l-2.2,2.2C6.7,15.2,6,13.7,6,12c0-2.6,1.7-4.8,4-5.7V4.3C6.6,5.2,4,8.3,4,12z M20,4h-6v6l2.2-2.2C17.3,8.8,18,10.3,18,12c0,2.6-1.7,4.8-4,5.7v2.1c3.4-0.9,6-4,6-7.7c0-2.2-0.9-4.2-2.4-5.6L20,4z"/></g>
41
- <g id="sync-problem"><path d="M3,12c0,2.2,0.9,4.2,2.4,5.6L3,20h6v-6l-2.2,2.2C5.7,15.2,5,13.7,5,12c0-2.6,1.7-4.8,4-5.7V4.3C5.6,5.2,3,8.3,3,12z M11,17h2v-2h-2V17z M21,4h-6v6l2.2-2.2C18.3,8.8,19,10.3,19,12c0,2.6-1.7,4.8-4,5.7v2.1c3.4-0.9,6-4,6-7.7c0-2.2-0.9-4.2-2.4-5.6L21,4z M11,13h2V7h-2V13z"/></g>
42
- <g id="sync-problem-red"><path d="M3,12c0,2.2,0.9,4.2,2.4,5.6L3,20h6v-6l-2.2,2.2C5.7,15.2,5,13.7,5,12c0-2.6,1.7-4.8,4-5.7V4.3C5.6,5.2,3,8.3,3,12z M11,17h2v-2h-2V17z M21,4h-6v6l2.2-2.2C18.3,8.8,19,10.3,19,12c0,2.6-1.7,4.8-4,5.7v2.1c3.4-0.9,6-4,6-7.7c0-2.2-0.9-4.2-2.4-5.6L21,4z M11,13h2V7h-2V13z"/></g>
43
- <g id="system-update"><path d="M17,1L7,1C5.9,1,5,1.9,5,3v18c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V3C19,1.9,18.1,1,17,1z M17,19H7V5h10V19z M16,13h-3V8h-2v5H8l4,4L16,13z"/></g>
44
- <g id="tap-and-play"><path d="M2,16v2c2.8,0,5,2.2,5,5h2C9,19.1,5.9,16,2,16z M2,20v3h3C5,21.3,3.7,20,2,20z M2,12v2c5,0,9,4,9,9h2C13,16.9,8.1,12,2,12z M17,1L7,1C5.9,1,5,1.9,5,3v7.4c0.7,0.2,1.4,0.4,2,0.6V5h10v13h-3c0.5,1.2,0.8,2.6,0.9,4H17c1.1,0,2-0.9,2-2V3C19,1.9,18.1,1,17,1z"/></g>
45
- <g id="time-to-leave"><path d="M18.9,5c-0.2-0.6-0.8-1-1.4-1h-11C5.8,4,5.3,4.4,5.1,5L3,11v8c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-1h12v1c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1v-8L18.9,5z M6.5,15C5.7,15,5,14.3,5,13.5S5.7,12,6.5,12C7.3,12,8,12.7,8,13.5S7.3,15,6.5,15z M17.5,15c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5S18.3,15,17.5,15z M5,10l1.5-4.5h11L19,10H5z"/></g>
46
- <g id="vibration"><path d="M0,15h2V9H0V15z M3,17h2V7H3V17z M22,9v6h2V9H22z M19,17h2V7h-2V17z M16.5,3h-9C6.7,3,6,3.7,6,4.5v15C6,20.3,6.7,21,7.5,21h9c0.8,0,1.5-0.7,1.5-1.5v-15C18,3.7,17.3,3,16.5,3z M16,19H8V5h8V19z"/></g>
47
- <g id="voice-chat"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M18,14l-4-3.2V14H6V6h8v3.2L18,6V14z"/></g>
48
- <g id="vpn-lock"><path d="M22,4V3.5C22,2.1,20.9,1,19.5,1C18.1,1,17,2.1,17,3.5V4c-0.6,0-1,0.4-1,1v4c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V5C23,4.4,22.6,4,22,4z M21.2,4h-3.4V3.5c0-0.9,0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7V4z M18.9,12c0,0.3,0.1,0.7,0.1,1c0,2.1-0.8,4-2.1,5.4c-0.3-0.8-1-1.4-1.9-1.4h-1v-3c0-0.6-0.4-1-1-1H7v-2h2c0.6,0,1-0.4,1-1V8h2c1.1,0,2-0.9,2-2V3.5C13.1,3.2,12,3,11,3C5.5,3,1,7.5,1,13c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10c0-0.3,0-0.7-0.1-1H18.9z M10,20.9c-3.9-0.5-7-3.9-7-7.9c0-0.6,0.1-1.2,0.2-1.8L8,16v1c0,1.1,0.9,2,2,2V20.9z"/></g>
14
+ <g id="adb"><path d="M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4h-14v4zm11.12-11.63l2.1-2.1-.82-.83-2.3 2.31c-.94-.47-1.98-.75-3.1-.75s-2.16.28-3.09.75l-2.31-2.31-.82.83 2.1 2.1c-1.74 1.27-2.88 3.31-2.88 5.63v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zm-7.12 4.63c-.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"/></g>
15
+ <g id="bluetooth-audio"><path d="M14.24 12.01l2.32 2.32c.28-.72.44-1.51.44-2.33 0-.82-.16-1.59-.43-2.31l-2.33 2.32zm5.29-5.3l-1.26 1.26c.63 1.21.98 2.57.98 4.02s-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-3.82 1l-5.71-5.71h-1v7.59l-4.59-4.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 4.59-4.59v7.59h1l5.71-5.71-4.3-4.29 4.3-4.29zm-4.71-1.88l1.88 1.88-1.88 1.88v-3.76zm1.88 10.46l-1.88 1.88v-3.76l1.88 1.88z"/></g>
16
+ <g id="disc-full"><path d="M20 16h2v-2h-2v2zm0-9v5h2v-5h-2zm-10-3c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></g>
17
+ <g id="dnd-forwardslash"><path d="M12 2c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10zm-8 10c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7l-11.2 11.2c-1.1-1.4-1.7-3.1-1.7-4.9zm8 8c-1.8 0-3.5-.6-4.9-1.7l11.2-11.2c1.1 1.4 1.7 3.1 1.7 4.9 0 4.4-3.6 8-8 8z"/></g>
18
+ <g id="do-not-disturb"><path d="M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9l11.21 11.21c-1.35 1.06-3.05 1.69-4.9 1.69zm6.31-3.1l-11.21-11.21c1.35-1.06 3.05-1.69 4.9-1.69 4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"/></g>
19
+ <g id="drive-eta"><path d="M18.92 5.01c-.2-.59-.76-1.01-1.42-1.01h-11c-.66 0-1.21.42-1.42 1.01l-2.08 5.99v8c0 .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.99zm-12.42 9.99c-.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.5zm11 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.5zm-12.5-5l1.5-4.5h11l1.5 4.5h-14z"/></g>
20
+ <g id="event-available"><path d="M16.53 11.06l-1.06-1.06-4.88 4.88-2.12-2.12-1.06 1.06 3.18 3.18 5.94-5.94zm2.47-8.06h-1v-2h-2v2h-8v-2h-2v2h-1c-1.11 0-1.99.9-1.99 2l-.01 14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm0 16h-14v-11h14v11z"/></g>
21
+ <g id="event-busy"><path d="M9.31 17l2.44-2.44 2.44 2.44 1.06-1.06-2.44-2.44 2.44-2.44-1.06-1.06-2.44 2.44-2.44-2.44-1.06 1.06 2.44 2.44-2.44 2.44 1.06 1.06zm9.69-14h-1v-2h-2v2h-8v-2h-2v2h-1c-1.11 0-1.99.9-1.99 2l-.01 14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm0 16h-14v-11h14v11z"/></g>
22
+ <g id="event-note"><path d="M17 10h-10v2h10v-2zm2-7h-1v-2h-2v2h-8v-2h-2v2h-1c-1.11 0-1.99.9-1.99 2l-.01 14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm0 16h-14v-11h14v11zm-5-5h-7v2h7v-2z"/></g>
23
+ <g id="folder-special"><path d="M20 6h-8l-2-2h-6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm-6.42 12l-3.58-2.1-3.58 2.1.95-4.07-3.16-2.74 4.16-.36 1.63-3.83 1.63 3.84 4.16.36-3.16 2.74.95 4.06z"/></g>
24
+ <g id="mms"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 18 4-4h14c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-15 12l3.5-4.5 2.5 3.01 3.5-4.51 4.5 6h-14z"/></g>
25
+ <g id="more"><path d="M22 3h-15c-.69 0-1.23.35-1.59.88l-5.41 8.12 5.41 8.11c.36.53.97.89 1.66.89h14.93c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm-13 10.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.5zm5 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 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.5z"/></g>
26
+ <g id="network-locked"><path d="M19.5 10c.17 0 .33.03.5.05v-9.05l-19 19h13v-3c0-.89.39-1.68 1-2.23v-.27c0-2.48 2.02-4.5 4.5-4.5zm2.5 6v-1.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v1.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-1 0h-3v-1.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v1.5z"/></g>
27
+ <g id="phone-bluetooth-speaker"><path d="M14.71 9.5l2.29-2.29v3.79h.5l2.85-2.85-2.14-2.15 2.15-2.15-2.86-2.85h-.5v3.79l-2.29-2.29-.71.71 2.79 2.79-2.79 2.79.71.71zm3.29-6.59l.94.94-.94.94v-1.88zm0 4.3l.94.94-.94.94v-1.88zm2 8.29c-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-1-.37-1.12-.57-2.32-.57-3.57 0-.55-.45-1-1-1h-3.5c-.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-1z"/></g>
28
+ <g id="phone-forwarded"><path d="M18 11l5-5-5-5v3h-4v4h4v3zm2 4.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-1-.37-1.12-.57-2.32-.57-3.57 0-.55-.45-1-1-1h-3.5c-.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-1z"/></g>
29
+ <g id="phone-in-talk"><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-1-.37-1.12-.57-2.32-.57-3.57 0-.55-.45-1-1-1h-3.5c-.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-1zm-1-3.5h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"/></g>
30
+ <g id="phone-locked"><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-1-.37-1.12-.57-2.32-.57-3.57 0-.55-.45-1-1-1h-3.5c-.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-1zm0-11.5v-.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7v.5z"/></g>
31
+ <g id="phone-missed"><path d="M6.5 5.5l5.5 5.5 7-7-1-1-6 6-4.5-4.5h3.5v-1.5h-6v6h1.5v-3.5zm17.21 11.17c-3.05-2.89-7.17-4.67-11.71-4.67-4.54 0-8.66 1.78-11.71 4.67-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7z"/></g>
32
+ <g id="phone-paused"><path d="M17 3h-2v7h2v-7zm3 12.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-1-.37-1.12-.57-2.32-.57-3.57 0-.55-.45-1-1-1h-3.5c-.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-1zm-1-12.5v7h2v-7h-2z"/></g>
33
+ <g id="play-download"><path d="M20 6h-4v-2l-2-2h-4l-2 2v2h-4c-1.11 0-1.99.89-1.99 2l-.01 11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-11c0-1.11-.89-2-2-2zm-10-2h4v2h-4v-2zm2 15l-5-5h3v-4h4v4h3l-5 5z"/></g>
34
+ <g id="play-install"><path d="M20 6h-4v-2l-2-2h-4l-2 2v2h-4c-1.11 0-1.99.89-1.99 2l-.01 11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-11c0-1.11-.89-2-2-2zm-10-2h4v2h-4v-2zm.5 13.5l-3.5-3.5 1.41-1.41 2.09 2.09 5.18-5.18 1.41 1.41-6.59 6.59z"/></g>
35
+ <g id="sd-card"><path d="M18 2h-8l-5.98 6-.02 12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-6 6h-2v-4h2v4zm3 0h-2v-4h2v4zm3 0h-2v-4h2v4z"/></g>
36
+ <g id="sim-card-alert"><path d="M18 2h-8l-5.98 6-.02 12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-5 15h-2v-2h2v2zm0-4h-2v-5h2v5z"/></g>
37
+ <g id="sms"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 18 4-4h14c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-11 9h-2v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"/></g>
38
+ <g id="sms-failed"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 18 4-4h14c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2v-4h2v4z"/></g>
39
+ <g id="sync"><path d="M12 4v-3l-4 4 4 4v-3c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46c.78-1.23 1.24-2.69 1.24-4.26 0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8l-1.46-1.46c-.78 1.23-1.24 2.69-1.24 4.26 0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/></g>
40
+ <g id="sync-disabled"><path d="M10 6.35v-2.09c-.8.21-1.55.54-2.23.96l1.46 1.46c.25-.12.5-.24.77-.33zm-7.14-.94l2.36 2.36c-.77 1.22-1.22 2.67-1.22 4.23 0 2.21.91 4.2 2.36 5.64l-2.36 2.36h6v-6l-2.24 2.24c-1.08-1.09-1.76-2.58-1.76-4.24 0-1 .25-1.94.68-2.77l8.08 8.08c-.25.13-.5.25-.77.34v2.09c.8-.21 1.55-.54 2.23-.96l2.36 2.36 1.27-1.27-15.71-15.73-1.28 1.27zm17.14-1.41h-6v6l2.24-2.24c1.08 1.09 1.76 2.58 1.76 4.24 0 1-.25 1.94-.68 2.77l1.46 1.46c.77-1.22 1.22-2.67 1.22-4.23 0-2.21-.91-4.2-2.36-5.64l2.36-2.36z"/></g>
41
+ <g id="sync-problem"><path d="M3 12c0 2.21.91 4.2 2.36 5.64l-2.36 2.36h6v-6l-2.24 2.24c-1.08-1.09-1.76-2.58-1.76-4.24 0-2.61 1.67-4.83 4-5.65v-2.09c-3.45.89-6 4.01-6 7.74zm8 5h2v-2h-2v2zm10-13h-6v6l2.24-2.24c1.08 1.09 1.76 2.58 1.76 4.24 0 2.61-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64l2.36-2.36zm-10 9h2v-6h-2v6z"/></g>
42
+ <g id="system-update"><path d="M17 1.01l-10-.01c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-18c0-1.1-.9-1.99-2-1.99zm0 17.99h-10v-14h10v14zm-1-6h-3v-5h-2v5h-3l4 4 4-4z"/></g>
43
+ <g id="tap-and-play"><path d="M2 16v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0 4v3h3c0-1.66-1.34-3-3-3zm0-8v2c4.97 0 9 4.03 9 9h2c0-6.08-4.92-11-11-11zm15-10.99l-10-.01c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64v-6.01h10v13h-3.03c.52 1.25.84 2.59.95 4h2.08c1.1 0 2-.9 2-2v-17c0-1.1-.9-1.99-2-1.99z"/></g>
44
+ <g id="time-to-leave"><path d="M18.92 5.01c-.2-.59-.76-1.01-1.42-1.01h-11c-.66 0-1.21.42-1.42 1.01l-2.08 5.99v8c0 .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.99zm-12.42 9.99c-.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.5zm11 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.5zm-12.5-5l1.5-4.5h11l1.5 4.5h-14z"/></g>
45
+ <g id="vibration"><path d="M0 15h2v-6h-2v6zm3 2h2v-10h-2v10zm19-8v6h2v-6h-2zm-3 8h2v-10h-2v10zm-2.5-14h-9c-.83 0-1.5.67-1.5 1.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5zm-.5 16h-8v-14h8v14z"/></g>
46
+ <g id="voice-chat"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 18 4-4h14c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-2 12l-4-3.2v3.2h-8v-8h8v3.2l4-3.2v8z"/></g>
47
+ <g id="vpn-lock"><path d="M22 4v-.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7v.5zm-2.28 8c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1v-2h2c1.1 0 2-.9 2-2v-2.54c-.95-.3-1.95-.46-3-.46-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03zm-8.92 8.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79l4.79 4.79v1c0 1.1.9 2 2 2v1.93z"/></g>
49
48
  </defs></svg>
50
49
  </core-iconset-svg>
@@ -11,42 +11,43 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
11
11
  <link rel="import" href="../core-iconset-svg/core-iconset-svg.html">
12
12
  <core-iconset-svg id="social" iconSize="24">
13
13
  <svg><defs>
14
- <g id="cake"><path d="M12,7c1.1,0,2-0.9,2-2c0-0.4-0.1-0.7-0.3-1L12,1l-1.7,3C10.1,4.3,10,4.6,10,5C10,6.1,10.9,7,12,7z M21,21v-4c0-1.1-0.9-2-2-2h-1v-3c0-1.1-0.9-2-2-2h-3V8h-2v2H8c-1.1,0-2,0.9-2,2v3H5c-1.1,0-2,0.9-2,2v4H1v2h22v-2H21z"/></g>
15
- <g id="circles"><path d="M16.7,15c-0.8,2.3-3,4-5.7,4c-3.3,0-6-2.7-6-6c0-2.6,1.7-4.8,4-5.7C9,7.2,9,7.1,9,7c0-1,0.2-2,0.5-2.9C5.3,4.8,2,8.5,2,13c0,5,4,9,9,9c4.5,0,8.2-3.3,8.9-7.5C19,14.8,18,15,17,15C16.9,15,16.8,15,16.7,15z"/><path d="M17,1c-3.3,0-6,2.7-6,6s2.7,6,6,6c3.3,0,6-2.7,6-6S20.3,1,17,1z M17,10c-1.7,0-3-1.3-3-3s1.3-3,3-3c1.7,0,3,1.3,3,3S18.7,10,17,10z"/></g>
16
- <g id="circles-add"><path d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M12,20c-4.4,0-8-3.6-8-8s3.6-8,8-8c4.4,0,8,3.6,8,8S16.4,20,12,20z"/><path d="M13,11V8h-2v3H8v2h3v3h2v-3h3v-2H13z"/></g>
17
- <g id="circles-extended"><path d="M12,10c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4C9.8,2,8,3.8,8,6C8,8.2,9.8,10,12,10z M12,4c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2C10,4.9,10.9,4,12,4z M6,13c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C10,14.8,8.2,13,6,13z M6,19c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C8,18.1,7.1,19,6,19z M12,11.1c-1,0-1.9,0.9-1.9,1.9s0.9,1.9,1.9,1.9c1,0,1.9-0.9,1.9-1.9S13,11.1,12,11.1z M18,13c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C22,14.8,20.2,13,18,13z M18,19c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C20,18.1,19.1,19,18,19z"/></g>
18
- <g id="communities"><path d="M9,12c-1.1,0-2,0.9-2,2s0.9,2,2,2c1.1,0,2-0.9,2-2S10.1,12,9,12z M14,9c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2s0.9,2,2,2C13.1,11,14,10.1,14,9z M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M12,20c-4.4,0-8-3.6-8-8c0-4.4,3.6-8,8-8c4.4,0,8,3.6,8,8C20,16.4,16.4,20,12,20z M15,12c-1.1,0-2,0.9-2,2s0.9,2,2,2c1.1,0,2-0.9,2-2S16.1,12,15,12z"/></g>
19
- <g id="domain"><path d="M12,7V3H2v18h20V7H12z M6,19H4v-2h2V19z M6,15H4v-2h2V15z M6,11H4V9h2V11z M6,7H4V5h2V7z M10,19H8v-2h2V19z M10,15H8v-2h2V15z M10,11H8V9h2V11z M10,7H8V5h2V7z M20,19h-8v-2h2v-2h-2v-2h2v-2h-2V9h8V19z M18,11h-2v2h2V11z M18,15h-2v2h2V15z"/></g>
20
- <g id="group"><path d="M16,11c1.7,0,3-1.3,3-3c0-1.7-1.3-3-3-3c-1.7,0-3,1.3-3,3C13,9.7,14.3,11,16,11z M8,11c1.7,0,3-1.3,3-3c0-1.7-1.3-3-3-3C6.3,5,5,6.3,5,8C5,9.7,6.3,11,8,11z M8,13c-2.3,0-7,1.2-7,3.5V19h14v-2.5C15,14.2,10.3,13,8,13z M16,13c-0.3,0-0.6,0-1,0.1c1.2,0.8,2,2,2,3.4V19h6v-2.5C23,14.2,18.3,13,16,13z"/></g>
21
- <g id="group-add"><path d="M8,10H5V7H3v3H0v2h3v3h2v-3h3V10z M18,11c1.7,0,3-1.3,3-3c0-1.7-1.3-3-3-3c-0.3,0-0.6,0.1-0.9,0.1C17.7,6,18,6.9,18,8s-0.3,2-0.9,2.9C17.4,10.9,17.7,11,18,11z M13,11c1.7,0,3-1.3,3-3c0-1.7-1.3-3-3-3c-1.7,0-3,1.3-3,3C10,9.7,11.3,11,13,11z M19.6,13.2c0.8,0.7,1.4,1.7,1.4,2.8v2h3v-2C24,14.5,21.6,13.5,19.6,13.2z M13,13c-2,0-6,1-6,3v2h12v-2C19,14,15,13,13,13z"/></g>
22
- <g id="location-city"><path d="M15,11V5l-3-3L9,5v2H3v14h18V11H15z M7,19H5v-2h2V19z M7,15H5v-2h2V15z M7,11H5V9h2V11z M13,19h-2v-2h2V19z M13,15h-2v-2h2V15z M13,11h-2V9h2V11z M13,7h-2V5h2V7z M19,19h-2v-2h2V19z M19,15h-2v-2h2V15z"/></g>
23
- <g id="mood"><path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10S17.5,2,12,2z M12,20c-4.4,0-8-3.6-8-8s3.6-8,8-8c4.4,0,8,3.6,8,8S16.4,20,12,20z M15.5,11c0.8,0,1.5-0.7,1.5-1.5S16.3,8,15.5,8S14,8.7,14,9.5S14.7,11,15.5,11z M8.5,11c0.8,0,1.5-0.7,1.5-1.5S9.3,8,8.5,8S7,8.7,7,9.5S7.7,11,8.5,11z M12,17.5c2.3,0,4.3-1.5,5.1-3.5H6.9C7.7,16,9.7,17.5,12,17.5z"/></g>
24
- <g id="notifications"><path d="M11.5,22c1.1,0,2-0.9,2-2h-4C9.5,21.1,10.4,22,11.5,22z M18,16v-5.5c0-3.1-2.1-5.6-5-6.3V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5v0.7c-2.9,0.7-5,3.2-5,6.3V16l-2,2v1h17v-1L18,16z"/></g>
25
- <g id="notifications-none"><path d="M11.5,22c1.1,0,2-0.9,2-2h-4C9.5,21.1,10.4,22,11.5,22z M18,16v-5.5c0-3.1-2.1-5.6-5-6.3V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5v0.7c-2.9,0.7-5,3.2-5,6.3V16l-2,2v1h17v-1L18,16z M16,17H7v-6.5C7,8,9,6,11.5,6C14,6,16,8,16,10.5V17z"/></g>
26
- <g id="notifications-off"><path d="M11.5,22c1.1,0,2-0.9,2-2h-4C9.5,21.1,10.4,22,11.5,22z M18,10.5c0-3.1-2.1-5.6-5-6.3V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5v0.7C9.5,4.3,9,4.5,8.6,4.7l9.4,9.4V10.5z M17.7,19l2,2l1.3-1.3L4.3,3L3,4.3l2.9,2.9C5.3,8.2,5,9.3,5,10.5V16l-2,2v1H17.7z"/></g>
27
- <g id="notifications-on"><path d="M6.6,3.6L5.2,2.2C2.8,4,1.2,6.8,1,10h2C3.2,7.3,4.5,5,6.6,3.6z M20,10h2c-0.2-3.2-1.7-6-4.1-7.8l-1.4,1.4C18.5,5,19.8,7.3,20,10z M18,10.5c0-3.1-2.1-5.6-5-6.3V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5v0.7c-2.9,0.7-5,3.2-5,6.3V16l-2,2v1h17v-1l-2-2V10.5z M11.5,22c0.1,0,0.3,0,0.4,0c0.7-0.1,1.2-0.6,1.4-1.2c0.1-0.2,0.2-0.5,0.2-0.8h-4C9.5,21.1,10.4,22,11.5,22z"/></g>
28
- <g id="notifications-paused"><path d="M11.5,22c1.1,0,2-0.9,2-2h-4C9.5,21.1,10.4,22,11.5,22z M18,16v-5.5c0-3.1-2.1-5.6-5-6.3V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5v0.7c-2.9,0.7-5,3.2-5,6.3V16l-2,2v1h17v-1L18,16z M14,9.8l-2.8,3.4H14V15H9v-1.8l2.8-3.4H9V8h5V9.8z"/></g>
29
- <g id="pages"><path d="M3,5v6h5L7,7l4,1V3H5C3.9,3,3,3.9,3,5z M8,13H3v6c0,1.1,0.9,2,2,2h6v-5l-4,1L8,13z M17,17l-4-1v5h6c1.1,0,2-0.9,2-2v-6l-5,0L17,17z M19,3h-6v5l4-1l-1,4h5V5C21,3.9,20.1,3,19,3z"/></g>
30
- <g id="party-mode"><path d="M20,4h-3.2L15,2H9L7.2,4H4C2.9,4,2,4.9,2,6v12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M12,7c1.6,0,3.1,0.8,4,2h-4c-1.7,0-3,1.3-3,3c0,0.4,0.1,0.7,0.2,1H7.1C7,12.7,7,12.3,7,12C7,9.2,9.2,7,12,7z M12,17c-1.6,0-3.1-0.8-4-2h4c1.7,0,3-1.3,3-3c0-0.4-0.1-0.7-0.2-1h2.1c0.1,0.3,0.1,0.7,0.1,1C17,14.8,14.8,17,12,17z"/></g>
31
- <g id="people"><path d="M16,11c1.7,0,3-1.3,3-3c0-1.7-1.3-3-3-3c-1.7,0-3,1.3-3,3C13,9.7,14.3,11,16,11z M8,11c1.7,0,3-1.3,3-3c0-1.7-1.3-3-3-3C6.3,5,5,6.3,5,8C5,9.7,6.3,11,8,11z M8,13c-2.3,0-7,1.2-7,3.5V19h14v-2.5C15,14.2,10.3,13,8,13z M16,13c-0.3,0-0.6,0-1,0.1c1.2,0.8,2,2,2,3.4V19h6v-2.5C23,14.2,18.3,13,16,13z"/></g>
32
- <g id="person"><path d="M12,12c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4C9.8,4,8,5.8,8,8C8,10.2,9.8,12,12,12z M12,14c-2.7,0-8,1.3-8,4v2h16v-2C20,15.3,14.7,14,12,14z"/></g>
33
- <g id="person-add"><path d="M15,12c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4c-2.2,0-4,1.8-4,4C11,10.2,12.8,12,15,12z M6,10V7H4v3H1v2h3v3h2v-3h3v-2H6z M15,14c-2.7,0-8,1.3-8,4v2h16v-2C23,15.3,17.7,14,15,14z"/></g>
34
- <g id="person-outline"><path d="M12,5.9c1.2,0,2.1,0.9,2.1,2.1s-0.9,2.1-2.1,2.1S9.9,9.2,9.9,8S10.8,5.9,12,5.9 M12,14.9c3,0,6.1,1.5,6.1,2.1v1.1H5.9V17C5.9,16.4,9,14.9,12,14.9 M12,4C9.8,4,8,5.8,8,8c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,5.8,14.2,4,12,4L12,4z M12,13c-2.7,0-8,1.3-8,4v3h16v-3C20,14.3,14.7,13,12,13L12,13z"/></g>
35
- <g id="plus-one"><polygon points="10,8 8,8 8,12 4,12 4,14 8,14 8,18 10,18 10,14 14,14 14,12 10,12 "/><polygon points="14.5,6.1 14.5,7.9 17,7.4 17,18 19,18 19,5 "/></g>
36
- <g id="poll"><path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M9,17H7v-7h2V17z M13,17h-2V7h2V17z M17,17h-2v-4h2V17z"/></g>
37
- <g id="post-blogger"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M16,9v1c0,0.6,0.4,1,1,1c0.6,0,1,0.4,1,1v3c0,1.7-1.3,3-3,3H9c-1.7,0-3-1.3-3-3V8c0-1.7,1.3-3,3-3h4c1.7,0,3,1.3,3,3V9z M10,10h2.6c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H10C9.4,8,9,8.4,9,9C9,9.6,9.4,10,10,10z M14,13h-4c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1C15,13.4,14.6,13,14,13z"/></g>
38
- <g id="post-facebook"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M19,4v3h-2c-0.6,0-1,0.4-1,1v2h3v3h-3v7h-3v-7h-2v-3h2V7.5C13,5.6,14.6,4,16.5,4H19z"/></g>
39
- <g id="post-github"><path d="M7.2 6.6h-.1c-.5 1.4-.2 2.3-.1 2.6-.6.7-1 1.6-1 2.6 0 3.8 2.4 4.6 4.6 4.9-.2 0-.6.2-.8.8-.4.2-1.8.7-2.6-.7 0 0-.5-.8-1.3-.9 0 0-.8 0-.1.5 0 0 .6.3.9 1.3 0 0 .5 1.7 3 1.1v3.1h5v-3.5c0-1-.4-1.5-.8-1.8 2.2-.2 4.6-1 4.6-4.8 0-1.1-.4-2-1-2.6.1-.3.4-1.2-.1-2.6 0 0-.8-.3-2.7 1-.8-.2-1.6-.3-2.5-.3-.8 0-1.7.1-2.5.3-1.4-1-2.2-1-2.6-1zm12.8 15.4h-16c-1.1 0-2-.9-2-2v-16c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2z"/></g>
40
- <g id="post-gplus"><path d="M11.2,8.9c0-1-0.6-3-2.1-3c-0.6,0-1.3,0.4-1.3,1.7c0,1.2,0.6,2.9,2,2.9C9.8,10.5,11.2,10.4,11.2,8.9z M10.6,13.8c-0.1,0-0.2,0-0.3,0h0c-0.3,0-1.2,0.1-1.8,0.3C7.8,14.3,7,14.8,7,15.8c0,1.1,1,2.2,3,2.2c1.5,0,2.4-1,2.4-2C12.4,15.3,11.9,14.8,10.6,13.8z M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M9.1,19.2c-2.8,0-4.1-1.6-4.1-3c0-0.5,0.1-1.6,1.5-2.4c0.8-0.5,1.8-0.8,3.1-0.9c-0.2-0.2-0.3-0.5-0.3-1c0-0.2,0-0.3,0.1-0.5H9c-2,0-3.2-1.5-3.2-3c0-1.7,1.3-3.6,4.1-3.6h4.2l-0.3,0.3l-0.7,0.7L13,5.9h-0.7c0.4,0.4,0.9,1.1,0.9,2.2c0,1.4-0.7,2.1-1.6,2.7c-0.2,0.1-0.4,0.4-0.4,0.7c0,0.3,0.2,0.5,0.4,0.6c0.1,0.1,0.3,0.2,0.5,0.3c0.8,0.6,1.9,1.3,1.9,2.9C14,17.1,12.7,19.2,9.1,19.2z M19,12h-2v2h-1v-2h-2v-1h2V9h1v2h2V12z"/></g>
41
- <g id="post-instagram"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M12,8c2.2,0,4,1.8,4,4s-1.8,4-4,4c-2.2,0-4-1.8-4-4S9.8,8,12,8z M4.5,20C4.2,20,4,19.8,4,19.5V11h2.1C6,11.3,6,11.7,6,12c0,3.3,2.7,6,6,6c3.3,0,6-2.7,6-6c0-0.3,0-0.7-0.1-1H20v8.5c0,0.3-0.2,0.5-0.5,0.5H4.5z M20,6.5C20,6.8,19.8,7,19.5,7h-2C17.2,7,17,6.8,17,6.5v-2C17,4.2,17.2,4,17.5,4h2C19.8,4,20,4.2,20,4.5V6.5z"/></g>
42
- <g id="post-linkedin"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M8,19H5v-9h3V19z M6.5,8.3c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8S7.5,8.3,6.5,8.3z M19,19h-3v-5.3c0-0.8-0.7-1.5-1.5-1.5c-0.8,0-1.5,0.7-1.5,1.5V19h-3v-9h3v1.2c0.5-0.8,1.6-1.4,2.5-1.4c1.9,0,3.5,1.6,3.5,3.5V19z"/></g>
43
- <g id="post-pinterest"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M13,16.2c-0.8,0-1.6-0.3-2.1-0.9l-1,3.2l-0.1,0.2l0,0c-0.2,0.3-0.5,0.5-0.9,0.5c-0.6,0-1.1-0.5-1.1-1.1c0-0.1,0-0.1,0-0.1l0,0l0.1-0.2l1.8-5.6c0,0-0.2-0.6-0.2-1.5c0-1.7,0.9-2.2,1.7-2.2c0.7,0,1.4,0.3,1.4,1.3c0,1.3-0.9,2-0.9,3c0,0.7,0.6,1.3,1.3,1.3c2.3,0,3.2-1.8,3.2-3.4c0-2.2-1.9-4-4.2-4c-2.3,0-4.2,1.8-4.2,4c0,0.7,0.2,1.3,0.5,1.9c0.1,0.2,0.1,0.3,0.1,0.5c0,0.6-0.4,1-1,1c-0.4,0-0.7-0.2-0.9-0.5c-0.5-0.9-0.8-1.9-0.8-3c0-3.3,2.8-6,6.2-6c3.4,0,6.2,2.7,6.2,6C18.2,13.4,16.6,16.2,13,16.2z"/></g>
44
- <g id="post-tumblr"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M16,11h-3c0,0,0,3.8,0,3.9c0,0.7,0.1,1.1,1.1,1.1c0.9,0,1.9,0,1.9,0v3c0,0-1,0.1-2.1,0.1c-2.6,0-3.9-1.6-3.9-3.4c0-1.2,0-4.7,0-4.7H8V8.2c2.4-0.2,2.6-2,2.8-3.2H13v3h3V11z"/></g>
45
- <g id="post-twitter"><path d="M20,2H4C2.9,2,2,2.9,2,4l0,16c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M17.7,9.3c-0.1,4.6-3,7.8-7.4,8c-1.8,0.1-3.1-0.5-4.3-1.2c1.3,0.2,3-0.3,3.9-1.1c-1.3-0.1-2.1-0.8-2.5-1.9c0.4,0.1,0.8,0,1.1,0c-1.2-0.4-2-1.1-2.1-2.7c0.3,0.2,0.7,0.3,1.1,0.3c-0.9-0.5-1.5-2.4-0.8-3.6c1.3,1.4,2.9,2.6,5.5,2.8c-0.7-2.8,3.1-4.3,4.6-2.4c0.7-0.1,1.2-0.4,1.7-0.6c-0.2,0.7-0.6,1.1-1.1,1.5c0.5-0.1,1-0.2,1.4-0.4C18.7,8.5,18.2,8.9,17.7,9.3z"/></g>
46
- <g id="public"><path d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M11,19.9c-3.9-0.5-7-3.9-7-7.9c0-0.6,0.1-1.2,0.2-1.8L9,15v1c0,1.1,0.9,2,2,2V19.9z M17.9,17.4c-0.3-0.8-1-1.4-1.9-1.4h-1v-3c0-0.6-0.4-1-1-1H8v-2h2c0.6,0,1-0.4,1-1V7h2c1.1,0,2-0.9,2-2V4.6c2.9,1.2,5,4.1,5,7.4C20,14.1,19.2,16,17.9,17.4z"/></g>
47
- <g id="school"><path d="M5,13.2v4l7,3.8l7-3.8v-4L12,17L5,13.2z M12,3L1,9l11,6l9-4.9V17h2V9L12,3z"/></g>
48
- <g id="share"><path d="M21,11l-7-7v4C7,9,4,14,3,19c2.5-3.5,6-5.1,11-5.1V18L21,11z"/></g>
49
- <g id="share-alt"><path d="M18,16.1c-0.8,0-1.5,0.3-2,0.8l-7.1-4.2C9,12.5,9,12.2,9,12s0-0.5-0.1-0.7L16,7.2C16.5,7.7,17.2,8,18,8c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.5,0.1,0.7L8,9.8C7.5,9.3,6.8,9,6,9c-1.7,0-2.9,1.2-2.9,2.9c0,1.7,1.3,3,3,3c0.8,0,1.5-0.3,2-0.8l7.1,4.2c-0.1,0.3-0.1,0.5-0.1,0.7c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9S19.6,16.1,18,16.1z"/></g>
50
- <g id="whatshot"><path d="M13.5,0.7c0,0,0.7,2.6,0.7,4.8c0,2.1-1.4,3.7-3.4,3.7c-2.1,0-3.6-1.7-3.6-3.7l0-0.4C5.2,7.5,4,10.6,4,14c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C20,8.6,17.4,3.8,13.5,0.7z M11.7,19c-1.8,0-3.2-1.4-3.2-3.1c0-1.6,1-2.8,2.8-3.1c1.8-0.4,3.6-1.2,4.6-2.6c0.4,1.3,0.6,2.6,0.6,4C16.5,16.8,14.4,19,11.7,19z"/></g>
14
+ <g id="cake"><path d="M12 7c1.1 0 2-.9 2-2 0-.38-.1-.73-.29-1.03l-1.71-2.97-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2zm9 14v-4c0-1.1-.9-2-2-2h-1v-3c0-1.1-.9-2-2-2h-3v-2h-2v2h-3c-1.1 0-2 .9-2 2v3h-1c-1.1 0-2 .9-2 2v4h-2v2h22v-2h-2z"/></g>
15
+ <g id="circles"><path d="M16.66 14.98c-.82 2.34-3.04 4.02-5.66 4.02-3.31 0-6-2.69-6-6 0-2.62 1.68-4.84 4.02-5.66l-.02-.34c0-1.01.2-1.98.54-2.87-4.27.7-7.54 4.4-7.54 8.87 0 4.97 4.03 9 9 9 4.47 0 8.17-3.27 8.87-7.54-.89.34-1.86.54-2.87.54l-.34-.02zm.34-13.98c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></g>
16
+ <g id="circles-add"><path d="M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M13 11v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/></g>
17
+ <g id="circles-extended"><path d="M12 10c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-6 9c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7.9c-1.05 0-1.9.85-1.9 1.9s.85 1.9 1.9 1.9c1.05 0 1.9-.85 1.9-1.9s-.85-1.9-1.9-1.9zm6 1.9c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></g>
18
+ <g id="communities"><path d="M9 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5-3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-7c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></g>
19
+ <g id="domain"><path d="M12 7v-4h-10v18h20v-14h-10zm-6 12h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2v-2h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"/></g>
20
+ <g id="group"><path d="M16 11c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5v2.5h14v-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.45v2.5h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></g>
21
+ <g id="group-add"><path d="M8 10h-3v-3h-2v3h-3v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-.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-3s-1.33-3-2.99-3c-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.84zm-6.62-.16c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z"/></g>
22
+ <g id="location-city"><path d="M15 11v-6l-3-3-3 3v2h-6v14h18v-10h-6zm-8 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2v-2h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"/></g>
23
+ <g id="mood"><path d="M11.99 2c-5.52 0-9.99 4.48-9.99 10s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10s-4.48-10-10.01-10zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.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.5zm-7 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.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z"/></g>
24
+ <g id="notifications"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-6v-5.5c0-3.07-2.13-5.64-5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-2.87.68-5 3.25-5 6.32v5.5l-2 2v1h17v-1l-2-2z"/></g>
25
+ <g id="notifications-none"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-6v-5.5c0-3.07-2.13-5.64-5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-2.87.68-5 3.25-5 6.32v5.5l-2 2v1h17v-1l-2-2zm-2 1h-9v-6.5c0-2.49 2.01-4.5 4.5-4.5s4.5 2.01 4.5 4.5v6.5z"/></g>
26
+ <g id="notifications-off"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-11.5c0-3.07-2.13-5.64-5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.51.12-.99.32-1.45.56l9.45 9.44v-3.68zm-.27 8.5l2 2 1.27-1.27-16.73-16.73-1.27 1.27 2.92 2.92c-.58.97-.92 2.1-.92 3.31v5.5l-2 2v1h14.73z"/></g>
27
+ <g id="notifications-on"><path d="M6.58 3.58l-1.43-1.43c-2.39 1.82-3.97 4.65-4.12 7.85h2c.15-2.65 1.51-4.97 3.55-6.42zm13.39 6.42h2c-.15-3.2-1.73-6.03-4.13-7.85l-1.43 1.43c2.05 1.45 3.41 3.77 3.56 6.42zm-1.97.5c0-3.07-2.13-5.64-5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-2.87.68-5 3.25-5 6.32v5.5l-2 2v1h17v-1l-2-2v-5.5zm-6.5 11.5c.14 0 .27-.01.4-.04.65-.13 1.19-.58 1.44-1.18.1-.24.16-.5.16-.78h-4c0 1.1.9 2 2 2z"/></g>
28
+ <g id="notifications-paused"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-6v-5.5c0-3.07-2.13-5.64-5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-2.87.68-5 3.25-5 6.32v5.5l-2 2v1h17v-1l-2-2zm-4-6.2l-2.8 3.4h2.8v1.8h-5v-1.8l2.8-3.4h-2.8v-1.8h5v1.8z"/></g>
29
+ <g id="pages"><path d="M3 5v6h5l-1-4 4 1v-5h-6c-1.1 0-2 .9-2 2zm5 8h-5v6c0 1.1.9 2 2 2h6v-5l-4 1 1-4zm9 4l-4-1v5h6c1.1 0 2-.9 2-2v-6h-5l1 4zm2-14h-6v5l4-1-1 4h5v-6c0-1.1-.9-2-2-2z"/></g>
30
+ <g id="party-mode"><path d="M20 4h-3.17l-1.83-2h-6l-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-8 3c1.63 0 3.06.79 3.98 2h-3.98c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1h-2.08c-.06-.32-.1-.66-.1-1 0-2.76 2.24-5 5-5zm0 10c-1.63 0-3.06-.79-3.98-2h3.98c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1 0 2.76-2.24 5-5 5z"/></g>
31
+ <g id="people"><path d="M16 11c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5v2.5h14v-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.45v2.5h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></g>
32
+ <g id="people-outline"><path d="M16.5 13c-1.2 0-3.07.34-4.5 1-1.43-.67-3.3-1-4.5-1-2.17 0-6.5 1.08-6.5 3.25v2.75h22v-2.75c0-2.17-4.33-3.25-6.5-3.25zm-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75v1.25zm9 0h-7.5v-1.25c0-.46-.2-.86-.52-1.22.88-.3 1.96-.53 3.02-.53 2.44 0 5 1.21 5 1.75v1.25zm-14-5.5c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5 1.57 3.5 3.5 3.5zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 5.5c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5 1.57 3.5 3.5 3.5zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"/></g>
33
+ <g id="person"><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"/></g>
34
+ <g id="person-add"><path d="M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></g>
35
+ <g id="person-outline"><path d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1-2.1-.94-2.1-2.1.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1h-12.2v-1.1c0-.64 3.13-2.1 6.1-2.1m0-10.9c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"/></g>
36
+ <g id="plus-one"><path d="M10 8h-2v4h-4v2h4v4h2v-4h4v-2h-4zm4.5-1.92v1.82l2.5-.5v10.6h2v-13z"/></g>
37
+ <g id="poll"><path d="M19 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm-10 14h-2v-7h2v7zm4 0h-2v-10h2v10zm4 0h-2v-4h2v4z"/></g>
38
+ <g id="post-blogger"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-4 7v1c0 .55.45 1 1 1s1 .45 1 1v3c0 1.66-1.34 3-3 3h-6c-1.66 0-3-1.34-3-3v-7c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3v1zm-6.05 1h2.6c.55 0 1-.45 1-1s-.45-1-1-1h-2.6c-.55 0-1 .45-1 1s.45 1 1 1zm4.05 3h-4.05c-.55 0-1 .45-1 1s.45 1 1 1h4.05c.55 0 1-.45 1-1s-.45-1-1-1z"/></g>
39
+ <g id="post-facebook"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-1 2v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v7h-3v-7h-2v-3h2v-2.5c0-1.93 1.57-3.5 3.5-3.5h2.5z"/></g>
40
+ +<g id="post-github"><path d="M7.2 6.6h-.1c-.5 1.4-.2 2.3-.1 2.6-.6.7-1 1.6-1 2.6 0 3.8 2.4 4.6 4.6 4.9-.2 0-.6.2-.8.8-.4.2-1.8.7-2.6-.7 0 0-.5-.8-1.3-.9 0 0-.8 0-.1.5 0 0 .6.3.9 1.3 0 0 .5 1.7 3 1.1v3.1h5v-3.5c0-1-.4-1.5-.8-1.8 2.2-.2 4.6-1 4.6-4.8 0-1.1-.4-2-1-2.6.1-.3.4-1.2-.1-2.6 0 0-.8-.3-2.7 1-.8-.2-1.6-.3-2.5-.3-.8 0-1.7.1-2.5.3-1.4-1-2.2-1-2.6-1zm12.8 15.4h-16c-1.1 0-2-.9-2-2v-16c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2z"/></g>
41
+ <g id="post-gplus"><path d="M11.2 8.87c0-1.02-.63-3.02-2.08-3.02-.64 0-1.32.44-1.32 1.67 0 1.18.63 2.93 1.97 2.93.06.01 1.43-.01 1.43-1.58zm-.63 4.94l-.31-.01h-.02c-.26 0-1.15.05-1.82.27-.65.24-1.42.72-1.42 1.7 0 1.08 1.04 2.23 2.96 2.23 1.52 0 2.44-1 2.44-1.97 0-.77-.46-1.24-1.83-2.22zm9.43-11.81h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-10.93 17.2c-2.8 0-4.07-1.56-4.07-3.01 0-.45.14-1.59 1.48-2.39.77-.47 1.85-.78 3.14-.91-.19-.25-.34-.55-.34-.99 0-.16.02-.31.05-.46h-.38c-1.97 0-3.15-1.55-3.15-3.04 0-1.73 1.29-3.6 4.11-3.6h4.21l-.34.34-.71.71-.06.06h-.71c.41.42.9 1.12.9 2.16 0 1.4-.74 2.09-1.56 2.73-.16.12-.42.38-.42.72 0 .3.24.5.39.62.13.11.3.22.47.34.81.57 1.92 1.34 1.92 2.88 0 1.77-1.29 3.84-4.93 3.84zm9.93-7.2h-2v2h-1v-2h-2v-1h2v-2h1v2h2v1z"/></g>
42
+ <g id="post-instagram"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-8 6c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm-7.5 12c-.28 0-.5-.22-.5-.5v-8.5h2.09c-.05.33-.09.66-.09 1 0 3.31 2.69 6 6 6s6-2.69 6-6c0-.34-.04-.67-.09-1h2.09v8.5c0 .28-.22.5-.5.5h-15zm15.5-13.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5h2c.28 0 .5.22.5.5v2z"/></g>
43
+ <g id="post-linkedin"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-12 17h-3v-9h3v9zm-1.5-10.69c-1 0-1.81-.81-1.81-1.81s.81-1.81 1.81-1.81 1.81.81 1.81 1.81-.81 1.81-1.81 1.81zm12.5 10.69h-3v-5.3c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v5.3h-3v-9h3v1.2c.52-.84 1.59-1.4 2.5-1.4 1.93 0 3.5 1.57 3.5 3.5v5.7z"/></g>
44
+ <g id="post-pinterest"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-7 14.2c-.8 0-1.57-.34-2.12-.92l-.95 3.2-.07.21-.03-.01c-.19.32-.54.52-.93.52-.61 0-1.1-.49-1.1-1.1l.01-.15h-.01l.05-.18 1.85-5.56s-.2-.61-.2-1.47c0-1.72.92-2.23 1.66-2.23.74 0 1.42.27 1.42 1.31 0 1.34-.89 2.03-.89 3 0 .74.6 1.34 1.34 1.34 2.33 0 3.16-1.76 3.16-3.41 0-2.18-1.88-3.95-4.2-3.95-2.32 0-4.2 1.77-4.2 3.95 0 .67.19 1.34.54 1.94.09.16.14.33.14.51 0 .55-.45 1-1 1-.36 0-.69-.19-.87-.5-.53-.9-.82-1.92-.82-2.96.02-3.27 2.8-5.94 6.22-5.94s6.2 2.67 6.2 5.95c0 2.63-1.63 5.45-5.2 5.45z"/></g>
45
+ <g id="post-tumblr"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-4 9h-3v3.9c0 .73.14 1.1 1.1 1.1h1.9v3s-1.03.1-2.1.1c-2.65 0-3.9-1.62-3.9-3.4v-4.7h-2v-2.8c2.41-.2 2.62-2.04 2.8-3.2h2.2v3h3v3z"/></g>
46
+ <g id="post-twitter"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-2.29 7.33c-.06 4.62-3.02 7.78-7.42 7.98-1.82.08-3.14-.5-4.28-1.23 1.34.21 3.01-.32 3.9-1.09-1.32-.13-2.1-.8-2.46-1.88.38.07.78.05 1.14-.03-1.19-.4-2.04-1.13-2.08-2.67.33.15.68.29 1.14.32-.9-.5-1.55-2.35-.8-3.57 1.32 1.45 2.91 2.63 5.52 2.79-.65-2.8 3.06-4.32 4.61-2.44.66-.13 1.19-.38 1.7-.65-.21.65-.62 1.1-1.12 1.47.54-.07 1.03-.21 1.44-.41-.25.53-.81 1.01-1.29 1.41z"/></g>
47
+ <g id="post-youtube"><path d="M20 2h-16c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-1.49 15.5c-.45.15-3.73.5-6.51.5-2.77 0-6.05-.35-6.5-.5-1.17-.39-1.5-2.8-1.5-5.5s.33-5.11 1.5-5.5c.45-.15 3.73-.5 6.5-.5 2.78 0 6.06.36 6.51.51 1.17.39 1.49 2.79 1.49 5.49s-.32 5.11-1.49 5.5zm-8.51-2l5.5-3.5-5.5-3.5v7z"/></g>
48
+ <g id="public"><path d="M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79l4.79 4.79v1c0 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-1h-6v-2h2c.55 0 1-.45 1-1v-2h2c1.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"/></g>
49
+ <g id="school"><path d="M5 13.18v4l7 3.82 7-3.82v-4l-7 3.82-7-3.82zm7-10.18l-11 6 11 6 9-4.91v6.91h2v-8l-11-6z"/></g>
50
+ <g id="share"><path d="M18 16.08c-.76 0-1.44.3-1.96.77l-7.13-4.15c.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.7l-7.05 4.11c-.54-.5-1.25-.81-2.04-.81-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"/></g>
51
+ <g id="whatshot"><path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36c-2.02 2.4-3.23 5.51-3.23 8.89 0 4.42 3.58 8 8 8s8-3.58 8-8c0-5.39-2.59-10.2-6.5-13.33zm-1.79 18.33c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z"/></g>
51
52
  </defs></svg>
52
53
  </core-iconset-svg>
@@ -76,7 +76,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
76
76
  },
77
77
 
78
78
  iconById: function(id) {
79
- return this._icons[id] || (this._icons[id] = this.querySelector('#' + id));
79
+ return this._icons[id] || (this._icons[id] = this.querySelector('[id="' + id +'"]'));
80
80
  },
81
81
 
82
82
  cloneIcon: function(id) {
@@ -1,14 +1,23 @@
1
- <!--
1
+ /*
2
2
  Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3
3
  This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
4
  The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
5
  The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
6
  Code distributed by Google as part of the polymer project is also
7
7
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
- -->
9
- <link rel="stylesheet" href="mocha/mocha.css" />
10
- <script src="mocha/mocha.js"></script>
11
- <script src="chai/chai.js"></script>
12
- <script>
13
- window.assert = chai.assert;
14
- </script>
8
+ */
9
+
10
+ :host {
11
+ display: inline-block;
12
+ overflow: hidden;
13
+ position: relative;
14
+ }
15
+
16
+ #placeholder {
17
+ background-color: inherit;
18
+ opacity: 1;
19
+ }
20
+ #placeholder.fadein {
21
+ transition: opacity 0.5s linear;
22
+ opacity: 0;
23
+ }
@@ -0,0 +1,243 @@
1
+ <!--
2
+ Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+
10
+ <!--
11
+ `core-image` is an element for displaying an image that provides useful sizing and
12
+ preloading options not found on the standard `<img>` tag.
13
+
14
+ The `sizing` option allows the image to be either cropped (`cover`) or
15
+ letterboxed (`contain`) to fill a fixed user-size placed on the element.
16
+
17
+ The `preload` option prevents the browser from rendering the image until the
18
+ image is fully loaded. In the interim, either the element's CSS `background-color`
19
+ can be be used as the placeholder, or the `placeholder` property can be
20
+ set to a URL (preferably a data-URI, for instant rendering) for an
21
+ placeholder image.
22
+
23
+ The `fade` option (only valid when `preload` is set) will cause the placeholder
24
+ image/color to be faded out once the image is rendered.
25
+
26
+ Examples:
27
+
28
+ Basically identical to &lt;img src="..."&gt; tag:
29
+
30
+ <core-image src="http://lorempixel.com/400/400"></core-image>
31
+
32
+ Will letterbox the image to fit:
33
+
34
+ <core-image style="width:400px; height:400px;" sizing="contain"
35
+ src="http://lorempixel.com/600/400"></core-image>
36
+
37
+ Will crop the image to fit:
38
+
39
+ <core-image style="width:400px; height:400px;" sizing="cover"
40
+ src="http://lorempixel.com/600/400"></core-image>
41
+
42
+ Will show light-gray background until the image loads:
43
+
44
+ <core-image style="width:400px; height:400px; background-color: lightgray;"
45
+ sizing="cover" preload src="http://lorempixel.com/600/400"></core-image>
46
+
47
+ Will show a base-64 encoded placeholder image until the image loads:
48
+
49
+ <core-image style="width:400px; height:400px;" placeholder="data:image/gif;base64,..."
50
+ sizing="cover" preload src="http://lorempixel.com/600/400"></core-image>
51
+
52
+ Will fade the light-gray background out once the image is loaded:
53
+
54
+ <core-image style="width:400px; height:400px; background-color: lightgray;"
55
+ sizing="cover" preload fade src="http://lorempixel.com/600/400"></core-image>
56
+
57
+
58
+ @group Polymer Core Elements
59
+ @element core-image
60
+ @homepage github.io
61
+ -->
62
+
63
+ <link rel="import" href="../polymer/polymer.html">
64
+
65
+ <polymer-element name="core-image">
66
+ <template>
67
+ <link rel="stylesheet" href="core-image.css">
68
+ <template if="{{!sizing}}">
69
+ <img id="img">
70
+ </template>
71
+ <template if="{{preload && fade}}">
72
+ <div id="placeholder" fit></div>
73
+ </template>
74
+ <content></content>
75
+ </template>
76
+ <script>
77
+
78
+ Polymer({
79
+
80
+ publish: {
81
+
82
+ /**
83
+ * The URL of an image.
84
+ *
85
+ * @attribute src
86
+ * @type string
87
+ * @default null
88
+ */
89
+ src: null,
90
+
91
+ /**
92
+ * When false, the image is prevented from loading and any placeholder is
93
+ * shown. This may be useful when a binding to the src property is known to
94
+ * be invalid, to prevent 404 requests.
95
+ *
96
+ * @attribute src
97
+ * @type string
98
+ * @default null
99
+ */
100
+ load: true,
101
+
102
+ /**
103
+ * Sets a sizing option for the image. Valid values are `contain` (full
104
+ * aspect ratio of the image is contained within the element and
105
+ * letterboxed) or `cover` (image is cropped in order to fully cover the
106
+ * bounds of the element), or `null` (default: image takes natural size).
107
+ *
108
+ * @attribute sizing
109
+ * @type string
110
+ * @default null
111
+ */
112
+ sizing: null,
113
+
114
+ /**
115
+ * When a sizing option is uzed (`cover` or `contain`), this determines
116
+ * how the image is aligned within the element bounds.
117
+ *
118
+ * @attribute position
119
+ * @type string
120
+ * @default 'center'
121
+ */
122
+ position: 'center',
123
+
124
+ /**
125
+ * When `true`, any change to the `src` property will cause the `placeholder`
126
+ * image to be shown until the
127
+ *
128
+ * @attribute preload
129
+ * @type boolean
130
+ * @default false
131
+ */
132
+ preload: false,
133
+
134
+ /**
135
+ * This image will be used as a background/placeholder until the src image has
136
+ * loaded. Use of a data-URI for placeholder is encouraged for instant rendering.
137
+ *
138
+ * @attribute placeholder
139
+ * @type string
140
+ * @default null
141
+ */
142
+ placeholder: null,
143
+
144
+ /**
145
+ * When `preload` is true, setting `fade` to true will cause the image to
146
+ * fade into place.
147
+ *
148
+ * @attribute fade
149
+ * @type boolean
150
+ * @default false
151
+ */
152
+ fade: false,
153
+
154
+ /**
155
+ * Read-only value that tracks the loading state of the image when the `preload`
156
+ * option is used.
157
+ *
158
+ * @attribute loading
159
+ * @type boolean
160
+ * @default false
161
+ */
162
+ loading: false,
163
+
164
+ /**
165
+ * Can be used to set the width of image (e.g. via binding); size may also be
166
+ * set via CSS.
167
+ *
168
+ * @attribute width
169
+ * @type number
170
+ * @default null
171
+ */
172
+ width: null,
173
+
174
+ /**
175
+ * Can be used to set the height of image (e.g. via binding); size may also be
176
+ * set via CSS.
177
+ *
178
+ * @attribute height
179
+ * @type number
180
+ * @default null
181
+ */
182
+ height: null
183
+
184
+ },
185
+
186
+ observe: {
187
+ 'preload color sizing position src fade': 'update'
188
+ },
189
+
190
+ widthChanged: function() {
191
+ this.style.width = isNaN(this.width) ? this.width : this.width + 'px';
192
+ },
193
+
194
+ heightChanged: function() {
195
+ this.style.height = isNaN(this.height) ? this.height : this.height + 'px';
196
+ },
197
+
198
+ update: function() {
199
+ this.style.backgroundSize = this.sizing;
200
+ this.style.backgroundPosition = this.sizing ? this.position : null;
201
+ this.style.backgroundRepeat = this.sizing ? 'no-repeat' : null;
202
+ if (this.preload) {
203
+ if (this.fade) {
204
+ if (!this._placeholderEl) {
205
+ this._placeholderEl = this.shadowRoot.querySelector('#placeholder');
206
+ }
207
+ this._placeholderEl.style.backgroundSize = this.sizing;
208
+ this._placeholderEl.style.backgroundPosition = this.sizing ? this.position : null;
209
+ this._placeholderEl.style.backgroundRepeat = this.sizing ? 'no-repeat' : null;
210
+ this._placeholderEl.classList.remove('fadein');
211
+ this._placeholderEl.style.backgroundImage = (this.load && this.placeholder) ? 'url(' + this.placeholder + ')': null;
212
+ } else {
213
+ this._setSrc(this.placeholder);
214
+ }
215
+ if (this.load && this.src) {
216
+ var img = new Image();
217
+ img.src = this.src;
218
+ this.loading = true;
219
+ img.onload = function() {
220
+ this._setSrc(this.src);
221
+ this.loading = false;
222
+ if (this.fade) {
223
+ this._placeholderEl.classList.add('fadein');
224
+ }
225
+ }.bind(this);
226
+ }
227
+ } else {
228
+ this._setSrc(this.src);
229
+ }
230
+ },
231
+
232
+ _setSrc: function(src) {
233
+ if (this.sizing) {
234
+ this.style.backgroundImage = src ? 'url(' + src + ')': '';
235
+ } else {
236
+ this.$.img.src = src || '';
237
+ }
238
+ }
239
+
240
+ });
241
+
242
+ </script>
243
+ </polymer-element>