jekyll-theme-hydejack 9.0.0 → 9.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/NOTICE.md +8 -9
  3. data/README.md +15 -16
  4. data/_config.yml +5 -4
  5. data/_includes/body/breadcrumbs.html +19 -0
  6. data/_includes/body/footer.html +1 -1
  7. data/_includes/body/index.html +3 -2
  8. data/_includes/body/main.html +1 -0
  9. data/_includes/body/nav.html +2 -2
  10. data/_includes/body/scripts.html +2 -2
  11. data/_includes/body/sidebar.html +1 -1
  12. data/_includes/components/dingbat.html +12 -0
  13. data/_includes/components/hy-img.html +1 -1
  14. data/_includes/components/post.html +30 -10
  15. data/_includes/head/links-static.html +4 -3
  16. data/_includes/head/meta-static.html +2 -3
  17. data/_includes/head/scripts.html +7 -2
  18. data/_includes/head/styles-inline.html +1 -1
  19. data/_includes/head/styles-no-inline.html +1 -1
  20. data/_includes/header.txt +1 -1
  21. data/_includes/scripts.html +33 -0
  22. data/_includes/scripts/load-js.min.js +1 -1
  23. data/_includes/scripts/nomodule.min.js +1 -1
  24. data/_includes/smart-url +10 -1
  25. data/_includes/styles/common.scss +2 -2
  26. data/_includes/styles/page-style.scss +3 -2
  27. data/_includes/styles/variables.scss +10 -6
  28. data/_includes/templates/animation.html +1 -0
  29. data/_includes/templates/index.html +20 -2
  30. data/_layouts/about.html +4 -1
  31. data/_layouts/base.html +3 -7
  32. data/_layouts/compress.html +1 -1
  33. data/_layouts/list.html +1 -1
  34. data/_layouts/page.html +4 -2
  35. data/_layouts/plain.html +29 -0
  36. data/_layouts/post.html +1 -1
  37. data/_sass/_mixins.scss +8 -2
  38. data/_sass/hydejack/__inline__/_base.scss +23 -4
  39. data/_sass/hydejack/__inline__/_content.scss +8 -5
  40. data/_sass/hydejack/__inline__/_sidebar.scss +18 -4
  41. data/_sass/hydejack/__inline__/_toc.scss +11 -11
  42. data/_sass/hydejack/__inline__/_utilities.scss +25 -0
  43. data/_sass/hydejack/__link__/_base.scss +9 -2
  44. data/_sass/hydejack/__link__/_break-layout.scss +8 -1
  45. data/_sass/hydejack/__link__/_content.scss +10 -4
  46. data/_sass/hydejack/__link__/_images.scss +1 -1
  47. data/_sass/hydejack/__link__/_sidebar.scss +15 -5
  48. data/_sass/hydejack/__link__/_toc.scss +4 -2
  49. data/_sass/hydejack/__link__/_utilities.scss +25 -0
  50. data/_sass/hydejack/_base.pre.scss +38 -8
  51. data/_sass/hydejack/_break-layout.pre.scss +8 -1
  52. data/_sass/hydejack/_content.pre.scss +12 -12
  53. data/_sass/hydejack/_images.pre.scss +1 -1
  54. data/_sass/hydejack/_sidebar.pre.scss +29 -5
  55. data/_sass/hydejack/_toc.pre.scss +14 -14
  56. data/_sass/hydejack/_utilities.pre.scss +25 -0
  57. data/_sass/pooleparty/__inline__/_base.scss +2 -0
  58. data/_sass/pooleparty/__inline__/_code.scss +1 -1
  59. data/_sass/pooleparty/__inline__/_message.scss +2 -2
  60. data/_sass/pooleparty/__inline__/_posts.scss +16 -3
  61. data/_sass/pooleparty/__inline__/_type.scss +2 -2
  62. data/_sass/pooleparty/__link__/_code.scss +138 -27
  63. data/_sass/pooleparty/__link__/_posts.scss +12 -0
  64. data/_sass/pooleparty/__link__/_read-more.scss +1 -0
  65. data/_sass/pooleparty/__link__/_table.scss +30 -36
  66. data/_sass/pooleparty/__link__/_type.scss +2 -2
  67. data/_sass/pooleparty/_base.pre.scss +2 -0
  68. data/_sass/pooleparty/_code.pre.scss +138 -27
  69. data/_sass/pooleparty/_message.pre.scss +2 -2
  70. data/_sass/pooleparty/_posts.pre.scss +28 -3
  71. data/_sass/pooleparty/_read-more.pre.scss +1 -0
  72. data/_sass/pooleparty/_table.pre.scss +30 -36
  73. data/_sass/pooleparty/_type.pre.scss +4 -4
  74. data/assets/bower.json +2 -1
  75. data/assets/bower_components/MathJax/.bower.json +5 -5
  76. data/assets/bower_components/MathJax/es5/a11y/assistive-mml.js +1 -1
  77. data/assets/bower_components/MathJax/es5/a11y/complexity.js +1 -1
  78. data/assets/bower_components/MathJax/es5/a11y/explorer.js +1 -1
  79. data/assets/bower_components/MathJax/es5/a11y/semantic-enrich.js +1 -1
  80. data/assets/bower_components/MathJax/es5/adaptors/liteDOM.js +1 -1
  81. data/assets/bower_components/MathJax/es5/core.js +1 -1
  82. data/assets/bower_components/MathJax/es5/input/asciimath.js +1 -1
  83. data/assets/bower_components/MathJax/es5/input/mml.js +1 -1
  84. data/assets/bower_components/MathJax/es5/input/mml/entities.js +1 -1
  85. data/assets/bower_components/MathJax/es5/input/tex-base.js +1 -1
  86. data/assets/bower_components/MathJax/es5/input/tex-full.js +1 -1
  87. data/assets/bower_components/MathJax/es5/input/tex.js +1 -1
  88. data/assets/bower_components/MathJax/es5/input/tex/extensions/action.js +1 -1
  89. data/assets/bower_components/MathJax/es5/input/tex/extensions/all-packages.js +1 -1
  90. data/assets/bower_components/MathJax/es5/input/tex/extensions/ams.js +1 -1
  91. data/assets/bower_components/MathJax/es5/input/tex/extensions/amscd.js +1 -1
  92. data/assets/bower_components/MathJax/es5/input/tex/extensions/autoload.js +1 -1
  93. data/assets/bower_components/MathJax/es5/input/tex/extensions/bbox.js +1 -1
  94. data/assets/bower_components/MathJax/es5/input/tex/extensions/boldsymbol.js +1 -1
  95. data/assets/bower_components/MathJax/es5/input/tex/extensions/braket.js +1 -1
  96. data/assets/bower_components/MathJax/es5/input/tex/extensions/bussproofs.js +1 -1
  97. data/assets/bower_components/MathJax/es5/input/tex/extensions/cancel.js +1 -1
  98. data/assets/bower_components/MathJax/es5/input/tex/extensions/color.js +1 -1
  99. data/assets/bower_components/MathJax/es5/input/tex/extensions/colorV2.js +1 -1
  100. data/assets/bower_components/MathJax/es5/input/tex/extensions/configMacros.js +1 -1
  101. data/assets/bower_components/MathJax/es5/input/tex/extensions/enclose.js +1 -1
  102. data/assets/bower_components/MathJax/es5/input/tex/extensions/extpfeil.js +1 -1
  103. data/assets/bower_components/MathJax/es5/input/tex/extensions/html.js +1 -1
  104. data/assets/bower_components/MathJax/es5/input/tex/extensions/mhchem.js +1 -1
  105. data/assets/bower_components/MathJax/es5/input/tex/extensions/newcommand.js +1 -1
  106. data/assets/bower_components/MathJax/es5/input/tex/extensions/noerrors.js +1 -1
  107. data/assets/bower_components/MathJax/es5/input/tex/extensions/noundefined.js +1 -1
  108. data/assets/bower_components/MathJax/es5/input/tex/extensions/physics.js +1 -1
  109. data/assets/bower_components/MathJax/es5/input/tex/extensions/require.js +1 -1
  110. data/assets/bower_components/MathJax/es5/input/tex/extensions/tagFormat.js +1 -1
  111. data/assets/bower_components/MathJax/es5/input/tex/extensions/textmacros.js +1 -0
  112. data/assets/bower_components/MathJax/es5/input/tex/extensions/unicode.js +1 -1
  113. data/assets/bower_components/MathJax/es5/input/tex/extensions/verb.js +1 -1
  114. data/assets/bower_components/MathJax/es5/latest.js +1 -1
  115. data/assets/bower_components/MathJax/es5/loader.js +1 -1
  116. data/assets/bower_components/MathJax/es5/mml-chtml.js +1 -1
  117. data/assets/bower_components/MathJax/es5/mml-svg.js +1 -1
  118. data/assets/bower_components/MathJax/es5/node-main.js +1 -1
  119. data/assets/bower_components/MathJax/es5/output/chtml.js +1 -1
  120. data/assets/bower_components/MathJax/es5/output/chtml/fonts/tex.js +1 -1
  121. data/assets/bower_components/MathJax/es5/output/svg.js +1 -1
  122. data/assets/bower_components/MathJax/es5/output/svg/fonts/tex.js +1 -1
  123. data/assets/bower_components/MathJax/es5/sre/mathmaps/de.js +104 -0
  124. data/assets/bower_components/MathJax/es5/sre/mathmaps/en.js +11 -5
  125. data/assets/bower_components/MathJax/es5/sre/mathmaps/es.js +1 -1
  126. data/assets/bower_components/MathJax/es5/sre/mathmaps/mathmaps_ie.js +117 -9
  127. data/assets/bower_components/MathJax/es5/sre/mathmaps/nemeth.js +3 -3
  128. data/assets/bower_components/MathJax/es5/sre/sre-node.js +11 -0
  129. data/assets/bower_components/MathJax/es5/sre/sre_browser.js +1110 -1186
  130. data/assets/bower_components/MathJax/es5/startup.js +1 -1
  131. data/assets/bower_components/MathJax/es5/tex-chtml-full.js +1 -1
  132. data/assets/bower_components/MathJax/es5/tex-chtml.js +1 -1
  133. data/assets/bower_components/MathJax/es5/tex-mml-chtml.js +1 -1
  134. data/assets/bower_components/MathJax/es5/tex-mml-svg.js +1 -1
  135. data/assets/bower_components/MathJax/es5/tex-svg-full.js +1 -1
  136. data/assets/bower_components/MathJax/es5/tex-svg.js +1 -1
  137. data/assets/bower_components/MathJax/es5/ui/menu.js +1 -1
  138. data/assets/bower_components/MathJax/es5/ui/safe.js +1 -0
  139. data/assets/bower_components/MathJax/package.json +3 -3
  140. data/assets/bower_components/katex/.bower.json +5 -5
  141. data/assets/bower_components/katex/LICENSE +1 -1
  142. data/assets/bower_components/katex/dist/contrib/auto-render.js +14 -3
  143. data/assets/bower_components/katex/dist/contrib/auto-render.min.js +1 -1
  144. data/assets/bower_components/katex/dist/contrib/auto-render.mjs +14 -3
  145. data/assets/bower_components/katex/dist/contrib/mhchem.min.js +1 -1
  146. data/assets/bower_components/katex/dist/contrib/render-a11y-string.js +870 -0
  147. data/assets/bower_components/katex/dist/contrib/render-a11y-string.min.js +1 -0
  148. data/assets/bower_components/katex/dist/contrib/render-a11y-string.mjs +753 -0
  149. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
  150. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
  151. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  152. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  153. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  154. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  155. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  156. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  157. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  158. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  159. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  160. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  161. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  162. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  163. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  164. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
  165. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff +0 -0
  166. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
  167. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  168. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  169. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  170. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
  171. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff +0 -0
  172. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
  173. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
  174. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff +0 -0
  175. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
  176. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  177. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  178. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  179. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
  180. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff +0 -0
  181. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
  182. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  183. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  184. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  185. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  186. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  187. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  188. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  189. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  190. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  191. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
  192. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff +0 -0
  193. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
  194. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
  195. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
  196. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  197. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
  198. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
  199. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  200. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
  201. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
  202. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  203. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
  204. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
  205. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  206. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  207. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  208. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  209. data/assets/bower_components/katex/dist/katex.css +25 -11
  210. data/assets/bower_components/katex/dist/katex.js +2437 -1938
  211. data/assets/bower_components/katex/dist/katex.min.css +1 -1
  212. data/assets/bower_components/katex/dist/katex.min.js +1 -1
  213. data/assets/bower_components/katex/dist/katex.mjs +2449 -1880
  214. data/assets/bower_components/katex/docs/cli.md.template +21 -0
  215. data/assets/bower_components/katex/flow-typed/npm/jest_v24.x.x.js +1201 -0
  216. data/assets/bower_components/katex/yarn.lock +389 -276
  217. data/assets/css/{hydejack-9.0.0.css → hydejack-9.1.0.css} +0 -0
  218. data/assets/icomoon/fonts/icomoon.eot +0 -0
  219. data/assets/icomoon/fonts/icomoon.svg +6 -3
  220. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  221. data/assets/icomoon/fonts/icomoon.woff +0 -0
  222. data/assets/icomoon/selection.json +1 -1
  223. data/assets/icomoon/style.css +17 -8
  224. data/assets/icons/favicon.ico +0 -0
  225. data/assets/icons/icon-128x128.png +0 -0
  226. data/assets/icons/icon-144x144.png +0 -0
  227. data/assets/icons/icon-152x152.png +0 -0
  228. data/assets/icons/icon-192x192.png +0 -0
  229. data/assets/icons/icon-384x384.png +0 -0
  230. data/assets/icons/icon-512x512.png +0 -0
  231. data/assets/icons/icon-72x72.png +0 -0
  232. data/assets/icons/icon-96x96.png +0 -0
  233. data/assets/img/logo.png +0 -0
  234. data/assets/img/sidebar-bg.jpg +0 -0
  235. data/assets/img/swipe.svg +1 -22
  236. data/assets/js/LEGACY-clap-button-hydejack-9.1.0.js +14 -0
  237. data/assets/js/LEGACY-drawer-hydejack-9.1.0.js +14 -0
  238. data/assets/js/{LEGACY-fetch-hydejack-9.0.0.js → LEGACY-fetch-hydejack-9.1.0.js} +2 -2
  239. data/assets/js/LEGACY-hydejack-9.1.0.js +27 -0
  240. data/assets/js/LEGACY-navbar-hydejack-9.1.0.js +14 -0
  241. data/assets/js/LEGACY-push-state-hydejack-9.1.0.js +14 -0
  242. data/assets/js/{resize-observer-hydejack-9.0.0.js → LEGACY-resize-observer-hydejack-9.1.0.js} +2 -2
  243. data/assets/js/{LEGACY-shadydom-hydejack-9.0.0.js → LEGACY-shadydom-hydejack-9.1.0.js} +2 -2
  244. data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.0.js +182 -0
  245. data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.0.js +48 -0
  246. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.1.0.js +214 -0
  247. data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.0.js +14 -0
  248. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.1.0.js +14 -0
  249. data/assets/js/LEGACY-vendors~push-state-hydejack-9.1.0.js +34 -0
  250. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.1.0.js +155 -0
  251. data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.0.0.js → LEGACY-vendors~webanimations-hydejack-9.1.0.js} +2 -2
  252. data/assets/js/{LEGACY-vendors~webcomponents-hydejack-9.0.0.js → LEGACY-vendors~webcomponents-hydejack-9.1.0.js} +4 -4
  253. data/assets/js/{LEGACY-webcomponents-hydejack-9.0.0.js → LEGACY-webcomponents-hydejack-9.1.0.js} +2 -2
  254. data/assets/js/clap-button-hydejack-9.1.0.js +14 -0
  255. data/assets/js/drawer-hydejack-9.1.0.js +14 -0
  256. data/assets/js/{shadydom-hydejack-9.0.0.js → fetch-hydejack-9.1.0.js} +2 -2
  257. data/assets/js/hydejack-9.1.0.js +28 -0
  258. data/assets/js/navbar-hydejack-9.1.0.js +14 -0
  259. data/assets/js/push-state-hydejack-9.1.0.js +14 -0
  260. data/assets/js/{LEGACY-resize-observer-hydejack-9.0.0.js → resize-observer-hydejack-9.1.0.js} +2 -2
  261. data/assets/js/shadydom-hydejack-9.1.0.js +14 -0
  262. data/assets/js/vendors~clap-button-hydejack-9.1.0.js +222 -0
  263. data/assets/js/vendors~drawer-hydejack-9.1.0.js +48 -0
  264. data/assets/js/vendors~drawer~push-state-hydejack-9.1.0.js +163 -0
  265. data/assets/js/vendors~fetch-hydejack-9.1.0.js +14 -0
  266. data/assets/js/vendors~intersection-observer-hydejack-9.1.0.js +14 -0
  267. data/assets/js/vendors~push-state-hydejack-9.1.0.js +34 -0
  268. data/assets/js/vendors~shadydom-hydejack-9.1.0.js +146 -0
  269. data/assets/js/{vendors~webanimations-hydejack-9.0.0.js → vendors~webanimations-hydejack-9.1.0.js} +2 -2
  270. data/assets/js/{webcomponents-hydejack-9.0.0.js → webcomponents-hydejack-9.1.0.js} +2 -2
  271. data/assets/site.webmanifest +65 -0
  272. data/assets/version.json +2 -2
  273. metadata +78 -53
  274. data/CHANGELOG.md +0 -1208
  275. data/_includes/templates/back.html +0 -6
  276. data/_includes/templates/forward.html +0 -6
  277. data/assets/icons/icon.png +0 -0
  278. data/assets/icons/icon@0,25x.png +0 -0
  279. data/assets/icons/icon@0,5x.png +0 -0
  280. data/assets/icons/icon@0,75x.png +0 -0
  281. data/assets/icons/icon@2x.png +0 -0
  282. data/assets/icons/icon@3x.png +0 -0
  283. data/assets/icons/tile-large.png +0 -0
  284. data/assets/icons/tile-medium.png +0 -0
  285. data/assets/icons/tile-small.png +0 -0
  286. data/assets/icons/tile-wide.png +0 -0
  287. data/assets/ieconfig.xml +0 -15
  288. data/assets/js/LEGACY-drawer-hydejack-9.0.0.js +0 -14
  289. data/assets/js/LEGACY-hydejack-9.0.0.js +0 -28
  290. data/assets/js/LEGACY-navbar-hydejack-9.0.0.js +0 -14
  291. data/assets/js/LEGACY-push-state-hydejack-9.0.0.js +0 -14
  292. data/assets/js/LEGACY-vendors~drawer-hydejack-9.0.0.js +0 -47
  293. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.0.js +0 -215
  294. data/assets/js/LEGACY-vendors~fetch-hydejack-9.0.0.js +0 -14
  295. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.0.0.js +0 -14
  296. data/assets/js/LEGACY-vendors~push-state-hydejack-9.0.0.js +0 -33
  297. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.0.0.js +0 -155
  298. data/assets/js/drawer-hydejack-9.0.0.js +0 -14
  299. data/assets/js/fetch-hydejack-9.0.0.js +0 -14
  300. data/assets/js/hydejack-9.0.0.js +0 -28
  301. data/assets/js/navbar-hydejack-9.0.0.js +0 -14
  302. data/assets/js/push-state-hydejack-9.0.0.js +0 -14
  303. data/assets/js/vendors~drawer-hydejack-9.0.0.js +0 -47
  304. data/assets/js/vendors~drawer~push-state-hydejack-9.0.0.js +0 -163
  305. data/assets/js/vendors~intersection-observer-hydejack-9.0.0.js +0 -14
  306. data/assets/js/vendors~push-state-hydejack-9.0.0.js +0 -33
  307. data/assets/js/vendors~shadydom-hydejack-9.0.0.js +0 -146
  308. data/assets/manifest.json +0 -46
Binary file
@@ -13,7 +13,9 @@
13
13
  <glyph unicode="&#x2605;" glyph-name="star-full" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
14
14
  <glyph unicode="&#x2606;" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
15
15
  <glyph unicode="&#x2630;" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
16
+ <glyph unicode="&#x2705;" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
16
17
  <glyph unicode="&#x272e;" glyph-name="star-half" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-0.942-0.496 0.942 570.768 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
18
+ <glyph unicode="&#x274e;" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
17
19
  <glyph unicode="&#xe902;" glyph-name="home3" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
18
20
  <glyph unicode="&#xe907;" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
19
21
  <glyph unicode="&#xe91f;" glyph-name="book" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" />
@@ -27,7 +29,6 @@
27
29
  <glyph unicode="&#xe96c;" glyph-name="bubbles" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM512 960c278.458 0 504.992-180.614 511.836-405.52-49.182 21.92-103.586 33.52-159.836 33.52-95.56 0-185.816-33.446-254.138-94.178-70.846-62.972-109.862-147.434-109.862-237.822 0-44.672 9.544-87.888 27.736-127.788-5.228-0.126-10.468-0.212-15.736-0.212-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
28
30
  <glyph unicode="&#xe973;" glyph-name="user-plus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
29
31
  <glyph unicode="&#xe978;" glyph-name="quotes-right" d="M800 320c-123.712 0-224 100.29-224 224 0 123.712 100.288 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.634 11.636 22.252 24.016 31.83 37.020-11.438-1.8-23.16-2.746-35.104-2.746zM224 320c-123.71 0-224 100.29-224 224 0 123.712 100.29 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.636 11.636 22.254 24.016 31.832 37.020-11.44-1.8-23.16-2.746-35.106-2.746z" />
30
- <glyph unicode="&#xe986;" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
31
32
  <glyph unicode="&#xe98d;" glyph-name="key" d="M704 960c-176.73 0-320-143.268-320-320 0-20.026 1.858-39.616 5.376-58.624l-389.376-389.376v-192c0-35.346 28.654-64 64-64h64v64h128v128h128v128h128l83.042 83.042c34.010-12.316 70.696-19.042 108.958-19.042 176.73 0 320 143.268 320 320s-143.27 320-320 320zM799.874 639.874c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
32
33
  <glyph unicode="&#xe991;" glyph-name="wrench" d="M1002.934 142.124l-460.552 394.76c21.448 40.298 33.618 86.282 33.618 135.116 0 159.058-128.942 288-288 288-29.094 0-57.172-4.332-83.646-12.354l166.39-166.39c24.89-24.89 24.89-65.62 0-90.51l-101.49-101.49c-24.89-24.89-65.62-24.89-90.51 0l-166.39 166.39c-8.022-26.474-12.354-54.552-12.354-83.646 0-159.058 128.942-288 288-288 48.834 0 94.818 12.17 135.116 33.62l394.76-460.552c22.908-26.724 62.016-28.226 86.904-3.338l101.492 101.492c24.888 24.888 23.386 63.994-3.338 86.902z" />
33
34
  <glyph unicode="&#xe994;" glyph-name="cog" d="M933.79 349.75c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 240.668c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334 114.508 0 207.332-92.826 207.332-207.334-0.002-114.51-92.824-207.334-207.332-207.334z" />
@@ -37,10 +38,8 @@
37
38
  <glyph unicode="&#xe9ca;" glyph-name="earth" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512-0.002c-62.958 0-122.872 13.012-177.23 36.452l233.148 262.29c5.206 5.858 8.082 13.422 8.082 21.26v96c0 17.674-14.326 32-32 32-112.99 0-232.204 117.462-233.374 118.626-6 6.002-14.14 9.374-22.626 9.374h-128c-17.672 0-32-14.328-32-32v-192c0-12.122 6.848-23.202 17.69-28.622l110.31-55.156v-187.886c-116.052 80.956-192 215.432-192 367.664 0 68.714 15.49 133.806 43.138 192h116.862c8.488 0 16.626 3.372 22.628 9.372l128 128c6 6.002 9.372 14.14 9.372 22.628v77.412c40.562 12.074 83.518 18.588 128 18.588 70.406 0 137.004-16.26 196.282-45.2-4.144-3.502-8.176-7.164-12.046-11.036-36.266-36.264-56.236-84.478-56.236-135.764s19.97-99.5 56.236-135.764c36.434-36.432 85.218-56.264 135.634-56.26 3.166 0 6.342 0.080 9.518 0.236 13.814-51.802 38.752-186.656-8.404-372.334-0.444-1.744-0.696-3.488-0.842-5.224-81.324-83.080-194.7-134.656-320.142-134.656z" />
38
39
  <glyph unicode="&#xe9cb;" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
39
40
  <glyph unicode="&#xe9cc;" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
40
- <glyph unicode="&#xe9d6;" glyph-name="brightness-contrast" d="M512 704c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM512 288v320c88.224 0 160-71.776 160-160s-71.776-160-160-160zM512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.256c24.992-24.992 24.992-65.516 0-90.51-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.992-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.516 24.992 90.508 0 24.994-24.994 24.994-65.518 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.518 0 90.51l45.256 45.256z" />
41
41
  <glyph unicode="&#xe9da;" glyph-name="heart" d="M755.188 896c-107.63 0-200.258-87.554-243.164-179-42.938 91.444-135.578 179-243.216 179-148.382 0-268.808-120.44-268.808-268.832 0-301.846 304.5-380.994 512.022-679.418 196.154 296.576 511.978 387.206 511.978 679.418 0 148.392-120.43 268.832-268.812 268.832z" />
42
42
  <glyph unicode="&#xe9de;" glyph-name="man-woman" d="M256 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM832 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM256 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64zM975 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
43
- <glyph unicode="&#xea0f;" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
44
43
  <glyph unicode="&#xea7e;" glyph-name="new-tab" d="M192 896v-768h768v768h-768zM896 192h-640v640h640v-640zM128 64v672l-64 64v-800h800l-64 64h-672zM352 704l160-160-192-192 96-96 192 192 160-160v416z" />
45
44
  <glyph unicode="&#xea83;" glyph-name="mail" d="M853.31 960h-682.62c-93.88 0-170.69-76.784-170.69-170.658v-682.656c0-93.876 76.81-170.686 170.69-170.686h682.622c93.938 0 170.688 76.81 170.688 170.686v682.656c0 93.874-76.75 170.658-170.69 170.658zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.94-185.598-185.6c-1.444 5.338-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.206l182.118 182.118 90.422-105.496 90.424 105.494 182.116-182.118c-5.34-1.442-10.886-2.204-16.54-2.204zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.598 185.598 187.664 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
46
45
  <glyph unicode="&#xea84;" glyph-name="mail2" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM853.342 832c7.988 0 15.546-2.334 22.020-6.342l-363.362-300.404-363.354 300.4c6.478 4.010 14.044 6.346 22.040 6.346h682.656zM170.686 64c-1.924 0-3.82 0.146-5.684 0.408l225.626 312.966-29.256 29.254-233.372-233.37v611.138l384-464.396 384 464.394v-611.136l-233.372 233.37-29.254-29.254 225.628-312.968c-1.858-0.26-3.746-0.406-5.662-0.406h-682.654z" />
@@ -99,4 +98,8 @@
99
98
  <glyph unicode="&#xead7;" glyph-name="yelp" d="M608.876 306.532c-17.282-17.426-2.668-49.128-2.668-49.128l130.090-217.218c0 0 21.36-28.64 39.864-28.64 18.59 0 36.954 15.27 36.954 15.27l102.844 147.008c0 0 10.36 18.546 10.598 34.792 0.372 23.106-34.454 29.434-34.454 29.434l-243.488 78.192c-0.002-0.004-23.858 6.328-39.74-9.71zM596.532 416.016c12.46-21.128 46.828-14.972 46.828-14.972l242.938 71.006c0 0 33.106 13.466 37.832 31.418 4.64 17.954-5.46 39.622-5.46 39.622l-116.098 136.752c0 0-10.062 17.292-30.938 19.032-23.016 1.958-37.18-25.898-37.18-25.898l-137.27-216.010c0-0.004-12.134-21.516-0.652-40.95zM481.754 500.232c28.608 7.044 33.148 48.604 33.148 48.604l-1.944 345.87c0 0-4.314 42.666-23.486 54.232-30.070 18.242-38.982 8.718-47.596 7.444l-201.696-74.944c0 0-19.754-6.536-30.042-23.018-14.69-23.352 14.928-57.544 14.928-57.544l209.644-285.756c0 0 20.69-21.396 47.044-14.888zM431.944 360.262c0.722 26.676-32.030 42.7-32.030 42.7l-216.796 109.524c0 0-32.126 13.246-47.722 4.016-11.95-7.060-22.536-19.84-23.572-31.134l-14.12-173.812c0 0-2.116-30.114 5.69-43.82 11.054-19.442 47.428-5.902 47.428-5.902l253.096 55.942c9.832 6.61 27.074 7.204 28.026 42.486zM494.88 266.458c-21.726 11.156-47.724-11.95-47.724-11.95l-169.468-186.566c0 0-21.144-28.528-15.768-46.050 5.066-16.418 13.454-24.578 25.318-30.328l170.192-53.726c0 0 20.634-4.286 36.258 0.242 22.18 6.43 18.094 41.152 18.094 41.152l3.848 252.602c-0.002-0.002-0.868 24.334-20.75 34.624z" />
100
99
  <glyph unicode="&#xead8;" glyph-name="paypal" d="M930 651.4c-47.8-212.2-195.4-324.2-428-324.2h-77.4l-53.8-341.6h-64.8l-3.4-22c-2.2-14.6 9-27.6 23.6-27.6h165.6c19.6 0 36.2 14.2 39.4 33.6l1.6 8.4 31.2 197.8 2 10.8c3 19.4 19.8 33.6 39.4 33.6h24.6c160.4 0 286 65.2 322.8 253.6 13.8 71.6 8.6 132.4-22.8 177.6zM831 882.8c-47.4 54-133.2 77.2-242.8 77.2h-318.2c-22.4 0-41.6-16.2-45-38.4l-132.6-840.4c-2.6-16.6 10.2-31.6 27-31.6h196.6l49.4 313-1.6-9.8c3.4 22.2 22.4 38.4 44.8 38.4h93.4c183.4 0 327 74.4 369 290 1.2 6.4 2.4 12.6 3.2 18.6 12.4 79.6 0 134-43.2 183z" />
101
100
  <glyph unicode="&#xeadf;" glyph-name="file-pdf" d="M842.012 370.52c-13.648 13.446-43.914 20.566-89.972 21.172-31.178 0.344-68.702-2.402-108.17-7.928-17.674 10.198-35.892 21.294-50.188 34.658-38.462 35.916-70.568 85.772-90.576 140.594 1.304 5.12 2.414 9.62 3.448 14.212 0 0 21.666 123.060 15.932 164.666-0.792 5.706-1.276 7.362-2.808 11.796l-1.882 4.834c-5.894 13.592-17.448 27.994-35.564 27.208l-10.916 0.344c-20.202 0-36.664-10.332-40.986-25.774-13.138-48.434 0.418-120.892 24.98-214.738l-6.288-15.286c-17.588-42.876-39.63-86.060-59.078-124.158l-2.528-4.954c-20.46-40.040-39.026-74.028-55.856-102.822l-17.376-9.188c-1.264-0.668-31.044-16.418-38.028-20.644-59.256-35.38-98.524-75.542-105.038-107.416-2.072-10.17-0.53-23.186 10.014-29.212l16.806-8.458c7.292-3.652 14.978-5.502 22.854-5.502 42.206 0 91.202 52.572 158.698 170.366 77.93 25.37 166.652 46.458 244.412 58.090 59.258-33.368 132.142-56.544 178.142-56.544 8.168 0 15.212 0.78 20.932 2.294 8.822 2.336 16.258 7.368 20.792 14.194 8.926 13.432 10.734 31.932 8.312 50.876-0.72 5.622-5.21 12.574-10.068 17.32zM211.646 145.952c7.698 21.042 38.16 62.644 83.206 99.556 2.832 2.296 9.808 8.832 16.194 14.902-47.104-75.124-78.648-105.066-99.4-114.458zM478.434 760.314c13.566 0 21.284-34.194 21.924-66.254s-6.858-54.56-16.158-71.208c-7.702 24.648-11.426 63.5-11.426 88.904 0 0-0.566 48.558 5.66 48.558v0zM398.852 322.506c9.45 16.916 19.282 34.756 29.33 53.678 24.492 46.316 39.958 82.556 51.478 112.346 22.91-41.684 51.444-77.12 84.984-105.512 4.186-3.542 8.62-7.102 13.276-10.65-68.21-13.496-127.164-29.91-179.068-49.862v0zM828.902 326.348c-4.152-2.598-16.052-4.1-23.708-4.1-24.708 0-55.272 11.294-98.126 29.666 16.468 1.218 31.562 1.838 45.102 1.838 24.782 0 32.12 0.108 56.35-6.072 24.228-6.18 24.538-18.734 20.382-21.332v0zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
101
+ <glyph unicode="&#x1f4cb;" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
102
+ <glyph unicode="&#x1f506;" glyph-name="brightness-contrast" d="M512 704c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM512 288v320c88.224 0 160-71.776 160-160s-71.776-160-160-160zM512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.256c24.992-24.992 24.992-65.516 0-90.51-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.992-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.516 24.992 90.508 0 24.994-24.994 24.994-65.518 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.518 0 90.51l45.256 45.256z" />
103
+ <glyph unicode="&#x1f50d;" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
104
+ <glyph unicode="&#x1f552;" glyph-name="history" horiz-adv-x="1088" d="M640 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM832 512v-128h-256v320h128v-192z" />
102
105
  </font></defs></svg>
Binary file
Binary file
@@ -1 +1 @@
1
- {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64z","M224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["book","read","reading"],"defaultCode":59679,"grid":16},"attrs":[],"properties":{"ligatures":"book, read","name":"book","order":76,"id":0,"prevSize":32,"code":59679},"setIdx":0,"setId":2,"iconIdx":0},{"icon":{"paths":["M1024 960v-64h-64v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-64v64h-64v64h1088v-64h-64z","M512 0h64l512 320v64h-1088v-64l512-320z"],"width":1088,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["library","bank","building"],"defaultCode":59681,"grid":16},"attrs":[],"properties":{"ligatures":"library2, bank","name":"library","order":81,"id":1,"prevSize":32,"code":59681},"setIdx":0,"setId":2,"iconIdx":1},{"icon":{"paths":["M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phone","telephone","contact","support","call"],"defaultCode":59714,"grid":16},"attrs":[],"properties":{"ligatures":"phone, telephone","name":"phone","order":4,"id":2,"prevSize":32,"code":59714},"setIdx":0,"setId":2,"iconIdx":2},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v640c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-640c0-52.8-43.2-96-96-96zM398.74 550.372l-270.74 210.892v-501.642l270.74 290.75zM176.38 256h671.24l-335.62 252-335.62-252zM409.288 561.698l102.712 110.302 102.71-110.302 210.554 270.302h-626.528l210.552-270.302zM625.26 550.372l270.74-290.75v501.642l-270.74-210.892z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["envelop","mail","email","contact","letter"],"defaultCode":59717,"grid":16},"attrs":[],"properties":{"ligatures":"envelop, mail","name":"envelop","order":3,"id":3,"prevSize":32,"code":59717},"setIdx":0,"setId":2,"iconIdx":3},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location","map-marker","pin"],"defaultCode":59719,"grid":16},"attrs":[],"properties":{"ligatures":"location, map-marker","name":"location","order":2,"id":4,"prevSize":32,"code":59719},"setIdx":0,"setId":2,"iconIdx":4},{"icon":{"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"width":1152,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles","comments","chat","talk"],"defaultCode":59756,"grid":16},"attrs":[],"properties":{"ligatures":"bubbles, comments","name":"bubbles","order":75,"id":5,"prevSize":32,"code":59756},"setIdx":0,"setId":2,"iconIdx":5},{"icon":{"paths":["M800 640c-123.712 0-224-100.29-224-224 0-123.712 100.288-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.634-11.636 22.252-24.016 31.83-37.020-11.438 1.8-23.16 2.746-35.104 2.746zM224 640c-123.71 0-224-100.29-224-224 0-123.712 100.29-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.636-11.636 22.254-24.016 31.832-37.020-11.44 1.8-23.16 2.746-35.106 2.746z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quotes-right","rdquo"],"defaultCode":59768,"grid":16},"attrs":[],"properties":{"ligatures":"quotes-right, rdquo","name":"quotes-right","order":84,"id":6,"prevSize":32,"code":59768},"setIdx":0,"setId":2,"iconIdx":6},{"icon":{"paths":["M1002.934 817.876l-460.552-394.76c21.448-40.298 33.618-86.282 33.618-135.116 0-159.058-128.942-288-288-288-29.094 0-57.172 4.332-83.646 12.354l166.39 166.39c24.89 24.89 24.89 65.62 0 90.51l-101.49 101.49c-24.89 24.89-65.62 24.89-90.51 0l-166.39-166.39c-8.022 26.474-12.354 54.552-12.354 83.646 0 159.058 128.942 288 288 288 48.834 0 94.818-12.17 135.116-33.62l394.76 460.552c22.908 26.724 62.016 28.226 86.904 3.338l101.492-101.492c24.888-24.888 23.386-63.994-3.338-86.902z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wrench","tool","fix","settings","control","options","preferences"],"defaultCode":59793,"grid":16},"attrs":[],"properties":{"ligatures":"wrench, tool","name":"wrench","order":90,"id":7,"prevSize":32,"code":59793},"setIdx":0,"setId":2,"iconIdx":7},{"icon":{"paths":["M832 192v-128h-640v128h-192v128c0 106.038 85.958 192 192 192 20.076 0 39.43-3.086 57.62-8.802 46.174 66.008 116.608 113.796 198.38 130.396v198.406h-64c-70.694 0-128 57.306-128 128h512c0-70.694-57.306-128-128-128h-64v-198.406c81.772-16.6 152.206-64.386 198.38-130.396 18.19 5.716 37.544 8.802 57.62 8.802 106.042 0 192-85.962 192-192v-128h-192zM192 436c-63.962 0-116-52.038-116-116v-64h116v64c0 40.186 7.43 78.632 20.954 114.068-6.802 1.246-13.798 1.932-20.954 1.932zM948 320c0 63.962-52.038 116-116 116-7.156 0-14.152-0.686-20.954-1.932 13.524-35.436 20.954-73.882 20.954-114.068v-64h116v64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trophy","cup","prize","award","winner","tournament"],"defaultCode":59806,"grid":16},"attrs":[],"properties":{"ligatures":"trophy, cup","name":"trophy","order":74,"id":8,"prevSize":32,"code":59806},"setIdx":0,"setId":2,"iconIdx":8},{"icon":{"paths":["M960 256h-256v-64c0-35.2-28.8-64-64-64h-256c-35.204 0-64 28.8-64 64v64h-256c-35.2 0-64 28.8-64 64v576c0 35.202 28.796 64 64 64h896c35.2 0 64-28.798 64-64v-576c0-35.2-28.8-64-64-64zM384 192.116c0.034-0.040 0.074-0.082 0.114-0.116h255.772c0.042 0.034 0.082 0.076 0.118 0.116v63.884h-256.004v-63.884zM960 512h-128v96c0 17.602-14.4 32-32 32h-64c-17.604 0-32-14.398-32-32v-96h-384v96c0 17.602-14.4 32-32 32h-64c-17.602 0-32-14.398-32-32v-96h-128v-64h896v64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["briefcase","portfolio","suitcase","work","job","employee"],"defaultCode":59822,"grid":16},"attrs":[],"properties":{"ligatures":"briefcase, portfolio","name":"briefcase","order":72,"id":9,"prevSize":32,"code":59822},"setIdx":0,"setId":2,"iconIdx":9},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29c5.206-5.858 8.082-13.422 8.082-21.26v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626-6-6.002-14.14-9.374-22.626-9.374h-128c-17.672 0-32 14.328-32 32v192c0 12.122 6.848 23.202 17.69 28.622l110.31 55.156v187.886c-116.052-80.956-192-215.432-192-367.664 0-68.714 15.49-133.806 43.138-192h116.862c8.488 0 16.626-3.372 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628v-77.412c40.562-12.074 83.518-18.588 128-18.588 70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036-36.266 36.264-56.236 84.478-56.236 135.764s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-0.080 9.518-0.236 13.814 51.802 38.752 186.656-8.404 372.334-0.444 1.744-0.696 3.488-0.842 5.224-81.324 83.080-194.7 134.656-320.142 134.656z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["earth","globe","language","web","internet","sphere","planet"],"defaultCode":59850,"grid":16},"attrs":[],"properties":{"ligatures":"earth, globe2","name":"earth","order":88,"id":10,"prevSize":32,"code":59850},"setIdx":0,"setId":2,"iconIdx":10},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["link","chain","url","uri","anchor"],"defaultCode":59851,"grid":16},"attrs":[],"properties":{"ligatures":"link, chain","name":"link","order":68,"id":11,"prevSize":32,"code":59851},"setIdx":0,"setId":2,"iconIdx":11},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty","rate","star","favorite","bookmark"],"defaultCode":59863,"grid":16},"attrs":[],"properties":{"ligatures":"star-empty, rate","name":"star-empty","order":69,"id":12,"prevSize":32,"code":9734},"setIdx":0,"setId":2,"iconIdx":12},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half","rate","star"],"defaultCode":59864,"grid":16},"attrs":[],"properties":{"ligatures":"star-half, rate2","name":"star-half","order":70,"id":13,"prevSize":32,"code":10030},"setIdx":0,"setId":2,"iconIdx":13},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star-full","rate","star","favorite","bookmark"],"defaultCode":59865,"grid":16},"attrs":[],"properties":{"ligatures":"star-full, rate3","name":"star-full","order":71,"id":14,"prevSize":32,"code":9733},"setIdx":0,"setId":2,"iconIdx":14},{"icon":{"paths":["M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["heart","like","love","favorite"],"defaultCode":59866,"grid":16},"attrs":[],"properties":{"ligatures":"heart, like","name":"heart","order":4,"id":15,"prevSize":32,"code":59866},"setIdx":0,"setId":2,"iconIdx":15},{"icon":{"paths":["M192 64v768h768v-768h-768zM896 768h-640v-640h640v640zM128 896v-672l-64-64v800h800l-64-64h-672z","M352 256l160 160-192 192 96 96 192-192 160 160v-416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["new-tab","out","external","outside","popout","link","blank"],"defaultCode":60030,"grid":16},"attrs":[],"properties":{"ligatures":"new-tab, out2","name":"new-tab","order":92,"id":16,"prevSize":32,"code":60030},"setIdx":0,"setId":2,"iconIdx":16},{"icon":{"paths":["M925.6 885.2c-112.2 82.8-274.6 126.8-414.6 126.8-196.2 0-372.8-72.4-506.4-193.2-10.4-9.4-1.2-22.4 11.4-15 144.2 84 322.6 134.4 506.8 134.4 124.2 0 260.8-25.8 386.6-79.2 18.8-8 34.8 12.6 16.2 26.2z","M972.2 832c-14.4-18.4-94.8-8.8-131-4.4-11 1.2-12.6-8.2-2.8-15.2 64.2-45 169.4-32 181.6-17 12.4 15.2-3.2 120.6-63.4 171-9.2 7.8-18 3.6-14-6.6 13.8-33.8 44-109.4 29.6-127.8z","M707.4 757.6l0.2 0.2c24.8-21.8 69.4-60.8 94.6-81.8 10-8 8.2-21.4 0.4-32.6-22.6-31.2-46.6-56.6-46.6-114.2v-192c0-81.4 5.6-156-54.2-212-47.2-45.2-125.6-61.2-185.6-61.2-117.2 0-248 43.8-275.4 188.6-3 15.4 8.4 23.6 18.4 25.8l119.4 13c11.2-0.6 19.2-11.6 21.4-22.8 10.2-49.8 52-74 99-74 25.4 0 54.2 9.2 69.2 32 17.2 25.4 15 60 15 89.4v16c-71.4 8-164.8 13.2-231.6 42.6-77.2 33.4-131.4 101.4-131.4 201.4 0 128 80.6 192 184.4 192 87.6 0 135.4-20.6 203-89.8 22.4 32.4 29.6 48.2 70.6 82.2 9.4 5 21 4.6 29.2-2.8zM583.2 457.2c0 48 1.2 88-23 130.6-19.6 34.8-50.6 56-85.2 56-47.2 0-74.8-36-74.8-89.2 0-105 94.2-124 183.2-124v26.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["amazon","brand"],"defaultCode":60039,"grid":16},"attrs":[],"properties":{"name":"amazon","ligatures":"amazon, brand","order":61,"id":17,"prevSize":32,"code":60039},"setIdx":0,"setId":2,"iconIdx":17},{"icon":{"paths":["M522.2 438.8v175.6h290.4c-11.8 75.4-87.8 220.8-290.4 220.8-174.8 0-317.4-144.8-317.4-323.2s142.6-323.2 317.4-323.2c99.4 0 166 42.4 204 79l139-133.8c-89.2-83.6-204.8-134-343-134-283 0-512 229-512 512s229 512 512 512c295.4 0 491.6-207.8 491.6-500.2 0-33.6-3.6-59.2-8-84.8l-483.6-0.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["google","brand"],"defaultCode":60040,"grid":16},"attrs":[],"properties":{"name":"google","ligatures":"google, brand2","order":10,"id":18,"prevSize":32,"code":60040},"setIdx":0,"setId":2,"iconIdx":18},{"icon":{"paths":["M325.8 457.4v111.8h184.8c-7.4 48-55.8 140.6-184.8 140.6-111.2 0-202-92.2-202-205.8s90.8-205.8 202-205.8c63.4 0 105.6 27 129.8 50.2l88.4-85.2c-56.8-53-130.4-85.2-218.2-85.2-180.2 0.2-325.8 145.8-325.8 326s145.6 325.8 325.8 325.8c188 0 312.8-132.2 312.8-318.4 0-21.4-2.4-37.8-5.2-54h-307.6z","M1024 448h-96v-96h-96v96h-96v96h96v96h96v-96h96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["google-plus","brand","social"],"defaultCode":60043,"grid":16},"attrs":[],"properties":{"ligatures":"google-plus, brand5","name":"google-plus","order":52,"id":19,"prevSize":32,"code":60043},"setIdx":0,"setId":2,"iconIdx":19},{"icon":{"paths":["M438 640l-184.6 320h580.6l184.6-320z","M992.4 576l-295.6-512h-369.6l295.6 512z","M290.2 128l-290.2 502.8 184.8 320 290.2-502.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["google-drive","brand"],"defaultCode":60047,"grid":16},"attrs":[],"properties":{"ligatures":"google-drive, brand9","name":"google-drive","order":65,"id":20,"prevSize":32,"code":60047},"setIdx":0,"setId":2,"iconIdx":20},{"icon":{"paths":["M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["facebook","brand","social"],"defaultCode":60048,"grid":16},"attrs":[],"properties":{"ligatures":"facebook, brand10","name":"facebook","order":11,"id":21,"prevSize":32,"code":60048},"setIdx":0,"setId":2,"iconIdx":21},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0z","M512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6z","M846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram","brand","social"],"defaultCode":60050,"grid":16},"attrs":[],"properties":{"ligatures":"instagram, brand12","name":"instagram","order":12,"id":22,"prevSize":32,"code":60050},"setIdx":0,"setId":2,"iconIdx":22},{"icon":{"paths":["M873 148.8c-95.8-96-223.2-148.8-359-148.8-279.6 0-507.2 227.6-507.2 507.4 0 89.4 23.4 176.8 67.8 253.6l-72 263 269-70.6c74.2 40.4 157.6 61.8 242.4 61.8h0.2c0 0 0 0 0 0 279.6 0 507.4-227.6 507.4-507.4 0-135.6-52.8-263-148.6-359zM514.2 929.6v0c-75.8 0-150-20.4-214.8-58.8l-15.4-9.2-159.6 41.8 42.6-155.6-10-16c-42.4-67-64.6-144.6-64.6-224.4 0-232.6 189.2-421.8 422-421.8 112.6 0 218.6 44 298.2 123.6 79.6 79.8 123.4 185.6 123.4 298.4-0.2 232.8-189.4 422-421.8 422zM745.4 613.6c-12.6-6.4-75-37-86.6-41.2s-20-6.4-28.6 6.4c-8.4 12.6-32.8 41.2-40.2 49.8-7.4 8.4-14.8 9.6-27.4 3.2s-53.6-19.8-102-63c-37.6-33.6-63.2-75.2-70.6-87.8s-0.8-19.6 5.6-25.8c5.8-5.6 12.6-14.8 19-22.2s8.4-12.6 12.6-21.2c4.2-8.4 2.2-15.8-1-22.2s-28.6-68.8-39-94.2c-10.2-24.8-20.8-21.4-28.6-21.8-7.4-0.4-15.8-0.4-24.2-0.4s-22.2 3.2-33.8 15.8c-11.6 12.6-44.4 43.4-44.4 105.8s45.4 122.6 51.8 131.2c6.4 8.4 89.4 136.6 216.6 191.4 30.2 13 53.8 20.8 72.2 26.8 30.4 9.6 58 8.2 79.8 5 24.4-3.6 75-30.6 85.6-60.2s10.6-55 7.4-60.2c-3-5.6-11.4-8.8-24.2-15.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["whatsapp","brand","social"],"defaultCode":60051,"grid":16},"attrs":[],"properties":{"name":"whatsapp","ligatures":"whatsapp, brand13","order":53,"id":23,"prevSize":32,"code":60051},"setIdx":0,"setId":2,"iconIdx":23},{"icon":{"paths":["M512 0c-281.6 0-512 230.4-512 512s230.4 512 512 512 512-230.4 512-512-227.8-512-512-512zM747.6 739.8c-10.2 15.4-28.2 20.4-43.6 10.2-120.4-74.2-271.4-89.6-450.6-48.6-18 5.2-33.2-7.6-38.4-23-5.2-18 7.6-33.2 23-38.4 194.6-43.6 363.6-25.6 496.6 56.4 18 7.6 20.6 28 13 43.4zM809 599c-12.8 18-35.8 25.6-53.8 12.8-138.2-84.4-348.2-110-509.4-58.8-20.4 5.2-43.6-5.2-48.6-25.6-5.2-20.4 5.2-43.6 25.6-48.6 186.8-56.4 417.2-28.2 576 69.2 15.2 7.6 23 33.2 10.2 51zM814 455.6c-163.8-97.2-437.8-107.6-594-58.8-25.6 7.6-51.2-7.6-58.8-30.8-7.6-25.6 7.6-51.2 30.8-58.8 181.8-53.8 481.2-43.6 670.8 69.2 23 12.8 30.8 43.6 18 66.6-13 17.8-43.6 25.4-66.8 12.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["spotify","brand","social"],"defaultCode":60052,"grid":16},"attrs":[],"properties":{"name":"spotify","ligatures":"spotify, brand14","order":13,"id":24,"prevSize":32,"code":60052},"setIdx":0,"setId":2,"iconIdx":24},{"icon":{"paths":["M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM763.6 351l-84 395.8c-5.8 28.2-22.8 34.8-46.4 21.8l-128-94.6-61.4 59.8c-7.2 7-12.8 12.8-25.6 12.8-16.6 0-13.8-6.2-19.4-22l-43.6-143.2-126.6-39.4c-27.4-8.4-27.6-27.2 6.2-40.6l493.2-190.4c22.4-10.2 44.2 5.4 35.6 40z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["telegram","brand","social"],"defaultCode":60053,"grid":16},"attrs":[],"properties":{"name":"telegram","ligatures":"telegram, brand15","order":54,"id":25,"prevSize":32,"code":60053},"setIdx":0,"setId":2,"iconIdx":25},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter","brand","tweet","social"],"defaultCode":60054,"grid":16},"attrs":[],"properties":{"ligatures":"twitter, brand16","name":"twitter","order":14,"id":26,"prevSize":32,"code":60054},"setIdx":0,"setId":2,"iconIdx":26},{"icon":{"paths":["M960.8 509c-26.4 6-51.8 8.8-74.8 8.8-129.2 0-228.6-90.2-228.6-247.2 0-77 29.8-116.8 71.8-116.8 40 0 66.6 35.8 66.6 108.6 0 41.4-11 86.8-19.2 113.6 0 0 39.8 69.4 148.6 48.2 23.2-51.4 35.6-117.8 35.6-176 0-156.8-80-248.2-226.6-248.2-150.8 0-239 115.8-239 268.6 0 151.4 70.8 281.2 187.4 340.4-49 98.2-111.4 184.6-176.6 249.8-118-142.8-224.8-333.2-268.6-705h-174.2c80.6 619.2 320.4 816.4 384 854.2 35.8 21.6 66.8 20.6 99.6 2 51.6-29.2 206.2-184 292-365 36 0 79.2-4.2 122.2-14v-122z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["vine","brand","social"],"defaultCode":60055,"grid":16},"attrs":[],"properties":{"name":"vine","ligatures":"vine, brand17","order":15,"id":27,"prevSize":32,"code":60055},"setIdx":0,"setId":2,"iconIdx":27},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM829.4 716.8l-93.6 1.4c0 0-20.2 4-46.6-14.2-35-24-68-86.6-93.8-78.4-26 8.2-25.2 64.4-25.2 64.4s0.2 12-5.8 18.4c-6.4 7-19.2 8.4-19.2 8.4h-41.8c0 0-92.4 5.6-173.8-79.2-88.8-92.4-167.2-275.8-167.2-275.8s-4.6-12 0.4-17.8c5.6-6.6 20.6-7 20.6-7l100.2-0.6c0 0 9.4 1.6 16.2 6.6 5.6 4 8.6 11.8 8.6 11.8s16.2 41 37.6 78c41.8 72.2 61.4 88 75.6 80.4 20.6-11.2 14.4-102.2 14.4-102.2s0.4-33-10.4-47.6c-8.4-11.4-24.2-14.8-31-15.6-5.6-0.8 3.6-13.8 15.6-19.8 18-8.8 49.8-9.4 87.4-9 29.2 0.2 37.8 2.2 49.2 4.8 34.6 8.4 22.8 40.6 22.8 117.8 0 24.8-4.4 59.6 13.4 71 7.6 5 26.4 0.8 73.4-79 22.2-37.8 39-82.2 39-82.2s3.6-8 9.2-11.4c5.8-3.4 13.6-2.4 13.6-2.4l105.4-0.6c0 0 31.6-3.8 36.8 10.6 5.4 15-11.8 50-54.8 107.4-70.6 94.2-78.6 85.4-19.8 139.8 56 52 67.6 77.4 69.6 80.6 22.8 38.4-26 41.4-26 41.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["vk","brand","social"],"defaultCode":60056,"grid":16},"attrs":[],"properties":{"name":"vk","ligatures":"vk, brand18","order":16,"id":28,"prevSize":32,"code":60056},"setIdx":0,"setId":2,"iconIdx":28},{"icon":{"paths":["M425.2 10.6c-241.2 40.6-425.2 250.4-425.2 503.2 0 125.6 45.6 240.6 120.8 329.6 178.6-86.4 303.6-282 304.4-509.8v-323z","M598.8 10.6c241.2 40.6 425.2 250.4 425.2 503.2 0 125.6-45.6 240.6-120.8 329.6-178.6-86.4-303.6-282-304.4-509.8v-323z","M510.2 642.6c-31.8 131.6-126.8 244-245 318.8 72.8 39.8 156.2 62.6 245 62.6s172.2-22.8 245-62.6c-118.2-74.8-213.2-187.2-245-318.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["renren","brand","social"],"defaultCode":60057,"grid":16},"attrs":[],"properties":{"name":"renren","ligatures":"renren, brand19","order":55,"id":29,"prevSize":32,"code":60057},"setIdx":0,"setId":2,"iconIdx":29},{"icon":{"paths":["M430.2 898c-169.6 16.8-316-60-327-171.2-11-111.4 117.6-215 287-231.8 169.6-16.8 316 60 326.8 171.2 11.2 111.4-117.4 215.2-286.8 231.8zM769.2 528.6c-14.4-4.4-24.4-7.2-16.8-26.2 16.4-41.2 18-76.6 0.2-102-33.2-47.4-124.2-45-228.4-1.2 0 0-32.8 14.2-24.4-11.6 16-51.6 13.6-94.6-11.4-119.6-56.6-56.6-207 2.2-336 131.2-96.4 96.2-152.4 198.8-152.4 287.4 0 169.2 217.2 272.2 429.6 272.2 278.4 0 463.8-161.8 463.8-290.2 0-77.8-65.4-121.8-124.2-140z","M954.2 218.6c-67.2-74.6-166.4-103-258-83.6v0c-21.2 4.6-34.6 25.4-30 46.4 4.6 21.2 25.2 34.6 46.4 30 65.2-13.8 135.6 6.4 183.4 59.4s60.8 125.2 40.2 188.4v0c-6.6 20.6 4.6 42.6 25.2 49.4 20.6 6.6 42.6-4.6 49.4-25.2v-0.2c28.8-88.4 10.6-190-56.6-264.6z","M850.8 312c-32.8-36.4-81.2-50.2-125.6-40.6-18.2 3.8-29.8 22-26 40.2 4 18.2 22 29.8 40 25.8v0c21.8-4.6 45.4 2.2 61.4 19.8 16 17.8 20.4 42 13.4 63.2v0c-5.6 17.6 4 36.8 21.8 42.6 17.8 5.6 36.8-4 42.6-21.8 14-43.4 5.2-93-27.6-129.2z","M439.6 696.6c-6 10.2-19 15-29.2 10.8-10.2-4-13.2-15.6-7.4-25.4 6-9.8 18.6-14.6 28.6-10.8 10 3.6 13.6 15 8 25.4zM385.4 765.8c-16.4 26.2-51.6 37.6-78 25.6-26-11.8-33.8-42.2-17.4-67.8 16.2-25.4 50.2-36.8 76.4-25.8 26.6 11.4 35.2 41.6 19 68zM447 580.6c-80.6-21-171.8 19.2-206.8 90.2-35.8 72.4-1.2 153 80.2 179.4 84.4 27.2 184-14.6 218.6-92.6 34.2-76.6-8.4-155.2-92-177z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sina-weibo","brand","social"],"defaultCode":60058,"grid":16},"attrs":[],"properties":{"name":"sina-weibo","ligatures":"sina-weibo, brand20","order":56,"id":30,"prevSize":32,"code":60058},"setIdx":0,"setId":2,"iconIdx":30},{"icon":{"paths":["M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["feed","rss","social"],"defaultCode":60059,"grid":16},"attrs":[],"properties":{"ligatures":"feed2, rss","name":"rss","order":9,"id":31,"prevSize":32,"code":60059},"setIdx":0,"setId":2,"iconIdx":31},{"icon":{"paths":["M1013.8 307.2c0 0-10-70.6-40.8-101.6-39-40.8-82.6-41-102.6-43.4-143.2-10.4-358.2-10.4-358.2-10.4h-0.4c0 0-215 0-358.2 10.4-20 2.4-63.6 2.6-102.6 43.4-30.8 31-40.6 101.6-40.6 101.6s-10.2 82.8-10.2 165.8v77.6c0 82.8 10.2 165.8 10.2 165.8s10 70.6 40.6 101.6c39 40.8 90.2 39.4 113 43.8 82 7.8 348.2 10.2 348.2 10.2s215.2-0.4 358.4-10.6c20-2.4 63.6-2.6 102.6-43.4 30.8-31 40.8-101.6 40.8-101.6s10.2-82.8 10.2-165.8v-77.6c-0.2-82.8-10.4-165.8-10.4-165.8zM406.2 644.8v-287.8l276.6 144.4-276.6 143.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["youtube","brand","social"],"defaultCode":60061,"grid":16},"attrs":[],"properties":{"ligatures":"youtube, brand21","name":"youtube","order":8,"id":32,"prevSize":32,"code":60061},"setIdx":0,"setId":2,"iconIdx":32},{"icon":{"paths":["M96 0l-96 160v736h256v128h128l128-128h160l288-288v-608h-864zM832 544l-160 160h-160l-128 128v-128h-192v-576h640v416z","M608 256h96v256h-96v-256z","M416 256h96v256h-96v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["twitch","brand","social"],"defaultCode":60063,"grid":16},"attrs":[],"properties":{"ligatures":"twitch, brand23","name":"twitch","order":17,"id":33,"prevSize":32,"code":60063},"setIdx":0,"setId":2,"iconIdx":33},{"icon":{"paths":["M1023.6 274c-4.6 99.6-74.2 236.2-208.8 409.4-139.2 180.8-257 271.4-353.4 271.4-59.6 0-110.2-55-151.4-165.2-27.6-101-55-202-82.6-303-30.6-110.2-63.4-165.2-98.6-165.2-7.6 0-34.4 16.2-80.4 48.2l-48.2-62c50.6-44.4 100.4-88.8 149.4-133.2 67.4-58.2 118-88.8 151.8-92 79.6-7.6 128.8 46.8 147.2 163.4 19.8 125.8 33.6 204 41.4 234.6 23 104.4 48.2 156.6 75.8 156.6 21.4 0 53.6-33.8 96.6-101.6 42.8-67.6 65.8-119.2 69-154.6 6.2-58.4-16.8-87.8-69-87.8-24.6 0-49.8 5.6-75.8 16.8 50.4-164.8 146.4-244.8 288.4-240.2 105 2.8 154.6 71 148.6 204.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["vimeo","brand","social"],"defaultCode":60064,"grid":16},"attrs":[],"properties":{"ligatures":"vimeo, brand24","name":"vimeo","order":18,"id":34,"prevSize":32,"code":60064},"setIdx":0,"setId":2,"iconIdx":34},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM822.4 768.8l-348.4 114c-79.6 26-87.6 21.8-123.6-89.6l-88-272.6c-21-64.6-85-238.6-95.8-272-20-62-20-65.4 97-103.4 91.6-30 95.4-29 128.6 74.4 26.8 83.2 44 150.4 71.6 235.4l75 232 239.6-78.4c47.2-15.6 63-14.8 76.4 43.4l9.6 44c11.2 51-14.6 64-42 72.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lanyrd","brand"],"defaultCode":60066,"grid":16},"attrs":[],"properties":{"ligatures":"lanyrd, brand26","name":"lanyrd","order":51,"id":35,"prevSize":32,"code":60066},"setIdx":0,"setId":2,"iconIdx":35},{"icon":{"paths":["M800 416c-70.58 0-128 57.42-128 128s57.42 128 128 128c70.58 0 128-57.42 128-128s-57.42-128-128-128zM800 320v0c123.71 0 224 100.288 224 224 0 123.71-100.29 224-224 224s-224-100.29-224-224c0-123.712 100.29-224 224-224zM0 544c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224s-224-100.288-224-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flickr","brand","social"],"defaultCode":60068,"grid":16},"attrs":[],"properties":{"ligatures":"flickr2, brand28","name":"flickr2","order":19,"id":36,"prevSize":32,"code":60068},"setIdx":0,"setId":2,"iconIdx":36},{"icon":{"paths":["M512 1024c-282.4 0-512-229.6-512-512s229.6-512 512-512c282.4 0 512 229.6 512 512s-229.6 512-512 512v0zM943.8 582c-15-4.8-135.4-40.6-272.4-18.6 57.2 157.2 80.4 285.2 85 311.8 98-66.4 168-171.4 187.4-293.2v0zM682.8 915.2c-6.6-38.4-31.8-172-93.2-331.6-1 0.4-2 0.6-2.8 1-246.8 86-335.4 257-343.2 273 74.2 57.8 167.4 92.4 268.4 92.4 60.6 0 118.4-12.4 170.8-34.8v0zM187 805c10-17 130-215.6 355.4-288.6 5.6-1.8 11.4-3.6 17.2-5.2-11-24.8-23-49.8-35.4-74.2-218.2 65.4-430.2 62.6-449.4 62.4-0.2 4.4-0.2 8.8-0.2 13.4 0 112.2 42.6 214.8 112.4 292.2v0zM84 423c19.6 0.2 199.8 1 404.4-53.2-72.4-128.8-150.6-237.2-162.2-253-122.4 57.8-214 170.6-242.2 306.2v0zM409.6 87.4c12 16.2 91.6 124.4 163.2 256 155.6-58.2 221.4-146.8 229.2-158-77.2-68.6-178.8-110.2-290-110.2-35.2 0.2-69.6 4.4-102.4 12.2v0zM850.6 236.2c-9.2 12.4-82.6 106.4-244.2 172.4 10.2 20.8 20 42 29 63.4 3.2 7.6 6.4 15 9.4 22.6 145.6-18.2 290.2 11 304.6 14-1-103.2-38-198-98.8-272.4v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["dribbble","brand","social"],"defaultCode":60071,"grid":16},"attrs":[],"properties":{"ligatures":"dribbble, brand31","name":"dribbble","order":20,"id":37,"prevSize":32,"code":60071},"setIdx":0,"setId":2,"iconIdx":37},{"icon":{"paths":["M297 205.2c30.2 0 57.4 2.6 82.2 8 24.8 5.2 45.8 14 63.6 26 17.6 12 31.2 28 41.2 48 9.6 19.8 14.4 44.6 14.4 74 0 31.8-7.2 58.2-21.6 79.4-14.6 21.2-35.8 38.4-64.2 52 38.8 11.2 67.4 30.8 86.6 58.6 19.2 28 28.4 61.6 28.4 101.2 0 32-6.2 59.4-18.4 82.6-12.4 23.4-29.2 42.4-49.8 57-20.8 14.8-44.8 25.6-71.6 32.6-26.6 7-54 10.6-82.4 10.6h-305.4v-630h297zM279 459.6c24.6 0 45-5.8 61-17.6 16-11.6 23.6-30.8 23.6-57.2 0-14.6-2.6-26.8-7.8-36.2-5.4-9.4-12.4-16.8-21.4-22-8.8-5.4-18.8-9-30.6-11-11.4-2.2-23.4-3.2-35.6-3.2h-129.6v147.2h140.4zM286.6 727.8c13.6 0 26.6-1.2 38.8-4 12.4-2.8 23.4-7 32.6-13.4 9.2-6.2 17-14.4 22.6-25.2 5.6-10.6 8.2-24.2 8.2-40.8 0-32.4-9.2-55.6-27.4-69.6-18.2-13.8-42.4-20.6-72.4-20.6h-150.4v173.4h148z","M725.2 725.6c18.8 18.4 45.8 27.6 81 27.6 25.2 0 47.2-6.4 65.4-19.2s29.2-26.4 33.4-40.4h110.4c-17.8 55-44.6 94-81.4 117.6-36.2 23.6-80.6 35.6-132 35.6-36 0-68.2-5.8-97.2-17.2-29-11.6-53.2-27.8-73.6-49-19.8-21.2-35.4-46.4-46.4-76-10.8-29.4-16.4-62-16.4-97.2 0-34.2 5.6-66 16.8-95.4 11.4-29.6 27-55 47.8-76.4s45.2-38.4 74-50.8c28.6-12.4 60.2-18.6 95.2-18.6 38.6 0 72.4 7.4 101.4 22.6 28.8 15 52.6 35.2 71.2 60.4s31.8 54.2 40 86.6c8.2 32.4 11 66.2 8.8 101.6h-329.4c0 35.8 12 70 31 88.2zM869 486c-14.8-16.4-40.2-25.4-70.8-25.4-20 0-36.6 3.4-49.8 10.2-13 6.8-23.6 15.2-31.8 25.2-8 10-13.6 20.8-16.8 32.2-3.2 11-5.2 21.2-5.8 30h204c-3-32-14-55.6-29-72.2z","M668.4 256h255.4v62.2h-255.4v-62.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["behance","brand","social"],"defaultCode":60072,"grid":16},"attrs":[],"properties":{"name":"behance","ligatures":"behance, brand32","order":21,"id":38,"prevSize":32,"code":60072},"setIdx":0,"setId":2,"iconIdx":38},{"icon":{"paths":["M829 186.2v-186.2h-186.2l-18.6 18.8-88 167.4-27.6 18.6h-313.6v255.6h172.4l15.4 18.6-187.8 358.8v186.2h186.2l18.6-18.8 88-167.4 27.6-18.6h313.6v-255.6h-172.4l-15.4-18.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["deviantart","brand","social"],"defaultCode":60074,"grid":16},"attrs":[],"properties":{"ligatures":"deviantart, brand34","name":"deviantart","order":60,"id":39,"prevSize":32,"code":60074},"setIdx":0,"setId":2,"iconIdx":39},{"icon":{"paths":["M253 672.8c0.2 0.6 5.6 15.2 8.6 22.6 16.8 39.8 41 75.8 71.8 106.6s66.6 55 106.6 71.8c41.4 17.4 85.2 26.4 130.4 26.4s89.2-8.8 130.4-26.4c40-16.8 75.8-41 106.6-71.8s55-66.6 71.8-106.6c17.4-41.4 26.4-85.2 26.4-130.4s-8.8-89.2-26.4-130.4c-16.8-40-41-75.8-71.8-106.6s-66.6-55-106.6-71.8c-41.4-17.4-85.2-26.4-130.4-26.4-45.8 0-91.6 9.2-132.2 26.4-32.6 13.8-87.8 49.2-120 82.6l-0.2 0.2v-276h463.4c16.8-0.2 16.8-23.8 16.8-31.4 0-7.8 0-31.2-17-31.4h-501c-13.6 0-22 11.4-22 21.8v388.2c0 12.6 15.6 21.6 30.2 24.6 28.4 6 34.8-3 41.8-12.6l1-1.2c10.6-15.8 43.6-49 44-49.4 51.6-51.6 120.6-80 194.4-80 73.4 0 142.2 28.4 193.8 80 51.8 51.8 80.4 120.4 80.4 193.2 0 73-28.4 141.8-80 193.2-50.8 50.8-122 80-195 80-49.4 0-97.2-13.2-138.2-38.2l0.2-236c0-31.4 13.6-65.8 36.6-91.6 26.2-29.6 62.2-45.8 101.6-45.8 38 0 73.6 14.4 100.2 40.6 26.2 26 40.8 60.8 40.8 97.8 0 78.8-62 140.6-141.2 140.6-15.2 0-43-6.8-44.2-7-16-4.8-22.8 17.4-25 24.8-8.6 28.2 4.4 33.8 7 34.6 25.4 8 42.2 9.4 64.2 9.4 111.8 0 202.8-91 202.8-202.8 0-111-91-201.2-202.6-201.2-54.8 0-106.2 21-144.8 58.8-36.8 36.2-57.8 84.4-57.8 132.4v1.2c-0.2 6-0.2 147.6-0.4 194l-0.2-0.2c-21-23.2-41.8-58.8-55.6-95.2-5.4-14.2-17.6-11.8-34.2-6.6-8 2.2-30 9-25 25.2v0zM491.2 617.4c0 6.8 6.2 12.8 10 16.2l1.2 1.2c6.4 6.2 12.4 9.4 18 9.4 4.6 0 7.4-2.2 8.4-3.2 2.8-2.6 34.4-34.8 37.6-37.8l35.4 35.2c3.2 3.6 6.8 5.6 11 5.6 5.6 0 11.8-3.4 18.2-10 15.2-15.6 7.6-24 4-28l-35.8-35.8 37.4-37.6c8.2-8.8 1-18.2-6.2-25.4-10.4-10.4-20.6-13.2-27-7.2l-37.2 37.2-37.6-37.6c-2-2-4.6-3-7.2-3-5 0-11 3.4-17.6 10-11.6 11.6-14 19.6-8 26l37.6 37.4-37.4 37.4c-3.4 3.2-5 6.6-4.8 10zM573 109.8c-60 0-124 12.2-170.8 32.4-5 2-8 6-8.6 11.6-0.6 5.4 0.8 12.4 4.4 21.6 3 7.4 10.6 27.2 25.6 21.4 48-18.4 101.2-28.4 149.4-28.4 54.8 0 108 10.8 158 31.8 39.8 16.8 77.2 41.2 118 76.4 3 2.6 6.2 3.8 9.4 3.8 8 0 15.6-7.8 22.2-15.2 10.8-12.2 18.4-22.4 7.6-32.6-39-36.8-81.6-64.4-134.4-86.8-57.2-23.8-118.2-36-180.8-36zM896.4 851.2v0c-7.2-7.2-13.4-11.4-18.8-13s-10.4-0.4-14.2 3.4l-3.6 3.6c-37.2 37.2-80.6 66.4-128.8 86.8-50 21.2-103 31.8-157.6 31.8-54.8 0-107.8-10.8-157.6-31.8-48.2-20.4-91.6-49.6-128.8-86.8-38.8-38.8-68-82.2-86.8-128.8-18.4-45.6-24.4-79.8-26.4-91-0.2-1-0.4-1.8-0.4-2.4-2.6-13.2-14.8-14.2-32.2-11.4-7.2 1.2-29.4 4.6-27.4 20.4v0.4c5.8 37 16.2 73.2 30.8 107.6 23.4 55.4 57 105.2 99.8 148s92.6 76.2 148 99.8c57.4 24.2 118.4 36.6 181.2 36.6s123.8-12.4 181.2-36.6c55.4-23.4 105.2-57 148-99.8 0 0 2.4-2.4 3.8-3.8 4.4-5.4 8.6-14.4-10.2-33z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["500px","brand","social"],"defaultCode":60075,"grid":16},"attrs":[],"properties":{"name":"500px","ligatures":"500px, brand35","order":22,"id":40,"prevSize":32,"code":60075},"setIdx":0,"setId":2,"iconIdx":40},{"icon":{"paths":["M704 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM958.392 129.608c-87.478-87.476-229.306-87.476-316.786 0-35.578 35.578-56.684 80.146-63.322 126.392v0l-204.694 310.228c-27.506 1.41-54.776 8.416-79.966 21.016l-157.892-123.424c-36.55-28.574-89.342-22.102-117.912 14.448-28.572 36.55-22.102 89.342 14.448 117.912l155.934 121.892c-16.96 66.782 0.672 140.538 52.93 192.794 78.906 78.904 206.832 78.904 285.736 0 48.466-48.466 67.15-115.428 56.076-178.166l249.054-222.986c46.248-6.638 90.816-27.744 126.394-63.322 87.478-87.476 87.478-229.306 0-316.784zM384 902.698c-74.39 0-134.698-60.304-134.698-134.698 0-0.712 0.042-1.414 0.054-2.124l66.912 52.304c15.36 12.006 33.582 17.824 51.674 17.824 24.962 0 49.672-11.080 66.238-32.272 28.572-36.55 22.102-89.342-14.448-117.912l-63.5-49.636c8.962-1.878 18.248-2.88 27.768-2.88 74.392 0 134.698 60.304 134.698 134.698s-60.306 134.696-134.698 134.696zM800 448c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["steam","brand","social"],"defaultCode":60076,"grid":16},"attrs":[],"properties":{"ligatures":"steam, brand36","name":"steam","order":23,"id":41,"prevSize":32,"code":60076},"setIdx":0,"setId":2,"iconIdx":41},{"icon":{"paths":["M736 32l-224 192 288 192 224-192z","M512 224l-224-192-288 192 224 192z","M800 416l224 192-288 160-224-192z","M512 576l-288-160-224 192 288 160z","M728.156 845.57l-216.156-185.278-216.158 185.278-135.842-75.468v93.898l352 160 352-160v-93.898z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["dropbox","brand"],"defaultCode":60078,"grid":16},"attrs":[],"properties":{"ligatures":"dropbox, brand38","name":"dropbox","order":64,"id":42,"prevSize":32,"code":60078},"setIdx":0,"setId":2,"iconIdx":42},{"icon":{"paths":["M350.868 828.388c-60.274-15.060-93.856-62.97-93.962-134.064-0.032-22.726 1.612-33.62 7.286-48.236 13.908-35.834 50.728-62.872 99.176-72.822 24.11-4.95 31.536-10.266 31.536-22.572 0-3.862 2.872-15.36 6.378-25.552 15.932-46.306 45.43-84.91 76.948-100.702 32.99-16.526 49.642-20.254 89.548-20.040 56.674 0.304 84.952 12.598 124.496 54.128l21.75 22.842 19.484-6.742c94.3-32.636 188.306 22.916 195.888 115.756l2.072 25.398 18.57 6.65c53.032 19.004 77.96 58.904 73.442 117.556-2.958 38.358-20.89 68.98-49.3 84.184l-13.356 7.146-296.822 0.57c-228.094 0.44-300.6-0.368-313.134-3.5v0zM103.218 785.966c-36.176-9.086-74.506-42.854-92.48-81.47-10.196-21.906-10.738-25.128-10.738-63.88 0-36.864 0.87-42.778 8.988-61.080 17.11-38.582 49.894-66.46 91.030-77.408 8.684-2.312 16.842-6 18.128-8.196 1.29-2.198 2.722-14.164 3.182-26.592 2.866-77.196 50.79-145.214 117.708-167.056 36.154-11.8 83.572-12.898 122.896 3.726 12.47 5.274 11.068 6.404 37.438-30.14 15.594-21.612 45.108-44.49 70.9-58.18 27.838-14.776 56.792-21.584 91.412-21.494 96.768 0.252 180.166 64.22 211.004 161.848 9.854 31.192 9.362 39.926-2.26 40.184-5.072 0.112-19.604 3.064-32.292 6.558l-23.072 6.358-21.052-22.25c-59.362-62.734-156.238-76.294-238.592-33.396-32.9 17.138-59.34 41.746-79.31 73.81-14.236 22.858-32.39 65.504-32.39 76.094 0 7.51-5.754 11.264-30.332 19.782-76.094 26.376-120.508 87.282-120.476 165.218 0.010 28.368 6.922 63.074 16.52 82.956 3.618 7.494 5.634 14.622 4.484 15.836-2.946 3.106-97.608 2.060-110.696-1.228v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["onedrive","brand","skydrive"],"defaultCode":60079,"grid":16},"attrs":[],"properties":{"ligatures":"onedrive, brand39","name":"onedrive","order":63,"id":43,"prevSize":32,"code":60079},"setIdx":0,"setId":2,"iconIdx":43},{"icon":{"paths":["M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["github","brand","octacat","social"],"defaultCode":60080,"grid":16},"attrs":[],"properties":{"ligatures":"github, brand40","name":"github","order":24,"id":44,"prevSize":32,"code":60080},"setIdx":0,"setId":2,"iconIdx":44},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM832 832h-128v-512h-192v512h-320v-640h640v640z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["npm","brand"],"defaultCode":60081,"grid":16},"attrs":[],"properties":{"name":"npm","ligatures":"npm, brand41","order":25,"id":45,"prevSize":32,"code":60081},"setIdx":0,"setId":2,"iconIdx":45},{"icon":{"paths":["M512 106.6c-186.8 0-330.8 156.4-412.4 309.6-46 86.2-78.2 180.6-93 277.2-1.6 11-3.2 22-4.4 33.2-0.6 6-1.2 12-1.6 18-0.6 7.6-0.2 10 3.8 16.4 12 19.4 26.2 37.4 42.2 53.6 32.8 33.6 72.6 59.4 114.8 79.4 96.2 45.4 204.8 61.8 310.4 65.4 109 3.6 221-5.4 325.2-39.4 89-29 174.8-79.6 224.2-161.4 5.4-8.8 1.6-21.8 0.6-32-1.2-12.2-2.8-24.2-4.8-36.2-3.6-23.6-8.4-46.8-14.2-70-11.6-47.2-27.4-93.6-46.6-138.2-69.6-161.6-198.4-334-381.6-369.6-20.6-4-41.6-6-62.6-6zM518.4 890.2c-114.2 0-238.6-10.2-341.4-65.2-40-21.4-80.8-52.4-100-95-5.6-12.4-3.6-17.2-1-31.8 1.8-9.4 2.6-18.6 6.8-27.4 5.8-12.2 11.8-24.2 18-36.2 21-40.6 43.6-80.8 69.8-118.6 13-18.6 26.8-37 42.8-53 11.2-11.2 24.8-23.2 40.6-27 48.4-11.6 85.4 44.4 114.8 72.6 14.2 13.6 33.2 29 54.4 26.4 14.6-1.8 27.6-13.2 38-22.6 35.4-31.8 63.8-71.2 93.2-108.2 14.6-18.2 29-36.6 44.8-54 10.6-11.8 22.2-25.2 36.4-32.8 25.4-13.8 57.8 14.6 75.4 29.2 30 25 56.6 54.2 82 83.8 24.2 28.2 47.6 56.8 68.2 87.8 31.8 48 59.4 99.2 84.6 151 5.4 11.2 7.2 18.8 9.2 31.2 1.2 6.8 3.8 14.6 2.8 21.6-1.4 9.8-8.2 20.4-13.2 28.4-12 19-28.2 35.4-46 49.2-74.6 57.8-175.6 77-267.4 85.6-37.6 3.6-75.2 5-112.8 5z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["basecamp","brand"],"defaultCode":60082,"grid":16},"attrs":[],"properties":{"name":"basecamp","ligatures":"basecamp, brand42","order":62,"id":46,"prevSize":32,"code":60082},"setIdx":0,"setId":2,"iconIdx":46},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM448 768c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-512c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v512zM832 576c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trello","brand"],"defaultCode":60083,"grid":16},"attrs":[],"properties":{"name":"trello","ligatures":"trello, brand43","order":27,"id":47,"prevSize":32,"code":60083},"setIdx":0,"setId":2,"iconIdx":47},{"icon":{"paths":["M128 511.992c0 148.026 88.322 275.968 216.43 336.578l-183.178-488.784c-21.308 46.508-33.252 97.982-33.252 152.206zM771.228 493.128c0-46.234-17.054-78.236-31.654-103.142-19.458-30.82-37.72-56.894-37.72-87.716 0-34.374 26.766-66.376 64.486-66.376 1.704 0 3.32 0.204 4.976 0.302-68.316-60.97-159.34-98.196-259.308-98.196-134.16 0-252.186 67.046-320.844 168.568 9.010 0.282 17.506 0.454 24.712 0.454 40.154 0 102.34-4.752 102.34-4.752 20.69-1.182 23.132 28.434 2.458 30.822 0 0-20.81 2.368-43.952 3.55l139.834 405.106 84.044-245.456-59.822-159.65c-20.688-1.184-40.278-3.55-40.278-3.55-20.702-1.192-18.272-32.002 2.438-30.822 0 0 63.4 4.752 101.134 4.752 40.146 0 102.35-4.752 102.35-4.752 20.702-1.182 23.14 28.434 2.446 30.822 0 0-20.834 2.372-43.948 3.55l138.78 402.018 38.312-124.632c16.58-51.75 29.216-88.9 29.216-120.9zM518.742 544.704l-115.226 326.058c34.416 9.858 70.794 15.238 108.488 15.238 44.716 0 87.604-7.518 127.518-21.2-1.018-1.602-1.974-3.304-2.75-5.154l-118.030-314.942zM848.962 332.572c1.652 11.91 2.588 24.686 2.588 38.458 0 37.93-7.292 80.596-29.202 133.95l-117.286 330.272c114.162-64.828 190.938-185.288 190.938-323.258 0-65.030-17.060-126.16-47.038-179.422zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wordpress","brand","social","cms"],"defaultCode":60084,"grid":16},"attrs":[],"properties":{"ligatures":"wordpress, brand44","name":"wordpress","order":45,"id":48,"prevSize":32,"code":60084},"setIdx":0,"setId":2,"iconIdx":48},{"icon":{"paths":["M266.004 276.678c32.832-32.844 86.002-32.844 118.804-0.032l7.826 7.868 101.104-101.156-7.874-7.88c-57.624-57.7-138.514-77.878-212.42-60.522-10.594-65.182-67.088-114.924-135.174-114.956-75.65 0-136.954 61.442-136.97 137.158 0 65.336 45.59 120 106.662 133.83-23.138 77.45-4.242 164.834 56.846 225.984l227.826 227.9 100.996-101.214-227.81-227.886c-32.682-32.722-32.742-86.126 0.184-119.094zM1022.712 137.158c0.016-75.762-61.318-137.158-136.984-137.158-69.234 0-126.478 51.444-135.682 118.238-77.074-22.664-163.784-3.496-224.64 57.408l-227.84 227.9 101.102 101.172 227.766-227.856c32.94-32.966 85.988-32.906 118.684-0.184 32.8 32.83 32.8 86.114-0.032 118.956l-7.794 7.836 101.010 101.248 7.858-7.928c60.458-60.566 79.678-146.756 57.612-223.638 67.15-8.834 118.94-66.364 118.94-135.994zM906.266 751.064c18.102-74.458-1.976-156.324-60.108-214.5l-227.49-227.992-101.102 101.122 227.52 228.012c32.94 32.996 32.864 86.096 0.184 118.848-32.802 32.814-86.004 32.814-118.836-0.030l-7.766-7.79-100.994 101.246 7.732 7.728c61.516 61.594 149.618 80.438 227.368 56.488 12.632 62.682 67.934 109.804 134.258 109.804 75.604 0 136.968-61.35 136.968-137.126 0-69.2-51.18-126.456-117.734-135.81zM612.344 528.684l-227.536 227.992c-32.71 32.768-86.034 32.828-118.944-0.124-32.818-32.904-32.832-86.098-0.044-118.97l7.808-7.774-101.086-101.124-7.734 7.712c-58.76 58.802-78.56 141.834-59.45 216.982-60.398 14.26-105.358 68.634-105.358 133.496-0.016 75.746 61.332 137.126 136.982 137.126 65.1-0.032 119.588-45.418 133.54-106.382 74.702 18.552 156.998-1.304 215.344-59.756l227.49-227.96-101.012-101.218z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["joomla","brand","cms"],"defaultCode":60085,"grid":16},"attrs":[],"properties":{"ligatures":"joomla, brand45","name":"joomla","order":47,"id":49,"prevSize":32,"code":60085},"setIdx":0,"setId":2,"iconIdx":49},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM824.636 589.598c-36.798 142.716-165.358 242.402-312.63 242.402-147.282 0-275.85-99.686-312.654-242.42-6.232-24.158 8.352-48.886 32.512-55.124 3.71-0.958 7.528-1.446 11.338-1.446 20.624 0 38.628 13.972 43.788 33.976 26.512 102.748 119.042 174.51 225.014 174.51 105.978 0 198.502-71.76 225-174.51 5.152-20.006 23.15-33.982 43.766-33.982 3.822 0 7.65 0.49 11.376 1.456 11.692 3.016 21.526 10.418 27.668 20.842 6.142 10.416 7.854 22.596 4.822 34.296z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ello","brand","social"],"defaultCode":60086,"grid":16},"attrs":[],"properties":{"ligatures":"ello, brand46","name":"ello","order":46,"id":50,"prevSize":32,"code":60086},"setIdx":0,"setId":2,"iconIdx":50},{"icon":{"paths":["M957.796 384h-57.406c-35.166 0-65.988-29.742-68.39-64v0c0.004-182.668-147.258-320-331.19-320h-167.824c-183.812 0-332.856 148-332.986 330.666v362.798c0 182.654 149.174 330.536 332.984 330.536h358.42c183.948 0 332.596-147.882 332.596-330.536v-234.382c0-36.502-29.44-75.082-66.204-75.082zM320 256h192c35.2 0 64 28.8 64 64s-28.8 64-64 64h-192c-35.2 0-64-28.8-64-64s28.8-64 64-64zM704 768h-384c-35.2 0-64-28.8-64-64s28.8-64 64-64h384c35.2 0 64 28.8 64 64s-28.8 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["blogger","brand","social"],"defaultCode":60087,"grid":16},"attrs":[],"properties":{"ligatures":"blogger, brand47","name":"blogger","order":28,"id":51,"prevSize":32,"code":60087},"setIdx":0,"setId":2,"iconIdx":51},{"icon":{"paths":["M576.032 448l-0.002 234.184c0 59.418-0.77 93.656 5.53 110.5 6.25 16.754 21.918 34.146 38.99 44.202 22.684 13.588 48.542 20.376 77.708 20.376 51.854 0 82.478-6.848 133.742-40.54v153.944c-43.7 20.552-81.866 32.594-117.324 40.922-35.5 8.242-73.86 12.406-115.064 12.406-46.828 0-74.456-5.886-110.41-17.656-35.958-11.868-66.66-28.806-92.020-50.54-25.45-21.922-43.022-45.208-52.848-69.832-9.826-24.636-14.716-60.414-14.716-107.244v-359.1h-137.426v-145.006c40.208-13.042 85.164-31.788 113.78-56.152 28.754-24.45 51.766-53.706 69.106-87.944 17.392-34.146 29.348-77.712 35.872-130.516h165.084l-0.002 255.996h255.968v192h-255.968z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tumblr","brand","social"],"defaultCode":60089,"grid":16},"attrs":[],"properties":{"ligatures":"tumblr, brand49","name":"tumblr","order":29,"id":52,"prevSize":32,"code":60089},"setIdx":0,"setId":2,"iconIdx":52},{"icon":{"paths":["M568.2 589v0c112.6-197.6 298.6-520 349.6-589-22.4 15-56.8 22.6-88.4 29.8l-47.8-29.8c-38.4 71.6-180 303-270.2 451.2-91.4-151.4-199.6-326.2-270.2-451.2-56 12-79.2 12.6-135 0v0 0c0 0 0 0 0 0v0c110.8 166.8 288.2 484.6 348.6 589v0l-8.2 435 64.8-29.8v-0.8l64.8 30.6-8-435z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["yahoo","brand","social"],"defaultCode":60091,"grid":16},"attrs":[],"properties":{"ligatures":"yahoo, brand51","name":"yahoo","order":30,"id":53,"prevSize":32,"code":60091},"setIdx":0,"setId":2,"iconIdx":53},{"icon":{"paths":["M891.96 514.204c-18.086 0-35.348 3.52-51.064 9.856-10.506-114.358-110.29-204.060-232-204.060-29.786 0-58.682 5.63-84.318 15.164-9.96 3.702-12.578 7.52-12.578 14.916v402.714c0 7.766 6.24 14.234 14.124 14.996 0.336 0.034 363.536 0.21 365.89 0.21 72.904 0 131.986-56.816 131.986-126.894s-59.134-126.902-132.040-126.902zM400 768h32l16-224.22-16-223.78h-32l-16 223.78zM304 768h-32l-16-162.75 16-157.25h32l16 160zM144 768h32l16-128-16-128h-32l-16 128zM16 704h32l16-64-16-64h-32l-16 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["soundcloud","brand","social"],"defaultCode":60099,"grid":16},"attrs":[],"properties":{"ligatures":"soundcloud, brand58","name":"soundcloud","order":31,"id":54,"prevSize":32,"code":60099},"setIdx":0,"setId":2,"iconIdx":54},{"icon":{"paths":["M425.6 37.4c-1.6-1-3.4-1.8-5-2.6-1.8 0.4-3.4 0.6-5.2 1l10.2 1.6z","M36.8 421c-0.4 1.8-0.6 3.6-0.8 5.2 1 1.6 1.6 3.2 2.6 4.8l-1.8-10z","M986.8 602.6c0.4-1.8 0.6-3.6 1-5.4-1-1.6-1.6-3.2-2.6-4.8l1.6 10.2z","M592 983c1.6 1 3.4 1.8 5 2.6 1.8-0.4 3.6-0.6 5.4-0.8l-10.4-1.8z","M987.8 597.2c-0.4 1.8-0.6 3.6-1 5.4l-1.8-10.4c1 1.8 1.8 3.4 2.8 5 5.2-28.8 8-58.2 8-87.6 0-65.2-12.8-128.6-38-188.2-24.4-57.6-59.2-109.4-103.6-153.8s-96.2-79.2-153.6-103.6c-59.6-25.2-123-38-188.2-38-30.8 0-61.6 2.8-91.6 8.6 0 0-0.2 0-0.2 0 1.6 0.8 3.4 1.6 5 2.6l-10.2-1.6c1.8-0.4 3.4-0.6 5.2-1-41.2-21.8-87.4-33.6-134.2-33.6-76.4 0-148.4 29.8-202.4 83.8s-83.8 126-83.8 202.4c0 48.6 12.6 96.6 36 138.8 0.4-1.8 0.6-3.6 0.8-5.2l1.8 10.2c-1-1.6-1.8-3.2-2.6-4.8-4.8 27.4-7.2 55.4-7.2 83.4 0 65.2 12.8 128.6 38 188.2 24.4 57.6 59.2 109.2 103.6 153.6s96.2 79.2 153.8 103.6c59.6 25.2 123 38 188.2 38 28.4 0 56.8-2.6 84.6-7.6-1.6-1-3.2-1.8-5-2.6l10.4 1.8c-1.8 0.4-3.6 0.6-5.4 0.8 42.8 24.2 91.4 37.2 140.8 37.2 76.4 0 148.4-29.8 202.4-83.8s83.8-126 83.8-202.4c-0.2-48.6-12.8-96.6-36.4-139.2zM514.2 805.8c-171.8 0-248.6-84.4-248.6-147.8 0-32.4 24-55.2 57-55.2 73.6 0 54.4 105.6 191.6 105.6 70.2 0 109-38.2 109-77.2 0-23.4-11.6-49.4-57.8-60.8l-152.8-38.2c-123-30.8-145.4-97.4-145.4-160 0-129.8 122.2-178.6 237-178.6 105.8 0 230.4 58.4 230.4 136.4 0 33.4-29 52.8-62 52.8-62.8 0-51.2-86.8-177.6-86.8-62.8 0-97.4 28.4-97.4 69s49.6 53.6 92.6 63.4l113.2 25.2c123.8 27.6 155.2 100 155.2 168 0 105.4-81 184.2-244.4 184.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skype","brand","social"],"defaultCode":60101,"grid":16},"attrs":[],"properties":{"ligatures":"skype, brand60","name":"skype","order":32,"id":55,"prevSize":32,"code":60101},"setIdx":0,"setId":2,"iconIdx":55},{"icon":{"paths":["M256 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM643.112 776.778c16.482-12.986 40.376-10.154 53.364 6.332s10.152 40.378-6.334 53.366c-45.896 36.158-115.822 59.524-178.142 59.524-62.322 0-132.248-23.366-178.144-59.522-16.486-12.99-19.32-36.882-6.332-53.368 12.99-16.482 36.882-19.318 53.366-6.332 26.422 20.818 78.722 43.222 131.11 43.222s104.688-22.404 131.112-43.222zM1024 512c0-70.692-57.308-128-128-128-48.116 0-89.992 26.57-111.852 65.82-65.792-35.994-145.952-59.246-233.28-64.608l76.382-171.526 146.194 42.2c13.152 37.342 48.718 64.114 90.556 64.114 53.020 0 96-42.98 96-96s-42.98-96-96-96c-36.56 0-68.342 20.442-84.554 50.514l-162.906-47.024c-18.224-5.258-37.538 3.722-45.252 21.052l-103.77 233.026c-85.138 5.996-163.262 29.022-227.636 64.236-21.864-39.25-63.766-65.804-111.882-65.804-70.692 0-128 57.308-128 128 0 52.312 31.402 97.254 76.372 117.102-8.070 24.028-12.372 49.104-12.372 74.898 0 176.73 200.576 320 448 320 247.422 0 448-143.27 448-320 0-25.792-4.3-50.862-12.368-74.886 44.97-19.85 76.368-64.802 76.368-117.114zM864 188c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zM64 512c0-35.29 28.71-64 64-64 25.508 0 47.572 15.004 57.846 36.646-33.448 25.366-61.166 54.626-81.666 86.738-23.524-9.47-40.18-32.512-40.18-59.384zM512 948c-205.45 0-372-109.242-372-244s166.55-244 372-244c205.45 0 372 109.242 372 244s-166.55 244-372 244zM919.82 571.384c-20.5-32.112-48.218-61.372-81.666-86.738 10.276-21.642 32.338-36.646 57.846-36.646 35.29 0 64 28.71 64 64 0 26.872-16.656 49.914-40.18 59.384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["reddit","brand","social"],"defaultCode":60102,"grid":16},"attrs":[],"properties":{"ligatures":"reddit, brand61","name":"reddit","order":33,"id":56,"prevSize":32,"code":60102},"setIdx":0,"setId":2,"iconIdx":56},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM544 584v216h-64v-216l-175-328h72.6l134.4 252 134.4-252h72.6l-175 328z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["hackernews","brand","ycombinator","yc","social"],"defaultCode":60103,"grid":16},"attrs":[],"properties":{"name":"hackernews","ligatures":"hackernews, brand62","order":34,"id":57,"prevSize":32,"code":60103},"setIdx":0,"setId":2,"iconIdx":57},{"icon":{"paths":["M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wikipedia","brand"],"defaultCode":60104,"grid":16},"attrs":[],"properties":{"name":"wikipedia","ligatures":"wikipedia, brand63","order":40,"id":58,"prevSize":32,"code":60104},"setIdx":0,"setId":2,"iconIdx":58},{"icon":{"paths":["M384 384h177.106v90.782h2.532c24.64-44.194 84.958-90.782 174.842-90.782 186.946 0 221.52 116.376 221.52 267.734v308.266h-184.61v-273.278c0-65.184-1.334-149.026-96.028-149.026-96.148 0-110.82 70.986-110.82 144.292v278.012h-184.542v-576z","M64 384h192v576h-192v-576z","M256 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["linkedin","brand","social"],"defaultCode":60106,"grid":16},"attrs":[],"properties":{"ligatures":"linkedin2, brand65","name":"linkedin2","order":39,"id":59,"prevSize":32,"code":60106},"setIdx":0,"setId":2,"iconIdx":59},{"icon":{"paths":["M451.6 766.2l-37.6-102c0 0-61 68-152.4 68-81 0-138.4-70.4-138.4-183 0-144.2 72.8-195.8 144.2-195.8 103.2 0 136 66.8 164.2 152.4l37.6 117.2c37.6 113.8 108 205.2 310.8 205.2 145.4 0 244-44.6 244-161.8 0-95-54-144.2-154.8-167.8l-75-16.4c-51.6-11.8-66.8-32.8-66.8-68 0-39.8 31.6-63.4 83.2-63.4 56.4 0 86.8 21.2 91.4 71.6l117.2-14c-9.4-105.6-82.2-149-201.8-149-105.6 0-208.8 39.8-208.8 167.8 0 79.8 38.8 130.2 136 153.6l79.8 18.8c59.8 14 79.8 38.8 79.8 72.8 0 43.4-42.2 61-122 61-118.4 0-167.8-62.2-195.8-147.8l-38.8-117.2c-49-152.6-127.6-208.8-283.6-208.8-172.4 0-264 109-264 294.4 0 178.2 91.4 274.4 255.8 274.4 132.4 0 195.8-62.2 195.8-62.2v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lastfm","brand","social"],"defaultCode":60107,"grid":16},"attrs":[],"properties":{"ligatures":"lastfm, brand66","name":"lastfm","order":37,"id":60,"prevSize":32,"code":60107},"setIdx":0,"setId":2,"iconIdx":60},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM512 960v-448h-448v-448h448v448h448v448h-448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["delicious","brand","social"],"defaultCode":60109,"grid":16},"attrs":[],"properties":{"ligatures":"delicious, brand68","name":"delicious","order":38,"id":61,"prevSize":32,"code":60109},"setIdx":0,"setId":2,"iconIdx":61},{"icon":{"paths":["M512 320c-35.2 0-64 28.8-64 64v256c0 105.8-86.2 192-192 192s-192-86.2-192-192v-128h128v128c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-105.8 86.2-192 192-192s192 86.2 192 178v62l-82 24-46-24v-62c0-21.2-28.8-50-64-50z","M960 640c0 105.8-86.2 192-192 192s-192-86.2-192-206v-124l46 24 82-24v124c0 49.2 28.8 78 64 78s64-28.8 64-64v-128h128v128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stumbleupon","brand","social"],"defaultCode":60110,"grid":16},"attrs":[],"properties":{"name":"stumbleupon","ligatures":"stumbleupon, brand69","order":36,"id":62,"prevSize":32,"code":60110},"setIdx":0,"setId":2,"iconIdx":62},{"icon":{"paths":["M1024 640v384h-1024v-384h128v256h768v-256zM192 704h640v128h-640zM207.152 565.466l27.698-124.964 624.832 138.496-27.698 124.964zM279.658 308.558l54.092-116.006 580.032 270.464-54.092 116.006zM991.722 361.476l-77.922 101.55-507.746-389.608 56.336-73.418h58.244z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stackoverflow","brand","social"],"defaultCode":60112,"grid":16},"attrs":[],"properties":{"ligatures":"stackoverflow, brand71","name":"stackoverflow","order":58,"id":63,"prevSize":32,"code":60112},"setIdx":0,"setId":2,"iconIdx":63},{"icon":{"paths":["M512 0c-282.4 0-512 229.6-512 512s229.6 512 512 512 512-229.6 512-512-229.6-512-512-512zM512 955.6c-45.8 0-89.8-7-131.4-19.8 18-29.4 45.2-77.8 55.2-116.2 5.4-20.8 27.6-105.4 27.6-105.4 14.4 27.6 56.8 51 101.6 51 133.8 0 230.2-123 230.2-276 0-146.6-119.6-256.2-273.4-256.2-191.4 0-293 128.6-293 268.4 0 65 34.6 146 90 171.8 8.4 4 12.8 2.2 14.8-6 1.4-6.2 9-36.2 12.4-50.4 1-4.4 0.6-8.4-3-12.8-18.4-22.2-33-63.2-33-101.2 0-97.8 74-192.6 200.2-192.6 109 0 185.2 74.2 185.2 180.4 0 120-60.6 203.2-139.4 203.2-43.6 0-76.2-36-65.6-80.2 12.6-52.8 36.8-109.6 36.8-147.6 0-34-18.2-62.4-56.2-62.4-44.6 0-80.2 46-80.2 107.8 0 39.2 13.2 65.8 13.2 65.8s-44 185.8-52 220.4c-9 38.4-5.4 92.2-1.6 127.2-165-64.4-282-224.8-282-412.8 0-245 198.6-443.6 443.6-443.6s443.6 198.6 443.6 443.6c0 245-198.6 443.6-443.6 443.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pinterest","brand","social"],"defaultCode":60114,"grid":16},"attrs":[],"properties":{"ligatures":"pinterest2, brand73","name":"pinterest2","order":59,"id":64,"prevSize":32,"code":60114},"setIdx":0,"setId":2,"iconIdx":64},{"icon":{"paths":["M155.6 202.2c-8.8 0-16.4 3.2-20.2 9.2-3.8 6.4-3.2 14.4 0.8 22.6l99.8 172.8c0.2 0.4 0.2 0.6 0 0.8l-156.8 277.2c-4 8.2-3.8 16.4 0 22.6 3.8 6 10.4 10 19.2 10h147.6c22 0 32.8-15 40.2-28.6 0 0 153.4-271.4 159.4-282-0.6-1-101.6-177-101.6-177-7.4-13-18.4-27.6-41.2-27.6h-147.2z","M776 0c-22 0-31.6 13.8-39.6 28.2 0 0-318.2 564.2-328.6 582.8 0.6 1 209.8 385 209.8 385 7.4 13 18.6 28.2 41.2 28.2h147.6c8.8 0 15.8-3.4 19.6-9.4 4-6.4 3.8-14.6-0.4-22.8l-208-380.6c-0.2-0.4-0.2-0.6 0-1l327-578.2c4-8.2 4.2-16.4 0.4-22.8-3.8-6-10.8-9.4-19.6-9.4h-149.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["xing","brand","social"],"defaultCode":60116,"grid":16},"attrs":[],"properties":{"ligatures":"xing2, brand75","name":"xing2","codes":[61231],"order":41,"id":65,"prevSize":32,"code":60116},"setIdx":0,"setId":2,"iconIdx":65},{"icon":{"paths":["M367.562 0c-243.358 0-367.562 140.162-367.562 401.856v0 549.034l238.39-238.628v-278.896c0-108.416 28.73-177.406 125.118-192.894v0c33.672-6.584 103.75-4.278 148.306-4.278v0 165.596c0 1.51 0.208 4.206 0.594 5.586v0c1.87 6.704 7.93 11.616 15.116 11.63v0c4.062 0.008 7.868-2.104 11.79-5.97v0l413.122-412.974-584.874-0.062zM785.61 311.746v278.89c0 108.414-28.736 177.414-125.116 192.894v0c-33.672 6.582-103.756 4.278-148.312 4.278v0-165.594c0-1.5-0.206-4.204-0.594-5.582v0c-1.864-6.712-7.922-11.622-15.112-11.63v0c-4.064-0.008-7.866 2.112-11.79 5.966v0l-413.124 412.966 584.874 0.066c243.354 0 367.564-140.168 367.564-401.852v0-549.028l-238.39 238.626z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flattr","brand","donate","social"],"defaultCode":60117,"grid":16},"attrs":[],"properties":{"ligatures":"flattr, brand76","name":"flattr","order":67,"id":66,"prevSize":32,"code":60117},"setIdx":0,"setId":2,"iconIdx":66},{"icon":{"paths":["M851.564 90.090c-12.060-16.404-31.204-26.090-51.564-26.090h-608c-35.346 0-64 28.654-64 64v768c0 25.884 15.592 49.222 39.508 59.128 7.918 3.28 16.234 4.874 24.478 4.874 16.656 0 33.026-6.504 45.268-18.748l237.256-237.254h165.49c27.992 0 52.736-18.192 61.086-44.91l160-512c6.074-19.432 2.538-40.596-9.522-57zM672.948 320h-224.948c-35.346 0-64 28.654-64 64s28.654 64 64 64h184.948l-40 128h-144.948c-16.974 0-33.252 6.742-45.254 18.746l-146.746 146.744v-549.49h456.948l-40 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["foursquare","brand","social"],"defaultCode":60118,"grid":16},"attrs":[],"properties":{"ligatures":"foursquare, brand77","name":"foursquare","order":43,"id":67,"prevSize":32,"code":60118},"setIdx":0,"setId":2,"iconIdx":67},{"icon":{"paths":["M608.876 653.468c-17.282 17.426-2.668 49.128-2.668 49.128l130.090 217.218c0 0 21.36 28.64 39.864 28.64 18.59 0 36.954-15.27 36.954-15.27l102.844-147.008c0 0 10.36-18.546 10.598-34.792 0.372-23.106-34.454-29.434-34.454-29.434l-243.488-78.192c-0.002 0.004-23.858-6.328-39.74 9.71zM596.532 543.984c12.46 21.128 46.828 14.972 46.828 14.972l242.938-71.006c0 0 33.106-13.466 37.832-31.418 4.64-17.954-5.46-39.622-5.46-39.622l-116.098-136.752c0 0-10.062-17.292-30.938-19.032-23.016-1.958-37.18 25.898-37.18 25.898l-137.27 216.010c0 0.004-12.134 21.516-0.652 40.95zM481.754 459.768c28.608-7.044 33.148-48.604 33.148-48.604l-1.944-345.87c0 0-4.314-42.666-23.486-54.232-30.070-18.242-38.982-8.718-47.596-7.444l-201.696 74.944c0 0-19.754 6.536-30.042 23.018-14.69 23.352 14.928 57.544 14.928 57.544l209.644 285.756c0 0 20.69 21.396 47.044 14.888zM431.944 599.738c0.722-26.676-32.030-42.7-32.030-42.7l-216.796-109.524c0 0-32.126-13.246-47.722-4.016-11.95 7.060-22.536 19.84-23.572 31.134l-14.12 173.812c0 0-2.116 30.114 5.69 43.82 11.054 19.442 47.428 5.902 47.428 5.902l253.096-55.942c9.832-6.61 27.074-7.204 28.026-42.486zM494.88 693.542c-21.726-11.156-47.724 11.95-47.724 11.95l-169.468 186.566c0 0-21.144 28.528-15.768 46.050 5.066 16.418 13.454 24.578 25.318 30.328l170.192 53.726c0 0 20.634 4.286 36.258-0.242 22.18-6.43 18.094-41.152 18.094-41.152l3.848-252.602c-0.002 0.002-0.868-24.334-20.75-34.624z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["yelp","brand","social"],"defaultCode":60119,"grid":16},"attrs":[],"properties":{"ligatures":"yelp, brand78","name":"yelp","order":44,"id":68,"prevSize":32,"code":60119},"setIdx":0,"setId":2,"iconIdx":68},{"icon":{"paths":["M930 308.6c-47.8 212.2-195.4 324.2-428 324.2h-77.4l-53.8 341.6h-64.8l-3.4 22c-2.2 14.6 9 27.6 23.6 27.6h165.6c19.6 0 36.2-14.2 39.4-33.6l1.6-8.4 31.2-197.8 2-10.8c3-19.4 19.8-33.6 39.4-33.6h24.6c160.4 0 286-65.2 322.8-253.6 13.8-71.6 8.6-132.4-22.8-177.6z","M831 77.2c-47.4-54-133.2-77.2-242.8-77.2h-318.2c-22.4 0-41.6 16.2-45 38.4l-132.6 840.4c-2.6 16.6 10.2 31.6 27 31.6h196.6l49.4-313-1.6 9.8c3.4-22.2 22.4-38.4 44.8-38.4h93.4c183.4 0 327-74.4 369-290 1.2-6.4 2.4-12.6 3.2-18.6 12.4-79.6 0-134-43.2-183z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["paypal","brand","donate"],"defaultCode":60120,"grid":16},"attrs":[],"properties":{"ligatures":"paypal, brand79","name":"paypal","codes":[61234],"order":42,"id":69,"prevSize":32,"code":60120},"setIdx":0,"setId":2,"iconIdx":69},{"icon":{"paths":["M853.31 0h-682.62c-93.88 0-170.69 76.784-170.69 170.658v682.656c0 93.876 76.81 170.686 170.69 170.686h682.622c93.938 0 170.688-76.81 170.688-170.686v-682.656c0-93.874-76.75-170.658-170.69-170.658zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.94-185.598 185.6c-1.444-5.338-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.206l182.118-182.118 90.422 105.496 90.424-105.494 182.116 182.118c-5.34 1.442-10.886 2.204-16.54 2.204zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.598-185.598 187.664-218.942c0.084 1.328 0.14 2.66 0.14 4v384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail","contact","support","newsletter","letter","email","envelop","social"],"defaultCode":60035,"grid":16},"attrs":[],"properties":{"ligatures":"mail2, contact2","name":"mail","order":8,"id":70,"prevSize":32,"code":60035},"setIdx":0,"setId":2,"iconIdx":70},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM279 831.2c-48 0-87-38.6-87-86.6 0-47.6 39-86.8 87-86.8 48.2 0 87 39.2 87 86.8 0 48-39 86.6-87 86.6zM497.4 832c0-81.8-31.8-158.8-89.4-216.4-57.8-57.8-134.4-89.6-216-89.6v-125.2c237.6 0 431.2 193.4 431.2 431.2h-125.8zM719.6 832c0-291-236.6-528-527.4-528v-125.2c360 0 653 293.2 653 653.2h-125.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["feed","rss","social"],"defaultCode":60060,"grid":16},"attrs":[],"properties":{"ligatures":"feed3, rss2","name":"rss2","order":7,"id":71,"prevSize":32,"code":60060},"setIdx":0,"setId":2,"iconIdx":71},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-add","box","download","storage","inbox","archive"],"defaultCode":59742,"grid":16},"attrs":[],"properties":{"ligatures":"box-add, box3","name":"box-add","order":98,"id":72,"prevSize":32,"code":59742},"setIdx":0,"setId":2,"iconIdx":72},{"icon":{"paths":["M1024 384h-384l143.53-143.53c-72.53-72.526-168.96-112.47-271.53-112.47s-199 39.944-271.53 112.47c-72.526 72.53-112.47 168.96-112.47 271.53s39.944 199 112.47 271.53c72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.528-112.472c6.056-6.054 11.86-12.292 17.456-18.668l96.32 84.282c-93.846 107.166-231.664 174.858-385.304 174.858-282.77 0-512-229.23-512-512s229.23-512 512-512c141.386 0 269.368 57.326 362.016 149.984l149.984-149.984v384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner","loading","loading-wheel","refresh","repeat","busy","wait","arrow"],"defaultCode":59780,"grid":16},"attrs":[],"properties":{"ligatures":"spinner11, loading12","name":"spinner11","order":118,"id":73,"prevSize":32,"code":8635},"setIdx":0,"setId":2,"iconIdx":73},{"icon":{"paths":["M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cog","gear","preferences","settings","generate","control","options"],"defaultCode":59796,"grid":16},"attrs":[],"properties":{"ligatures":"cog, gear","name":"cog","order":111,"id":74,"prevSize":32,"code":59796},"setIdx":0,"setId":2,"iconIdx":74},{"icon":{"paths":["M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75z","M794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["power-cord","plugin","extension"],"defaultCode":59831,"grid":16},"attrs":[],"properties":{"ligatures":"power-cord, plugin","name":"power-cord","order":110,"id":75,"prevSize":32,"code":59831},"setIdx":0,"setId":2,"iconIdx":75},{"icon":{"paths":["M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["menu","list","options","lines","hamburger"],"defaultCode":59837,"grid":16},"attrs":[],"properties":{"ligatures":"menu, list3","name":"menu","order":132,"id":76,"prevSize":32,"code":9776},"setIdx":0,"setId":2,"iconIdx":76},{"icon":{"paths":["M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right","right","next"],"defaultCode":59964,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-right2, right4","name":"arrow-right2","order":123,"id":77,"prevSize":32,"code":8594},"setIdx":0,"setId":2,"iconIdx":77},{"icon":{"paths":["M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left","left","previous"],"defaultCode":59968,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-left2, left4","name":"arrow-left2","order":129,"id":78,"prevSize":32,"code":8592},"setIdx":0,"setId":2,"iconIdx":78},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["home","house"],"defaultCode":59650,"grid":16},"attrs":[],"properties":{"ligatures":"home3, house3","name":"home3","order":139,"id":79,"prevSize":32,"code":59650},"setIdx":0,"setId":2,"iconIdx":79},{"icon":{"paths":["M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail","contact","support","newsletter","letter","email","envelop","social"],"defaultCode":60036,"grid":16},"attrs":[],"properties":{"ligatures":"mail3, contact3","name":"mail2","order":133,"id":80,"prevSize":32,"code":60036},"setIdx":0,"setId":2,"iconIdx":80},{"icon":{"paths":["M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness-contrast"],"defaultCode":59862,"grid":16},"attrs":[],"properties":{"ligatures":"brightness-contrast","name":"brightness-contrast","order":4,"id":83,"prevSize":32,"code":59862},"setIdx":0,"setId":2,"iconIdx":83},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["search","magnifier","magnifying-glass","inspect","find"],"defaultCode":59782,"grid":16},"attrs":[],"properties":{"ligatures":"search, magnifier","name":"search","order":6,"id":84,"prevSize":32,"code":59782},"setIdx":0,"setId":2,"iconIdx":84},{"icon":{"paths":["M704 0c-176.73 0-320 143.268-320 320 0 20.026 1.858 39.616 5.376 58.624l-389.376 389.376v192c0 35.346 28.654 64 64 64h64v-64h128v-128h128v-128h128l83.042-83.042c34.010 12.316 70.696 19.042 108.958 19.042 176.73 0 320-143.268 320-320s-143.27-320-320-320zM799.874 320.126c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["key","password","login","signin"],"defaultCode":59789,"grid":16},"attrs":[],"properties":{"ligatures":"key, password","name":"key","order":140,"id":85,"prevSize":32,"code":59789},"setIdx":0,"setId":2,"iconIdx":85},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quill","feather","write","edit"],"defaultCode":59655,"grid":16},"attrs":[],"properties":{"ligatures":"quill, feather","name":"quill","order":151,"id":86,"prevSize":32,"code":59655},"setIdx":0,"setId":2,"iconIdx":86},{"icon":{"paths":["M0 0h128v1024h-128v-1024z","M832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5z","M608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag","report","mark"],"defaultCode":59852,"grid":16},"attrs":[],"properties":{"ligatures":"flag, report","name":"flag","order":148,"id":90,"prevSize":32,"code":59852},"setIdx":0,"setId":2,"iconIdx":90},{"icon":{"paths":["M256 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M832 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M256 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z","M975 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["man-woman","toilet","bathroom","sex","gender"],"defaultCode":59870,"grid":16},"attrs":[],"properties":{"ligatures":"man-woman, toilet","name":"man-woman","order":149,"id":91,"prevSize":32,"code":59870},"setIdx":0,"setId":2,"iconIdx":91},{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":158,"id":92,"prevSize":32,"code":59919},"setIdx":0,"setId":2,"iconIdx":92},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"tags":["file-empty","file","document","paper","page","new","empty","blank"],"defaultCode":59684,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-empty, file3","name":"file-empty","order":169,"id":37,"prevSize":32,"code":59684},"setIdx":1,"setId":1,"iconIdx":36},{"icon":{"paths":["M256 64h512v128h-512v-128z","M960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z"],"tags":["printer","print"],"defaultCode":59732,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"printer, print","name":"printer","order":3,"id":85,"prevSize":32,"code":59732},"setIdx":1,"setId":1,"iconIdx":84},{"icon":{"width":1024,"paths":["M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96z","M736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"],"tags":["user-plus","user","user-add","profile","avatar","person","member"],"defaultCode":59763,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"user-plus, user2","name":"user-plus","order":162,"id":116,"prevSize":32,"code":59763},"setIdx":1,"setId":1,"iconIdx":115},{"icon":{"paths":["M842.012 589.48c-13.648-13.446-43.914-20.566-89.972-21.172-31.178-0.344-68.702 2.402-108.17 7.928-17.674-10.198-35.892-21.294-50.188-34.658-38.462-35.916-70.568-85.772-90.576-140.594 1.304-5.12 2.414-9.62 3.448-14.212 0 0 21.666-123.060 15.932-164.666-0.792-5.706-1.276-7.362-2.808-11.796l-1.882-4.834c-5.894-13.592-17.448-27.994-35.564-27.208l-10.916-0.344c-20.202 0-36.664 10.332-40.986 25.774-13.138 48.434 0.418 120.892 24.98 214.738l-6.288 15.286c-17.588 42.876-39.63 86.060-59.078 124.158l-2.528 4.954c-20.46 40.040-39.026 74.028-55.856 102.822l-17.376 9.188c-1.264 0.668-31.044 16.418-38.028 20.644-59.256 35.38-98.524 75.542-105.038 107.416-2.072 10.17-0.53 23.186 10.014 29.212l16.806 8.458c7.292 3.652 14.978 5.502 22.854 5.502 42.206 0 91.202-52.572 158.698-170.366 77.93-25.37 166.652-46.458 244.412-58.090 59.258 33.368 132.142 56.544 178.142 56.544 8.168 0 15.212-0.78 20.932-2.294 8.822-2.336 16.258-7.368 20.792-14.194 8.926-13.432 10.734-31.932 8.312-50.876-0.72-5.622-5.21-12.574-10.068-17.32zM211.646 814.048c7.698-21.042 38.16-62.644 83.206-99.556 2.832-2.296 9.808-8.832 16.194-14.902-47.104 75.124-78.648 105.066-99.4 114.458zM478.434 199.686c13.566 0 21.284 34.194 21.924 66.254s-6.858 54.56-16.158 71.208c-7.702-24.648-11.426-63.5-11.426-88.904 0 0-0.566-48.558 5.66-48.558v0zM398.852 637.494c9.45-16.916 19.282-34.756 29.33-53.678 24.492-46.316 39.958-82.556 51.478-112.346 22.91 41.684 51.444 77.12 84.984 105.512 4.186 3.542 8.62 7.102 13.276 10.65-68.21 13.496-127.164 29.91-179.068 49.862v0zM828.902 633.652c-4.152 2.598-16.052 4.1-23.708 4.1-24.708 0-55.272-11.294-98.126-29.666 16.468-1.218 31.562-1.838 45.102-1.838 24.782 0 32.12-0.108 56.35 6.072 24.228 6.18 24.538 18.734 20.382 21.332v0z","M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"tags":["file-pdf","file","file-format"],"defaultCode":60127,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-pdf, file10","name":"file-pdf","order":161,"id":480,"prevSize":32,"code":60127},"setIdx":1,"setId":1,"iconIdx":479}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":100,"showCodes":true,"gridSize":16}}
1
+ {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64z","M224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["book","read","reading"],"defaultCode":59679,"grid":16},"attrs":[],"properties":{"ligatures":"book, read","name":"book","order":76,"id":0,"prevSize":32,"code":59679},"setIdx":0,"setId":2,"iconIdx":0},{"icon":{"paths":["M1024 960v-64h-64v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-64v64h-64v64h1088v-64h-64z","M512 0h64l512 320v64h-1088v-64l512-320z"],"width":1088,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["library","bank","building"],"defaultCode":59681,"grid":16},"attrs":[],"properties":{"ligatures":"library2, bank","name":"library","order":81,"id":1,"prevSize":32,"code":59681},"setIdx":0,"setId":2,"iconIdx":1},{"icon":{"paths":["M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phone","telephone","contact","support","call"],"defaultCode":59714,"grid":16},"attrs":[],"properties":{"ligatures":"phone, telephone","name":"phone","order":4,"id":2,"prevSize":32,"code":59714},"setIdx":0,"setId":2,"iconIdx":2},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v640c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-640c0-52.8-43.2-96-96-96zM398.74 550.372l-270.74 210.892v-501.642l270.74 290.75zM176.38 256h671.24l-335.62 252-335.62-252zM409.288 561.698l102.712 110.302 102.71-110.302 210.554 270.302h-626.528l210.552-270.302zM625.26 550.372l270.74-290.75v501.642l-270.74-210.892z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["envelop","mail","email","contact","letter"],"defaultCode":59717,"grid":16},"attrs":[],"properties":{"ligatures":"envelop, mail","name":"envelop","order":3,"id":3,"prevSize":32,"code":59717},"setIdx":0,"setId":2,"iconIdx":3},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location","map-marker","pin"],"defaultCode":59719,"grid":16},"attrs":[],"properties":{"ligatures":"location, map-marker","name":"location","order":2,"id":4,"prevSize":32,"code":59719},"setIdx":0,"setId":2,"iconIdx":4},{"icon":{"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"width":1152,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles","comments","chat","talk"],"defaultCode":59756,"grid":16},"attrs":[],"properties":{"ligatures":"bubbles, comments","name":"bubbles","order":75,"id":5,"prevSize":32,"code":59756},"setIdx":0,"setId":2,"iconIdx":5},{"icon":{"paths":["M800 640c-123.712 0-224-100.29-224-224 0-123.712 100.288-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.634-11.636 22.252-24.016 31.83-37.020-11.438 1.8-23.16 2.746-35.104 2.746zM224 640c-123.71 0-224-100.29-224-224 0-123.712 100.29-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.636-11.636 22.254-24.016 31.832-37.020-11.44 1.8-23.16 2.746-35.106 2.746z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quotes-right","rdquo"],"defaultCode":59768,"grid":16},"attrs":[],"properties":{"ligatures":"quotes-right, rdquo","name":"quotes-right","order":84,"id":6,"prevSize":32,"code":59768},"setIdx":0,"setId":2,"iconIdx":6},{"icon":{"paths":["M1002.934 817.876l-460.552-394.76c21.448-40.298 33.618-86.282 33.618-135.116 0-159.058-128.942-288-288-288-29.094 0-57.172 4.332-83.646 12.354l166.39 166.39c24.89 24.89 24.89 65.62 0 90.51l-101.49 101.49c-24.89 24.89-65.62 24.89-90.51 0l-166.39-166.39c-8.022 26.474-12.354 54.552-12.354 83.646 0 159.058 128.942 288 288 288 48.834 0 94.818-12.17 135.116-33.62l394.76 460.552c22.908 26.724 62.016 28.226 86.904 3.338l101.492-101.492c24.888-24.888 23.386-63.994-3.338-86.902z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wrench","tool","fix","settings","control","options","preferences"],"defaultCode":59793,"grid":16},"attrs":[],"properties":{"ligatures":"wrench, tool","name":"wrench","order":90,"id":7,"prevSize":32,"code":59793},"setIdx":0,"setId":2,"iconIdx":7},{"icon":{"paths":["M832 192v-128h-640v128h-192v128c0 106.038 85.958 192 192 192 20.076 0 39.43-3.086 57.62-8.802 46.174 66.008 116.608 113.796 198.38 130.396v198.406h-64c-70.694 0-128 57.306-128 128h512c0-70.694-57.306-128-128-128h-64v-198.406c81.772-16.6 152.206-64.386 198.38-130.396 18.19 5.716 37.544 8.802 57.62 8.802 106.042 0 192-85.962 192-192v-128h-192zM192 436c-63.962 0-116-52.038-116-116v-64h116v64c0 40.186 7.43 78.632 20.954 114.068-6.802 1.246-13.798 1.932-20.954 1.932zM948 320c0 63.962-52.038 116-116 116-7.156 0-14.152-0.686-20.954-1.932 13.524-35.436 20.954-73.882 20.954-114.068v-64h116v64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trophy","cup","prize","award","winner","tournament"],"defaultCode":59806,"grid":16},"attrs":[],"properties":{"ligatures":"trophy, cup","name":"trophy","order":74,"id":8,"prevSize":32,"code":59806},"setIdx":0,"setId":2,"iconIdx":8},{"icon":{"paths":["M960 256h-256v-64c0-35.2-28.8-64-64-64h-256c-35.204 0-64 28.8-64 64v64h-256c-35.2 0-64 28.8-64 64v576c0 35.202 28.796 64 64 64h896c35.2 0 64-28.798 64-64v-576c0-35.2-28.8-64-64-64zM384 192.116c0.034-0.040 0.074-0.082 0.114-0.116h255.772c0.042 0.034 0.082 0.076 0.118 0.116v63.884h-256.004v-63.884zM960 512h-128v96c0 17.602-14.4 32-32 32h-64c-17.604 0-32-14.398-32-32v-96h-384v96c0 17.602-14.4 32-32 32h-64c-17.602 0-32-14.398-32-32v-96h-128v-64h896v64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["briefcase","portfolio","suitcase","work","job","employee"],"defaultCode":59822,"grid":16},"attrs":[],"properties":{"ligatures":"briefcase, portfolio","name":"briefcase","order":72,"id":9,"prevSize":32,"code":59822},"setIdx":0,"setId":2,"iconIdx":9},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29c5.206-5.858 8.082-13.422 8.082-21.26v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626-6-6.002-14.14-9.374-22.626-9.374h-128c-17.672 0-32 14.328-32 32v192c0 12.122 6.848 23.202 17.69 28.622l110.31 55.156v187.886c-116.052-80.956-192-215.432-192-367.664 0-68.714 15.49-133.806 43.138-192h116.862c8.488 0 16.626-3.372 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628v-77.412c40.562-12.074 83.518-18.588 128-18.588 70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036-36.266 36.264-56.236 84.478-56.236 135.764s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-0.080 9.518-0.236 13.814 51.802 38.752 186.656-8.404 372.334-0.444 1.744-0.696 3.488-0.842 5.224-81.324 83.080-194.7 134.656-320.142 134.656z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["earth","globe","language","web","internet","sphere","planet"],"defaultCode":59850,"grid":16},"attrs":[],"properties":{"ligatures":"earth, globe2","name":"earth","order":88,"id":10,"prevSize":32,"code":59850},"setIdx":0,"setId":2,"iconIdx":10},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["link","chain","url","uri","anchor"],"defaultCode":59851,"grid":16},"attrs":[],"properties":{"ligatures":"link, chain","name":"link","order":68,"id":11,"prevSize":32,"code":59851},"setIdx":0,"setId":2,"iconIdx":11},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty","rate","star","favorite","bookmark"],"defaultCode":59863,"grid":16},"attrs":[],"properties":{"ligatures":"star-empty, rate","name":"star-empty","order":69,"id":12,"prevSize":32,"code":9734},"setIdx":0,"setId":2,"iconIdx":12},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half","rate","star"],"defaultCode":59864,"grid":16},"attrs":[],"properties":{"ligatures":"star-half, rate2","name":"star-half","order":70,"id":13,"prevSize":32,"code":10030},"setIdx":0,"setId":2,"iconIdx":13},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star-full","rate","star","favorite","bookmark"],"defaultCode":59865,"grid":16},"attrs":[],"properties":{"ligatures":"star-full, rate3","name":"star-full","order":71,"id":14,"prevSize":32,"code":9733},"setIdx":0,"setId":2,"iconIdx":14},{"icon":{"paths":["M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["heart","like","love","favorite"],"defaultCode":59866,"grid":16},"attrs":[],"properties":{"ligatures":"heart, like","name":"heart","order":4,"id":15,"prevSize":32,"code":59866},"setIdx":0,"setId":2,"iconIdx":15},{"icon":{"paths":["M192 64v768h768v-768h-768zM896 768h-640v-640h640v640zM128 896v-672l-64-64v800h800l-64-64h-672z","M352 256l160 160-192 192 96 96 192-192 160 160v-416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["new-tab","out","external","outside","popout","link","blank"],"defaultCode":60030,"grid":16},"attrs":[],"properties":{"ligatures":"new-tab, out2","name":"new-tab","order":92,"id":16,"prevSize":32,"code":60030},"setIdx":0,"setId":2,"iconIdx":16},{"icon":{"paths":["M925.6 885.2c-112.2 82.8-274.6 126.8-414.6 126.8-196.2 0-372.8-72.4-506.4-193.2-10.4-9.4-1.2-22.4 11.4-15 144.2 84 322.6 134.4 506.8 134.4 124.2 0 260.8-25.8 386.6-79.2 18.8-8 34.8 12.6 16.2 26.2z","M972.2 832c-14.4-18.4-94.8-8.8-131-4.4-11 1.2-12.6-8.2-2.8-15.2 64.2-45 169.4-32 181.6-17 12.4 15.2-3.2 120.6-63.4 171-9.2 7.8-18 3.6-14-6.6 13.8-33.8 44-109.4 29.6-127.8z","M707.4 757.6l0.2 0.2c24.8-21.8 69.4-60.8 94.6-81.8 10-8 8.2-21.4 0.4-32.6-22.6-31.2-46.6-56.6-46.6-114.2v-192c0-81.4 5.6-156-54.2-212-47.2-45.2-125.6-61.2-185.6-61.2-117.2 0-248 43.8-275.4 188.6-3 15.4 8.4 23.6 18.4 25.8l119.4 13c11.2-0.6 19.2-11.6 21.4-22.8 10.2-49.8 52-74 99-74 25.4 0 54.2 9.2 69.2 32 17.2 25.4 15 60 15 89.4v16c-71.4 8-164.8 13.2-231.6 42.6-77.2 33.4-131.4 101.4-131.4 201.4 0 128 80.6 192 184.4 192 87.6 0 135.4-20.6 203-89.8 22.4 32.4 29.6 48.2 70.6 82.2 9.4 5 21 4.6 29.2-2.8zM583.2 457.2c0 48 1.2 88-23 130.6-19.6 34.8-50.6 56-85.2 56-47.2 0-74.8-36-74.8-89.2 0-105 94.2-124 183.2-124v26.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["amazon","brand"],"defaultCode":60039,"grid":16},"attrs":[],"properties":{"name":"amazon","ligatures":"amazon, brand","order":61,"id":17,"prevSize":32,"code":60039},"setIdx":0,"setId":2,"iconIdx":17},{"icon":{"paths":["M522.2 438.8v175.6h290.4c-11.8 75.4-87.8 220.8-290.4 220.8-174.8 0-317.4-144.8-317.4-323.2s142.6-323.2 317.4-323.2c99.4 0 166 42.4 204 79l139-133.8c-89.2-83.6-204.8-134-343-134-283 0-512 229-512 512s229 512 512 512c295.4 0 491.6-207.8 491.6-500.2 0-33.6-3.6-59.2-8-84.8l-483.6-0.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["google","brand"],"defaultCode":60040,"grid":16},"attrs":[],"properties":{"name":"google","ligatures":"google, brand2","order":10,"id":18,"prevSize":32,"code":60040},"setIdx":0,"setId":2,"iconIdx":18},{"icon":{"paths":["M325.8 457.4v111.8h184.8c-7.4 48-55.8 140.6-184.8 140.6-111.2 0-202-92.2-202-205.8s90.8-205.8 202-205.8c63.4 0 105.6 27 129.8 50.2l88.4-85.2c-56.8-53-130.4-85.2-218.2-85.2-180.2 0.2-325.8 145.8-325.8 326s145.6 325.8 325.8 325.8c188 0 312.8-132.2 312.8-318.4 0-21.4-2.4-37.8-5.2-54h-307.6z","M1024 448h-96v-96h-96v96h-96v96h96v96h96v-96h96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["google-plus","brand","social"],"defaultCode":60043,"grid":16},"attrs":[],"properties":{"ligatures":"google-plus, brand5","name":"google-plus","order":52,"id":19,"prevSize":32,"code":60043},"setIdx":0,"setId":2,"iconIdx":19},{"icon":{"paths":["M438 640l-184.6 320h580.6l184.6-320z","M992.4 576l-295.6-512h-369.6l295.6 512z","M290.2 128l-290.2 502.8 184.8 320 290.2-502.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["google-drive","brand"],"defaultCode":60047,"grid":16},"attrs":[],"properties":{"ligatures":"google-drive, brand9","name":"google-drive","order":65,"id":20,"prevSize":32,"code":60047},"setIdx":0,"setId":2,"iconIdx":20},{"icon":{"paths":["M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["facebook","brand","social"],"defaultCode":60048,"grid":16},"attrs":[],"properties":{"ligatures":"facebook, brand10","name":"facebook","order":11,"id":21,"prevSize":32,"code":60048},"setIdx":0,"setId":2,"iconIdx":21},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0z","M512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6z","M846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram","brand","social"],"defaultCode":60050,"grid":16},"attrs":[],"properties":{"ligatures":"instagram, brand12","name":"instagram","order":12,"id":22,"prevSize":32,"code":60050},"setIdx":0,"setId":2,"iconIdx":22},{"icon":{"paths":["M873 148.8c-95.8-96-223.2-148.8-359-148.8-279.6 0-507.2 227.6-507.2 507.4 0 89.4 23.4 176.8 67.8 253.6l-72 263 269-70.6c74.2 40.4 157.6 61.8 242.4 61.8h0.2c0 0 0 0 0 0 279.6 0 507.4-227.6 507.4-507.4 0-135.6-52.8-263-148.6-359zM514.2 929.6v0c-75.8 0-150-20.4-214.8-58.8l-15.4-9.2-159.6 41.8 42.6-155.6-10-16c-42.4-67-64.6-144.6-64.6-224.4 0-232.6 189.2-421.8 422-421.8 112.6 0 218.6 44 298.2 123.6 79.6 79.8 123.4 185.6 123.4 298.4-0.2 232.8-189.4 422-421.8 422zM745.4 613.6c-12.6-6.4-75-37-86.6-41.2s-20-6.4-28.6 6.4c-8.4 12.6-32.8 41.2-40.2 49.8-7.4 8.4-14.8 9.6-27.4 3.2s-53.6-19.8-102-63c-37.6-33.6-63.2-75.2-70.6-87.8s-0.8-19.6 5.6-25.8c5.8-5.6 12.6-14.8 19-22.2s8.4-12.6 12.6-21.2c4.2-8.4 2.2-15.8-1-22.2s-28.6-68.8-39-94.2c-10.2-24.8-20.8-21.4-28.6-21.8-7.4-0.4-15.8-0.4-24.2-0.4s-22.2 3.2-33.8 15.8c-11.6 12.6-44.4 43.4-44.4 105.8s45.4 122.6 51.8 131.2c6.4 8.4 89.4 136.6 216.6 191.4 30.2 13 53.8 20.8 72.2 26.8 30.4 9.6 58 8.2 79.8 5 24.4-3.6 75-30.6 85.6-60.2s10.6-55 7.4-60.2c-3-5.6-11.4-8.8-24.2-15.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["whatsapp","brand","social"],"defaultCode":60051,"grid":16},"attrs":[],"properties":{"name":"whatsapp","ligatures":"whatsapp, brand13","order":53,"id":23,"prevSize":32,"code":60051},"setIdx":0,"setId":2,"iconIdx":23},{"icon":{"paths":["M512 0c-281.6 0-512 230.4-512 512s230.4 512 512 512 512-230.4 512-512-227.8-512-512-512zM747.6 739.8c-10.2 15.4-28.2 20.4-43.6 10.2-120.4-74.2-271.4-89.6-450.6-48.6-18 5.2-33.2-7.6-38.4-23-5.2-18 7.6-33.2 23-38.4 194.6-43.6 363.6-25.6 496.6 56.4 18 7.6 20.6 28 13 43.4zM809 599c-12.8 18-35.8 25.6-53.8 12.8-138.2-84.4-348.2-110-509.4-58.8-20.4 5.2-43.6-5.2-48.6-25.6-5.2-20.4 5.2-43.6 25.6-48.6 186.8-56.4 417.2-28.2 576 69.2 15.2 7.6 23 33.2 10.2 51zM814 455.6c-163.8-97.2-437.8-107.6-594-58.8-25.6 7.6-51.2-7.6-58.8-30.8-7.6-25.6 7.6-51.2 30.8-58.8 181.8-53.8 481.2-43.6 670.8 69.2 23 12.8 30.8 43.6 18 66.6-13 17.8-43.6 25.4-66.8 12.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["spotify","brand","social"],"defaultCode":60052,"grid":16},"attrs":[],"properties":{"name":"spotify","ligatures":"spotify, brand14","order":13,"id":24,"prevSize":32,"code":60052},"setIdx":0,"setId":2,"iconIdx":24},{"icon":{"paths":["M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM763.6 351l-84 395.8c-5.8 28.2-22.8 34.8-46.4 21.8l-128-94.6-61.4 59.8c-7.2 7-12.8 12.8-25.6 12.8-16.6 0-13.8-6.2-19.4-22l-43.6-143.2-126.6-39.4c-27.4-8.4-27.6-27.2 6.2-40.6l493.2-190.4c22.4-10.2 44.2 5.4 35.6 40z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["telegram","brand","social"],"defaultCode":60053,"grid":16},"attrs":[],"properties":{"name":"telegram","ligatures":"telegram, brand15","order":54,"id":25,"prevSize":32,"code":60053},"setIdx":0,"setId":2,"iconIdx":25},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter","brand","tweet","social"],"defaultCode":60054,"grid":16},"attrs":[],"properties":{"ligatures":"twitter, brand16","name":"twitter","order":14,"id":26,"prevSize":32,"code":60054},"setIdx":0,"setId":2,"iconIdx":26},{"icon":{"paths":["M960.8 509c-26.4 6-51.8 8.8-74.8 8.8-129.2 0-228.6-90.2-228.6-247.2 0-77 29.8-116.8 71.8-116.8 40 0 66.6 35.8 66.6 108.6 0 41.4-11 86.8-19.2 113.6 0 0 39.8 69.4 148.6 48.2 23.2-51.4 35.6-117.8 35.6-176 0-156.8-80-248.2-226.6-248.2-150.8 0-239 115.8-239 268.6 0 151.4 70.8 281.2 187.4 340.4-49 98.2-111.4 184.6-176.6 249.8-118-142.8-224.8-333.2-268.6-705h-174.2c80.6 619.2 320.4 816.4 384 854.2 35.8 21.6 66.8 20.6 99.6 2 51.6-29.2 206.2-184 292-365 36 0 79.2-4.2 122.2-14v-122z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["vine","brand","social"],"defaultCode":60055,"grid":16},"attrs":[],"properties":{"name":"vine","ligatures":"vine, brand17","order":15,"id":27,"prevSize":32,"code":60055},"setIdx":0,"setId":2,"iconIdx":27},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM829.4 716.8l-93.6 1.4c0 0-20.2 4-46.6-14.2-35-24-68-86.6-93.8-78.4-26 8.2-25.2 64.4-25.2 64.4s0.2 12-5.8 18.4c-6.4 7-19.2 8.4-19.2 8.4h-41.8c0 0-92.4 5.6-173.8-79.2-88.8-92.4-167.2-275.8-167.2-275.8s-4.6-12 0.4-17.8c5.6-6.6 20.6-7 20.6-7l100.2-0.6c0 0 9.4 1.6 16.2 6.6 5.6 4 8.6 11.8 8.6 11.8s16.2 41 37.6 78c41.8 72.2 61.4 88 75.6 80.4 20.6-11.2 14.4-102.2 14.4-102.2s0.4-33-10.4-47.6c-8.4-11.4-24.2-14.8-31-15.6-5.6-0.8 3.6-13.8 15.6-19.8 18-8.8 49.8-9.4 87.4-9 29.2 0.2 37.8 2.2 49.2 4.8 34.6 8.4 22.8 40.6 22.8 117.8 0 24.8-4.4 59.6 13.4 71 7.6 5 26.4 0.8 73.4-79 22.2-37.8 39-82.2 39-82.2s3.6-8 9.2-11.4c5.8-3.4 13.6-2.4 13.6-2.4l105.4-0.6c0 0 31.6-3.8 36.8 10.6 5.4 15-11.8 50-54.8 107.4-70.6 94.2-78.6 85.4-19.8 139.8 56 52 67.6 77.4 69.6 80.6 22.8 38.4-26 41.4-26 41.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["vk","brand","social"],"defaultCode":60056,"grid":16},"attrs":[],"properties":{"name":"vk","ligatures":"vk, brand18","order":16,"id":28,"prevSize":32,"code":60056},"setIdx":0,"setId":2,"iconIdx":28},{"icon":{"paths":["M425.2 10.6c-241.2 40.6-425.2 250.4-425.2 503.2 0 125.6 45.6 240.6 120.8 329.6 178.6-86.4 303.6-282 304.4-509.8v-323z","M598.8 10.6c241.2 40.6 425.2 250.4 425.2 503.2 0 125.6-45.6 240.6-120.8 329.6-178.6-86.4-303.6-282-304.4-509.8v-323z","M510.2 642.6c-31.8 131.6-126.8 244-245 318.8 72.8 39.8 156.2 62.6 245 62.6s172.2-22.8 245-62.6c-118.2-74.8-213.2-187.2-245-318.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["renren","brand","social"],"defaultCode":60057,"grid":16},"attrs":[],"properties":{"name":"renren","ligatures":"renren, brand19","order":55,"id":29,"prevSize":32,"code":60057},"setIdx":0,"setId":2,"iconIdx":29},{"icon":{"paths":["M430.2 898c-169.6 16.8-316-60-327-171.2-11-111.4 117.6-215 287-231.8 169.6-16.8 316 60 326.8 171.2 11.2 111.4-117.4 215.2-286.8 231.8zM769.2 528.6c-14.4-4.4-24.4-7.2-16.8-26.2 16.4-41.2 18-76.6 0.2-102-33.2-47.4-124.2-45-228.4-1.2 0 0-32.8 14.2-24.4-11.6 16-51.6 13.6-94.6-11.4-119.6-56.6-56.6-207 2.2-336 131.2-96.4 96.2-152.4 198.8-152.4 287.4 0 169.2 217.2 272.2 429.6 272.2 278.4 0 463.8-161.8 463.8-290.2 0-77.8-65.4-121.8-124.2-140z","M954.2 218.6c-67.2-74.6-166.4-103-258-83.6v0c-21.2 4.6-34.6 25.4-30 46.4 4.6 21.2 25.2 34.6 46.4 30 65.2-13.8 135.6 6.4 183.4 59.4s60.8 125.2 40.2 188.4v0c-6.6 20.6 4.6 42.6 25.2 49.4 20.6 6.6 42.6-4.6 49.4-25.2v-0.2c28.8-88.4 10.6-190-56.6-264.6z","M850.8 312c-32.8-36.4-81.2-50.2-125.6-40.6-18.2 3.8-29.8 22-26 40.2 4 18.2 22 29.8 40 25.8v0c21.8-4.6 45.4 2.2 61.4 19.8 16 17.8 20.4 42 13.4 63.2v0c-5.6 17.6 4 36.8 21.8 42.6 17.8 5.6 36.8-4 42.6-21.8 14-43.4 5.2-93-27.6-129.2z","M439.6 696.6c-6 10.2-19 15-29.2 10.8-10.2-4-13.2-15.6-7.4-25.4 6-9.8 18.6-14.6 28.6-10.8 10 3.6 13.6 15 8 25.4zM385.4 765.8c-16.4 26.2-51.6 37.6-78 25.6-26-11.8-33.8-42.2-17.4-67.8 16.2-25.4 50.2-36.8 76.4-25.8 26.6 11.4 35.2 41.6 19 68zM447 580.6c-80.6-21-171.8 19.2-206.8 90.2-35.8 72.4-1.2 153 80.2 179.4 84.4 27.2 184-14.6 218.6-92.6 34.2-76.6-8.4-155.2-92-177z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sina-weibo","brand","social"],"defaultCode":60058,"grid":16},"attrs":[],"properties":{"name":"sina-weibo","ligatures":"sina-weibo, brand20","order":56,"id":30,"prevSize":32,"code":60058},"setIdx":0,"setId":2,"iconIdx":30},{"icon":{"paths":["M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["feed","rss","social"],"defaultCode":60059,"grid":16},"attrs":[],"properties":{"ligatures":"feed2, rss","name":"rss","order":9,"id":31,"prevSize":32,"code":60059},"setIdx":0,"setId":2,"iconIdx":31},{"icon":{"paths":["M1013.8 307.2c0 0-10-70.6-40.8-101.6-39-40.8-82.6-41-102.6-43.4-143.2-10.4-358.2-10.4-358.2-10.4h-0.4c0 0-215 0-358.2 10.4-20 2.4-63.6 2.6-102.6 43.4-30.8 31-40.6 101.6-40.6 101.6s-10.2 82.8-10.2 165.8v77.6c0 82.8 10.2 165.8 10.2 165.8s10 70.6 40.6 101.6c39 40.8 90.2 39.4 113 43.8 82 7.8 348.2 10.2 348.2 10.2s215.2-0.4 358.4-10.6c20-2.4 63.6-2.6 102.6-43.4 30.8-31 40.8-101.6 40.8-101.6s10.2-82.8 10.2-165.8v-77.6c-0.2-82.8-10.4-165.8-10.4-165.8zM406.2 644.8v-287.8l276.6 144.4-276.6 143.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["youtube","brand","social"],"defaultCode":60061,"grid":16},"attrs":[],"properties":{"ligatures":"youtube, brand21","name":"youtube","order":8,"id":32,"prevSize":32,"code":60061},"setIdx":0,"setId":2,"iconIdx":32},{"icon":{"paths":["M96 0l-96 160v736h256v128h128l128-128h160l288-288v-608h-864zM832 544l-160 160h-160l-128 128v-128h-192v-576h640v416z","M608 256h96v256h-96v-256z","M416 256h96v256h-96v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["twitch","brand","social"],"defaultCode":60063,"grid":16},"attrs":[],"properties":{"ligatures":"twitch, brand23","name":"twitch","order":17,"id":33,"prevSize":32,"code":60063},"setIdx":0,"setId":2,"iconIdx":33},{"icon":{"paths":["M1023.6 274c-4.6 99.6-74.2 236.2-208.8 409.4-139.2 180.8-257 271.4-353.4 271.4-59.6 0-110.2-55-151.4-165.2-27.6-101-55-202-82.6-303-30.6-110.2-63.4-165.2-98.6-165.2-7.6 0-34.4 16.2-80.4 48.2l-48.2-62c50.6-44.4 100.4-88.8 149.4-133.2 67.4-58.2 118-88.8 151.8-92 79.6-7.6 128.8 46.8 147.2 163.4 19.8 125.8 33.6 204 41.4 234.6 23 104.4 48.2 156.6 75.8 156.6 21.4 0 53.6-33.8 96.6-101.6 42.8-67.6 65.8-119.2 69-154.6 6.2-58.4-16.8-87.8-69-87.8-24.6 0-49.8 5.6-75.8 16.8 50.4-164.8 146.4-244.8 288.4-240.2 105 2.8 154.6 71 148.6 204.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["vimeo","brand","social"],"defaultCode":60064,"grid":16},"attrs":[],"properties":{"ligatures":"vimeo, brand24","name":"vimeo","order":18,"id":34,"prevSize":32,"code":60064},"setIdx":0,"setId":2,"iconIdx":34},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM822.4 768.8l-348.4 114c-79.6 26-87.6 21.8-123.6-89.6l-88-272.6c-21-64.6-85-238.6-95.8-272-20-62-20-65.4 97-103.4 91.6-30 95.4-29 128.6 74.4 26.8 83.2 44 150.4 71.6 235.4l75 232 239.6-78.4c47.2-15.6 63-14.8 76.4 43.4l9.6 44c11.2 51-14.6 64-42 72.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lanyrd","brand"],"defaultCode":60066,"grid":16},"attrs":[],"properties":{"ligatures":"lanyrd, brand26","name":"lanyrd","order":51,"id":35,"prevSize":32,"code":60066},"setIdx":0,"setId":2,"iconIdx":35},{"icon":{"paths":["M800 416c-70.58 0-128 57.42-128 128s57.42 128 128 128c70.58 0 128-57.42 128-128s-57.42-128-128-128zM800 320v0c123.71 0 224 100.288 224 224 0 123.71-100.29 224-224 224s-224-100.29-224-224c0-123.712 100.29-224 224-224zM0 544c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224s-224-100.288-224-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flickr","brand","social"],"defaultCode":60068,"grid":16},"attrs":[],"properties":{"ligatures":"flickr2, brand28","name":"flickr2","order":19,"id":36,"prevSize":32,"code":60068},"setIdx":0,"setId":2,"iconIdx":36},{"icon":{"paths":["M512 1024c-282.4 0-512-229.6-512-512s229.6-512 512-512c282.4 0 512 229.6 512 512s-229.6 512-512 512v0zM943.8 582c-15-4.8-135.4-40.6-272.4-18.6 57.2 157.2 80.4 285.2 85 311.8 98-66.4 168-171.4 187.4-293.2v0zM682.8 915.2c-6.6-38.4-31.8-172-93.2-331.6-1 0.4-2 0.6-2.8 1-246.8 86-335.4 257-343.2 273 74.2 57.8 167.4 92.4 268.4 92.4 60.6 0 118.4-12.4 170.8-34.8v0zM187 805c10-17 130-215.6 355.4-288.6 5.6-1.8 11.4-3.6 17.2-5.2-11-24.8-23-49.8-35.4-74.2-218.2 65.4-430.2 62.6-449.4 62.4-0.2 4.4-0.2 8.8-0.2 13.4 0 112.2 42.6 214.8 112.4 292.2v0zM84 423c19.6 0.2 199.8 1 404.4-53.2-72.4-128.8-150.6-237.2-162.2-253-122.4 57.8-214 170.6-242.2 306.2v0zM409.6 87.4c12 16.2 91.6 124.4 163.2 256 155.6-58.2 221.4-146.8 229.2-158-77.2-68.6-178.8-110.2-290-110.2-35.2 0.2-69.6 4.4-102.4 12.2v0zM850.6 236.2c-9.2 12.4-82.6 106.4-244.2 172.4 10.2 20.8 20 42 29 63.4 3.2 7.6 6.4 15 9.4 22.6 145.6-18.2 290.2 11 304.6 14-1-103.2-38-198-98.8-272.4v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["dribbble","brand","social"],"defaultCode":60071,"grid":16},"attrs":[],"properties":{"ligatures":"dribbble, brand31","name":"dribbble","order":20,"id":37,"prevSize":32,"code":60071},"setIdx":0,"setId":2,"iconIdx":37},{"icon":{"paths":["M297 205.2c30.2 0 57.4 2.6 82.2 8 24.8 5.2 45.8 14 63.6 26 17.6 12 31.2 28 41.2 48 9.6 19.8 14.4 44.6 14.4 74 0 31.8-7.2 58.2-21.6 79.4-14.6 21.2-35.8 38.4-64.2 52 38.8 11.2 67.4 30.8 86.6 58.6 19.2 28 28.4 61.6 28.4 101.2 0 32-6.2 59.4-18.4 82.6-12.4 23.4-29.2 42.4-49.8 57-20.8 14.8-44.8 25.6-71.6 32.6-26.6 7-54 10.6-82.4 10.6h-305.4v-630h297zM279 459.6c24.6 0 45-5.8 61-17.6 16-11.6 23.6-30.8 23.6-57.2 0-14.6-2.6-26.8-7.8-36.2-5.4-9.4-12.4-16.8-21.4-22-8.8-5.4-18.8-9-30.6-11-11.4-2.2-23.4-3.2-35.6-3.2h-129.6v147.2h140.4zM286.6 727.8c13.6 0 26.6-1.2 38.8-4 12.4-2.8 23.4-7 32.6-13.4 9.2-6.2 17-14.4 22.6-25.2 5.6-10.6 8.2-24.2 8.2-40.8 0-32.4-9.2-55.6-27.4-69.6-18.2-13.8-42.4-20.6-72.4-20.6h-150.4v173.4h148z","M725.2 725.6c18.8 18.4 45.8 27.6 81 27.6 25.2 0 47.2-6.4 65.4-19.2s29.2-26.4 33.4-40.4h110.4c-17.8 55-44.6 94-81.4 117.6-36.2 23.6-80.6 35.6-132 35.6-36 0-68.2-5.8-97.2-17.2-29-11.6-53.2-27.8-73.6-49-19.8-21.2-35.4-46.4-46.4-76-10.8-29.4-16.4-62-16.4-97.2 0-34.2 5.6-66 16.8-95.4 11.4-29.6 27-55 47.8-76.4s45.2-38.4 74-50.8c28.6-12.4 60.2-18.6 95.2-18.6 38.6 0 72.4 7.4 101.4 22.6 28.8 15 52.6 35.2 71.2 60.4s31.8 54.2 40 86.6c8.2 32.4 11 66.2 8.8 101.6h-329.4c0 35.8 12 70 31 88.2zM869 486c-14.8-16.4-40.2-25.4-70.8-25.4-20 0-36.6 3.4-49.8 10.2-13 6.8-23.6 15.2-31.8 25.2-8 10-13.6 20.8-16.8 32.2-3.2 11-5.2 21.2-5.8 30h204c-3-32-14-55.6-29-72.2z","M668.4 256h255.4v62.2h-255.4v-62.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["behance","brand","social"],"defaultCode":60072,"grid":16},"attrs":[],"properties":{"name":"behance","ligatures":"behance, brand32","order":21,"id":38,"prevSize":32,"code":60072},"setIdx":0,"setId":2,"iconIdx":38},{"icon":{"paths":["M829 186.2v-186.2h-186.2l-18.6 18.8-88 167.4-27.6 18.6h-313.6v255.6h172.4l15.4 18.6-187.8 358.8v186.2h186.2l18.6-18.8 88-167.4 27.6-18.6h313.6v-255.6h-172.4l-15.4-18.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["deviantart","brand","social"],"defaultCode":60074,"grid":16},"attrs":[],"properties":{"ligatures":"deviantart, brand34","name":"deviantart","order":60,"id":39,"prevSize":32,"code":60074},"setIdx":0,"setId":2,"iconIdx":39},{"icon":{"paths":["M253 672.8c0.2 0.6 5.6 15.2 8.6 22.6 16.8 39.8 41 75.8 71.8 106.6s66.6 55 106.6 71.8c41.4 17.4 85.2 26.4 130.4 26.4s89.2-8.8 130.4-26.4c40-16.8 75.8-41 106.6-71.8s55-66.6 71.8-106.6c17.4-41.4 26.4-85.2 26.4-130.4s-8.8-89.2-26.4-130.4c-16.8-40-41-75.8-71.8-106.6s-66.6-55-106.6-71.8c-41.4-17.4-85.2-26.4-130.4-26.4-45.8 0-91.6 9.2-132.2 26.4-32.6 13.8-87.8 49.2-120 82.6l-0.2 0.2v-276h463.4c16.8-0.2 16.8-23.8 16.8-31.4 0-7.8 0-31.2-17-31.4h-501c-13.6 0-22 11.4-22 21.8v388.2c0 12.6 15.6 21.6 30.2 24.6 28.4 6 34.8-3 41.8-12.6l1-1.2c10.6-15.8 43.6-49 44-49.4 51.6-51.6 120.6-80 194.4-80 73.4 0 142.2 28.4 193.8 80 51.8 51.8 80.4 120.4 80.4 193.2 0 73-28.4 141.8-80 193.2-50.8 50.8-122 80-195 80-49.4 0-97.2-13.2-138.2-38.2l0.2-236c0-31.4 13.6-65.8 36.6-91.6 26.2-29.6 62.2-45.8 101.6-45.8 38 0 73.6 14.4 100.2 40.6 26.2 26 40.8 60.8 40.8 97.8 0 78.8-62 140.6-141.2 140.6-15.2 0-43-6.8-44.2-7-16-4.8-22.8 17.4-25 24.8-8.6 28.2 4.4 33.8 7 34.6 25.4 8 42.2 9.4 64.2 9.4 111.8 0 202.8-91 202.8-202.8 0-111-91-201.2-202.6-201.2-54.8 0-106.2 21-144.8 58.8-36.8 36.2-57.8 84.4-57.8 132.4v1.2c-0.2 6-0.2 147.6-0.4 194l-0.2-0.2c-21-23.2-41.8-58.8-55.6-95.2-5.4-14.2-17.6-11.8-34.2-6.6-8 2.2-30 9-25 25.2v0zM491.2 617.4c0 6.8 6.2 12.8 10 16.2l1.2 1.2c6.4 6.2 12.4 9.4 18 9.4 4.6 0 7.4-2.2 8.4-3.2 2.8-2.6 34.4-34.8 37.6-37.8l35.4 35.2c3.2 3.6 6.8 5.6 11 5.6 5.6 0 11.8-3.4 18.2-10 15.2-15.6 7.6-24 4-28l-35.8-35.8 37.4-37.6c8.2-8.8 1-18.2-6.2-25.4-10.4-10.4-20.6-13.2-27-7.2l-37.2 37.2-37.6-37.6c-2-2-4.6-3-7.2-3-5 0-11 3.4-17.6 10-11.6 11.6-14 19.6-8 26l37.6 37.4-37.4 37.4c-3.4 3.2-5 6.6-4.8 10zM573 109.8c-60 0-124 12.2-170.8 32.4-5 2-8 6-8.6 11.6-0.6 5.4 0.8 12.4 4.4 21.6 3 7.4 10.6 27.2 25.6 21.4 48-18.4 101.2-28.4 149.4-28.4 54.8 0 108 10.8 158 31.8 39.8 16.8 77.2 41.2 118 76.4 3 2.6 6.2 3.8 9.4 3.8 8 0 15.6-7.8 22.2-15.2 10.8-12.2 18.4-22.4 7.6-32.6-39-36.8-81.6-64.4-134.4-86.8-57.2-23.8-118.2-36-180.8-36zM896.4 851.2v0c-7.2-7.2-13.4-11.4-18.8-13s-10.4-0.4-14.2 3.4l-3.6 3.6c-37.2 37.2-80.6 66.4-128.8 86.8-50 21.2-103 31.8-157.6 31.8-54.8 0-107.8-10.8-157.6-31.8-48.2-20.4-91.6-49.6-128.8-86.8-38.8-38.8-68-82.2-86.8-128.8-18.4-45.6-24.4-79.8-26.4-91-0.2-1-0.4-1.8-0.4-2.4-2.6-13.2-14.8-14.2-32.2-11.4-7.2 1.2-29.4 4.6-27.4 20.4v0.4c5.8 37 16.2 73.2 30.8 107.6 23.4 55.4 57 105.2 99.8 148s92.6 76.2 148 99.8c57.4 24.2 118.4 36.6 181.2 36.6s123.8-12.4 181.2-36.6c55.4-23.4 105.2-57 148-99.8 0 0 2.4-2.4 3.8-3.8 4.4-5.4 8.6-14.4-10.2-33z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["500px","brand","social"],"defaultCode":60075,"grid":16},"attrs":[],"properties":{"name":"500px","ligatures":"500px, brand35","order":22,"id":40,"prevSize":32,"code":60075},"setIdx":0,"setId":2,"iconIdx":40},{"icon":{"paths":["M704 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM958.392 129.608c-87.478-87.476-229.306-87.476-316.786 0-35.578 35.578-56.684 80.146-63.322 126.392v0l-204.694 310.228c-27.506 1.41-54.776 8.416-79.966 21.016l-157.892-123.424c-36.55-28.574-89.342-22.102-117.912 14.448-28.572 36.55-22.102 89.342 14.448 117.912l155.934 121.892c-16.96 66.782 0.672 140.538 52.93 192.794 78.906 78.904 206.832 78.904 285.736 0 48.466-48.466 67.15-115.428 56.076-178.166l249.054-222.986c46.248-6.638 90.816-27.744 126.394-63.322 87.478-87.476 87.478-229.306 0-316.784zM384 902.698c-74.39 0-134.698-60.304-134.698-134.698 0-0.712 0.042-1.414 0.054-2.124l66.912 52.304c15.36 12.006 33.582 17.824 51.674 17.824 24.962 0 49.672-11.080 66.238-32.272 28.572-36.55 22.102-89.342-14.448-117.912l-63.5-49.636c8.962-1.878 18.248-2.88 27.768-2.88 74.392 0 134.698 60.304 134.698 134.698s-60.306 134.696-134.698 134.696zM800 448c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["steam","brand","social"],"defaultCode":60076,"grid":16},"attrs":[],"properties":{"ligatures":"steam, brand36","name":"steam","order":23,"id":41,"prevSize":32,"code":60076},"setIdx":0,"setId":2,"iconIdx":41},{"icon":{"paths":["M736 32l-224 192 288 192 224-192z","M512 224l-224-192-288 192 224 192z","M800 416l224 192-288 160-224-192z","M512 576l-288-160-224 192 288 160z","M728.156 845.57l-216.156-185.278-216.158 185.278-135.842-75.468v93.898l352 160 352-160v-93.898z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["dropbox","brand"],"defaultCode":60078,"grid":16},"attrs":[],"properties":{"ligatures":"dropbox, brand38","name":"dropbox","order":64,"id":42,"prevSize":32,"code":60078},"setIdx":0,"setId":2,"iconIdx":42},{"icon":{"paths":["M350.868 828.388c-60.274-15.060-93.856-62.97-93.962-134.064-0.032-22.726 1.612-33.62 7.286-48.236 13.908-35.834 50.728-62.872 99.176-72.822 24.11-4.95 31.536-10.266 31.536-22.572 0-3.862 2.872-15.36 6.378-25.552 15.932-46.306 45.43-84.91 76.948-100.702 32.99-16.526 49.642-20.254 89.548-20.040 56.674 0.304 84.952 12.598 124.496 54.128l21.75 22.842 19.484-6.742c94.3-32.636 188.306 22.916 195.888 115.756l2.072 25.398 18.57 6.65c53.032 19.004 77.96 58.904 73.442 117.556-2.958 38.358-20.89 68.98-49.3 84.184l-13.356 7.146-296.822 0.57c-228.094 0.44-300.6-0.368-313.134-3.5v0zM103.218 785.966c-36.176-9.086-74.506-42.854-92.48-81.47-10.196-21.906-10.738-25.128-10.738-63.88 0-36.864 0.87-42.778 8.988-61.080 17.11-38.582 49.894-66.46 91.030-77.408 8.684-2.312 16.842-6 18.128-8.196 1.29-2.198 2.722-14.164 3.182-26.592 2.866-77.196 50.79-145.214 117.708-167.056 36.154-11.8 83.572-12.898 122.896 3.726 12.47 5.274 11.068 6.404 37.438-30.14 15.594-21.612 45.108-44.49 70.9-58.18 27.838-14.776 56.792-21.584 91.412-21.494 96.768 0.252 180.166 64.22 211.004 161.848 9.854 31.192 9.362 39.926-2.26 40.184-5.072 0.112-19.604 3.064-32.292 6.558l-23.072 6.358-21.052-22.25c-59.362-62.734-156.238-76.294-238.592-33.396-32.9 17.138-59.34 41.746-79.31 73.81-14.236 22.858-32.39 65.504-32.39 76.094 0 7.51-5.754 11.264-30.332 19.782-76.094 26.376-120.508 87.282-120.476 165.218 0.010 28.368 6.922 63.074 16.52 82.956 3.618 7.494 5.634 14.622 4.484 15.836-2.946 3.106-97.608 2.060-110.696-1.228v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["onedrive","brand","skydrive"],"defaultCode":60079,"grid":16},"attrs":[],"properties":{"ligatures":"onedrive, brand39","name":"onedrive","order":63,"id":43,"prevSize":32,"code":60079},"setIdx":0,"setId":2,"iconIdx":43},{"icon":{"paths":["M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["github","brand","octacat","social"],"defaultCode":60080,"grid":16},"attrs":[],"properties":{"ligatures":"github, brand40","name":"github","order":24,"id":44,"prevSize":32,"code":60080},"setIdx":0,"setId":2,"iconIdx":44},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM832 832h-128v-512h-192v512h-320v-640h640v640z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["npm","brand"],"defaultCode":60081,"grid":16},"attrs":[],"properties":{"name":"npm","ligatures":"npm, brand41","order":25,"id":45,"prevSize":32,"code":60081},"setIdx":0,"setId":2,"iconIdx":45},{"icon":{"paths":["M512 106.6c-186.8 0-330.8 156.4-412.4 309.6-46 86.2-78.2 180.6-93 277.2-1.6 11-3.2 22-4.4 33.2-0.6 6-1.2 12-1.6 18-0.6 7.6-0.2 10 3.8 16.4 12 19.4 26.2 37.4 42.2 53.6 32.8 33.6 72.6 59.4 114.8 79.4 96.2 45.4 204.8 61.8 310.4 65.4 109 3.6 221-5.4 325.2-39.4 89-29 174.8-79.6 224.2-161.4 5.4-8.8 1.6-21.8 0.6-32-1.2-12.2-2.8-24.2-4.8-36.2-3.6-23.6-8.4-46.8-14.2-70-11.6-47.2-27.4-93.6-46.6-138.2-69.6-161.6-198.4-334-381.6-369.6-20.6-4-41.6-6-62.6-6zM518.4 890.2c-114.2 0-238.6-10.2-341.4-65.2-40-21.4-80.8-52.4-100-95-5.6-12.4-3.6-17.2-1-31.8 1.8-9.4 2.6-18.6 6.8-27.4 5.8-12.2 11.8-24.2 18-36.2 21-40.6 43.6-80.8 69.8-118.6 13-18.6 26.8-37 42.8-53 11.2-11.2 24.8-23.2 40.6-27 48.4-11.6 85.4 44.4 114.8 72.6 14.2 13.6 33.2 29 54.4 26.4 14.6-1.8 27.6-13.2 38-22.6 35.4-31.8 63.8-71.2 93.2-108.2 14.6-18.2 29-36.6 44.8-54 10.6-11.8 22.2-25.2 36.4-32.8 25.4-13.8 57.8 14.6 75.4 29.2 30 25 56.6 54.2 82 83.8 24.2 28.2 47.6 56.8 68.2 87.8 31.8 48 59.4 99.2 84.6 151 5.4 11.2 7.2 18.8 9.2 31.2 1.2 6.8 3.8 14.6 2.8 21.6-1.4 9.8-8.2 20.4-13.2 28.4-12 19-28.2 35.4-46 49.2-74.6 57.8-175.6 77-267.4 85.6-37.6 3.6-75.2 5-112.8 5z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["basecamp","brand"],"defaultCode":60082,"grid":16},"attrs":[],"properties":{"name":"basecamp","ligatures":"basecamp, brand42","order":62,"id":46,"prevSize":32,"code":60082},"setIdx":0,"setId":2,"iconIdx":46},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM448 768c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-512c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v512zM832 576c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trello","brand"],"defaultCode":60083,"grid":16},"attrs":[],"properties":{"name":"trello","ligatures":"trello, brand43","order":27,"id":47,"prevSize":32,"code":60083},"setIdx":0,"setId":2,"iconIdx":47},{"icon":{"paths":["M128 511.992c0 148.026 88.322 275.968 216.43 336.578l-183.178-488.784c-21.308 46.508-33.252 97.982-33.252 152.206zM771.228 493.128c0-46.234-17.054-78.236-31.654-103.142-19.458-30.82-37.72-56.894-37.72-87.716 0-34.374 26.766-66.376 64.486-66.376 1.704 0 3.32 0.204 4.976 0.302-68.316-60.97-159.34-98.196-259.308-98.196-134.16 0-252.186 67.046-320.844 168.568 9.010 0.282 17.506 0.454 24.712 0.454 40.154 0 102.34-4.752 102.34-4.752 20.69-1.182 23.132 28.434 2.458 30.822 0 0-20.81 2.368-43.952 3.55l139.834 405.106 84.044-245.456-59.822-159.65c-20.688-1.184-40.278-3.55-40.278-3.55-20.702-1.192-18.272-32.002 2.438-30.822 0 0 63.4 4.752 101.134 4.752 40.146 0 102.35-4.752 102.35-4.752 20.702-1.182 23.14 28.434 2.446 30.822 0 0-20.834 2.372-43.948 3.55l138.78 402.018 38.312-124.632c16.58-51.75 29.216-88.9 29.216-120.9zM518.742 544.704l-115.226 326.058c34.416 9.858 70.794 15.238 108.488 15.238 44.716 0 87.604-7.518 127.518-21.2-1.018-1.602-1.974-3.304-2.75-5.154l-118.030-314.942zM848.962 332.572c1.652 11.91 2.588 24.686 2.588 38.458 0 37.93-7.292 80.596-29.202 133.95l-117.286 330.272c114.162-64.828 190.938-185.288 190.938-323.258 0-65.030-17.060-126.16-47.038-179.422zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wordpress","brand","social","cms"],"defaultCode":60084,"grid":16},"attrs":[],"properties":{"ligatures":"wordpress, brand44","name":"wordpress","order":45,"id":48,"prevSize":32,"code":60084},"setIdx":0,"setId":2,"iconIdx":48},{"icon":{"paths":["M266.004 276.678c32.832-32.844 86.002-32.844 118.804-0.032l7.826 7.868 101.104-101.156-7.874-7.88c-57.624-57.7-138.514-77.878-212.42-60.522-10.594-65.182-67.088-114.924-135.174-114.956-75.65 0-136.954 61.442-136.97 137.158 0 65.336 45.59 120 106.662 133.83-23.138 77.45-4.242 164.834 56.846 225.984l227.826 227.9 100.996-101.214-227.81-227.886c-32.682-32.722-32.742-86.126 0.184-119.094zM1022.712 137.158c0.016-75.762-61.318-137.158-136.984-137.158-69.234 0-126.478 51.444-135.682 118.238-77.074-22.664-163.784-3.496-224.64 57.408l-227.84 227.9 101.102 101.172 227.766-227.856c32.94-32.966 85.988-32.906 118.684-0.184 32.8 32.83 32.8 86.114-0.032 118.956l-7.794 7.836 101.010 101.248 7.858-7.928c60.458-60.566 79.678-146.756 57.612-223.638 67.15-8.834 118.94-66.364 118.94-135.994zM906.266 751.064c18.102-74.458-1.976-156.324-60.108-214.5l-227.49-227.992-101.102 101.122 227.52 228.012c32.94 32.996 32.864 86.096 0.184 118.848-32.802 32.814-86.004 32.814-118.836-0.030l-7.766-7.79-100.994 101.246 7.732 7.728c61.516 61.594 149.618 80.438 227.368 56.488 12.632 62.682 67.934 109.804 134.258 109.804 75.604 0 136.968-61.35 136.968-137.126 0-69.2-51.18-126.456-117.734-135.81zM612.344 528.684l-227.536 227.992c-32.71 32.768-86.034 32.828-118.944-0.124-32.818-32.904-32.832-86.098-0.044-118.97l7.808-7.774-101.086-101.124-7.734 7.712c-58.76 58.802-78.56 141.834-59.45 216.982-60.398 14.26-105.358 68.634-105.358 133.496-0.016 75.746 61.332 137.126 136.982 137.126 65.1-0.032 119.588-45.418 133.54-106.382 74.702 18.552 156.998-1.304 215.344-59.756l227.49-227.96-101.012-101.218z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["joomla","brand","cms"],"defaultCode":60085,"grid":16},"attrs":[],"properties":{"ligatures":"joomla, brand45","name":"joomla","order":47,"id":49,"prevSize":32,"code":60085},"setIdx":0,"setId":2,"iconIdx":49},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM824.636 589.598c-36.798 142.716-165.358 242.402-312.63 242.402-147.282 0-275.85-99.686-312.654-242.42-6.232-24.158 8.352-48.886 32.512-55.124 3.71-0.958 7.528-1.446 11.338-1.446 20.624 0 38.628 13.972 43.788 33.976 26.512 102.748 119.042 174.51 225.014 174.51 105.978 0 198.502-71.76 225-174.51 5.152-20.006 23.15-33.982 43.766-33.982 3.822 0 7.65 0.49 11.376 1.456 11.692 3.016 21.526 10.418 27.668 20.842 6.142 10.416 7.854 22.596 4.822 34.296z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ello","brand","social"],"defaultCode":60086,"grid":16},"attrs":[],"properties":{"ligatures":"ello, brand46","name":"ello","order":46,"id":50,"prevSize":32,"code":60086},"setIdx":0,"setId":2,"iconIdx":50},{"icon":{"paths":["M957.796 384h-57.406c-35.166 0-65.988-29.742-68.39-64v0c0.004-182.668-147.258-320-331.19-320h-167.824c-183.812 0-332.856 148-332.986 330.666v362.798c0 182.654 149.174 330.536 332.984 330.536h358.42c183.948 0 332.596-147.882 332.596-330.536v-234.382c0-36.502-29.44-75.082-66.204-75.082zM320 256h192c35.2 0 64 28.8 64 64s-28.8 64-64 64h-192c-35.2 0-64-28.8-64-64s28.8-64 64-64zM704 768h-384c-35.2 0-64-28.8-64-64s28.8-64 64-64h384c35.2 0 64 28.8 64 64s-28.8 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["blogger","brand","social"],"defaultCode":60087,"grid":16},"attrs":[],"properties":{"ligatures":"blogger, brand47","name":"blogger","order":28,"id":51,"prevSize":32,"code":60087},"setIdx":0,"setId":2,"iconIdx":51},{"icon":{"paths":["M576.032 448l-0.002 234.184c0 59.418-0.77 93.656 5.53 110.5 6.25 16.754 21.918 34.146 38.99 44.202 22.684 13.588 48.542 20.376 77.708 20.376 51.854 0 82.478-6.848 133.742-40.54v153.944c-43.7 20.552-81.866 32.594-117.324 40.922-35.5 8.242-73.86 12.406-115.064 12.406-46.828 0-74.456-5.886-110.41-17.656-35.958-11.868-66.66-28.806-92.020-50.54-25.45-21.922-43.022-45.208-52.848-69.832-9.826-24.636-14.716-60.414-14.716-107.244v-359.1h-137.426v-145.006c40.208-13.042 85.164-31.788 113.78-56.152 28.754-24.45 51.766-53.706 69.106-87.944 17.392-34.146 29.348-77.712 35.872-130.516h165.084l-0.002 255.996h255.968v192h-255.968z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tumblr","brand","social"],"defaultCode":60089,"grid":16},"attrs":[],"properties":{"ligatures":"tumblr, brand49","name":"tumblr","order":29,"id":52,"prevSize":32,"code":60089},"setIdx":0,"setId":2,"iconIdx":52},{"icon":{"paths":["M568.2 589v0c112.6-197.6 298.6-520 349.6-589-22.4 15-56.8 22.6-88.4 29.8l-47.8-29.8c-38.4 71.6-180 303-270.2 451.2-91.4-151.4-199.6-326.2-270.2-451.2-56 12-79.2 12.6-135 0v0 0c0 0 0 0 0 0v0c110.8 166.8 288.2 484.6 348.6 589v0l-8.2 435 64.8-29.8v-0.8l64.8 30.6-8-435z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["yahoo","brand","social"],"defaultCode":60091,"grid":16},"attrs":[],"properties":{"ligatures":"yahoo, brand51","name":"yahoo","order":30,"id":53,"prevSize":32,"code":60091},"setIdx":0,"setId":2,"iconIdx":53},{"icon":{"paths":["M891.96 514.204c-18.086 0-35.348 3.52-51.064 9.856-10.506-114.358-110.29-204.060-232-204.060-29.786 0-58.682 5.63-84.318 15.164-9.96 3.702-12.578 7.52-12.578 14.916v402.714c0 7.766 6.24 14.234 14.124 14.996 0.336 0.034 363.536 0.21 365.89 0.21 72.904 0 131.986-56.816 131.986-126.894s-59.134-126.902-132.040-126.902zM400 768h32l16-224.22-16-223.78h-32l-16 223.78zM304 768h-32l-16-162.75 16-157.25h32l16 160zM144 768h32l16-128-16-128h-32l-16 128zM16 704h32l16-64-16-64h-32l-16 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["soundcloud","brand","social"],"defaultCode":60099,"grid":16},"attrs":[],"properties":{"ligatures":"soundcloud, brand58","name":"soundcloud","order":31,"id":54,"prevSize":32,"code":60099},"setIdx":0,"setId":2,"iconIdx":54},{"icon":{"paths":["M425.6 37.4c-1.6-1-3.4-1.8-5-2.6-1.8 0.4-3.4 0.6-5.2 1l10.2 1.6z","M36.8 421c-0.4 1.8-0.6 3.6-0.8 5.2 1 1.6 1.6 3.2 2.6 4.8l-1.8-10z","M986.8 602.6c0.4-1.8 0.6-3.6 1-5.4-1-1.6-1.6-3.2-2.6-4.8l1.6 10.2z","M592 983c1.6 1 3.4 1.8 5 2.6 1.8-0.4 3.6-0.6 5.4-0.8l-10.4-1.8z","M987.8 597.2c-0.4 1.8-0.6 3.6-1 5.4l-1.8-10.4c1 1.8 1.8 3.4 2.8 5 5.2-28.8 8-58.2 8-87.6 0-65.2-12.8-128.6-38-188.2-24.4-57.6-59.2-109.4-103.6-153.8s-96.2-79.2-153.6-103.6c-59.6-25.2-123-38-188.2-38-30.8 0-61.6 2.8-91.6 8.6 0 0-0.2 0-0.2 0 1.6 0.8 3.4 1.6 5 2.6l-10.2-1.6c1.8-0.4 3.4-0.6 5.2-1-41.2-21.8-87.4-33.6-134.2-33.6-76.4 0-148.4 29.8-202.4 83.8s-83.8 126-83.8 202.4c0 48.6 12.6 96.6 36 138.8 0.4-1.8 0.6-3.6 0.8-5.2l1.8 10.2c-1-1.6-1.8-3.2-2.6-4.8-4.8 27.4-7.2 55.4-7.2 83.4 0 65.2 12.8 128.6 38 188.2 24.4 57.6 59.2 109.2 103.6 153.6s96.2 79.2 153.8 103.6c59.6 25.2 123 38 188.2 38 28.4 0 56.8-2.6 84.6-7.6-1.6-1-3.2-1.8-5-2.6l10.4 1.8c-1.8 0.4-3.6 0.6-5.4 0.8 42.8 24.2 91.4 37.2 140.8 37.2 76.4 0 148.4-29.8 202.4-83.8s83.8-126 83.8-202.4c-0.2-48.6-12.8-96.6-36.4-139.2zM514.2 805.8c-171.8 0-248.6-84.4-248.6-147.8 0-32.4 24-55.2 57-55.2 73.6 0 54.4 105.6 191.6 105.6 70.2 0 109-38.2 109-77.2 0-23.4-11.6-49.4-57.8-60.8l-152.8-38.2c-123-30.8-145.4-97.4-145.4-160 0-129.8 122.2-178.6 237-178.6 105.8 0 230.4 58.4 230.4 136.4 0 33.4-29 52.8-62 52.8-62.8 0-51.2-86.8-177.6-86.8-62.8 0-97.4 28.4-97.4 69s49.6 53.6 92.6 63.4l113.2 25.2c123.8 27.6 155.2 100 155.2 168 0 105.4-81 184.2-244.4 184.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skype","brand","social"],"defaultCode":60101,"grid":16},"attrs":[],"properties":{"ligatures":"skype, brand60","name":"skype","order":32,"id":55,"prevSize":32,"code":60101},"setIdx":0,"setId":2,"iconIdx":55},{"icon":{"paths":["M256 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM643.112 776.778c16.482-12.986 40.376-10.154 53.364 6.332s10.152 40.378-6.334 53.366c-45.896 36.158-115.822 59.524-178.142 59.524-62.322 0-132.248-23.366-178.144-59.522-16.486-12.99-19.32-36.882-6.332-53.368 12.99-16.482 36.882-19.318 53.366-6.332 26.422 20.818 78.722 43.222 131.11 43.222s104.688-22.404 131.112-43.222zM1024 512c0-70.692-57.308-128-128-128-48.116 0-89.992 26.57-111.852 65.82-65.792-35.994-145.952-59.246-233.28-64.608l76.382-171.526 146.194 42.2c13.152 37.342 48.718 64.114 90.556 64.114 53.020 0 96-42.98 96-96s-42.98-96-96-96c-36.56 0-68.342 20.442-84.554 50.514l-162.906-47.024c-18.224-5.258-37.538 3.722-45.252 21.052l-103.77 233.026c-85.138 5.996-163.262 29.022-227.636 64.236-21.864-39.25-63.766-65.804-111.882-65.804-70.692 0-128 57.308-128 128 0 52.312 31.402 97.254 76.372 117.102-8.070 24.028-12.372 49.104-12.372 74.898 0 176.73 200.576 320 448 320 247.422 0 448-143.27 448-320 0-25.792-4.3-50.862-12.368-74.886 44.97-19.85 76.368-64.802 76.368-117.114zM864 188c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zM64 512c0-35.29 28.71-64 64-64 25.508 0 47.572 15.004 57.846 36.646-33.448 25.366-61.166 54.626-81.666 86.738-23.524-9.47-40.18-32.512-40.18-59.384zM512 948c-205.45 0-372-109.242-372-244s166.55-244 372-244c205.45 0 372 109.242 372 244s-166.55 244-372 244zM919.82 571.384c-20.5-32.112-48.218-61.372-81.666-86.738 10.276-21.642 32.338-36.646 57.846-36.646 35.29 0 64 28.71 64 64 0 26.872-16.656 49.914-40.18 59.384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["reddit","brand","social"],"defaultCode":60102,"grid":16},"attrs":[],"properties":{"ligatures":"reddit, brand61","name":"reddit","order":33,"id":56,"prevSize":32,"code":60102},"setIdx":0,"setId":2,"iconIdx":56},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM544 584v216h-64v-216l-175-328h72.6l134.4 252 134.4-252h72.6l-175 328z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["hackernews","brand","ycombinator","yc","social"],"defaultCode":60103,"grid":16},"attrs":[],"properties":{"name":"hackernews","ligatures":"hackernews, brand62","order":34,"id":57,"prevSize":32,"code":60103},"setIdx":0,"setId":2,"iconIdx":57},{"icon":{"paths":["M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wikipedia","brand"],"defaultCode":60104,"grid":16},"attrs":[],"properties":{"name":"wikipedia","ligatures":"wikipedia, brand63","order":40,"id":58,"prevSize":32,"code":60104},"setIdx":0,"setId":2,"iconIdx":58},{"icon":{"paths":["M384 384h177.106v90.782h2.532c24.64-44.194 84.958-90.782 174.842-90.782 186.946 0 221.52 116.376 221.52 267.734v308.266h-184.61v-273.278c0-65.184-1.334-149.026-96.028-149.026-96.148 0-110.82 70.986-110.82 144.292v278.012h-184.542v-576z","M64 384h192v576h-192v-576z","M256 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["linkedin","brand","social"],"defaultCode":60106,"grid":16},"attrs":[],"properties":{"ligatures":"linkedin2, brand65","name":"linkedin2","order":39,"id":59,"prevSize":32,"code":60106},"setIdx":0,"setId":2,"iconIdx":59},{"icon":{"paths":["M451.6 766.2l-37.6-102c0 0-61 68-152.4 68-81 0-138.4-70.4-138.4-183 0-144.2 72.8-195.8 144.2-195.8 103.2 0 136 66.8 164.2 152.4l37.6 117.2c37.6 113.8 108 205.2 310.8 205.2 145.4 0 244-44.6 244-161.8 0-95-54-144.2-154.8-167.8l-75-16.4c-51.6-11.8-66.8-32.8-66.8-68 0-39.8 31.6-63.4 83.2-63.4 56.4 0 86.8 21.2 91.4 71.6l117.2-14c-9.4-105.6-82.2-149-201.8-149-105.6 0-208.8 39.8-208.8 167.8 0 79.8 38.8 130.2 136 153.6l79.8 18.8c59.8 14 79.8 38.8 79.8 72.8 0 43.4-42.2 61-122 61-118.4 0-167.8-62.2-195.8-147.8l-38.8-117.2c-49-152.6-127.6-208.8-283.6-208.8-172.4 0-264 109-264 294.4 0 178.2 91.4 274.4 255.8 274.4 132.4 0 195.8-62.2 195.8-62.2v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lastfm","brand","social"],"defaultCode":60107,"grid":16},"attrs":[],"properties":{"ligatures":"lastfm, brand66","name":"lastfm","order":37,"id":60,"prevSize":32,"code":60107},"setIdx":0,"setId":2,"iconIdx":60},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM512 960v-448h-448v-448h448v448h448v448h-448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["delicious","brand","social"],"defaultCode":60109,"grid":16},"attrs":[],"properties":{"ligatures":"delicious, brand68","name":"delicious","order":38,"id":61,"prevSize":32,"code":60109},"setIdx":0,"setId":2,"iconIdx":61},{"icon":{"paths":["M512 320c-35.2 0-64 28.8-64 64v256c0 105.8-86.2 192-192 192s-192-86.2-192-192v-128h128v128c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-105.8 86.2-192 192-192s192 86.2 192 178v62l-82 24-46-24v-62c0-21.2-28.8-50-64-50z","M960 640c0 105.8-86.2 192-192 192s-192-86.2-192-206v-124l46 24 82-24v124c0 49.2 28.8 78 64 78s64-28.8 64-64v-128h128v128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stumbleupon","brand","social"],"defaultCode":60110,"grid":16},"attrs":[],"properties":{"name":"stumbleupon","ligatures":"stumbleupon, brand69","order":36,"id":62,"prevSize":32,"code":60110},"setIdx":0,"setId":2,"iconIdx":62},{"icon":{"paths":["M1024 640v384h-1024v-384h128v256h768v-256zM192 704h640v128h-640zM207.152 565.466l27.698-124.964 624.832 138.496-27.698 124.964zM279.658 308.558l54.092-116.006 580.032 270.464-54.092 116.006zM991.722 361.476l-77.922 101.55-507.746-389.608 56.336-73.418h58.244z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stackoverflow","brand","social"],"defaultCode":60112,"grid":16},"attrs":[],"properties":{"ligatures":"stackoverflow, brand71","name":"stackoverflow","order":58,"id":63,"prevSize":32,"code":60112},"setIdx":0,"setId":2,"iconIdx":63},{"icon":{"paths":["M512 0c-282.4 0-512 229.6-512 512s229.6 512 512 512 512-229.6 512-512-229.6-512-512-512zM512 955.6c-45.8 0-89.8-7-131.4-19.8 18-29.4 45.2-77.8 55.2-116.2 5.4-20.8 27.6-105.4 27.6-105.4 14.4 27.6 56.8 51 101.6 51 133.8 0 230.2-123 230.2-276 0-146.6-119.6-256.2-273.4-256.2-191.4 0-293 128.6-293 268.4 0 65 34.6 146 90 171.8 8.4 4 12.8 2.2 14.8-6 1.4-6.2 9-36.2 12.4-50.4 1-4.4 0.6-8.4-3-12.8-18.4-22.2-33-63.2-33-101.2 0-97.8 74-192.6 200.2-192.6 109 0 185.2 74.2 185.2 180.4 0 120-60.6 203.2-139.4 203.2-43.6 0-76.2-36-65.6-80.2 12.6-52.8 36.8-109.6 36.8-147.6 0-34-18.2-62.4-56.2-62.4-44.6 0-80.2 46-80.2 107.8 0 39.2 13.2 65.8 13.2 65.8s-44 185.8-52 220.4c-9 38.4-5.4 92.2-1.6 127.2-165-64.4-282-224.8-282-412.8 0-245 198.6-443.6 443.6-443.6s443.6 198.6 443.6 443.6c0 245-198.6 443.6-443.6 443.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pinterest","brand","social"],"defaultCode":60114,"grid":16},"attrs":[],"properties":{"ligatures":"pinterest2, brand73","name":"pinterest2","order":59,"id":64,"prevSize":32,"code":60114},"setIdx":0,"setId":2,"iconIdx":64},{"icon":{"paths":["M155.6 202.2c-8.8 0-16.4 3.2-20.2 9.2-3.8 6.4-3.2 14.4 0.8 22.6l99.8 172.8c0.2 0.4 0.2 0.6 0 0.8l-156.8 277.2c-4 8.2-3.8 16.4 0 22.6 3.8 6 10.4 10 19.2 10h147.6c22 0 32.8-15 40.2-28.6 0 0 153.4-271.4 159.4-282-0.6-1-101.6-177-101.6-177-7.4-13-18.4-27.6-41.2-27.6h-147.2z","M776 0c-22 0-31.6 13.8-39.6 28.2 0 0-318.2 564.2-328.6 582.8 0.6 1 209.8 385 209.8 385 7.4 13 18.6 28.2 41.2 28.2h147.6c8.8 0 15.8-3.4 19.6-9.4 4-6.4 3.8-14.6-0.4-22.8l-208-380.6c-0.2-0.4-0.2-0.6 0-1l327-578.2c4-8.2 4.2-16.4 0.4-22.8-3.8-6-10.8-9.4-19.6-9.4h-149.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["xing","brand","social"],"defaultCode":60116,"grid":16},"attrs":[],"properties":{"ligatures":"xing2, brand75","name":"xing2","codes":[61231],"order":41,"id":65,"prevSize":32,"code":60116},"setIdx":0,"setId":2,"iconIdx":65},{"icon":{"paths":["M367.562 0c-243.358 0-367.562 140.162-367.562 401.856v0 549.034l238.39-238.628v-278.896c0-108.416 28.73-177.406 125.118-192.894v0c33.672-6.584 103.75-4.278 148.306-4.278v0 165.596c0 1.51 0.208 4.206 0.594 5.586v0c1.87 6.704 7.93 11.616 15.116 11.63v0c4.062 0.008 7.868-2.104 11.79-5.97v0l413.122-412.974-584.874-0.062zM785.61 311.746v278.89c0 108.414-28.736 177.414-125.116 192.894v0c-33.672 6.582-103.756 4.278-148.312 4.278v0-165.594c0-1.5-0.206-4.204-0.594-5.582v0c-1.864-6.712-7.922-11.622-15.112-11.63v0c-4.064-0.008-7.866 2.112-11.79 5.966v0l-413.124 412.966 584.874 0.066c243.354 0 367.564-140.168 367.564-401.852v0-549.028l-238.39 238.626z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flattr","brand","donate","social"],"defaultCode":60117,"grid":16},"attrs":[],"properties":{"ligatures":"flattr, brand76","name":"flattr","order":67,"id":66,"prevSize":32,"code":60117},"setIdx":0,"setId":2,"iconIdx":66},{"icon":{"paths":["M851.564 90.090c-12.060-16.404-31.204-26.090-51.564-26.090h-608c-35.346 0-64 28.654-64 64v768c0 25.884 15.592 49.222 39.508 59.128 7.918 3.28 16.234 4.874 24.478 4.874 16.656 0 33.026-6.504 45.268-18.748l237.256-237.254h165.49c27.992 0 52.736-18.192 61.086-44.91l160-512c6.074-19.432 2.538-40.596-9.522-57zM672.948 320h-224.948c-35.346 0-64 28.654-64 64s28.654 64 64 64h184.948l-40 128h-144.948c-16.974 0-33.252 6.742-45.254 18.746l-146.746 146.744v-549.49h456.948l-40 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["foursquare","brand","social"],"defaultCode":60118,"grid":16},"attrs":[],"properties":{"ligatures":"foursquare, brand77","name":"foursquare","order":43,"id":67,"prevSize":32,"code":60118},"setIdx":0,"setId":2,"iconIdx":67},{"icon":{"paths":["M608.876 653.468c-17.282 17.426-2.668 49.128-2.668 49.128l130.090 217.218c0 0 21.36 28.64 39.864 28.64 18.59 0 36.954-15.27 36.954-15.27l102.844-147.008c0 0 10.36-18.546 10.598-34.792 0.372-23.106-34.454-29.434-34.454-29.434l-243.488-78.192c-0.002 0.004-23.858-6.328-39.74 9.71zM596.532 543.984c12.46 21.128 46.828 14.972 46.828 14.972l242.938-71.006c0 0 33.106-13.466 37.832-31.418 4.64-17.954-5.46-39.622-5.46-39.622l-116.098-136.752c0 0-10.062-17.292-30.938-19.032-23.016-1.958-37.18 25.898-37.18 25.898l-137.27 216.010c0 0.004-12.134 21.516-0.652 40.95zM481.754 459.768c28.608-7.044 33.148-48.604 33.148-48.604l-1.944-345.87c0 0-4.314-42.666-23.486-54.232-30.070-18.242-38.982-8.718-47.596-7.444l-201.696 74.944c0 0-19.754 6.536-30.042 23.018-14.69 23.352 14.928 57.544 14.928 57.544l209.644 285.756c0 0 20.69 21.396 47.044 14.888zM431.944 599.738c0.722-26.676-32.030-42.7-32.030-42.7l-216.796-109.524c0 0-32.126-13.246-47.722-4.016-11.95 7.060-22.536 19.84-23.572 31.134l-14.12 173.812c0 0-2.116 30.114 5.69 43.82 11.054 19.442 47.428 5.902 47.428 5.902l253.096-55.942c9.832-6.61 27.074-7.204 28.026-42.486zM494.88 693.542c-21.726-11.156-47.724 11.95-47.724 11.95l-169.468 186.566c0 0-21.144 28.528-15.768 46.050 5.066 16.418 13.454 24.578 25.318 30.328l170.192 53.726c0 0 20.634 4.286 36.258-0.242 22.18-6.43 18.094-41.152 18.094-41.152l3.848-252.602c-0.002 0.002-0.868-24.334-20.75-34.624z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["yelp","brand","social"],"defaultCode":60119,"grid":16},"attrs":[],"properties":{"ligatures":"yelp, brand78","name":"yelp","order":44,"id":68,"prevSize":32,"code":60119},"setIdx":0,"setId":2,"iconIdx":68},{"icon":{"paths":["M930 308.6c-47.8 212.2-195.4 324.2-428 324.2h-77.4l-53.8 341.6h-64.8l-3.4 22c-2.2 14.6 9 27.6 23.6 27.6h165.6c19.6 0 36.2-14.2 39.4-33.6l1.6-8.4 31.2-197.8 2-10.8c3-19.4 19.8-33.6 39.4-33.6h24.6c160.4 0 286-65.2 322.8-253.6 13.8-71.6 8.6-132.4-22.8-177.6z","M831 77.2c-47.4-54-133.2-77.2-242.8-77.2h-318.2c-22.4 0-41.6 16.2-45 38.4l-132.6 840.4c-2.6 16.6 10.2 31.6 27 31.6h196.6l49.4-313-1.6 9.8c3.4-22.2 22.4-38.4 44.8-38.4h93.4c183.4 0 327-74.4 369-290 1.2-6.4 2.4-12.6 3.2-18.6 12.4-79.6 0-134-43.2-183z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["paypal","brand","donate"],"defaultCode":60120,"grid":16},"attrs":[],"properties":{"ligatures":"paypal, brand79","name":"paypal","codes":[61234],"order":42,"id":69,"prevSize":32,"code":60120},"setIdx":0,"setId":2,"iconIdx":69},{"icon":{"paths":["M853.31 0h-682.62c-93.88 0-170.69 76.784-170.69 170.658v682.656c0 93.876 76.81 170.686 170.69 170.686h682.622c93.938 0 170.688-76.81 170.688-170.686v-682.656c0-93.874-76.75-170.658-170.69-170.658zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.94-185.598 185.6c-1.444-5.338-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.206l182.118-182.118 90.422 105.496 90.424-105.494 182.116 182.118c-5.34 1.442-10.886 2.204-16.54 2.204zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.598-185.598 187.664-218.942c0.084 1.328 0.14 2.66 0.14 4v384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail","contact","support","newsletter","letter","email","envelop","social"],"defaultCode":60035,"grid":16},"attrs":[],"properties":{"ligatures":"mail2, contact2","name":"mail","order":8,"id":70,"prevSize":32,"code":60035},"setIdx":0,"setId":2,"iconIdx":70},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM279 831.2c-48 0-87-38.6-87-86.6 0-47.6 39-86.8 87-86.8 48.2 0 87 39.2 87 86.8 0 48-39 86.6-87 86.6zM497.4 832c0-81.8-31.8-158.8-89.4-216.4-57.8-57.8-134.4-89.6-216-89.6v-125.2c237.6 0 431.2 193.4 431.2 431.2h-125.8zM719.6 832c0-291-236.6-528-527.4-528v-125.2c360 0 653 293.2 653 653.2h-125.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["feed","rss","social"],"defaultCode":60060,"grid":16},"attrs":[],"properties":{"ligatures":"feed3, rss2","name":"rss2","order":7,"id":71,"prevSize":32,"code":60060},"setIdx":0,"setId":2,"iconIdx":71},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-add","box","download","storage","inbox","archive"],"defaultCode":59742,"grid":16},"attrs":[],"properties":{"ligatures":"box-add, box3","name":"box-add","order":98,"id":72,"prevSize":32,"code":59742},"setIdx":0,"setId":2,"iconIdx":72},{"icon":{"paths":["M1024 384h-384l143.53-143.53c-72.53-72.526-168.96-112.47-271.53-112.47s-199 39.944-271.53 112.47c-72.526 72.53-112.47 168.96-112.47 271.53s39.944 199 112.47 271.53c72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.528-112.472c6.056-6.054 11.86-12.292 17.456-18.668l96.32 84.282c-93.846 107.166-231.664 174.858-385.304 174.858-282.77 0-512-229.23-512-512s229.23-512 512-512c141.386 0 269.368 57.326 362.016 149.984l149.984-149.984v384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner","loading","loading-wheel","refresh","repeat","busy","wait","arrow"],"defaultCode":59780,"grid":16},"attrs":[],"properties":{"ligatures":"spinner11, loading12","name":"spinner11","order":118,"id":73,"prevSize":32,"code":8635},"setIdx":0,"setId":2,"iconIdx":73},{"icon":{"paths":["M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cog","gear","preferences","settings","generate","control","options"],"defaultCode":59796,"grid":16},"attrs":[],"properties":{"ligatures":"cog, gear","name":"cog","order":111,"id":74,"prevSize":32,"code":59796},"setIdx":0,"setId":2,"iconIdx":74},{"icon":{"paths":["M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75z","M794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["power-cord","plugin","extension"],"defaultCode":59831,"grid":16},"attrs":[],"properties":{"ligatures":"power-cord, plugin","name":"power-cord","order":110,"id":75,"prevSize":32,"code":59831},"setIdx":0,"setId":2,"iconIdx":75},{"icon":{"paths":["M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["menu","list","options","lines","hamburger"],"defaultCode":59837,"grid":16},"attrs":[],"properties":{"ligatures":"menu, list3","name":"menu","order":132,"id":76,"prevSize":32,"code":9776},"setIdx":0,"setId":2,"iconIdx":76},{"icon":{"paths":["M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right","right","next"],"defaultCode":59964,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-right2, right4","name":"arrow-right2","order":123,"id":77,"prevSize":32,"code":8594},"setIdx":0,"setId":2,"iconIdx":77},{"icon":{"paths":["M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left","left","previous"],"defaultCode":59968,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-left2, left4","name":"arrow-left2","order":129,"id":78,"prevSize":32,"code":8592},"setIdx":0,"setId":2,"iconIdx":78},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["home","house"],"defaultCode":59650,"grid":16},"attrs":[],"properties":{"ligatures":"home3, house3","name":"home3","order":139,"id":79,"prevSize":32,"code":59650},"setIdx":0,"setId":2,"iconIdx":79},{"icon":{"paths":["M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail","contact","support","newsletter","letter","email","envelop","social"],"defaultCode":60036,"grid":16},"attrs":[],"properties":{"ligatures":"mail3, contact3","name":"mail2","order":133,"id":80,"prevSize":32,"code":60036},"setIdx":0,"setId":2,"iconIdx":80},{"icon":{"paths":["M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness-contrast"],"defaultCode":59862,"grid":16},"attrs":[],"properties":{"ligatures":"brightness-contrast","name":"brightness-contrast","order":4,"id":81,"prevSize":32,"code":128262},"setIdx":0,"setId":2,"iconIdx":81},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["search","magnifier","magnifying-glass","inspect","find"],"defaultCode":59782,"grid":16},"attrs":[],"properties":{"ligatures":"search, magnifier","name":"search","order":6,"id":82,"prevSize":32,"code":128269},"setIdx":0,"setId":2,"iconIdx":82},{"icon":{"paths":["M704 0c-176.73 0-320 143.268-320 320 0 20.026 1.858 39.616 5.376 58.624l-389.376 389.376v192c0 35.346 28.654 64 64 64h64v-64h128v-128h128v-128h128l83.042-83.042c34.010 12.316 70.696 19.042 108.958 19.042 176.73 0 320-143.268 320-320s-143.27-320-320-320zM799.874 320.126c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["key","password","login","signin"],"defaultCode":59789,"grid":16},"attrs":[],"properties":{"ligatures":"key, password","name":"key","order":140,"id":83,"prevSize":32,"code":59789},"setIdx":0,"setId":2,"iconIdx":83},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quill","feather","write","edit"],"defaultCode":59655,"grid":16},"attrs":[],"properties":{"ligatures":"quill, feather","name":"quill","order":151,"id":84,"prevSize":32,"code":59655},"setIdx":0,"setId":2,"iconIdx":84},{"icon":{"paths":["M0 0h128v1024h-128v-1024z","M832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5z","M608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag","report","mark"],"defaultCode":59852,"grid":16},"attrs":[],"properties":{"ligatures":"flag, report","name":"flag","order":148,"id":85,"prevSize":32,"code":59852},"setIdx":0,"setId":2,"iconIdx":85},{"icon":{"paths":["M256 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M832 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M256 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z","M975 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["man-woman","toilet","bathroom","sex","gender"],"defaultCode":59870,"grid":16},"attrs":[],"properties":{"ligatures":"man-woman, toilet","name":"man-woman","order":149,"id":86,"prevSize":32,"code":59870},"setIdx":0,"setId":2,"iconIdx":86},{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":158,"id":87,"prevSize":32,"code":10062},"setIdx":0,"setId":2,"iconIdx":87},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["file-empty","file","document","paper","page","new","empty","blank"],"defaultCode":59684,"grid":16},"attrs":[],"properties":{"ligatures":"file-empty, file3","name":"file-empty","order":169,"id":88,"prevSize":32,"code":59684},"setIdx":0,"setId":2,"iconIdx":88},{"icon":{"paths":["M256 64h512v128h-512v-128z","M960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["printer","print"],"defaultCode":59732,"grid":16},"attrs":[],"properties":{"ligatures":"printer, print","name":"printer","order":3,"id":89,"prevSize":32,"code":59732},"setIdx":0,"setId":2,"iconIdx":89},{"icon":{"paths":["M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96z","M736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"],"width":1024,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["user-plus","user","user-add","profile","avatar","person","member"],"defaultCode":59763,"grid":16},"attrs":[],"properties":{"ligatures":"user-plus, user2","name":"user-plus","order":162,"id":90,"prevSize":32,"code":59763},"setIdx":0,"setId":2,"iconIdx":90},{"icon":{"paths":["M842.012 589.48c-13.648-13.446-43.914-20.566-89.972-21.172-31.178-0.344-68.702 2.402-108.17 7.928-17.674-10.198-35.892-21.294-50.188-34.658-38.462-35.916-70.568-85.772-90.576-140.594 1.304-5.12 2.414-9.62 3.448-14.212 0 0 21.666-123.060 15.932-164.666-0.792-5.706-1.276-7.362-2.808-11.796l-1.882-4.834c-5.894-13.592-17.448-27.994-35.564-27.208l-10.916-0.344c-20.202 0-36.664 10.332-40.986 25.774-13.138 48.434 0.418 120.892 24.98 214.738l-6.288 15.286c-17.588 42.876-39.63 86.060-59.078 124.158l-2.528 4.954c-20.46 40.040-39.026 74.028-55.856 102.822l-17.376 9.188c-1.264 0.668-31.044 16.418-38.028 20.644-59.256 35.38-98.524 75.542-105.038 107.416-2.072 10.17-0.53 23.186 10.014 29.212l16.806 8.458c7.292 3.652 14.978 5.502 22.854 5.502 42.206 0 91.202-52.572 158.698-170.366 77.93-25.37 166.652-46.458 244.412-58.090 59.258 33.368 132.142 56.544 178.142 56.544 8.168 0 15.212-0.78 20.932-2.294 8.822-2.336 16.258-7.368 20.792-14.194 8.926-13.432 10.734-31.932 8.312-50.876-0.72-5.622-5.21-12.574-10.068-17.32zM211.646 814.048c7.698-21.042 38.16-62.644 83.206-99.556 2.832-2.296 9.808-8.832 16.194-14.902-47.104 75.124-78.648 105.066-99.4 114.458zM478.434 199.686c13.566 0 21.284 34.194 21.924 66.254s-6.858 54.56-16.158 71.208c-7.702-24.648-11.426-63.5-11.426-88.904 0 0-0.566-48.558 5.66-48.558v0zM398.852 637.494c9.45-16.916 19.282-34.756 29.33-53.678 24.492-46.316 39.958-82.556 51.478-112.346 22.91 41.684 51.444 77.12 84.984 105.512 4.186 3.542 8.62 7.102 13.276 10.65-68.21 13.496-127.164 29.91-179.068 49.862v0zM828.902 633.652c-4.152 2.598-16.052 4.1-23.708 4.1-24.708 0-55.272-11.294-98.126-29.666 16.468-1.218 31.562-1.838 45.102-1.838 24.782 0 32.12-0.108 56.35 6.072 24.228 6.18 24.538 18.734 20.382 21.332v0z","M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["file-pdf","file","file-format"],"defaultCode":60127,"grid":16},"attrs":[],"properties":{"ligatures":"file-pdf, file10","name":"file-pdf","order":161,"id":91,"prevSize":32,"code":60127},"setIdx":0,"setId":2,"iconIdx":91},{"icon":{"paths":["M640 256v-256h-448l-192 192v576h384v256h640v-768h-384zM192 90.51v101.49h-101.49l101.49-101.49zM64 704v-448h192v-192h320v192l-192 192v256h-320zM576 346.51v101.49h-101.49l101.49-101.49zM960 960h-512v-448h192v-192h320v640z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["copy","duplicate","files","pages","papers","documents"],"defaultCode":59692,"grid":16},"attrs":[],"properties":{"ligatures":"copy, duplicate","name":"copy","order":5,"id":92,"prevSize":32,"code":128203},"setIdx":0,"setId":2,"iconIdx":92},{"icon":{"paths":["M864 128l-480 480-224-224-160 160 384 384 640-640z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["checkmark","tick","correct","accept","ok"],"defaultCode":59920,"grid":16},"attrs":[],"properties":{"ligatures":"checkmark, tick","name":"checkmark","order":170,"id":93,"prevSize":32,"code":9989},"setIdx":0,"setId":2,"iconIdx":93},{"icon":{"width":1088,"paths":["M640 64c247.424 0 448 200.576 448 448s-200.576 448-448 448v-96c94.024 0 182.418-36.614 248.902-103.098s103.098-154.878 103.098-248.902c0-94.022-36.614-182.418-103.098-248.902s-154.878-103.098-248.902-103.098c-94.022 0-182.418 36.614-248.902 103.098-51.14 51.138-84.582 115.246-97.306 184.902h186.208l-224 256-224-256h164.57c31.060-217.102 217.738-384 443.43-384zM832 448v128h-256v-320h128v192z"],"tags":["history","time","archive","past"],"defaultCode":59725,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"history, time","name":"history","order":6,"id":78,"prevSize":32,"code":128338},"setIdx":1,"setId":1,"iconIdx":77}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":false,"ie7":false,"showSelector":true,"showMetrics":true,"showMetadata":true,"showVersion":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":100,"showCodes":true,"gridSize":16}}
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'icomoon';
3
- src: url('fonts/icomoon.eot?2kl1l8');
4
- src: url('fonts/icomoon.eot?2kl1l8#iefix') format('embedded-opentype'),
5
- url('fonts/icomoon.ttf?2kl1l8') format('truetype'),
6
- url('fonts/icomoon.woff?2kl1l8') format('woff'),
7
- url('fonts/icomoon.svg?2kl1l8#icomoon') format('svg');
3
+ src: url('fonts/icomoon.eot?jbjoqu');
4
+ src: url('fonts/icomoon.eot?jbjoqu#iefix') format('embedded-opentype'),
5
+ url('fonts/icomoon.ttf?jbjoqu') format('truetype'),
6
+ url('fonts/icomoon.woff?jbjoqu') format('woff'),
7
+ url('fonts/icomoon.svg?jbjoqu#icomoon') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -269,10 +269,10 @@
269
269
  content: "\ea84";
270
270
  }
271
271
  .icon-brightness-contrast:before {
272
- content: "\e9d6";
272
+ content: "\1f506";
273
273
  }
274
274
  .icon-search:before {
275
- content: "\e986";
275
+ content: "\1f50d";
276
276
  }
277
277
  .icon-key:before {
278
278
  content: "\e98d";
@@ -287,7 +287,7 @@
287
287
  content: "\e9de";
288
288
  }
289
289
  .icon-cross:before {
290
- content: "\ea0f";
290
+ content: "\274e";
291
291
  }
292
292
  .icon-file-empty:before {
293
293
  content: "\e924";
@@ -301,3 +301,12 @@
301
301
  .icon-file-pdf:before {
302
302
  content: "\eadf";
303
303
  }
304
+ .icon-copy:before {
305
+ content: "\1f4cb";
306
+ }
307
+ .icon-checkmark:before {
308
+ content: "\2705";
309
+ }
310
+ .icon-history:before {
311
+ content: "\1f552";
312
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/assets/img/swipe.svg CHANGED
@@ -1,22 +1 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg viewBox="7.153713703155518 4.786950588226318 72.0028305053711 96.98590850830078" width="72.0028305053711" height="96.98590850830078" xmlns="http://www.w3.org/2000/svg">
3
- <defs>
4
- <clipPath id="clipPath84">
5
- <path d="m0,612h792v-612h-792v612z"/>
6
- </clipPath>
7
- </defs>
8
- <g transform="matrix(0.43233001232147217, 0, 0, 0.43233001232147217, 24.53380584716797, 12.26193523406981)">
9
- <path d="M -18.963 32.005 L -38.662 12.306 C -40.201 10.772 -40.201 8.273 -38.662 6.736 L -18.963 -12.961 C -17.423 -14.5 -14.929 -14.5 -13.395 -12.961 C -11.857 -11.421 -11.852 -8.927 -13.395 -7.391 L -26.366 5.584 L 37.368 5.584 C 39.541 5.584 41.307 7.348 41.307 9.523 C 41.307 11.696 39.541 13.461 37.368 13.461 L -26.366 13.461 L -13.395 26.435 C -12.625 27.202 -12.24 28.211 -12.24 29.218 C -12.24 30.229 -12.625 31.236 -13.395 32.005 C -14.933 33.544 -17.428 33.544 -18.963 32.005 Z" style="fill: rgb(255, 255, 255);"/>
10
- <path d="M 49.282 31.308 C 37.25 26.282 31.571 12.453 36.597 0.422 C 41.623 -11.61 55.451 -17.29 67.483 -12.264 C 79.515 -7.238 85.194 6.59 80.168 18.622 C 77.705 24.519 73.127 28.891 67.682 31.223 L 67.682 22.856 C 70.025 21.225 71.969 18.956 73.22 16.16 C 76.885 7.965 73.214 -1.649 65.02 -5.315 C 56.826 -8.981 47.211 -5.31 43.546 2.884 C 40.173 10.423 43.011 19.164 49.867 23.369 L 49.867 31.543 C 49.672 31.468 49.477 31.389 49.282 31.308 Z" style="fill: rgb(255, 255, 255);"/>
11
- </g>
12
- <g transform="matrix(0.656127, 0, 0, -0.656127, -314.840363, 315.96228)">
13
- <g clip-path="url(#clipPath84)">
14
- <g transform="translate(561,330.75)"/>
15
- <g transform="translate(595.6719,376.3062)">
16
- <path d="M 0 0 C -0.075 -0.942 -0.136 -1.7 -0.169 -2.209 C -0.371 -5.336 -0.984 -14.851 -2.924 -19.336 C -5.092 -24.351 -3.695 -30.74 -3.635 -31.01 L -3.586 -31.183 C -3.195 -32.281 -3.334 -33.549 -3.984 -34.85 C -4.994 -36.872 -8.191 -40.733 -18.244 -43.875 C -30.305 -47.643 -33.855 -44.057 -34.098 -43.792 C -35.168 -42.003 -55.135 -8.38 -54.506 7.339 C -54.42 13.4 -54.15 29.536 -53.932 31.394 C -53.751 32.932 -54 35.032 -54.264 37.255 C -54.516 39.379 -54.984 43.332 -54.43 43.971 C -54.429 43.971 -54.328 43.988 -54.084 43.918 L -53.797 43.866 C -53.639 43.85 -50.023 43.392 -48.277 37.192 C -48.327 34.111 -48.373 30.856 -48.416 27.413 C -48.451 24.531 -48.479 22.404 -48.504 21.4 C -48.658 15.546 -50.639 11.775 -50.659 11.738 L -49.338 11.027 L -48.02 10.313 C -47.924 10.489 -45.68 14.704 -45.506 21.321 C -45.479 22.332 -45.452 24.474 -45.416 27.376 C -45.373 30.881 -45.324 34.208 -45.271 37.377 L -45.217 37.391 C -45.232 37.454 -45.252 37.508 -45.269 37.57 C -44.815 64.69 -44.029 79.415 -42.933 81.349 C -42.015 82.694 -40.525 83.391 -39.223 83.083 C -38.093 82.814 -37.359 81.836 -37.158 80.329 C -36.953 78.785 -36.695 73.425 -36.396 67.22 C -35.52 49.012 -34.678 33.642 -33.234 29.977 L -31.46 29.913 C -31.961 29.867 -29.392 30.902 -30.443 31.077 C -31.355 33.394 -32.096 43.16 -32.664 53.055 C -31.11 53.37 -29.75 53.159 -28.523 52.416 C -25.773 50.751 -24.07 46.538 -23.393 43.15 C -22.705 39.711 -21.924 30.535 -21.916 30.442 L -18.928 30.695 C -18.959 31.079 -19.73 40.133 -20.451 43.738 C -20.539 44.178 -20.695 44.863 -20.928 45.678 C -15.118 45.801 -13.666 39.957 -13.513 39.25 C -12.873 36.307 -8.635 24.789 -8.455 24.3 L -5.639 25.337 C -6.551 27.811 -8 31.833 -9.105 35.104 C -5.652 34.604 -3.797 31.048 -1.826 26.537 C -1.28 25.289 -0.766 24.111 -0.211 23.178 C 1.611 20.109 0.398 4.974 0 0 M 2.367 24.709 C 1.909 25.482 1.43 26.578 0.924 27.738 C -0.94 32.004 -3.692 38.301 -10.105 38.174 C -10.328 38.899 -10.496 39.494 -10.581 39.888 C -11.375 43.541 -14.671 49.359 -21.966 48.604 C -22.979 50.966 -24.559 53.522 -26.969 54.982 C -28.731 56.05 -30.7 56.403 -32.832 56.062 C -33.05 60.101 -33.24 64.037 -33.4 67.364 C -33.714 73.896 -33.963 79.056 -34.186 80.725 C -34.551 83.471 -36.176 85.443 -38.53 86.001 C -41.03 86.596 -43.799 85.404 -45.411 83.039 C -46.839 80.945 -47.662 69.56 -48.164 43.619 C -50.31 46.216 -52.694 46.741 -53.384 46.836 C -54.826 47.209 -55.762 46.752 -56.298 46.295 C -58.168 44.703 -57.738 41.088 -57.242 36.902 C -57.012 34.95 -56.771 32.931 -56.912 31.744 C -57.193 29.354 -57.492 8.277 -57.504 7.42 C -58.182 -9.501 -37.503 -43.957 -36.623 -45.415 L -36.566 -45.502 C -36.268 -45.927 -34.137 -48.601 -27.871 -48.601 C -25.186 -48.601 -21.738 -48.109 -17.35 -46.738 C -6.793 -43.439 -2.795 -39.182 -1.301 -36.191 C -0.31 -34.209 -0.105 -32.115 -0.723 -30.281 C -0.861 -29.601 -1.836 -24.38 -0.17 -20.526 C 1.754 -16.078 2.461 -8.053 2.825 -2.403 C 2.857 -1.904 2.916 -1.162 2.99 -0.239 C 3.867 10.698 4.397 21.292 2.367 24.709" style="fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-linejoin: round; stroke-width: 1.6;"/>
17
- </g>
18
- <g transform="translate(548.1445,455.3335)"/>
19
- <g transform="translate(520.1445,455.3335)"/>
20
- </g>
21
- </g>
22
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="72.003" height="96.986" viewBox="7.154 4.787 72.003 96.986"><defs><clipPath id="clipPath84"><path d="m0,612h792v-612h-792v612z"/></clipPath></defs><g><path d="M -18.963 32.005 L -38.662 12.306 C -40.201 10.772 -40.201 8.273 -38.662 6.736 L -18.963 -12.961 C -17.423 -14.5 -14.929 -14.5 -13.395 -12.961 C -11.857 -11.421 -11.852 -8.927 -13.395 -7.391 L -26.366 5.584 L 37.368 5.584 C 39.541 5.584 41.307 7.348 41.307 9.523 C 41.307 11.696 39.541 13.461 37.368 13.461 L -26.366 13.461 L -13.395 26.435 C -12.625 27.202 -12.24 28.211 -12.24 29.218 C -12.24 30.229 -12.625 31.236 -13.395 32.005 C -14.933 33.544 -17.428 33.544 -18.963 32.005 Z" transform="matrix(0.43233001232147217, 0, 0, 0.43233001232147217, 24.53380584716797, 12.26193523406981)" style="fill:#fff"/><path d="M 49.282 31.308 C 37.25 26.282 31.571 12.453 36.597 0.422 C 41.623 -11.61 55.451 -17.29 67.483 -12.264 C 79.515 -7.238 85.194 6.59 80.168 18.622 C 77.705 24.519 73.127 28.891 67.682 31.223 L 67.682 22.856 C 70.025 21.225 71.969 18.956 73.22 16.16 C 76.885 7.965 73.214 -1.649 65.02 -5.315 C 56.826 -8.981 47.211 -5.31 43.546 2.884 C 40.173 10.423 43.011 19.164 49.867 23.369 L 49.867 31.543 C 49.672 31.468 49.477 31.389 49.282 31.308 Z" transform="matrix(0.43233001232147217, 0, 0, 0.43233001232147217, 24.53380584716797, 12.26193523406981)" style="fill:#fff"/></g><g><g clip-path="url(#clipPath84)" transform="matrix(0.656127, 0, 0, -0.656127, -314.840363, 315.96228)"><g><path d="M 0 0 C -0.075 -0.942 -0.136 -1.7 -0.169 -2.209 C -0.371 -5.336 -0.984 -14.851 -2.924 -19.336 C -5.092 -24.351 -3.695 -30.74 -3.635 -31.01 L -3.586 -31.183 C -3.195 -32.281 -3.334 -33.549 -3.984 -34.85 C -4.994 -36.872 -8.191 -40.733 -18.244 -43.875 C -30.305 -47.643 -33.855 -44.057 -34.098 -43.792 C -35.168 -42.003 -55.135 -8.38 -54.506 7.339 C -54.42 13.4 -54.15 29.536 -53.932 31.394 C -53.751 32.932 -54 35.032 -54.264 37.255 C -54.516 39.379 -54.984 43.332 -54.43 43.971 C -54.429 43.971 -54.328 43.988 -54.084 43.918 L -53.797 43.866 C -53.639 43.85 -50.023 43.392 -48.277 37.192 C -48.327 34.111 -48.373 30.856 -48.416 27.413 C -48.451 24.531 -48.479 22.404 -48.504 21.4 C -48.658 15.546 -50.639 11.775 -50.659 11.738 L -49.338 11.027 L -48.02 10.313 C -47.924 10.489 -45.68 14.704 -45.506 21.321 C -45.479 22.332 -45.452 24.474 -45.416 27.376 C -45.373 30.881 -45.324 34.208 -45.271 37.377 L -45.217 37.391 C -45.232 37.454 -45.252 37.508 -45.269 37.57 C -44.815 64.69 -44.029 79.415 -42.933 81.349 C -42.015 82.694 -40.525 83.391 -39.223 83.083 C -38.093 82.814 -37.359 81.836 -37.158 80.329 C -36.953 78.785 -36.695 73.425 -36.396 67.22 C -35.52 49.012 -34.678 33.642 -33.234 29.977 L -31.46 29.913 C -31.961 29.867 -29.392 30.902 -30.443 31.077 C -31.355 33.394 -32.096 43.16 -32.664 53.055 C -31.11 53.37 -29.75 53.159 -28.523 52.416 C -25.773 50.751 -24.07 46.538 -23.393 43.15 C -22.705 39.711 -21.924 30.535 -21.916 30.442 L -18.928 30.695 C -18.959 31.079 -19.73 40.133 -20.451 43.738 C -20.539 44.178 -20.695 44.863 -20.928 45.678 C -15.118 45.801 -13.666 39.957 -13.513 39.25 C -12.873 36.307 -8.635 24.789 -8.455 24.3 L -5.639 25.337 C -6.551 27.811 -8 31.833 -9.105 35.104 C -5.652 34.604 -3.797 31.048 -1.826 26.537 C -1.28 25.289 -0.766 24.111 -0.211 23.178 C 1.611 20.109 0.398 4.974 0 0 M 2.367 24.709 C 1.909 25.482 1.43 26.578 0.924 27.738 C -0.94 32.004 -3.692 38.301 -10.105 38.174 C -10.328 38.899 -10.496 39.494 -10.581 39.888 C -11.375 43.541 -14.671 49.359 -21.966 48.604 C -22.979 50.966 -24.559 53.522 -26.969 54.982 C -28.731 56.05 -30.7 56.403 -32.832 56.062 C -33.05 60.101 -33.24 64.037 -33.4 67.364 C -33.714 73.896 -33.963 79.056 -34.186 80.725 C -34.551 83.471 -36.176 85.443 -38.53 86.001 C -41.03 86.596 -43.799 85.404 -45.411 83.039 C -46.839 80.945 -47.662 69.56 -48.164 43.619 C -50.31 46.216 -52.694 46.741 -53.384 46.836 C -54.826 47.209 -55.762 46.752 -56.298 46.295 C -58.168 44.703 -57.738 41.088 -57.242 36.902 C -57.012 34.95 -56.771 32.931 -56.912 31.744 C -57.193 29.354 -57.492 8.277 -57.504 7.42 C -58.182 -9.501 -37.503 -43.957 -36.623 -45.415 L -36.566 -45.502 C -36.268 -45.927 -34.137 -48.601 -27.871 -48.601 C -25.186 -48.601 -21.738 -48.109 -17.35 -46.738 C -6.793 -43.439 -2.795 -39.182 -1.301 -36.191 C -0.31 -34.209 -0.105 -32.115 -0.723 -30.281 C -0.861 -29.601 -1.836 -24.38 -0.17 -20.526 C 1.754 -16.078 2.461 -8.053 2.825 -2.403 C 2.857 -1.904 2.916 -1.162 2.99 -0.239 C 3.867 10.698 4.397 21.292 2.367 24.709" transform="translate(595.6719,376.3062)" style="fill:#fff;stroke:#fff;stroke-linejoin:round;stroke-width:1.6"/></g></g></g></svg>
@@ -0,0 +1,14 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
+ */
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[1],{297:function(n,r,e){"use strict";e.r(r);var t,o=e(22);function i(n){return function(n){if(Array.isArray(n))return a(n)}(n)||function(n){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(n))return Array.from(n)}(n)||function(n,r){if(!n)return;if("string"==typeof n)return a(n,r);var e=Object.prototype.toString.call(n).slice(8,-1);"Object"===e&&n.constructor&&(e=n.constructor.name);if("Map"===e||"Set"===e)return Array.from(n);if("Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return a(n,r)}(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(n,r){(null==r||r>n.length)&&(r=n.length);for(var e=0,t=new Array(r);e<r;e++)t[e]=n[e];return t}function u(n,r,e,t,o,i,a){try{var u=n[i](a),c=u.value}catch(n){return void e(n)}u.done?r(c):Promise.resolve(c).then(t,o)}(t=regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all(i("customElements"in window?[]:[Promise.all([e.e(16),e.e(17)]).then(e.bind(null,319)).then((function(){return Promise.all([e.e(14),e.e(8)]).then(e.bind(null,320))}))]));case 2:return n.next=4,o.t;case 4:return n.next=6,o.s;case 6:window.GET_CLAPS_API||(window.GET_CLAPS_API="https://worker.getclaps.app"),Promise.resolve().then(e.bind(null,325));case 8:case"end":return n.stop()}}),n)})),function(){var n=this,r=arguments;return new Promise((function(e,o){var i=t.apply(n,r);function a(n){u(i,e,o,a,c,"next",n)}function c(n){u(i,e,o,a,c,"throw",n)}a(void 0)}))})()}}]);
@@ -0,0 +1,14 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
+ */
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[2],{298:function(e,t,n){"use strict";n.r(t);var r,i=n(149),a=n(323),o=n(301),c=n(354),u=n(148),l=n(322),s=n(46),d=n(342),p=n(151),b=n(150),f=n(147),y=n(355),m=n(22);function h(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||v(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function w(e){return function(e){if(Array.isArray(e))return j(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||v(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(e,t){if(e){if("string"==typeof e)return j(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?j(e,t):void 0}}function j(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function O(e,t,n,r,i,a,o){try{var c=e[a](o),u=c.value}catch(e){return void n(e)}c.done?t(u):Promise.resolve(u).then(r,i)}(r=regeneratorRuntime.mark((function e(){var t,r,v,j,O,g,S,E,x,A,C,I,k,L,_,B,M,P,T,R,q,z,D,J;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return g=function(){var e,t=document.getElementById("_swipe");null==t||null===(e=t.parentNode)||void 0===e||e.removeChild(t)},O=function(e){var t=document.getElementById("_hrefSwipeSVG");if(t){var n,r=document.createElement("img");r.id="_swipe",r.src=t.href,r.alt="Swipe image",r.addEventListener("click",(function(){return e.close()})),null===(n=document.getElementById("_sidebar"))||void 0===n||n.appendChild(r)}},j=function(e,t){return t>=r?[0,e]:m.o?[35,150]:[0,150]},e.next=5,Promise.all([].concat(w("customElements"in window?[]:[Promise.all([n.e(16),n.e(17)]).then(n.bind(null,319)).then((function(){return Promise.all([n.e(14),n.e(8)]).then(n.bind(null,320))}))]),w("ResizeObserver"in window?[]:[n.e(7).then(n.bind(null,337))])));case 5:return e.next=7,m.t;case 7:return e.next=9,m.s;case 9:if(r=2,v=function(e){return function(t){return e.pipe(Object(u.a)((function(e){return e?t:i.a})))}},S=function(){return window.matchMedia(m.b).matches?3:window.matchMedia(m.a).matches?r:1},E=document.getElementById("_drawer"),x=document.getElementById("_sidebar"),A=null==x?void 0:x.querySelector(".sidebar-sticky"),E&&x&&A){e.next=19;break}return e.abrupt("return");case 19:return null===(t=document.getElementById("_menu"))||void 0===t||t.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),E.toggle()})),x.querySelectorAll('a[href^="/"]:not(.external)').forEach((function(e){return e.addEventListener("click",(function(){return E.close()}))})),m.p&&E.setAttribute("threshold","0"),m.n||E.setAttribute("mouseevents",""),C=m.j?[new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),CSS.number(1)]:[null,null],I=h(C,2),k=I[0],L=I[1],_=function(e,t,n){var i=n*e,a=t>=r?1:1-e;m.j?(k[0].x.value=i,L.value=a,x.attributeStyleMap.set("transform",k),A.attributeStyleMap.set("opacity",L)):(x.style.transform="translateX(".concat(i,"px)"),A.style.opacity=a)},B=Object(a.a)(Object(m.g)(window.matchMedia(m.a)),Object(m.g)(window.matchMedia(m.b))).pipe(Object(l.a)({}),Object(s.a)(S)),M=Object(o.a)(E,"peek-width-change").pipe(Object(s.a)((function(e){return e.detail}))),P=Object(o.a)(window,"resize",{passive:!0}).pipe(Object(l.a)({}),Object(s.a)(m.i)),T=Object(c.a)(M,P).pipe(Object(s.a)((function(e){var t=h(e,2),n=t[0];return t[1]/2-n/2}))),R=Object(a.a)(T.pipe(Object(s.a)((function(){return void 0!==E.opacity?1-E.opacity:z?0:1}))),Object(o.a)(E,"hy-drawer-move").pipe(Object(s.a)((function(e){return 1-e.detail.opacity})))),E.addEventListener("hy-drawer-prepare",(function(){x.style.willChange="transform",A.style.willChange="opacity"})),E.addEventListener("hy-drawer-transitioned",(function(){x.style.willChange="",A.style.willChange=""})),q=Object(m.h)(),(z=E.classList.contains("cover")&&q<=0&&!(history.state&&history.state.closedOnce))||(history.state||history.replaceState({},document.title),history.state.closedOnce=!0,E.removeAttribute("opened")),D=Object(o.a)(E,"hy-drawer-transitioned").pipe(Object(s.a)((function(e){return e.detail})),Object(d.a)(),Object(p.a)((function(e){e||(g(),history.state||history.replaceState({},document.title),history.state.closedOnce=!0)})),Object(l.a)(z)),J=z?null:E.getBoundingClientRect().height,E.addEventListener("hy-drawer-init",(function(){E.classList.add("loaded"),O(E),J&&q>=J&&window.scrollTo(0,q-J)}),{once:!0}),e.next=40,Promise.resolve().then(n.bind(null,339));case 40:window._drawer=E,R.pipe(Object(b.a)(B,T),Object(p.a)((function(e){return _.apply(void 0,w(e))}))).subscribe(),M.pipe(Object(b.a)(B),Object(s.a)((function(e){return j.apply(void 0,w(e))})),Object(p.a)((function(e){E.range=e}))).subscribe(),Object(o.a)(document,"wheel",{passive:!1}).pipe(v(D),Object(f.a)((function(e){return e.deltaY>0})),Object(p.a)((function(e){E.translateX>0&&e.preventDefault()})),Object(y.a)(500),Object(p.a)((function(){return E.close()}))).subscribe();case 44:case"end":return e.stop()}}),e)})),function(){var e=this,t=arguments;return new Promise((function(n,i){var a=r.apply(e,t);function o(e){O(a,n,i,o,c,"next",e)}function c(e){O(a,n,i,o,c,"throw",e)}o(void 0)}))})()}}]);
@@ -9,6 +9,6 @@
9
9
  * /\___/ \ \____/
10
10
  * \/__/ \/___/
11
11
  *
12
- * Powered by Hydejack v9.0.0 <https://hydejack.com/>
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
13
  */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[2],{348:function(n,w,o){"use strict";o.r(w);o(332),o(333)}}]);
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[3],{353:function(n,w,o){"use strict";o.r(w);o(335),o(336)}}]);
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
+ */!function(t){function n(n){for(var e,o,i=n[0],u=n[1],c=0,f=[];c<i.length;c++)o=i[c],Object.prototype.hasOwnProperty.call(r,o)&&r[o]&&f.push(r[o][0]),r[o]=0;for(e in u)Object.prototype.hasOwnProperty.call(u,e)&&(t[e]=u[e]);for(a&&a(n);f.length;)f.shift()()}var e={},r={4:0};function o(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.e=function(t){var n=[],e=r[t];if(0!==e)if(e)n.push(e[2]);else{var i=new Promise((function(n,o){e=r[t]=[n,o]}));n.push(e[2]=i);var u,c=document.createElement("script");c.charset="utf-8",c.timeout=120,o.nc&&c.setAttribute("nonce",o.nc),c.src=function(t){return o.p+"LEGACY-"+({0:"vendors~drawer~push-state",1:"clap-button",2:"drawer",3:"fetch",5:"navbar",6:"push-state",7:"resize-observer",8:"shadydom",9:"vendors~clap-button",10:"vendors~drawer",11:"vendors~fetch",12:"vendors~intersection-observer",13:"vendors~push-state",14:"vendors~shadydom",15:"vendors~webanimations",16:"vendors~webcomponents",17:"webcomponents"}[t]||t)+"-hydejack-9.1.0.js"}(t);var a=new Error;u=function(n){c.onerror=c.onload=null,clearTimeout(f);var e=r[t];if(0!==e){if(e){var o=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed.\n("+o+": "+i+")",a.name="ChunkLoadError",a.type=o,a.request=i,e[1](a)}r[t]=void 0}};var f=setTimeout((function(){u({type:"timeout",target:c})}),12e4);c.onerror=c.onload=u,document.head.appendChild(c)}return Promise.all(n)},o.m=t,o.c=e,o.d=function(t,n,e){o.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:e})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,n){if(1&n&&(t=o(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(o.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var r in t)o.d(e,r,function(n){return t[n]}.bind(null,r));return e},o.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(n,"a",n),n},o.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},o.p="/assets/js/",o.oe=function(t){throw console.error(t),t};var i=window.webpackJsonp=window.webpackJsonp||[],u=i.push.bind(i);i.push=n,i=i.slice();for(var c=0;c<i.length;c++)n(i[c]);var a=u;o(o.s=152)}([function(t,n,e){var r=e(3),o=e(33),i=e(18),u=e(19),c=e(24),a=function t(n,e,a){var f,s,l,p,h=n&t.F,d=n&t.G,v=n&t.P,y=n&t.B,b=d?r:n&t.S?r[e]||(r[e]={}):(r[e]||{}).prototype,m=d?o:o[e]||(o[e]={}),g=m.prototype||(m.prototype={});for(f in d&&(a=e),a)l=((s=!h&&b&&void 0!==b[f])?b:a)[f],p=y&&s?c(l,r):v&&"function"==typeof l?c(Function.call,l):l,b&&u(b,f,l,n&t.U),m[f]!=l&&i(m,f,p),v&&g[f]!=l&&(g[f]=l)};r.core=o,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,n,e){"use strict";function r(t){return"function"==typeof t}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}
14
+ /*! *****************************************************************************
15
+ Copyright (c) Microsoft Corporation.
16
+
17
+ Permission to use, copy, modify, and/or distribute this software for any
18
+ purpose with or without fee is hereby granted.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
+ PERFORMANCE OF THIS SOFTWARE.
27
+ ***************************************************************************** */e.d(n,"f",(function(){return i})),e.d(n,"e",(function(){return u})),e.d(n,"b",(function(){return c})),e.d(n,"g",(function(){return a})),e.d(n,"j",(function(){return f})),e.d(n,"h",(function(){return s})),e.d(n,"i",(function(){return l})),e.d(n,"a",(function(){return p})),e.d(n,"c",(function(){return h})),e.d(n,"d",(function(){return d}));var o=function(t,n){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(t,n)};function i(t,n){function e(){this.constructor=t}o(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)}function u(t,n,e,o){var i,u=arguments.length,c=u<3?n:null===o?o=Object.getOwnPropertyDescriptor(n,e):o;if("object"===("undefined"==typeof Reflect?"undefined":r(Reflect))&&"function"==typeof Reflect.decorate)c=Reflect.decorate(t,n,e,o);else for(var a=t.length-1;a>=0;a--)(i=t[a])&&(c=(u<3?i(c):u>3?i(n,e,c):i(n,e))||c);return u>3&&c&&Object.defineProperty(n,e,c),c}function c(t,n,e,r){return new(e||(e=Promise))((function(o,i){function u(t){try{a(r.next(t))}catch(t){i(t)}}function c(t){try{a(r.throw(t))}catch(t){i(t)}}function a(t){var n;t.done?o(t.value):(n=t.value,n instanceof e?n:new e((function(t){t(n)}))).then(u,c)}a((r=r.apply(t,n||[])).next())}))}function a(t,n){var e,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;u;)try{if(e=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=n.call(t,u)}catch(t){i=[6,t],r=0}finally{e=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}}function f(t){var n="function"==typeof Symbol&&Symbol.iterator,e=n&&t[n],r=0;if(e)return e.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}function s(t,n){var e="function"==typeof Symbol&&t[Symbol.iterator];if(!e)return t;var r,o,i=e.call(t),u=[];try{for(;(void 0===n||n-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(o)throw o.error}}return u}function l(){for(var t=[],n=0;n<arguments.length;n++)t=t.concat(s(arguments[n]));return t}function p(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,e=t[Symbol.asyncIterator];return e?e.call(t):(t=f(t),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(e){n[e]=t[e]&&function(n){return new Promise((function(r,o){(function(t,n,e,r){Promise.resolve(r).then((function(n){t({value:n,done:e})}),n)})(r,o,(n=t[e](n)).done,n.value)}))}}}function h(t,n){if(!n.has(t))throw new TypeError("attempted to get private field on non-instance");return n.get(t)}function d(t,n,e){if(!n.has(t))throw new TypeError("attempted to set private field on non-instance");return n.set(t,e),e}},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){return"object"===e(t)?null!==t:"function"==typeof t}},function(t,n,e){var r=e(4);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return s}));var r=e(65),o=e(15),i=e(38),u=e(37);function c(t){return 0===t.length?u.a:1===t.length?t[0]:function(n){return t.reduce((function(t,n){return n(t)}),n)}}var a=e(28),f=e(1),s=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(n){var e=new t;return e.source=this,e.operator=n,e},t.prototype.subscribe=function(t,n,e){var i,u=(i=t)&&i instanceof r.b||function(t){return t&&Object(f.a)(t.next)&&Object(f.a)(t.error)&&Object(f.a)(t.complete)}(i)&&Object(o.c)(i)?t:new r.a(t,n,e),c=this.operator,s=this.source;return u.add(c?c.call(u,s):s||a.a.useDeprecatedSynchronousErrorHandling?this._subscribe(u):this._trySubscribe(u)),u},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){if(a.a.useDeprecatedSynchronousErrorHandling)throw n;t.error(n)}},t.prototype.forEach=function(t,n){var e=this;return new(n=l(n))((function(n,r){var o;o=e.subscribe((function(n){try{t(n)}catch(t){r(t),null==o||o.unsubscribe()}}),r,n)}))},t.prototype._subscribe=function(t){var n;return null===(n=this.source)||void 0===n?void 0:n.subscribe(t)},t.prototype[i.a]=function(){return this},t.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.length?c(t)(this):this},t.prototype.toPromise=function(t){var n=this;return new(t=l(t))((function(t,e){var r;n.subscribe((function(t){return r=t}),(function(t){return e(t)}),(function(){return t(r)}))}))},t.create=function(n){return new t(n)},t}();function l(t){var n;return null!==(n=null!=t?t:a.a.Promise)&&void 0!==n?n:Promise}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){var r=e(68)("wks"),o=e(40),i=e(3).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},function(t,n,e){t.exports=!e(7)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(2),o=function(t){function n(n,e,r,o,i){var u=t.call(this,n)||this;return u.onUnsubscribe=i,e&&(u._next=function(t){try{e(t)}catch(t){this.destination.error(t)}}),r&&(u._error=function(t){try{r(t)}catch(t){this.destination.error(t)}this.unsubscribe()}),o&&(u._complete=function(){try{o()}catch(t){this.destination.error(t)}this.unsubscribe()}),u}return Object(r.f)(n,t),n.prototype.unsubscribe=function(){var n;!this.closed&&(null===(n=this.onUnsubscribe)||void 0===n||n.call(this)),t.prototype.unsubscribe.call(this)},n}(e(65).b)},function(t,n,e){var r=e(5),o=e(114),i=e(29),u=Object.defineProperty;n.f=e(9)?Object.defineProperty:function(t,n,e){if(r(t),n=i(n,!0),r(e),o)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(35),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o})),e.d(n,"b",(function(){return i}));var r=e(1);function o(t){return Object(r.a)(null==t?void 0:t.lift)}function i(t){return function(n){if(o(n))return n.lift((function(n){try{return t(n,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}},function(t,n,e){var r=e(30);t.exports=function(t){return Object(r(t))}},function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"a",(function(){return f})),e.d(n,"c",(function(){return s}));var r=e(2),o=e(1),i=e(112),u=Object(i.a)((function(t){return function(n){t(this),this.message=n?n.length+" errors occurred during unsubscription:\n"+n.map((function(t,n){return n+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=n}})),c=e(64),a=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._teardowns=null}var n;return t.prototype.unsubscribe=function(){var t,n,e,i,c;if(!this.closed){this.closed=!0;var a=this._parentage;if(Array.isArray(a))try{for(var f=Object(r.j)(a),s=f.next();!s.done;s=f.next()){s.value.remove(this)}}catch(n){t={error:n}}finally{try{s&&!s.done&&(n=f.return)&&n.call(f)}finally{if(t)throw t.error}}else null==a||a.remove(this);var p=this.initialTeardown;if(Object(o.a)(p))try{p()}catch(t){c=t instanceof u?t.errors:[t]}var h=this._teardowns;if(h){this._teardowns=null;try{for(var d=Object(r.j)(h),v=d.next();!v.done;v=d.next()){var y=v.value;try{l(y)}catch(t){c=null!=c?c:[],t instanceof u?c=Object(r.i)(c,t.errors):c.push(t)}}}catch(t){e={error:t}}finally{try{v&&!v.done&&(i=d.return)&&i.call(d)}finally{if(e)throw e.error}}}if(c)throw new u(c)}},t.prototype.add=function(n){var e;if(n&&n!==this)if(this.closed)l(n);else{if(n instanceof t){if(n.closed||n._hasParent(this))return;n._addParent(this)}(this._teardowns=null!==(e=this._teardowns)&&void 0!==e?e:[]).push(n)}},t.prototype._hasParent=function(t){var n=this._parentage;return n===t||Array.isArray(n)&&n.includes(t)},t.prototype._addParent=function(t){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t},t.prototype._removeParent=function(t){var n=this._parentage;n===t?this._parentage=null:Array.isArray(n)&&Object(c.a)(n,t)},t.prototype.remove=function(n){var e=this._teardowns;e&&Object(c.a)(e,n),n instanceof t&&n._removeParent(this)},t.EMPTY=((n=new t).closed=!0,n),t}(),f=a.EMPTY;function s(t){return t instanceof a||t&&"closed"in t&&Object(o.a)(t.remove)&&Object(o.a)(t.add)&&Object(o.a)(t.unsubscribe)}function l(t){Object(o.a)(t)?t():t.unsubscribe()}},function(t,n,e){var r=e(0),o=e(7),i=e(30),u=/"/g,c=function(t,n,e,r){var o=String(i(t)),c="<"+n;return""!==e&&(c+=" "+e+'="'+String(r).replace(u,"&quot;")+'"'),c+">"+o+"</"+n+">"};t.exports=function(t,n){var e={};e[t]=n(c),r(r.P+r.F*o((function(){var n=""[t]('"');return n!==n.toLowerCase()||n.split('"').length>3})),"String",e)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return g})),e.d(n,"c",(function(){return w})),e.d(n,"b",(function(){return S}));var r=e(2),o=e(57),i=e(1);function u(t){return Object(i.a)(null==t?void 0:t.then)}var c="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator",a=e(38),f=e(6),s=e(15);var l=e(58);function p(t){return Object(i.a)(t[a.a])}function h(t){return Object(i.a)(null==t?void 0:t[c])}function d(t){return Symbol.asyncIterator&&Object(i.a)(null==t?void 0:t[Symbol.asyncIterator])}function v(t){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function y(t){return new TypeError("You provided "+(null!==t&&"object"===v(t)?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, Array, AsyncIterable, or Iterable.")}function b(t,n){if(null!=t){if(p(t))return function(t,n){return new f.a((function(e){var r=new s.b;return r.add(n.schedule((function(){var o=t[a.a]();r.add(o.subscribe({next:function(t){r.add(n.schedule((function(){return e.next(t)})))},error:function(t){r.add(n.schedule((function(){return e.error(t)})))},complete:function(){r.add(n.schedule((function(){return e.complete()})))}}))}))),r}))}(t,n);if(Object(o.a)(t))return Object(l.a)(t,n);if(u(t))return function(t,n){return new f.a((function(e){return n.schedule((function(){return t.then((function(t){e.add(n.schedule((function(){e.next(t),e.add(n.schedule((function(){return e.complete()})))})))}),(function(t){e.add(n.schedule((function(){return e.error(t)})))}))}))}))}(t,n);if(d(t))return function(t,n){if(!t)throw new Error("Iterable cannot be null");return new f.a((function(e){var r=new s.b;return r.add(n.schedule((function(){var o=t[Symbol.asyncIterator]();r.add(n.schedule((function(){var t=this;o.next().then((function(n){n.done?e.complete():(e.next(n.value),t.schedule())}))})))}))),r}))}(t,n);if(h(t))return function(t,n){return new f.a((function(e){var r;return e.add(n.schedule((function(){r=t[c](),function(t,n,e,r){void 0===r&&(r=0);var o=n.schedule((function(){try{e.call(this)}catch(n){t.error(n)}}),r);t.add(o)}(e,n,(function(){var t=r.next(),n=t.value;t.done?e.complete():(e.next(n),this.schedule())}))}))),function(){return Object(i.a)(null==r?void 0:r.return)&&r.return()}}))}(t,n)}throw y(t)}var m=e(79);function g(t,n){return n?b(t,n):w(t)}function w(t){if(t instanceof f.a)return t;if(null!=t){if(p(t))return l=t,new f.a((function(t){var n=l[a.a]();if(Object(i.a)(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if(Object(o.a)(t))return S(t);if(u(t))return s=t,new f.a((function(t){s.then((function(n){t.closed||(t.next(n),t.complete())}),(function(n){return t.error(n)})).then(null,m.a)}));if(d(t))return e=t,new f.a((function(t){(function(t,n){var e,o,i,u;return Object(r.b)(this,void 0,void 0,(function(){var c,a;return Object(r.g)(this,(function(f){switch(f.label){case 0:f.trys.push([0,5,6,11]),e=Object(r.a)(t),f.label=1;case 1:return[4,e.next()];case 2:if((o=f.sent()).done)return[3,4];c=o.value,n.next(c),f.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=f.sent(),i={error:a},[3,11];case 6:return f.trys.push([6,,9,10]),o&&!o.done&&(u=e.return)?[4,u.call(e)]:[3,8];case 7:f.sent(),f.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return n.complete(),[2]}}))}))})(e,t).catch((function(n){return t.error(n)}))}));if(h(t))return n=t,new f.a((function(t){for(var e=n[c]();!t.closed;){var r=e.next(),o=r.done,u=r.value;o?t.complete():t.next(u)}return function(){return Object(i.a)(null==e?void 0:e.return)&&e.return()}}))}var n,e,s,l;throw y(t)}function S(t){return new f.a((function(n){for(var e=0;e<t.length&&!n.closed;e++)n.next(t[e]);n.complete()}))}},function(t,n,e){var r=e(11),o=e(39);t.exports=e(9)?function(t,n,e){return r.f(t,n,o(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(3),o=e(18),i=e(20),u=e(40)("src"),c=e(154),a=(""+c).split("toString");e(33).inspectSource=function(t){return c.call(t)},(t.exports=function(t,n,e,c){var f="function"==typeof e;f&&(i(e,"name")||o(e,"name",n)),t[n]!==e&&(f&&(i(e,u)||o(e,u,t[n]?""+t[n]:a.join(String(n)))),t===r?t[n]=e:c?t[n]?t[n]=e:o(t,n,e):(delete t[n],o(t,n,e)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||c.call(this)}))},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n,e){var r=e(61),o=e(39),i=e(26),u=e(29),c=e(20),a=e(114),f=Object.getOwnPropertyDescriptor;n.f=e(9)?f:function(t,n){if(t=i(t),n=u(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return o(!r.f.call(t,n),t[n])}},function(t,n,e){"use strict";e.d(n,"a",(function(){return l})),e.d(n,"b",(function(){return p})),e.d(n,"p",(function(){return d})),e.d(n,"n",(function(){return v})),e.d(n,"o",(function(){return y})),e.d(n,"j",(function(){return b})),e.d(n,"t",(function(){return m})),e.d(n,"s",(function(){return g})),e.d(n,"r",(function(){return w})),e.d(n,"k",(function(){return S})),e.d(n,"d",(function(){return x})),e.d(n,"c",(function(){return _})),e.d(n,"l",(function(){return O})),e.d(n,"i",(function(){return E})),e.d(n,"q",(function(){return P})),e.d(n,"m",(function(){return I}));var r=e(108),o=e(6),i=e(67);e.d(n,"h",(function(){return i.c}));var u=e(83);e.d(n,"g",(function(){return u.b})),e.d(n,"e",(function(){return u.a}));var c=e(82);e.d(n,"f",(function(){return c.b}));e(111);function a(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,n){if(!t)return;if("string"==typeof t)return f(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);"Object"===e&&t.constructor&&(e=t.constructor.name);if("Map"===e||"Set"===e)return Array.from(t);if("Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return f(t,n)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}var s=getComputedStyle(document.documentElement),l="(min-width: ".concat(s.getPropertyValue("--break-point-3"),")"),p="(min-width: ".concat(s.getPropertyValue("--break-point-dynamic"),")"),h=(parseFloat(s.getPropertyValue("--content-width-5")),parseFloat(s.getPropertyValue("--content-margin-5")),parseFloat(s.getPropertyValue("--sidebar-width")),parseFloat(s.getPropertyValue("--half-content")),navigator.userAgent.toLowerCase()),d=h.indexOf("safari")>0&&h.indexOf("chrome")<0,v=h.indexOf("mobile")>0,y=d&&v,b=(h.indexOf("ucbrowser"),h.indexOf("firefox"),h.indexOf("fxios")>0&&h.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),m=new Promise((function(t){"customElements"in window?t(!0):document.addEventListener("WebComponentsReady",t)})),g=new Promise((function t(n,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?n(!0):r<=0?e(Error("Stylesheet not loaded within 10 seconds")):setTimeout((function(){return t(n,e,r-1)}),1e3/3):n(!0)})),w=function(t,n){return new Promise((function(e){return t.addEventListener(n,e,{once:!0})}))};function S(t){return!window.Modernizr||a(t).every((function(t){var n=window.Modernizr[t];return n}))}function x(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function _(t,n,e){return t?o.a.create((function(r){var o=t.animate(n,e);return o.addEventListener("finish",(function(t){r.next(t),requestAnimationFrame((function(){requestAnimationFrame((function(){return r.complete()}))}))})),function(){"finished"!==o.playState&&o.cancel()}})):Object(r.a)(new CustomEvent("finish"))}function O(t){var n=document.getElementById(t);return n&&document.importNode(n.content,!0)}var j=document.body||document.documentElement,E=function(){return window.innerWidth||j.clientWidth};var A=function(t){return function(n){return new Promise((function(e){return t(n).addEventListener("load",e)}))}},P=(A(window.loadJS),A(window.loadCSS));function I(t,n){return new Promise((function(e){var r=new IntersectionObserver((function(n){n.some((function(t){return t.isIntersecting}))&&(t.forEach((function(t){return r.unobserve(t)})),e(n.find((function(t){return t.isIntersecting}))))}),n);t.forEach((function(t){return r.observe(t)}))}))}},function(t,n,e){"use strict";function r(){}e.d(n,"a",(function(){return r}))},function(t,n,e){var r=e(25);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){var r=e(86),o=e(30);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(0),o=e(33),i=e(7);t.exports=function(t,n){var e=(o.Object||{})[t]||Object[t],u={};u[t]=n(e),r(r.S+r.F*i((function(){e(1)})),"Object",u)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},function(t,n,e){var r=e(4);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,e){var r=e(20),o=e(14),i=e(94)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}if(e(9)){var o=e(34),i=e(3),u=e(7),c=e(0),a=e(107),f=e(138),s=e(24),l=e(55),p=e(39),h=e(18),d=e(54),v=e(35),y=e(12),b=e(139),m=e(49),g=e(29),w=e(20),S=e(60),x=e(4),_=e(14),O=e(88),j=e(51),E=e(31),A=e(45).f,P=e(90),I=e(40),M=e(8),T=e(59),F=e(91),L=e(63),k=e(92),C=e(50),N=e(69),R=e(53),D=e(85),W=e(115),B=e(11),q=e(21),U=B.f,V=q.f,z=i.RangeError,G=i.TypeError,H=i.Uint8Array,Y=Array.prototype,$=f.ArrayBuffer,J=f.DataView,K=T(0),X=T(2),Z=T(3),Q=T(4),tt=T(5),nt=T(6),et=F(!0),rt=F(!1),ot=k.values,it=k.keys,ut=k.entries,ct=Y.lastIndexOf,at=Y.reduce,ft=Y.reduceRight,st=Y.join,lt=Y.sort,pt=Y.slice,ht=Y.toString,dt=Y.toLocaleString,vt=M("iterator"),yt=M("toStringTag"),bt=I("typed_constructor"),mt=I("def_constructor"),gt=a.CONSTR,wt=a.TYPED,St=a.VIEW,xt=T(1,(function(t,n){return At(L(t,t[mt]),n)})),_t=u((function(){return 1===new H(new Uint16Array([1]).buffer)[0]})),Ot=!!H&&!!H.prototype.set&&u((function(){new H(1).set({})})),jt=function(t,n){var e=v(t);if(e<0||e%n)throw z("Wrong offset!");return e},Et=function(t){if(x(t)&&wt in t)return t;throw G(t+" is not a typed array!")},At=function(t,n){if(!x(t)||!(bt in t))throw G("It is not a typed array constructor!");return new t(n)},Pt=function(t,n){return It(L(t,t[mt]),n)},It=function(t,n){for(var e=0,r=n.length,o=At(t,r);r>e;)o[e]=n[e++];return o},Mt=function(t,n,e){U(t,n,{get:function(){return this._d[e]}})},Tt=function(t){var n,e,r,o,i,u,c=_(t),a=arguments.length,f=a>1?arguments[1]:void 0,l=void 0!==f,p=P(c);if(null!=p&&!O(p)){for(u=p.call(c),r=[],n=0;!(i=u.next()).done;n++)r.push(i.value);c=r}for(l&&a>2&&(f=s(f,arguments[2],2)),n=0,e=y(c.length),o=At(this,e);e>n;n++)o[n]=l?f(c[n],n):c[n];return o},Ft=function(){for(var t=0,n=arguments.length,e=At(this,n);n>t;)e[t]=arguments[t++];return e},Lt=!!H&&u((function(){dt.call(new H(1))})),kt=function(){return dt.apply(Lt?pt.call(Et(this)):Et(this),arguments)},Ct={copyWithin:function(t,n){return W.call(Et(this),t,n,arguments.length>2?arguments[2]:void 0)},every:function(t){return Q(Et(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return D.apply(Et(this),arguments)},filter:function(t){return Pt(this,X(Et(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return tt(Et(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return nt(Et(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){K(Et(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return rt(Et(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return et(Et(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return st.apply(Et(this),arguments)},lastIndexOf:function(t){return ct.apply(Et(this),arguments)},map:function(t){return xt(Et(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return at.apply(Et(this),arguments)},reduceRight:function(t){return ft.apply(Et(this),arguments)},reverse:function(){for(var t,n=Et(this).length,e=Math.floor(n/2),r=0;r<e;)t=this[r],this[r++]=this[--n],this[n]=t;return this},some:function(t){return Z(Et(this),t,arguments.length>1?arguments[1]:void 0)},sort:function(t){return lt.call(Et(this),t)},subarray:function(t,n){var e=Et(this),r=e.length,o=m(t,r);return new(L(e,e[mt]))(e.buffer,e.byteOffset+o*e.BYTES_PER_ELEMENT,y((void 0===n?r:m(n,r))-o))}},Nt=function(t,n){return Pt(this,pt.call(Et(this),t,n))},Rt=function(t){Et(this);var n=jt(arguments[1],1),e=this.length,r=_(t),o=y(r.length),i=0;if(o+n>e)throw z("Wrong length!");for(;i<o;)this[n+i]=r[i++]},Dt={entries:function(){return ut.call(Et(this))},keys:function(){return it.call(Et(this))},values:function(){return ot.call(Et(this))}},Wt=function(t,n){return x(t)&&t[wt]&&"symbol"!=r(n)&&n in t&&String(+n)==String(n)},Bt=function(t,n){return Wt(t,n=g(n,!0))?p(2,t[n]):V(t,n)},qt=function(t,n,e){return!(Wt(t,n=g(n,!0))&&x(e)&&w(e,"value"))||w(e,"get")||w(e,"set")||e.configurable||w(e,"writable")&&!e.writable||w(e,"enumerable")&&!e.enumerable?U(t,n,e):(t[n]=e.value,t)};gt||(q.f=Bt,B.f=qt),c(c.S+c.F*!gt,"Object",{getOwnPropertyDescriptor:Bt,defineProperty:qt}),u((function(){ht.call({})}))&&(ht=dt=function(){return st.call(this)});var Ut=d({},Ct);d(Ut,Dt),h(Ut,vt,Dt.values),d(Ut,{slice:Nt,set:Rt,constructor:function(){},toString:ht,toLocaleString:kt}),Mt(Ut,"buffer","b"),Mt(Ut,"byteOffset","o"),Mt(Ut,"byteLength","l"),Mt(Ut,"length","e"),U(Ut,yt,{get:function(){return this[wt]}}),t.exports=function(t,n,e,r){var f=t+((r=!!r)?"Clamped":"")+"Array",s="get"+t,p="set"+t,d=i[f],v=d||{},m=d&&E(d),g=!d||!a.ABV,w={},_=d&&d.prototype,O=function(t,e){U(t,e,{get:function(){return function(t,e){var r=t._d;return r.v[s](e*n+r.o,_t)}(this,e)},set:function(t){return function(t,e,o){var i=t._d;r&&(o=(o=Math.round(o))<0?0:o>255?255:255&o),i.v[p](e*n+i.o,o,_t)}(this,e,t)},enumerable:!0})};g?(d=e((function(t,e,r,o){l(t,d,f,"_d");var i,u,c,a,s=0,p=0;if(x(e)){if(!(e instanceof $||"ArrayBuffer"==(a=S(e))||"SharedArrayBuffer"==a))return wt in e?It(d,e):Tt.call(d,e);i=e,p=jt(r,n);var v=e.byteLength;if(void 0===o){if(v%n)throw z("Wrong length!");if((u=v-p)<0)throw z("Wrong length!")}else if((u=y(o)*n)+p>v)throw z("Wrong length!");c=u/n}else c=b(e),i=new $(u=c*n);for(h(t,"_d",{b:i,o:p,l:u,e:c,v:new J(i)});s<c;)O(t,s++)})),_=d.prototype=j(Ut),h(_,"constructor",d)):u((function(){d(1)}))&&u((function(){new d(-1)}))&&N((function(t){new d,new d(null),new d(1.5),new d(t)}),!0)||(d=e((function(t,e,r,o){var i;return l(t,d,f),x(e)?e instanceof $||"ArrayBuffer"==(i=S(e))||"SharedArrayBuffer"==i?void 0!==o?new v(e,jt(r,n),o):void 0!==r?new v(e,jt(r,n)):new v(e):wt in e?It(d,e):Tt.call(d,e):new v(b(e))})),K(m!==Function.prototype?A(v).concat(A(m)):A(v),(function(t){t in d||h(d,t,v[t])})),d.prototype=_,o||(_.constructor=d));var P=_[vt],I=!!P&&("values"==P.name||null==P.name),M=Dt.values;h(d,bt,!0),h(_,wt,f),h(_,St,!0),h(_,mt,d),(r?new d(1)[yt]==f:yt in _)||U(_,yt,{get:function(){return f}}),w[f]=d,c(c.G+c.W+c.F*(d!=v),w),c(c.S,f,{BYTES_PER_ELEMENT:n}),c(c.S+c.F*u((function(){v.of.call(d,1)})),f,{from:Tt,of:Ft}),"BYTES_PER_ELEMENT"in _||h(_,"BYTES_PER_ELEMENT",n),c(c.P,f,Ct),R(f),c(c.P+c.F*Ot,f,{set:Rt}),c(c.P+c.F*!I,f,Dt),o||_.toString==ht||(_.toString=ht),c(c.P+c.F*u((function(){new d(1).slice()})),f,{slice:Nt}),c(c.P+c.F*(u((function(){return[1,2].toLocaleString()!=new d([1,2]).toLocaleString()}))||!u((function(){_.toLocaleString.call([1,2])}))),f,{toLocaleString:kt}),C[f]=I?P:M,o||I||h(_,vt,M)}}else t.exports=function(){}},function(t,n){var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},function(t,n){t.exports=!1},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},function(t,n,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(40)("meta"),i=e(4),u=e(20),c=e(11).f,a=0,f=Object.isExtensible||function(){return!0},s=!e(7)((function(){return f(Object.preventExtensions({}))})),l=function(t){c(t,o,{value:{i:"O"+ ++a,w:{}}})},p=t.exports={KEY:o,NEED:!1,fastKey:function(t,n){if(!i(t))return"symbol"==r(t)?t:("string"==typeof t?"S":"P")+t;if(!u(t,o)){if(!f(t))return"F";if(!n)return"E";l(t)}return t[o].i},getWeak:function(t,n){if(!u(t,o)){if(!f(t))return!0;if(!n)return!1;l(t)}return t[o].w},onFreeze:function(t){return s&&p.NEED&&f(t)&&!u(t,o)&&l(t),t}}},function(t,n,e){"use strict";function r(t){return t}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r="function"==typeof Symbol&&Symbol.observable||"@@observable"},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},function(t,n,e){var r=e(8)("unscopables"),o=Array.prototype;null==o[r]&&e(18)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,e){var r=e(119),o=e(95);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){var r=e(4);t.exports=function(t,n){if(!r(t)||t._t!==n)throw TypeError("Incompatible receiver, "+n+" required!");return t}},function(t,n,e){var r=e(119),o=e(95).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(13),o=e(10);function i(t,n){return Object(r.b)((function(e,r){var i=0;e.subscribe(new o.a(r,(function(e){r.next(t.call(n,e,i++))})))}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return a}));var r=e(46),o=e(17),i=e(13),u=e(10);var c=e(1);function a(t,n,e){return void 0===e&&(e=1/0),Object(c.a)(n)?a((function(e,i){return Object(r.a)((function(t,r){return n(e,t,i,r)}))(Object(o.c)(t(e,i)))}),e):("number"==typeof n&&(e=n),Object(i.b)((function(n,r){return function(t,n,e,r,i,c,a,f){var s=[],l=0,p=0,h=!1,d=function(){!h||s.length||l||n.complete()},v=function(t){return l<r?y(t):s.push(t)},y=function t(f){c&&n.next(f),l++,Object(o.c)(e(f,p++)).subscribe(new u.a(n,(function(t){null==i||i(t),c?v(t):n.next(t)}),void 0,(function(){l--;for(var e=function(){var e=s.shift();a?n.add(a.schedule((function(){return t(e)}))):t(e)};s.length&&l<r;)e();d()})))};return t.subscribe(new u.a(n,v,void 0,(function(){h=!0,d()}))),function(){s=null,null==f||f()}}(n,r,t,e)})))}},function(t,n,e){"use strict";e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return c})),e.d(n,"a",(function(){return a}));var r=e(1),o=e(81);function i(t){return t[t.length-1]}function u(t){return Object(r.a)(i(t))?t.pop():void 0}function c(t){return Object(o.a)(i(t))?t.pop():void 0}function a(t,n){return"number"==typeof i(t)?t.pop():n}},function(t,n,e){var r=e(35),o=Math.max,i=Math.min;t.exports=function(t,n){return(t=r(t))<0?o(t+n,0):i(t,n)}},function(t,n){t.exports={}},function(t,n,e){var r=e(5),o=e(164),i=e(95),u=e(94)("IE_PROTO"),c=function(){},a=function(){var t,n=e(84)("iframe"),r=i.length;for(n.style.display="none",e(120).appendChild(n),n.src="javascript:",(t=n.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;r--;)delete a.prototype[i[r]];return a()};t.exports=Object.create||function(t,n){var e;return null!==t?(c.prototype=r(t),e=new c,c.prototype=null,e[u]=t):e=a(),void 0===n?e:o(e,n)}},function(t,n,e){var r=e(11).f,o=e(20),i=e(8)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},function(t,n,e){"use strict";var r=e(3),o=e(11),i=e(9),u=e(8)("species");t.exports=function(t){var n=r[t];i&&n&&!n[u]&&o.f(n,u,{configurable:!0,get:function(){return this}})}},function(t,n,e){var r=e(19);t.exports=function(t,n,e){for(var o in n)r(t,o,n[o],e);return t}},function(t,n){t.exports=function(t,n,e,r){if(!(t instanceof n)||void 0!==r&&r in t)throw TypeError(e+": incorrect invocation!");return t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(58),o=e(17);function i(t,n){return n?Object(r.a)(t,n):Object(o.b)(t)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(6);function o(t,n){return new r.a((function(e){var r=0;return n.schedule((function(){r===t.length?e.complete():(e.next(t[r++]),e.closed||this.schedule())}))}))}},function(t,n,e){var r=e(24),o=e(86),i=e(14),u=e(12),c=e(116);t.exports=function(t,n){var e=1==t,a=2==t,f=3==t,s=4==t,l=6==t,p=5==t||l,h=n||c;return function(n,c,d){for(var v,y,b=i(n),m=o(b),g=r(c,d,3),w=u(m.length),S=0,x=e?h(n,w):a?h(n,0):void 0;w>S;S++)if((p||S in m)&&(y=g(v=m[S],S,b),t))if(e)x[S]=y;else if(y)switch(t){case 3:return!0;case 5:return v;case 6:return S;case 2:x.push(v)}else if(s)return!1;return l?-1:f||s?s:x}}},function(t,n,e){var r=e(42),o=e(8)("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var n,e,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=Object(t),o))?e:i?r(n):"Object"==(u=r(n))&&"function"==typeof n.callee?"Arguments":u}},function(t,n){n.f={}.propertyIsEnumerable},function(t,n,e){var r=e(0),o=e(30),i=e(7),u=e(99),c="["+u+"]",a=RegExp("^"+c+c+"*"),f=RegExp(c+c+"*$"),s=function(t,n,e){var o={},c=i((function(){return!!u[t]()||"​…"!="​…"[t]()})),a=o[t]=c?n(l):u[t];e&&(o[e]=a),r(r.P+r.F*c,"String",o)},l=s.trim=function(t,n){return t=String(o(t)),1&n&&(t=t.replace(a,"")),2&n&&(t=t.replace(f,"")),t};t.exports=s},function(t,n,e){var r=e(5),o=e(25),i=e(8)("species");t.exports=function(t,n){var e,u=r(t).constructor;return void 0===u||null==(e=r(u)[i])?n:o(e)}},function(t,n,e){"use strict";function r(t,n){if(t){var e=t.indexOf(n);0<=e&&t.splice(e,1)}}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"b",(function(){return p})),e.d(n,"a",(function(){return h}));var r=e(2),o=e(1),i=e(15),u=e(28),c=e(79),a=e(23),f=s("C",void 0,void 0);function s(t,n,e){return{kind:t,value:n,error:e}}var l=e(80),p=function(t){function n(n){var e=t.call(this)||this;return e.isStopped=!1,n?(e.destination=n,Object(i.c)(n)&&n.add(e)):e.destination=y,e}return Object(r.f)(n,t),n.create=function(t,n,e){return new h(t,n,e)},n.prototype.next=function(t){this.isStopped?v(function(t){return s("N",t,void 0)}(t),this):this._next(t)},n.prototype.error=function(t){this.isStopped?v(s("E",void 0,t),this):(this.isStopped=!0,this._error(t))},n.prototype.complete=function(){this.isStopped?v(f,this):(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},n.prototype._next=function(t){this.destination.next(t)},n.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},n.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},n}(i.b),h=function(t){function n(n,e,r){var i=t.call(this)||this;if(i.destination=y,(n||e||r)&&n!==y){var c=void 0;if(Object(o.a)(n))c=n;else if(n){var f;c=n.next,e=n.error,r=n.complete,i&&u.a.useDeprecatedNextContext?(f=Object.create(n)).unsubscribe=function(){return i.unsubscribe()}:f=n,c=null==c?void 0:c.bind(f),e=null==e?void 0:e.bind(f),r=null==r?void 0:r.bind(f)}i.destination={next:c||a.a,error:e||d,complete:r||a.a}}return i}return Object(r.f)(n,t),n}(p);function d(t){if(u.a.useDeprecatedSynchronousErrorHandling)throw t;Object(c.a)(t)}function v(t,n){var e=u.a.onStoppedNotification;e&&l.a.setTimeout((function(){return e(t,n)}))}var y={closed:!0,next:a.a,error:d,complete:a.a}},,function(t,n,e){"use strict";function r(){var t=document.documentElement,n=document.body,e="scrollHeight";return t[e]||n[e]}function o(){return window.pageYOffset||document.body.scrollTop}e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return o})),e.d(n,"d",(function(){return u})),e.d(n,"a",(function(){return c}));var i=function(t,n){return(t.matches||t.msMatchesSelector).call(t,n)};function u(t,n){for(var e=t;null!=e;){if(i(e,n))return e;e=e.parentNode instanceof Element?e.parentNode:null}return null}function c(){var t,n,e=new Promise((function(e,r){return t=e,n=r}));return e.resolve=t,e.reject=n,e}},function(t,n,e){var r=e(33),o=e(3),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(34)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,n,e){var r=e(8)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!o)return!1;var e=!1;try{var i=[7],u=i[r]();u.next=function(){return{done:e=!0}},i[r]=function(){return u},t(i)}catch(t){}return e}},function(t,n,e){var r=e(24),o=e(117),i=e(88),u=e(5),c=e(12),a=e(90),f={},s={};(n=t.exports=function(t,n,e,l,p){var h,d,v,y,b=p?function(){return t}:a(t),m=r(e,l,n?2:1),g=0;if("function"!=typeof b)throw TypeError(t+" is not iterable!");if(i(b)){for(h=c(t.length);h>g;g++)if((y=n?m(u(d=t[g])[0],d[1]):m(t[g]))===f||y===s)return y}else for(v=b.call(t);!(d=v.next()).done;)if((y=o(v,m,d.value,n))===f||y===s)return y}).BREAK=f,n.RETURN=s},function(t,n,e){"use strict";var r=e(3),o=e(0),i=e(19),u=e(54),c=e(36),a=e(70),f=e(55),s=e(4),l=e(7),p=e(69),h=e(52),d=e(96);t.exports=function(t,n,e,v,y,b){var m=r[t],g=m,w=y?"set":"add",S=g&&g.prototype,x={},_=function(t){var n=S[t];i(S,t,"delete"==t||"has"==t?function(t){return!(b&&!s(t))&&n.call(this,0===t?0:t)}:"get"==t?function(t){return b&&!s(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function(t){return n.call(this,0===t?0:t),this}:function(t,e){return n.call(this,0===t?0:t,e),this})};if("function"==typeof g&&(b||S.forEach&&!l((function(){(new g).entries().next()})))){var O=new g,j=O[w](b?{}:-0,1)!=O,E=l((function(){O.has(1)})),A=p((function(t){new g(t)})),P=!b&&l((function(){for(var t=new g,n=5;n--;)t[w](n,n);return!t.has(-0)}));A||((g=n((function(n,e){f(n,g,t);var r=d(new m,n,g);return null!=e&&a(e,y,r[w],r),r}))).prototype=S,S.constructor=g),(E||P)&&(_("delete"),_("has"),y&&_("get")),(P||j)&&_(w),b&&S.clear&&delete S.clear}else g=v.getConstructor(n,t,y,w),u(g.prototype,e),c.NEED=!0;return h(g,t),x[t]=g,o(o.G+o.W+o.F*(g!=m),x),b||v.setStrong(g,t,y),g}},function(t,n){n.f=Object.getOwnPropertySymbols},function(t,n,e){"use strict";t.exports=e(34)||!e(7)((function(){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete e(3)[t]}))},function(t,n,e){var r=e(3).navigator;t.exports=r&&r.userAgent||""},function(t,n,e){"use strict";var r=e(5);t.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(60),i=RegExp.prototype.exec;t.exports=function(t,n){var e=t.exec;if("function"==typeof e){var u=e.call(t,n);if("object"!==r(u))throw new TypeError("RegExp exec method returned something other than an Object or null");return u}if("RegExp"!==o(t))throw new TypeError("RegExp#exec called on incompatible receiver");return i.call(t,n)}},function(t,n,e){"use strict";e(242);var r=e(19),o=e(18),i=e(7),u=e(30),c=e(8),a=e(104),f=c("species"),s=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l=function(){var t=/(?:)/,n=t.exec;t.exec=function(){return n.apply(this,arguments)};var e="ab".split(t);return 2===e.length&&"a"===e[0]&&"b"===e[1]}();t.exports=function(t,n,e){var p=c(t),h=!i((function(){var n={};return n[p]=function(){return 7},7!=""[t](n)})),d=h?!i((function(){var n=!1,e=/a/;return e.exec=function(){return n=!0,null},"split"===t&&(e.constructor={},e.constructor[f]=function(){return e}),e[p](""),!n})):void 0;if(!h||!d||"replace"===t&&!s||"split"===t&&!l){var v=/./[p],y=e(u,p,""[t],(function(t,n,e,r,o){return n.exec===a?h&&!o?{done:!0,value:v.call(n,e,r)}:{done:!0,value:t.call(e,n,r)}:{done:!1}})),b=y[0],m=y[1];r(String.prototype,t,b),o(RegExp.prototype,p,2==n?function(t,n){return m.call(t,this,n)}:function(t){return m.call(t,this)})}}},function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"a",(function(){return i}));var r=e(144),o=new(e(146).a)(r.a),i=o},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(28),o=e(80);function i(t){o.a.setTimeout((function(){var n=r.a.onUnhandledError;if(!n)throw t;n(t)}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(2),o={setTimeout:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=o.delegate;return((null==e?void 0:e.setTimeout)||setTimeout).apply(void 0,Object(r.i)(t))})),clearTimeout:function(t){function n(n){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(t){var n=o.delegate;return((null==n?void 0:n.clearTimeout)||clearTimeout)(t)})),delegate:void 0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(1);function o(t){return t&&Object(r.a)(t.schedule)}},function(t,n,e){"use strict";e.d(n,"c",(function(){return y})),e.d(n,"b",(function(){return b})),e.d(n,"a",(function(){return m}));var r=e(149),o=e(148),i=e(150),u=e(147),c=e(46),a=e(151),f=e(296);function s(t){return v(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||h(t)||p()}function l(t,n){return v(t)||function(t,n){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var e=[],r=!0,o=!1,i=void 0;try{for(var u,c=t[Symbol.iterator]();!(r=(u=c.next()).done)&&(e.push(u.value),!n||e.length!==n);r=!0);}catch(t){o=!0,i=t}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return e}(t,n)||h(t,n)||p()}function p(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(t,n){if(t){if("string"==typeof t)return d(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?d(t,n):void 0}}function d(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}function v(t){if(Array.isArray(t))return t}function y(t){return function(n){return t.pipe(Object(o.a)((function(t){return t?n:r.a})))}}function b(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),r=1;r<n;r++)e[r-1]=arguments[r];return function(n){return 0===e.length?n.pipe(Object(i.a)(t),Object(u.a)((function(t){return l(t,2)[1]})),Object(c.a)((function(t){return l(t,1)[0]}))):n.pipe(i.a.apply(void 0,[t].concat(e)),Object(u.a)((function(t){return s(t).slice(1).every((function(t){return t}))})),Object(c.a)((function(t){return l(t,1)[0]})))}}function m(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return function(n){var e=[];return n.pipe(Object(a.a)((function(t){return e.push(t)})),Object(f.a)(t),Object(c.a)((function(){return e})),Object(a.a)((function(){return e=[]})))}}},function(t,n,e){"use strict";e.d(n,"a",(function(){return m})),e.d(n,"b",(function(){return g})),e.d(n,"c",(function(){return w}));var r=e(6),o=e(15),i={now:function(){return(i.delegate||performance).now()},delegate:void 0},u=e(141);function c(t){var n=u.a.schedule;return new r.a((function(e){var r=new o.b,u=t||i,c=u.now();return r.add(n((function o(i){var a=u.now();e.next({timestamp:t?a:i,elapsed:a-c}),e.closed||r.add(n(o))}))),r}))}var a=c(),f=e(46),s=e(13),l=e(10);var p=e(2),h=e(113),d=e(108);function v(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function y(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?v(Object(e),!0).forEach((function(n){b(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):v(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function b(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function m(t,n){return new r.a((function(e){var r=new AbortController,o=r.signal,i=null;return fetch(t,y(y({},n),{},{signal:o})).then((function(t){i=t,e.next(t),e.complete()})).catch((function(t){return e.error(t)})),function(){i||r.abort()}}))}function g(t){return new r.a((function(n){var e=n.next.bind(n);return t.onchange?t.addEventListener("change",e):t.addListener(e),function(){t.onchange?t.removeEventListener("change",e):t.removeListener(e)}}))}function w(t,n,e,r,o){return(v?c(v):a).pipe(Object(f.a)((function(t){return t.elapsed})),(i=function(t){return t<r},void 0===u&&(u=!1),Object(s.b)((function(t,n){var e=0;t.subscribe(new l.a(n,(function(t){var r=i(t,e++);(r||u)&&n.next(t),!r&&n.complete()})))}))),function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return function(n){return Object(h.a)(n,d.a.apply(void 0,Object(p.i)(t)))}}(r),Object(f.a)((function(i){return t(i,n,e,r,o)})));var i,u,v}},function(t,n,e){var r=e(4),o=e(3).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,n,e){"use strict";var r=e(14),o=e(49),i=e(12);t.exports=function(t){for(var n=r(this),e=i(n.length),u=arguments.length,c=o(u>1?arguments[1]:void 0,e),a=u>2?arguments[2]:void 0,f=void 0===a?e:o(a,e);f>c;)n[c++]=t;return n}},function(t,n,e){var r=e(42);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,n,e){var r=e(42);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,n,e){var r=e(50),o=e(8)("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},function(t,n,e){"use strict";var r=e(11),o=e(39);t.exports=function(t,n,e){n in t?r.f(t,n,o(0,e)):t[n]=e}},function(t,n,e){var r=e(60),o=e(8)("iterator"),i=e(50);t.exports=e(33).getIteratorMethod=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[r(t)]}},function(t,n,e){var r=e(26),o=e(12),i=e(49);t.exports=function(t){return function(n,e,u){var c,a=r(n),f=o(a.length),s=i(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}}},function(t,n,e){"use strict";var r=e(41),o=e(118),i=e(50),u=e(26);t.exports=e(93)(Array,"Array",(function(t,n){this._t=u(t),this._i=0,this._k=n}),(function(){var t=this._t,n=this._k,e=this._i++;return!t||e>=t.length?(this._t=void 0,o(1)):o(0,"keys"==n?e:"values"==n?t[e]:[e,t[e]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,n,e){"use strict";var r=e(34),o=e(0),i=e(19),u=e(18),c=e(50),a=e(163),f=e(52),s=e(31),l=e(8)("iterator"),p=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,n,e,d,v,y,b){a(e,n,d);var m,g,w,S=function(t){if(!p&&t in j)return j[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},x=n+" Iterator",_="values"==v,O=!1,j=t.prototype,E=j[l]||j["@@iterator"]||v&&j[v],A=E||S(v),P=v?_?S("entries"):A:void 0,I="Array"==n&&j.entries||E;if(I&&(w=s(I.call(new t)))!==Object.prototype&&w.next&&(f(w,x,!0),r||"function"==typeof w[l]||u(w,l,h)),_&&E&&"values"!==E.name&&(O=!0,A=function(){return E.call(this)}),r&&!b||!p&&!O&&j[l]||u(j,l,A),c[n]=A,c[x]=h,v)if(m={values:_?A:S("values"),keys:y?A:S("keys"),entries:P},b)for(g in m)g in j||i(j,g,m[g]);else o(o.P+o.F*(p||O),n,m);return m}},function(t,n,e){var r=e(68)("keys"),o=e(40);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(4),o=e(122).set;t.exports=function(t,n,e){var i,u=n.constructor;return u!==e&&"function"==typeof u&&(i=u.prototype)!==e.prototype&&r(i)&&o&&o(t,i),t}},function(t,n){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,n){var e=Math.expm1;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:e},function(t,n){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,n,e){var r,o,i,u=e(24),c=e(130),a=e(120),f=e(84),s=e(3),l=s.process,p=s.setImmediate,h=s.clearImmediate,d=s.MessageChannel,v=s.Dispatch,y=0,b={},m=function(){var t=+this;if(b.hasOwnProperty(t)){var n=b[t];delete b[t],n()}},g=function(t){m.call(t.data)};p&&h||(p=function(t){for(var n=[],e=1;arguments.length>e;)n.push(arguments[e++]);return b[++y]=function(){c("function"==typeof t?t:Function(t),n)},r(y),y},h=function(t){delete b[t]},"process"==e(42)(l)?r=function(t){l.nextTick(u(m,t,1))}:v&&v.now?r=function(t){v.now(u(m,t,1))}:d?(i=(o=new d).port2,o.port1.onmessage=g,r=u(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(r=function(t){s.postMessage(t+"","*")},s.addEventListener("message",g,!1)):r="onreadystatechange"in f("script")?function(t){a.appendChild(f("script")).onreadystatechange=function(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),t.exports={set:p,clear:h}},function(t,n,e){var r=e(4),o=e(42),i=e(8)("match");t.exports=function(t){var n;return r(t)&&(void 0!==(n=t[i])?!!n:"RegExp"==o(t))}},function(t,n,e){"use strict";var r=e(103)(!0);t.exports=function(t,n,e){return n+(e?r(t,n).length:1)}},function(t,n,e){var r=e(35),o=e(30);t.exports=function(t){return function(n,e){var i,u,c=String(o(n)),a=r(e),f=c.length;return a<0||a>=f?t?"":void 0:(i=c.charCodeAt(a))<55296||i>56319||a+1===f||(u=c.charCodeAt(a+1))<56320||u>57343?t?c.charAt(a):i:t?c.slice(a,a+2):u-56320+(i-55296<<10)+65536}}},function(t,n,e){"use strict";var r,o,i=e(75),u=RegExp.prototype.exec,c=String.prototype.replace,a=u,f=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),s=void 0!==/()??/.exec("")[1];(f||s)&&(a=function(t){var n,e,r,o,a=this;return s&&(e=new RegExp("^"+a.source+"$(?!\\s)",i.call(a))),f&&(n=a.lastIndex),r=u.call(a,t),f&&r&&(a.lastIndex=a.global?r.index+r[0].length:n),s&&r&&r.length>1&&c.call(r[0],e,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=a},function(t,n,e){var r=e(101),o=e(30);t.exports=function(t,n,e){if(r(n))throw TypeError("String#"+e+" doesn't accept regex!");return String(o(t))}},function(t,n,e){var r=e(8)("match");t.exports=function(t){var n=/./;try{"/./"[t](n)}catch(e){try{return n[r]=!1,!"/./"[t](n)}catch(t){}}return!0}},function(t,n,e){for(var r,o=e(3),i=e(18),u=e(40),c=u("typed_array"),a=u("view"),f=!(!o.ArrayBuffer||!o.DataView),s=f,l=0,p="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");l<9;)(r=o[p[l++]])?(i(r.prototype,c,!0),i(r.prototype,a,!0)):s=!1;t.exports={ABV:f,CONSTR:s,TYPED:c,VIEW:a}},function(t,n,e){"use strict";e.d(n,"a",(function(){return u}));var r=e(56),o=e(58),i=e(48);function u(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=Object(i.c)(t);return e?Object(o.a)(t,e):Object(r.a)(t)}},,function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(47),o=e(37);function i(t){return void 0===t&&(t=1/0),Object(r.a)(o.a,t)}},function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"a",(function(){return i}));var r=e(6);function o(t){return new r.a((function(n){var e=new ResizeObserver((function(t){return t.forEach((function(t){return n.next(t)}))}));return e.observe(t),function(){e.unobserve(t)}}))}function i(t,n){return new r.a((function(e){var r=new MutationObserver((function(t){return t.forEach((function(t){return e.next(t)}))}));return r.observe(t,n),function(){r.disconnect()}}))}},function(t,n,e){"use strict";function r(t){var n=t((function(t){Error.call(t),t.stack=(new Error).stack}));return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return c}));var r=e(110);function o(){return Object(r.a)(1)}var i=e(56),u=e(48);function c(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return o()(Object(i.a)(t,Object(u.c)(t)))}},function(t,n,e){t.exports=!e(9)&&!e(7)((function(){return 7!=Object.defineProperty(e(84)("div"),"a",{get:function(){return 7}}).a}))},function(t,n,e){"use strict";var r=e(14),o=e(49),i=e(12);t.exports=[].copyWithin||function(t,n){var e=r(this),u=i(e.length),c=o(t,u),a=o(n,u),f=arguments.length>2?arguments[2]:void 0,s=Math.min((void 0===f?u:o(f,u))-a,u-c),l=1;for(a<c&&c<a+s&&(l=-1,a+=s-1,c+=s-1);s-- >0;)a in e?e[c]=e[a]:delete e[c],c+=l,a+=l;return e}},function(t,n,e){var r=e(157);t.exports=function(t,n){return new(r(t))(n)}},function(t,n,e){var r=e(5);t.exports=function(t,n,e,o){try{return o?n(r(e)[0],e[1]):n(e)}catch(n){var i=t.return;throw void 0!==i&&r(i.call(t)),n}}},function(t,n){t.exports=function(t,n){return{value:n,done:!!t}}},function(t,n,e){var r=e(20),o=e(26),i=e(91)(!1),u=e(94)("IE_PROTO");t.exports=function(t,n){var e,c=o(t),a=0,f=[];for(e in c)e!=u&&r(c,e)&&f.push(e);for(;n.length>a;)r(c,e=n[a++])&&(~i(f,e)||f.push(e));return f}},function(t,n,e){var r=e(3).document;t.exports=r&&r.documentElement},function(t,n,e){"use strict";var r=e(11).f,o=e(51),i=e(54),u=e(24),c=e(55),a=e(70),f=e(93),s=e(118),l=e(53),p=e(9),h=e(36).fastKey,d=e(44),v=p?"_s":"size",y=function(t,n){var e,r=h(n);if("F"!==r)return t._i[r];for(e=t._f;e;e=e.n)if(e.k==n)return e};t.exports={getConstructor:function(t,n,e,f){var s=t((function(t,r){c(t,s,n,"_i"),t._t=n,t._i=o(null),t._f=void 0,t._l=void 0,t[v]=0,null!=r&&a(r,e,t[f],t)}));return i(s.prototype,{clear:function(){for(var t=d(this,n),e=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete e[r.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var e=d(this,n),r=y(e,t);if(r){var o=r.n,i=r.p;delete e._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),e._f==r&&(e._f=o),e._l==r&&(e._l=i),e[v]--}return!!r},forEach:function(t){d(this,n);for(var e,r=u(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(r(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!y(d(this,n),t)}}),p&&r(s.prototype,"size",{get:function(){return d(this,n)[v]}}),s},def:function(t,n,e){var r,o,i=y(t,n);return i?i.v=e:(t._l=i={i:o=h(n,!0),k:n,v:e,p:r=t._l,n:void 0,r:!1},t._f||(t._f=i),r&&(r.n=i),t[v]++,"F"!==o&&(t._i[o]=i)),t},getEntry:y,setStrong:function(t,n,e){f(t,n,(function(t,e){this._t=d(t,n),this._k=e,this._l=void 0}),(function(){for(var t=this._k,n=this._l;n&&n.r;)n=n.p;return this._t&&(this._l=n=n?n.n:this._t._f)?s(0,"keys"==t?n.k:"values"==t?n.v:[n.k,n.v]):(this._t=void 0,s(1))}),e?"entries":"values",!e,!0),l(n)}}},function(t,n,e){var r=e(4),o=e(5),i=function(t,n){if(o(t),!r(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,n,r){try{(r=e(24)(Function.call,e(21).f(Object.prototype,"__proto__").set,2))(t,[]),n=!(t instanceof Array)}catch(t){n=!0}return function(t,e){return i(t,e),n?t.__proto__=e:r(t,e),t}}({},!1):void 0),check:i}},function(t,n){t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,n,e){var r=e(4),o=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&o(t)===t}},function(t,n,e){"use strict";var r=e(9),o=e(43),i=e(72),u=e(61),c=e(14),a=e(86),f=Object.assign;t.exports=!f||e(7)((function(){var t={},n={},e=Symbol(),r="abcdefghijklmnopqrst";return t[e]=7,r.split("").forEach((function(t){n[t]=t})),7!=f({},t)[e]||Object.keys(f({},n)).join("")!=r}))?function(t,n){for(var e=c(t),f=arguments.length,s=1,l=i.f,p=u.f;f>s;)for(var h,d=a(arguments[s++]),v=l?o(d).concat(l(d)):o(d),y=v.length,b=0;y>b;)h=v[b++],r&&!p.call(d,h)||(e[h]=d[h]);return e}:f},function(t,n,e){var r=e(9),o=e(43),i=e(26),u=e(61).f;t.exports=function(t){return function(n){for(var e,c=i(n),a=o(c),f=a.length,s=0,l=[];f>s;)e=a[s++],r&&!u.call(c,e)||l.push(t?[e,c[e]]:c[e]);return l}}},function(t,n,e){var r=e(45),o=e(72),i=e(5),u=e(3).Reflect;t.exports=u&&u.ownKeys||function(t){var n=r.f(i(t)),e=o.f;return e?n.concat(e(t)):n}},function(t,n,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(26),i=e(45).f,u={}.toString,c="object"==("undefined"==typeof window?"undefined":r(window))&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"[object Window]"==u.call(t)?function(t){try{return i(t)}catch(t){return c.slice()}}(t):i(o(t))}},function(t,n){t.exports=Object.is||function(t,n){return t===n?0!==t||1/t==1/n:t!=t&&n!=n}},function(t,n){t.exports=function(t,n,e){var r=void 0===e;switch(n.length){case 0:return r?t():t.call(e);case 1:return r?t(n[0]):t.call(e,n[0]);case 2:return r?t(n[0],n[1]):t.call(e,n[0],n[1]);case 3:return r?t(n[0],n[1],n[2]):t.call(e,n[0],n[1],n[2]);case 4:return r?t(n[0],n[1],n[2],n[3]):t.call(e,n[0],n[1],n[2],n[3])}return t.apply(e,n)}},function(t,n,e){"use strict";var r=e(25);function o(t){var n,e;this.promise=new t((function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r})),this.resolve=r(n),this.reject=r(e)}t.exports.f=function(t){return new o(t)}},function(t,n,e){var r=e(5),o=e(4),i=e(131);t.exports=function(t,n){if(r(t),o(n)&&n.constructor===t)return n;var e=i.f(t);return(0,e.resolve)(n),e.promise}},function(t,n,e){e(9)&&"g"!=/./g.flags&&e(11).f(RegExp.prototype,"flags",{configurable:!0,get:e(75)})},function(t,n,e){n.f=e(8)},function(t,n,e){var r=e(3),o=e(33),i=e(34),u=e(134),c=e(11).f;t.exports=function(t){var n=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},function(t,n,e){var r=e(12),o=e(137),i=e(30);t.exports=function(t,n,e,u){var c=String(i(t)),a=c.length,f=void 0===e?" ":String(e),s=r(n);if(s<=a||""==f)return c;var l=s-a,p=o.call(f,Math.ceil(l/f.length));return p.length>l&&(p=p.slice(0,l)),u?p+c:c+p}},function(t,n,e){"use strict";var r=e(35),o=e(30);t.exports=function(t){var n=String(o(this)),e="",i=r(t);if(i<0||i==1/0)throw RangeError("Count can't be negative");for(;i>0;(i>>>=1)&&(n+=n))1&i&&(e+=n);return e}},function(t,n,e){"use strict";var r=e(3),o=e(9),i=e(34),u=e(107),c=e(18),a=e(54),f=e(7),s=e(55),l=e(35),p=e(12),h=e(139),d=e(45).f,v=e(11).f,y=e(85),b=e(52),m=r.ArrayBuffer,g=r.DataView,w=r.Math,S=r.RangeError,x=r.Infinity,_=m,O=w.abs,j=w.pow,E=w.floor,A=w.log,P=w.LN2,I=o?"_b":"buffer",M=o?"_l":"byteLength",T=o?"_o":"byteOffset";function F(t,n,e){var r,o,i,u=new Array(e),c=8*e-n-1,a=(1<<c)-1,f=a>>1,s=23===n?j(2,-24)-j(2,-77):0,l=0,p=t<0||0===t&&1/t<0?1:0;for((t=O(t))!=t||t===x?(o=t!=t?1:0,r=a):(r=E(A(t)/P),t*(i=j(2,-r))<1&&(r--,i*=2),(t+=r+f>=1?s/i:s*j(2,1-f))*i>=2&&(r++,i/=2),r+f>=a?(o=0,r=a):r+f>=1?(o=(t*i-1)*j(2,n),r+=f):(o=t*j(2,f-1)*j(2,n),r=0));n>=8;u[l++]=255&o,o/=256,n-=8);for(r=r<<n|o,c+=n;c>0;u[l++]=255&r,r/=256,c-=8);return u[--l]|=128*p,u}function L(t,n,e){var r,o=8*e-n-1,i=(1<<o)-1,u=i>>1,c=o-7,a=e-1,f=t[a--],s=127&f;for(f>>=7;c>0;s=256*s+t[a],a--,c-=8);for(r=s&(1<<-c)-1,s>>=-c,c+=n;c>0;r=256*r+t[a],a--,c-=8);if(0===s)s=1-u;else{if(s===i)return r?NaN:f?-x:x;r+=j(2,n),s-=u}return(f?-1:1)*r*j(2,s-n)}function k(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]}function C(t){return[255&t]}function N(t){return[255&t,t>>8&255]}function R(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function D(t){return F(t,52,8)}function W(t){return F(t,23,4)}function B(t,n,e){v(t.prototype,n,{get:function(){return this[e]}})}function q(t,n,e,r){var o=h(+e);if(o+n>t[M])throw S("Wrong index!");var i=t[I]._b,u=o+t[T],c=i.slice(u,u+n);return r?c:c.reverse()}function U(t,n,e,r,o,i){var u=h(+e);if(u+n>t[M])throw S("Wrong index!");for(var c=t[I]._b,a=u+t[T],f=r(+o),s=0;s<n;s++)c[a+s]=f[i?s:n-s-1]}if(u.ABV){if(!f((function(){m(1)}))||!f((function(){new m(-1)}))||f((function(){return new m,new m(1.5),new m(NaN),"ArrayBuffer"!=m.name}))){for(var V,z=(m=function(t){return s(this,m),new _(h(t))}).prototype=_.prototype,G=d(_),H=0;G.length>H;)(V=G[H++])in m||c(m,V,_[V]);i||(z.constructor=m)}var Y=new g(new m(2)),$=g.prototype.setInt8;Y.setInt8(0,2147483648),Y.setInt8(1,2147483649),!Y.getInt8(0)&&Y.getInt8(1)||a(g.prototype,{setInt8:function(t,n){$.call(this,t,n<<24>>24)},setUint8:function(t,n){$.call(this,t,n<<24>>24)}},!0)}else m=function(t){s(this,m,"ArrayBuffer");var n=h(t);this._b=y.call(new Array(n),0),this[M]=n},g=function(t,n,e){s(this,g,"DataView"),s(t,m,"DataView");var r=t[M],o=l(n);if(o<0||o>r)throw S("Wrong offset!");if(o+(e=void 0===e?r-o:p(e))>r)throw S("Wrong length!");this[I]=t,this[T]=o,this[M]=e},o&&(B(m,"byteLength","_l"),B(g,"buffer","_b"),B(g,"byteLength","_l"),B(g,"byteOffset","_o")),a(g.prototype,{getInt8:function(t){return q(this,1,t)[0]<<24>>24},getUint8:function(t){return q(this,1,t)[0]},getInt16:function(t){var n=q(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=q(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function(t){return k(q(this,4,t,arguments[1]))},getUint32:function(t){return k(q(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return L(q(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return L(q(this,8,t,arguments[1]),52,8)},setInt8:function(t,n){U(this,1,t,C,n)},setUint8:function(t,n){U(this,1,t,C,n)},setInt16:function(t,n){U(this,2,t,N,n,arguments[2])},setUint16:function(t,n){U(this,2,t,N,n,arguments[2])},setInt32:function(t,n){U(this,4,t,R,n,arguments[2])},setUint32:function(t,n){U(this,4,t,R,n,arguments[2])},setFloat32:function(t,n){U(this,4,t,W,n,arguments[2])},setFloat64:function(t,n){U(this,8,t,D,n,arguments[2])}});b(m,"ArrayBuffer"),b(g,"DataView"),c(g.prototype,u.VIEW,!0),n.ArrayBuffer=m,n.DataView=g},function(t,n,e){var r=e(35),o=e(12);t.exports=function(t){if(void 0===t)return 0;var n=r(t),e=o(n);if(n!==e)throw RangeError("Wrong length!");return e}},function(t,n,e){"use strict";var r=e(54),o=e(36).getWeak,i=e(5),u=e(4),c=e(55),a=e(70),f=e(59),s=e(20),l=e(44),p=f(5),h=f(6),d=0,v=function(t){return t._l||(t._l=new y)},y=function(){this.a=[]},b=function(t,n){return p(t.a,(function(t){return t[0]===n}))};y.prototype={get:function(t){var n=b(this,t);if(n)return n[1]},has:function(t){return!!b(this,t)},set:function(t,n){var e=b(this,t);e?e[1]=n:this.a.push([t,n])},delete:function(t){var n=h(this.a,(function(n){return n[0]===t}));return~n&&this.a.splice(n,1),!!~n}},t.exports={getConstructor:function(t,n,e,i){var f=t((function(t,r){c(t,f,n,"_i"),t._t=n,t._i=d++,t._l=void 0,null!=r&&a(r,e,t[i],t)}));return r(f.prototype,{delete:function(t){if(!u(t))return!1;var e=o(t);return!0===e?v(l(this,n)).delete(t):e&&s(e,this._i)&&delete e[this._i]},has:function(t){if(!u(t))return!1;var e=o(t);return!0===e?v(l(this,n)).has(t):e&&s(e,this._i)}}),f},def:function(t,n,e){var r=o(i(n),!0);return!0===r?v(t).set(n,e):r[t._i]=e,t},ufstore:v}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(2),o=e(15),i={schedule:function(t){var n=requestAnimationFrame,e=cancelAnimationFrame,r=i.delegate;r&&(n=r.requestAnimationFrame,e=r.cancelAnimationFrame);var u=n((function(n){e=void 0,t(n)}));return new o.b((function(){return null==e?void 0:e(u)}))},requestAnimationFrame:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=i.delegate;return((null==e?void 0:e.requestAnimationFrame)||requestAnimationFrame).apply(void 0,Object(r.i)(t))})),cancelAnimationFrame:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=i.delegate;return((null==e?void 0:e.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,Object(r.i)(t))})),delegate:void 0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r={now:function(){return(r.delegate||Date).now()},delegate:void 0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return u}));var r=e(2),o=e(46),i=Array.isArray;function u(t){return Object(o.a)((function(n){return function(t,n){return i(n)?t.apply(void 0,Object(r.i)(n)):t(n)}(t,n)}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return c}));var r=e(2),o=function(t){function n(n,e){return t.call(this)||this}return Object(r.f)(n,t),n.prototype.schedule=function(t,n){return void 0===n&&(n=0),this},n}(e(15).b),i={setInterval:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=i.delegate;return((null==e?void 0:e.setInterval)||setInterval).apply(void 0,Object(r.i)(t))})),clearInterval:function(t){function n(n){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(t){var n=i.delegate;return((null==n?void 0:n.clearInterval)||clearInterval)(t)})),delegate:void 0},u=e(64),c=function(t){function n(n,e){var r=t.call(this,n,e)||this;return r.scheduler=n,r.work=e,r.pending=!1,r}return Object(r.f)(n,t),n.prototype.schedule=function(t,n){if(void 0===n&&(n=0),this.closed)return this;this.state=t;var e=this.id,r=this.scheduler;return null!=e&&(this.id=this.recycleAsyncId(r,e,n)),this.pending=!0,this.delay=n,this.id=this.id||this.requestAsyncId(r,this.id,n),this},n.prototype.requestAsyncId=function(t,n,e){return void 0===e&&(e=0),i.setInterval(t.flush.bind(t,this),e)},n.prototype.recycleAsyncId=function(t,n,e){if(void 0===e&&(e=0),null!=e&&this.delay===e&&!1===this.pending)return n;i.clearInterval(n)},n.prototype.execute=function(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var e=this._execute(t,n);if(e)return e;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},n.prototype._execute=function(t,n){var e,r=!1;try{this.work(t)}catch(t){r=!0,e=!!t&&t||new Error(t)}if(r)return this.unsubscribe(),e},n.prototype.unsubscribe=function(){if(!this.closed){var n=this.id,e=this.scheduler,r=e.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Object(u.a)(r,this),null!=n&&(this.id=this.recycleAsyncId(e,n,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},n}(o)},function(t,n,e){"use strict";e.d(n,"a",(function(){return u}));var r=e(6),o=e(78),i=e(81);function u(t,n,e){void 0===t&&(t=0),void 0===e&&(e=o.a);var u=-1;return null!=n&&(Object(i.a)(n)?e=n:u=n),new r.a((function(n){var r,o=(r=t)instanceof Date&&!isNaN(r)?+t-e.now():t;o<0&&(o=0);var i=0;return e.schedule((function(){n.closed||(n.next(i++),0<=u?this.schedule(void 0,u):n.complete())}),o)}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return u}));var r=e(2),o=e(142),i=function(){function t(n,e){void 0===e&&(e=t.now),this.schedulerActionCtor=n,this.now=e}return t.prototype.schedule=function(t,n,e){return void 0===n&&(n=0),new this.schedulerActionCtor(this,t).schedule(e,n)},t.now=o.a.now,t}(),u=function(t){function n(n,e){void 0===e&&(e=i.now);var r=t.call(this,n,e)||this;return r.actions=[],r.active=!1,r.scheduled=void 0,r}return Object(r.f)(n,t),n.prototype.flush=function(t){var n=this.actions;if(this.active)n.push(t);else{var e;this.active=!0;do{if(e=t.execute(t.state,t.delay))break}while(t=n.shift());if(this.active=!1,e){for(;t=n.shift();)t.unsubscribe();throw e}}},n}(i)},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(13),o=e(10);function i(t,n){return Object(r.b)((function(e,r){var i=0;e.subscribe(new o.a(r,(function(e){return t.call(n,e,i++)&&r.next(e)})))}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return u}));var r=e(17),o=e(13),i=e(10);function u(t,n){return Object(o.b)((function(e,o){var u=null,c=0,a=!1,f=function(){return a&&!u&&o.complete()};e.subscribe(new i.a(o,(function(e){null==u||u.unsubscribe();var a=0,s=c++;Object(r.c)(t(e,s)).subscribe(u=new i.a(o,(function(t){return o.next(n?n(e,t,s,a++):t)}),void 0,(function(){u=null,f()})))}),void 0,(function(){a=!0,f()})))}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(6),o=e(23),i=new r.a(o.a)},function(t,n,e){"use strict";e.d(n,"a",(function(){return s}));var r=e(2),o=e(13),i=e(10),u=e(17),c=e(37),a=e(23),f=e(48);function s(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=Object(f.b)(t);return Object(o.b)((function(n,o){for(var f=t.length,s=new Array(f),l=t.map((function(){return!1})),p=!1,h=function(n){Object(u.c)(t[n]).subscribe(new i.a(o,(function(t){s[n]=t,p||l[n]||(l[n]=!0,(p=l.every(c.a))&&(l=null))}),void 0,a.a))},d=0;d<f;d++)h(d);n.subscribe(new i.a(o,(function(t){if(p){var n=Object(r.i)([t],s);o.next(e?e.apply(void 0,Object(r.i)(n)):n)}})))}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return c}));var r=e(1),o=e(13),i=e(10),u=e(37);function c(t,n,e){var c=Object(r.a)(t)||n||e?{next:t,error:n,complete:e}:t;return c?Object(o.b)((function(t,n){t.subscribe(new i.a(n,(function(t){var e;null===(e=c.next)||void 0===e||e.call(c,t),n.next(t)}),(function(t){var e;null===(e=c.error)||void 0===e||e.call(c,t),n.error(t)}),(function(){var t;null===(t=c.complete)||void 0===t||t.call(c),n.complete()})))})):u.a}},function(t,n,e){"use strict";e.r(n);e(153),e(155),e(156),e(158),e(159),e(161),e(162),e(92),e(165),e(166),e(167),e(169),e(170),e(171),e(172),e(173),e(174),e(175),e(176),e(177),e(178),e(179),e(181),e(182),e(183),e(184),e(185),e(186),e(187),e(188),e(189),e(190),e(191),e(192),e(193),e(194),e(195),e(196),e(197),e(198),e(200),e(202),e(203),e(204),e(205),e(206),e(207),e(208),e(209),e(210),e(211),e(212),e(213),e(214),e(215),e(216),e(217),e(218),e(219),e(220),e(221),e(222),e(225),e(226),e(227),e(229),e(230),e(231),e(232),e(233),e(234),e(235),e(236),e(237),e(238),e(239),e(240),e(133),e(241),e(243),e(244),e(245),e(246),e(247),e(248),e(250),e(251),e(252),e(253),e(254),e(255),e(256),e(257),e(258),e(259),e(260),e(261),e(262),e(263),e(264),e(265),e(266),e(267),e(268),e(269),e(270),e(271),e(272),e(273),e(274),e(275),e(276),e(277),e(278),e(279),e(280),e(281),e(282),e(283),e(284),e(285),e(286),e(287),e(288),e(289),e(290),e(291),e(293),e(294);var r=e(22);e.p=window._publicPath;Object(r.k)(["classlist","eventlistener","queryselector","template"])&&(Promise.resolve().then(e.bind(null,295)),window._noNavbar||e.e(5).then(e.bind(null,300)),window._clapButton&&Object(r.k)(["customproperties","cssanimations","cssremunit"])&&Promise.all([e.e(9),e.e(1)]).then(e.bind(null,297)),!window._noDrawer&&Object(r.k)(["customproperties","history","matchmedia","opacity"])&&Promise.all([e.e(0),e.e(10),e.e(2)]).then(e.bind(null,298)),!window._noPushState&&Object(r.k)(["history","matchmedia","opacity","cssanimations","cssremunit","documentfragment"])&&Promise.all([e.e(0),e.e(13),e.e(6)]).then(e.bind(null,299)))},function(t,n,e){var r=e(0);r(r.P,"Array",{copyWithin:e(115)}),e(41)("copyWithin")},function(t,n,e){t.exports=e(68)("native-function-to-string",Function.toString)},function(t,n,e){var r=e(0);r(r.P,"Array",{fill:e(85)}),e(41)("fill")},function(t,n,e){"use strict";var r=e(0),o=e(59)(5),i=!0;"find"in[]&&Array(1).find((function(){i=!1})),r(r.P+r.F*i,"Array",{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(41)("find")},function(t,n,e){var r=e(4),o=e(87),i=e(8)("species");t.exports=function(t){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)||(n=void 0),r(n)&&null===(n=n[i])&&(n=void 0)),void 0===n?Array:n}},function(t,n,e){"use strict";var r=e(0),o=e(59)(6),i="findIndex",u=!0;i in[]&&Array(1)[i]((function(){u=!1})),r(r.P+r.F*u,"Array",{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(41)(i)},function(t,n,e){"use strict";var r=e(0),o=e(160),i=e(14),u=e(12),c=e(25),a=e(116);r(r.P,"Array",{flatMap:function(t){var n,e,r=i(this);return c(t),n=u(r.length),e=a(r,0),o(e,r,r,n,0,1,t,arguments[1]),e}}),e(41)("flatMap")},function(t,n,e){"use strict";var r=e(87),o=e(4),i=e(12),u=e(24),c=e(8)("isConcatSpreadable");t.exports=function t(n,e,a,f,s,l,p,h){for(var d,v,y=s,b=0,m=!!p&&u(p,h,3);b<f;){if(b in a){if(d=m?m(a[b],b,e):a[b],v=!1,o(d)&&(v=void 0!==(v=d[c])?!!v:r(d)),v&&l>0)y=t(n,e,d,i(d.length),y,l-1)-1;else{if(y>=9007199254740991)throw TypeError();n[y]=d}y++}b++}return y}},function(t,n,e){"use strict";var r=e(24),o=e(0),i=e(14),u=e(117),c=e(88),a=e(12),f=e(89),s=e(90);o(o.S+o.F*!e(69)((function(t){Array.from(t)})),"Array",{from:function(t){var n,e,o,l,p=i(t),h="function"==typeof this?this:Array,d=arguments.length,v=d>1?arguments[1]:void 0,y=void 0!==v,b=0,m=s(p);if(y&&(v=r(v,d>2?arguments[2]:void 0,2)),null==m||h==Array&&c(m))for(e=new h(n=a(p.length));n>b;b++)f(e,b,y?v(p[b],b):p[b]);else for(l=m.call(p),e=new h;!(o=l.next()).done;b++)f(e,b,y?u(l,v,[o.value,b],!0):o.value);return e.length=b,e}})},function(t,n,e){"use strict";var r=e(0),o=e(91)(!0);r(r.P,"Array",{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(41)("includes")},function(t,n,e){"use strict";var r=e(51),o=e(39),i=e(52),u={};e(18)(u,e(8)("iterator"),(function(){return this})),t.exports=function(t,n,e){t.prototype=r(u,{next:o(1,e)}),i(t,n+" Iterator")}},function(t,n,e){var r=e(11),o=e(5),i=e(43);t.exports=e(9)?Object.defineProperties:function(t,n){o(t);for(var e,u=i(n),c=u.length,a=0;c>a;)r.f(t,e=u[a++],n[e]);return t}},function(t,n,e){"use strict";var r=e(0),o=e(89);r(r.S+r.F*e(7)((function(){function t(){}return!(Array.of.call(t)instanceof t)})),"Array",{of:function(){for(var t=0,n=arguments.length,e=new("function"==typeof this?this:Array)(n);n>t;)o(e,t,arguments[t++]);return e.length=n,e}})},function(t,n,e){e(53)("Array")},function(t,n,e){var r=e(8)("toPrimitive"),o=Date.prototype;r in o||e(18)(o,r,e(168))},function(t,n,e){"use strict";var r=e(5),o=e(29);t.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return o(r(this),"number"!=t)}},function(t,n,e){"use strict";var r=e(4),o=e(31),i=e(8)("hasInstance"),u=Function.prototype;i in u||e(11).f(u,i,{value:function(t){if("function"!=typeof this||!r(t))return!1;if(!r(this.prototype))return t instanceof this;for(;t=o(t);)if(this.prototype===t)return!0;return!1}})},function(t,n,e){var r=e(11).f,o=Function.prototype,i=/^\s*function ([^ (]*)/;"name"in o||e(9)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(t){return""}}})},function(t,n,e){"use strict";var r=e(121),o=e(44);t.exports=e(71)("Map",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{get:function(t){var n=r.getEntry(o(this,"Map"),t);return n&&n.v},set:function(t,n){return r.def(o(this,"Map"),0===t?0:t,n)}},r,!0)},function(t,n,e){var r=e(0),o=e(123),i=Math.sqrt,u=Math.acosh;r(r.S+r.F*!(u&&710==Math.floor(u(Number.MAX_VALUE))&&u(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:o(t-1+i(t-1)*i(t+1))}})},function(t,n,e){var r=e(0),o=Math.asinh;r(r.S+r.F*!(o&&1/o(0)>0),"Math",{asinh:function t(n){return isFinite(n=+n)&&0!=n?n<0?-t(-n):Math.log(n+Math.sqrt(n*n+1)):n}})},function(t,n,e){var r=e(0),o=Math.atanh;r(r.S+r.F*!(o&&1/o(-0)<0),"Math",{atanh:function(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},function(t,n,e){var r=e(0),o=e(97);r(r.S,"Math",{cbrt:function(t){return o(t=+t)*Math.pow(Math.abs(t),1/3)}})},function(t,n,e){var r=e(0);r(r.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},function(t,n,e){var r=e(0),o=Math.exp;r(r.S,"Math",{cosh:function(t){return(o(t=+t)+o(-t))/2}})},function(t,n,e){var r=e(0),o=e(98);r(r.S+r.F*(o!=Math.expm1),"Math",{expm1:o})},function(t,n,e){var r=e(0);r(r.S,"Math",{fround:e(180)})},function(t,n,e){var r=e(97),o=Math.pow,i=o(2,-52),u=o(2,-23),c=o(2,127)*(2-u),a=o(2,-126);t.exports=Math.fround||function(t){var n,e,o=Math.abs(t),f=r(t);return o<a?f*(o/a/u+1/i-1/i)*a*u:(e=(n=(1+u/i)*o)-(n-o))>c||e!=e?f*(1/0):f*e}},function(t,n,e){var r=e(0),o=Math.abs;r(r.S,"Math",{hypot:function(t,n){for(var e,r,i=0,u=0,c=arguments.length,a=0;u<c;)a<(e=o(arguments[u++]))?(i=i*(r=a/e)*r+1,a=e):i+=e>0?(r=e/a)*r:e;return a===1/0?1/0:a*Math.sqrt(i)}})},function(t,n,e){var r=e(0),o=Math.imul;r(r.S+r.F*e(7)((function(){return-5!=o(4294967295,5)||2!=o.length})),"Math",{imul:function(t,n){var e=+t,r=+n,o=65535&e,i=65535&r;return 0|o*i+((65535&e>>>16)*i+o*(65535&r>>>16)<<16>>>0)}})},function(t,n,e){var r=e(0);r(r.S,"Math",{log1p:e(123)})},function(t,n,e){var r=e(0);r(r.S,"Math",{log10:function(t){return Math.log(t)*Math.LOG10E}})},function(t,n,e){var r=e(0);r(r.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,n,e){var r=e(0);r(r.S,"Math",{sign:e(97)})},function(t,n,e){var r=e(0),o=e(98),i=Math.exp;r(r.S+r.F*e(7)((function(){return-2e-17!=!Math.sinh(-2e-17)})),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(o(t)-o(-t))/2:(i(t-1)-i(-t-1))*(Math.E/2)}})},function(t,n,e){var r=e(0),o=e(98),i=Math.exp;r(r.S,"Math",{tanh:function(t){var n=o(t=+t),e=o(-t);return n==1/0?1:e==1/0?-1:(n-e)/(i(t)+i(-t))}})},function(t,n,e){var r=e(0);r(r.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},function(t,n,e){"use strict";var r=e(3),o=e(20),i=e(42),u=e(96),c=e(29),a=e(7),f=e(45).f,s=e(21).f,l=e(11).f,p=e(62).trim,h=r.Number,d=h,v=h.prototype,y="Number"==i(e(51)(v)),b="trim"in String.prototype,m=function(t){var n=c(t,!1);if("string"==typeof n&&n.length>2){var e,r,o,i=(n=b?n.trim():p(n,3)).charCodeAt(0);if(43===i||45===i){if(88===(e=n.charCodeAt(2))||120===e)return NaN}else if(48===i){switch(n.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+n}for(var u,a=n.slice(2),f=0,s=a.length;f<s;f++)if((u=a.charCodeAt(f))<48||u>o)return NaN;return parseInt(a,r)}}return+n};if(!h(" 0o1")||!h("0b1")||h("+0x1")){h=function(t){var n=arguments.length<1?0:t,e=this;return e instanceof h&&(y?a((function(){v.valueOf.call(e)})):"Number"!=i(e))?u(new d(m(n)),e,h):m(n)};for(var g,w=e(9)?f(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;w.length>S;S++)o(d,g=w[S])&&!o(h,g)&&l(h,g,s(d,g));h.prototype=v,v.constructor=h,e(19)(r,"Number",h)}},function(t,n,e){var r=e(0);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(t,n,e){var r=e(0),o=e(3).isFinite;r(r.S,"Number",{isFinite:function(t){return"number"==typeof t&&o(t)}})},function(t,n,e){var r=e(0);r(r.S,"Number",{isInteger:e(124)})},function(t,n,e){var r=e(0);r(r.S,"Number",{isNaN:function(t){return t!=t}})},function(t,n,e){var r=e(0),o=e(124),i=Math.abs;r(r.S,"Number",{isSafeInteger:function(t){return o(t)&&i(t)<=9007199254740991}})},function(t,n,e){var r=e(0);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(t,n,e){var r=e(0);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(t,n,e){var r=e(0),o=e(199);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(t,n,e){var r=e(3).parseFloat,o=e(62).trim;t.exports=1/r(e(99)+"-0")!=-1/0?function(t){var n=o(String(t),3),e=r(n);return 0===e&&"-"==n.charAt(0)?-0:e}:r},function(t,n,e){var r=e(0),o=e(201);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(t,n,e){var r=e(3).parseInt,o=e(62).trim,i=e(99),u=/^[-+]?0[xX]/;t.exports=8!==r(i+"08")||22!==r(i+"0x16")?function(t,n){var e=o(String(t),3);return r(e,n>>>0||(u.test(e)?16:10))}:r},function(t,n,e){var r=e(0);r(r.S+r.F,"Object",{assign:e(125)})},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(25),u=e(11);e(9)&&r(r.P+e(73),"Object",{__defineGetter__:function(t,n){u.f(o(this),t,{get:i(n),enumerable:!0,configurable:!0})}})},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(25),u=e(11);e(9)&&r(r.P+e(73),"Object",{__defineSetter__:function(t,n){u.f(o(this),t,{set:i(n),enumerable:!0,configurable:!0})}})},function(t,n,e){var r=e(0),o=e(126)(!0);r(r.S,"Object",{entries:function(t){return o(t)}})},function(t,n,e){var r=e(4),o=e(36).onFreeze;e(27)("freeze",(function(t){return function(n){return t&&r(n)?t(o(n)):n}}))},function(t,n,e){var r=e(26),o=e(21).f;e(27)("getOwnPropertyDescriptor",(function(){return function(t,n){return o(r(t),n)}}))},function(t,n,e){var r=e(0),o=e(127),i=e(26),u=e(21),c=e(89);r(r.S,"Object",{getOwnPropertyDescriptors:function(t){for(var n,e,r=i(t),a=u.f,f=o(r),s={},l=0;f.length>l;)void 0!==(e=a(r,n=f[l++]))&&c(s,n,e);return s}})},function(t,n,e){e(27)("getOwnPropertyNames",(function(){return e(128).f}))},function(t,n,e){var r=e(14),o=e(31);e(27)("getPrototypeOf",(function(){return function(t){return o(r(t))}}))},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(29),u=e(31),c=e(21).f;e(9)&&r(r.P+e(73),"Object",{__lookupGetter__:function(t){var n,e=o(this),r=i(t,!0);do{if(n=c(e,r))return n.get}while(e=u(e))}})},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(29),u=e(31),c=e(21).f;e(9)&&r(r.P+e(73),"Object",{__lookupSetter__:function(t){var n,e=o(this),r=i(t,!0);do{if(n=c(e,r))return n.set}while(e=u(e))}})},function(t,n,e){var r=e(4),o=e(36).onFreeze;e(27)("preventExtensions",(function(t){return function(n){return t&&r(n)?t(o(n)):n}}))},function(t,n,e){"use strict";var r=e(60),o={};o[e(8)("toStringTag")]="z",o+""!="[object z]"&&e(19)(Object.prototype,"toString",(function(){return"[object "+r(this)+"]"}),!0)},function(t,n,e){var r=e(0);r(r.S,"Object",{is:e(129)})},function(t,n,e){var r=e(4);e(27)("isFrozen",(function(t){return function(n){return!r(n)||!!t&&t(n)}}))},function(t,n,e){var r=e(4);e(27)("isSealed",(function(t){return function(n){return!r(n)||!!t&&t(n)}}))},function(t,n,e){var r=e(4);e(27)("isExtensible",(function(t){return function(n){return!!r(n)&&(!t||t(n))}}))},function(t,n,e){var r=e(14),o=e(43);e(27)("keys",(function(){return function(t){return o(r(t))}}))},function(t,n,e){var r=e(4),o=e(36).onFreeze;e(27)("seal",(function(t){return function(n){return t&&r(n)?t(o(n)):n}}))},function(t,n,e){var r=e(0),o=e(126)(!1);r(r.S,"Object",{values:function(t){return o(t)}})},function(t,n,e){"use strict";var r,o,i,u,c=e(34),a=e(3),f=e(24),s=e(60),l=e(0),p=e(4),h=e(25),d=e(55),v=e(70),y=e(63),b=e(100).set,m=e(223)(),g=e(131),w=e(224),S=e(74),x=e(132),_=a.TypeError,O=a.process,j=O&&O.versions,E=j&&j.v8||"",A=a.Promise,P="process"==s(O),I=function(){},M=o=g.f,T=!!function(){try{var t=A.resolve(1),n=(t.constructor={})[e(8)("species")]=function(t){t(I,I)};return(P||"function"==typeof PromiseRejectionEvent)&&t.then(I)instanceof n&&0!==E.indexOf("6.6")&&-1===S.indexOf("Chrome/66")}catch(t){}}(),F=function(t){var n;return!(!p(t)||"function"!=typeof(n=t.then))&&n},L=function(t,n){if(!t._n){t._n=!0;var e=t._c;m((function(){for(var r=t._v,o=1==t._s,i=0,u=function(n){var e,i,u,c=o?n.ok:n.fail,a=n.resolve,f=n.reject,s=n.domain;try{c?(o||(2==t._h&&N(t),t._h=1),!0===c?e=r:(s&&s.enter(),e=c(r),s&&(s.exit(),u=!0)),e===n.promise?f(_("Promise-chain cycle")):(i=F(e))?i.call(e,a,f):a(e)):f(r)}catch(t){s&&!u&&s.exit(),f(t)}};e.length>i;)u(e[i++]);t._c=[],t._n=!1,n&&!t._h&&k(t)}))}},k=function(t){b.call(a,(function(){var n,e,r,o=t._v,i=C(t);if(i&&(n=w((function(){P?O.emit("unhandledRejection",o,t):(e=a.onunhandledrejection)?e({promise:t,reason:o}):(r=a.console)&&r.error&&r.error("Unhandled promise rejection",o)})),t._h=P||C(t)?2:1),t._a=void 0,i&&n.e)throw n.v}))},C=function(t){return 1!==t._h&&0===(t._a||t._c).length},N=function(t){b.call(a,(function(){var n;P?O.emit("rejectionHandled",t):(n=a.onrejectionhandled)&&n({promise:t,reason:t._v})}))},R=function(t){var n=this;n._d||(n._d=!0,(n=n._w||n)._v=t,n._s=2,n._a||(n._a=n._c.slice()),L(n,!0))},D=function t(n){var e,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===n)throw _("Promise can't be resolved itself");(e=F(n))?m((function(){var o={_w:r,_d:!1};try{e.call(n,f(t,o,1),f(R,o,1))}catch(t){R.call(o,t)}})):(r._v=n,r._s=1,L(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};T||(A=function(t){d(this,A,"Promise","_h"),h(t),r.call(this);try{t(f(D,this,1),f(R,this,1))}catch(t){R.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=e(54)(A.prototype,{then:function(t,n){var e=M(y(this,A));return e.ok="function"!=typeof t||t,e.fail="function"==typeof n&&n,e.domain=P?O.domain:void 0,this._c.push(e),this._a&&this._a.push(e),this._s&&L(this,!1),e.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r;this.promise=t,this.resolve=f(D,t,1),this.reject=f(R,t,1)},g.f=M=function(t){return t===A||t===u?new i(t):o(t)}),l(l.G+l.W+l.F*!T,{Promise:A}),e(52)(A,"Promise"),e(53)("Promise"),u=e(33).Promise,l(l.S+l.F*!T,"Promise",{reject:function(t){var n=M(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!T),"Promise",{resolve:function(t){return x(c&&this===u?A:this,t)}}),l(l.S+l.F*!(T&&e(69)((function(t){A.all(t).catch(I)}))),"Promise",{all:function(t){var n=this,e=M(n),r=e.resolve,o=e.reject,i=w((function(){var e=[],i=0,u=1;v(t,!1,(function(t){var c=i++,a=!1;e.push(void 0),u++,n.resolve(t).then((function(t){a||(a=!0,e[c]=t,--u||r(e))}),o)})),--u||r(e)}));return i.e&&o(i.v),e.promise},race:function(t){var n=this,e=M(n),r=e.reject,o=w((function(){v(t,!1,(function(t){n.resolve(t).then(e.resolve,r)}))}));return o.e&&r(o.v),e.promise}})},function(t,n,e){var r=e(3),o=e(100).set,i=r.MutationObserver||r.WebKitMutationObserver,u=r.process,c=r.Promise,a="process"==e(42)(u);t.exports=function(){var t,n,e,f=function(){var r,o;for(a&&(r=u.domain)&&r.exit();t;){o=t.fn,t=t.next;try{o()}catch(r){throw t?e():n=void 0,r}}n=void 0,r&&r.enter()};if(a)e=function(){u.nextTick(f)};else if(!i||r.navigator&&r.navigator.standalone)if(c&&c.resolve){var s=c.resolve(void 0);e=function(){s.then(f)}}else e=function(){o.call(r,f)};else{var l=!0,p=document.createTextNode("");new i(f).observe(p,{characterData:!0}),e=function(){p.data=l=!l}}return function(r){var o={fn:r,next:void 0};n&&(n.next=o),t||(t=o,e()),n=o}}},function(t,n){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},function(t,n,e){"use strict";var r=e(0),o=e(33),i=e(3),u=e(63),c=e(132);r(r.P+r.R,"Promise",{finally:function(t){var n=u(this,o.Promise||i.Promise),e="function"==typeof t;return this.then(e?function(e){return c(n,t()).then((function(){return e}))}:t,e?function(e){return c(n,t()).then((function(){throw e}))}:t)}})},function(t,n,e){var r=e(0),o=e(25),i=e(5),u=(e(3).Reflect||{}).apply,c=Function.apply;r(r.S+r.F*!e(7)((function(){u((function(){}))})),"Reflect",{apply:function(t,n,e){var r=o(t),a=i(e);return u?u(r,n,a):c.call(r,n,a)}})},function(t,n,e){var r=e(0),o=e(51),i=e(25),u=e(5),c=e(4),a=e(7),f=e(228),s=(e(3).Reflect||{}).construct,l=a((function(){function t(){}return!(s((function(){}),[],t)instanceof t)})),p=!a((function(){s((function(){}))}));r(r.S+r.F*(l||p),"Reflect",{construct:function(t,n){i(t),u(n);var e=arguments.length<3?t:i(arguments[2]);if(p&&!l)return s(t,n,e);if(t==e){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var r=[null];return r.push.apply(r,n),new(f.apply(t,r))}var a=e.prototype,h=o(c(a)?a:Object.prototype),d=Function.apply.call(t,h,n);return c(d)?d:h}})},function(t,n,e){"use strict";var r=e(25),o=e(4),i=e(130),u=[].slice,c={},a=function(t,n,e){if(!(n in c)){for(var r=[],o=0;o<n;o++)r[o]="a["+o+"]";c[n]=Function("F,a","return new F("+r.join(",")+")")}return c[n](t,e)};t.exports=Function.bind||function(t){var n=r(this),e=u.call(arguments,1),c=function r(){var o=e.concat(u.call(arguments));return this instanceof r?a(n,o.length,o):i(n,o,t)};return o(n.prototype)&&(c.prototype=n.prototype),c}},function(t,n,e){var r=e(11),o=e(0),i=e(5),u=e(29);o(o.S+o.F*e(7)((function(){Reflect.defineProperty(r.f({},1,{value:1}),1,{value:2})})),"Reflect",{defineProperty:function(t,n,e){i(t),n=u(n,!0),i(e);try{return r.f(t,n,e),!0}catch(t){return!1}}})},function(t,n,e){var r=e(0),o=e(21).f,i=e(5);r(r.S,"Reflect",{deleteProperty:function(t,n){var e=o(i(t),n);return!(e&&!e.configurable)&&delete t[n]}})},function(t,n,e){var r=e(21),o=e(31),i=e(20),u=e(0),c=e(4),a=e(5);u(u.S,"Reflect",{get:function t(n,e){var u,f,s=arguments.length<3?n:arguments[2];return a(n)===s?n[e]:(u=r.f(n,e))?i(u,"value")?u.value:void 0!==u.get?u.get.call(s):void 0:c(f=o(n))?t(f,e,s):void 0}})},function(t,n,e){var r=e(21),o=e(0),i=e(5);o(o.S,"Reflect",{getOwnPropertyDescriptor:function(t,n){return r.f(i(t),n)}})},function(t,n,e){var r=e(0),o=e(31),i=e(5);r(r.S,"Reflect",{getPrototypeOf:function(t){return o(i(t))}})},function(t,n,e){var r=e(0);r(r.S,"Reflect",{has:function(t,n){return n in t}})},function(t,n,e){var r=e(0),o=e(5),i=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(t){return o(t),!i||i(t)}})},function(t,n,e){var r=e(0);r(r.S,"Reflect",{ownKeys:e(127)})},function(t,n,e){var r=e(0),o=e(5),i=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(t){o(t);try{return i&&i(t),!0}catch(t){return!1}}})},function(t,n,e){var r=e(11),o=e(21),i=e(31),u=e(20),c=e(0),a=e(39),f=e(5),s=e(4);c(c.S,"Reflect",{set:function t(n,e,c){var l,p,h=arguments.length<4?n:arguments[3],d=o.f(f(n),e);if(!d){if(s(p=i(n)))return t(p,e,c,h);d=a(0)}if(u(d,"value")){if(!1===d.writable||!s(h))return!1;if(l=o.f(h,e)){if(l.get||l.set||!1===l.writable)return!1;l.value=c,r.f(h,e,l)}else r.f(h,e,a(0,c));return!0}return void 0!==d.set&&(d.set.call(h,c),!0)}})},function(t,n,e){var r=e(0),o=e(122);o&&r(r.S,"Reflect",{setPrototypeOf:function(t,n){o.check(t,n);try{return o.set(t,n),!0}catch(t){return!1}}})},function(t,n,e){var r=e(3),o=e(96),i=e(11).f,u=e(45).f,c=e(101),a=e(75),f=r.RegExp,s=f,l=f.prototype,p=/a/g,h=/a/g,d=new f(p)!==p;if(e(9)&&(!d||e(7)((function(){return h[e(8)("match")]=!1,f(p)!=p||f(h)==h||"/a/i"!=f(p,"i")})))){f=function(t,n){var e=this instanceof f,r=c(t),i=void 0===n;return!e&&r&&t.constructor===f&&i?t:o(d?new s(r&&!i?t.source:t,n):s((r=t instanceof f)?t.source:t,r&&i?a.call(t):n),e?this:l,f)};for(var v=function(t){t in f||i(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]=n}})},y=u(s),b=0;y.length>b;)v(y[b++]);l.constructor=f,f.prototype=l,e(19)(r,"RegExp",f)}e(53)("RegExp")},function(t,n,e){"use strict";var r=e(5),o=e(12),i=e(102),u=e(76);e(77)("match",1,(function(t,n,e,c){return[function(e){var r=t(this),o=null==e?void 0:e[n];return void 0!==o?o.call(e,r):new RegExp(e)[n](String(r))},function(t){var n=c(e,t,this);if(n.done)return n.value;var a=r(t),f=String(this);if(!a.global)return u(a,f);var s=a.unicode;a.lastIndex=0;for(var l,p=[],h=0;null!==(l=u(a,f));){var d=String(l[0]);p[h]=d,""===d&&(a.lastIndex=i(f,o(a.lastIndex),s)),h++}return 0===h?null:p}]}))},function(t,n,e){"use strict";var r=e(104);e(0)({target:"RegExp",proto:!0,forced:r!==/./.exec},{exec:r})},function(t,n,e){"use strict";var r=e(5),o=e(14),i=e(12),u=e(35),c=e(102),a=e(76),f=Math.max,s=Math.min,l=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,h=/\$([$&`']|\d\d?)/g;e(77)("replace",2,(function(t,n,e,d){return[function(r,o){var i=t(this),u=null==r?void 0:r[n];return void 0!==u?u.call(r,i,o):e.call(String(i),r,o)},function(t,n){var o=d(e,t,this,n);if(o.done)return o.value;var l=r(t),p=String(this),h="function"==typeof n;h||(n=String(n));var y=l.global;if(y){var b=l.unicode;l.lastIndex=0}for(var m=[];;){var g=a(l,p);if(null===g)break;if(m.push(g),!y)break;""===String(g[0])&&(l.lastIndex=c(p,i(l.lastIndex),b))}for(var w,S="",x=0,_=0;_<m.length;_++){g=m[_];for(var O=String(g[0]),j=f(s(u(g.index),p.length),0),E=[],A=1;A<g.length;A++)E.push(void 0===(w=g[A])?w:String(w));var P=g.groups;if(h){var I=[O].concat(E,j,p);void 0!==P&&I.push(P);var M=String(n.apply(void 0,I))}else M=v(O,p,j,E,P,n);j>=x&&(S+=p.slice(x,j)+M,x=j+O.length)}return S+p.slice(x)}];function v(t,n,r,i,u,c){var a=r+t.length,f=i.length,s=h;return void 0!==u&&(u=o(u),s=p),e.call(c,s,(function(e,o){var c;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(a);case"<":c=u[o.slice(1,-1)];break;default:var s=+o;if(0===s)return e;if(s>f){var p=l(s/10);return 0===p?e:p<=f?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):e}c=i[s-1]}return void 0===c?"":c}))}}))},function(t,n,e){"use strict";var r=e(101),o=e(5),i=e(63),u=e(102),c=e(12),a=e(76),f=e(104),s=e(7),l=Math.min,p=[].push,h="length",d=!s((function(){RegExp(4294967295,"y")}));e(77)("split",2,(function(t,n,e,s){var v;return v="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[h]||2!="ab".split(/(?:ab)*/)[h]||4!=".".split(/(.?)(.?)/)[h]||".".split(/()()/)[h]>1||"".split(/.?/)[h]?function(t,n){var o=String(this);if(void 0===t&&0===n)return[];if(!r(t))return e.call(o,t,n);for(var i,u,c,a=[],s=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,d=void 0===n?4294967295:n>>>0,v=new RegExp(t.source,s+"g");(i=f.call(v,o))&&!((u=v.lastIndex)>l&&(a.push(o.slice(l,i.index)),i[h]>1&&i.index<o[h]&&p.apply(a,i.slice(1)),c=i[0][h],l=u,a[h]>=d));)v.lastIndex===i.index&&v.lastIndex++;return l===o[h]?!c&&v.test("")||a.push(""):a.push(o.slice(l)),a[h]>d?a.slice(0,d):a}:"0".split(void 0,0)[h]?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,r){var o=t(this),i=null==e?void 0:e[n];return void 0!==i?i.call(e,o,r):v.call(String(o),e,r)},function(t,n){var r=s(v,t,this,n,v!==e);if(r.done)return r.value;var f=o(t),p=String(this),h=i(f,RegExp),y=f.unicode,b=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(d?"y":"g"),m=new h(d?f:"^(?:"+f.source+")",b),g=void 0===n?4294967295:n>>>0;if(0===g)return[];if(0===p.length)return null===a(m,p)?[p]:[];for(var w=0,S=0,x=[];S<p.length;){m.lastIndex=d?S:0;var _,O=a(m,d?p:p.slice(S));if(null===O||(_=l(c(m.lastIndex+(d?0:S)),p.length))===w)S=u(p,S,y);else{if(x.push(p.slice(w,S)),x.length===g)return x;for(var j=1;j<=O.length-1;j++)if(x.push(O[j]),x.length===g)return x;S=w=_}}return x.push(p.slice(w)),x}]}))},function(t,n,e){"use strict";var r=e(5),o=e(129),i=e(76);e(77)("search",1,(function(t,n,e,u){return[function(e){var r=t(this),o=null==e?void 0:e[n];return void 0!==o?o.call(e,r):new RegExp(e)[n](String(r))},function(t){var n=u(e,t,this);if(n.done)return n.value;var c=r(t),a=String(this),f=c.lastIndex;o(f,0)||(c.lastIndex=0);var s=i(c,a);return o(c.lastIndex,f)||(c.lastIndex=f),null===s?-1:s.index}]}))},function(t,n,e){"use strict";e(133);var r=e(5),o=e(75),i=e(9),u=/./.toString,c=function(t){e(19)(RegExp.prototype,"toString",t,!0)};e(7)((function(){return"/a/b"!=u.call({source:"a",flags:"b"})}))?c((function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!i&&t instanceof RegExp?o.call(t):void 0)})):"toString"!=u.name&&c((function(){return u.call(this)}))},function(t,n,e){"use strict";var r=e(121),o=e(44);t.exports=e(71)("Set",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return r.def(o(this,"Set"),t=0===t?0:t,t)}},r)},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(3),i=e(20),u=e(9),c=e(0),a=e(19),f=e(36).KEY,s=e(7),l=e(68),p=e(52),h=e(40),d=e(8),v=e(134),y=e(135),b=e(249),m=e(87),g=e(5),w=e(4),S=e(14),x=e(26),_=e(29),O=e(39),j=e(51),E=e(128),A=e(21),P=e(72),I=e(11),M=e(43),T=A.f,F=I.f,L=E.f,k=o.Symbol,C=o.JSON,N=C&&C.stringify,R=d("_hidden"),D=d("toPrimitive"),W={}.propertyIsEnumerable,B=l("symbol-registry"),q=l("symbols"),U=l("op-symbols"),V=Object.prototype,z="function"==typeof k&&!!P.f,G=o.QObject,H=!G||!G.prototype||!G.prototype.findChild,Y=u&&s((function(){return 7!=j(F({},"a",{get:function(){return F(this,"a",{value:7}).a}})).a}))?function(t,n,e){var r=T(V,n);r&&delete V[n],F(t,n,e),r&&t!==V&&F(V,n,r)}:F,$=function(t){var n=q[t]=j(k.prototype);return n._k=t,n},J=z&&"symbol"==r(k.iterator)?function(t){return"symbol"==r(t)}:function(t){return t instanceof k},K=function(t,n,e){return t===V&&K(U,n,e),g(t),n=_(n,!0),g(e),i(q,n)?(e.enumerable?(i(t,R)&&t[R][n]&&(t[R][n]=!1),e=j(e,{enumerable:O(0,!1)})):(i(t,R)||F(t,R,O(1,{})),t[R][n]=!0),Y(t,n,e)):F(t,n,e)},X=function(t,n){g(t);for(var e,r=b(n=x(n)),o=0,i=r.length;i>o;)K(t,e=r[o++],n[e]);return t},Z=function(t){var n=W.call(this,t=_(t,!0));return!(this===V&&i(q,t)&&!i(U,t))&&(!(n||!i(this,t)||!i(q,t)||i(this,R)&&this[R][t])||n)},Q=function(t,n){if(t=x(t),n=_(n,!0),t!==V||!i(q,n)||i(U,n)){var e=T(t,n);return!e||!i(q,n)||i(t,R)&&t[R][n]||(e.enumerable=!0),e}},tt=function(t){for(var n,e=L(x(t)),r=[],o=0;e.length>o;)i(q,n=e[o++])||n==R||n==f||r.push(n);return r},nt=function(t){for(var n,e=t===V,r=L(e?U:x(t)),o=[],u=0;r.length>u;)!i(q,n=r[u++])||e&&!i(V,n)||o.push(q[n]);return o};z||(a((k=function(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),n=function n(e){this===V&&n.call(U,e),i(this,R)&&i(this[R],t)&&(this[R][t]=!1),Y(this,t,O(1,e))};return u&&H&&Y(V,t,{configurable:!0,set:n}),$(t)}).prototype,"toString",(function(){return this._k})),A.f=Q,I.f=K,e(45).f=E.f=tt,e(61).f=Z,P.f=nt,u&&!e(34)&&a(V,"propertyIsEnumerable",Z,!0),v.f=function(t){return $(d(t))}),c(c.G+c.W+c.F*!z,{Symbol:k});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;et.length>rt;)d(et[rt++]);for(var ot=M(d.store),it=0;ot.length>it;)y(ot[it++]);c(c.S+c.F*!z,"Symbol",{for:function(t){return i(B,t+="")?B[t]:B[t]=k(t)},keyFor:function(t){if(!J(t))throw TypeError(t+" is not a symbol!");for(var n in B)if(B[n]===t)return n},useSetter:function(){H=!0},useSimple:function(){H=!1}}),c(c.S+c.F*!z,"Object",{create:function(t,n){return void 0===n?j(t):X(j(t),n)},defineProperty:K,defineProperties:X,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:nt});var ut=s((function(){P.f(1)}));c(c.S+c.F*ut,"Object",{getOwnPropertySymbols:function(t){return P.f(S(t))}}),C&&c(c.S+c.F*(!z||s((function(){var t=k();return"[null]"!=N([t])||"{}"!=N({a:t})||"{}"!=N(Object(t))}))),"JSON",{stringify:function(t){for(var n,e,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(e=n=r[1],(w(n)||void 0!==t)&&!J(t))return m(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!J(n))return n}),r[1]=n,N.apply(C,r)}}),k.prototype[D]||e(18)(k.prototype,D,k.prototype.valueOf),p(k,"Symbol"),p(Math,"Math",!0),p(o.JSON,"JSON",!0)},function(t,n,e){var r=e(43),o=e(72),i=e(61);t.exports=function(t){var n=r(t),e=o.f;if(e)for(var u,c=e(t),a=i.f,f=0;c.length>f;)a.call(t,u=c[f++])&&n.push(u);return n}},function(t,n,e){e(135)("asyncIterator")},function(t,n,e){"use strict";e(16)("anchor",(function(t){return function(n){return t(this,"a","name",n)}}))},function(t,n,e){"use strict";e(16)("big",(function(t){return function(){return t(this,"big","","")}}))},function(t,n,e){"use strict";e(16)("blink",(function(t){return function(){return t(this,"blink","","")}}))},function(t,n,e){"use strict";e(16)("bold",(function(t){return function(){return t(this,"b","","")}}))},function(t,n,e){"use strict";var r=e(0),o=e(103)(!1);r(r.P,"String",{codePointAt:function(t){return o(this,t)}})},function(t,n,e){"use strict";var r=e(0),o=e(12),i=e(105),u="".endsWith;r(r.P+r.F*e(106)("endsWith"),"String",{endsWith:function(t){var n=i(this,t,"endsWith"),e=arguments.length>1?arguments[1]:void 0,r=o(n.length),c=void 0===e?r:Math.min(o(e),r),a=String(t);return u?u.call(n,a,c):n.slice(c-a.length,c)===a}})},function(t,n,e){"use strict";e(16)("fixed",(function(t){return function(){return t(this,"tt","","")}}))},function(t,n,e){"use strict";e(16)("fontcolor",(function(t){return function(n){return t(this,"font","color",n)}}))},function(t,n,e){"use strict";e(16)("fontsize",(function(t){return function(n){return t(this,"font","size",n)}}))},function(t,n,e){var r=e(0),o=e(49),i=String.fromCharCode,u=String.fromCodePoint;r(r.S+r.F*(!!u&&1!=u.length),"String",{fromCodePoint:function(t){for(var n,e=[],r=arguments.length,u=0;r>u;){if(n=+arguments[u++],o(n,1114111)!==n)throw RangeError(n+" is not a valid code point");e.push(n<65536?i(n):i(55296+((n-=65536)>>10),n%1024+56320))}return e.join("")}})},function(t,n,e){"use strict";var r=e(0),o=e(105);r(r.P+r.F*e(106)("includes"),"String",{includes:function(t){return!!~o(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,n,e){"use strict";e(16)("italics",(function(t){return function(){return t(this,"i","","")}}))},function(t,n,e){"use strict";var r=e(103)(!0);e(93)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,n=this._t,e=this._i;return e>=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})}))},function(t,n,e){"use strict";e(16)("link",(function(t){return function(n){return t(this,"a","href",n)}}))},function(t,n,e){"use strict";var r=e(0),o=e(136),i=e(74),u=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(i);r(r.P+r.F*u,"String",{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0,!0)}})},function(t,n,e){"use strict";var r=e(0),o=e(136),i=e(74),u=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(i);r(r.P+r.F*u,"String",{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0,!1)}})},function(t,n,e){var r=e(0),o=e(26),i=e(12);r(r.S,"String",{raw:function(t){for(var n=o(t.raw),e=i(n.length),r=arguments.length,u=[],c=0;e>c;)u.push(String(n[c++])),c<r&&u.push(String(arguments[c]));return u.join("")}})},function(t,n,e){var r=e(0);r(r.P,"String",{repeat:e(137)})},function(t,n,e){"use strict";e(16)("small",(function(t){return function(){return t(this,"small","","")}}))},function(t,n,e){"use strict";var r=e(0),o=e(12),i=e(105),u="".startsWith;r(r.P+r.F*e(106)("startsWith"),"String",{startsWith:function(t){var n=i(this,t,"startsWith"),e=o(Math.min(arguments.length>1?arguments[1]:void 0,n.length)),r=String(t);return u?u.call(n,r,e):n.slice(e,e+r.length)===r}})},function(t,n,e){"use strict";e(16)("strike",(function(t){return function(){return t(this,"strike","","")}}))},function(t,n,e){"use strict";e(16)("sub",(function(t){return function(){return t(this,"sub","","")}}))},function(t,n,e){"use strict";e(16)("sup",(function(t){return function(){return t(this,"sup","","")}}))},function(t,n,e){"use strict";e(62)("trimLeft",(function(t){return function(){return t(this,1)}}),"trimStart")},function(t,n,e){"use strict";e(62)("trimRight",(function(t){return function(){return t(this,2)}}),"trimEnd")},function(t,n,e){"use strict";var r=e(0),o=e(107),i=e(138),u=e(5),c=e(49),a=e(12),f=e(4),s=e(3).ArrayBuffer,l=e(63),p=i.ArrayBuffer,h=i.DataView,d=o.ABV&&s.isView,v=p.prototype.slice,y=o.VIEW;r(r.G+r.W+r.F*(s!==p),{ArrayBuffer:p}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(t){return d&&d(t)||f(t)&&y in t}}),r(r.P+r.U+r.F*e(7)((function(){return!new p(2).slice(1,void 0).byteLength})),"ArrayBuffer",{slice:function(t,n){if(void 0!==v&&void 0===n)return v.call(u(this),t);for(var e=u(this).byteLength,r=c(t,e),o=c(void 0===n?e:n,e),i=new(l(this,p))(a(o-r)),f=new h(this),s=new h(i),d=0;r<o;)s.setUint8(d++,f.getUint8(r++));return i}}),e(53)("ArrayBuffer")},function(t,n,e){e(32)("Int8",1,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Uint8",1,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Uint8",1,(function(t){return function(n,e,r){return t(this,n,e,r)}}),!0)},function(t,n,e){e(32)("Int16",2,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Uint16",2,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Int32",4,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Uint32",4,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Float32",4,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){e(32)("Float64",8,(function(t){return function(n,e,r){return t(this,n,e,r)}}))},function(t,n,e){"use strict";var r,o=e(3),i=e(59)(0),u=e(19),c=e(36),a=e(125),f=e(140),s=e(4),l=e(44),p=e(44),h=!o.ActiveXObject&&"ActiveXObject"in o,d=c.getWeak,v=Object.isExtensible,y=f.ufstore,b=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},m={get:function(t){if(s(t)){var n=d(t);return!0===n?y(l(this,"WeakMap")).get(t):n?n[this._i]:void 0}},set:function(t,n){return f.def(l(this,"WeakMap"),t,n)}},g=t.exports=e(71)("WeakMap",b,m,f,!0,!0);p&&h&&(a((r=f.getConstructor(b,"WeakMap")).prototype,m),c.NEED=!0,i(["delete","has","get","set"],(function(t){var n=g.prototype,e=n[t];u(n,t,(function(n,o){if(s(n)&&!v(n)){this._f||(this._f=new r);var i=this._f[t](n,o);return"set"==t?this:i}return e.call(this,n,o)}))})))},function(t,n,e){"use strict";var r=e(140),o=e(44);e(71)("WeakSet",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return r.def(o(this,"WeakSet"),t,!0)}},r,!1,!0)},function(t,n,e){var r=e(3),o=e(0),i=e(74),u=[].slice,c=/MSIE .\./.test(i),a=function(t){return function(n,e){var r=arguments.length>2,o=!!r&&u.call(arguments,2);return t(r?function(){("function"==typeof n?n:Function(n)).apply(this,o)}:n,e)}};o(o.G+o.B+o.F*c,{setTimeout:a(r.setTimeout),setInterval:a(r.setInterval)})},function(t,n,e){var r=e(0),o=e(100);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(t,n,e){for(var r=e(92),o=e(43),i=e(19),u=e(3),c=e(18),a=e(50),f=e(8),s=f("iterator"),l=f("toStringTag"),p=a.Array,h={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=o(h),v=0;v<d.length;v++){var y,b=d[v],m=h[b],g=u[b],w=g&&g.prototype;if(w&&(w[s]||c(w,s,p),w[l]||c(w,l,b),a[b]=p,m))for(y in r)w[y]||i(w,y,r[y],!0)}},function(t,n,e){(function(t){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var e=function(t){"use strict";var e=Object.prototype,r=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",u=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function a(t,n,e){return Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[n]}try{a({},"")}catch(t){a=function(t,n,e){return t[n]=e}}function f(t,n,e,r){var o=n&&n.prototype instanceof p?n:p,i=Object.create(o.prototype),u=new O(r||[]);return i._invoke=function(t,n,e){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return E()}for(e.method=o,e.arg=i;;){var u=e.delegate;if(u){var c=S(u,e);if(c){if(c===l)continue;return c}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if("suspendedStart"===r)throw r="completed",e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);r="executing";var a=s(t,n,e);if("normal"===a.type){if(r=e.done?"completed":"suspendedYield",a.arg===l)continue;return{value:a.arg,done:e.done}}"throw"===a.type&&(r="completed",e.method="throw",e.arg=a.arg)}}}(t,e,u),i}function s(t,n,e){try{return{type:"normal",arg:t.call(n,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l={};function p(){}function h(){}function d(){}var v={};v[i]=function(){return this};var y=Object.getPrototypeOf,b=y&&y(y(j([])));b&&b!==e&&r.call(b,i)&&(v=b);var m=d.prototype=p.prototype=Object.create(v);function g(t){["next","throw","return"].forEach((function(n){a(t,n,(function(t){return this._invoke(n,t)}))}))}function w(t,e){var o;this._invoke=function(i,u){function c(){return new e((function(o,c){!function o(i,u,c,a){var f=s(t[i],t,u);if("throw"!==f.type){var l=f.arg,p=l.value;return p&&"object"===n(p)&&r.call(p,"__await")?e.resolve(p.__await).then((function(t){o("next",t,c,a)}),(function(t){o("throw",t,c,a)})):e.resolve(p).then((function(t){l.value=t,c(l)}),(function(t){return o("throw",t,c,a)}))}a(f.arg)}(i,u,o,c)}))}return o=o?o.then(c,c):c()}}function S(t,n){var e=t.iterator[n.method];if(void 0===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=void 0,S(t,n),"throw"===n.method))return l;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=s(e,t.iterator,n.arg);if("throw"===r.type)return n.method="throw",n.arg=r.arg,n.delegate=null,l;var o=r.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=void 0),n.delegate=null,l):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,l)}function x(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function _(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function j(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var e=-1,o=function n(){for(;++e<t.length;)if(r.call(t,e))return n.value=t[e],n.done=!1,n;return n.value=void 0,n.done=!0,n};return o.next=o}}return{next:E}}function E(){return{value:void 0,done:!0}}return h.prototype=m.constructor=d,d.constructor=h,h.displayName=a(d,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===h||"GeneratorFunction"===(n.displayName||n.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,d):(t.__proto__=d,a(t,c,"GeneratorFunction")),t.prototype=Object.create(m),t},t.awrap=function(t){return{__await:t}},g(w.prototype),w.prototype[u]=function(){return this},t.AsyncIterator=w,t.async=function(n,e,r,o,i){void 0===i&&(i=Promise);var u=new w(f(n,e,r,o),i);return t.isGeneratorFunction(e)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},g(m),a(m,c,"Generator"),m[i]=function(){return this},m.toString=function(){return"[object Generator]"},t.keys=function(t){var n=[];for(var e in t)n.push(e);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=j,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function e(e,r){return u.type="throw",u.arg=t,n.next=e,r&&(n.method="next",n.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],u=i.completion;if("root"===i.tryLoc)return e("end");if(i.tryLoc<=this.prev){var c=r.call(i,"catchLoc"),a=r.call(i,"finallyLoc");if(c&&a){if(this.prev<i.catchLoc)return e(i.catchLoc,!0);if(this.prev<i.finallyLoc)return e(i.finallyLoc)}else if(c){if(this.prev<i.catchLoc)return e(i.catchLoc,!0)}else{if(!a)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return e(i.finallyLoc)}}}},abrupt:function(t,n){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=n&&n<=i.finallyLoc&&(i=null);var u=i?i.completion:{};return u.type=t,u.arg=n,i?(this.method="next",this.next=i.finallyLoc,l):this.complete(u)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),l},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),_(e),l}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var o=r.arg;_(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:j(t),resultName:n,nextLoc:e},"next"===this.method&&(this.arg=void 0),l}},t}("object"===n(t)?t.exports:{});try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}).call(this,e(292)(t))},function(t,n){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,n){console.log(" __ __ __ __ \r\n/\\ \\/\\ \\ /\\ \\ __ /\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ /\\_\\ __ ___ \\ \\ \\/'\\ \r\n \\ \\ _ \\ /\\ \\/\\ \\ /'_` \\ /'__`\\ \\/\\ \\ /'__`\\ /'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ /\\ \\L\\ \\ /\\ __/ \\ \\ \\ /\\ \\L\\.\\_ /\\ \\__/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\/_/\\/_/ `/___/> \\\\/__,_ / \\/____//\\ \\_\\ \\\\/__/\\/_/ \\/____/ \\/_/\\/_/\r\n /\\___/ \\ \\____/ \r\n \\/__/ \\/___/ \n\n"),console.log("Powered by Hydejack v9.1.0 <https://hydejack.com/>")},function(t,n){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(t,n,r){var o=[],i={_version:"3.6.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!1},_q:[],on:function(t,n){var e=this;setTimeout((function(){n(e[t])}),0)},addTest:function(t,n,e){o.push({name:t,fn:n,options:e})},addAsyncTest:function(t){o.push({name:null,fn:t})}},u=function(){};u.prototype=i,u=new u;var c=t.CSS&&t.CSS.supports.bind(t.CSS)||t.supportsCSS;function a(t,n){return e(t)===n}u.addTest("customproperties",!!c&&(c("--f:0")||c("--f",0))),u.addTest("customelements","customElements"in t),u.addTest("customevent","CustomEvent"in t&&"function"==typeof t.CustomEvent),u.addTest("eventlistener","addEventListener"in t),u.addTest("queryselector","querySelector"in n&&"querySelectorAll"in n),u.addTest("history",(function(){var n=navigator.userAgent;return(-1===n.indexOf("Android 2.")&&-1===n.indexOf("Android 4.0")||-1===n.indexOf("Mobile Safari")||-1!==n.indexOf("Chrome")||-1!==n.indexOf("Windows Phone")||"file:"===location.protocol)&&(t.history&&"pushState"in t.history)})),u.addTest("promises",(function(){return"Promise"in t&&"resolve"in t.Promise&&"reject"in t.Promise&&"all"in t.Promise&&"race"in t.Promise&&(new t.Promise((function(t){n=t})),"function"==typeof n);var n}));var f=[];var s=i._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];i._prefixes=s;var l=n.documentElement;u.addTest("classlist","classList"in l),u.addTest("documentfragment",(function(){return"createDocumentFragment"in n&&"appendChild"in l}));var p="svg"===l.nodeName.toLowerCase();function h(){return"function"!=typeof n.createElement?n.createElement(arguments[0]):p?n.createElementNS.call(n,"http://www.w3.org/2000/svg",arguments[0]):n.createElement.apply(n,arguments)}function d(t){return t.replace(/([a-z])-([a-z])/g,(function(t,n,e){return n+e.toUpperCase()})).replace(/^-/,"")}function v(t,e,r,o){var i,u,c,a,f="modernizr",s=h("div"),d=function(){var t=n.body;return t||((t=h(p?"svg":"body")).fake=!0),t}();if(parseInt(r,10))for(;r--;)(c=h("div")).id=o?o[r]:f+(r+1),s.appendChild(c);return(i=h("style")).type="text/css",i.id="s"+f,(d.fake?d:s).appendChild(i),d.appendChild(s),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(n.createTextNode(t)),s.id=f,d.fake&&(d.style.background="",d.style.overflow="hidden",a=l.style.overflow,l.style.overflow="hidden",l.appendChild(d)),u=e(s,t),d.fake?(d.parentNode.removeChild(d),l.style.overflow=a,l.offsetHeight):s.parentNode.removeChild(s),!!u}u.addTest("opacity",(function(){var t=h("a").style;return t.cssText=s.join("opacity:.55;"),/^0.55$/.test(t.opacity)})),u.addTest("csspointerevents",(function(){var t=h("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents})),u.addTest("cssremunit",(function(){var t=h("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)})),u.addTest("template","content"in h("template"));var y=i.testStyles=v;u.addTest("touchevents",(function(){var e;if("ontouchstart"in t||t.DocumentTouch&&n instanceof DocumentTouch)e=!0;else{var r=["@media (",s.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");y(r,(function(t){e=9===t.offsetTop}))}return e}));var b=i._config.usePrefixes?"Moz O ms Webkit".split(" "):[];i._cssomPrefixes=b;var m=function(n){var e,r=s.length,o=t.CSSRule;if(void 0!==o){if(!n)return!1;if((e=(n=n.replace(/^@/,"")).replace(/-/g,"_").toUpperCase()+"_RULE")in o)return"@"+n;for(var i=0;i<r;i++){var u=s[i];if(u.toUpperCase()+"_"+e in o)return"@-"+u.toLowerCase()+"-"+n}return!1}};i.atRule=m;var g=i._config.usePrefixes?"Moz O ms Webkit".toLowerCase().split(" "):[];function w(t,n){return function(){return t.apply(n,arguments)}}function S(t){return t.replace(/([A-Z])/g,(function(t,n){return"-"+n.toLowerCase()})).replace(/^ms-/,"-ms-")}function x(n,e){var r=n.length;if("CSS"in t&&"supports"in t.CSS){for(;r--;)if(t.CSS.supports(S(n[r]),e))return!0;return!1}if("CSSSupportsRule"in t){for(var o=[];r--;)o.push("("+S(n[r])+":"+e+")");return v("@supports ("+(o=o.join(" or "))+") { #modernizr { position: absolute; } }",(function(n){return"absolute"==function(n,e,r){var o;if("getComputedStyle"in t){o=getComputedStyle.call(t,n,e);var i=t.console;if(null!==o)r&&(o=o.getPropertyValue(r));else if(i)i[i.error?"error":"log"].call(i,"getComputedStyle returning null, its possible modernizr test results are inaccurate")}else o=!e&&n.currentStyle&&n.currentStyle[r];return o}(n,null,"position")}))}}i._domPrefixes=g;var _={elem:h("modernizr")};u._q.push((function(){delete _.elem}));var O={style:_.elem.style};function j(t,n,e,r,o){var i=t.charAt(0).toUpperCase()+t.slice(1),u=(t+" "+b.join(i+" ")+i).split(" ");return a(n,"string")||a(n,"undefined")?function(t,n,e,r){if(r=!a(r,"undefined")&&r,!a(e,"undefined")){var o=x(t,e);if(!a(o,"undefined"))return o}for(var i,u,c,f,s,l=["modernizr","tspan","samp"];!O.style&&l.length;)i=!0,O.modElem=h(l.shift()),O.style=O.modElem.style;function p(){i&&(delete O.style,delete O.modElem)}for(c=t.length,u=0;u<c;u++)if(f=t[u],s=O.style[f],~(""+f).indexOf("-")&&(f=d(f)),void 0!==O.style[f]){if(r||a(e,"undefined"))return p(),"pfx"!=n||f;try{O.style[f]=e}catch(t){}if(O.style[f]!=s)return p(),"pfx"!=n||f}return p(),!1}(u,n,r,o):function(t,n,e){var r;for(var o in t)if(t[o]in n)return!1===e?t[o]:a(r=n[t[o]],"function")?w(r,e||n):r;return!1}(u=(t+" "+g.join(i+" ")+i).split(" "),n,e)}function E(t,n,e){return j(t,void 0,void 0,n,e)}u._q.unshift((function(){delete O.style})),i.testAllProps=j,i.testAllProps=E,u.addTest("cssanimations",E("animationName","a",!0)),u.addTest("csstransforms",(function(){return-1===navigator.userAgent.indexOf("Android 2.")&&E("transform","scale(1)",!0)}));var A=i.prefixed=function(t,n,e){return 0===t.indexOf("@")?m(t):(-1!=t.indexOf("-")&&(t=d(t)),n?j(t,n,e):j(t,"pfx"))};u.addTest("requestanimationframe",!!A("requestAnimationFrame",t),{aliases:["raf"]}),u.addTest("matchmedia",!!A("matchMedia",t)),function(){var t,n,e,r,i,c;for(var s in o)if(o.hasOwnProperty(s)){if(t=[],(n=o[s]).name&&(t.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(e=0;e<n.options.aliases.length;e++)t.push(n.options.aliases[e].toLowerCase());for(r=a(n.fn,"function")?n.fn():n.fn,i=0;i<t.length;i++)1===(c=t[i].split(".")).length?u[c[0]]=r:(!u[c[0]]||u[c[0]]instanceof Boolean||(u[c[0]]=new Boolean(u[c[0]])),u[c[0]][c[1]]=r),f.push((r?"":"no-")+c.join("-"))}}(),delete i.addTest,delete i.addAsyncTest;for(var P=0;P<u._q.length;P++)u._q[P]();t.Modernizr=u}(window,document)},function(t,n,e){"use strict";e.r(n);var r=e(22),o=e(301),i=e(302);function u(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var e=[],r=!0,o=!1,i=void 0;try{for(var u,c=t[Symbol.iterator]();!(r=(u=c.next()).done)&&(e.push(u.value),!n||e.length!==n);r=!0);}catch(t){o=!0,i=t}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return e}(t,n)||function(t,n){if(!t)return;if("string"==typeof t)return c(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);"Object"===e&&t.constructor&&(e=t.constructor.name);if("Map"===e||"Set"===e)return Array.from(t);if("Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return c(t,n)}(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}var a=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},f=function(t){return"[object HTMLCollection]"===Object.prototype.toString.call(t)},s=function(t){return"[object NodeList]"===Object.prototype.toString.call(t)},l=/on([A-Z][A-Za-z]+)/,p=function(t,n){function e(t){"string"==typeof t?this.appendChild(n(t)):null!=t&&this.appendChild(t)}return function(n,r){var o=t(n);for(var i in r){var c=void 0;if(c=l.exec(i)){var p=c,h=u(p,2),d=h[1];o.addEventListener(d.toLowerCase(),r[i])}else o.setAttribute(i,r[i])}for(var v=arguments.length,y=new Array(v>2?v-2:0),b=2;b<v;b++)y[b-2]=arguments[b];var m,g=y[0];return a(g)||(m=f(g))||(m=s(g))?(m&&(g=Array.prototype.slice.call(g,0)),Array.prototype.forEach.call(g,e,o)):Array.prototype.forEach.call(y,e,o),o}},h=p(document.createElement.bind(document),document.createTextNode.bind(document));function d(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var e=[],r=!0,o=!1,i=void 0;try{for(var u,c=t[Symbol.iterator]();!(r=(u=c.next()).done)&&(e.push(u.value),!n||e.length!==n);r=!0);}catch(t){o=!0,i=t}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return e}(t,n)||y(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t){return function(t){if(Array.isArray(t))return b(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||y(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(t,n){if(t){if("string"==typeof t)return b(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?b(t,n):void 0}}function b(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}function m(t,n,e,r,o,i,u){try{var c=t[i](u),a=c.value}catch(t){return void e(t)}c.done?n(a):Promise.resolve(a).then(r,o)}function g(t){return function(){var n=this,e=arguments;return new Promise((function(r,o){var i=t.apply(n,e);function u(t){m(i,r,o,u,c,"next",t)}function c(t){m(i,r,o,u,c,"throw",t)}u(void 0)}))}}var w=function(t){for(var n,e,r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];(n=t.classList).remove.apply(n,o),t.offsetWidth,(e=t.classList).add.apply(e,o)};g(regeneratorRuntime.mark((function t(){var n,u,c,a,f,s,l,p,y,b;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return s=function(t,n){a&&!window._noPushState&&a.addEventListener("hy-push-state-load",(function(){return t(document.getElementById("_main"))}),n),t(document.getElementById("_main"))},f=function(t,n){a&&!window._noPushState&&a.addEventListener("hy-push-state-ready",(function(n){var e=d(n.detail.replaceEls,1)[0];return t(e)}),n),t(document.getElementById("_main"))},t.next=4,Promise.all([].concat(v("animate"in Element.prototype?[]:[e.e(15).then(e.t.bind(null,351,7))]),v("IntersectionObserver"in window?[]:[e.e(12).then(e.t.bind(null,352,7))])));case 4:return t.next=6,r.s;case 6:if("li[id^='fn:']","a[href^='#fn:']",'pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]',"pre.highlight > code",n=/(?:title|file):[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*["'`](((?:(?!["'\\`])[\s\S])|\\(?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))*)["'`]/i,"h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]",500,u=[{opacity:0},{opacity:1}],c={fill:"forwards",duration:500,easing:"ease"},a=document.querySelector("hy-push-state"),1.5,l=!0,f((function(t){if(t){t.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]").forEach((function(t){var n=Object(r.l)("_permalink-template");n.querySelector(".permalink").href="#".concat(t.id),t.appendChild(n)}));var e=t.querySelector("#markdown-toc");e&&e.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(t.querySelectorAll("pre.highlight > code")).forEach((function(t){var n,e=null==t||null===(n=t.parentNode)||void 0===n?void 0:n.parentNode,r=h("button",{onClick:function(){var n=g(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,navigator.clipboard.writeText(t.innerText);case 2:w(r,"copy-success");case 3:case"end":return n.stop()}}),n)})));return function(){return n.apply(this,arguments)}}()},h("small",{class:"icon-copy",title:"Copy"}),h("small",{class:"icon-checkmark",title:"Done"}));null==e||e.appendChild(r)})),Array.from(t.querySelectorAll("pre.highlight > code")).map((function(t){return t.children[0]})).forEach((function(t){var e=n.exec(null==t?void 0:t.innerText);if(e){var r=d(e,2)[1],o=t.parentNode,i=t.childNodes[0],u=i.wholeText.indexOf("\n");if(u>-1){var c=i.splitText(u);o.insertBefore(c,o.firstChild)}o.removeChild(t),o.childNodes[0].splitText(1),o.removeChild(o.childNodes[0]);var a=o.parentNode.parentNode,f=h("div",{class:"pre-header break-layout"},h("span",{},h("small",{class:"icon-file-empty"})," ",r));a.insertBefore(f,a.firstChild)}})),"complete"in HTMLImageElement.prototype&&(t.querySelectorAll("img[width][height][loading=lazy]").forEach((function(t){l&&t.complete||(t.style.opacity="0",t.addEventListener("load",(function(){return t.animate(u,c)}),{once:!0}))})),l=!1)}})),p=null,s((function(){var t,n=document.getElementById("_main");if(n){var e=n.querySelector("#markdown-toc");e&&(e.classList.remove("toc-hide"),e.classList.add("toc-show")),n.querySelectorAll("li[id^='fn:']").forEach((function(t){return t.tabIndex=0})),n.querySelectorAll("a[href^='#fn:']").forEach((function(t){return t.addEventListener("click",(function(t){var n;return null===(n=document.getElementById(t.currentTarget.getAttribute("href").substr(1)))||void 0===n?void 0:n.focus()}))})),n.querySelectorAll('pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]').forEach((function(t){return t.addEventListener("touchstart",(function(n){return t.scrollLeft>0&&n.stopPropagation()}),{passive:!1})}));var o=null===(t=document.getElementById("_katexPreload"))||void 0===t?void 0:t.href;!p&&o&&Object(r.m)(n.querySelectorAll(".katex"),{rootMargin:"1440px"}).then((function(){p=Object(r.q)(o)}))}})),y=document.getElementById("_MathJax"),!a||!y){t.next=31;break}if((b=function(t){var n=d(t.detail.replaceEls,1)[0];n.querySelectorAll('script[type="math/tex; mode=display"]').forEach((function(t){t.outerHTML=t.innerText.replace("% <![CDATA[","\\[").replace("%]]>","\\]")})),n.querySelectorAll('script[type="math/tex"]').forEach((function(t){t.outerHTML="\\(".concat(t.innerText,"\\)")}))})({detail:{replaceEls:[document]}}),"MathJax"in window){t.next=28;break}return t.next=28,Object(r.r)(y,"load");case 28:return t.next=30,MathJax.typesetPromise();case 30:window._noPushState||(a.addEventListener("ready",b),Object(o.a)(a,"after").pipe(Object(i.a)((function(){return MathJax.typesetPromise()}))).subscribe());case 31:case"end":return t.stop()}}),t)})))()},function(t,n,e){"use strict";e.d(n,"a",(function(){return f}));var r=e(78),o=e(13),i=e(23),u=e(10),c=e(17);var a=e(145);function f(t,n){void 0===n&&(n=r.b);var e,f=Object(a.a)(t,n);return e=function(){return f},Object(o.b)((function(t,n){var r=!1,o=null,a=null,f=function(){if(null==a||a.unsubscribe(),a=null,r){r=!1;var t=o;o=null,n.next(t)}};t.subscribe(new u.a(n,(function(t){null==a||a.unsubscribe(),r=!0,o=t,a=new u.a(n,f,void 0,i.a),Object(c.c)(e(t)).subscribe(a)}),void 0,(function(){f(),n.complete()}),(function(){o=a=null})))}))}},,,,,function(t,n,e){"use strict";e.d(n,"a",(function(){return h}));var r=e(2),o=e(6),i=e(47),u=e(57),c=e(1),a=e(143),f=e(56),s=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function h(t,n,e,v){if(Object(c.a)(e)&&(v=e,e=void 0),v)return h(t,n,e).pipe(Object(a.a)(v));var y=Object(r.h)(function(t){return Object(c.a)(t.addEventListener)&&Object(c.a)(t.removeEventListener)}(t)?l.map((function(r){return function(o){return t[r](n,o,e)}})):function(t){return Object(c.a)(t.addListener)&&Object(c.a)(t.removeListener)}(t)?s.map(d(t,n)):function(t){return Object(c.a)(t.on)&&Object(c.a)(t.off)}(t)?p.map(d(t,n)):[],2),b=y[0],m=y[1];return!b&&Object(u.a)(t)?Object(i.a)((function(t){return h(t,n,e)}))(Object(f.a)(t)):new o.a((function(t){if(!b)throw new TypeError("Invalid event target");var n=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return t.next(1<n.length?n:n[0])};return b(n),function(){return m(n)}}))}function d(t,n){return function(e){return function(r){return t[e](n,r)}}}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(47),o=e(1);function i(t,n){return Object(o.a)(n)?Object(r.a)(t,n,1):Object(r.a)(t,1)}}]);
@@ -0,0 +1,14 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
+ */
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[5],{300:function(t,n,r){"use strict";r.r(n);var e=r(301),o=r(323),i=r(46),c=r(147),u=r(341),s=r(148),a=r(296),f=r(321),b=r(322),l=r(324),h=r(2),p=r(13),v=r(309),d=r(56),j=r(110),O=r(48);function y(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=Object(O.c)(t),e=Object(O.a)(t,1/0);return t=Object(v.a)(t),Object(p.b)((function(n,o){Object(j.a)(e)(Object(d.a)(Object(h.i)([n],t),r)).subscribe(o)}))}function w(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return y.apply(void 0,Object(h.i)(t))}var _,m=r(151),S=r(22);function g(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var r=[],e=!0,o=!1,i=void 0;try{for(var c,u=t[Symbol.iterator]();!(e=(c=u.next()).done)&&(r.push(c.value),!n||r.length!==n);e=!0);}catch(t){o=!0,i=t}finally{try{e||null==u.return||u.return()}finally{if(o)throw i}}return r}(t,n)||function(t,n){if(!t)return;if("string"==typeof t)return x(t,n);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return x(t,n)}(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function x(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,e=new Array(n);r<n;r++)e[r]=t[r];return e}function C(t,n,r,e,o,i,c){try{var u=t[i](c),s=u.value}catch(t){return void r(t)}u.done?n(s):Promise.resolve(s).then(e,o)}(_=regeneratorRuntime.mark((function t(){var n,r,h,p,v,d,j,O;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,S.s;case 2:if(n=document.getElementById("_navbar")){t.next=5;break}return t.abrupt("return");case 5:r=n.clientHeight,h=0,p=S.j?new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]):null,v=function(){var t;return!(null!==(t=document.activeElement)&&void 0!==t&&t.classList.contains("nav-btn"))},d=Object(e.a)(window,"hashchange").pipe(Object(i.a)((function(t){return new URL(t.newURL).hash})),Object(c.a)((function(t){return""!==t&&"#_search-input"!==t})),Object(u.a)()),j=d.pipe(Object(s.a)((function(){return Object(e.a)(document,"scroll").pipe(Object(a.a)(50),Object(f.a)(!0),Object(b.a)(!1))})),Object(b.a)(!0)),O=Object(o.a)(Object(e.a)(n,"focus",{capture:!0}).pipe(Object(f.a)(2*r)),d.pipe(Object(f.a)(-2*r))),Object(e.a)(document,"scroll",{passive:!0}).pipe(Object(S.f)(j),Object(i.a)(S.h),Object(c.a)((function(t){return t>=0})),Object(l.a)(),Object(i.a)((function(t){var n=g(t,2);return n[0]-n[1]})),Object(c.a)(v),w(O),Object(m.a)((function(t){h+=t,h=Math.max(-r,Math.min(0,h)),S.j?(p[0].y.value=h,n.attributeStyleMap.set("transform",p)):n.style.transform="translateY(".concat(h,"px)")}))).subscribe();case 13:case"end":return t.stop()}}),t)})),function(){var t=this,n=arguments;return new Promise((function(r,e){var o=_.apply(t,n);function i(t){C(o,r,e,i,c,"next",t)}function c(t){C(o,r,e,i,c,"throw",t)}i(void 0)}))})()},309:function(t,n,r){"use strict";r.d(n,"a",(function(){return o}));var e=Array.isArray;function o(t){return 1===t.length&&e(t[0])?t[0]:t}},310:function(t,n,r){"use strict";r.d(n,"a",(function(){return o}));var e=r(6),o=new e.a((function(t){return t.complete()}))},313:function(t,n,r){"use strict";r.d(n,"a",(function(){return a}));var e=r(2),o=r(6),i=r(15),c=r(112),u=Object(c.a)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),s=r(64),a=function(t){function n(){var n=t.call(this)||this;return n.observers=[],n.closed=!1,n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return Object(e.f)(n,t),n.prototype.lift=function(t){var n=new f(this,this);return n.operator=t,n},n.prototype._throwIfClosed=function(){if(this.closed)throw new u},n.prototype.next=function(t){var n,r;if(this._throwIfClosed(),!this.isStopped){var o=this.observers.slice();try{for(var i=Object(e.j)(o),c=i.next();!c.done;c=i.next()){c.value.next(t)}}catch(t){n={error:t}}finally{try{c&&!c.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}},n.prototype.error=function(t){if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=t;for(var n=this.observers;n.length;)n.shift().error(t)}},n.prototype.complete=function(){if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;for(var t=this.observers;t.length;)t.shift().complete()}},n.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=null},n.prototype._trySubscribe=function(n){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,n)},n.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},n.prototype._innerSubscribe=function(t){var n=this,r=this.hasError,e=this.isStopped,o=this.observers;return r||e?i.a:(o.push(t),new i.b((function(){return Object(s.a)(n.observers,t)})))},n.prototype._checkFinalizedStatuses=function(t){var n=this.hasError,r=this.thrownError,e=this.isStopped;n?t.error(r):e&&t.complete()},n.prototype.asObservable=function(){var t=new o.a;return t.source=this,t},n.create=function(t,n){return new f(t,n)},n}(o.a),f=function(t){function n(n,r){var e=t.call(this)||this;return e.destination=n,e.source=r,e}return Object(e.f)(n,t),n.prototype.next=function(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.next)||void 0===r||r.call(n,t)},n.prototype.error=function(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.error)||void 0===r||r.call(n,t)},n.prototype.complete=function(){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===n||n.call(t)},n.prototype._subscribe=function(t){var n,r;return null!==(r=null===(n=this.source)||void 0===n?void 0:n.subscribe(t))&&void 0!==r?r:i.a},n}(a)},321:function(t,n,r){"use strict";r.d(n,"a",(function(){return i}));var e=r(13),o=r(10);function i(t){return Object(e.b)((function(n,r){n.subscribe(new o.a(r,(function(){return r.next(t)})))}))}},322:function(t,n,r){"use strict";r.d(n,"a",(function(){return c}));var e=r(113),o=r(48),i=r(13);function c(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=Object(o.c)(t);return Object(i.b)((function(n,o){(r?Object(e.a)(t,n,r):Object(e.a)(t,n)).subscribe(o)}))}},323:function(t,n,r){"use strict";r.d(n,"a",(function(){return a}));var e=r(110),o=r(56),i=r(309),c=r(17),u=r(310),s=r(48);function a(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=Object(s.c)(t),a=Object(s.a)(t,1/0),f=Object(i.a)(t);return f.length?1===f.length?Object(c.c)(f[0]):Object(e.a)(a)(Object(o.a)(f,r)):u.a}},324:function(t,n,r){"use strict";r.d(n,"a",(function(){return i}));var e=r(13),o=r(10);function i(){return Object(e.b)((function(t,n){var r,e=!1;t.subscribe(new o.a(n,(function(t){var o=r;r=t,e&&n.next([o,t]),e=!0})))}))}},341:function(t,n,r){"use strict";r.d(n,"a",(function(){return h}));var e=r(2),o=r(6),i=r(15),c=r(13),u=r(10);function s(){return Object(c.b)((function(t,n){var r=null;t._refCount++;var e=new u.a(n,void 0,void 0,void 0,(function(){if(!t||t._refCount<=0||0<--t._refCount)r=null;else{var e=t._connection,o=r;r=null,!e||o&&e!==o||e.unsubscribe(),n.unsubscribe()}}));t.subscribe(e),e.closed||(r=t.connect())}))}var a=function(t){function n(n,r){var e=t.call(this)||this;return e.source=n,e.subjectFactory=r,e._subject=null,e._refCount=0,e._connection=null,e}return Object(e.f)(n,t),n.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},n.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},n.prototype._teardown=function(){this._refCount=0;var t=this._connection;this._subject=this._connection=null,null==t||t.unsubscribe()},n.prototype.connect=function(){var t=this,n=this._connection;if(!n){n=this._connection=new i.b;var r=this.getSubject();n.add(this.source.subscribe(new u.a(r,void 0,(function(n){t._teardown(),r.error(n)}),(function(){t._teardown(),r.complete()}),(function(){return t._teardown()})))),n.closed&&(this._connection=null,n=i.b.EMPTY)}return n},n.prototype.refCount=function(){return s()(this)},n}(o.a),f=r(1);var b=r(313);function l(){return new b.a}function h(){return function(t){return s()((n=l,e=Object(f.a)(n)?n:function(){return n},Object(f.a)(r)?Object(c.b)((function(t,n){var o=e();r(o).subscribe(n).add(t.subscribe(o))})):function(t){var n=new a(t,e);return Object(c.a)(t)&&(n.lift=t.lift),n.source=t,n.subjectFactory=e,n})(t));var n,r,e}}}}]);
@@ -0,0 +1,14 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
+ */
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[6],{299:function(e,t,n){"use strict";n.r(t);var r=n(301),o=n(323),i=n(349),a=n(145),u=n(321),c=n(46),l=n(341),s=n(151),f=n(350),p=n(148),b=n(346),d=n(322),y=n(324),m=n(47),v=n(22),h=n(108),O=n(310),j=n(348),g=n(345);function w(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function A(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var P=/url[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*\(["']?(((?:(?!["'\\])[\s\S])|\\(?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))*)["']?\)/,C=function(e){var t,n=e.getElementById("_sidebar"),r=null==n?void 0:n.querySelector(".sidebar-bg"),o=e.getElementById("_pageStyle");return[null==o||null===(t=o.innerText)||void 0===t?void 0:t.trim(),null==n?void 0:n.classList,null==r?void 0:r.classList,null==r?void 0:r.style.backgroundImage].join("\n")};var F=new WeakMap,D=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.sidebar=document.getElementById("_sidebar"),this.fadeDuration=t,this.prevHash=C(document),this.themeColorEl=document.querySelector('meta[name="theme-color"]')}var t,n,r;return t=e,(n=[{key:"fetchImage2",value:function(e){var t,n,r=(null!==(t=null===(n=e.querySelector(".sidebar-bg"))||void 0===n?void 0:n.style)&&void 0!==t?t:{}).backgroundImage,o=void 0===r?"":r,i=P.exec(o);if(!i)return Object(h.a)("");var a=new URL(i[1],window.location.origin);return Object(v.e)(a.href,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?E(Object(n),!0).forEach((function(t){I(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({method:"GET",headers:{Accept:"image/*"}},function(e){var t=e.protocol,n=e.host,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window.location;return t!==r.protocol||n!==r.host}(a)?{mode:"cors"}:{})).pipe(Object(p.a)((function(e){return e.blob()})),Object(c.a)((function(e){return URL.createObjectURL(e)})),Object(j.a)((function(){return Object(h.a)(a.href)})))}},{key:"fetchImage",value:function(e){var t=C(e);return t===this.prevHash?O.a:this.fetchImage2(e).pipe(Object(c.a)((function(n){var r,o=null!==(r=e.querySelector(".sidebar-bg"))&&void 0!==r?r:document.createElement("div");return n&&(o.style.backgroundImage="url(".concat(n,")"),F.set(o,n)),[o,t,e]})))}},{key:"updateStyle",value:function(e){var t,n=this,r=null===(t=e.getElementById("_sidebar"))||void 0===t?void 0:t.classList;if(r&&this.sidebar.setAttribute("class",r),this.themeColorEl){var o,i=null===(o=e.head.querySelector('meta[name="theme-color"]'))||void 0===o?void 0:o.content;i&&window.setTimeout((function(){n.themeColorEl&&(n.themeColorEl.content=i)}),250)}try{var a,u=document.getElementById("_pageStyle"),c=e.getElementById("_pageStyle");if(!c)return;null==u||null===(a=u.parentNode)||void 0===a||a.replaceChild(c,u)}catch(e){}}},{key:"fade",value:function(e,t){var n,r=w(e,1)[0],o=w(t,3),i=o[0],a=o[1],u=o[2];return null==r||null===(n=r.parentNode)||void 0===n||n.insertBefore(i,r.nextElementSibling),this.updateStyle(u),this.prevHash=a,Object(v.c)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe(Object(g.a)((function(){var e;F.has(r)&&URL.revokeObjectURL(F.get(r)),null==r||null===(e=r.parentNode)||void 0===e||e.removeChild(r)})))}}])&&A(t.prototype,n),r&&A(t,r),e}(),x=n(147);function k(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return B(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return B(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function B(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var q,T=["title"];function _(e,t,n,r){var a=e.pipe(Object(x.a)((function(e){var t=e.flipType;return!T.includes(t)})));return Object(o.a)(function(e,t,n,r){var o=r.animationMain,a=r.settings;if(!o)return e;var u=e.pipe(Object(x.a)((function(e){return"title"===e.flipType})),Object(p.a)((function(e){var t=e.anchor;if(!t)return Object(h.a)({});var n=document.createElement("h1");n.classList.add("page-title"),n.textContent=t.textContent,n.style.transformOrigin="left top";var r=o.querySelector(".page");if(!r)return Object(h.a)({});v.d.call(r),r.appendChild(n),o.style.position="fixed",o.style.opacity=1;var i=t.getBoundingClientRect(),u=n.getBoundingClientRect(),c=parseInt(getComputedStyle(t).fontSize,10),l=parseInt(getComputedStyle(n).fontSize,10),f=i.left-u.left,p=i.top-u.top,b=c/l;t.style.opacity=0;var d=[{transform:"translate3d(".concat(f,"px, ").concat(p,"px, 0) scale(").concat(b,")")},{transform:"translate3d(0, 0, 0) scale(1)"}];return Object(v.c)(n,d,a).pipe(Object(s.a)({complete:function(){o.style.position="absolute"}}))})));return e.pipe(Object(p.a)((function(e){var r=e.flipType;return Object(i.a)(t.pipe(Object(x.a)((function(){return"title"===r})),Object(c.a)((function(e){var t=k(e.replaceEls,1)[0].querySelector(".page-title, .post-title");return t&&(t.style.opacity=0),t}))),n).pipe(Object(c.a)((function(e){return k(e,1)[0]})),Object(s.a)((function(e){e&&(e.style.opacity=1),o.style.opacity=0})),Object(g.a)((function(){o.style.opacity=0;var e=o.querySelector(".page");v.d.call(e)})))}))).subscribe(),u}(e,t,n,r),a)}function L(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||H(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function U(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function R(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?U(Object(n),!0).forEach((function(t){M(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function N(e){return function(e){if(Array.isArray(e))return $(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||H(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function H(e,t){if(e){if("string"==typeof e)return $(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?$(e,t):void 0}}function $(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function z(e,t,n,r,o,i,a){try{var u=e[i](a),c=u.value}catch(e){return void n(e)}u.done?t(c):Promise.resolve(c).then(r,o)}(q=regeneratorRuntime.mark((function e(){var t,h,O,j,g,w,S,E,I,A,P,C,F,x,k,B,q,T,U,M,H,$,z,J,Y,G,W,K;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return E=function(e){var t;return null!=e&&e.classList.contains("flip-title")?"title":null!=e&&e.classList.contains("flip-project")?"project":null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"data-flip")},S=function(e,t){var n=t.pathname,r=Object(v.l)("_error-template"),o=null==r?void 0:r.querySelector(".this-link");return o&&(o.href=n,o.textContent=n),null==e||e.appendChild(r),null==e?void 0:e.lastElementChild},w=function(e){return null==e||e.appendChild(Object(v.l)("_loading-template")),null==e?void 0:e.lastElementChild},g=function(e){var t;return null==e||null===(t=e.parentNode)||void 0===t||t.insertBefore(Object(v.l)("_animation-template"),e),null==e?void 0:e.previousElementSibling},e.next=6,Promise.all([].concat(N("fetch"in window?[]:[Promise.all([n.e(11),n.e(3)]).then(n.bind(null,353))]),N("customElements"in window?[]:[Promise.all([n.e(16),n.e(17)]).then(n.bind(null,319))]),N("animate"in Element.prototype?[]:[n.e(15).then(n.t.bind(null,351,7))]),N("IntersectionObserver"in window?[]:[n.e(12).then(n.t.bind(null,352,7))])));case 6:return e.next=8,v.t;case 8:if(t="#_navbar > .content > .nav-btn-bar",h=2e3,O=[{opacity:1},{opacity:0}],j=[{opacity:0,transform:"translateY(-3rem)"},{opacity:1,transform:"translateY(0)"}],I=document.querySelector("hy-push-state")){e.next=15;break}return e.abrupt("return");case 15:A=Number(I.getAttribute("duration"))||350,P={duration:A,easing:"ease"},C=function(e){var t=e.main;return Object(v.c)(t,O,R(R({},P),{},{fill:"forwards"})).pipe(Object(u.a)({main:t}))},F=function(e){var t=L(e.replaceEls,1)[0],n=e.flipType;return Object(v.c)(t,j,P).pipe(Object(u.a)({main:t,flipType:n}))},x=document.querySelector("hy-drawer"),k=document.querySelector(t),B=g(I),q=w(k),U=(T=function(e,t){return Object(r.a)(I,e).pipe(Object(c.a)((function(e){return e.detail})),t?Object(c.a)(t):function(e){return e},Object(l.a)())})("hy-push-state-start",(function(e){return Object.assign(e,{flipType:E(e.anchor)})})),M=T("hy-push-state-ready"),H=T("hy-push-state-after"),$=T("hy-push-state-progress"),z=T("hy-push-state-networkerror"),J=U.pipe(Object(c.a)((function(e){return Object.assign(e,{main:document.getElementById("_main")})})),Object(s.a)((function(e){e.main.style.pointerEvents="none"})),window._noDrawer&&null!=x&&x.classList.contains("cover")?Object(s.a)((function(){var e;x.classList.remove("cover"),null===(e=x.parentNode)||void 0===e||e.appendChild(x)})):function(e){return e},Object(f.a)(C),Object(s.a)((function(e){var t=e.main;return v.d.call(t)})),Object(l.a)()),q&&($.subscribe((function(){q.style.display="flex"})),M.subscribe((function(){q.style.display="none"}))),Y=H.pipe(Object(p.a)((function(e){var t=F(e).toPromise();return e.transitionUntil(t),t})),Object(l.a)()),G=_(U,M,Object(o.a)(Y,z),{animationMain:B,settings:P}).pipe(Object(l.a)()),U.pipe(Object(p.a)((function(e){var t=Object(i.a)(Object(a.a)(A),J,G).toPromise();return e.transitionUntil(t),t}))).subscribe(),J.subscribe(),G.subscribe(),(W=document.querySelector(".sidebar-bg"))&&(K=new D(h),H.pipe(Object(p.a)((function(e){var t=e.document;return Object(i.a)(K.fetchImage(t),Y).pipe(Object(c.a)((function(e){return L(e,1)[0]})),Object(b.a)(U))})),Object(d.a)([W]),Object(y.a)(),Object(m.a)((function(e){var t=L(e,2),n=t[0],r=t[1];return K.fade(n,r)}))).subscribe()),z.pipe(Object(p.a)((function(e){var t=e.url;q&&(q.style.display="none");var n=document.getElementById("_main");return n&&(n.style.pointerEvents=""),v.d.call(null==B?void 0:B.querySelector(".page")),v.d.call(n),S(n,t),Object(v.c)(n,j,R(R({},P),{},{fill:"forwards"}))}))).subscribe(),Promise.resolve().then(n.bind(null,340)),window._pushState=I;case 41:case"end":return e.stop()}}),e)})),function(){var e=this,t=arguments;return new Promise((function(n,r){var o=q.apply(e,t);function i(e){z(o,n,r,i,a,"next",e)}function a(e){z(o,n,r,i,a,"throw",e)}i(void 0)}))})()}}]);
@@ -9,6 +9,6 @@
9
9
  * /\___/ \ \____/
10
10
  * \/__/ \/___/
11
11
  *
12
- * Powered by Hydejack v9.0.0 <https://hydejack.com/>
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
13
  */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[6],{189:function(e,t,n){"use strict";n.r(t);var r,i=[],o="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(r||(r={}));var s,a=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Object.freeze(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),c=function(e){return e instanceof SVGElement&&"getBBox"in e},u=function(e){if(c(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},h=function(e){var t,n,r=null===(n=null===(t=e)||void 0===t?void 0:t.ownerDocument)||void 0===n?void 0:n.defaultView;return!!(r&&e instanceof r.Element)},d="undefined"!=typeof window?window:{},f=new WeakMap,v=/auto|scroll/,p=/^tb|vertical/,l=/msie|trident/i.test(d.navigator&&d.navigator.userAgent),g=function(e){return parseFloat(e||"0")},b=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),Object.freeze({inlineSize:(n?t:e)||0,blockSize:(n?e:t)||0})},w=Object.freeze({devicePixelContentBoxSize:b(),borderBoxSize:b(),contentBoxSize:b(),contentRect:new a(0,0,0,0)}),x=function(e,t){if(void 0===t&&(t=!1),f.has(e)&&!t)return f.get(e);if(u(e))return f.set(e,w),w;var n=getComputedStyle(e),r=c(e)&&e.ownerSVGElement&&e.getBBox(),i=!l&&"border-box"===n.boxSizing,o=p.test(n.writingMode||""),s=!r&&v.test(n.overflowY||""),h=!r&&v.test(n.overflowX||""),d=r?0:g(n.paddingTop),x=r?0:g(n.paddingRight),E=r?0:g(n.paddingBottom),T=r?0:g(n.paddingLeft),z=r?0:g(n.borderTopWidth),m=r?0:g(n.borderRightWidth),y=r?0:g(n.borderBottomWidth),B=T+x,S=d+E,O=(r?0:g(n.borderLeftWidth))+m,R=z+y,k=h?e.offsetHeight-R-e.clientHeight:0,C=s?e.offsetWidth-O-e.clientWidth:0,N=i?B+O:0,D=i?S+R:0,M=r?r.width:g(n.width)-N-C,P=r?r.height:g(n.height)-D-k,_=M+B+C+O,F=P+S+k+R,I=Object.freeze({devicePixelContentBoxSize:b(Math.round(M*devicePixelRatio),Math.round(P*devicePixelRatio),o),borderBoxSize:b(_,F,o),contentBoxSize:b(M,P,o),contentRect:new a(T,d,M,P)});return f.set(e,I),I},E=function(e,t,n){var i=x(e,n),o=i.borderBoxSize,s=i.contentBoxSize,a=i.devicePixelContentBoxSize;switch(t){case r.DEVICE_PIXEL_CONTENT_BOX:return a;case r.BORDER_BOX:return o;default:return s}},T=function(e){var t=x(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=[t.borderBoxSize],this.contentBoxSize=[t.contentBoxSize],this.devicePixelContentBoxSize=[t.devicePixelContentBoxSize]},z=function(e){if(u(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},m=function(){var e=1/0,t=[];i.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new T(t.target),i=z(t.target);r.push(n),t.lastReportedSize=E(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},y=function(e){i.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(z(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},B=function(){var e,t=0;for(y(t);i.some((function(e){return e.activeTargets.length>0}));)t=m(),y(t);return i.some((function(e){return e.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)),t>0},S=[],O=function(e){if(!s){var t=0,n=document.createTextNode("");new MutationObserver((function(){return S.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),s=function(){n.textContent=""+(t?t--:t++)}}S.push(e),s()},R=0,k={attributes:!0,characterData:!0,childList:!0,subtree:!0},C=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],N=function(e){return void 0===e&&(e=0),Date.now()+e},D=!1,M=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!D){D=!0;var n,r=N(e);n=function(){var n=!1;try{n=B()}finally{if(D=!1,e=r-N(),!R)return;n?t.run(1e3):e>0?t.run(e):t.start()}},O((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,k)};document.body?t():d.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),C.forEach((function(t){return d.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),C.forEach((function(t){return d.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),P=function(e){!R&&e>0&&M.start(),!(R+=e)&&M.stop()},_=function(){function e(e,t){this.target=e,this.observedBox=t||r.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=E(this.target,this.observedBox,!0);return e=this.target,c(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),F=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},I=new WeakMap,L=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},W=function(){function e(){}return e.connect=function(e,t){var n=new F(e,t);I.set(e,n)},e.observe=function(e,t,n){var r=I.get(e),o=0===r.observationTargets.length;L(r.observationTargets,t)<0&&(o&&i.push(r),r.observationTargets.push(new _(t,n&&n.box)),P(1),M.schedule())},e.unobserve=function(e,t){var n=I.get(e),r=L(n.observationTargets,t),o=1===n.observationTargets.length;r>=0&&(o&&i.splice(i.indexOf(n),1),n.observationTargets.splice(r,1),P(-1))},e.disconnect=function(e){var t=this,n=I.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),X=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");W.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");W.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");W.unobserve(this,e)},e.prototype.disconnect=function(){W.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();window.ResizeObserver=window.ResizeObserver||X}}]);
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[7],{337:function(e,t,n){"use strict";n.r(t);var r,i=[],o="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(r||(r={}));var s,a=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Object.freeze(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),c=function(e){return e instanceof SVGElement&&"getBBox"in e},u=function(e){if(c(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},h=function(e){var t,n,r=null===(n=null===(t=e)||void 0===t?void 0:t.ownerDocument)||void 0===n?void 0:n.defaultView;return!!(r&&e instanceof r.Element)},d="undefined"!=typeof window?window:{},f=new WeakMap,v=/auto|scroll/,p=/^tb|vertical/,l=/msie|trident/i.test(d.navigator&&d.navigator.userAgent),g=function(e){return parseFloat(e||"0")},b=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),Object.freeze({inlineSize:(n?t:e)||0,blockSize:(n?e:t)||0})},w=Object.freeze({devicePixelContentBoxSize:b(),borderBoxSize:b(),contentBoxSize:b(),contentRect:new a(0,0,0,0)}),x=function(e,t){if(void 0===t&&(t=!1),f.has(e)&&!t)return f.get(e);if(u(e))return f.set(e,w),w;var n=getComputedStyle(e),r=c(e)&&e.ownerSVGElement&&e.getBBox(),i=!l&&"border-box"===n.boxSizing,o=p.test(n.writingMode||""),s=!r&&v.test(n.overflowY||""),h=!r&&v.test(n.overflowX||""),d=r?0:g(n.paddingTop),x=r?0:g(n.paddingRight),E=r?0:g(n.paddingBottom),T=r?0:g(n.paddingLeft),z=r?0:g(n.borderTopWidth),m=r?0:g(n.borderRightWidth),y=r?0:g(n.borderBottomWidth),B=T+x,S=d+E,O=(r?0:g(n.borderLeftWidth))+m,R=z+y,k=h?e.offsetHeight-R-e.clientHeight:0,C=s?e.offsetWidth-O-e.clientWidth:0,N=i?B+O:0,D=i?S+R:0,M=r?r.width:g(n.width)-N-C,P=r?r.height:g(n.height)-D-k,_=M+B+C+O,F=P+S+k+R,I=Object.freeze({devicePixelContentBoxSize:b(Math.round(M*devicePixelRatio),Math.round(P*devicePixelRatio),o),borderBoxSize:b(_,F,o),contentBoxSize:b(M,P,o),contentRect:new a(T,d,M,P)});return f.set(e,I),I},E=function(e,t,n){var i=x(e,n),o=i.borderBoxSize,s=i.contentBoxSize,a=i.devicePixelContentBoxSize;switch(t){case r.DEVICE_PIXEL_CONTENT_BOX:return a;case r.BORDER_BOX:return o;default:return s}},T=function(e){var t=x(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=[t.borderBoxSize],this.contentBoxSize=[t.contentBoxSize],this.devicePixelContentBoxSize=[t.devicePixelContentBoxSize]},z=function(e){if(u(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},m=function(){var e=1/0,t=[];i.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new T(t.target),i=z(t.target);r.push(n),t.lastReportedSize=E(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},y=function(e){i.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(z(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},B=function(){var e,t=0;for(y(t);i.some((function(e){return e.activeTargets.length>0}));)t=m(),y(t);return i.some((function(e){return e.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)),t>0},S=[],O=function(e){if(!s){var t=0,n=document.createTextNode("");new MutationObserver((function(){return S.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),s=function(){n.textContent=""+(t?t--:t++)}}S.push(e),s()},R=0,k={attributes:!0,characterData:!0,childList:!0,subtree:!0},C=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],N=function(e){return void 0===e&&(e=0),Date.now()+e},D=!1,M=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!D){D=!0;var n,r=N(e);n=function(){var n=!1;try{n=B()}finally{if(D=!1,e=r-N(),!R)return;n?t.run(1e3):e>0?t.run(e):t.start()}},O((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,k)};document.body?t():d.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),C.forEach((function(t){return d.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),C.forEach((function(t){return d.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),P=function(e){!R&&e>0&&M.start(),!(R+=e)&&M.stop()},_=function(){function e(e,t){this.target=e,this.observedBox=t||r.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=E(this.target,this.observedBox,!0);return e=this.target,c(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),F=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},I=new WeakMap,L=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},W=function(){function e(){}return e.connect=function(e,t){var n=new F(e,t);I.set(e,n)},e.observe=function(e,t,n){var r=I.get(e),o=0===r.observationTargets.length;L(r.observationTargets,t)<0&&(o&&i.push(r),r.observationTargets.push(new _(t,n&&n.box)),P(1),M.schedule())},e.unobserve=function(e,t){var n=I.get(e),r=L(n.observationTargets,t),o=1===n.observationTargets.length;r>=0&&(o&&i.splice(i.indexOf(n),1),n.observationTargets.splice(r,1),P(-1))},e.disconnect=function(e){var t=this,n=I.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),X=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");W.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");W.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");W.unobserve(this,e)},e.prototype.disconnect=function(){W.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();window.ResizeObserver=window.ResizeObserver||X}}]);
@@ -9,6 +9,6 @@
9
9
  * /\___/ \ \____/
10
10
  * \/__/ \/___/
11
11
  *
12
- * Powered by Hydejack v9.0.0 <https://hydejack.com/>
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
13
  */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[7],{330:function(n,w,o){"use strict";o.r(w);o(331),o(335)}}]);
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[8],{320:function(n,w,o){"use strict";o.r(w);o(334),o(338)}}]);
@@ -0,0 +1,182 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.0 <https://hydejack.com/>
13
+ */
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[9],{308:function(t,e){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":n(window))&&(r=window)}t.exports=r},325:function(t,e,n){"use strict";n.r(e),function(t,r){function i(){var t=v(['<div style="font-size:smaller">\n ',"\n </div>"]);return i=function(){return t},t}function o(){var t=v(['<span class="error">Error</span>']);return o=function(){return t},t}function a(){var t=v(['<span class="error">Crypto required</span>']);return a=function(){return t},t}function s(){var t=v(['<a class="error" href="','">Payment required</a>']);return s=function(){return t},t}function u(){var t=v(["\n <div \n class=","\n style=",'\n >\n <div class="shockwave"></div>\n <div class=','>\n <div class="count">\n ',"","\n ","\n ","\n ","\n </div>\n </div>\n <div class=",">\n ","\n </div>\n ","\n ","\n ","\n <button\n ?disabled=","\n @mousedown=","\n @touchstart=","\n ></button>\n </div>\n "]);return u=function(){return t},t}function c(){var t=v(["<g style=",">\n <circle style=",' cx="0" cy="0" r="1"/>\n </g>']);return c=function(){return t},t}function l(){var t=v(['\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 20 20">\n <g class="sparkle">\n ',"\n </g>\n </svg>"]);return l=function(){return t},t}function f(){var t=v(['\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" id="countdown-svg">\n <g class="countdown">\n <circle cx="50" cy="50" r="49"/>\n </g>\n </svg>\n ']);return f=function(){return t},t}function h(){var t=v(['\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" id="hand-svg">\n <g class="flat">\n <path d="M57.0443547 6.86206897C57.6058817 6.46227795 57.7389459 5.67962382 57.3416215 5.11431557 56.9442971 4.54900731 56.1672933 4.41483804 55.6055588 4.81504702L52.4950525 7.030721C51.9335255 7.43051202 51.8004613 8.21316614 52.1977857 8.7784744 52.4404567 9.12371996 52.8251182 9.30825496 53.2153846 9.30825496 53.4640757 9.30825496 53.7152578 9.23343783 53.9338485 9.07753396L57.0443547 6.86206897zM48.8035059 6.1414838C48.94778 6.19623824 49.0959982 6.22215256 49.2415177 6.22215256 49.7455426 6.22215256 50.2198824 5.91201672 50.4075424 5.40898642L51.7485642 1.81818182C51.9906124 1.17011494 51.664906.447021944 51.0209664.203343783 50.3772345-.0405433647 49.6587706.287774295 49.4167224.93584117L48.0757006 4.52664577C47.83386 5.17471264 48.1595664 5.89780564 48.8035059 6.1414838zM58.5931726 11.6219436C58.5846615 11.6219436 58.5761504 11.6219436 58.5674317 11.6219436L54.7579749 11.6541275C54.0702341 11.6681296 53.5240687 12.1985371 53.5379772 12.8909091 53.551678 13.5745037 54.1065621 14.1297806 54.7828855 14.1297806 54.7913966 14.1297806 54.7999077 14.1297806 54.8086265 14.1297806L58.6180833 14.0643678C59.305824 14.0501567 59.8519894 13.4934169 59.838081 12.8010449 59.8243801 12.1174504 59.269496 11.6219436 58.5931726 11.6219436z"/>\n <path d="M37.1910045 6.68944619C37.7313574 6.14566353 38.4431784 5.8737722 39.155207 5.8737722 39.967916 5.8737722 40.7808327 6.22800418 41.3380002 6.93667712 42.2214969 8.06039707 42.0666359 9.69111808 41.0600392 10.7042842L39.777765 11.9949843C39.5801407 12.1276907 39.3877061 12.2695925 39.2075193 12.430303 39.0619998 11.5985371 38.7167801 10.7954023 38.1668781 10.0961338 37.4907623 9.23636364 36.588375 8.62424242 35.5772114 8.31410658L37.1910045 6.68944619zM28.5289586 3.66394984C29.0691039 3.12016719 29.7811325 2.84827586 30.4931611 2.84827586 31.3060777 2.84848485 32.1187868 3.20271682 32.6759543 3.91138976 33.559451 5.03510972 33.40459 6.66562173 32.3979933 7.67878788L17.6760235 22.3467085 17.6276554 20.6499478C17.6149925 19.014629 16.8595779 17.554441 15.6854573 16.5945664L28.5289586 3.66394984zM.624996757 36.9889537C.491717597 36.554099.508245877 35.7327064.906400646 35.2666667L3.45579518 32.2829676C3.45662553 32.2819923 4.33763118 25.8376176 6.09881213 12.9498433 6.09881213 11.4271682 7.33624726 10.1814002 8.84873717 10.1814002 10.3612271 10.1814002 11.5988698 11.4271682 11.5988698 12.9498433L11.6704878 15.4649948C9.18191673 15.8089864 7.24428555 17.9170324 7.14921001 20.492581L4.62804751 38.9475444 3.8946373 39.8060606C3.04504924 39.4926018 2.3776139 39.1458968 1.89233128 38.7659456 1.16440735 38.1960189.758275917 37.4238085.624996757 36.9889537z"/>\n <path d="M49.6070811,36.8942529 L42.4182909,44.1316614 C36.2784454,50.3128527 29.8604313,55.2743992 24.2225349,56.5113898 C24.0512744,56.5492163 23.8901857,56.6217346 23.7511014,56.7293626 L20.5013032,59.2417973 C20.2908084,59.4045977 20.1673015,59.6181154 19.5026647,59.6181154 C18.8380279,59.6181154 13.0160695,55.8303982 10.3595306,53.2846814 C7.96626306,50.9912532 3.77432047,43.9549368 4.44453927,43.0079415 L6.99372621,40.0244514 C6.99469496,40.0233368 7.87570061,33.578962 9.63674317,20.6913271 C9.63674317,19.168652 10.8743859,17.922675 12.3868758,17.922675 C13.8993657,17.922675 15.1368008,19.168652 15.1368008,20.6913271 L15.2667512,25.2522466 C15.2883404,26.0100313 15.907577,26.5034483 16.5519317,26.5034483 C16.8662207,26.5034483 17.1867374,26.3857889 17.4464306,26.1245559 L32.0670972,11.4054336 C32.6074501,10.861442 33.3190635,10.5897597 34.0312997,10.5897597 C34.8440088,10.5897597 35.6569254,10.9439916 36.214093,11.6526646 C37.0975897,12.7763845 36.942521,14.4071055 35.9359243,15.4202717 L25.8641449,25.5598746 C25.3412294,26.0865204 25.3412294,26.9398119 25.8641449,27.4660397 C26.1288202,27.7324974 26.4757006,27.8658307 26.822581,27.8658307 C27.1694614,27.8658307 27.5165494,27.7324974 27.7810172,27.4660397 L40.7291431,14.43093 C41.2692884,13.8869383 41.9811094,13.615256 42.6933456,13.615256 C43.5060547,13.615465 44.3189713,13.969697 44.8761389,14.6783699 C45.7596356,15.8018809 45.6045669,17.4326019 44.5979702,18.445768 L31.7106677,31.4198537 C31.1806943,31.953605 31.1806943,32.8183908 31.7106677,33.3521421 C31.9718141,33.615047 32.31392,33.7464995 32.656441,33.7464995 C32.9985469,33.7464995 33.3408603,33.615047 33.6020067,33.3521421 L43.7346096,23.1515152 C44.2749625,22.6075235 44.9867835,22.3358412 45.6988121,22.3358412 C46.5115212,22.3358412 47.3244378,22.6900731 47.8816054,23.3989551 C48.7651021,24.522466 48.6100334,26.153187 47.6034367,27.1663532 L37.5667397,37.2708464 C37.0245185,37.8165099 37.0245185,38.7017764 37.5667397,39.2474399 C37.8334909,39.5161964 38.161896,39.6422153 38.4900934,39.6422153 C38.8184984,39.6422153 39.1469035,39.5161964 39.3972552,39.2639498 L45.6195133,32.999791 C46.1802099,32.4353187 46.93085,32.1368861 47.678999,32.1368861 C48.2741552,32.1368861 48.8676508,32.3258098 49.361919,32.7197492 C50.682182,33.7717868 50.7639719,35.7297806 49.6070811,36.8942529 Z"/>\n </g>\n <g class="outline">\n <path d="M57.1428763 6.63333333C57.6856856 6.24686869 57.8143144 5.49030303 57.4302341 4.94383838 57.0461538 4.39737374 56.2950502 4.26767677 55.7520401 4.65454545L52.7452174 6.79636364C52.202408 7.18282828 52.0737793 7.93939394 52.4578595 8.48585859 52.6924415 8.81959596 53.0642809 8.9979798 53.4415385 8.9979798 53.6819398 8.9979798 53.9247492 8.92565657 54.1360535 8.77494949L57.1428763 6.63333333zM49.1767224 5.93676768C49.3161873 5.98969697 49.4594649 6.01474747 49.6001338 6.01474747 50.0873579 6.01474747 50.5458863 5.71494949 50.727291 5.22868687L52.023612 1.75757576C52.257592 1.13111111 51.9427425.432121212 51.3202676.196565657 50.6979933-.0391919192 50.0034783.278181818 49.7694983.904646465L48.4731773 4.37575758C48.239398 5.00222222 48.5542475 5.70121212 49.1767224 5.93676768zM58.6400669 11.2345455C58.6318395 11.2345455 58.623612 11.2345455 58.6151839 11.2345455L54.932709 11.2656566C54.267893 11.2791919 53.7399331 11.7919192 53.7533779 12.4612121 53.7666221 13.1220202 54.30301 13.6587879 54.9567893 13.6587879 54.9650167 13.6587879 54.9732441 13.6587879 54.9816722 13.6587879L58.6641472 13.5955556C59.3289632 13.5818182 59.8569231 13.0436364 59.8434783 12.3743434 59.8302341 11.7135354 59.2938462 11.2345455 58.6400669 11.2345455zM51.2107023 29.7280808C50.5940468 29.2365657 49.8640134 28.9020202 49.0922408 28.7448485 49.1432107 28.6519192 49.1907692 28.5573737 49.2357191 28.4614141L49.7189298 27.9749495C51.5799331 26.1012121 51.7753846 23.1519192 50.1732441 21.1141414 49.4169231 20.1523232 48.3670234 19.5131313 47.2009365 19.2745455 47.284214 19.120202 47.3580602 18.9624242 47.4250836 18.8022222 48.6925084 16.9539394 48.6718395 14.469899 47.2681605 12.6844444 46.5116388 11.7220202 45.4613378 11.0808081 44.2946488 10.8426263 45.2578595 9.05959596 45.1348495 6.83737374 43.8481605 5.20121212 42.8753177 3.96383838 41.4182609 3.25393939 39.8502341 3.25393939 38.5946488 3.25393939 37.4101003 3.70565657 36.480602 4.53272727 36.3399331 3.72888889 36.0064214 2.95252525 35.4748495 2.27636364 34.501806 1.0389899 33.0447492.329292929 31.4767224.329090909 30.1141806.329090909 28.8351171.861414141 27.8753177 1.82767677L15.6666221 14.1185859 15.6200669 12.4781818C15.5985953 9.68424242 13.3340468 7.41777778 10.5537793 7.41777778 7.8238796 7.41777778 5.59143813 9.60262626 5.49110368 12.3264646L3.05377926 30.1660606 1.05050167 32.510303C-.150100334 33.9157576.751318148 36.4103164 1.05050167 37.002855 1.3496852 37.5953936 1.66593319 37.9666982 2.51271962 38.8651283 2.8050341 39.1752704 3.3712736 39.6680391 4.21143813 40.3434343 3.2935786 41.7335354 4.72327715 47.298456 9.51045561 52.4226263 15.4436869 58.7735254 20.1888963 59.9262626 21.1316388 59.9262626 21.9056187 59.9262626 22.6703679 59.6646465 23.2846154 59.189899L26.2031438 56.9337374C29.0107023 56.2660606 32.1060201 54.7492929 35.4086288 52.4226263 38.2924415 50.3907071 41.4210702 47.6832323 44.7070234 44.3749495L51.656388 37.3787879C52.681204 36.3470707 53.220602 34.9165657 53.1363211 33.4541414 53.0520401 31.9941414 52.350301 30.6361616 51.2107023 29.7280808zM37.9513043 6.46646465C38.4736455 5.94080808 39.1617391 5.6779798 39.8500334 5.6779798 40.6356522 5.6779798 41.4214716 6.02040404 41.9600669 6.70545455 42.8141137 7.79171717 42.6644147 9.36808081 41.6913712 10.3474747L40.4518395 11.5951515C40.2608027 11.7234343 40.0747826 11.8606061 39.900602 12.0159596 39.7599331 11.2119192 39.4262207 10.4355556 38.8946488 9.75959596 38.2410702 8.92848485 37.3687625 8.33676768 36.3913043 8.0369697L37.9513043 6.46646465zM29.5779933 3.54181818C30.1001338 3.01616162 30.7884281 2.75333333 31.4767224 2.75333333 32.2625418 2.75353535 33.0481605 3.0959596 33.5867559 3.7810101 34.4408027 4.86727273 34.2911037 6.44343434 33.3180602 7.42282828L19.0868227 21.6018182 19.0400669 19.9616162C19.0278261 18.3808081 18.297592 16.9692929 17.1626087 16.0414141L29.5779933 3.54181818zM2.60416353 35.7559886C2.47532701 35.335629 2.49130435 34.5416162 2.87618729 34.0911111L5.34060201 31.2068687C5.34140468 31.2059259 6.19304348 24.9763636 7.89551839 12.5181818 7.89551839 11.0462626 9.09170569 9.8420202 10.5537793 9.8420202 12.0158528 9.8420202 13.2122408 11.0462626 13.2122408 12.5181818L13.2814716 14.9494949C10.8758528 15.2820202 9.00280936 17.319798 8.91090301 19.8094949L6.47377926 37.6492929 5.76481605 38.4791919C4.9435476 38.1761817 4.2983601 37.8410335 3.82925357 37.4737474 3.12559377 36.9228183 2.73300005 36.1763482 2.60416353 35.7559886zM49.9535117 35.6644444L43.0043478 42.6606061C37.0691639 48.6357576 30.8650836 53.4319192 25.4151171 54.6276768 25.2495652 54.6642424 25.0938462 54.7343434 24.959398 54.8383838L21.8179264 57.2670707C21.6144482 57.4244444 21.4950582 57.6308449 20.8525759 57.6308449 20.2100936 57.6308449 14.5822005 53.9693849 12.0142129 51.5085254 9.70072096 49.2915447 5.64850979 42.4897722 6.29638796 41.5743434L8.76060201 38.690303C8.76153846 38.6892256 9.61317726 32.4596633 11.3155184 20.0016162 11.3155184 18.529697 12.5119064 17.3252525 13.9739799 17.3252525 15.4360535 17.3252525 16.6322408 18.529697 16.6322408 20.0016162L16.7578595 24.4105051C16.7787291 25.1430303 17.3773244 25.62 18.0002007 25.62 18.3040134 25.62 18.6138462 25.5062626 18.8648829 25.2537374L32.998194 11.0252525C33.5205351 10.4993939 34.2084281 10.2367677 34.8969231 10.2367677 35.6825418 10.2367677 36.4683612 10.5791919 37.0069565 11.2642424 37.8610033 12.3505051 37.7111037 13.9268687 36.7380602 14.9062626L27.0020067 24.7078788C26.4965217 25.2169697 26.4965217 26.0418182 27.0020067 26.5505051 27.2578595 26.8080808 27.5931773 26.9369697 27.928495 26.9369697 28.2638127 26.9369697 28.5993311 26.8080808 28.8549833 26.5505051L41.371505 13.949899C41.8936455 13.4240404 42.5817391 13.1614141 43.2702341 13.1614141 44.0558528 13.1616162 44.8416722 13.5040404 45.3802676 14.1890909 46.2343144 15.2751515 46.0844147 16.8515152 45.1113712 17.8309091L32.6536455 30.3725253C32.1413378 30.8884848 32.1413378 31.7244444 32.6536455 32.240404 32.906087 32.4945455 33.2367893 32.6216162 33.567893 32.6216162 33.8985953 32.6216162 34.2294983 32.4945455 34.4819398 32.240404L44.2767893 22.379798C44.7991304 21.8539394 45.4872241 21.5913131 46.1755184 21.5913131 46.9611371 21.5913131 47.7469565 21.9337374 48.2855518 22.6189899 49.1395987 23.7050505 48.989699 25.2814141 48.0166555 26.2608081L38.3145151 36.0284848C37.7903679 36.5559596 37.7903679 37.4117172 38.3145151 37.9391919 38.5723746 38.1989899 38.8898328 38.3208081 39.2070903 38.3208081 39.5245485 38.3208081 39.8420067 38.1989899 40.0840134 37.9551515L46.0988629 31.899798C46.6408696 31.3541414 47.3664883 31.0656566 48.089699 31.0656566 48.6650167 31.0656566 49.2387291 31.2482828 49.7165217 31.6290909 50.9927759 32.6460606 51.0718395 34.5387879 49.9535117 35.6644444z"/>\n </g>\n </svg>']);return h=function(){return t},t}function p(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){i=!0,o=t}finally{try{r||null==s.return||s.return()}finally{if(i)throw o}}return n}(t,e)||T(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(){var t=v(["\n:host {\n display: block;\n position: relative;\n width: 5em;\n height: 5em;\n margin: 5em auto;\n}\n.style-root {\n position: absolute;\n fill: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n stroke: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n top: 0;\n left: 0;\n right: 0;\n bottom: 0; }\n .style-root .error { color: indianred }\n .style-root button {\n -webkit-tap-highlight-color: transparent;\n cursor: pointer; \n border: none;\n background: none;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n .style-root button:disabled {\n cursor: default; }\n .style-root .shockwave {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n color: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n border-radius: 50%; }\n .style-root svg {\n position: absolute;\n width: 60%;\n height: 60%;\n margin: 20%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n opacity: 0.8;\n stroke: none;\n overflow: visible !important; }\n .style-root svg g.flat {\n visibility: hidden; }\n .style-root svg g.outline {\n visibility: visible; }\n .style-root.clapped:not(.loading) svg g.flat {\n visibility: visible; }\n .style-root.clapped svg g.outline {\n visibility: hidden; }\n .style-root.loading svg g.outline {\n visibility: visible; }\n .style-root .count-container {\n position: absolute;\n width: 100%;\n color: inherit;\n user-select: none; }\n .style-root .count-container.container-top {\n top: -2.5em; }\n .style-root .count-container.container-bottom {\n bottom: -2.5em; }\n .style-root .count-container > div {\n width: 300%;\n margin-left: -100%;\n text-align: center; }\n .style-root g.sparkle circle {\n opacity: 0;\n stroke-width: 0; }\n .style-root:not(.clapped):not(.no-shockwave):not(.no-animation) .shockwave {\n animation-name: shockwave;\n animation-duration: 1.5s;\n animation-iteration-count: infinite;\n animation-timing-function: ease-in; }\n .style-root.clap {\n animation-name: pulse;\n animation-duration: 0.5s;\n animation-iteration-count: 1; \n animation-timing-function: ease-out; }\n .style-root.clap .sparkle circle {\n animation-name: explode;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n .style-root.clap .container-top .count {\n animation-name: hide-then-show;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n .style-root.clap .container-bottom .count {\n animation-name: hide-then-show-inverse;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n\n#hand-svg {\n margin-top: 22%;\n margin-left: 22%;\n}\n\n#countdown-svg {\n width: 100%;\n height: 100%;\n stroke: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n margin: 0;\n}\n\n.countdown {\n fill: none; \n transform: rotateZ(0deg);\n transform-origin: center;\n}\n\n.countdown circle {\n stroke-width: 2px;\n opacity: 1;\n stroke-linecap: round;\n stroke-dasharray: 308 308;\n transform: rotate(-90deg);\n transform-origin: center;\n}\n\n.style-root.ticking .countdown circle {\n animation-timing-function: ease;\n animation-name: countdown;\n animation-duration: 3s; \n}\n\n.style-root.loading:not(.no-animation) .countdown {\n animation: 2s linear infinite svg-animation; \n}\n\n.style-root.loading:not(.no-animation) .countdown circle {\n animation: 1.4s ease-in-out infinite both circle-animation;\n stroke-dasharray: 308;\n stroke-dashoffset: 302; \n}\n\n@keyframes svg-animation {\n 0% { \n transform: rotateZ(-90deg);\n }\n 100% { \n transform: rotateZ(270deg);\n }\n}\n\n@keyframes circle-animation {\n 0%,\n 15% {\n stroke-dashoffset: 280;\n transform: rotate(0); \n }\n 50%,\n 65% {\n stroke-dashoffset: 75;\n transform: rotate(45deg); \n }\n 100% {\n stroke-dashoffset: 280;\n transform: rotate(360deg); \n }\n}\n\n@keyframes countdown {\n 0% {\n stroke-dasharray: 308 308;\n }\n 50% {\n stroke-dasharray: 308 308;\n }\n 100% {\n stroke-dasharray: 0 308;\n }\n}\n\n@keyframes explode {\n 0% {\n transform: translateX(10px);\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n transform: translateX(25px);\n }\n}\n\n@keyframes shockwave {\n 0% {\n transform: scale(1);\n opacity: 1; \n box-shadow: 0 0 2px, inset 0 0 1px;\n }\n 89.99% {\n transform: scale(1);\n opacity: 0;\n box-shadow: 0 0 50px, inset 0 0 10px;\n }\n 90%, 100% {\n transform: scale(1);\n opacity: 0;\n box-shadow: 0 0 2px, inset 0 0 1px;\n }\n}\n\n@keyframes pulse {\n 0% {\n transform: scale(1);\n }\n 25% {\n transform: scale(1.1);\n }\n 100% {\n transform: scale(1);\n }\n}\n\n@keyframes hide-then-show {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 20% {\n opacity: 0;\n transform: translateY(-10px);\n }\n 50% {\n transform: translateY(10px);\n }\n 80% {\n transform: translateY(10px);\n opacity: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0); \n }\n}\n\n@keyframes hide-then-show-inverse {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 20% {\n opacity: 0;\n transform: translateY(10px);\n }\n 50% {\n transform: translateY(-10px);\n }\n 80% {\n transform: translateY(-10px);\n opacity: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n"]);return d=function(){return t},t}function v(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function y(t,e,n,r,i,o,a){try{var s=t[o](a),u=s.value}catch(t){return void n(t)}s.done?e(u):Promise.resolve(u).then(r,i)}function g(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){y(o,r,i,a,s,"next",t)}function s(t){y(o,r,i,a,s,"throw",t)}a(void 0)}))}}function m(t){var e="function"==typeof Map?new Map:void 0;return(m=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return w(t,arguments,P(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),S(r,t)})(t)}function w(t,e,n){return(w=x()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var i=new(Function.bind.apply(t,r));return n&&S(i,n.prototype),i}).apply(null,arguments)}function b(t,e,n){return(b="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=P(t)););return t}(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(n):i.value}})(t,e,n||t)}function _(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&S(t,e)}function S(t,e){return(S=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function k(t){var e=x();return function(){var n,r=P(t);if(e){var i=P(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return C(this,n)}}function C(t,e){return!e||"object"!==N(e)&&"function"!=typeof e?A(t):e}function A(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function x(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function P(t){return(P=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function E(t){return function(t){if(Array.isArray(t))return U(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||T(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function R(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=T(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){throw t})),f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return a=t.done,t},e:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){s=!0,o=t})),f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function T(t,e){if(t){if("string"==typeof t)return U(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?U(t,e):void 0}}function U(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function L(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function O(t,e,n){return e&&L(t.prototype,e),n&&L(t,n),t}function M(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function N(t){return(N="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}
15
+ /*! *****************************************************************************
16
+ Copyright (c) Microsoft Corporation.
17
+
18
+ Permission to use, copy, modify, and/or distribute this software for any
19
+ purpose with or without fee is hereby granted.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
22
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
23
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
24
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
25
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27
+ PERFORMANCE OF THIS SOFTWARE.
28
+ ***************************************************************************** */function B(t,e,n,r){var i,o=arguments.length,a=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==("undefined"==typeof Reflect?"undefined":N(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,r);else for(var s=t.length-1;s>=0;s--)(i=t[s])&&(a=(o<3?i(a):o>3?i(e,n,a):i(e,n))||a);return o>3&&a&&Object.defineProperty(e,n,a),a}function I(t,e,n,r){return new(n||(n=Promise))((function(i,o){function a(t){try{u(r.next(t))}catch(t){o(t)}}function s(t){try{u(r.throw(t))}catch(t){o(t)}}function u(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((r=r.apply(t,e||[])).next())}))}function j(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function D(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}n.d(e,"ClapButton",(function(){return yn})),n.d(e,"ClapConfig",(function(){return pn})),n.d(e,"ClapText",(function(){return dn})),function(t){var e=[];function n(n){var r=this,i="$BroadcastChannel$"+(n=String(n))+"$";e[i]=e[i]||[],e[i].push(this),this._name=n,this._id=i,this._closed=!1,this._mc=new MessageChannel,this._mc.port1.start(),this._mc.port2.start(),t.addEventListener("storage",(function(e){if(e.storageArea===t.localStorage&&null!=e.newValue&&""!==e.newValue&&e.key.substring(0,i.length)===i){var n=JSON.parse(e.newValue);r._mc.port2.postMessage(n)}}))}n.prototype={get name(){return this._name},postMessage:function(n){var r=this;if(this._closed){var i=new Error;throw i.name="InvalidStateError",i}var o=JSON.stringify(n),a=this._id+String(Date.now())+"$"+String(Math.random());t.localStorage.setItem(a,o),setTimeout((function(){t.localStorage.removeItem(a)}),500),e[this._id].forEach((function(t){t!==r&&t._mc.port2.postMessage(JSON.parse(o))}))},close:function(){if(!this._closed){this._closed=!0,this._mc.port1.close(),this._mc.port2.close();var t=e[this._id].indexOf(this);e[this._id].splice(t,1)}},get onmessage(){return this._mc.port1.onmessage},set onmessage(t){this._mc.port1.onmessage=t},addEventListener:function(){return this._mc.port1.addEventListener.apply(this._mc.port1,arguments)},removeEventListener:function(){return this._mc.port1.removeEventListener.apply(this._mc.port1,arguments)},dispatchEvent:function(){return this._mc.port1.dispatchEvent.apply(this._mc.port1,arguments)}},t.BroadcastChannel=t.BroadcastChannel||n}(self),function(t){function e(){}function n(t,e){if(t=void 0===t?"utf-8":t,e=void 0===e?{fatal:!1}:e,-1===o.indexOf(t.toLowerCase()))throw new RangeError("Failed to construct 'TextDecoder': The encoding label provided ('"+t+"') is invalid.");if(e.fatal)throw Error("Failed to construct 'TextDecoder': the 'fatal' option is unsupported.")}function i(t){for(var e=0,n=Math.min(65536,t.length+1),r=new Uint16Array(n),i=[],o=0;;){var a=e<t.length;if(!a||o>=n-1){if(i.push(String.fromCharCode.apply(null,r.subarray(0,o))),!a)return i.join("");t=t.subarray(e),o=e=0}if(0==(128&(a=t[e++])))r[o++]=a;else if(192==(224&a)){var s=63&t[e++];r[o++]=(31&a)<<6|s}else if(224==(240&a)){s=63&t[e++];var u=63&t[e++];r[o++]=(31&a)<<12|s<<6|u}else 240==(248&a)&&(65535<(a=(7&a)<<18|(s=63&t[e++])<<12|(u=63&t[e++])<<6|63&t[e++])&&(a-=65536,r[o++]=a>>>10&1023|55296,a=56320|1023&a),r[o++]=a)}}if(t.TextEncoder&&t.TextDecoder)return!1;var o=["utf-8","utf8","unicode-1-1-utf-8"];Object.defineProperty(e.prototype,"encoding",{value:"utf-8"}),e.prototype.encode=function(t,e){if((e=void 0===e?{stream:!1}:e).stream)throw Error("Failed to encode: the 'stream' option is unsupported.");e=0;for(var n=t.length,r=0,i=Math.max(32,n+(n>>>1)+7),o=new Uint8Array(i>>>3<<3);e<n;){var a=t.charCodeAt(e++);if(55296<=a&&56319>=a){if(e<n){var s=t.charCodeAt(e);56320==(64512&s)&&(++e,a=((1023&a)<<10)+(1023&s)+65536)}if(55296<=a&&56319>=a)continue}if(r+4>o.length&&(i+=8,i=(i*=1+e/t.length*2)>>>3<<3,(s=new Uint8Array(i)).set(o),o=s),0==(4294967168&a))o[r++]=a;else{if(0==(4294965248&a))o[r++]=a>>>6&31|192;else if(0==(4294901760&a))o[r++]=a>>>12&15|224,o[r++]=a>>>6&63|128;else{if(0!=(4292870144&a))continue;o[r++]=a>>>18&7|240,o[r++]=a>>>12&63|128,o[r++]=a>>>6&63|128}o[r++]=63&a|128}}return o.slice?o.slice(0,r):o.subarray(0,r)},Object.defineProperty(n.prototype,"encoding",{value:"utf-8"}),Object.defineProperty(n.prototype,"fatal",{value:!1}),Object.defineProperty(n.prototype,"ignoreBOM",{value:!1});var a=i;"function"==typeof r&&r.from?a=function(t){return r.from(t.buffer,t.byteOffset,t.byteLength).toString("utf-8")}:"function"==typeof Blob&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&(a=function(t){var e=URL.createObjectURL(new Blob([t],{type:"text/plain;charset=UTF-8"}));try{var n=new XMLHttpRequest;return n.open("GET",e,!1),n.send(),n.responseText}catch(e){return i(t)}finally{URL.revokeObjectURL(e)}}),n.prototype.decode=function(t,e){if((e=void 0===e?{stream:!1}:e).stream)throw Error("Failed to decode: the 'stream' option is unsupported.");return t=t instanceof Uint8Array?t:t.buffer instanceof ArrayBuffer?new Uint8Array(t.buffer):new Uint8Array(t),a(t)},t.TextEncoder=e,t.TextDecoder=n}("undefined"!=typeof window?window:void 0!==t?t:void 0);var Y=function(){function t(){}return t.prototype.then=function(e,n){var r=new t,i=this.s;if(i){var o=1&i?e:n;if(o){try{V(r,1,o(this.v))}catch(t){V(r,2,t)}return r}return this}return this.o=function(t){try{var i=t.v;1&t.s?V(r,1,e?e(i):i):n?V(r,1,n(i)):V(r,2,i)}catch(t){V(r,2,t)}},r},t}();function V(t,e,n){if(!t.s){if(n instanceof Y){if(!n.s)return void(n.o=V.bind(null,t,e));1&e&&(e=n.s),n=n.v}if(n&&n.then)return void n.then(V.bind(null,t,e),V.bind(null,t,2));t.s=e,t.v=n;var r=t.o;r&&r(t)}}var z=0,q="function"==typeof WeakMap?WeakMap:function(){var t="function"==typeof Symbol?Symbol(0):"__weak$"+ ++z;this.set=function(e,n){e[t]=n},this.get=function(e){return e[t]}};function F(t,e){return new Promise((function(n,r){t.onsuccess=function(){var r=t.result;e&&(r=e(r)),n(r)},t.onerror=function(){r(t.error)}}))}function W(t,e){return F(t.openCursor(e),(function(t){return t?[t.key,t.value]:[]}))}function H(t){return new Promise((function(e,n){t.oncomplete=function(){e()},t.onabort=function(){n(t.error)},t.onerror=function(){n(t.error)}}))}function $(t){if(!function(t){if("number"==typeof t||"string"==typeof t)return!0;if("object"==N(t)&&t){if(Array.isArray(t))return!0;if("setUTCFullYear"in t)return!0;if("function"==typeof ArrayBuffer&&ArrayBuffer.isView(t))return!0;if("byteLength"in t&&"length"in t)return!0}return!1}(t))throw Error("kv-storage: The given value is not allowed as a key")}var J={};function G(t,e){return W(t,X(e))}function X(t){return t===J?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(t,!0)}var K=new q,Z=new q,Q=new q,tt=new q,et=function(){};function nt(t,e){return e((function(e,n){try{function r(){return Z.set(t,o),Q.set(t,void 0),{value:s,done:void 0===o}}var i=Z.get(t);if(void 0===i)return Promise.resolve({value:void 0,done:!0});var o,a,s,u=function(t,e){var n,r=-1;t:{for(var i=0;i<e.length;i++){var o=e[i][0];if(o){var a=o();if(a&&a.then)break t;if(a===t){r=i;break}}else r=i}if(-1!==r){do{for(var s=e[r][1];!s;)s=e[++r][1];var u=s();if(u&&u.then){n=!0;break t}var c=e[r][2];r++}while(c&&!c());return u}}var l=new Y,f=V.bind(null,l,2);return(n?u.then(h):a.then((function n(a){for(;;){if(a===t){r=i;break}if(++i===e.length){if(-1!==r)break;return void V(l,1,u)}if(o=e[i][0]){if((a=o())&&a.then)return void a.then(n).then(void 0,f)}else r=i}do{for(var s=e[r][1];!s;)s=e[++r][1];var u=s();if(u&&u.then)return void u.then(h).then(void 0,f);var c=e[r][2];r++}while(c&&!c());V(l,1,u)}))).then(void 0,f),l;function h(t){for(;;){var n=e[r][2];if(!n||n())break;for(var i=e[++r][1];!i;)i=e[++r][1];if((t=i())&&t.then)return void t.then(h).then(void 0,f)}V(l,1,t)}}(tt.get(t),[[function(){return"keys"},function(){return Promise.resolve(function(t,e){return W(t,X(e)).then((function(t){return t[0]}))}(n,i)).then((function(t){s=o=t}))}],[function(){return"values"},function(){return Promise.resolve(G(n,i)).then((function(t){var e;o=(e=t)[0],s=a=e[1]}))}],[function(){return"entries"},function(){return Promise.resolve(G(n,i)).then((function(t){var e;a=(e=t)[1],s=void 0===(o=e[0])?void 0:[o,a]}))}]]);return Promise.resolve(u&&u.then?u.then(r):r())}catch(t){return Promise.reject(t)}}))}function rt(t,e){var n=new et;return tt.set(n,t),K.set(n,e),Z.set(n,J),Q.set(n,void 0),n}et.prototype.return=function(){Z.set(this,void 0)},et.prototype.next=function(){var t=this,e=K.get(this);if(!e)return Promise.reject(new TypeError("Invalid this value"));var n,r=Q.get(this);return n=void 0!==r?r.then((function(){return nt(t,e)})):nt(this,e),Q.set(this,n),n},"function"==typeof Symbol&&Symbol.asyncIterator&&(et.prototype[Symbol.asyncIterator]=function(){return this});var it=function(t,e,n){try{return null===at.get(t)&&function(t){var e=ot.get(t);at.set(t,new Promise((function(n,r){var i=self.indexedDB.open(e,1);i.onsuccess=function(){var o=i.result;(function(t,e,n){if(1!==t.objectStoreNames.length)return n(ct(e)),!1;if(t.objectStoreNames[0]!==st)return n(ct(e)),!1;var r=t.transaction(st,"readonly").objectStore(st);return!(r.autoIncrement||r.keyPath||r.indexNames.length)||(n(ct(e)),!1)})(o,e,r)&&(o.onclose=function(){at.set(t,null)},o.onversionchange=function(){o.close(),at.set(t,null)},n(o))},i.onerror=function(){return r(i.error)},i.onupgradeneeded=function(){try{i.result.createObjectStore(st)}catch(t){r(t)}}})))}(t),Promise.resolve(at.get(t)).then((function(t){var r=t.transaction(st,e),i=r.objectStore(st);return n(r,i)}))}catch(t){return Promise.reject(t)}},ot=new q,at=new q,st="store",ut=function(t){var e="kv-storage:"+t;at.set(this,null),ot.set(this,e),this.backingStore={database:e,store:st,version:1}};function ct(t){return new Error('kv-storage: database "'+t+'" corrupted')}ut.prototype.set=function(t,e){try{return $(t),it(this,"readwrite",(function(n,r){return void 0===e?r.delete(t):r.put(e,t),H(n)}))}catch(t){return Promise.reject(t)}},ut.prototype.get=function(t){try{return $(t),it(this,"readonly",(function(e,n){return F(n.get(t))}))}catch(t){return Promise.reject(t)}},ut.prototype.delete=function(t){try{return $(t),it(this,"readwrite",(function(e,n){return n.delete(t),H(e)}))}catch(t){return Promise.reject(t)}},ut.prototype.clear=function(){try{var t=this;function e(){function e(){return F(self.indexedDB.deleteDatabase(ot.get(t)))}var r=function(){if(n){try{n.close()}catch(t){}return Promise.resolve(new Promise(setTimeout)).then((function(){}))}}();return r&&r.then?r.then(e):e()}var n,r=at.get(t),i=function(){if(null!==r){function e(){at.set(t,null)}var i=function(t,e){try{var i=Promise.resolve(r).then((function(t){n=t}))}catch(t){return}return i&&i.then?i.then(void 0,(function(){})):i}();return i&&i.then?i.then(e):e()}}();return i&&i.then?i.then(e):e()}catch(t){return Promise.reject(t)}},ut.prototype.keys=function(){var t=this;return rt("keys",(function(e){return it(t,"readonly",e)}))},ut.prototype.values=function(){var t=this;return rt("values",(function(e){return it(t,"readonly",e)}))},ut.prototype.entries=function(){var t=this;return rt("entries",(function(e){return it(t,"readonly",e)}))},"function"==typeof Symbol&&Symbol.asyncIterator&&(ut.prototype[Symbol.asyncIterator]=ut.prototype.entries),new ut("default");
29
+ /**
30
+ * @license
31
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
32
+ * This code may only be used under the BSD style license found at
33
+ * http://polymer.github.io/LICENSE.txt
34
+ * The complete set of authors may be found at
35
+ * http://polymer.github.io/AUTHORS.txt
36
+ * The complete set of contributors may be found at
37
+ * http://polymer.github.io/CONTRIBUTORS.txt
38
+ * Code distributed by Google as part of the polymer project is also
39
+ * subject to an additional IP rights grant found at
40
+ * http://polymer.github.io/PATENTS.txt
41
+ */
42
+ var lt="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,ft=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;e!==n;){var i=e.nextSibling;t.insertBefore(e,r),e=i}},ht=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;e!==n;){var r=e.nextSibling;t.removeChild(e),e=r}},pt="{{lit-".concat(String(Math.random()).slice(2),"}}"),dt="\x3c!--".concat(pt,"--\x3e"),vt=new RegExp("".concat(pt,"|").concat(dt)),yt=function t(e,n){M(this,t),this.parts=[],this.element=n;for(var r=[],i=[],o=document.createTreeWalker(n.content,133,null,!1),a=0,s=-1,u=0,c=e.strings,l=e.values.length;u<l;){var f=o.nextNode();if(null!==f){if(s++,1===f.nodeType){if(f.hasAttributes()){for(var h=f.attributes,p=h.length,d=0,v=0;v<p;v++)gt(h[v].name,"$lit$")&&d++;for(;d-- >0;){var y=c[u],g=bt.exec(y)[2],m=g.toLowerCase()+"$lit$",w=f.getAttribute(m);f.removeAttribute(m);var b=w.split(vt);this.parts.push({type:"attribute",index:s,name:g,strings:b}),u+=b.length-1}}"TEMPLATE"===f.tagName&&(i.push(f),o.currentNode=f.content)}else if(3===f.nodeType){var _=f.data;if(_.indexOf(pt)>=0){for(var S=f.parentNode,k=_.split(vt),C=k.length-1,A=0;A<C;A++){var x=void 0,P=k[A];if(""===P)x=wt();else{var E=bt.exec(P);null!==E&&gt(E[2],"$lit$")&&(P=P.slice(0,E.index)+E[1]+E[2].slice(0,-"$lit$".length)+E[3]),x=document.createTextNode(P)}S.insertBefore(x,f),this.parts.push({type:"node",index:++s})}""===k[C]?(S.insertBefore(wt(),f),r.push(f)):f.data=k[C],u+=C}}else if(8===f.nodeType)if(f.data===pt){var R=f.parentNode;null!==f.previousSibling&&s!==a||(s++,R.insertBefore(wt(),f)),a=s,this.parts.push({type:"node",index:s}),null===f.nextSibling?f.data="":(r.push(f),s--),u++}else for(var T=-1;-1!==(T=f.data.indexOf(pt,T+1));)this.parts.push({type:"node",index:-1}),u++}else o.currentNode=i.pop()}for(var U=0,L=r;U<L.length;U++){var O=L[U];O.parentNode.removeChild(O)}},gt=function(t,e){var n=t.length-e.length;return n>=0&&t.slice(n)===e},mt=function(t){return-1!==t.index},wt=function(){return document.createComment("")},bt=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;function _t(t,e){for(var n=t.element.content,r=t.parts,i=document.createTreeWalker(n,133,null,!1),o=kt(r),a=r[o],s=-1,u=0,c=[],l=null;i.nextNode();){s++;var f=i.currentNode;for(f.previousSibling===l&&(l=null),e.has(f)&&(c.push(f),null===l&&(l=f)),null!==l&&u++;void 0!==a&&a.index===s;)a.index=null!==l?-1:a.index-u,a=r[o=kt(r,o)]}c.forEach((function(t){return t.parentNode.removeChild(t)}))}var St=function(t){for(var e=11===t.nodeType?0:1,n=document.createTreeWalker(t,133,null,!1);n.nextNode();)e++;return e},kt=function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=e+1;n<t.length;n++){var r=t[n];if(mt(r))return n}return-1},Ct=new WeakMap,At=function(t){return function(){var e=t.apply(void 0,arguments);return Ct.set(e,!0),e}},xt=function(t){return"function"==typeof t&&Ct.has(t)},Pt={},Et={},Rt=function(){function t(e,n,r){M(this,t),this.__parts=[],this.template=e,this.processor=n,this.options=r}return O(t,[{key:"update",value:function(t){var e,n=0,r=R(this.__parts);try{for(r.s();!(e=r.n()).done;){var i=e.value;void 0!==i&&i.setValue(t[n]),n++}}catch(t){r.e(t)}finally{r.f()}var o,a=R(this.__parts);try{for(a.s();!(o=a.n()).done;){var s=o.value;void 0!==s&&s.commit()}}catch(t){a.e(t)}finally{a.f()}}},{key:"_clone",value:function(){for(var t,e=lt?this.template.element.content.cloneNode(!0):document.importNode(this.template.element.content,!0),n=[],r=this.template.parts,i=document.createTreeWalker(e,133,null,!1),o=0,a=0,s=i.nextNode();o<r.length;)if(t=r[o],mt(t)){for(var u;a<t.index;)a++,"TEMPLATE"===s.nodeName&&(n.push(s),i.currentNode=s.content),null===(s=i.nextNode())&&(i.currentNode=n.pop(),s=i.nextNode());if("node"===t.type){var c=this.processor.handleTextExpression(this.options);c.insertAfterNode(s.previousSibling),this.__parts.push(c)}else(u=this.__parts).push.apply(u,E(this.processor.handleAttributeExpressions(s,t.name,t.strings,this.options)));o++}else this.__parts.push(void 0),o++;return lt&&(document.adoptNode(e),customElements.upgrade(e)),e}}]),t}(),Tt=window.trustedTypes&&trustedTypes.createPolicy("lit-html",{createHTML:function(t){return t}}),Ut=" ".concat(pt," "),Lt=function(){function t(e,n,r,i){M(this,t),this.strings=e,this.values=n,this.type=r,this.processor=i}return O(t,[{key:"getHTML",value:function(){for(var t=this.strings.length-1,e="",n=!1,r=0;r<t;r++){var i=this.strings[r],o=i.lastIndexOf("\x3c!--");n=(o>-1||n)&&-1===i.indexOf("--\x3e",o+1);var a=bt.exec(i);e+=null===a?i+(n?Ut:dt):i.substr(0,a.index)+a[1]+a[2]+"$lit$"+a[3]+pt}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==Tt&&(e=Tt.createHTML(e)),t.innerHTML=e,t}}]),t}(),Ot=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return O(n,[{key:"getHTML",value:function(){return"<svg>".concat(b(P(n.prototype),"getHTML",this).call(this),"</svg>")}},{key:"getTemplateElement",value:function(){var t=b(P(n.prototype),"getTemplateElement",this).call(this),e=t.content,r=e.firstChild;return e.removeChild(r),ft(e,r.firstChild),t}}]),n}(Lt),Mt=function(t){return null===t||!("object"==N(t)||"function"==typeof t)},Nt=function(t){return Array.isArray(t)||!(!t||!t[Symbol.iterator])},Bt=function(){function t(e,n,r){M(this,t),this.dirty=!0,this.element=e,this.name=n,this.strings=r,this.parts=[];for(var i=0;i<r.length-1;i++)this.parts[i]=this._createPart()}return O(t,[{key:"_createPart",value:function(){return new It(this)}},{key:"_getValue",value:function(){var t=this.strings,e=t.length-1,n=this.parts;if(1===e&&""===t[0]&&""===t[1]){var r=n[0].value;if("symbol"==N(r))return String(r);if("string"==typeof r||!Nt(r))return r}for(var i="",o=0;o<e;o++){i+=t[o];var a=n[o];if(void 0!==a){var s=a.value;if(Mt(s)||!Nt(s))i+="string"==typeof s?s:String(s);else{var u,c=R(s);try{for(c.s();!(u=c.n()).done;){var l=u.value;i+="string"==typeof l?l:String(l)}}catch(t){c.e(t)}finally{c.f()}}}}return i+=t[e]}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}]),t}(),It=function(){function t(e){M(this,t),this.value=void 0,this.committer=e}return O(t,[{key:"setValue",value:function(t){t===Pt||Mt(t)&&t===this.value||(this.value=t,xt(t)||(this.committer.dirty=!0))}},{key:"commit",value:function(){for(;xt(this.value);){var t=this.value;this.value=Pt,t(this)}this.value!==Pt&&this.committer.commit()}}]),t}(),jt=function(){function t(e){M(this,t),this.value=void 0,this.__pendingValue=void 0,this.options=e}return O(t,[{key:"appendInto",value:function(t){this.startNode=t.appendChild(wt()),this.endNode=t.appendChild(wt())}},{key:"insertAfterNode",value:function(t){this.startNode=t,this.endNode=t.nextSibling}},{key:"appendIntoPart",value:function(t){t.__insert(this.startNode=wt()),t.__insert(this.endNode=wt())}},{key:"insertAfterPart",value:function(t){t.__insert(this.startNode=wt()),this.endNode=t.endNode,t.endNode=this.startNode}},{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){if(null!==this.startNode.parentNode){for(;xt(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=Pt,t(this)}var e=this.__pendingValue;e!==Pt&&(Mt(e)?e!==this.value&&this.__commitText(e):e instanceof Lt?this.__commitTemplateResult(e):e instanceof Node?this.__commitNode(e):Nt(e)?this.__commitIterable(e):e===Et?(this.value=Et,this.clear()):this.__commitText(e))}}},{key:"__insert",value:function(t){this.endNode.parentNode.insertBefore(t,this.endNode)}},{key:"__commitNode",value:function(t){this.value!==t&&(this.clear(),this.__insert(t),this.value=t)}},{key:"__commitText",value:function(t){var e=this.startNode.nextSibling,n="string"==typeof(t=null==t?"":t)?t:String(t);e===this.endNode.previousSibling&&3===e.nodeType?e.data=n:this.__commitNode(document.createTextNode(n)),this.value=t}},{key:"__commitTemplateResult",value:function(t){var e=this.options.templateFactory(t);if(this.value instanceof Rt&&this.value.template===e)this.value.update(t.values);else{var n=new Rt(e,t.processor,this.options),r=n._clone();n.update(t.values),this.__commitNode(r),this.value=n}}},{key:"__commitIterable",value:function(e){Array.isArray(this.value)||(this.value=[],this.clear());var n,r,i=this.value,o=0,a=R(e);try{for(a.s();!(r=a.n()).done;){var s=r.value;void 0===(n=i[o])&&(n=new t(this.options),i.push(n),0===o?n.appendIntoPart(this):n.insertAfterPart(i[o-1])),n.setValue(s),n.commit(),o++}}catch(t){a.e(t)}finally{a.f()}o<i.length&&(i.length=o,this.clear(n&&n.endNode))}},{key:"clear",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.startNode;ht(this.startNode.parentNode,t.nextSibling,this.endNode)}}]),t}(),Dt=function(){function t(e,n,r){if(M(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}return O(t,[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;xt(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=Pt,t(this)}if(this.__pendingValue!==Pt){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=Pt}}}]),t}(),Yt=function(t){_(n,t);var e=k(n);function n(t,r,i){var o;return M(this,n),(o=e.call(this,t,r,i)).single=2===i.length&&""===i[0]&&""===i[1],o}return O(n,[{key:"_createPart",value:function(){return new Vt(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:b(P(n.prototype),"_getValue",this).call(this)}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}]),n}(Bt),Vt=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return n}(It),zt=!1;
43
+ /**
44
+ * @license
45
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
46
+ * This code may only be used under the BSD style license found at
47
+ * http://polymer.github.io/LICENSE.txt
48
+ * The complete set of authors may be found at
49
+ * http://polymer.github.io/AUTHORS.txt
50
+ * The complete set of contributors may be found at
51
+ * http://polymer.github.io/CONTRIBUTORS.txt
52
+ * Code distributed by Google as part of the polymer project is also
53
+ * subject to an additional IP rights grant found at
54
+ * http://polymer.github.io/PATENTS.txt
55
+ */!function(){try{var t={get capture(){return zt=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var qt=function(){function t(e,n,r){var i=this;M(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return i.handleEvent(t)}}return O(t,[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;xt(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=Pt,t(this)}if(this.__pendingValue!==Pt){var e=this.__pendingValue,n=this.value,r=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),i=null!=e&&(null==n||r);r&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),i&&(this.__options=Ft(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=Pt}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}]),t}(),Ft=function(t){return t&&(zt?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}
56
+ /**
57
+ * @license
58
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
59
+ * This code may only be used under the BSD style license found at
60
+ * http://polymer.github.io/LICENSE.txt
61
+ * The complete set of authors may be found at
62
+ * http://polymer.github.io/AUTHORS.txt
63
+ * The complete set of contributors may be found at
64
+ * http://polymer.github.io/CONTRIBUTORS.txt
65
+ * Code distributed by Google as part of the polymer project is also
66
+ * subject to an additional IP rights grant found at
67
+ * http://polymer.github.io/PATENTS.txt
68
+ */;function Wt(t){var e=Ht.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},Ht.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var r=t.strings.join(pt);return void 0===(n=e.keyString.get(r))&&(n=new yt(t,t.getTemplateElement()),e.keyString.set(r,n)),e.stringsArray.set(t.strings,n),n}var Ht=new Map,$t=new WeakMap,Jt=new(
69
+ /**
70
+ * @license
71
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
72
+ * This code may only be used under the BSD style license found at
73
+ * http://polymer.github.io/LICENSE.txt
74
+ * The complete set of authors may be found at
75
+ * http://polymer.github.io/AUTHORS.txt
76
+ * The complete set of contributors may be found at
77
+ * http://polymer.github.io/CONTRIBUTORS.txt
78
+ * Code distributed by Google as part of the polymer project is also
79
+ * subject to an additional IP rights grant found at
80
+ * http://polymer.github.io/PATENTS.txt
81
+ */function(){function t(){M(this,t)}return O(t,[{key:"handleAttributeExpressions",value:function(t,e,n,r){var i=e[0];return"."===i?new Yt(t,e.slice(1),n).parts:"@"===i?[new qt(t,e.slice(1),r.eventContext)]:"?"===i?[new Dt(t,e.slice(1),n)]:new Bt(t,e,n).parts}},{key:"handleTextExpression",value:function(t){return new jt(t)}}]),t}());
82
+ /**
83
+ * @license
84
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
85
+ * This code may only be used under the BSD style license found at
86
+ * http://polymer.github.io/LICENSE.txt
87
+ * The complete set of authors may be found at
88
+ * http://polymer.github.io/AUTHORS.txt
89
+ * The complete set of contributors may be found at
90
+ * http://polymer.github.io/CONTRIBUTORS.txt
91
+ * Code distributed by Google as part of the polymer project is also
92
+ * subject to an additional IP rights grant found at
93
+ * http://polymer.github.io/PATENTS.txt
94
+ */
95
+ /**
96
+ * @license
97
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
98
+ * This code may only be used under the BSD style license found at
99
+ * http://polymer.github.io/LICENSE.txt
100
+ * The complete set of authors may be found at
101
+ * http://polymer.github.io/AUTHORS.txt
102
+ * The complete set of contributors may be found at
103
+ * http://polymer.github.io/CONTRIBUTORS.txt
104
+ * Code distributed by Google as part of the polymer project is also
105
+ * subject to an additional IP rights grant found at
106
+ * http://polymer.github.io/PATENTS.txt
107
+ */
108
+ "undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.3.0");var Gt=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new Lt(t,n,"html",Jt)},Xt=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new Ot(t,n,"svg",Jt)}
109
+ /**
110
+ * @license
111
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
112
+ * This code may only be used under the BSD style license found at
113
+ * http://polymer.github.io/LICENSE.txt
114
+ * The complete set of authors may be found at
115
+ * http://polymer.github.io/AUTHORS.txt
116
+ * The complete set of contributors may be found at
117
+ * http://polymer.github.io/CONTRIBUTORS.txt
118
+ * Code distributed by Google as part of the polymer project is also
119
+ * subject to an additional IP rights grant found at
120
+ * http://polymer.github.io/PATENTS.txt
121
+ */,Kt=function(t,e){return"".concat(t,"--").concat(e)},Zt=!0;void 0===window.ShadyCSS?Zt=!1:void 0===window.ShadyCSS.prepareTemplateDom&&(console.warn("Incompatible ShadyCSS version detected. Please update to at least @webcomponents/webcomponentsjs@2.0.2 and @webcomponents/shadycss@1.3.1."),Zt=!1);var Qt=function(t){return function(e){var n=Kt(e.type,t),r=Ht.get(n);void 0===r&&(r={stringsArray:new WeakMap,keyString:new Map},Ht.set(n,r));var i=r.stringsArray.get(e.strings);if(void 0!==i)return i;var o=e.strings.join(pt);if(void 0===(i=r.keyString.get(o))){var a=e.getTemplateElement();Zt&&window.ShadyCSS.prepareTemplateDom(a,t),i=new yt(e,a),r.keyString.set(o,i)}return r.stringsArray.set(e.strings,i),i}},te=["html","svg"],ee=new Set;window.JSCompiler_renameProperty=function(t,e){return t};var ne={toAttribute:function(t,e){switch(e){case Boolean:return t?"":null;case Object:case Array:return null==t?t:JSON.stringify(t)}return t},fromAttribute:function(t,e){switch(e){case Boolean:return null!==t;case Number:return null===t?null:Number(t);case Object:case Array:return JSON.parse(t)}return t}},re=function(t,e){return e!==t&&(e==e||t==t)},ie={attribute:!0,type:String,converter:ne,reflect:!1,hasChanged:re},oe=function(t){_(r,t);var e,n=k(r);function r(){var t;return M(this,r),(t=n.call(this)).initialize(),t}return O(r,[{key:"initialize",value:function(){var t=this;this._updateState=0,this._updatePromise=new Promise((function(e){return t._enableUpdatingResolver=e})),this._changedProperties=new Map,this._saveInstanceProperties(),this.requestUpdateInternal()}},{key:"_saveInstanceProperties",value:function(){var t=this;this.constructor._classProperties.forEach((function(e,n){if(t.hasOwnProperty(n)){var r=t[n];delete t[n],t._instanceProperties||(t._instanceProperties=new Map),t._instanceProperties.set(n,r)}}))}},{key:"_applyInstanceProperties",value:function(){var t=this;this._instanceProperties.forEach((function(e,n){return t[n]=e})),this._instanceProperties=void 0}},{key:"connectedCallback",value:function(){this.enableUpdating()}},{key:"enableUpdating",value:function(){void 0!==this._enableUpdatingResolver&&(this._enableUpdatingResolver(),this._enableUpdatingResolver=void 0)}},{key:"disconnectedCallback",value:function(){}},{key:"attributeChangedCallback",value:function(t,e,n){e!==n&&this._attributeToProperty(t,n)}},{key:"_propertyToAttribute",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ie,r=this.constructor,i=r._attributeNameForProperty(t,n);if(void 0!==i){var o=r._propertyValueToAttribute(e,n);if(void 0===o)return;this._updateState=8|this._updateState,null==o?this.removeAttribute(i):this.setAttribute(i,o),this._updateState=-9&this._updateState}}},{key:"_attributeToProperty",value:function(t,e){if(!(8&this._updateState)){var n=this.constructor,r=n._attributeToPropertyMap.get(t);if(void 0!==r){var i=n.getPropertyOptions(r);this._updateState=16|this._updateState,this[r]=n._propertyValueFromAttribute(e,i),this._updateState=-17&this._updateState}}}},{key:"requestUpdateInternal",value:function(t,e,n){var r=!0;if(void 0!==t){var i=this.constructor;n=n||i.getPropertyOptions(t),i._valueHasChanged(this[t],e,n.hasChanged)?(this._changedProperties.has(t)||this._changedProperties.set(t,e),!0!==n.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(t,n))):r=!1}!this._hasRequestedUpdate&&r&&(this._updatePromise=this._enqueueUpdate())}},{key:"requestUpdate",value:function(t,e){return this.requestUpdateInternal(t,e),this.updateComplete}},{key:"_enqueueUpdate",value:(e=g(regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this._updateState=4|this._updateState,t.prev=1,t.next=4,this._updatePromise;case 4:t.next=8;break;case 6:t.prev=6,t.t0=t.catch(1);case 8:if(e=this.performUpdate(),t.t1=null!=e,!t.t1){t.next=13;break}return t.next=13,e;case 13:return t.abrupt("return",!this._hasRequestedUpdate);case 14:case"end":return t.stop()}}),t,this,[[1,6]])}))),function(){return e.apply(this,arguments)})},{key:"performUpdate",value:function(){if(this._hasRequestedUpdate){this._instanceProperties&&this._applyInstanceProperties();var t=!1,e=this._changedProperties;try{(t=this.shouldUpdate(e))?this.update(e):this._markUpdated()}catch(e){throw t=!1,this._markUpdated(),e}t&&(1&this._updateState||(this._updateState=1|this._updateState,this.firstUpdated(e)),this.updated(e))}}},{key:"_markUpdated",value:function(){this._changedProperties=new Map,this._updateState=-5&this._updateState}},{key:"_getUpdateComplete",value:function(){return this._updatePromise}},{key:"shouldUpdate",value:function(t){return!0}},{key:"update",value:function(t){var e=this;void 0!==this._reflectingProperties&&this._reflectingProperties.size>0&&(this._reflectingProperties.forEach((function(t,n){return e._propertyToAttribute(n,e[n],t)})),this._reflectingProperties=void 0),this._markUpdated()}},{key:"updated",value:function(t){}},{key:"firstUpdated",value:function(t){}},{key:"_hasRequestedUpdate",get:function(){return 4&this._updateState}},{key:"hasUpdated",get:function(){return 1&this._updateState}},{key:"updateComplete",get:function(){return this._getUpdateComplete()}}],[{key:"_ensureClassProperties",value:function(){var t=this;if(!this.hasOwnProperty(JSCompiler_renameProperty("_classProperties",this))){this._classProperties=new Map;var e=Object.getPrototypeOf(this)._classProperties;void 0!==e&&e.forEach((function(e,n){return t._classProperties.set(n,e)}))}}},{key:"createProperty",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ie;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var n="symbol"==N(t)?Symbol():"__"+t,r=this.getPropertyDescriptor(t,n,e);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}},{key:"getPropertyDescriptor",value:function(t,e,n){return{get:function(){return this[e]},set:function(r){var i=this[t];this[e]=r,this.requestUpdateInternal(t,i,n)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function(t){return this._classProperties&&this._classProperties.get(t)||ie}},{key:"finalize",value:function(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty("finalized")||t.finalize(),this.finalized=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e,n=this.properties,r=R([].concat(E(Object.getOwnPropertyNames(n)),E("function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(n):[])));try{for(r.s();!(e=r.n()).done;){var i=e.value;this.createProperty(i,n[i])}}catch(t){r.e(t)}finally{r.f()}}}},{key:"_attributeNameForProperty",value:function(t,e){var n=e.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof t?t.toLowerCase():void 0}},{key:"_valueHasChanged",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:re;return n(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var n=e.type,r=e.converter||ne,i="function"==typeof r?r:r.fromAttribute;return i?i(t,n):t}},{key:"_propertyValueToAttribute",value:function(t,e){if(void 0!==e.reflect){var n=e.type,r=e.converter;return(r&&r.toAttribute||ne.toAttribute)(t,n)}}},{key:"observedAttributes",get:function(){var t=this;this.finalize();var e=[];return this._classProperties.forEach((function(n,r){var i=t._attributeNameForProperty(r,n);void 0!==i&&(t._attributeToPropertyMap.set(i,r),e.push(i))})),e}}]),r}(m(HTMLElement));oe.finalized=!0;
122
+ /**
123
+ * @license
124
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
125
+ * This code may only be used under the BSD style license found at
126
+ * http://polymer.github.io/LICENSE.txt
127
+ * The complete set of authors may be found at
128
+ * http://polymer.github.io/AUTHORS.txt
129
+ * The complete set of contributors may be found at
130
+ * http://polymer.github.io/CONTRIBUTORS.txt
131
+ * Code distributed by Google as part of the polymer project is also
132
+ * subject to an additional IP rights grant found at
133
+ * http://polymer.github.io/PATENTS.txt
134
+ */
135
+ var ae=function(t){return function(e){return"function"==typeof e?function(t,e){return window.customElements.define(t,e),e}(t,e):function(t,e){return{kind:e.kind,elements:e.elements,finisher:function(e){window.customElements.define(t,e)}}}(t,e)}};function se(t){return function(e,n){return void 0!==n?function(t,e,n){e.constructor.createProperty(n,t)}(t,e,n):function(t,e){return"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?Object.assign(Object.assign({},e),{finisher:function(n){n.createProperty(e.key,t)}}):{kind:"field",key:Symbol(),placement:"own",descriptor:{},initializer:function(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher:function(n){n.createProperty(e.key,t)}}}(t,e)}}var ue=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ce=Symbol(),le=function(){function t(e,n){if(M(this,t),n!==ce)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e}return O(t,[{key:"toString",value:function(){return this.cssText}},{key:"styleSheet",get:function(){return void 0===this._styleSheet&&(ue?(this._styleSheet=new CSSStyleSheet,this._styleSheet.replaceSync(this.cssText)):this._styleSheet=null),this._styleSheet}}]),t}();
136
+ /**
137
+ * @license
138
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
139
+ * This code may only be used under the BSD style license found at
140
+ * http://polymer.github.io/LICENSE.txt
141
+ * The complete set of authors may be found at
142
+ * http://polymer.github.io/AUTHORS.txt
143
+ * The complete set of contributors may be found at
144
+ * http://polymer.github.io/CONTRIBUTORS.txt
145
+ * Code distributed by Google as part of the polymer project is also
146
+ * subject to an additional IP rights grant found at
147
+ * http://polymer.github.io/PATENTS.txt
148
+ */
149
+ (window.litElementVersions||(window.litElementVersions=[])).push("2.4.0");var fe={},he=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return O(n,[{key:"initialize",value:function(){b(P(n.prototype),"initialize",this).call(this),this.constructor._getUniqueStyles(),this.renderRoot=this.createRenderRoot(),window.ShadowRoot&&this.renderRoot instanceof window.ShadowRoot&&this.adoptStyles()}},{key:"createRenderRoot",value:function(){return this.attachShadow({mode:"open"})}},{key:"adoptStyles",value:function(){var t=this.constructor._styles;0!==t.length&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow?ue?this.renderRoot.adoptedStyleSheets=t.map((function(t){return t instanceof CSSStyleSheet?t:t.styleSheet})):this._needsShimAdoptedStyleSheets=!0:window.ShadyCSS.ScopingShim.prepareAdoptedCssText(t.map((function(t){return t.cssText})),this.localName))}},{key:"connectedCallback",value:function(){b(P(n.prototype),"connectedCallback",this).call(this),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}},{key:"update",value:function(t){var e=this,r=this.render();b(P(n.prototype),"update",this).call(this,t),r!==fe&&this.constructor.render(r,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach((function(t){var n=document.createElement("style");n.textContent=t.cssText,e.renderRoot.appendChild(n)})))}},{key:"render",value:function(){return fe}}],[{key:"getStyles",value:function(){return this.styles}},{key:"_getUniqueStyles",value:function(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_styles",this))){var t=this.getStyles();if(Array.isArray(t)){var e=function t(e,n){return e.reduceRight((function(e,n){return Array.isArray(n)?t(n,e):(e.add(n),e)}),n)}(t,new Set),n=[];e.forEach((function(t){return n.unshift(t)})),this._styles=n}else this._styles=void 0===t?[]:[t];this._styles=this._styles.map((function(t){if(t instanceof CSSStyleSheet&&!ue){var e=Array.prototype.slice.call(t.cssRules).reduce((function(t,e){return t+e.cssText}),"");return new le(String(e),ce)}return t}))}}}]),n}(oe);he.finalized=!0,he.render=function(t,e,n){if(!n||"object"!=N(n)||!n.scopeName)throw new Error("The `scopeName` option is required.");var r=n.scopeName,i=$t.has(e),o=Zt&&11===e.nodeType&&!!e.host,a=o&&!ee.has(r),s=a?document.createDocumentFragment():e;if(function(t,e,n){var r=$t.get(e);void 0===r&&(ht(e,e.firstChild),$t.set(e,r=new jt(Object.assign({templateFactory:Wt},n))),r.appendInto(e)),r.setValue(t),r.commit()}(t,s,Object.assign({templateFactory:Qt(r)},n)),a){var u=$t.get(s);$t.delete(s),function(t,e,n){ee.add(t);var r=n?n.element:document.createElement("template"),i=e.querySelectorAll("style"),o=i.length;if(0!==o){for(var a=document.createElement("style"),s=0;s<o;s++){var u=i[s];u.parentNode.removeChild(u),a.textContent+=u.textContent}!function(t){te.forEach((function(e){var n=Ht.get(Kt(e,t));void 0!==n&&n.keyString.forEach((function(t){var e=t.element.content,n=new Set;Array.from(e.querySelectorAll("style")).forEach((function(t){n.add(t)})),_t(t,n)}))}))}(t);var c=r.content;n?function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=t.element.content,i=t.parts;if(null!=n)for(var o=document.createTreeWalker(r,133,null,!1),a=kt(i),s=0,u=-1;o.nextNode();)for(u++,o.currentNode===n&&(s=St(e),n.parentNode.insertBefore(e,n));-1!==a&&i[a].index===u;){if(s>0){for(;-1!==a;)i[a].index+=s,a=kt(i,a);return}a=kt(i,a)}else r.appendChild(e)}(n,a,c.firstChild):c.insertBefore(a,c.firstChild),window.ShadyCSS.prepareTemplateStyles(r,t);var l=c.querySelector("style");if(window.ShadyCSS.nativeShadow&&null!==l)e.insertBefore(l.cloneNode(!0),e.firstChild);else if(n){c.insertBefore(a,c.firstChild);var f=new Set;f.add(a),_t(n,f)}}else window.ShadyCSS.prepareTemplateStyles(r,t)}(r,s,u.value instanceof Rt?u.value.template:void 0),ht(e,e.firstChild),e.appendChild(s),$t.set(e,u)}!i&&o&&window.ShadyCSS.styleElement(e.host)};
150
+ /**
151
+ * @license
152
+ * Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
153
+ * This code may only be used under the BSD style license found at
154
+ * http://polymer.github.io/LICENSE.txt
155
+ * The complete set of authors may be found at
156
+ * http://polymer.github.io/AUTHORS.txt
157
+ * The complete set of contributors may be found at
158
+ * http://polymer.github.io/CONTRIBUTORS.txt
159
+ * Code distributed by Google as part of the polymer project is also
160
+ * subject to an additional IP rights grant found at
161
+ * http://polymer.github.io/PATENTS.txt
162
+ */
163
+ var pe=function(){function t(e){M(this,t),this.classes=new Set,this.changed=!1,this.element=e;var n,r=R((e.getAttribute("class")||"").split(/\s+/));try{for(r.s();!(n=r.n()).done;){var i=n.value;this.classes.add(i)}}catch(t){r.e(t)}finally{r.f()}}return O(t,[{key:"add",value:function(t){this.classes.add(t),this.changed=!0}},{key:"remove",value:function(t){this.classes.delete(t),this.changed=!0}},{key:"commit",value:function(){if(this.changed){var t="";this.classes.forEach((function(e){return t+=e+" "})),this.element.setAttribute("class",t)}}}]),t}(),de=new WeakMap,ve=At((function(t){return function(e){if(!(e instanceof It)||e instanceof Vt||"class"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `classMap` directive must be used in the `class` attribute and must be the only part in the attribute.");var n=e.committer,r=n.element,i=de.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),de.set(e,i=new Set));var o=r.classList||new pe(r);for(var a in i.forEach((function(e){e in t||(o.remove(e),i.delete(e))})),t){var s=t[a];s!=i.has(a)&&(s?(o.add(a),i.add(a)):(o.remove(a),i.delete(a)))}"function"==typeof o.commit&&o.commit()}})),ye=new WeakMap,ge=At((function(t){return function(e){if(!(e instanceof It)||e instanceof Vt||"style"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var n=e.committer,r=n.element.style,i=ye.get(e);for(var o in void 0===i&&(r.cssText=n.strings.join(" "),ye.set(e,i=new Set)),i.forEach((function(e){e in t||(i.delete(e),-1===e.indexOf("-")?r[e]=null:r.removeProperty(e))})),t)i.add(o),-1===o.indexOf("-")?r[o]=t[o]:r.setProperty(o,t[o])}})),me=function(t,e){var n=t.startNode.parentNode,r=void 0===e?t.endNode:e.startNode,i=n.insertBefore(wt(),r);n.insertBefore(wt(),r);var o=new jt(t.options);return o.insertAfterNode(i),o},we=function(t,e){return t.setValue(e),t.commit(),t},be=function(t,e,n){var r=t.startNode.parentNode,i=n?n.startNode:t.endNode,o=e.endNode.nextSibling;o!==i&&ft(r,e.startNode,o,i)},_e=function(t){ht(t.startNode.parentNode,t.startNode,t.endNode.nextSibling)},Se=function(t,e,n){for(var r=new Map,i=e;i<=n;i++)r.set(t[i],i);return r},ke=new WeakMap,Ce=new WeakMap,Ae=At((function(t,e,n){var r;return void 0===n?n=e:void 0!==e&&(r=e),function(e){if(!(e instanceof jt))throw new Error("repeat can only be used in text bindings");var i,o,a,s=ke.get(e)||[],u=Ce.get(e)||[],c=[],l=[],f=[],h=0,p=R(t);try{for(p.s();!(a=p.n()).done;){var d=a.value;f[h]=r?r(d,h):h,l[h]=n(d,h),h++}}catch(t){p.e(t)}finally{p.f()}for(var v=0,y=s.length-1,g=0,m=l.length-1;v<=y&&g<=m;)if(null===s[v])v++;else if(null===s[y])y--;else if(u[v]===f[g])c[g]=we(s[v],l[g]),v++,g++;else if(u[y]===f[m])c[m]=we(s[y],l[m]),y--,m--;else if(u[v]===f[m])c[m]=we(s[v],l[m]),be(e,s[v],c[m+1]),v++,m--;else if(u[y]===f[g])c[g]=we(s[y],l[g]),be(e,s[y],s[v]),y--,g++;else if(void 0===i&&(i=Se(f,g,m),o=Se(u,v,y)),i.has(u[v]))if(i.has(u[y])){var w=o.get(f[g]),b=void 0!==w?s[w]:null;if(null===b){var _=me(e,s[v]);we(_,l[g]),c[g]=_}else c[g]=we(b,l[g]),be(e,b,s[v]),s[w]=null;g++}else _e(s[y]),y--;else _e(s[v]),v++;for(;g<=m;){var S=me(e,c[m+1]);we(S,l[g]),c[g++]=S}for(;v<=y;){var k=s[v++];null!==k&&_e(k)}ke.set(e,c),Ce.set(e,f)}})),xe=new WeakMap,Pe=At((function(t){return function(e){if(!(e instanceof jt))throw new Error("unsafeHTML can only be used in text bindings");var n=xe.get(e);if(void 0===n||!Mt(t)||t!==n.value||e.value!==n.fragment){var r=document.createElement("template");r.innerHTML=t;var i=document.importNode(r.content,!0);e.setValue(i),xe.set(e,{value:t,fragment:i})}}})),Ee=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var i=n.reduce((function(e,n,r){return e+function(t){if(t instanceof le)return t.cssText;if("number"==typeof t)return t;throw new Error("Value passed to 'css' function must be a 'css' function result: ".concat(t,". Use 'unsafeCSS' to pass non-literal values, but\n take care to ensure page security."))}(n)+t[r+1]}),t[0]);return new le(i,ce)}(d()),Re=function(t){return t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)},Te=Re,Ue=function(t){return parseInt(t,16)};function Le(t){var e,n=(e=t,Array.from(Te(e),(function(t){return function(t){return t.toString(16).padStart(2,"0")}(t)})));return n.splice(4,0,"-"),n.splice(7,0,"-"),n.splice(10,0,"-"),n.splice(13,0,"-"),n.join("")}function Oe(){var t=crypto.getRandomValues(new Uint8Array(16));return t[6]=15&t[6]|64,t[8]=63&t[8]|128,t.buffer}function Me(t,e){return Ne.apply(this,arguments)}function Ne(){return(Ne=g(regeneratorRuntime.mark((function t(e,n){var r,i,o,a;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r="string"==typeof e?(i=e,i=unescape(encodeURIComponent(i)),(new TextEncoder).encode(i)):Re(e),o="string"==typeof n?new Be(n):n,t.t0=Uint8Array,t.next=5,crypto.subtle.digest("SHA-1",function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];for(var r=e.reduce((function(t,e){return t+e.length}),0),i=new Uint8Array(r),o=0,a=0,s=e;a<s.length;a++){var u=s[a];i.set(u,o),o+=u.length}return i}(o,r));case 5:return t.t1=t.sent,a=new t.t0(t.t1),t.abrupt("return",(a[6]=15&a[6]|80,a[8]=63&a[8]|128,a.buffer.slice(0,16)));case 8:case"end":return t.stop()}}),t)})))).apply(this,arguments)}var Be=function(t){_(r,t);var e,n=k(r);function r(t,e){var i;if(M(this,r),null==t)i=n.call(this,Oe());else if("string"==typeof t)i=n.call(this,function(t){var e,n=t.replace(/[^0-9a-f]/gi,"").slice(0,32);if(n.length<32)throw Error("UUID too short");return(e=n,new Uint8Array(e.match(/[0-9a-f]{1,2}/gi).map(Ue))).buffer}(t));else if(t instanceof r)i=n.call(this,t.buffer.slice(0));else{var o=t instanceof ArrayBuffer||t instanceof SharedArrayBuffer?new Uint8Array(t,null!=e?e:0,16):new Uint8Array(t);if(o.length<16)throw Error("UUID too short");i=n.call(this,o.buffer.slice(0,16))}return C(i)}return O(r,null,[{key:"v4",value:function(){return new r(Oe())}},{key:"v5",value:(e=g(regeneratorRuntime.mark((function t(e,n){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.t0=r,t.next=3,Me(e,n);case 3:return t.t1=t.sent,t.abrupt("return",new t.t0(t.t1));case 5:case"end":return t.stop()}}),t)}))),function(t,n){return e.apply(this,arguments)})}]),O(r,[{key:"toString",value:function(){return Le(this)}},{key:"toJSON",value:function(){return Le(this)}},{key:"id",get:function(){return Le(this)}},{key:"uuid",get:function(){return Le(this)}}],[{key:Symbol.species,get:function(){return Uint8Array}}]),r}(m(Uint8Array)),Ie=Symbol.for("nodejs.util.inspect.custom"),je="undefined"!=typeof Deno?"symbols"in Deno?Deno.symbols.customInspect:Deno.customInspect:Symbol();Be.prototype[Ie]=function(){return"UUID [ ".concat(this.uuid," ]")},Be.prototype[je]=function(){return"UUID [ ".concat(this.uuid," ]")};var De=function(t){return t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)};function Ye(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];for(var r=e.reduce((function(t,e){return t+e.length}),0),i=new Uint8Array(r),o=0,a=0,s=e;a<s.length;a++){var u=s[a];i.set(u,o),o+=u.length}return i}.apply(void 0,E(e.map(De)))}var Ve=function(t){return crypto.subtle.digest("SHA-256",t)};function ze(t){var e=t.url,n=t.id,r=t.claps,i=t.nonce;return I(this,void 0,void 0,regeneratorRuntime.mark((function t(){var o;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.t0=Ye,t.next=3,o=e.toString(),Ve((new TextEncoder).encode(o));case 3:return t.t1=t.sent,t.t2=new Be(n.toString()),t.t3=new Uint32Array([r]),t.t4=new Uint32Array([i]),t.abrupt("return",(0,t.t0)(t.t1,t.t2,t.t3,t.t4).buffer);case 8:case"end":return t.stop()}}),t)})))}function qe(t,e){for(var n=new Uint8Array(t),r=Math.ceil(e/8),i=0;i<r;i++)for(var o=Math.min(8,e-8*i),a=0;a<o;a++)if(0!=(n[i]>>7-a&1))return!1;return!0}function Fe(t){var e=t.url,n=t.claps,r=t.id;return I(this,void 0,void 0,regeneratorRuntime.mark((function t(){var i,o,a,s;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=function(t){return 8+Math.round(Math.log2(15+t))}(n),o=0,t.t0=Uint32Array,t.next=5,ze({url:e,id:r,claps:n,nonce:o});case 5:return t.t1=t.sent,a=new t.t0(t.t1),t.next=9,Ve(a);case 9:s=t.sent;case 10:if(qe(s,i)){t.next=18;break}return o++,a[a.length-1]=o,t.next=15,Ve(a);case 15:s=t.sent;case 16:t.next=10;break;case 18:return t.abrupt("return",o);case 19:case"end":return t.stop()}}),t)})))}var We=Reflect.get(window,"GET_CLAPS_API")||"https://worker.getclaps.dev";function He(t,e,n){for(var r=new URL(t,n),i=0,o=Object.entries(e||{});i<o.length;i++){var a=p(o[i],2),s=a[0],u=a[1];r.searchParams.append(s,u)}return r.href}var $e,Je,Ge,Xe,Ke,Ze,Qe,tn,en,nn,rn,on,an=new Map,sn=!1,un=new Map,cn=function(t){_(n,t);var e=k(n);function n(){var t;return M(this,n),t=e.apply(this,arguments),$e.set(A(t),void 0),t}return O(n,[{key:"allDisconnectedCallback",value:function(){}},{key:"connectedCallback",value:function(){var t;b(P(n.prototype),"connectedCallback",this).call(this),D(this,$e,null!==(t=this.connectedCountKey)&&void 0!==t?t:this),un.set(j(this,$e),1+(un.get(j(this,$e))||0))}},{key:"disconnectedCallback",value:function(){var t;b(P(n.prototype),"disconnectedCallback",this).call(this);var e=((null==un?void 0:un.get(j(this,$e)))||0)-1;e>0?un.set(j(this,$e),e):(un.delete(j(this,$e)),null===(t=this.allDisconnectedCallback)||void 0===t||t.call(this))}},{key:"connectedCountKey",get:function(){}}]),n}(he);$e=new WeakMap,function(t){t.Top="top",t.Bottom="bottom"}(rn||(rn={})),function(t){t[t.PaymentRequired=1]="PaymentRequired",t[t.CryptoRequired=2]="CryptoRequired",t[t.Generic=3]="Generic"}(on||(on={}));var ln=new ut("clap-button"),fn=function(t){for(var e,n,r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];(e=t.classList).remove.apply(e,i),t.offsetWidth,(n=t.classList).add.apply(n,i)},hn=function(t){var e=new URL(t);return e.hash="",e.search="",e.href},pn=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return n}(he);pn=B([ae("clap-config")],pn);var dn=function(t){_(n,t);var e=k(n);function n(){var t;return M(this,n),(t=e.apply(this,arguments)).at=1,t}return n}(he);B([se({type:Number,reflect:!0})],dn.prototype,"at",void 0),dn=B([ae("clap-text")],dn);var vn,yn=nn=function(t){_(n,t);var e=k(n);function n(){var t;return M(this,n),(t=e.apply(this,arguments)).textPlacement=rn.Bottom,t.noWave=!1,t.messages=!1,t.uiClaps=0,t.bufferedClaps=0,t.loading=!1,t.clapped=!1,t.clicking=!1,t.ready=!1,t.error=null,t.isIntersecting=!1,Je.set(A(t),void 0),Ge.set(A(t),void 0),Xe.set(A(t),void 0),Ke.set(A(t),new BroadcastChannel("clap-button")),Ze.set(A(t),Math.trunc(1e9*Math.random())),Qe.set(A(t),(function(e){0===e.button&&(e.preventDefault(),t.clapped=!0,t.clicking=!0,t.bufferedClaps++,fn(t.styleRoot,"clap","ticking"),j(A(t),tn).call(A(t)),t.uiClaps=t.bufferedClaps)})),tn.set(A(t),function(t,e){var n;return function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];clearTimeout(n),n=setTimeout((function(){return t.apply(void 0,r)}),3e3)}}((function(){return I(A(t),void 0,void 0,regeneratorRuntime.mark((function t(){var e,n,r,i,o,a,s,u,c,l=this;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=this.bufferedClaps,this.bufferedClaps=0,this.loading=!0,t.next=4,function(t,e){return I(void 0,void 0,void 0,regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return(r=new URL(e)).search="",i=new Be,n.next=5,Fe({url:r,claps:t,id:i});case 5:return o=n.sent,n.abrupt("return",{href:r.href,id:i,nonce:o});case 7:case"end":return n.stop()}}),n)})))}(n,this.canonical);case 4:return r=t.sent,i=r.href,o=r.id,a=r.nonce,t.next=10,function(t,e,n,r,i){return I(void 0,void 0,void 0,regeneratorRuntime.mark((function o(){var a,s,u;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return s=He("/claps",{href:e},We),o.next=3,fetch(s,{method:"POST",body:JSON.stringify({claps:t,id:r,nonce:i}),mode:"cors",credentials:"include",headers:{accept:"application/json","content-type":"application/json;charset=UTF-8"}});case 3:if(!(u=o.sent).ok||!(null===(a=u.headers.get("Content-Type"))||void 0===a?void 0:a.includes("json"))){o.next=6;break}return o.abrupt("return",(an.delete(n),u.clone().json()));case 6:throw Error();case 7:case"end":return o.stop()}}),o)})))}(n,i,this.parentHref,o,a);case 10:return s=t.sent,u=s.claps,this.loading=!1,this.clicking=!1,this.styleRoot.classList.remove("ticking"),fn(this.styleRoot,"clap"),j(this,Ke).postMessage({btnId:j(this,Ze),claps:n,totalClaps:u,href:i}),setTimeout((function(){l.uiClaps=u}),250),t.next=15,ln.get(i);case 15:if(t.t1=e=t.sent,t.t0=null!==t.t1,!t.t0){t.next=19;break}t.t0=void 0!==e;case 19:if(!t.t0){t.next=23;break}t.t2=e,t.next=24;break;case 23:t.t2={claps:0};case 24:return c=t.t2,t.next=27,ln.set(i,Object.assign(Object.assign({},c),{claps:c.claps+n}));case 27:case"end":return t.stop()}}),t,this)})))}))),en.set(A(t),(function(e){var n=e.data,r=n.href,i=n.claps;n.btnId!==j(A(t),Ze)&&[r,hn(r)].includes(t.canonical)&&(t.clapped=!0,t.uiClaps+=i,fn(t.styleRoot,"clap"))})),t}return O(n,[{key:"connectedCallback",value:function(){var t,e,r=this;if(b(P(n.prototype),"connectedCallback",this).call(this),"crypto"in window&&"subtle"in window.crypto&&"digest"in window.crypto.subtle){j(this,Ke).addEventListener("message",j(this,en)),nn.intersectionObserver.observe(this);var i=Array.from(null!==(e=null===(t=this.ownerDocument.querySelector("clap-config"))||void 0===t?void 0:t.querySelectorAll("clap-text"))&&void 0!==e?e:[]);D(this,Xe,new Map(null==i?void 0:i.map((function(t){return[t.at,t.innerHTML]})).sort((function(t,e){var n=p(t,1)[0];return p(e,1)[0]-n})))),I(r,void 0,void 0,regeneratorRuntime.mark((function t(){var e,n,r,i,o;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this.loading=!0,t.next=3,ln.get(this.canonical);case 3:return t.t0=t.sent,this.clapped=null!=t.t0,t.prev=5,t.next=8,r=this.canonical,i=this.parentHref,o=this.referrer,I(void 0,void 0,void 0,regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=an.get(i))||an.set(i,e=an.get(i)||I(void 0,void 0,void 0,regeneratorRuntime.mark((function t(){var e,n,r;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=He("/views",Object.assign({href:i},o&&!sn?{referrer:o}:{}),We),t.next=3,fetch(n,{method:"POST",body:null,mode:"cors",credentials:"include",headers:{accept:"application/json"}});case 3:if(r=t.sent,sn=!0,!r.ok||!(null===(e=r.headers.get("Content-Type"))||void 0===e?void 0:e.includes("json"))){t.next=8;break}return t.next=7,r.json();case 7:return t.abrupt("return",t.sent);case 8:if(404!==r.status){t.next=10;break}return t.abrupt("return",{});case 10:throw 402===r.status?r:(an.delete(i),Error());case 11:case"end":return t.stop()}}),t)})))),t.next=4,e;case 4:if(t.t1=r,t.t0=t.sent[t.t1],t.t0){t.next=8;break}t.t0={claps:0};case 8:return t.abrupt("return",t.t0);case 9:case"end":return t.stop()}}),t)})));case 8:e=t.sent,n=e.claps,this.loading=!1,this.ready=!0,this.uiClaps=n,t.next=16;break;case 13:t.prev=13,t.t1=t.catch(5),this.loading=!1,this.ready=!1,this.error=402===t.t1.status?on.PaymentRequired:on.Generic;case 16:case"end":return t.stop()}}),t,this,[[5,13]])})))}else this.error=on.CryptoRequired}},{key:"disconnectedCallback",value:function(){b(P(n.prototype),"disconnectedCallback",this).call(this),nn.intersectionObserver.unobserve(this),j(this,Ke).removeEventListener("message",j(this,en))}},{key:"allDisconnectedCallback",value:function(){var t;t=this.parentHref,an.delete(t)}},{key:"render",value:function(){var t,e,n,r=this,d=Xt(h()),v=Xt(f()),y=this.bufferedClaps,g=5+y,m=300*(1-Math.pow(Math.E,-y/15)),w=Xt(l(),Ae(E(new Array(g).keys()),(function(t){return t}),(function(t){return Xt(c(),ge({transform:"rotate(".concat(Math.floor(360/g*t),"deg) translateX(10px)")}),ge({animationDelay:Math.floor(Math.random()*m)+"ms"}))})));return Gt(u(),ve({"style-root":!0,loading:this.loading,clapped:this.clapped,"no-shockwave":this.noWave||!this.ready,"no-animation":!this.isIntersecting}),ge(Object.assign({},null!=this.error?{"--clap-button-color":"indianred"}:{})),ve({"count-container":!0,"container-top":this.textPlacement===rn.Top,"container-bottom":this.textPlacement===rn.Bottom}),this.clicking?"+":"",this.ready?null!=(n=this.uiClaps)?n.toLocaleString("en"):"":"",this.error===on.PaymentRequired?Gt(s(),"https://getclaps.dev"):null,this.error===on.CryptoRequired?Gt(a()):null,this.error===on.Generic?Gt(o()):null,ve({"count-container":!0,"container-top":this.textPlacement===rn.Bottom,"container-bottom":this.textPlacement===rn.Top}),this.messages?Gt(i(),this.clicking?Pe(null!==(e=null===(t=E(j(this,Xe)).find((function(t){var e=p(t,1)[0];return r.uiClaps>=e})))||void 0===t?void 0:t[1])&&void 0!==e?e:""):""):null,d,w,v,this.loading||!this.ready,this.loading||!this.ready?null:j(this,Qe),this.loading||!this.ready?null:j(this,Qe))}},{key:"canonical",get:function(){var t=this;return j(this,Je)||function(){var e=t.href||t.url||"",n=t.ownerDocument.head.querySelector("link[rel=canonical]"),r=null!=n?new URL(n.href):t.ownerDocument.location;return D(t,Je,new URL(e,r.href).href)}()}},{key:"parentHref",get:function(){var t=this;return j(this,Ge)||D(t,Ge,hn(t.canonical))}},{key:"referrer",get:function(){var t=new URLSearchParams(this.ownerDocument.location.search);return t.get("referrer")||t.get("referer")||this.ownerDocument.referrer}},{key:"connectedCountKey",get:function(){return this.parentHref}}]),n}(cn);Je=new WeakMap,Ge=new WeakMap,Xe=new WeakMap,Ke=new WeakMap,Ze=new WeakMap,Qe=new WeakMap,tn=new WeakMap,en=new WeakMap,yn.styles=Ee,yn.intersectionObserver=new IntersectionObserver((function(t){t.forEach((function(t){return t.target.isIntersecting=t.isIntersecting}))})),B([(vn=".style-root",function(t,e){var n={get:function(){return this.renderRoot.querySelector(vn)},enumerable:!0,configurable:!0};return void 0!==e?function(t,e,n){Object.defineProperty(e,n,t)}(n,t,e):function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}}
164
+ /**
165
+ @license
166
+ Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
167
+ This code may only be used under the BSD style license found at
168
+ http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
169
+ http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
170
+ found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
171
+ part of the polymer project is also subject to an additional IP rights grant
172
+ found at http://polymer.github.io/PATENTS.txt
173
+ */(n,t)})],yn.prototype,"styleRoot",void 0),B([se({type:String,reflect:!0,attribute:"text-placement"})],yn.prototype,"textPlacement",void 0),B([se({type:Boolean,reflect:!0})],yn.prototype,"noWave",void 0),B([se({type:Boolean,reflect:!0})],yn.prototype,"messages",void 0),B([se({type:String,reflect:!1})],yn.prototype,"href",void 0),B([se({type:String,reflect:!1})],yn.prototype,"url",void 0),B([se()],yn.prototype,"uiClaps",void 0),B([se()],yn.prototype,"bufferedClaps",void 0),B([se()],yn.prototype,"loading",void 0),B([se()],yn.prototype,"clapped",void 0),B([se()],yn.prototype,"clicking",void 0),B([se()],yn.prototype,"ready",void 0),B([se()],yn.prototype,"error",void 0),B([se()],yn.prototype,"isIntersecting",void 0),yn=nn=B([ae("clap-button")],yn)}.call(this,n(308),n(326).Buffer)},326:function(t,e,n){"use strict";(function(t){
174
+ /*!
175
+ * The buffer module from node.js, for the browser.
176
+ *
177
+ * @author Feross Aboukhadijeh <http://feross.org>
178
+ * @license MIT
179
+ */
180
+ var r=n(327),i=n(328),o=n(329);function a(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(t,e){if(a()<e)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e)).__proto__=u.prototype:(null===t&&(t=new u(e)),t.length=e),t}function u(t,e,n){if(!(u.TYPED_ARRAY_SUPPORT||this instanceof u))return new u(t,e,n);if("number"==typeof t){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return f(this,t)}return c(this,t,e,n)}function c(t,e,n,r){if("number"==typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer?function(t,e,n,r){if(e.byteLength,n<0||e.byteLength<n)throw new RangeError("'offset' is out of bounds");if(e.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");e=void 0===n&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,n):new Uint8Array(e,n,r);u.TYPED_ARRAY_SUPPORT?(t=e).__proto__=u.prototype:t=h(t,e);return t}(t,e,n,r):"string"==typeof e?function(t,e,n){"string"==typeof n&&""!==n||(n="utf8");if(!u.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|d(e,n),i=(t=s(t,r)).write(e,n);i!==r&&(t=t.slice(0,i));return t}(t,e,n):function(t,e){if(u.isBuffer(e)){var n=0|p(e.length);return 0===(t=s(t,n)).length||e.copy(t,0,0,n),t}if(e){if("undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!=typeof e.length||(r=e.length)!=r?s(t,0):h(t,e);if("Buffer"===e.type&&o(e.data))return h(t,e.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,e)}function l(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function f(t,e){if(l(e),t=s(t,e<0?0:0|p(e)),!u.TYPED_ARRAY_SUPPORT)for(var n=0;n<e;++n)t[n]=0;return t}function h(t,e){var n=e.length<0?0:0|p(e.length);t=s(t,n);for(var r=0;r<n;r+=1)t[r]=255&e[r];return t}function p(t){if(t>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|t}function d(t,e){if(u.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var n=t.length;if(0===n)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Y(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return V(t).length;default:if(r)return Y(t).length;e=(""+e).toLowerCase(),r=!0}}function v(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return R(this,e,n);case"utf8":case"utf-8":return x(this,e,n);case"ascii":return P(this,e,n);case"latin1":case"binary":return E(this,e,n);case"base64":return A(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function y(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function g(t,e,n,r,i){if(0===t.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(i)return-1;n=t.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof e&&(e=u.from(e,r)),u.isBuffer(e))return 0===e.length?-1:m(t,e,n,r,i);if("number"==typeof e)return e&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):m(t,[e],n,r,i);throw new TypeError("val must be string, number or Buffer")}function m(t,e,n,r,i){var o,a=1,s=t.length,u=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;a=2,s/=2,u/=2,n/=2}function c(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(i){var l=-1;for(o=n;o<s;o++)if(c(t,o)===c(e,-1===l?0:o-l)){if(-1===l&&(l=o),o-l+1===u)return l*a}else-1!==l&&(o-=o-l),l=-1}else for(n+u>s&&(n=s-u),o=n;o>=0;o--){for(var f=!0,h=0;h<u;h++)if(c(t,o+h)!==c(e,h)){f=!1;break}if(f)return o}return-1}function w(t,e,n,r){n=Number(n)||0;var i=t.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var s=parseInt(e.substr(2*a,2),16);if(isNaN(s))return a;t[n+a]=s}return a}function b(t,e,n,r){return z(Y(e,t.length-n),t,n,r)}function _(t,e,n,r){return z(function(t){for(var e=[],n=0;n<t.length;++n)e.push(255&t.charCodeAt(n));return e}(e),t,n,r)}function S(t,e,n,r){return _(t,e,n,r)}function k(t,e,n,r){return z(V(e),t,n,r)}function C(t,e,n,r){return z(function(t,e){for(var n,r,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)n=t.charCodeAt(a),r=n>>8,i=n%256,o.push(i),o.push(r);return o}(e,t.length-n),t,n,r)}function A(t,e,n){return 0===e&&n===t.length?r.fromByteArray(t):r.fromByteArray(t.slice(e,n))}function x(t,e,n){n=Math.min(t.length,n);for(var r=[],i=e;i<n;){var o,a,s,u,c=t[i],l=null,f=c>239?4:c>223?3:c>191?2:1;if(i+f<=n)switch(f){case 1:c<128&&(l=c);break;case 2:128==(192&(o=t[i+1]))&&(u=(31&c)<<6|63&o)>127&&(l=u);break;case 3:o=t[i+1],a=t[i+2],128==(192&o)&&128==(192&a)&&(u=(15&c)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(l=u);break;case 4:o=t[i+1],a=t[i+2],s=t[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(u=(15&c)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(l=u)}null===l?(l=65533,f=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),i+=f}return function(t){var e=t.length;if(e<=4096)return String.fromCharCode.apply(String,t);var n="",r=0;for(;r<e;)n+=String.fromCharCode.apply(String,t.slice(r,r+=4096));return n}(r)}e.Buffer=u,e.SlowBuffer=function(t){+t!=t&&(t=0);return u.alloc(+t)},e.INSPECT_MAX_BYTES=50,u.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}(),e.kMaxLength=a(),u.poolSize=8192,u._augment=function(t){return t.__proto__=u.prototype,t},u.from=function(t,e,n){return c(null,t,e,n)},u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&u[Symbol.species]===u&&Object.defineProperty(u,Symbol.species,{value:null,configurable:!0})),u.alloc=function(t,e,n){return function(t,e,n,r){return l(e),e<=0?s(t,e):void 0!==n?"string"==typeof r?s(t,e).fill(n,r):s(t,e).fill(n):s(t,e)}(null,t,e,n)},u.allocUnsafe=function(t){return f(null,t)},u.allocUnsafeSlow=function(t){return f(null,t)},u.isBuffer=function(t){return!(null==t||!t._isBuffer)},u.compare=function(t,e){if(!u.isBuffer(t)||!u.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var n=t.length,r=e.length,i=0,o=Math.min(n,r);i<o;++i)if(t[i]!==e[i]){n=t[i],r=e[i];break}return n<r?-1:r<n?1:0},u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(t,e){if(!o(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return u.alloc(0);var n;if(void 0===e)for(e=0,n=0;n<t.length;++n)e+=t[n].length;var r=u.allocUnsafe(e),i=0;for(n=0;n<t.length;++n){var a=t[n];if(!u.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(r,i),i+=a.length}return r},u.byteLength=d,u.prototype._isBuffer=!0,u.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)y(this,e,e+1);return this},u.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)y(this,e,e+3),y(this,e+1,e+2);return this},u.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)y(this,e,e+7),y(this,e+1,e+6),y(this,e+2,e+5),y(this,e+3,e+4);return this},u.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?x(this,0,t):v.apply(this,arguments)},u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===u.compare(this,t)},u.prototype.inspect=function(){var t="",n=e.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),"<Buffer "+t+">"},u.prototype.compare=function(t,e,n,r,i){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),e<0||n>t.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&e>=n)return 0;if(r>=i)return-1;if(e>=n)return 1;if(this===t)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(e>>>=0),s=Math.min(o,a),c=this.slice(r,i),l=t.slice(e,n),f=0;f<s;++f)if(c[f]!==l[f]){o=c[f],a=l[f];break}return o<a?-1:a<o?1:0},u.prototype.includes=function(t,e,n){return-1!==this.indexOf(t,e,n)},u.prototype.indexOf=function(t,e,n){return g(this,t,e,n,!0)},u.prototype.lastIndexOf=function(t,e,n){return g(this,t,e,n,!1)},u.prototype.write=function(t,e,n,r){if(void 0===e)r="utf8",n=this.length,e=0;else if(void 0===n&&"string"==typeof e)r=e,n=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-e;if((void 0===n||n>i)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return w(this,t,e,n);case"utf8":case"utf-8":return b(this,t,e,n);case"ascii":return _(this,t,e,n);case"latin1":case"binary":return S(this,t,e,n);case"base64":return k(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function P(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(127&t[i]);return r}function E(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(t[i]);return r}function R(t,e,n){var r=t.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=e;o<n;++o)i+=D(t[o]);return i}function T(t,e,n){for(var r=t.slice(e,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function U(t,e,n){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>n)throw new RangeError("Trying to access beyond buffer length")}function L(t,e,n,r,i,o){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(n+r>t.length)throw new RangeError("Index out of range")}function O(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i<o;++i)t[n+i]=(e&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function M(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i<o;++i)t[n+i]=e>>>8*(r?i:3-i)&255}function N(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function B(t,e,n,r,o){return o||N(t,0,n,4),i.write(t,e,n,r,23,4),n+4}function I(t,e,n,r,o){return o||N(t,0,n,8),i.write(t,e,n,r,52,8),n+8}u.prototype.slice=function(t,e){var n,r=this.length;if((t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t),u.TYPED_ARRAY_SUPPORT)(n=this.subarray(t,e)).__proto__=u.prototype;else{var i=e-t;n=new u(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+t]}return n},u.prototype.readUIntLE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t],i=1,o=0;++o<e&&(i*=256);)r+=this[t+o]*i;return r},u.prototype.readUIntBE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t+--e],i=1;e>0&&(i*=256);)r+=this[t+--e]*i;return r},u.prototype.readUInt8=function(t,e){return e||U(t,1,this.length),this[t]},u.prototype.readUInt16LE=function(t,e){return e||U(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUInt16BE=function(t,e){return e||U(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUInt32LE=function(t,e){return e||U(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUInt32BE=function(t,e){return e||U(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readIntLE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t],i=1,o=0;++o<e&&(i*=256);)r+=this[t+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*e)),r},u.prototype.readIntBE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*e)),o},u.prototype.readInt8=function(t,e){return e||U(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){e||U(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt16BE=function(t,e){e||U(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt32LE=function(t,e){return e||U(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return e||U(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readFloatLE=function(t,e){return e||U(t,4,this.length),i.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return e||U(t,4,this.length),i.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return e||U(t,8,this.length),i.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return e||U(t,8,this.length),i.read(this,t,!1,52,8)},u.prototype.writeUIntLE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||L(this,t,e,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[e]=255&t;++o<n&&(i*=256);)this[e+o]=t/i&255;return e+n},u.prototype.writeUIntBE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||L(this,t,e,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[e+i]=255&t;--i>=0&&(o*=256);)this[e+i]=t/o&255;return e+n},u.prototype.writeUInt8=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,1,255,0),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},u.prototype.writeUInt16LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):O(this,t,e,!0),e+2},u.prototype.writeUInt16BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):O(this,t,e,!1),e+2},u.prototype.writeUInt32LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):M(this,t,e,!0),e+4},u.prototype.writeUInt32BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):M(this,t,e,!1),e+4},u.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);L(this,t,e,n,i-1,-i)}var o=0,a=1,s=0;for(this[e]=255&t;++o<n&&(a*=256);)t<0&&0===s&&0!==this[e+o-1]&&(s=1),this[e+o]=(t/a>>0)-s&255;return e+n},u.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);L(this,t,e,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[e+o]=255&t;--o>=0&&(a*=256);)t<0&&0===s&&0!==this[e+o+1]&&(s=1),this[e+o]=(t/a>>0)-s&255;return e+n},u.prototype.writeInt8=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,1,127,-128),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):O(this,t,e,!0),e+2},u.prototype.writeInt16BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):O(this,t,e,!1),e+2},u.prototype.writeInt32LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):M(this,t,e,!0),e+4},u.prototype.writeInt32BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):M(this,t,e,!1),e+4},u.prototype.writeFloatLE=function(t,e,n){return B(this,t,e,!0,n)},u.prototype.writeFloatBE=function(t,e,n){return B(this,t,e,!1,n)},u.prototype.writeDoubleLE=function(t,e,n){return I(this,t,e,!0,n)},u.prototype.writeDoubleBE=function(t,e,n){return I(this,t,e,!1,n)},u.prototype.copy=function(t,e,n,r){if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e<r-n&&(r=t.length-e+n);var i,o=r-n;if(this===t&&n<e&&e<r)for(i=o-1;i>=0;--i)t[i+e]=this[i+n];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)t[i+e]=this[i+n];else Uint8Array.prototype.set.call(t,this.subarray(n,n+o),e);return o},u.prototype.fill=function(t,e,n,r){if("string"==typeof t){if("string"==typeof e?(r=e,e=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===t.length){var i=t.charCodeAt(0);i<256&&(t=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof t&&(t&=255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;var o;if(e>>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(o=e;o<n;++o)this[o]=t;else{var a=u.isBuffer(t)?t:Y(new u(t,r).toString()),s=a.length;for(o=0;o<n-e;++o)this[o+e]=a[o%s]}return this};var j=/[^+\/0-9A-Za-z-_]/g;function D(t){return t<16?"0"+t.toString(16):t.toString(16)}function Y(t,e){var n;e=e||1/0;for(var r=t.length,i=null,o=[],a=0;a<r;++a){if((n=t.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function V(t){return r.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(j,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function z(t,e,n,r){for(var i=0;i<r&&!(i+n>=e.length||i>=t.length);++i)e[i+n]=t[i];return i}}).call(this,n(308))},327:function(t,e,n){"use strict";e.byteLength=function(t){var e=c(t),n=e[0],r=e[1];return 3*(n+r)/4-r},e.toByteArray=function(t){var e,n,r=c(t),a=r[0],s=r[1],u=new o(function(t,e,n){return 3*(e+n)/4-n}(0,a,s)),l=0,f=s>0?a-4:a;for(n=0;n<f;n+=4)e=i[t.charCodeAt(n)]<<18|i[t.charCodeAt(n+1)]<<12|i[t.charCodeAt(n+2)]<<6|i[t.charCodeAt(n+3)],u[l++]=e>>16&255,u[l++]=e>>8&255,u[l++]=255&e;2===s&&(e=i[t.charCodeAt(n)]<<2|i[t.charCodeAt(n+1)]>>4,u[l++]=255&e);1===s&&(e=i[t.charCodeAt(n)]<<10|i[t.charCodeAt(n+1)]<<4|i[t.charCodeAt(n+2)]>>2,u[l++]=e>>8&255,u[l++]=255&e);return u},e.fromByteArray=function(t){for(var e,n=t.length,i=n%3,o=[],a=0,s=n-i;a<s;a+=16383)o.push(l(t,a,a+16383>s?s:a+16383));1===i?(e=t[n-1],o.push(r[e>>2]+r[e<<4&63]+"==")):2===i&&(e=(t[n-2]<<8)+t[n-1],o.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"="));return o.join("")};for(var r=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=a.length;s<u;++s)r[s]=a[s],i[a.charCodeAt(s)]=s;function c(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");return-1===n&&(n=e),[n,n===e?0:4-n%4]}function l(t,e,n){for(var i,o,a=[],s=e;s<n;s+=3)i=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(255&t[s+2]),a.push(r[(o=i)>>18&63]+r[o>>12&63]+r[o>>6&63]+r[63&o]);return a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},328:function(t,e){
181
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
182
+ e.read=function(t,e,n,r,i){var o,a,s=8*i-r-1,u=(1<<s)-1,c=u>>1,l=-7,f=n?i-1:0,h=n?-1:1,p=t[e+f];for(f+=h,o=p&(1<<-l)-1,p>>=-l,l+=s;l>0;o=256*o+t[e+f],f+=h,l-=8);for(a=o&(1<<-l)-1,o>>=-l,l+=r;l>0;a=256*a+t[e+f],f+=h,l-=8);if(0===o)o=1-c;else{if(o===u)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,r),o-=c}return(p?-1:1)*a*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var a,s,u,c=8*o-i-1,l=(1<<c)-1,f=l>>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:o-1,d=r?1:-1,v=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=l):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),(e+=a+f>=1?h/u:h*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=l?(s=0,a=l):a+f>=1?(s=(e*u-1)*Math.pow(2,i),a+=f):(s=e*Math.pow(2,f-1)*Math.pow(2,i),a=0));i>=8;t[n+p]=255&s,p+=d,s/=256,i-=8);for(a=a<<i|s,c+=i;c>0;t[n+p]=255&a,p+=d,a/=256,c-=8);t[n+p-d]|=128*v}},329:function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}}}]);